Shortcut Method for Derivative of polynomials
Shortcut Method For Derivative Of Polynomials
Polynomial functions take the general form:P(x)=anxn+an-1xn-1+an-2xn-2+...+a0,
where each a term is a integer and n is the degree of the polynomial.
The definition of a derivative is
Lim f(x+h)-f(x)
h->0 -----------------
h
This can be very exhausting, inefficient and even in some cases not a feasible method find derivatives of polynomials. Luckily, we have the shortcut method as follows:
for any term axn, the derivative will be (n)(a)xn-1. For instance, if we have the term
6x12
the derivative is (12)(6)x12-1 = (12)(6)X11= 72X11. In this manner, the task of finding the derivative of a polynomial is reduced to taking the derivative of each term. For instance:
f(x)= 5x7+6x6+3x4+2x3+12x2+16x+5
This would have the derivative:
f'(x)=35x6+36x5+12x3+6x
Here, note that if x has power 1, that is, we see just "Xx with no power on it, then, the derivative of it will be just the coefficient of x. I.e. The derivative of the term "16x" is "16". In addition, the derivative of a constant term, i.e. "5" in this example, is 0. This is the case in taking derivatives for any polynomial and this is the shortcut method to doing derivatives of polynomial functions.
· Constant term