Introduction: Welcome to Advanced Differentiation!

Up until now, you have probably spent most of your time differentiating functions where y is clearly on one side and everything else is on the other, like \(y = x^2 + 5x\). These are called explicit functions.

But what happens when the math gets a bit "messy"? What if x and y are tangled together in one big equation, or what if they both depend on a third variable, like time? That is exactly what we are going to master today! We will learn how to find the gradient of these complex curves using Parametric and Implicit differentiation. Don't worry if this seems tricky at first—once you learn the "key moves," it becomes much more like a puzzle than a chore.

1. Parametric Differentiation

Sometimes, it is easier to describe a curve by expressing both x and y in terms of a third variable, called a parameter (usually t or \(\theta\)).

Analogy: Imagine you are watching a drone fly. Instead of describing its path as a single equation, you describe its horizontal position (\(x\)) based on time (\(t\)) and its vertical height (\(y\)) based on time (\(t\)). To find the direction the drone is heading (the gradient), you need to combine these two pieces of information.

The Parametric Formula

To find the gradient \(\frac{dy}{dx}\) when you have \(x = f(t)\) and \(y = g(t)\), we use a special version of the Chain Rule:

\(\frac{dy}{dx} = \frac{dy/dt}{dx/dt}\)

(Note: This only works if \(dx/dt\) is not zero!)

Step-by-Step Process

  1. Differentiate x with respect to t to find \(\frac{dx}{dt}\).
  2. Differentiate y with respect to t to find \(\frac{dy}{dt}\).
  3. Divide your answer for y by your answer for x.
  4. Simplify the resulting expression.

Example: Find the gradient of the curve defined by \(x = t^2\) and \(y = 2t^3\).
Step 1: \(\frac{dx}{dt} = 2t\)
Step 2: \(\frac{dy}{dt} = 6t^2\)
Step 3: \(\frac{dy}{dx} = \frac{6t^2}{2t} = 3t\)

Quick Review: To find the gradient, just remember "Y over X". Differentiate both, and put the y derivative on top!

Key Takeaway: Parametric differentiation allows us to find the gradient of a curve by using a "middleman" variable (the parameter).

2. Implicit Differentiation

An implicit relation is one where x and y are mixed together, such as \(x^2 + y^2 = 25\) (the equation of a circle). Trying to get y on its own might involve messy square roots and plus/minus signs. Implicit differentiation lets us find the gradient without rearranging the formula first!

The Golden Rule

When you differentiate a term containing x, do it as normal.
When you differentiate a term containing y, differentiate it with respect to y and then multiply by \(\frac{dy}{dx}\).

Why? This is just the Chain Rule in disguise! We are saying: "Differentiate with respect to y, then tell the math world that y depends on x."

Common "Traps" and How to Avoid Them

  • The Product Rule: If you see a term like 3xy, you must use the product rule because it is two variables multiplied together.
  • Constants: Don't forget that the derivative of a constant (like 5 or 100) is 0.

Step-by-Step Process

  1. Differentiate every term in the equation from left to right.
  2. Remember to attach \(\frac{dy}{dx}\) whenever you differentiate a y term.
  3. Collect all terms with \(\frac{dy}{dx}\) on one side of the equals sign.
  4. Factorise out the \(\frac{dy}{dx}\).
  5. Divide to get \(\frac{dy}{dx}\) on its own.

Example: Find \(\frac{dy}{dx}\) for \(x^2 + y^2 = 10\).
Step 1 & 2: \(2x + 2y\frac{dy}{dx} = 0\)
Step 3: \(2y\frac{dy}{dx} = -2x\)
Step 4 & 5: \(\frac{dy}{dx} = \frac{-2x}{2y} = -\frac{x}{y}\)

Did you know? This simple result (\(-x/y\)) tells us that for any point on a circle, the gradient of the tangent is always perpendicular to the radius at that point!

Key Takeaway: Treat y like x, but always "tag" it with a \(\frac{dy}{dx}\) when you are done differentiating that term.

3. Tangents and Normals

The syllabus (1.07s) requires you to use these differentiation methods to find the equations of tangents and normals. This is the "real world" application of finding the gradient.

Finding the Equation

Once you have your expression for \(\frac{dy}{dx}\), follow these steps:

  1. Find the Gradient (m): Plug in the specific value of x, y, or t given in the question to get a numerical value for \(\frac{dy}{dx}\).
  2. Find the Point: Ensure you have both coordinates \((x_1, y_1)\). If it's a parametric question, plug t into your original x and y equations.
  3. The Tangent: Use the straight-line formula: \(y - y_1 = m(x - x_1)\).
  4. The Normal: The normal is perpendicular to the tangent. Its gradient is \(-\frac{1}{m}\). Then use: \(y - y_1 = -\frac{1}{m}(x - x_1)\).

Memory Aid: A Tangent "touches" the curve (same direction), while a Normal is "at right angles" to it. Think of the "n" in Normal as standing for "Ninety degrees."

Key Takeaway: The gradient \(\frac{dy}{dx}\) is just a tool. Once you have it, you're just back to basic coordinate geometry!

Summary Checklist

Before you move on to practice questions, make sure you can:

  • Use the parametric formula \(\frac{dy/dt}{dx/dt}\) correctly.
  • Differentiate implicitly by adding \(\frac{dy}{dx}\) to y terms.
  • Spot when to use the product rule inside an implicit equation.
  • Convert a gradient into the equation of a tangent or a normal.

Encouragement: You've got this! These techniques are the "Swiss Army Knife" of calculus—they work on almost any curve you'll ever encounter in your A Levels.