Study Guide

Product & Quotient Rules, Tangents and Normals

CIE IGCSE Additional MathematicsΒ· 14.4, 14.5Β· 25 min read

1. The Product Ruleβ˜…β˜…β˜†β˜†β˜†β± 6 min

πŸ“˜ Definition

Product Rule

If where and are functions of

The derivative is given by or

Example:

For , , , so

The product rule is used when you have two separate functions multiplied together. Label the two functions clearly as and to avoid mixing up terms when substituting into the formula, and apply the chain rule to differentiate and if they are composite functions.

πŸ“ Worked Example

Differentiate with respect to .

  1. 1

    Label the two functions and :

    u=3x+2,v=exβˆ’4u = 3x + 2, v = e^x - 4
  2. 2

    Calculate the derivatives of and separately:

    dudx=3,dvdx=ex\frac{du}{dx} = 3, \frac{dv}{dx} = e^x
  3. 3

    Substitute into the product rule formula:

    dydx=udvdx+vdudx=(3x+2)ex+(exβˆ’4)(3)\frac{dy}{dx} = u \frac{dv}{dx} + v \frac{du}{dx} = (3x + 2)e^x + (e^x - 4)(3)
  4. 4

    Simplify the expression:

    dydx=3xex+2ex+3exβˆ’12=ex(3x+5)βˆ’12\frac{dy}{dx} = 3x e^x + 2e^x + 3e^x - 12 = e^x(3x + 5) - 12

Exam tip:

Always simplify your final derivative where possible, as marks are often awarded for fully simplified forms in 0606 exams.

2. The Quotient Ruleβ˜…β˜…β˜…β˜†β˜†β± 7 min

πŸ“˜ Definition

Quotient Rule

If where and are functions of ,

The derivative is given by

Example:

For , , , so after simplification.

πŸ“ Worked Example

Find the exact value of the derivative of at .

  1. 1

    Label the numerator and denominator :

    u=ln⁑x,v=5xβˆ’3u = \ln x, v = 5x - 3
  2. 2

    Calculate the derivatives of and :

    dudx=1x,dvdx=5\frac{du}{dx} = \frac{1}{x}, \frac{dv}{dx} = 5
  3. 3

    Substitute into the quotient rule formula:

    fβ€²(x)=(5xβˆ’3)(1x)βˆ’(ln⁑x)(5)(5xβˆ’3)2f'(x) = \frac{(5x - 3)\left(\frac{1}{x}\right) - (\ln x)(5)}{(5x - 3)^2}
  4. 4

    Substitute and simplify:

    fβ€²(1)=(2)(1)βˆ’022=24=12f'(1) = \frac{(2)(1) - 0}{2^2} = \frac{2}{4} = \frac{1}{2}

Exam tip:

When asked for the value of a derivative at a point, you can substitute the -value directly into the unsimplified derivative formula to save time, as long as you show your substitution steps clearly.

3. Equations of Tangents to Curvesβ˜…β˜…β˜…β˜†β˜†β± 6 min

The tangent to a curve at a point has the same gradient as the curve at . To find its equation, first calculate the gradient of the curve at using differentiation, then use the point-slope form of a straight line: where is the tangent gradient.

πŸ“ Worked Example

Find the equation of the tangent to the curve at . Give your answer in the form .

  1. 1

    Find the -coordinate of the point at :

    y=02Γ—e0=0β€…β€ŠβŸΉβ€…β€ŠP(0,0)y = 0^2 \times e^0 = 0 \implies P(0, 0)
  2. 2

    Differentiate using the product rule:

    dydx=x2(2e2x)+e2x(2x)=2xe2x(x+1)\frac{dy}{dx} = x^2(2e^{2x}) + e^{2x}(2x) = 2x e^{2x}(x + 1)
  3. 3

    Calculate the tangent gradient at :

    mt=2(0)e0(0+1)=0m_t = 2(0)e^0(0 + 1) = 0
  4. 4

    Substitute into point-slope form and simplify:

    yβˆ’0=0(xβˆ’0)β€…β€ŠβŸΉβ€…β€Šy=0y - 0 = 0(x - 0) \implies y = 0

Exam tip:

Always double-check that you have used the gradient of the curve at the correct -value, not the general derivative function, when writing the tangent equation.

4. Equations of Normals to Curvesβ˜…β˜…β˜…β˜†β˜†β± 6 min

