Techniques and Rules of Differentiation Study Guide

Differentiation of General Monomials

  • Standard Rule: If y=xny = x^{n}, the derivative is defined as:     dydx=ddx(xn)=nxn1\frac{dy}{dx} = \frac{d}{dx}(x^{n}) = nx^{n-1}

Differentiation of Polynomials

  • Sum/Difference Rule: If y=u+v+w+y = u + v + w + \dots where uu, vv, and ww are functions of xx, then:     dydx=ddx(u+v+w+)=dudx+dvdx+dwdx+\frac{dy}{dx} = \frac{d}{dx}(u + v + w + \dots) = \frac{du}{dx} + \frac{dv}{dx} + \frac{dw}{dx} + \dots

  • Constant Multiple Rule: If y=cuy = cu, where cc is a constant and uu is a function of xx:     d(cu)dx=c×dudx\frac{d(cu)}{dx} = c \times \frac{du}{dx}

Differentiation of Composite Functions

  • Power of a Linear Function: If y=(ax+b)ny = (ax + b)^{n}, the derivative is:     dydx=ddx(ax+b)n\frac{dy}{dx} = \frac{d}{dx}(ax + b)^{n}dydx=n(ax+b)n1×ddx(ax+b)\frac{dy}{dx} = n(ax + b)^{n-1} \times \frac{d}{dx}(ax + b)

  • Function of a Function (Chain Rule): If yy is a function of uu, and uu is a function of xx:     dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}

Product and Quotient Rules

  • Product Rule (Two Functions): If y=uvy = uv, where uu and vv are functions of xx:     dydx=vdudx+udvdx\frac{dy}{dx} = v\frac{du}{dx} + u\frac{dv}{dx}

  • Product Rule (Three Functions): If y=uvwy = uvw, where uu, vv, and ww are functions of xx:     dydx=vwdudx+uwdvdx+uvdwdx\frac{dy}{dx} = vw\frac{du}{dx} + uw\frac{dv}{dx} + uv\frac{dw}{dx}

  • Quotient Rule: If y=uvy = \frac{u}{v}, where uu and vv are functions of xx:     dydx=vdudxudvdxv2\frac{dy}{dx} = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^{2}}

Exponential and Logarithmic Functions

  • Exponential Function: If y=eax+by = e^{ax+b}:     dydx=ddx(ax+b)eax+b=aeax+b\frac{dy}{dx} = \frac{d}{dx}(ax + b)e^{ax+b} = a e^{ax+b}

  • Logarithmic Function: If y=log(ax+b)y = \log(ax + b) or y=ln(ax+b)y = \ln(ax + b), the derivative is:     dydx=[1ax+b]×ddx(ax+b)=aax+b\frac{dy}{dx} = [\frac{1}{ax+b}] \times \frac{d}{dx}(ax + b) = \frac{a}{ax+b}

Numerical Examples (Set 1)

  • Example 20: Differentiate with respect to xx:
    • (i) y=7x5+3x4+x3+4y = 7x^{5} + 3x^{4} + x^{3} + 4dydx=7ddx(x5)+3ddx(x4)+ddx(x3)+ddx(4)\frac{dy}{dx} = 7\frac{d}{dx}(x^{5}) + 3\frac{d}{dx}(x^{4}) + \frac{d}{dx}(x^{3}) + \frac{d}{dx}(4)dydx=7(5x4)+3(4x3)+(3x2)+0=35x4+12x3+3x2\frac{dy}{dx} = 7(5x^{4}) + 3(4x^{3}) + (3x^{2}) + 0 = 35x^{4} + 12x^{3} + 3x^{2}
    • (ii) y=x3x34y = \sqrt{x^{3}} - \sqrt[4]{x^{3}}         Rewrite: y=x32x34y = x^{\frac{3}{2}} - x^{\frac{3}{4}}dydx=32x(321)34x(341)\frac{dy}{dx} = \frac{3}{2}x^{(\frac{3}{2}-1)} - \frac{3}{4}x^{(\frac{3}{4}-1)}dydx=32x1234x14\frac{dy}{dx} = \frac{3}{2}x^{\frac{1}{2}} - \frac{3}{4}x^{-\frac{1}{4}}
    • (iii) y=4x3+3x2+xx13y = \frac{4x^{3} + 3x^{2} + x}{x^{\frac{1}{3}}}         Rewrite: y=4x3x13+3x2x13+xx13=4x83+3x53+x23y = \frac{4x^{3}}{x^{\frac{1}{3}}} + \frac{3x^{2}}{x^{\frac{1}{3}}} + \frac{x}{x^{\frac{1}{3}}} = 4x^{\frac{8}{3}} + 3x^{\frac{5}{3}} + x^{\frac{2}{3}}dydx=4(83x53)+3(53x23)+23x13\frac{dy}{dx} = 4(\frac{8}{3}x^{\frac{5}{3}}) + 3(\frac{5}{3}x^{\frac{2}{3}}) + \frac{2}{3}x^{-\frac{1}{3}}dydx=323x53+5x23+23x3\frac{dy}{dx} = \frac{32}{3}x^{\frac{5}{3}} + 5x^{\frac{2}{3}} + \frac{2}{3\sqrt[3]{x}}

