Exponential Equations: Solving for Unknown Variables

  • Thread starter Thread starter projection
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 3K views
projection
Messages
48
Reaction score
0

Homework Statement



[tex]2^{2x}-3\times2^{x+2}+32=0[/tex]


The Attempt at a Solution



i have no clue as to how to solve this...if someone has a tutorial on another website of something on these type of questions...that would be helpful...can someone provide some insight as to how approach this problem?
 
Physics news on Phys.org
u can re-write as:

0 = (2^x)^2 - 3* 2^X * 2^2 + 32
 
[tex](2^x)^2-12\cdot(2^x)+32=0[/tex]

How about now? Remember that, [tex]a^{x+y}=a^xa^y[/tex] Make a "substitution" if necessary.
 
thanks!

i see how it is done...i will try to do a number of these...will post if need more help.

many thanks rocophysics and shawshank
 
[tex](27\cdot3^x)^x=27^x\cdot3^\frac{1}{x}[/tex]

when i solve it...i end up with the answers x=0 or x=-1...the answer sheet says its just x=0...i did it multiple times...keep getting the same answer...which is right?
 
[tex]u=2^x[/tex]

[tex]u^2-12u+32=0[/tex]

[tex](u-4)(u-8)=0[/tex]

[tex]2^x=4 \ \ \ 2^x=8[/tex]

[tex]x=\frac{\ln 4}{\ln 2} \ \ \ x=\frac{\ln 8}{\ln 2}[/tex]

Lol, omg! New problem, sorry. I was like wtf ... I'm not even getting 0 :p
 
[tex](27\cdot3^x)^x=27^x\cdot3^\frac{1}{x}[/tex]

Simplifies to ...

[tex]3^{x^2}=3^{\frac 1 x}[/tex]

I'm getting 1 as my only answer.
 
Last edited:
ohh crap...my bad...the answer i was looking at was for the pervious one.

here is how i did it...tell me where i went wrong:

[tex](3^3\cdot3^x)^x=3^3x\cdot3^(-x)[/tex]

[tex](3^(x+3))^x=3^(2x)[/tex]

[tex](3^(x^2+3x)=3^(2x)[/tex]

[tex]x^2+3x=2x[/tex]

[tex]x^2+x=0[/tex]

[tex]x(x+1)=0[/tex]

x=0 or x=-1

so i did something really wrong...did i violate a rule??
 
[tex]27^x\cdot3^{x^2}=27^x\cdot3^{\frac 1 x}[/tex]

[tex]3^{x^2}=3^{\frac 1 x}[/tex]

[tex]x^2=\frac 1 x[/tex]

[tex]x^3-1=0[/tex]
 
ok...so i can't make the exponent 1/x into -x??
 
projection said:
ok...so i can't make the exponent 1/x into -x??
You can, but why do it? Also, 27^x cancels nicely so it's just a cubic function with one real solution.
 
projection said:
ok...so i can't make the exponent 1/x into -x??

rocophysics said:
You can, but why do it? Also, 27^x cancels nicely so it's just a cubic function with one real solution.

No, he cannot do it. 1/x cannot be change to -x.

You seem to be confusing between the two:

[tex]\frac{1}{a} = a ^ {-1}[/tex], this is a fine manipulation. :)

However, [tex]\left( a ^ {\frac{1}{x}} = \sqrt[x]{a} \right) \neq \left( a ^ {-x} = \frac{1}{a ^ x} \right)[/tex] The two are completely different.

You are wrong at the very first step.. Now, let's re-do it using ricophysics' way. :)
 
Oh! Oops, I did not mean to mislead. I accidently read an exponent of -x, rather than a change to -x. Thanks VietDao! :-]