An n-th degree polynomial is given as
p(x)= "\\sum_{i=0}^np_ix^i"
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)
"\\int p(x) dx = a_0x + \\frac{a_1}{2}x^2+\\frac{a_2}{3}x^3+\u2022\u2022\u2022 +\\frac {a_n}{n+1}x^{(n+1)}+ C"
So degree of "\\int p(x) dx" 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
Leave a comment