Numerical Examples (Set 2)

  • Example 21: Differentiate y=(5x3+4)8y = (5x^{3} + 4)^{8} with respect to xx:     Using Chain Rule:     dydx=8(5x3+4)7×ddx(5x3+4)\frac{dy}{dx} = 8(5x^{3} + 4)^{7} \times \frac{d}{dx}(5x^{3} + 4)dydx=8(5x3+4)7(15x2)=120x2(5x3+4)7\frac{dy}{dx} = 8(5x^{3} + 4)^{7}(15x^{2}) = 120x^{2}(5x^{3} + 4)^{7}

  • Example 22: Differentiate y=(x31)4(2x2+1)4y = \frac{(x^{3}-1)^{4}}{(2x^{2}+1)^{4}} with respect to xx:     Let u=(x31)4u = (x^{3}-1)^{4} and v=(2x2+1)4v = (2x^{2}+1)^{4}.     dudx=4(x31)3(3x2)=12x2(x31)3\frac{du}{dx} = 4(x^{3}-1)^{3}(3x^{2}) = 12x^{2}(x^{3}-1)^{3}dvdx=4(2x2+1)3(4x)=16x(2x2+1)3\frac{dv}{dx} = 4(2x^{2}+1)^{3}(4x) = 16x(2x^{2}+1)^{3}     Applying Quotient Rule:     dydx=(2x2+1)4[12x2(x31)3](x31)4[16x(2x2+1)3](2x2+1)8\frac{dy}{dx} = \frac{(2x^{2}+1)^{4}[12x^{2}(x^{3}-1)^{3}] - (x^{3}-1)^{4}[16x(2x^{2}+1)^{3}]}{(2x^{2}+1)^{8}}     Factor out (2x2+1)3(x31)3(2x^{2}+1)^{3}(x^{3}-1)^{3}:     dydx=(2x2+1)3(x31)3[12x2(2x2+1)16x(x31)](2x2+1)8\frac{dy}{dx} = \frac{(2x^{2}+1)^{3}(x^{3}-1)^{3}[12x^{2}(2x^{2}+1) - 16x(x^{3}-1)]}{(2x^{2}+1)^{8}}dydx=(x31)3[24x4+12x216x4+16x](2x2+1)5\frac{dy}{dx} = \frac{(x^{3}-1)^{3}[24x^{4} + 12x^{2} - 16x^{4} + 16x]}{(2x^{2}+1)^{5}}dydx=(x31)3[8x4+12x2+16x](2x2+1)5=4x(x31)3(2x3+3x+4)(2x2+1)5\frac{dy}{dx} = \frac{(x^{3}-1)^{3}[8x^{4} + 12x^{2} + 16x]}{(2x^{2}+1)^{5}} = \frac{4x(x^{3}-1)^{3}(2x^{3} + 3x + 4)}{(2x^{2}+1)^{5}}

