Processing math: 100%

Math Insight

Derivatives of polynomials

There are just four simple facts which suffice to take the derivative of any polynomial, and actually of somewhat more general things.

First, there is the rule for taking the derivative of a power function which takes the nth power of its input. That is, these functions are functions of the form f(x)=xn. The formula is ddxxn=nxn1

That is, the exponent comes down to become a coefficient in front of the thing, and the exponent is decreased by 1.

The second rule, which is really a special case of this power-function rule, is that derivatives of constants are zero: ddxc=0

for any constant c.

The third thing, which reflects the innocuous role of constants in calculus, is that for any functions f of x ddxcf=cddxf

The fourth is that for any two functions f,g of x, the derivative of the sum is the sum of the derivatives: ddx(f+g)=ddxf+ddxg

Putting these four things together, we can write general formulas like ddx(axm+bxn+cxp)=amxm1+bnxn1+cpxp1

and so on, with more summands than just the three, if so desired. And in any case here are some examples with numbers instead of letters: ddx5x3=53x31=15x2ddx(3x7+5x311)=37x6+53x20=21x6+15x2ddx(23x22x3)=032x23x2=6x6x2ddx(x4+2x5+1)=4x3+25x4+0=4x3+10x4

Even if you do catch on to this idea right away, it is wise to practice the technique so that not only can you do it in principle, but also in practice.

Exercises

  1. Find ddx(3x7+5x311)
  2. Find ddx(x2+5x3+2)
  3. Find ddx(x4+2x5+1)
  4. Find ddx(3x2x311)