In exponential equations, why can the exponents be equal to each other when the bases are the same?

3.1k Views Asked by At

My algebra textbook says that if the bases in an exponential equation are the same, then we can "cancel out" the bases and set the exponents equal to each other and then solve for $x$.

For example:

$2^{3x-8} = 2^4$

$3x-8 = 4$

$x = 4$

My question is twofold:

One, why are we allowed to "cancel out" the bases and set the exponents equal to each other when the bases are the same?

Two, why can't this method be done when the bases are NOT the same?

3

There are 3 best solutions below

4
On BEST ANSWER

We are allowed to cancel out the bases because exponential function is injective, indeed for any injective function $f(x)$ by definition

$$f(x_1)=f(x_2) \implies x_1=x_2$$

In the case of exponential function injectivity is guaranteed by the fact that exponental function $f(x)=a^x$ is strictly increasing for $a>1$ (or strictly decreasing for $0<a<1$).

If the base are different it is not the case since in general $a^x\neq b^x$ for $a\neq b$.

When basis are not the same we can convert one to proceed in the same way, that is for example

$$4^{f(x)}=7^{g(x)} \iff 4^{f(x)}=(4^{\log_4 7})^{g(x)}=4^{g(x)\log_4 7}$$

To give an example for which the cancellation doesn't work let consider

$$\sin (f(x))=\sin (g(x)) \not \Rightarrow f(x)=g(x)$$

indeed $\sin x$ function is not injective on its natural domain $\mathbb{R}$.

1
On

If the bases are the same (and positive) then $a^x=a^y$ can be divided through by the non-zero number $a^y$ to obtain $a^{x-y}=1$ from which we can conclude that either $a=1$ (we assumed $a\gt 0$) or $x-y=0$.

[The function $a^x$ is monotonic for positive $a$ - it increases with increasing $x$ for $a\gt 1$, is constant for $a=1$ and decreases with increasing $x$ for $a\lt 1$ - this makes it injective for positive $a\neq 1$]

If the bases are not the same - well $4^2=16$ and $2^2=4$ are not equal, even though they have the same exponent. One can take logarithms to any convenient base, though, and in appropriate cases this will lead to a solution.

0
On

Be careful with complex numbers, for example: $$ 2^i = 2^{i \cdot (1+2\cdot ln(2)\cdot\pi)} $$ As: $$ 2^0 = 1 = e^{2\cdot\pi \cdot i} = 2^{2\cdot ln(2)\cdot\pi \cdot i} $$ But: $$ 0 \neq 2\cdot ln(2)\cdot\pi \cdot i$$ And: $$ 2 \neq 2^{1+2\cdot ln(2)\cdot\pi} $$

The exponential function forms a bijection between $R$ and $R^+$.

But in general, the exponential (and the natural logarithm) is not a bijective function in $C$ to $C$.