Math ClubMath Club
v1 · padrão canônico

Lesson 52 — Differentiation Rules

The algebraic rules of differentiation — power, constant multiple, sum, product, quotient — and the derivatives of elementary functions. No more limits in practice.

Used in: 2.º ano do EM (16 anos) · Equiv. AP Calculus AB Unit 2 · Equiv. Calculus I §3.3–3.5 · Equiv. Math III japonês cap. 3

(fg)=fg+fg(fg)' = f'g + fg'

The **product rule**: the derivative of the product of two functions has *two* terms. The first differentiates ff and keeps gg; the second keeps ff and differentiates gg. This pattern repeats in the quotient and chain rules — mastering it is key to differentiating any elementary function.

Choose your door

Rigorous notation, full derivation, hypotheses

Formal Definitions and Theorems

Table of Elementary Derivatives

Operational Rules

"If ff and gg are differentiable functions, then the derivative of the product (fg)(fg)' exists and is given by f(x)g(x)+f(x)g(x)f'(x)g(x) + f(x)g'(x)." — Active Calculus §2.3

Proof of the Product Rule

Tangent Line

Solved Examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 27Understanding 4Modeling 7Challenge 1Proof 1
  1. Ex. 52.1Application

    Calculate (x5)(x^5)'.

    Show solution
    By the power rule R2: (x5)=5x51=5x4(x^5)' = 5 x^{5-1} = 5x^4. The exponent 5 comes down as a coefficient and the new exponent is 51=45 - 1 = 4.
  2. Ex. 52.2Application

    Calculate the derivative of f(x)=3x24x+1f(x) = 3x^2 - 4x + 1.

    Show solution
    By linearity R4 and power rule R2: (3x24x+1)=32x41+0=6x4(3x^2 - 4x + 1)' = 3 \cdot 2x - 4 \cdot 1 + 0 = 6x - 4. The constant term 1 has a derivative of zero.
    Show step-by-step (with the why)
    1. Recognize the structure. The function f(x)=3x24x+1f(x) = 3x^2 - 4x + 1 is a polynomial of degree 2. By rule R4, the derivative distributes over sums and differences.
    2. Differentiate each term separately.
      • Term 3x23x^2: by the constant multiple rule R3 and power rule R2, (3x2)=32x1=6x(3x^2)' = 3 \cdot 2x^1 = 6x.
      • Term 4x-4x: (4x)=41=4(-4x)' = -4 \cdot 1 = -4.
      • Constant term 11: (1)=0(1)' = 0 by rule R1.
    3. Combine the results. f(x)=6x4+0=6x4f'(x) = 6x - 4 + 0 = 6x - 4.

    Tip: for any polynomial, differentiate term by term. The constant always disappears, and the derivative lowers the degree by 1.

  3. Ex. 52.3ApplicationAnswer key

    Calculate (x)(\sqrt{x})'. Hint: write as x1/2x^{1/2} and apply R2.

    Show solution
    Rewrite x=x1/2\sqrt{x} = x^{1/2}. By rule R2: (x1/2)=12x1/21=12x1/2=12x(x^{1/2})' = \tfrac{1}{2} x^{1/2 - 1} = \tfrac{1}{2} x^{-1/2} = \dfrac{1}{2\sqrt{x}}.
  4. Ex. 52.4Application

    Calculate (1x2)\left(\dfrac{1}{x^2}\right)'.

    Show solution
    Rewrite 1/x2=x21/x^2 = x^{-2}. By rule R2: (x2)=2x3=2/x3(x^{-2})' = -2 x^{-3} = -2/x^3.
    Show step-by-step (with the why)
    1. Rewrite as a negative power. 1/x2=x21/x^2 = x^{-2}. The power rule R2 works for any real exponent, including negative ones.
    2. Apply R2. The exponent 2-2 comes down as a coefficient: (x2)=2x21=2x3(x^{-2})' = -2 \cdot x^{-2-1} = -2x^{-3}.
    3. Rewrite in fractional form. 2x3=2/x3-2x^{-3} = -2/x^3.

    Tip: functions of the form 1/xn1/x^n are negative powers. Always rewrite before differentiating.

  5. Ex. 52.5ApplicationAnswer key

    Calculate f(x)f'(x) for f(x)=4x53x3+7x2f(x) = 4x^5 - 3x^3 + 7x - 2.

    Show solution
    Apply R4, R3, and R2 term by term: (4x5)=20x4(4x^5)' = 20x^4, (3x3)=9x2(-3x^3)' = -9x^2, (7x)=7(7x)' = 7, (2)=0(-2)' = 0. Sum: f(x)=20x49x2+7f'(x) = 20x^4 - 9x^2 + 7.
  6. Ex. 52.6Application

    Calculate (1x3)\left(-\dfrac{1}{x^3}\right)'.

    Show solution
    Rewrite 1/x3=x3-1/x^3 = -x^{-3}. Derivative: (x3)=1(3x4)=3x4=3/x4(-x^{-3})' = -1 \cdot (-3x^{-4}) = 3x^{-4} = 3/x^4.
  7. Ex. 52.7Application

    Calculate f(x)f'(x) for f(x)=x2xxxf(x) = x^2\sqrt{x} - x\sqrt{x}.

    Show solution
    Rewrite: x2x=x2x1/2=x5/2x^2 \sqrt{x} = x^2 \cdot x^{1/2} = x^{5/2} and xx=xx1/2=x3/2x \sqrt{x} = x \cdot x^{1/2} = x^{3/2}. Then f(x)=x5/2x3/2f(x) = x^{5/2} - x^{3/2} and f(x)=52x3/232x1/2f'(x) = \tfrac{5}{2}x^{3/2} - \tfrac{3}{2}x^{1/2}.
  8. Ex. 52.8Application

    Calculate f(x)f'(x) for f(x)=x3+2xf(x) = x^3 + 2x.

    Show solution
    f(x)=x3+2xf(x) = x^3 + 2x. Differentiating term by term: f(x)=3x2+2f'(x) = 3x^2 + 2.
  9. Ex. 52.9Application

    Calculate (1x)\left(\dfrac{1}{\sqrt{x}}\right)'.

    Show solution
    Rewrite: 1/x=x1/21/\sqrt{x} = x^{-1/2}. Derivative by the power rule: (x1/2)=12x3/2(x^{-1/2})' = -\tfrac{1}{2} x^{-3/2}.
  10. Ex. 52.10ApplicationAnswer key

    Calculate g(x)g'(x) for g(x)=3x43x2g(x) = 3x^4 - 3x^2.

    Show solution
    g(x)=3x43x2g(x) = 3x^4 - 3x^2. Differentiating: g(x)=12x36xg'(x) = 12x^3 - 6x.
    Show step-by-step (with the why)
    1. Identify the terms. g(x)=3x43x2g(x) = 3x^4 - 3x^2. Two terms separated by rule R4.
    2. Differentiate 3x43x^4. By the constant multiple rule R3 and power rule R2: (3x4)=34x3=12x3(3x^4)' = 3 \cdot 4x^3 = 12x^3.
    3. Differentiate 3x2-3x^2. (3x2)=32x=6x(-3x^2)' = -3 \cdot 2x = -6x.
    4. Combine. g(x)=12x36xg'(x) = 12x^3 - 6x. You can factor: 6x(2x21)6x(2x^2 - 1).

    Curiosity: the zeros of g(x)=0g'(x) = 0 are x=0x = 0 and x=±1/2x = \pm 1/\sqrt{2}. These are the points where the tangent to the graph of gg is horizontal — local extrema.

  11. Ex. 52.11Application

    Calculate (sinxcosx)(\sin x \cdot \cos x)'.

    Show solution
    Product rule with f=sinxf = \sin x and g=cosxg = \cos x: (sinxcosx)=cosxcosx+sinx(sinx)=cos2xsin2x(\sin x \cos x)' = \cos x \cdot \cos x + \sin x \cdot (-\sin x) = \cos^2 x - \sin^2 x. By the double angle identity, this is equivalent to cos(2x)\cos(2x).
    Show step-by-step (with the why)
    1. Identify the factors. We have h(x)=sinxcosxh(x) = \sin x \cdot \cos x. Define f(x)=sinxf(x) = \sin x and g(x)=cosxg(x) = \cos x.
    2. Calculate the individual derivatives. From the table: f(x)=cosxf'(x) = \cos x and g(x)=sinxg'(x) = -\sin x.
    3. Apply the product rule R5. h(x)=fg+fg=cosxcosx+sinx(sinx)=cos2xsin2xh'(x) = f'g + fg' = \cos x \cdot \cos x + \sin x \cdot (-\sin x) = \cos^2 x - \sin^2 x.
    4. Optional recognition. By the trigonometric identity, cos2xsin2x=cos(2x)\cos^2 x - \sin^2 x = \cos(2x). This confirms that (sinxcosx)=(12sin(2x))=cos(2x)(\sin x \cos x)' = (\tfrac{1}{2}\sin(2x))' = \cos(2x). Consistent.

    Tip: always check if the result can be simplified by trigonometric identities — often the result has a more compact form.

  12. Ex. 52.12ApplicationAnswer key

    Calculate (xex)(x e^x)'.

    Show solution
    Product rule with f=xf = x and g=exg = e^x: (xex)=1ex+xex=ex+xex=ex(1+x)(xe^x)' = 1 \cdot e^x + x \cdot e^x = e^x + xe^x = e^x(1 + x).
  13. Ex. 52.13Application

    Calculate (xlnx)(x \ln x)'.

    Show solution
    Product rule with f=xf = x and g=lnxg = \ln x: (xlnx)=1lnx+x(1/x)=lnx+1(x \ln x)' = 1 \cdot \ln x + x \cdot (1/x) = \ln x + 1.
  14. Ex. 52.14Application

    Calculate (x2sinx)(x^2 \sin x)'.

    Show solution
    Product rule with f=x2f = x^2 and g=sinxg = \sin x: (x2sinx)=2xsinx+x2cosx(x^2 \sin x)' = 2x \sin x + x^2 \cos x.
  15. Ex. 52.15ApplicationAnswer key

    Calculate (excosx)(e^x \cos x)'.

    Show solution
    Product rule with f=exf = e^x and g=cosxg = \cos x: (excosx)=excosx+ex(sinx)=ex(cosxsinx)(e^x \cos x)' = e^x \cos x + e^x(-\sin x) = e^x(\cos x - \sin x).
  16. Ex. 52.16Application

    Calculate (x2ex)(x^2 e^x)'.

    Show solution
    Product rule with f=x2f = x^2 and g=exg = e^x: (x2ex)=2xex+x2ex=ex(2x+x2)=exx(x+2)(x^2 e^x)' = 2x e^x + x^2 e^x = e^x(2x + x^2) = e^x x(x + 2).
  17. Ex. 52.17ApplicationAnswer key

    Calculate (tanxex)(\tan x \cdot e^x)'.

    Show solution
    Product rule with f=tanxf = \tan x and g=exg = e^x: (tanxex)=sec2xex+tanxex=ex(tanx+sec2x)(\tan x \cdot e^x)' = \sec^2 x \cdot e^x + \tan x \cdot e^x = e^x(\tan x + \sec^2 x).
  18. Ex. 52.18Application

    Calculate (xsinx)(x \sin x)'.

    Show solution
    Product rule with f=xf = x and g=sinxg = \sin x: (xsinx)=1sinx+xcosx=sinx+xcosx(x \sin x)' = 1 \cdot \sin x + x \cdot \cos x = \sin x + x \cos x.
  19. Ex. 52.19Application

    Calculate (x3lnx)(x^3 \ln x)'.

    Show solution
    Product rule with f=x3f = x^3 and g=lnxg = \ln x: (x3lnx)=3x2lnx+x3(1/x)=3x2lnx+x2=x2(3lnx+1)(x^3 \ln x)' = 3x^2 \ln x + x^3 \cdot (1/x) = 3x^2 \ln x + x^2 = x^2(3 \ln x + 1).
  20. Ex. 52.20Understanding

    Generalization of the product rule. If ff, gg, hh are differentiable functions, what is (fgh)(fgh)'?

    Select the correct option
    Select an option first
    Show solution
    Apply the product rule twice: (fgh)=((fg)h)=(fg)h+(fg)h=(fg+fg)h+fgh=fgh+fgh+fgh(fgh)' = ((fg)h)' = (fg)'h + (fg)h' = (f'g + fg')h + fgh' = f'gh + fg'h + fgh'. Each term differentiates exactly one of the three factors and keeps the other two.
    Show step-by-step (with the why)
    1. Associate the product of three factors. Write (fgh)=(fg)h(fgh) = (fg) \cdot h.
    2. Apply R5 to the product of two factors (fg)(fg) and hh. ((fg)h)=(fg)h+(fg)h((fg) \cdot h)' = (fg)' \cdot h + (fg) \cdot h'.
    3. Expand (fg)(fg)' using the product rule. (fg)=fg+fg(fg)' = f'g + fg'.
    4. Distribute and simplify. (fg+fg)h+fgh=fgh+fgh+fgh(f'g + fg') \cdot h + fg \cdot h' = f'gh + fg'h + fgh'.
    5. General pattern. For nn factors, the derivative is a sum of nn terms: in each term, exactly one factor is differentiated and the others remain intact.

    Mental shortcut: the distractors above test the error of multiplying derivatives (fghf'g'h') or reversing a sign. The only correct one has exactly 3 terms, each with exactly one "prime".

  21. Ex. 52.21Application

    Calculate (sinxx)\left(\dfrac{\sin x}{x}\right)' for x0x \neq 0.

    Show solution
    Quotient rule with f=sinxf = \sin x and g=xg = x: (sinxx)=cosxxsinx1x2=xcosxsinxx2\left(\frac{\sin x}{x}\right)' = \frac{\cos x \cdot x - \sin x \cdot 1}{x^2} = \frac{x\cos x - \sin x}{x^2}.
  22. Ex. 52.22Application

    Calculate (exx)\left(\dfrac{e^x}{x}\right)' for x0x \neq 0.

    Show solution
    Quotient rule with f=exf = e^x and g=xg = x: (exx)=exxex1x2=ex(x1)x2\left(\frac{e^x}{x}\right)' = \frac{e^x \cdot x - e^x \cdot 1}{x^2} = \frac{e^x(x-1)}{x^2}.
  23. Ex. 52.23Application

    Calculate (1x2+1)\left(\dfrac{1}{x^2 + 1}\right)'.

    Show solution
    Quotient rule with f=1f = 1 and g=x2+1g = x^2 + 1: (1x2+1)=0(x2+1)12x(x2+1)2=2x(x2+1)2\left(\frac{1}{x^2+1}\right)' = \frac{0 \cdot (x^2+1) - 1 \cdot 2x}{(x^2+1)^2} = \frac{-2x}{(x^2+1)^2}.
  24. Ex. 52.24Application

    Calculate k(x)k'(x) for k(x)=x2+1x3k(x) = \dfrac{x^2 + 1}{x - 3}, x3x \neq 3.

    Show solution
    Quotient rule with f=x2+1f = x^2 + 1 and g=x3g = x - 3: numerator = 2x(x3)(x2+1)1=2x26xx21=x26x12x(x-3) - (x^2+1) \cdot 1 = 2x^2 - 6x - x^2 - 1 = x^2 - 6x - 1. Denominator: (x3)2(x-3)^2. Thus k(x)=x26x1(x3)2k'(x) = \dfrac{x^2 - 6x - 1}{(x-3)^2}.
    Show step-by-step (with the why)
    1. Identify numerator and denominator. f=x2+1f = x^2 + 1, g=x3g = x - 3.
    2. Calculate the derivatives. f=2xf' = 2x and g=1g' = 1.
    3. Apply R6. Numerator: fgfg=2x(x3)(x2+1)1f'g - fg' = 2x(x-3) - (x^2+1) \cdot 1.
    4. Expand the numerator. 2x26xx21=x26x12x^2 - 6x - x^2 - 1 = x^2 - 6x - 1.
    5. Write the result. k(x)=(x26x1)/(x3)2k'(x) = (x^2 - 6x - 1)/(x-3)^2.

    Tip: the most common error in the quotient rule is to reverse the order of the numerator (fgfgfg' - f'g instead of fgfgf'g - fg'). Memorize: "first differentiate the top, then the bottom, with a minus sign".

  25. Ex. 52.25Application

    Calculate (3x2xx21)\left(\dfrac{3x^2 - x}{x^2 - 1}\right)' for x±1x \neq \pm 1.

    Show solution
    Quotient rule with f=3x2xf = 3x^2 - x and g=x21g = x^2 - 1. f=6x1f' = 6x - 1, g=2xg' = 2x. Numerator: (6x1)(x21)(3x2x)(2x)(6x-1)(x^2-1) - (3x^2-x)(2x). Expanding: 6x36xx2+16x3+2x2=x26x+16x^3 - 6x - x^2 + 1 - 6x^3 + 2x^2 = x^2 - 6x + 1. Denominator: (x21)2(x^2-1)^2.
  26. Ex. 52.26ApplicationAnswer key

    Differentiate cotx=cosxsinx\cot x = \dfrac{\cos x}{\sin x} using the quotient rule and show that (cotx)=csc2x(\cot x)' = -\csc^2 x.

    Show solution
    Differentiate cotx=cosx/sinx\cot x = \cos x / \sin x using the quotient rule: numerator = (sinx)(sinx)(cosx)(cosx)=(sin2x+cos2x)=1(-\sin x)(\sin x) - (\cos x)(\cos x) = -(\sin^2 x + \cos^2 x) = -1. Denominator: sin2x\sin^2 x. Thus (cotx)=1/sin2x=csc2x(\cot x)' = -1/\sin^2 x = -\csc^2 x.
  27. Ex. 52.27Application

    Differentiate secx=1cosx\sec x = \dfrac{1}{\cos x} using the quotient rule and show that (secx)=secxtanx(\sec x)' = \sec x \tan x.

    Show solution
    Differentiate secx=1/cosx\sec x = 1/\cos x using the quotient rule with f=1f = 1, g=cosxg = \cos x: numerator = 0cosx1(sinx)=sinx0 \cdot \cos x - 1 \cdot (-\sin x) = \sin x. Denominator: cos2x\cos^2 x. Thus (secx)=sinx/cos2x=(1/cosx)(sinx/cosx)=secxtanx(\sec x)' = \sin x / \cos^2 x = (1/\cos x)(\sin x/\cos x) = \sec x \tan x.
  28. Ex. 52.28Application

    Calculate (xx2+1)\left(\dfrac{x}{x^2 + 1}\right)'.

    Show solution
    Quotient rule with f=xf = x and g=x2+1g = x^2 + 1: numerator = 1(x2+1)x2x=x2+12x2=1x21 \cdot (x^2+1) - x \cdot 2x = x^2 + 1 - 2x^2 = 1 - x^2. Denominator: (x2+1)2(x^2+1)^2. Thus y=(1x2)/(x2+1)2y' = (1-x^2)/(x^2+1)^2.
  29. Ex. 52.29ModelingAnswer key

    Find the equation of the tangent line to f(x)=x2+3xf(x) = x^2 + 3x at the point x=1x = 1.

    Show solution
    Point: f(1)=1+3=4f(1) = 1 + 3 = 4. Derivative: f(x)=2x+3f'(x) = 2x + 3. Slope: f(1)=5f'(1) = 5. Tangent: y4=5(x1)y - 4 = 5(x - 1), or y=5x1y = 5x - 1.
    Show step-by-step (with the why)
    1. Calculate the point of tangency. f(1)=12+3(1)=4f(1) = 1^2 + 3(1) = 4. Point: (1,4)(1, 4).
    2. Calculate the derivative. f(x)=2x+3f'(x) = 2x + 3 by rules R2 and R3.
    3. Slope at the point. f(1)=2(1)+3=5f'(1) = 2(1) + 3 = 5.
    4. Equation of the tangent. y4=5(x1)y=5x1y - 4 = 5(x - 1) \Rightarrow y = 5x - 1.
    5. Verification. At x=1x = 1: y=5(1)1=4y = 5(1) - 1 = 4 \checkmark.

    Tip: the tangency point step is often forgotten. Without it, you have the slope but not the line.

  30. Ex. 52.30ModelingAnswer key

    At what points does the graph of f(x)=x33xf(x) = x^3 - 3x have a horizontal tangent line?

    Show solution
    A horizontal tangent occurs when f(x)=0f'(x) = 0. For f(x)=x33xf(x) = x^3 - 3x: f(x)=3x23=0x2=1x=±1f'(x) = 3x^2 - 3 = 0 \Rightarrow x^2 = 1 \Rightarrow x = \pm 1. The points are (1,2)(1, -2) and (1,2)(-1, 2).
  31. Ex. 52.31Modeling

    An object has position s(t)=t36t2+9ts(t) = t^3 - 6t^2 + 9t meters (tt in seconds). Calculate v(t)v(t) and a(t)a(t). Evaluate at t=2t = 2 and determine when the object is at rest.

    Show solution
    Velocity: v(t)=s(t)=3t212t+9v(t) = s'(t) = 3t^2 - 12t + 9 m/s. Acceleration: a(t)=v(t)=6t12a(t) = v'(t) = 6t - 12 m/s². At t=2t = 2: v(2)=1224+9=3v(2) = 12 - 24 + 9 = -3 m/s (receding); a(2)=0a(2) = 0 (velocity inflection). The object stops when 3t212t+9=0t=13t^2 - 12t + 9 = 0 \Rightarrow t = 1 or t=3t = 3.
    Show step-by-step (with the why)
    1. Identify. Position s(t)=t36t2+9ts(t) = t^3 - 6t^2 + 9t. Velocity = derivative of position; acceleration = derivative of velocity.
    2. Differentiate for velocity. v(t)=s(t)=3t212t+9v(t) = s'(t) = 3t^2 - 12t + 9.
    3. Differentiate again for acceleration. a(t)=v(t)=6t12a(t) = v'(t) = 6t - 12.
    4. Evaluate at t=2t = 2. v(2)=1224+9=3v(2) = 12 - 24 + 9 = -3 m/s. The negative sign indicates return.
    5. When does it stop? v=0:3t212t+9=0t24t+3=0t=1v = 0: 3t^2 - 12t + 9 = 0 \Rightarrow t^2 - 4t + 3 = 0 \Rightarrow t = 1 or t=3t = 3.

    Curiosity: at t=2t = 2, the acceleration is zero — the object is at the inflection point of velocity, transitioning from deceleration to acceleration (or vice versa).

  32. Ex. 52.32Modeling

    Cost function: C(q)=500+50q+0.1q2C(q) = 500 + 50q + 0.1q^2 (reais). Calculate the marginal cost C(q)C'(q) and evaluate at q=100q = 100.

    Show solution
    Marginal cost: C(q)=50+0.2qC'(q) = 50 + 0.2q. At q=100q = 100: C(100)=50+20=70C'(100) = 50 + 20 = 70 reais per unit. This means that producing the 101st unit costs approximately R$ 70 more.
  33. Ex. 52.33Modeling

    Total revenue: R(q)=q(200q)R(q) = q(200 - q). Calculate the marginal revenue R(q)R'(q) and determine the quantity that maximizes revenue.

    Show solution
    Expand: R(q)=200qq2R(q) = 200q - q^2. Marginal revenue: R(q)=2002qR'(q) = 200 - 2q. Maximum revenue when R(q)=0q=100R'(q) = 0 \Rightarrow q = 100 units. Maximum revenue: R(100)=100100=10000R(100) = 100 \cdot 100 = 10000 reais.
  34. Ex. 52.34Modeling

    Find the tangent line to y=xx2+1y = \dfrac{x}{x^2 + 1} at x=1x = 1.

    Show solution
    Function: y=x/(x2+1)y = x/(x^2+1). Point: y(1)=1/2y(1) = 1/2. Derivative (quotient): y=(1x2)/(x2+1)2y' = (1-x^2)/(x^2+1)^2. At x=1x = 1: y(1)=0y'(1) = 0. Equation of the tangent: y=1/2y = 1/2 (horizontal line). The point x=1x = 1 is a local maximum of the function.
  35. Ex. 52.35Modeling

    For s(t)=t36t2+9ts(t) = t^3 - 6t^2 + 9t, determine: (a) the velocity at t=2t = 2; (b) when the object is at rest.

    Show solution
    From question 52.31: v(t)=3t212t+9v(t) = 3t^2 - 12t + 9. At t=2t = 2: v(2)=1224+9=3v(2) = 12 - 24 + 9 = -3 m/s (receding). The object stops when v=03(t24t+3)=0t=1v = 0 \Rightarrow 3(t^2 - 4t + 3) = 0 \Rightarrow t = 1 or t=3t = 3.
  36. Ex. 52.36UnderstandingAnswer key

    Error identification. A student calculated (x2x3)=2x3x2=6x3(x^2 \cdot x^3)' = 2x \cdot 3x^2 = 6x^3. Is this correct or incorrect? Justify and correct if necessary.

    Select the correct option
    Select an option first
    Show solution
    The student made the classic mistake: (fg)fg(fg)' \neq f' \cdot g'. The correct rule is the product rule: (x2x3)=2xx3+x23x2=2x4+3x4=5x4(x^2 \cdot x^3)' = 2x \cdot x^3 + x^2 \cdot 3x^2 = 2x^4 + 3x^4 = 5x^4. Direct alternative: x2x3=x5x^2 \cdot x^3 = x^5, therefore (x5)=5x4(x^5)' = 5x^4. Consistent.
    Show step-by-step (with the why)
    1. Identify the error. The student calculated (x2)(x3)=2x3x2=6x3(x^2)' \cdot (x^3)' = 2x \cdot 3x^2 = 6x^3. This multiplies the derivatives — an invalid operation.
    2. Correct product rule. (x2x3)=2xx3+x23x2=2x4+3x4=5x4(x^2 \cdot x^3)' = 2x \cdot x^3 + x^2 \cdot 3x^2 = 2x^4 + 3x^4 = 5x^4.
    3. Alternative verification. x2x3=x5x^2 \cdot x^3 = x^5. By the power rule: (x5)=5x4(x^5)' = 5x^4. Consistent.
    4. Moral. (fg)=fg(fg)' = f'g' would only be valid if the product rule were multiplicative — but it is not. Leibniz requires the two cross terms.

    Mental shortcut: the distractors "correct" and "only exponent" test whether the student accepts the error or underestimates it. The correct answer identifies the specific type of error: multiplying derivatives.

  37. Ex. 52.37Understanding

    Identify which differentiation rule applies to h(x)=exx2h(x) = \dfrac{e^x}{x^2}, apply it, and simplify h(x)h'(x).

    Show solution
    Identify the structure: h(x)=ex/x2h(x) = e^x / x^2 is a quotient of f=exf = e^x by g=x2g = x^2. Apply R6: h(x)=(exx2ex2x)/x4=ex(x22x)/x4=ex(x2)/x3h'(x) = (e^x \cdot x^2 - e^x \cdot 2x) / x^4 = e^x(x^2 - 2x)/x^4 = e^x(x-2)/x^3.
  38. Ex. 52.38Understanding

    Concept. Why is the derivative of exe^x "special"? Explain what (ex)=ex(e^x)' = e^x means in geometric and numerical terms.

    Show solution
    The identity (ex)=ex(e^x)' = e^x means that the growth rate of exe^x at a point is equal to the function's value at that point. At x=0x = 0: e0=1e^0 = 1 and the slope is also 1. At x=2x = 2: e27.39e^2 \approx 7.39 and the slope is also 7.39\approx 7.39. This is the property that defines Euler's number e2.718e \approx 2.718 — the unique base for which the exponential is its own derivative.
  39. Ex. 52.39Challenge

    Challenge: product of three functions. Prove that (fgh)=fgh+fgh+fgh(fgh)' = f'gh + fg'h + fgh', by applying the product rule twice.

    Show solution
    By associativity: (fgh)=((fg)h)=(fg)h+(fg)h=(fg+fg)h+fgh=fgh+fgh+fgh(fgh)' = ((fg)h)' = (fg)'h + (fg)h' = (f'g + fg')h + fgh' = f'gh + fg'h + fgh'. Each of the three terms differentiates exactly one factor.
    Show step-by-step (with the why)
    1. Group two factors. Write fgh=(fg)hfgh = (fg) \cdot h.
    2. Apply R5 to the pair. ((fg)h)=(fg)h+(fg)h((fg)h)' = (fg)'h + (fg)h'.
    3. Expand (fg)(fg)'. (fg)=fg+fg(fg)' = f'g + fg'.
    4. Distribute and simplify. (fg+fg)h+fgh=fgh+fgh+fgh(f'g + fg')h + fgh' = f'gh + fg'h + fgh'.
    5. Pattern: in each of the 3 terms, exactly one of the three factors has been differentiated. For nn factors, there are nn terms.

    Curiosity: this result is the generalized Leibniz rule. For nn factors, (f1f2fn)=k=1nf1fkfn(f_1 f_2 \cdots f_n)' = \sum_{k=1}^n f_1 \cdots f_k' \cdots f_n.

  40. Ex. 52.40Proof

    Proof. Prove the product rule (fg)=fg+fg(fg)' = f'g + fg' from the definition of the derivative by limit.

    Show solution
    The proof starts from the definition: (fg)(x)=limh0f(x+h)g(x+h)f(x)g(x)h(fg)'(x) = \lim_{h \to 0} \frac{f(x+h)g(x+h) - f(x)g(x)}{h}. Add and subtract f(x+h)g(x)f(x+h)g(x) in the numerator, obtaining two terms: [f(x+h)f(x)]g(x+h)/h[f(x+h)-f(x)]g(x+h)/h and f(x)[g(x+h)g(x)]/hf(x)[g(x+h)-g(x)]/h. In the limit, the first converges to f(x)g(x)f'(x)g(x) (using continuity of gg: g(x+h)g(x)g(x+h) \to g(x)) and the second to f(x)g(x)f(x)g'(x). Therefore (fg)=fg+fg(fg)' = f'g + fg'. \blacksquare
    Show step-by-step (with the why)
    1. Write the definition. (fg)(x)=limh0f(x+h)g(x+h)f(x)g(x)h(fg)'(x) = \lim_{h \to 0} \frac{f(x+h)g(x+h) - f(x)g(x)}{h}.
    2. Algebraic trick. Add and subtract f(x+h)g(x)f(x+h)g(x) in the numerator. The numerator becomes [f(x+h)f(x)]g(x+h)+f(x+h)[g(x+h)g(x)][f(x+h)-f(x)]g(x+h) + f(x+h)[g(x+h)-g(x)]. (Note: we use f(x+h)f(x+h), not f(x)f(x), in the second group — this is correct and simplifies the separation.)
    3. Separate the limits. The first tends to f(x)limh0g(x+h)=f(x)g(x)f'(x) \cdot \lim_{h \to 0} g(x+h) = f'(x)g(x). The second tends to limh0f(x+h)g(x)=f(x)g(x)\lim_{h\to 0} f(x+h) \cdot g'(x) = f(x)g'(x) (by the continuity of ff).
    4. Conclusion. (fg)(x)=f(x)g(x)+f(x)g(x)(fg)'(x) = f'(x)g(x) + f(x)g'(x). \blacksquare

    Note: the trick of adding and subtracting an intermediate term is common in calculus proofs. Memorize the strategy: "introduce and cancel an auxiliary term to separate two independent limits".

Sources

  • Active Calculus 2.0 — Boelkins · 2024 · §2.1 (Elementary Rules), §2.2 (Sine and Cosine), §2.3 (Product and Quotient). Primary source. CC-BY-NC-SA.
  • OpenStax Calculus Volume 1 — OpenStax · 2016 · §3.3 (Differentiation Rules), §3.4 (Derivatives as Rates of Change), §3.5 (Derivatives of Trigonometric Functions). CC-BY-NC-SA.
  • APEX Calculus — Hartman et al. · 2023 · §2.3 (Basic Rules), §2.4 (Product and Quotient). CC-BY-NC.

Updated on 2024-05-16 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.