# Product & Quotient Rules, Tangents and Normals

> CIE IGCSE Additional Mathematics · 0606 (2025-2027)
> Source: https://www.owlsprep.com/study/cie-0606-u14-product-quotient-rules-tangents-and/

This guide teaches you to apply the product and quotient differentiation rules for CIE IGCSE Additional Mathematics 0606, plus how to use derivatives to calculate equations of tangents and normals to any curve at a given point.

**Prerequisites:** Basic differentiation (power rule, chain rule, derivatives of standard functions); Equation of a straight line (point-slope form, y = mx + c)

## Learning objectives

- Apply the product rule to differentiate products of two differentiable functions
- Apply the quotient rule to differentiate quotients of two differentiable functions
- Combine product, quotient and chain rules to differentiate complex functions
- Calculate the gradient of a curve at a point to find the equation of its tangent
- Use the negative reciprocal gradient to find the equation of the normal to a curve at a point

## The Product Rule

**Product Rule** — The derivative is given by $\frac{dy}{dx} = u \frac{dv}{dx} + v \frac{du}{dx}$ or $f'(x) = u(x)v'(x) + v(x)u'(x)$

*Notation:* If $y = u \times v$ where $u$ and $v$ are functions of $x$

*Example:* For $y = x^2 \sin x$, $u=x^2$, $v=\sin x$, so $\frac{dy}{dx} = x^2 \cos x + 2x \sin x$

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

**Worked example:** Differentiate $y = (3x + 2)(e^x - 4)$ with respect to $x$.

1. Label the two functions $u$ and $v$:

   $$u = 3x + 2, v = e^x - 4$$
2. Calculate the derivatives of $u$ and $v$ separately:

   $$\frac{du}{dx} = 3, \frac{dv}{dx} = e^x$$
3. Substitute into the product rule formula:

   $$\frac{dy}{dx} = u \frac{dv}{dx} + v \frac{du}{dx} = (3x + 2)e^x + (e^x - 4)(3)$$
4. Simplify the expression:

   $$\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.

## The Quotient Rule

**Quotient Rule** — The derivative is given by $\frac{dy}{dx} = \frac{v \frac{du}{dx} - u \frac{dv}{dx}}{v^2}$

*Notation:* If $y = \frac{u}{v}$ where $u$ and $v$ are functions of $x$, $v \neq 0$

*Example:* For $y = \frac{2x +1}{x^2}$, $u=2x+1$, $v=x^2$, so $\frac{dy}{dx} = \frac{-2(x+1)}{x^3}$ after simplification.

> **warning**
>
> The order of terms in the numerator is critical: always write $v \frac{du}{dx}$ first, minus $u \frac{dv}{dx}$. Mixing up this order flips the sign of the entire derivative, leading to incorrect results.

**Worked example:** Find the exact value of the derivative of $f(x) = \frac{\ln x}{5x - 3}$ at $x=1$.

1. Label the numerator $u$ and denominator $v$:

   $$u = \ln x, v = 5x - 3$$
2. Calculate the derivatives of $u$ and $v$:

   $$\frac{du}{dx} = \frac{1}{x}, \frac{dv}{dx} = 5$$
3. Substitute into the quotient rule formula:

   $$f'(x) = \frac{(5x - 3)\left(\frac{1}{x}\right) - (\ln x)(5)}{(5x - 3)^2}$$
4. Substitute $x=1$ and simplify:

   $$f'(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 $x$-value directly into the unsimplified derivative formula to save time, as long as you show your substitution steps clearly.

## Equations of Tangents to Curves

The tangent to a curve at a point $P(x_1, y_1)$ has the same gradient as the curve at $P$. To find its equation, first calculate the gradient of the curve at $P$ using differentiation, then use the point-slope form of a straight line: $y - y_1 = m_t(x - x_1)$ where $m_t$ is the tangent gradient.

**Worked example:** Find the equation of the tangent to the curve $y = x^2 e^{2x}$ at $x=0$. Give your answer in the form $y = mx + c$.

1. Find the $y$-coordinate of the point at $x=0$:

   $$y = 0^2 \times e^0 = 0 \implies P(0, 0)$$
2. Differentiate $y$ using the product rule:

   $$\frac{dy}{dx} = x^2(2e^{2x}) + e^{2x}(2x) = 2x e^{2x}(x + 1)$$
