Question regarding Higher Derivatives

  • Thread starter Thread starter ggcheck
  • Start date Start date
  • Tags Tags
    Derivatives
ggcheck
Messages
87
Reaction score
0
when working with higher derivatives each time we differentiate a polynomial the degree decreases by 1.

I am asked to find the second and third derivatives of this polynomial: y=(x^4)(e^x)

I get the following (pretty sure it's right):

y`= (x^4)(e^x) + 4(x^3)(e^x)

y`` = (x^4)(e^x) + 8(x^3)(e^x) + 12(x^2)(e^x)

y``` = (x^4)(e^x) + 12(x^3)(e^x) + 36(x^2)(e^x) + 24(x)(e^x)

I thought the degree's of the polynomials were supposed to decrease with each differentiation? Isn't each polynomial still degree 4?

Where is my error :confused:
 
Physics news on Phys.org
Your derivatives are right. The problem is that you are not dealing with polynomials. The e^x term is exponential, not polynomial, in nature. So, the properties of polynomials do not necessarily apply here, since your polynomial term in the function is multiplied by and exponential term.
 
G01 said:
Your derivatives are right. The problem is that you are not dealing with polynomials. The e^x term is exponential, not polynomial, in nature. So, the properties of polynomials do not necessarily apply here.
arg, I guess I was thrown off by the x^4... that made me think I was dealing with a polynomial. I guess I need to review basic algebra to remind myself what a polynomial is:redface:
 
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...
Back
Top