0
$\begingroup$

I am trying to simplify this expression by as usual the expansion way,

$\biggl(\frac{ 1+x^2}{1-x^2}\biggr)^2 = \frac{1}{1-y^2}$

After some steps I am getting:

$4x^2 - y^2 - 2x^2y^2 - x^4y^2 = 0$

The answer suggested in my module is $x^2y = 2x - y$

For the answer to be correct I think what I should get is

$4x^2 - y^2 - 4xy - x^4y^2 = 0$

What exactly I am doing wrong ? I tried to find an error in my solution, but unable to spot any(yet).

EDIT: For reference I am adding the other options mentioned the question (and now the question too):

if $4\biggl[\frac{x^2}{1} + \frac{x^{6}}{3}+ \frac{x^{10}}{5} + \cdots \biggr] = y^2 + \frac{y^4}{2} + \frac{y^6}{3} + \cdots $, then

$x^2y = 2x+y \text{ or } x = 2y^2 - 1 \text{ or } x^2y = 2x + y^2$

  • 1
    it wasn't me... :o I don't see why this would be downvoted.2012-02-16

2 Answers 2

6

My interpretation is that you want to know the relation between $y$ and $x$ so that

$\left( \dfrac{1+x^{2}}{1-x^{2}}\right) ^{2}=\dfrac{1}{1-y^{2}}.$

My detailed computation is as follows:

$\dfrac{\left( 1+x^{2}\right) ^{2}}{\left( 1-x^{2}\right) ^{2}}= \dfrac{x^{4}+2x^{2}+1}{x^{4}-2x^{2}+1}$

$\left( \dfrac{1+x^{2}}{1-x^{2}}\right) ^{2}=\dfrac{1}{1-y^{2}}\Leftrightarrow \dfrac{x^{4}+2x^{2}+1}{x^{4}-2x^{2}+1}=\dfrac{1}{1-y^{2}}$

$\Leftrightarrow \left( x^{4}+2x^{2}+1\right) \left( 1-y^{2}\right) =x^{4}-2x^{2}+1$

Expanding

$\left( x^{4}+2x^{2}+1\right) \left( 1-y^{2}\right) =2x^{2}-y^{2}+x^{4}-2x^{2}y^{2}-x^{4}y^{2}+1$

you get

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

$\Leftrightarrow 4x^{2}-y^{2}-2x^{2}y^{2}-x^{4}y^{2}=0\qquad\text{the same as in the question}$

$\Leftrightarrow (1+2x^{2}+x^{4})y^{2}=4x^{2}$

$\Leftrightarrow (1+x^{2})^{2}y^{2}=4x^{2}$

$\Leftrightarrow (1+x^{2})y=\pm 2x$

Taking the positive root, we have

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

and finally

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


Added: Or

$\Leftrightarrow 4x^{2}-y^{2}-2x^{2}y^{2}-x^{4}y^{2}=0\qquad\text{the same as in the question}$

$\Leftrightarrow (1+2x^{2}+x^{4})y^{2}=4x^{2}$

$\Leftrightarrow (1+x^{2})^{2}y^{2}=4x^{2}$

Taking the negative root gives

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

$\Leftrightarrow y+x^{2}y=-2x$

and finally

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

  • 1
    $(1+x^{2})^{2}y^{2}=4x^{2}$ $\Leftrightarrow (1+x^{2})y=\pm 2x$2010-11-21
3

HINT $\rm\quad\ 0 \ \ = \ \ (y^2-1)\ (1+x^2)^2 + (1 - x^2)^2$

$\rm\quad\quad\quad\quad\quad\quad\quad\ = \ \ y^2\:(1+x^2)^2 - 4\:x^2$

$\rm\quad\quad\quad\quad\quad\quad\quad\ =\ \ (y\:(1+x^2)-2\:x)\ \ (y\:(1+x^2)+2\:x)$