Numerical Examples (Set 3)

  • Example 23: Product Rule Applications:

    • (i) y=(x3+2)(x4+2x)y = (x^{3} + 2)(x^{4} + 2x)         Let u=x3+2,dudx=3x2u = x^{3} + 2, \frac{du}{dx} = 3x^{2}         Let v=x4+2x,dvdx=4x3+2v = x^{4} + 2x, \frac{dv}{dx} = 4x^{3} + 2dydx=(x4+2x)(3x2)+(x3+2)(4x3+2)\frac{dy}{dx} = (x^{4} + 2x)(3x^{2}) + (x^{3} + 2)(4x^{3} + 2)dydx=3x6+6x3+4x6+2x3+8x3+4\frac{dy}{dx} = 3x^{6} + 6x^{3} + 4x^{6} + 2x^{3} + 8x^{3} + 4dydx=7x6+16x3+4\frac{dy}{dx} = 7x^{6} + 16x^{3} + 4
    • (ii) y=(x2+x+3)(2x2+3x+1)y = (x^{2} + x + 3)(2x^{2} + 3x + 1)         Let u=x2+x+3,dudx=2x+1u = x^{2} + x + 3, \frac{du}{dx} = 2x + 1         Let v=2x2+3x+1,dvdx=4x+3v = 2x^{2} + 3x + 1, \frac{dv}{dx} = 4x + 3dydx=(2x2+3x+1)(2x+1)+(x2+x+3)(4x+3)\frac{dy}{dx} = (2x^{2} + 3x + 1)(2x + 1) + (x^{2} + x + 3)(4x + 3)dydx=(4x3+2x2+6x2+3x+2x+1)+(4x3+3x2+4x2+3x+12x+9)\frac{dy}{dx} = (4x^{3} + 2x^{2} + 6x^{2} + 3x + 2x + 1) + (4x^{3} + 3x^{2} + 4x^{2} + 3x + 12x + 9)dydx=8x3+15x2+20x+10\frac{dy}{dx} = 8x^{3} + 15x^{2} + 20x + 10
  • Example 24: Quotient Rule Application:     y=4x2+3x2+1y = \frac{4x^{2} + 3}{x^{2} + 1}     Let u=4x2+3,dudx=8xu = 4x^{2} + 3, \frac{du}{dx} = 8x     Let v=x2+1,dvdx=2xv = x^{2} + 1, \frac{dv}{dx} = 2xdydx=(x2+1)(8x)(4x2+3)(2x)(x2+1)2\frac{dy}{dx} = \frac{(x^{2} + 1)(8x) - (4x^{2} + 3)(2x)}{(x^{2} + 1)^{2}}dydx=8x3+8x8x36x(x2+1)2=2x(x2+1)2\frac{dy}{dx} = \frac{8x^{3} + 8x - 8x^{3} - 6x}{(x^{2} + 1)^{2}} = \frac{2x}{(x^{2} + 1)^{2}}

  • Example 25: Quotient Rule Application:     y=2x33x+4y = \frac{2x - 3}{3x + 4}     Let u=2x3,dudx=2u = 2x - 3, \frac{du}{dx} = 2     Let v=3x+4,dvdx=3v = 3x + 4, \frac{dv}{dx} = 3dydx=(3x+4)(2)(2x3)(3)(3x+4)2=6x+86x+9(3x+4)2=17(3x+4)2\frac{dy}{dx} = \frac{(3x + 4)(2) - (2x - 3)(3)}{(3x + 4)^{2}} = \frac{6x + 8 - 6x + 9}{(3x + 4)^{2}} = \frac{17}{(3x + 4)^{2}}

