Let p ( x ) be a polynomial such that p ( x ) − p ′ ( x ) = x n , where n is a positive integer. Then p ( 0 ) equals.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
p ′ ( x ) − p ( x ) = − x n
The above Differential Equation is of form f ′ ( x ) + P f ( x ) = q ( x )
The Integrating Factor is given by e ∫ P d x = e ∫ ( − 1 ) d x = e − x
Multiplying the DE by Integrating Factor, we get
e − x p ′ ( x ) − e − x p ( x ) = − e − x x n
d x d ( e − x p ( x ) ) = − e − x x n
Integrating on both sides
∫ d x d ( e − x p ( x ) ) d x = − ∫ e − x x n d x
p ( x ) e − x = − ∫ e − x x n d x
Clearly at x = ∞ we get p ( ∞ ) = 0
Putting limits from 0 to ∞ for above integral,
p ( ∞ ) e − ∞ − p ( x ) e − x = − ∫ 0 ∞ e − x x n d x
The above integral is Gamma Function Γ ( • ) where Γ ( m ) = ∫ 0 ∞ t m − 1 e − t d t
Using this we get,
p ( x ) = e x Γ ( n + 1 ) = n !
At x = 0 , p ( 0 ) = e 0 n ! = n !
Problem Loading...
Note Loading...
Set Loading...
Let the polynomial be P ( x ) = a n x n + a n − 1 x n − 1 ⋅ ⋅ ⋅ + a 2 x 2 + a 1 x + a 0 So P ′ ( x ) = n a n x n − 1 + ⋯ + 3 a 3 x 2 + 2 a 2 x + a 1 P ( x ) − P ′ ( x ) has only one term containing x n and its coefficient is a n ⟹ a n = 1 . Since the coefficients of all other powers of x are 0 , we get this recursive sequence a n − 1 = n a n , Solving for it, a 0 a n = n ! 1 ⟹ a 0 = n !
Now, P ( 0 ) = a 0 = n !