3. Calculate the tangent gradient at $x=0$:

   $$m_t = 2(0)e^0(0 + 1) = 0$$
4. Substitute into point-slope form and simplify:

   $$y - 0 = 0(x - 0) \implies y = 0$$

> **Exam tip:** Always double-check that you have used the gradient of the curve at the correct $x$-value, not the general derivative function, when writing the tangent equation.

## Equations of Normals to Curves

The normal to a curve at point $P$ is perpendicular to the tangent at $P$, so its gradient is the negative reciprocal of the tangent gradient: $m_n = -\frac{1}{m_t}$, provided $m_t \neq 0$. If the tangent is horizontal ($m_t=0$), the normal is a vertical line of the form $x = x_1$; if the tangent is vertical, the normal is horizontal of the form $y = y_1$.

**Worked example:** Find the equation of the normal to the curve $y = \frac{x^2 - 1}{x}$ at $x=1$. Give your answer in the form $ax + by + c = 0$ where $a, b, c$ are integers.

1. Find the $y$-coordinate at $x=1$:

   $$y = \frac{1 - 1}{1} = 0 \implies P(1, 0)$$
2. Differentiate using the quotient rule and simplify:

   $$\frac{dy}{dx} = \frac{x(2x) - (x^2 - 1)(1)}{x^2} = \frac{x^2 + 1}{x^2}$$
3. Calculate the tangent gradient at $x=1$, then the normal gradient:

   $$m_t = \frac{1 + 1}{1} = 2, m_n = -\frac{1}{2}$$
4. Substitute into point-slope form and rearrange:

   $$y - 0 = -\frac{1}{2}(x - 1) \implies x + 2y - 1 = 0$$

## Common pitfalls

- **Wrong:** Mixing up the order of terms in the quotient rule numerator (writing $u \frac{dv}{dx}$ first instead of $v \frac{du}{dx}$)
  - Why it fails: This flips the sign of the derivative entirely, leading to incorrect gradient values for tangents and normals.
  - Correct: Always write the denominator multiplied by the derivative of the numerator first, subtract the numerator multiplied by the derivative of the denominator.
- **Wrong:** Forgetting to apply the chain rule when differentiating composite functions inside a product or quotient (e.g. $e^{3x}$, $\sin(2x)$)
  - Why it fails: This gives an incorrect derivative, leading to lost method and accuracy marks.
  - Correct: Differentiate each function $u$ and $v$ fully using the chain rule where needed before substituting into the product or quotient rule formula.
- **Wrong:** Using the same gradient for the tangent and normal
  - Why it fails: The normal is perpendicular to the tangent, so its gradient is the negative reciprocal, not the same.
  - Correct: After calculating $m_t$, immediately compute $m_n = -\frac{1}{m_t}$ before writing the normal equation.
- **Wrong:** Using the general derivative function as the gradient of the tangent instead of substituting the $x$-coordinate of the point
  - Why it fails: The gradient of non-linear curves changes with $x$, so the general derivative is not a constant value.
  - Correct: Always substitute the $x$-value of the point into the derivative to get the specific gradient at that point.
- **Wrong:** Simplifying the derivative fully when you only need its value at a specific point
  - Why it fails: This wastes time and introduces unnecessary arithmetic errors.
  - Correct: Substitute the $x$-value directly into the unsimplified derivative first, then simplify the resulting numerical expression.

## Cheatsheet

| Rule/Concept | Formula | Key Notes |
| --- | --- | --- |
| Product Rule | $\frac{dy}{dx} = u\frac{dv}{dx} + v\frac{du}{dx}$ | For $y = u \times v$, label $u$ and $v$ clearly |
| Quotient Rule | $\frac{dy}{dx} = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2}$ | Order of numerator terms matters, watch the negative sign |
| Tangent Gradient | $m_t = \frac{dy}{dx}$ evaluated at $(x_1, y_1)$ | Same as the curve's gradient at the point |
| Normal Gradient | $m_n = -\frac{1}{m_t}$ | Perpendicular to tangent; undefined if $m_t = 0$ |
| Line Equation | $y - y_1 = m(x - x_1)$ | Use $m_t$ for tangents, $m_n$ for normals |

## 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.

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/cie-0606-u14-product-quotient-rules-tangents-and/