General Examples (Page 8-11)

  • (i) Derivative of y=x1x+1y = \frac{\sqrt{x-1}}{\sqrt{x+1}}:     Rewrite: y=(x1)12(x+1)12y = \frac{(x-1)^{\frac{1}{2}}}{(x+1)^{\frac{1}{2}}}     Result calculation (via Quotient rule simplification):     dydx=1(x+1)32(x1)12\frac{dy}{dx} = \frac{1}{(x+1)^{\frac{3}{2}}(x-1)^{\frac{1}{2}}}

  • (ii) Derivative of y=(x1)x22x+2y = (x-1)\sqrt{x^{2} - 2x + 2}:     Let u=x1,dudx=1u = x - 1, \frac{du}{dx} = 1     Let v=(x22x+2)12,dvdx=12(x22x+2)12(2x2)=(x1)(x22x+2)12v = (x^{2} - 2x + 2)^{\frac{1}{2}}, \frac{dv}{dx} = \frac{1}{2}(x^{2} - 2x + 2)^{-\frac{1}{2}}(2x - 2) = (x-1)(x^{2}-2x+2)^{-\frac{1}{2}}dydx=(x22x+2)12+(x1)2(x22x+2)12\frac{dy}{dx} = (x^{2}-2x+2)^{\frac{1}{2}} + (x-1)^{2}(x^{2}-2x+2)^{-\frac{1}{2}}dydx=x22x+2+(x22x+1)x22x+2=2x24x+3x22x+2\frac{dy}{dx} = \frac{x^{2} - 2x + 2 + (x^{2} - 2x + 1)}{\sqrt{x^{2} - 2x + 2}} = \frac{2x^{2} - 4x + 3}{\sqrt{x^{2} - 2x + 2}}

  • (iii) Derivative of y=(x21)3(5x3+2)4y = (x^{2}-1)^{3}(5x^{3}+2)^{4}:     Using Product Rule:     dydx=6x(5x3+2)3(x21)2[15x310x+2]\frac{dy}{dx} = 6x(5x^{3}+2)^{3}(x^{2}-1)^{2}[15x^{3}-10x+2]

  • (iv) Derivative of y=1+xy = \sqrt{1 + \sqrt{x}}:     Rewrite: y=(1+x12)12y = (1 + x^{\frac{1}{2}})^{\frac{1}{2}}dydx=12(1+x12)12×(12x12)=14x1+x\frac{dy}{dx} = \frac{1}{2}(1 + x^{\frac{1}{2}})^{-\frac{1}{2}} \times (\frac{1}{2}x^{-\frac{1}{2}}) = \frac{1}{4\sqrt{x}\sqrt{1+\sqrt{x}}}

Exponential and Logarithmic Detailed Examples

  • Example 26: y=x3ex2y = x^{3}e^{x^{2}}u=x3,u=3x2u = x^{3}, u' = 3x^{2}v=ex2,v=2xex2v = e^{x^{2}}, v' = 2xe^{x^{2}}dydx=ex2(3x2)+x3(2xex2)=x2ex2(3+2x2)\frac{dy}{dx} = e^{x^{2}}(3x^{2}) + x^{3}(2xe^{x^{2}}) = x^{2}e^{x^{2}}(3 + 2x^{2})

  • Example 27: y=(4x2+3)3e(3x2+2)2y = (4x^{2} + 3)^{3}e^{(3x^{2} + 2)^{2}}     After simplification using product and chain rules:     dydx=12x(4x2+3)2e(3x2+2)2[12x4+17x2+8]\frac{dy}{dx} = 12x(4x^{2} + 3)^{2}e^{(3x^{2}+2)^{2}}[12x^{4} + 17x^{2} + 8]

  • Example 28: y=xln(x)y = x \ln(x)dydx=ln(x)(1)+x(1x)=ln(x)+1\frac{dy}{dx} = \ln(x)(1) + x(\frac{1}{x}) = \ln(x) + 1

  • Example 29: y=e2xln(x2+1)y = e^{2x}\ln(x^{2} + 1)dydx=2e2xln(x2+1)+e2x(2xx2+1)=2e2x[ln(x2+1)+xx2+1]\frac{dy}{dx} = 2e^{2x}\ln(x^{2}+1) + e^{2x}(\frac{2x}{x^{2}+1}) = 2e^{2x}[\ln(x^{2}+1) + \frac{x}{x^{2}+1}]

  • Example 30: Derivative of y=xxy = x^{x}:     Take natural log: ln(y)=xln(x)\ln(y) = x\ln(x)     Differentiate implicitly: 1ydydx=ln(x)+1\frac{1}{y}\frac{dy}{dx} = \ln(x) + 1dydx=y(ln(x)+1)=xx(ln(x)+1)\frac{dy}{dx} = y(\ln(x) + 1) = x^{x}(\ln(x) + 1)

  • Example 31: y=8xy = 8^{x}ln(y)=xln(8)\ln(y) = x\ln(8)1ydydx=ln(8)\frac{1}{y}\frac{dy}{dx} = \ln(8)dydx=8xln(8)\frac{dy}{dx} = 8^{x}\ln(8)

  • Example 32: y=acos(x)y = a^{\cos(x)}dydx=acos(x)ln(a)sin(x)\frac{dy}{dx} = -a^{\cos(x)}\ln(a)\sin(x)

