I'm new to this whole forum thing but I am really frustrated.
I am dealing with an exponential function: $$2^x - 2^{x-2} = 3$$
I tried taking the log of each term but been getting {no solution}, since the X's cancel out.
Here's what I have tried:
$$2^x - 2^{x-2} = 3\qquad \text{(Take log of each Term)}$$
$$x \log (2) - (x-2) \log (2) = \log (3) \qquad \text{(I divided by $\log (2)$)}$$
Since $\log (2)\not=0$ I divided by $\log (2)$
$$x-(x-2) = (\log (3) / \log (2))$$
And here is where I run into the problem of X's canceling out on the left side of the equation. However, I know the solution is $2$ because If you plug 2 in for $x$, the equation is true. Did I miss a logarithmic rule or is this a special situation? Please explain in detail if it's not too much trouble.
Thanks,
Typing this on my phone...hope that works.
$\log$ is not a linear function so you cannot take log each term.
Instead from the original equation factor out $2^{x-2}$ you get
$$2^{x-2}(2^2-1)=3$$
which implies
$$2^{x-2}=1$$
and therefore
$$x=2$$