Mobile Notice
It seems that you are on your mobile phone, which means that the screen's width is narrow for some equations. For the best viewing experience, you can view this website in landscape mode.

Differentiation and its Rules for Algebraic Functions

Author | Engr. Nico O. Aspra, M.Eng., RMP, LPT

Differentiation is the process of solving for the derivative of a function. In the previous chapter, we have differentiated functions by the definition of the derivative. It is a long and tedious process, and it is easy to make mistakes. However, there are available rules that we could follow so that we can simplify the process and differentiate functions without having to apply the definition of the derivative every time. Moreover, this method will also drastically reduce the amount of time evaluating problems that involve derivatives.

Differentiation Rules for Algebraic Functions

For the following rules of differentiation, let c be as any constant, x as a variable, and u and v be as a function of x.

Rule 1: Derivative of a Constant
The derivative of any constant is equal to zero.

ddx(c)=0

Rule 2: Power Rule
The derivative of a power of a variable is equal to the product of the exponent and the power of a variable with the exponent diminished by 1, given that n0.

ddx(xn)=nxn1

Rule 3: Constant Multiple Rule
The derivative of the product of a constant and a function is equal to the product of the constant and the derivative of the function.

ddx(cu)=cdudx

Rule 4: Sum Rule
The derivative of the sum of two functions is equal to the sum of their derivatives.

ddx(u+v)=dudx+dvdx

Rule 5: Product Rule
The derivative of the product of two functions is equal to the sum of the products of each function and the derivative of the other.

ddx(uv)=udvdx+vdudx

Rule 6: Quotient Rule
The derivative of the quotient of two functions is equal to the product of the divisor and derivative of the dividend minus the product of the dividend and the derivative of the divisor, and the difference is divided by the square of the divisor.

ddx(uv)=vdudxudvdxv2


Example 1: Differentiate the function y=5

Solution:

Since 5 is a constant, its derivative is equal to zero.

ddx(y)=ddx(5)ddx(c)=0dydx=0

Example 2: Differentiate the function y=7x3

Solution:

Apply the Power Rule. Multiply the term by the exponent 3, then subtract 1 to the exponent, ddx(y)=ddx(7x3)dydx=37x31ddx(xn)=nxn1=21x2


Example 3: Differentiate the function y=5x2+3x

Solution:

Apply the Sum Rule along with the Power Rule, ddx(y)=ddx(5x2+3x)dydx=ddx(5x2)+ddx(3x)ddx(u+v)=dudx+dvdx=(2)5x21+(1)3x11=10x1+3x0=10x+3


Example 4: Differentiate the function y=x3+7x62x5+π3

Solution:

The Sum Rule also applies to subtraction. In this case, the function that is to be differentiated has four terms. Thus, the function’s derivative can be obtained by differentiating each term separately.

ddx(y)=ddx(x3+7x62x5+π3)dydx=ddx(x3)+ddx(7x6)ddx(2x5)+ddx(π3)=3x31+(6)7x61(5)2x51+0=3x242x710x4=3x242x710x4

Example 5: Differentiate the function w=1t21t5

Solution:
ddt(w)=ddt(1t21t5)dwdt=ddt(t2)ddt(t5)1xn=xn=(2)t21(5)t51=2t3+5t6=2t3+5t6

Example 6: Differentiate the function x=23y5y1/2

Solution:

Express the radical as a power with a rational exponent, ddy(x)=ddy(23y5y1/2)dxdy=ddy(2y1/3)ddy(5y1/2)nx=x1/n=(13)2y131(12)5y121=23y1333+52y1222=23y23+52y32=23y23+52y32or233y2+52y3


Example 7: Determine the slope of the function y=(x2+1)(3x2) at (1,2)

Solution:

Apply the Product Rule, ddx(y)=ddx[(x2+1)(3x2)]dydx=(x2+1)uddx(3x2)dv/dx+(3x2)vddx(x2+1)du/dx=(x2+1)(3)+(3x2)(2x)=3x2+3+6x24x=9x24x+3

At point (1,2),

dydx=9(1)24(1)+3=8

Example 8: Differentiate the function z=w3+2w3w2

Solution:

Apply the Quotient Rule, ddw(z)=ddw(w3+2w3w2)dzdw=(3w2)ddw(w3+2w)(w3+2w)ddw(3w2)(3w2)2=(3w2)(3w2+2)(w3+2w)(3)(3w2)2=(9w3+6w6w24)(3w3+6w)(3w2)2=6w36w24(3w2)2


Example 9: Differentiate the function y=(2x+1)(x+2)x+1

Solution:

Expand the numerator,

y=2x2+4x+x+2x+1=2x2+5x+2x+1

Then apply the Derivative Quotient Rule,

ddx(y)=ddx(2x2+5x+2x+1)dydx=(x+1)(4x+5)(2x2+5x+2)(1)(x+1)2=(4x2+5x+4x+5)(2x2+5x+2)(x+1)2=2x2+4x+3(x+1)2