Product Rule, Power Rule, and Quotient Rule Differentiation Notes

Derivative Notations and Basic Derivatives

  • Prime notation f(x)f'(x) is mathematically equivalent to Leibnizian notation ddx[f(x)]\frac{d}{dx}[f(x)]:   f(x)=ddx[f(x)]f'(x) = \frac{d}{dx}[f(x)]

  • Basic derivative operations:

    • For f(x)=x6f(x) = x - 6:     ddx(x6)=ddx(x)ddx(6)=10=1\frac{d}{dx}(x - 6) = \frac{d}{dx}(x) - \frac{d}{dx}(6) = 1 - 0 = 1

    • For g(x)=3x5g(x) = 3x - 5:     ddx(3x5)=ddx(3x)ddx(5)=30=3\frac{d}{dx}(3x - 5) = \frac{d}{dx}(3x) - \frac{d}{dx}(5) = 3 - 0 = 3

The Power Rule

  • The Power Rule is used to differentiate terms raised to a power nn:   ddx(xn)=nxn1\frac{d}{dx}(x^n) = n x^{n-1}

  • Scope of exponents:

    • Positive integers (nNn \in \mathbb{N})

    • Negative real numbers

    • Non-natural real numbers

  • Basic application examples:

    • ddt(t2)=2t21=2t\frac{d}{dt}(t^2) = 2t^{2-1} = 2t

    • ddt(t)=1t11=1\frac{d}{dt}(t) = 1t^{1-1} = 1

    • ddt(c)=0\frac{d}{dt}(c) = 0, where cc is any constant.

The Product Rule

  • Definition: The Product Rule determines the derivative of a function expressed as the product of two individual functions f(x)f(x) and g(x)g(x).

  • General Formula:   ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}[f(x) \cdot g(x)] = f'(x)g(x) + f(x)g'(x)

  • Leibnizian Notation Representation:   ddx[f(x)g(x)]=(ddx[f(x)])g(x)+f(x)(ddx[g(x)])\frac{d}{dx}[f(x) \cdot g(x)] = \left(\frac{d}{dx}[f(x)]\right) \cdot g(x) + f(x) \cdot \left(\frac{d}{dx}[g(x)]\right)

  • Example 1: Differentiating f(x)=(x6)(3x5)f(x) = (x - 6)(3x - 5)

    • Set up the product rule structure:     f(x)=(x6)(3x5)+(x6)(3x5)f'(x) = (x - 6)'(3x - 5) + (x - 6)(3x - 5)'

    • Evaluate individual component derivatives:     ddx(x6)=1\frac{d}{dx}(x - 6) = 1     ddx(3x5)=3\frac{d}{dx}(3x - 5) = 3

    • Substitute component derivatives into the setup:     f(x)=1(3x5)+(x6)3f'(x) = 1 \cdot (3x - 5) + (x - 6) \cdot 3

    • Expand and simplify algebraically:     f(x)=3x5+3x18f'(x) = 3x - 5 + 3x - 18     f(x)=6x23f'(x) = 6x - 23

  • Example 2: Differentiating g(t)=(t2+t2)(t1)g(t) = (t^2 + t - 2)(t - 1)

    • The choice of independent variable notation (such as tt, xx, yy, or α\alpha) does not alter the differentiation procedure.

    • Set up the product rule structure:     g(t)=(t2+t2)(t1)+(t2+t2)(t1)g'(t) = (t^2 + t - 2)'(t - 1) + (t^2 + t - 2)(t - 1)'

    • Compute component derivatives using the Power Rule:     ddt(t1)=10=1\frac{d}{dt}(t - 1) = 1 - 0 = 1     ddt(t2+t2)=2t+10=2t+1\frac{d}{dt}(t^2 + t - 2) = 2t + 1 - 0 = 2t + 1

    • Substitute component derivatives into the setup:     g(t)=(2t+1)(t1)+(t2+t2)(1)g'(t) = (2t + 1)(t - 1) + (t^2 + t - 2)(1)

    • Perform algebraic expansion on the first product:     (2t+1)(t1)=2t22t+t1=2t2t1(2t + 1)(t - 1) = 2t^2 - 2t + t - 1 = 2t^2 - t - 1

    • Add the expanded terms to the remaining polynomial:     g(t)=(2t2t1)+(t2+t2)g'(t) = (2t^2 - t - 1) + (t^2 + t - 2)

    • Combine like terms by powers of tt:

    • t2t^2 terms: 2t2+t2=3t22t^2 + t^2 = 3t^2

    • tt terms: t+t=0-t + t = 0

    • Constant terms: 12=3-1 - 2 = -3

    • Final simplified result:     g(t)=3t23g'(t) = 3t^2 - 3

  • Example 3: Differentiating y=(x3+6x+5)(34x)y = (x^3 + 6x + 5)(3 - 4x)

    • Set up using Leibnizian operator notation:     dydx=(ddx[x3+6x+5])(34x)+(x3+6x+5)(ddx[34x])\frac{dy}{dx} = \left(\frac{d}{dx}[x^3 + 6x + 5]\right)(3 - 4x) + (x^3 + 6x + 5)\left(\frac{d}{dx}[3 - 4x]\right)

    • Calculate component derivatives:     ddx[x3+6x+5]=3x2+6\frac{d}{dx}[x^3 + 6x + 5] = 3x^2 + 6     ddx[34x]=4\frac{d}{dx}[3 - 4x] = -4

    • Substitute computed derivatives into the setup:     dydx=(3x2+6)(34x)+(x3+6x+5)(4)\frac{dy}{dx} = (3x^2 + 6)(3 - 4x) + (x^3 + 6x + 5)(-4)

    • Expand the products algebraically:     (3x2+6)(34x)=9x212x3+1824x(3x^2 + 6)(3 - 4x) = 9x^2 - 12x^3 + 18 - 24x     (x3+6x+5)(4)=4x324x20(x^3 + 6x + 5)(-4) = -4x^3 - 24x - 20

    • Sum the expanded terms:     dydx=12x3+9x224x+184x324x20\frac{dy}{dx} = -12x^3 + 9x^2 - 24x + 18 - 4x^3 - 24x - 20

    • Group and combine like terms:

    • x3x^3 terms: 12x34x3=16x3-12x^3 - 4x^3 = -16x^3

    • x2x^2 terms: 9x29x^2

    • xx terms: 24x24x=48x-24x - 24x = -48x

    • Constant terms: 1820=218 - 20 = -2

    • Final simplified result:     dydx=16x3+9x248x2\frac{dy}{dx} = -16x^3 + 9x^2 - 48x - 2

