Prove $(1-x^2)y_{n+2} - (2n+1)xy_{n+1}+(m^2-n^2)y_n=0$ for y=sin(m \arcsin x)

  • Thread starter Thread starter utkarshakash
  • Start date Start date
utkarshakash
Gold Member
Messages
852
Reaction score
13

Homework Statement


For y=sin(m \arcsin x), prove that
$$(1-x^2)y_{n+2} - (2n+1)xy_{n+1}+(m^2-n^2)y_n=0 $$

Homework Equations



The Attempt at a Solution


My first approach would be to find a general expression for y_n. Starting with
$$y_1=m\dfrac{\cos(m \arcsin x)}{\sqrt{1-x^2}} \\
y_2 = m\dfrac{\cos(m \arcsin x)}{\sqrt{1-x^2}(1-x^2)} - m^2 \dfrac{\sin(m \arcsin x)}{1-x^2} $$

The expression seems to get uglier as n increases and it's too difficult to calculate y_3. Also it's not easy to generalize an expression for y_n just by looking at the results obtained.
 
Physics news on Phys.org
Have you thought of using induction?
 
utkarshakash said:

Homework Statement


For y=sin(m \arcsin x), prove that
$$(1-x^2)y_{n+2} - (2n+1)xy_{n+1}+(m^2-n^2)y_n=0 $$

Homework Equations



The Attempt at a Solution


My first approach would be to find a general expression for y_n. Starting with
$$y_1=m\dfrac{\cos(m \arcsin x)}{\sqrt{1-x^2}} \\
y_2 = m\dfrac{\cos(m \arcsin x)}{\sqrt{1-x^2}(1-x^2)} - m^2 \dfrac{\sin(m \arcsin x)}{1-x^2} $$

The expression seems to get uglier as n increases and it's too difficult to calculate y_3. Also it's not easy to generalize an expression for y_n just by looking at the results obtained.

Please do not use ##y_n## for the ##n##th derivative of ##y##; the standard notation would be ##y^{(n)}##, and your use of other notation (without explanation) is too confusing: I could not figure out what your question was asking.
 
Last edited:
PeroK said:
Have you thought of using induction?

Let P(n) be the given expression.
$$P(0)=(1-x^2)y_2-3xy_1+(m^2-1)y=0$$
Let P(n) be true. Therefore,
(1-x^2)y_{n+2} - (2n+1)xy_{n+1}+(m^2-n^2)y_n=0\\ <br /> P(n+1)=(1-x^2)y_{n+3} - (2n+3)xy_{n+2}+(m^2-(n+1)^2)y_{n+1}

How do I proceed further?
 
What is the most obvious thing you can do with P(n)?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top