Solve for $y$: $\frac{y+1}{y-1} = 10^{x^2}$

77 Views Asked by At

Can someone please show me the steps (all of them… yeah, even the obvious ones) to go from

$$\begin{align}\frac{y+1}{y-1} = 10^{x^2}\end{align}$$

to

$$\begin{align}y=\frac{10^{x^2}+1}{10^{x^2}-1}\end{align}$$

3

There are 3 best solutions below

0
On

For $y\neq1$ $$\frac{y+1}{y-1}=10^{x^2}$$ $$y+1=y\cdot10^{x^2}-10^{x^2}$$ $$1+10^{x^2}=y(10^{x^2}-1 )$$

Then?

0
On

$$\frac{y+1}{y-1} = 10^{x^2}$$

$$y+1 = 10^{x^2}(y-1)$$

$$y+1 = 10^{x^2}y-10^{x^2}$$

$$y+1+10^{x^2} = 10^{x^2}y$$

$$1+10^{x^2} = (10^{x^2}-1)y$$

$$y=\frac{10^{x^2}+1}{10^{x^2}-1}$$

0
On

Solve for $y$:

$$\frac{y+1}{y-1} = 10^{x^2}$$

Multiply both sides by $y-1$: $$y+1=10^{x^2}(y-1)$$ Expand out terms of the right hand side: $$y+1=10^{x^2}y-10^{x^2}$$ Subtract $1+10^{x^2}y$ from both sides: $$y(1-10^{x^2})=-1-10^{x^2}$$ Divide both sides by $1-10^{x^2}$ $$\boxed{\color{blue}{y=\frac{10^{x^2}+1}{10^{x^2}-1}}}$$