There are many different methods we can use to solve an or . Let's discuss some of them.
Solving the Equations Graphically
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.
logx=1
Let's graph both sides of the equation and look for the point of intersection.
In this case, the solution is x=1.
Numerical Approach
Another way to solve these type of equations is by doing a table of values. Let's consider an exponential equation this time.
16x−2=0
x
|
16x−2
|
-1
|
16-1−2=−1.9375
|
-0.5
|
16-0.5−2=−1.75
|
0
|
160−2=−1
|
0.5
|
160.5−2=2
|
1.5
|
161.5−2=62
|
2
|
162−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
|
16x−2
|
0
|
160−2=−1
|
0.25
|
160.25−2=0
|
0.5
|
160.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.
Solving the Equations Algebraically
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.
Rewriting the Equation
One way to solve or 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.
2x+1=4⇔2x+1=22
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=logby⇔y=bx
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.
log2x=8⇔log2x=23
In this case we can identify the solution to be
x=3, without doing any more calculations.
Using the Inverse Function
Sometimes, the quantity at one side cannot be rewritten as a power with a convenient base for the given exponential or logarithmic term. In some cases, we can solve the equation by using the fact that exponential and logarithmic functions are inverse functions, and thus, they undo each other.
log2(2x)=x2log2x=x
Consider, for example, the logarithmic equation shown below.
log2x=3
In this case we cannot solve the equation by rewriting it, since we cannot write
3 as a power of base
2. But by exponentiation we can solve it without problems.
Now let's consider a different equation.
2x=3x+1
In this equation we cannot rewrite the expressions to have the same base, since
2 and
3 are different
prime numbers. However, we can use both sides as arguments of a logarithm and use the to solve it.
2x=3x+1
log(2x)=log(3x+1)
xlog(2)=(x+1)log(3)
xlog(2)=xlog(3)+log(3)
0=xlog(3)−xlog(2)+log(3)
0=x(log(3)−log(2))+log(3)
0=xlog(23)+log(3)
-log(3)=xlog(23)
-log(23)log(3)=x
x=-log(23)log(3)