Some Confusion with an Exponential Equation

AI Thread Summary
The discussion revolves around solving the exponential equation 5 = 3^(x+5). The original attempt incorrectly applied logarithmic properties, leading to confusion about the correct value of x. The correct approach involves recognizing the need for parentheses in the logarithmic transformation and using properties of logarithms to isolate x. Ultimately, the accurate solution is x = log_3(5) - 5, which can be approximated but is best left in fractional form for precision. Participants agree that the initial method was on the right track, and using tools like Wolfram|Alpha can aid in verifying solutions.
M83
Messages
22
Reaction score
0
I'm reviewing for my final exam so one of the practice problems is:

5= 3^(x+5)

Here's my attempt at it:

ln 5= x+5 ln 3

ln 5 / ln 3 = x+5
(ln 5 / ln 3)-5= x
1.46-5 ≈ x
-3.54 ≈ x

I checked my answer and I get 3^1.46 ≈ 4.97 so rounding it up gives me 5 since I rounded off 1.46. However when I plug this equation into Mathway it gives me an answer of -3.39. I tried figuring out why (I know if you pay a fee you can view their steps, but I don't have the money at the moment) and eventually came to the conclusion that this is how they did it:

5= 3^(x+5)

x+5 = ln 5
x = ln 5 - 5
x ≈ -3.39

But when I check their answer I get 3^1.61 ≈ 5.86

I think Mathway is wrong, but maybe I'm missing something. Which method is the correct one for solving this equation? Thanks for any help I receive.
 
Physics news on Phys.org
Don't worry, your answer is correct.
Also, give Wolfram|Alpha a try; it's free and it shows steps (although they're not always very helpful depending on the problem).
 
Thanks Bohrok. I'll give Wolfram a try.
 
M83 said:
I'm reviewing for my final exam so one of the practice problems is:

5= 3^(x+5)

Here's my attempt at it:

ln 5= x+5 ln 3
The equation above needs parentheses.

What you meant was
ln 5= (x+5) ln 3

Because of the higher precedence of multiplication over addition, what you wrote would be interpreted as
ln 5= x+ (5 ln 3)
M83 said:
ln 5 / ln 3 = x+5
(ln 5 / ln 3)-5= x
1.46-5 ≈ x
-3.54 ≈ x

I checked my answer and I get 3^1.46 ≈ 4.97 so rounding it up gives me 5 since I rounded off 1.46. However when I plug this equation into Mathway it gives me an answer of -3.39. I tried figuring out why (I know if you pay a fee you can view their steps, but I don't have the money at the moment) and eventually came to the conclusion that this is how they did it:

5= 3^(x+5)

x+5 = ln 5
x = ln 5 - 5
x ≈ -3.39

But when I check their answer I get 3^1.61 ≈ 5.86

I think Mathway is wrong, but maybe I'm missing something. Which method is the correct one for solving this equation? Thanks for any help I receive.
 
Mark44 said:
The equation above needs parentheses.

What you meant was
ln 5= (x+5) ln 3

Because of the higher precedence of multiplication over addition, what you wrote would be interpreted as
ln 5= x+ (5 ln 3)

Thanks for the correction.
 
M83 said:
I'm reviewing for my final exam so one of the practice problems is:

5= 3^(x+5)

5 = 3^x * 3^5

5/(3^5) = 3^x

x = log_3(5/(3^5)) whatever that turns out to be. Let's go further ...

x = log_3(5/(3^5)) = log_3(5) - log_3(3^5)

= log_3(5) - 5

= -3.53502647928207283280295959232135960369206763333395...

that last step from Wolfram Alpha. So I think what you had initially is correct.
 
You could also take the logarithm directly:
5= 3^{x+ 5}
log(5)= log(3^{x+5})= (x+ 5)log(3)
so that
x+ 5= \frac{log(5)}{log(3)}
and then
x= \frac{log(5)}{log(3)}- 5.

Are you required to write a decimal answer (which can only be approximate)? I would leave the answer as the above fraction.
 
your answer is correct, with these questions always take the ln/e and solve from their, quite straight forward :)
 
Back
Top