Show $2^x-2^{-x}=1$ can be written as a quadratic equation

645 Views Asked by At

I tried to solve this but i can't find the answer to know if i'm right or wrong

i) Show that if $y=2^x$ then the equation $2^x-2^{-x}= 1$ can be written as a quadratic equation in $y$.

ii) Hence solve the equation $2^x-2^{-x}=1$.

3

There are 3 best solutions below

0
On

Hint:

If $y=2^x$, then $;2^{-x}=\dfrac 1y$.

0
On

$2^x-2^{-x}=2^x-(2^x)^{-1}=y-y^{-1}=1$ Multiply both sides by $y$ you get: $y^2-1=y$.

0
On

Put $$2^x = y$$

Then $$2^{-x} = \frac 1{2^x}$$

$$= \frac 1y$$

Then equation,

$$2^x - 2^{-x} = 1$$

$$y - \frac 1y = 1$$

$$\frac {y^2 - 1}{y} = 1$$

$$y^2 - 1 = y$$

$$y^2 - y - 1 = 0$$

Hope you can solve this quadratic equation further.