Logarithmic and Exponential Equations

From Math Wiki
Jump to navigation Jump to search

Solving Logarithmic Equations

To solve logarithmic equations we take advantage of the properties of logarithmic functions and the fact that

We also use the additional fact that if Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle log_{a}(M)=log_{a}(N)} then M = N for M, a, N positive numbers and

Example

Solve: Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle log_{5}(x+6)+log_{5}(x+2)=1}

Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle {\begin{array}{rcl}log_{5}(x+6)+log_{5}(x+2)&=&1\\log_{5}((x+6)(x+2))&=&1\\(x+6)(x+2)&=&5\\x^{2}+8x+12&=&5\\x^{2}+8x+7&=&0\\(x+1)(x+7)&=&0\end{array}}}

Now we just need to make sure our answers make sense. When x = -7, we have Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle log_{5}(-1)+log_{5}(-5)} which cannot occur since the domain of the logarithm function is

Solving Exponential Equations

In a similar fashion to solving logarithmic equations, we can solve exponential equations by using their properties and the fact that if Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle a^{u}=a^{v}~{\text{ then }}u=v~a>0,~a\neq 1}

Example:

Solve:

We start by dividing both sides by 8 to get Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle 3^{x}={\frac {5}{8}}} . Taking the log base 3 of both sides we find that Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle log_{3}(3^{x})=log_{3}({\frac {5}{8}})} . Finally by our properties of logarithms Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle x=log_{3}({\frac {5}{8}})} .

 Return to Topics Page