3

My try :

I have taken $y_1,y_2$ and tried to get a recursive relation between them but couldn't find any pattern. Please help.

AgentS
  • 12,195

1 Answers1

3

Applying derivative $$\frac{y^{\frac1m-1}}my_1-\frac{y^{-\frac1m-1}}my_1=2 \implies\left(y^{\frac1m}-y^{-\frac1m}\right)=\frac{2my}{y_1}$$

Now, $\displaystyle\left(y^{\frac1m}-y^{-\frac1m}\right)^2=\left(y^{\frac1m}+y^{-\frac1m}\right)^2-4$

$\displaystyle\iff \left(\frac{2my}{y_1} \right)^2=\left(2x\right)^2-4$

$$\iff m^2y^2=(x^2-1)y_1^2$$

Applying derivative $\displaystyle m^2(2yy_1)=2xy_1^2+(x^2-1)2y_1y_2$

Cancelling $2y_1$(assuming $\ne0$)

$$\iff m^2y=xy_1+(x^2-1)y_2$$

Now apply General Leibniz rule

  • Thanks a lot ! I have understood till the last line. But not clear on which two functions to pick for leibniz rule. Should I pick the product $xy_1$ ? – AgentS Aug 23 '14 at 07:56
  • @rsadhvika, See http://wdjoyner.com/teach/calc1-sage/html/node106.html or http://en.wikipedia.org/wiki/Product_rule#Higher_derivatives – lab bhattacharjee Aug 23 '14 at 08:47
  • I had used leibniz rule several times before for taking nth derivative of product of funcitons. I'm not able to apply it corretly here, I'm still struggling... – AgentS Aug 23 '14 at 08:51
  • 1
    @rsadhvika, $$\frac{d^n{y_2(x^2-1)}}{dx^n}=(x^2-1)\frac{d^n(y_n)}{dx^n}+\binom n1\frac{d(x^2-1)}{dx^1}\frac{d^{n-1}(y_n)}{dx^{n-1}}+\binom n2\frac{d^2(x^2-1)}{dx^2}\frac{d^{n-2}(y_n)}{dx^{n-2}}+0$$ as $$\frac{d^m(x^2-1)}{dx^m}=0$$ for $m\ge3$ – lab bhattacharjee Aug 23 '14 at 08:55
  • Why you say m≥3?sir@lab bhattacharjee – Sathasivam K Aug 25 '16 at 15:59
  • Do u mean $D_3(x^2-1)=0$? – Sathasivam K Aug 25 '16 at 16:04