Solving Exponential Equations with Logarithms: Restrictions and Techniques

  • Thread starter Thread starter Draggu
  • Start date Start date
  • Tags Tags
    Logarithms
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
6 replies · 3K views
Draggu
Messages
101
Reaction score
0

Homework Statement


Solve for x. State restrictions, if necessary.

3^(2x) - 3^(x) -12 = 0


Homework Equations





The Attempt at a Solution



2xlog3 - log3 = log 12
x=log 12/log 3

Doesn't work. I have no idea how to do this.. we didn't learn it. The 2x is throwing me off.
 
Physics news on Phys.org


Avodyne said:
Let y=3^x, and try to write the equation in terms of y. Then, solve for y. Then, use y=3^x to solve for x.

Let y = 3^(x)

2y-y-12=0
y=12
3^(x)=12
xlog3=12
x = 12/log3

Doesn't work either.
 


Let [tex]y=3^x[/tex]
[tex] y^2-y-12=0[/tex]

[tex] (y-4)(y+3)=0[/tex]

[tex] y=4\ or\ y=-3[/tex]

[tex] 3^x=4\ or\ 3^x=-3[/tex]

[tex] \log 3^x = \log 4[/tex]

[tex] x= \frac{\log 4}{\log3}[/tex]

[tex] x \approx 1.2618595071429[/tex]

For any value of x, [tex]3^x\neq-3[/tex], this solution is extraneous (rejected).
 


hoaver said:
Let [tex]y=3^x[/tex]
[tex] y^2-y-12=0[/tex]

[tex] (y-4)(y+3)=0[/tex]

[tex] y=4\ or\ y=-3[/tex]

[tex] 3^x=4\ or\ 3^x=-3[/tex]

[tex] \log 3^x = \log 4[/tex]

[tex] x= \frac{\log 4}{\log3}[/tex]

[tex] x \approx 1.2618595071429[/tex]

For any value of x, [tex]3^x\neq-3[/tex], this solution is extraneous (rejected).

Are there restrictions btw
 


Draggu said:
Are there restrictions btw

Not sure what you mean. The only restriction I'm guessing would be that any negative roots you get will never be a solution to an exponential expression, where the exponent is not 1.