What am I doing wrong in this exponential equation?

  • Thread starter Thread starter wahaj
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
The discussion centers on solving the exponential equation 52x - 3(5x) = 10. The initial approach incorrectly applies logarithmic properties, leading to an erroneous solution of x = 2.11. Participants emphasize that log(a + b) does not equal log(a) + log(b), which is a critical mistake in the attempted solution. A correct method involves using the property of exponents to rewrite the equation and substituting u = 5^x to form a quadratic equation. Ultimately, the correct solution leads to x = 1, clarifying the misunderstanding.
wahaj
Messages
154
Reaction score
2

Homework Statement



52x - 3(5x) = 10

Homework Equations





The Attempt at a Solution



log 52x - log 3(5x) = log 10
2x log 5 - log 3 - x log 5 = log 10
x log 5 = log 10 + log 3
x = (log 10 + log 3)/log 5
putting this in my calculator I get 2.11
by inspection I can tell that the answer will be x = 1. So what am I doing wrong?
 
Physics news on Phys.org
I think if you do the substitution u = 5^x you can solve a quadratic for 'u' and then get 'x' from that. One of the 2 solutions will be negative and therefore outside of the domain of the log.

Edit* Oh, well I guess I should say that the first line of your answer that you tried is already not right, you accidentally used the wrong properties for logs: http://dl.uncw.edu/digilib/mathematics/algebra/mat111hb/eandl/logprop/logprop.html
 
wahaj said:

Homework Statement



52x - 3(5x) = 10

Homework Equations



The Attempt at a Solution



log 52x - log 3(5x) = log 10
2x log 5 - log 3 - x log 5 = log 10
x log 5 = log 10 + log 3
x = (log 10 + log 3)/log 5
putting this in my calculator I get 2.11
by inspection I can tell that the answer will be x = 1. So what am I doing wrong?

First of all, log(a + b) ≠ log(a) + log(b)

To solve your equation, use the exponential property that, \displaystyle \ \ 5^{2x}=\left(5^x\right)^2\ .

Then letting u = 5x, you will have a quadratic equation in u .
 
oh that makes more sense. I thought I could do that. Well thanks for the help I got the answer I needed.
 
wahaj said:
oh that makes more sense. I thought I could do that. Well thanks for the help I got the answer I needed.

No, you cannot say 'log of a sum = sum of the logs'---that is just false. For example, log(5+1) = log(6) (because 5+1=6), but log(5) + log(1) = log(5) (because log(1) = 0).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top