How do you solve log2(x2)+log2(x+4)=4?

1 Answer
Feb 12, 2015

If log2(x2)+log2(x+4)=4
then x=4
as can be seen by replacing x with 4 in the sum from the original equation.
log2(42)+log2(4+4)
= log2(2)+log2(8)

Since 21=2 and 23=8
(and therefore log2(2)=1 and log2(8)=3

when x = 4,
log2(x2)+log2(x+4)=1+3=4

How to get there :
Let 2j=x2 (i.e. j=log2(x2))
and
let xk=x+4 (i.e. k=log2(x+4))

From the given equation
j+k=4

(2j)(2k)=(x2)(x+4)
combining, we get:
2j+k=x2+2x8
but, since j+k=4
24=16=x2+2x8
therefore
x2+2x24=0

Simple factoring then gives
(x4)(x+6)=0
so
x=4 or x=6

If x=6
then
log2(x2) and log2(x+4)=4
would be log2's of negative values (impossible).

Therefore
x=4