Implicit Function Differentiation

  • Definition: If f(x,y)=0f(x, y) = 0, then yy is defined implicitly as a function of xx.

  • Example 33: Find dydx\frac{dy}{dx} for xy+x2y1=0xy + x - 2y - 1 = 0ddx(xy)+ddx(x)ddx(2y)ddx(1)=0\frac{d}{dx}(xy) + \frac{d}{dx}(x) - \frac{d}{dx}(2y) - \frac{d}{dx}(1) = 0(y+xdydx)+12dydx=0(y + x\frac{dy}{dx}) + 1 - 2\frac{dy}{dx} = 0dydx(x2)=y1\frac{dy}{dx}(x - 2) = -y - 1dydx=y+12x\frac{dy}{dx} = \frac{y + 1}{2 - x}

  • Example 34: Find dydx\frac{dy}{dx} for ex+y=5xye^{x+y} = 5xyex+y(1+dydx)=5(y+xdydx)e^{x+y}(1 + \frac{dy}{dx}) = 5(y + x\frac{dy}{dx})ex+y+ex+ydydx=5y+5xdydxe^{x+y} + e^{x+y}\frac{dy}{dx} = 5y + 5x\frac{dy}{dx}dydx(ex+y5x)=5yex+y\frac{dy}{dx}(e^{x+y} - 5x) = 5y - e^{x+y}dydx=5yex+yex+y5x\frac{dy}{dx} = \frac{5y - e^{x+y}}{e^{x+y} - 5x}

  • Example 35: Find dydx\frac{dy}{dx} at point (2,3)(2, 3) for 3x2+2y2+xy2+x7=03x^{2} + 2y^{2} + xy^{2} + x - 7 = 06x+4ydydx+(y2+2xydydx)+1=06x + 4y\frac{dy}{dx} + (y^{2} + 2xy\frac{dy}{dx}) + 1 = 0dydx(4y+2xy)=(1+6x+y2)\frac{dy}{dx}(4y + 2xy) = -(1 + 6x + y^{2})     At (2,3)(2, 3): dydx(4(3)+2(2)(3))=(1+6(2)+32)\frac{dy}{dx}(4(3) + 2(2)(3)) = -(1 + 6(2) + 3^{2})dydx(12+12)=(1+12+9)    24dydx=22    dydx=1112\frac{dy}{dx}(12 + 12) = -(1 + 12 + 9) \implies 24\frac{dy}{dx} = -22 \implies \frac{dy}{dx} = -\frac{11}{12}

Trigonometric Functions

  • Basic Derivatives:

    • (i) y=sin(x)    dydx=cos(x)y = \sin(x) \implies \frac{dy}{dx} = \cos(x)
    • (ii) y=cos(x)    dydx=sin(x)y = \cos(x) \implies \frac{dy}{dx} = -\sin(x)
    • (iii) y=tan(x)    dydx=sec2(x)y = \tan(x) \implies \frac{dy}{dx} = \sec^{2}(x)
    • (iv) y=sec(x)    dydx=sec(x)tan(x)y = \sec(x) \implies \frac{dy}{dx} = \sec(x)\tan(x)
    • (v) y=cot(x)    dydx=csc2(x)y = \cot(x) \implies \frac{dy}{dx} = -\csc^{2}(x)
    • (vi) y=csc(x)    dydx=csc(x)cot(x)y = \csc(x) \implies \frac{dy}{dx} = -\csc(x)\cot(x)
  • Example 40: Differentiate y=cot(3x)y = \cot(3x)     Using chain rule: dydx=3csc2(3x)\frac{dy}{dx} = -3\csc^{2}(3x)

  • Example 41: Differentiate y=xtan(x)y = \frac{x}{\tan(x)} or y=xcot(x)y = x\cot(x)     Using Product Rule on xcot(x)x\cot(x):     dydx=cot(x)xcsc2(x)\frac{dy}{dx} = \cot(x) - x\csc^{2}(x)

