How can logarithms be used to solve exponential equations?

  • Thread starter Thread starter anonymous12
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
To solve the equation 2^{k-2}=3^{k+1}, one can utilize logarithms by taking the logarithm of both sides, resulting in log(2^{k-2})=log(3^{k+1}). This allows for the application of properties of logarithms, such as log(a^n)=n*log(a), to simplify the equation. The transformation leads to a form where the exponential terms can be manipulated to isolate k. Additionally, recognizing that the inverse of an exponential function is a logarithm is crucial for solving such equations. Logarithms provide a systematic approach to finding the value of k in exponential equations.
anonymous12
Messages
29
Reaction score
0

Homework Statement


Solve 2^{k-2}=3^{k+1}



Homework Equations





The Attempt at a Solution


2^{k-2}=3^{k+1}
\frac{2^{k}}{2^{2}}=(3^k)(3^1)
\frac{2^{k}}{3^{k}} = 4 \cdot 3
\frac{2^{k}}{3^{k}} = 12

What do I do next to solve for K?
 
Physics news on Phys.org
Use the fact that \frac{a^n}{b^n}=\left(\frac{a}{b}\right)^n and also, what do you know about logarithms?
 
You could have used logarithms right from the start- log(2^{k-2})= log(3^{k+1}).

In general, to solve an equation of the form f(x)= constant or f(p(x))= f(q(x)) you will need to use the inverse function to f. And the inverse of the exponential is the logarithm.
 
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