Practical Applications and Connections

  • Kinematics:

    • If g(t)g(t) represents the position of an object at time tt, the velocity at time t=5st = 5\,\text{s} is determined by taking the derivative g(t)g'(t) and evaluating it at t=5t = 5 (written as g(5)g'(5)).

  • Electromagnetism:

    • If g(t)g(t) represents the total flow of electric charge over time tt, its derivative g(t)g'(t) represents the electric current at time t$.\n\n* Connection to Integral Calculus:\n * Every differentiation rule maps directly to a corresponding integration rule.\n * The direct inverse operation of the Product Rule is **Integration by Parts**.\n\n* Compound Expressions:\n * Complex non-polynomial expressions, such as x^3 \cos^2(x^2 + 1), utilize the Product Rule as their outer structure alongside advanced differentiation techniques.\n\n# The Quotient Rule\n\n* Definition: The Quotient Rule provides the derivative of a function written as the ratio or quotient of two functions \frac{f(x)}{g(x)}.\n\n* General Formula:\n  \frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}\n\n* Key Rules for Application:\n * The denominator is the square of the original denominator function: [g(x)]^2\n * The numerator consists of the derivative of the top times the bottom minus the derivative of the bottom times the top.\n * Order matters in the numerator due to the non-symmetric minus sign.\n\n* Example 1: Differentiating h(x) = \frac{4 - 7x}{2x - x^2}\n * Set up the quotient rule formula:\n    h'(x) = \frac{(4 - 7x)'(2x - x^2) - (4 - 7x)(2x - x^2)'}{(2x - x^2)^2}\n * Compute component derivatives:\n    \frac{d}{dx}(4 - 7x) = -7\n    \frac{d}{dx}(2x - x^2) = 2 - 2x\n * Substitute component derivatives into the formula:\n    h'(x) = \frac{-7(2x - x^2) - (4 - 7x)(2 - 2x)}{(2x - x^2)^2}\n * Expand terms in the numerator step-by-step:\n * First product: -7(2x - x^2) = -14x + 7x^2\n * Second product: (4 - 7x)(2 - 2x) = 8 - 8x - 14x + 14x^2 = 8 - 22x + 14x^2\n * Apply the subtraction sign across the expanded second product:\n    \text{Numerator} = (-14x + 7x^2) - (8 - 22x + 14x^2)\n    \text{Numerator} = -14x + 7x^2 - 8 + 22x - 14x^2\n * Combine like terms in the numerator:\n * x^2terms:terms:7x^2 - 14x^2 = -7x^2\n * xterms:terms:-14x + 22x = 8x\n * Constant terms: -8\n    \text{Numerator} = -7x^2 + 8x - 8\n * Final simplified result:\n    h'(x) = \frac{-7x^2 + 8x - 8}{(2x - x^2)^2}\n\n# Questions & Discussion\n\n* **Evaluating Derivatives at Specific Values in Word Problems**:\n * Question: How is a functional request such as finding g(5) processed when analyzing real-world word problems?\n * Answer: When a practical situation demands a rate of change at a specific moment (e.g., velocity at time t = 5\,\text{s}givenpositiongiven positiong(t)),firstcalculatethegeneralderivativefunction), first calculate the general derivative functiong'(t)usingdifferentiationrules.Then,substituteusing differentiation rules. Then, substitutet = 5directlyintothesimplifiedderivativeequationtosolvefordirectly into the simplified derivative equation to solve forg'(5)$$.