Solve Logarithmic Equation: 3^(2x) - 5(3^x) = -6

In summary: So, if you see something like that, it's a good indication to step back and reconsider your methods.I'd be lying if I said I could have easily spotted the quadratic equation when first studying logs. When you see a2x in an equation, I always keep in mind that it's equivalent to (ax)2 and thus might involve quadratics.
  • #1
S.R
81
0

Homework Statement


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

Homework Equations


The Attempt at a Solution


I can't determine the right answer :/? I'm not sure what's incorrect with my current method.

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

log((3^(2x)) - log((5(3^x)) = -log(6)

xlog(9) - xlog(15)= -log(6)

x((log(9) - log(15)) = -log(6)

x = -log(6)/log(9/15) = 3.507

Any assistance would be appreciated.
 
Physics news on Phys.org
  • #2
S.R said:
3^(2x) - 5(3^x) = -6

log((3^(2x)) - log((5(3^x)) = -log(6)

What you essentially did here was:

[tex]a+b=c[/tex]

[tex]\log(a+b)=\log(c)[/tex]

[tex]\log(a)+\log(b)=\log(c)[/tex]

And you can't go from the second to the third line! You can't split up a log that has addition in its argument, and also remember that [tex]\log(a)+\log(b)=\log(ab)\neq \log(a+b)[/tex]

Start by letting [itex]u=3^x[/itex]

EDIT:
Also, [itex]\log(5\cdot 3^x)\neq x\cdot\log(15)[/itex] because to use that rule, it'd have to be [itex]\log((5\cdot 3)^x) = \log(5^x\cdot3^x)[/itex]

For [itex]\log(5\cdot 3^x)[/itex] what you'd instead do is convert it into [itex]\log(5)+\log(3^x)[/itex] then apply your rule, [itex]\log(5)+x\cdot\log(3)[/itex]
 
  • #3
Hmm, therefore log(5)+xlog(3) =/= xlog(15)?

Alright, then I can rewrite the equation:

log((3^(2x)) - log((5(3^x)) = -log(6)

xlog(9) - [log(5) + xlog(3)] = -log(6)

x((log(9) - log(3)) = -log(6) + log(5)

x = ((log(5) - log(6)) / log(3)

Correct?
 
Last edited:
  • #4
No, you can't do any of that for reasons mentallic has already explained. Start from the original equation 3^(2x) - 5(3^x) = -6 and put u=3^x. 3^(2x)=(3^x)^2.
 
  • #5
Edit: Oh, if I expand, a quadratic equation forms...let me attempt to solve it then substitute u=3^x.
 
Last edited:
  • #6
Therefore, x=1 and x=log3(2). Thank-you :)
 
  • #7
S.R said:
Therefore, x=1 and x=log3(2). Thank-you :)

Very welcome. You've got it. log3(2) means log to the base 2 of 3, yes? Could also just write it as log(3)/log(2).
 
Last edited:
  • #8
Dick said:
Very welcome. You've got it. log3(2) means log to the base 2 of 3, yes? Could also just write it as log(3)/log(2).

Yeah :) Additionally, are there any tips you can give for identifying those type of formations/patterns? Or have you simply developed an instinct through experience?
 
  • #9
S.R said:
Yeah :) Additionally, are there any tips you can give for identifying those type of formations/patterns? Or have you simply developed an instinct through experience?

Just thinking about it mostly. Having seen a few examples in the past doesn't hurt. So, yeah, let's say experience.
 
  • #10
S.R said:
Yeah :) Additionally, are there any tips you can give for identifying those type of formations/patterns? Or have you simply developed an instinct through experience?

I'd be lying if I said I could have easily spotted the quadratic equation when first studying logs. When you see a2x in an equation, I always keep in mind that it's equivalent to (ax)2 and thus might involve quadratics.

These are also some of the kinds of problems they use to try and throw you off, because students instinctively think: Well, there are exponentials so I need to use logs, but as you now know, that's not the case.
 

FAQ: Solve Logarithmic Equation: 3^(2x) - 5(3^x) = -6

What is a logarithmic equation?

A logarithmic equation is an equation that involves logarithms, which are mathematical operations that are the inverse of exponentiation. In other words, logarithmic equations are equations in which the variable appears in the exponent.

How do I solve a logarithmic equation?

To solve a logarithmic equation, you need to use the properties of logarithms to simplify the equation and isolate the variable on one side of the equation. Then, you can solve for the variable by taking the logarithm of both sides of the equation and using the power rule to remove the logarithm.

What are the properties of logarithms?

The properties of logarithms include the product rule, quotient rule, power rule, and change of base rule. These properties allow you to manipulate logarithmic expressions and equations in order to solve them.

How do I use the power rule to solve logarithmic equations?

The power rule states that logb(xn) = nlogb(x). This means that if you have an equation with a logarithm on one side and a power of the variable on the other side, you can use the power rule to remove the logarithm and solve for the variable.

Can you provide an example of solving a logarithmic equation?

Sure, for the equation 32x - 5(3x) = -6, we can use the power rule to remove the logarithm and isolate the variable on one side. First, we can rewrite the equation as log3(32x) - log3(5(3x)) = log3(-6). Then, we can use the properties of logarithms to simplify the equation to x = log3(2) / log3(-6/5). Finally, we can use a calculator to find the approximate value of x.

Back
Top