Sign In
What are the different approaches and methods you have used to solved other types of equations?
See solution.
There are many different methods we can use to solve an exponential or logarithmic equation. Let's discuss some of them.
To solve an exponential or logarithmic equation by graphing we can graph both sides of the equations. We graph each of them as an independent function. The solutions are the x-coordinates of the intersections points. For example, consider the equation shown below. log x = 1 Let's graph both sides of the equation and look for the point of intersection.
In this case, the solution is x=1.
16^x -2 = 0
| x | 16^x-2 |
|---|---|
| -1 | 16^(- 1) -2 = -1.9375 |
| - 0.5 | 16^(- 0.5) -2 = -1.75 |
| 0 | 16^0 -2 = -1 |
| 0.5 | 16^(0.5) -2 = 2 |
| 1.5 | 16^(1.5) -2 = 62 |
| 2 | 16^2 -2 = 254 |
We can see that the solution happens somewhere between 0 and 0.5, as there is a change of sign from one value to the other. To give a more precise answer, we can make the x-intervals smaller and evaluate between the values where we know our answer should be.
| x | 16^x-2 |
|---|---|
| 0 | 16^0 -2 = -1 |
| 0.25 | 16^(0.25) -2 = 0 |
| 0.5 | 16^(0.5) -2 = 2 |
As we can see, the solution to our equation is x=0.25. If we had not found the solution once again, we could repeat the process using smaller intervals until we find the solution or until we can get an approximate answer good enough for our purpose.
We will mention two different methods to solve these type of equations algebraically — rewriting the equation as one with a more convenient form, and using the corresponding inverse function. We will explain each of them individually.
One way to solve exponential or logarithmic equations is to rewrite the expressions on both of the equation's sides so that the base is more convenient. For an exponential equation, we want both sides to be exponential expressions of same base. That way we can equate the exponents. 2^(x+1) =4 ⇔ 2^(x+1) = 2^2 This allow us to solve the equivalent equation x+1 =2 instead. In the case of a logarithmic equation, recall that the definition of logarithm implies the equivalence shown below. x = log_b y ⇔ y= b^x Therefore, if we can write the logarithmic equation such that one side contains the logarithm and the other side contains the equivalent exponential form, we can identify the solution right away. Let's see an example. log_2 x = 8 ⇔ log_2 x = 2^3 In this case we can identify the solution to be x=3, without doing any more calculations.
log(LHS)=log(RHS)
log(a^m)= m*log(a)
Distribute log(3)
LHS-xlog(2)=RHS-xlog(2)
Factor out x
log(m) - log(n)=log(m/n)
LHS-log(3)=RHS-log(3)
.LHS /log ( 32).=.RHS /log ( 32).
Rearrange equation