Parametric Functions

  • Rule: If x=f(t)x = f(t) and y=g(t)y = g(t), then:     dydx=dydtdxdt\frac{dy}{dx} = \frac{\frac{dy}{dt}}{\frac{dx}{dt}}

  • Example 43: Find dydx\frac{dy}{dx} when y=t2y = t^{2} and x=1tx = \frac{1}{t}dydt=2t\frac{dy}{dt} = 2tdxdt=t2\frac{dx}{dt} = -t^{-2}dydx=2tt2=2t3\frac{dy}{dx} = \frac{2t}{-t^{-2}} = -2t^{3}

  • Example 44: If x=t3+t,y=2t2x = t^{3} + t, y = 2t^{2}, find dydx\frac{dy}{dx} at t=1t = 1dydt=4t,dxdt=3t2+1\frac{dy}{dt} = 4t, \frac{dx}{dt} = 3t^{2} + 1dydx=4t3t2+1\frac{dy}{dx} = \frac{4t}{3t^{2} + 1}     At t=1t = 1: 4(1)3(1)2+1=44=1\frac{4(1)}{3(1)^{2} + 1} = \frac{4}{4} = 1

Inverse Trigonometric Functions

  • Formula Derivations:

    • If y=sin1(x)y = \sin^{-1}(x), then dydx=11x2\frac{dy}{dx} = \frac{1}{\sqrt{1-x^{2}}}
    • If y=cos1(x)y = \cos^{-1}(x), then dydx=11x2\frac{dy}{dx} = -\frac{1}{\sqrt{1-x^{2}}}
    • If y=tan1(x)y = \tan^{-1}(x), then dydx=11+x2\frac{dy}{dx} = \frac{1}{1+x^{2}}
  • Example 46: y=sin1(2x1)y = \sin^{-1}(2x-1)dydx=21(2x1)2=24x4x2=1xx2\frac{dy}{dx} = \frac{2}{\sqrt{1 - (2x-1)^{2}}} = \frac{2}{\sqrt{4x - 4x^{2}}} = \frac{1}{\sqrt{x-x^{2}}}

  • Example 47: y=tan1(1+x1x)y = \tan^{-1}(\frac{1+x}{1-x})     Using chain rule and quotient rule on the argument:     dydx=11+x2\frac{dy}{dx} = \frac{1}{1+x^{2}}

  • Example 48: y=x2cos1(2x1)y = x^{2}\cos^{-1}(2x^{-1})     Using Product Rule:     dydx=2xcos1(2x)+214x2\frac{dy}{dx} = 2x\cos^{-1}(\frac{2}{x}) + \frac{2}{\sqrt{1 - \frac{4}{x^{2}}}}dydx=2xcos1(2x)+2xx24\frac{dy}{dx} = 2x\cos^{-1}(\frac{2}{x}) + \frac{2x}{\sqrt{x^{2}-4}}

Exercises Summary

  • Exercise 1.1: Evaluate various limits involving polynomial fractions, roots, exponentials, and logarithms (28 items).
  • Exercise 1.2: Differentiate from 1st principles (e.g., y=x2+2,y=sin(2x),y=2x+1y = x^{2}+2, y = \sin(2x), y = \sqrt{2x+1} etc.).
  • Exercise 1.3: Differentiate complex expressions involving products, quotients, inverse trig, and implicit functions (40 items).