2^(2x) - 2 ^ x - 6 = 0

Screech

Golden Member
Oct 20, 2004
1,203
7
81
I can get the answer to this from the back of the book ( log (base 2) 3 ) but I would prefer to know how they actually got this answer.

2^(2x) - 2 ^ x = 6

I've distributed a log throughout (not sure if you can do that but i did it anyway...) so that
2x log 2 - x log 2 = log 6
log ((2^2x)/(2^x) ) = log 6
log 2^x = log 6
x log 2 = log 6
x = log 6 / log 2
x = log (base 2) 6

However, it is supposed to be log base 2 of 3...

Also, I've multiplied all the powers to the (1/x) so that
2^2 - 2 = 6^(1/x)
2 = 6^(1/x)
log 2 = (1/x) log 6
x = log 6/log 2
x = log(base 2) 6

so, wtf am I consistently doing wrong?
 

fleshconsumed

Diamond Member
Feb 21, 2002
6,486
2,363
136
2^(2x) = 2^x*2^x

set y equal 2^x and solve as a quadratic eauation, then subsitite back and get your x
 

Screech

Golden Member
Oct 20, 2004
1,203
7
81
They're the same, i simply added the six on both sides for simplification.
 

sciwizam

Golden Member
Oct 22, 2004
1,953
0
0
Originally posted by: mzkhadir
which is the problem ? Topic title has different one than the body


Say whaaaa?

Look carefully, they are the same. :p
 

mzkhadir

Diamond Member
Mar 6, 2003
9,509
1
76
Originally posted by: sciwizam
Originally posted by: mzkhadir
which is the problem ? Topic title has different one than the body


Say whaaaa?

Look carefully, they are the same. :p

I know. I havent taken math in a while. Like the first replier said, he doesn't need to use log to solve the problem.
 
Aug 10, 2001
10,420
2
0
2^x*2^x - 2 ^ x = 6

let z= 2^x
z^2 - z - 6 =0
(z-3)(z+2)=0

z= 3 or z = -2 (which you can ignore)

log(2)z=x

so x = log(2)3