Polynomial that satisfies a differential equation

TiberiusK
Messages
24
Reaction score
0

Homework Statement


I must show that t H_n satisfies a diferential equation. By diferentiating H_n(x) = -xH_(n-1)(x) - (n - 1)H_(n-2)(x) (1) and
using induction on n, show that, for n >= 1,
H'_n(x) = -nH_(n-1)(x) (2)
I have to use (2) to express H_(n-1) and H_(n-2) in terms of derivatives of H_n, and substitute these into (1) to show that
H''_n - xH'_n + nH_n = 0 (3)
for n>= 0. Now let O_n(x) = exp(-(x^2)/4 )H_n(x). Using (3) I must show that
O''_n +(n+1/2-(x^2)/3)O_n=0

Homework Equations


H_n(x) for n = 0,1,2... : H_0(x) =1 and H_1(x) = -x; then, for n >=2, H_n is defined by the recurrence
H_n(x) = -xH_(n-1)(x) - (n - 1)H_(n-2)(x): (1)


The Attempt at a Solution


I need some help on getting started ,my first problem is how to differentiate the recurrence
H_n(x) = -xH_(n-1)(x) - (n - 1)H_(n-2)(x) ...because I get
H_n'(x) =-H_(n-1)'(x) -xH_(n-1)(x) - (n - 1)H_(n-2)'(x) =>-H_(n-1)'(x)[1+x]- (n - 1)H_(n-2)'(x) and I do not know how to continue ...
 
Physics news on Phys.org
any ideas?
 
TiberiusK said:

Homework Statement


I must show that t H_n satisfies a diferential equation. By diferentiating H_n(x) = -xH_(n-1)(x) - (n - 1)H_(n-2)(x) (1) and
using induction on n, show that, for n >= 1,
H'_n(x) = -nH_(n-1)(x) (2)

I have to use (2) to express H_(n-1) and H_(n-2) in terms of derivatives of H_n, and substitute these into (1) to show that
H''_n - xH'_n + nH_n = 0 (3)
for n>= 0. Now let O_n(x) = exp(-(x^2)/4 )H_n(x). Using (3) I must show that
O''_n +(n+1/2-(x^2)/3)O_n=0

Homework Equations


H_n(x) for n = 0,1,2... : H_0(x) =1 and H_1(x) = -x; then, for n >=2, H_n is defined by the recurrence
H_n(x) = -xH_(n-1)(x) - (n - 1)H_(n-2)(x): (1)

So that H_0'= 0 and H_1'= -1.
The formula you want to prove says that H'_1(x)= -(1)H_0(x)= -(1) so it is correct for n= 1.

The Attempt at a Solution

[/B]
I need some help on getting started ,my first problem is how to differentiate the recurrence
H_n(x) = -xH_(n-1)(x) - (n - 1)H_(n-2)(x) ...because I get
H_n'(x) =-H_(n-1)'(x) -xH_(n-1)(x) - (n - 1)H_(n-2)'(x) =>-H_(n-1)'(x)[1+x]- (n - 1)H_(n-2)'(x) and I do not know how to continue ...
Well, you are using the product rule incorrectly.
H_n'(x)= -H_(n-1)(x)- xH_(n-1)'(x)- (n-1)H_(n-2)'(x)
 
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