An n-th degree polynomial is given as
p(x)=
That means
p(x) = a0 + a1x + a2x² + a3x³+ •••••+anxn, an ≠ 0.
p'(x) = a1+ 2a2x + 3a3x2+ •••••+nanxn-1, an ≠ 0.
So degree of p'(x) is (n-1)
So degree of is (n+1)
p²(x) = (a0 + a1x + a2x² + a3x³+ •••••+anxn)(a0 + a1x + a2x² + a3x³+ •••••+anxn)
Here highest degree term is an*anx2n and an*an≠0 as an ≠ 0..
So degree of p²(x) is 2n
After derivative of each order the degree of a polynomial decreases by 1.
So after n th order derivative the degree of a n-th degree polynomial decreases by n . So degree after n-th order derivative becomes zero. So the polynomial becomes a constant after n-th order derivative.
So (n+1) th derivative of p is zero.
Comments