Solve for $x$ for the following exponential equation $2^{2x+1} = 3^{2x+1}$. What am I doing wrong?

313 Views Asked by At

$2^{2x+1} = 3^{2x+1}$

$2^1=3$?

Why can't I take $\log_2$ of both sides ?

3

There are 3 best solutions below

0
On BEST ANSWER

You can but you're taking it incorrectly, it seems.

To solve this, rewrite it as

$(\frac{2}{3})^{2x+1}=1$.

Now it's clear that $2x+1=0$ which gives

$x=-\frac{1}{2}$.

0
On

$2^{2x+1}=3^{2x+1}$

When you take the $\log_2$ of both sides, the following happens:

$\log_2{2^{2x+1}}=\log_2{3^{2x+1}}$

${2x+1}=({2x+1})\log_2{3}$

And as you noticed, if $x≠-\frac{1}{2}$, then you get the inconsistent identity that

$1=\log_2{3}$, which isn't true. So what gives?

The fact, is, the problem was when we assumed that $x≠-\frac{1}{2}$. Division by zero is not well defined, and in fact it turns out the solution is when $x=-\frac{1}{2}$.

The reason for this lies in the question itself. Look at the graphs of $f=2^a$ and $f=3^a$. Naturally the $3^a$ grows faster than the $2^a$ graph. The only intersection point is when $a=0$.

In our problem, "$a=0$" means "$2x+1=0$" and consequently $x=-\frac{1}{2}$.

2
On

Yes you can, and you find: $$ 2x+1=(2x+1)\log_2 3 \iff (2x+1)(1-\log_2 3)=0 \iff 2x+1=0 \iff x=-\frac{1}{2} $$