The normal to a curve at point is perpendicular to the tangent at , so its gradient is the negative reciprocal of the tangent gradient: , provided . If the tangent is horizontal (), the normal is a vertical line of the form ; if the tangent is vertical, the normal is horizontal of the form .

πŸ“ Worked Example

Find the equation of the normal to the curve at . Give your answer in the form where are integers.

  1. 1

    Find the -coordinate at :

    y=1βˆ’11=0β€…β€ŠβŸΉβ€…β€ŠP(1,0)y = \frac{1 - 1}{1} = 0 \implies P(1, 0)
  2. 2

    Differentiate using the quotient rule and simplify:

    dydx=x(2x)βˆ’(x2βˆ’1)(1)x2=x2+1x2\frac{dy}{dx} = \frac{x(2x) - (x^2 - 1)(1)}{x^2} = \frac{x^2 + 1}{x^2}
  3. 3

    Calculate the tangent gradient at , then the normal gradient:

    mt=1+11=2,mn=βˆ’12m_t = \frac{1 + 1}{1} = 2, m_n = -\frac{1}{2}
  4. 4

    Substitute into point-slope form and rearrange:

    yβˆ’0=βˆ’12(xβˆ’1)β€…β€ŠβŸΉβ€…β€Šx+2yβˆ’1=0y - 0 = -\frac{1}{2}(x - 1) \implies x + 2y - 1 = 0

5. Common Pitfalls

Wrong move:

Mixing up the order of terms in the quotient rule numerator (writing first instead of )

Why:

This flips the sign of the derivative entirely, leading to incorrect gradient values for tangents and normals.

Correct move:

Always write the denominator multiplied by the derivative of the numerator first, subtract the numerator multiplied by the derivative of the denominator.

Wrong move:

Forgetting to apply the chain rule when differentiating composite functions inside a product or quotient (e.g. , )

Why:

This gives an incorrect derivative, leading to lost method and accuracy marks.

Correct move:

Differentiate each function and fully using the chain rule where needed before substituting into the product or quotient rule formula.

Wrong move:

Using the same gradient for the tangent and normal

Why:

The normal is perpendicular to the tangent, so its gradient is the negative reciprocal, not the same.

Correct move:

After calculating , immediately compute before writing the normal equation.

Wrong move:

Using the general derivative function as the gradient of the tangent instead of substituting the -coordinate of the point

Why:

The gradient of non-linear curves changes with , so the general derivative is not a constant value.

Correct move:

Always substitute the -value of the point into the derivative to get the specific gradient at that point.

Wrong move:

Simplifying the derivative fully when you only need its value at a specific point

Why:

This wastes time and introduces unnecessary arithmetic errors.

Correct move:

Substitute the -value directly into the unsimplified derivative first, then simplify the resulting numerical expression.

6. Quick Reference Cheatsheet

Rule/Concept

Formula

Key Notes

Product Rule

For , label and clearly

Quotient Rule

Order of numerator terms matters, watch the negative sign

Tangent Gradient

evaluated at

Same as the curve's gradient at the point

Normal Gradient

Perpendicular to tangent; undefined if

Line Equation

Use for tangents, for normals

7. Frequently Asked

Do I have to memorize the product and quotient rules for 0606?

Yes, these rules are not provided in the 0606 formula booklet, so you must memorize both fully for the exam.

What is the relationship between the gradient of a tangent and normal at a point?

The gradients are negative reciprocals of each other, so . This only fails if the tangent is horizontal (normal is vertical, undefined gradient) or vice versa.

Can I rewrite a quotient as a product to avoid using the quotient rule?

Yes, for example , so you can use the product rule combined with the chain rule instead. Many students find this reduces sign errors.

Going deeper

What's Next

Now that you have mastered the product and quotient rules and can find equations of tangents and normals, you are ready to move on to more advanced calculus topics in CIE IGCSE Additional Mathematics 0606. Next, you will learn to use derivatives to find stationary points of curves, classifying them as maxima or minima, which are frequently tested in both Paper 1 and Paper 2. You will also apply these differentiation rules to solve practical problems involving rates of change, which often combine calculus with coordinate geometry and algebraic manipulation. This topic forms the foundation for all higher-level differentiation you will encounter if you go on to study A-Level Mathematics, so make sure you practice plenty of past paper questions to build confidence.