Welcome to the World of Differential Equations!

Does the term Differential Equation sound a bit intimidating? Don't worry if it does! At its heart, a differential equation is simply a math puzzle that tells us how something is changing. Whether it’s a population of rabbits growing, a cup of coffee cooling down, or a car accelerating, we use these equations to describe the world in motion.

In this chapter, we are going to learn how to "decode" these puzzles to find the original formula. By the end of these notes, you’ll be able to turn descriptions of change into math and solve them like a pro!

1. What exactly is a Differential Equation?

Normally, we work with equations like \(y = x^2 + 5\). In a differential equation (DE), the equation includes a derivative, like \(\frac{dy}{dx}\).

Think of it this way:
- A standard equation tells you where something is.
- A differential equation tells you how something is moving or changing.

Key Term: First-Order Differential Equations

In the Cambridge 9709 syllabus, we focus on first-order equations. This just means the highest derivative in the equation is \(\frac{dy}{dx}\) (the first derivative). You won't have to deal with \(\frac{d^2y}{dx^2}\) in this chapter!

Quick Review: The Prerequisites

To do well here, you need to be comfortable with:
1. Integration: Since we are "undoing" a derivative, we will be integrating a lot.
2. Logarithms: Many solutions involve \( \ln(x) \) and \( e^x \).
3. Algebra: Moving terms from one side of an equals sign to the other.

Key Takeaway: A differential equation relates a function to its rate of change. Solving it means finding the original function \(y\).

2. The "Divide and Conquer" Method: Separation of Variables

This is the primary tool you will use to solve DEs. The goal is to get all the \(y\) terms on one side with \(dy\), and all the \(x\) terms on the other side with \(dx\).

Step-by-Step Process:

Imagine you have the equation: \( \frac{dy}{dx} = \frac{x}{y} \)

Step 1: Separate. Move the \(y\) to the left and the \(dx\) to the right.
\( y \cdot dy = x \cdot dx \)

Step 2: Integrate. Put integral signs on both sides.
\( \int y \, dy = \int x \, dx \)

Step 3: Solve. Carry out the integration.
\( \frac{1}{2}y^2 = \frac{1}{2}x^2 + C \)

Step 4: Tidy up. Usually, we try to write the answer as \(y = ...\) if possible.

Analogy: Sorting Laundry
Think of separation of variables like sorting laundry. You can't wash the whites and the colors together! You must move all the "\(y\)" clothes into one basket and all the "\(x\)" clothes into the other before you can start the "wash" (integration).

Key Takeaway: Always group \(y\) with \(dy\) and \(x\) with \(dx\) before you integrate. Never leave a \(dx\) or \(dy\) in the denominator!

3. General vs. Particular Solutions

When you integrate, you always get that mysterious \(+ C\). This leads to two types of answers:

The General Solution

This is the answer that still has the \(+ C\) in it. It represents a family of curves. Without more information, we don't know exactly which curve we are talking about.

The Particular Solution

If the question gives you a specific point (called initial conditions), like "when \(x = 0, y = 5\)", you can find the exact value of \(C\).

Example:
If your general solution is \( y = x + C \) and you are told the curve passes through \((0, 5)\):
\( 5 = 0 + C \), so \( C = 5 \).
Your particular solution is \( y = x + 5 \).

Memory Aid: The "C" is the Address
The General Solution is like saying "I live in London." (It's a big area!)
The Particular Solution is like giving your exact house number. The initial conditions are the GPS coordinates that get you there.

Key Takeaway: Use the given \(x\) and \(y\) values to find \(C\) as soon as you have integrated.

4. Modelling: Turning Words into Math

Sometimes, Cambridge will ask you to set up the equation yourself from a story. Look for these "code words":

- "Rate of change of \(y\)": This means \(\frac{dy}{dt}\) (usually change happens over time, \(t\)).
- "Is proportional to": This means we use a constant \(k\). So, "\(\propto \dots\)" becomes "\(= k \dots\)".
- "Inversely proportional": This means the variable goes in the denominator (\(\frac{k}{\dots}\)).
- "Decreasing": This often means you need a negative sign (\(-k\)).

Example: "The rate of growth of a population \(P\) is proportional to the current population."
Math Translation: \( \frac{dP}{dt} = kP \)

Did you know?
The equation \(\frac{dP}{dt} = kP\) is the basis for how viruses spread or how interest grows in a bank account!

Key Takeaway: Read carefully! "Rate of change" always translates to a derivative.

5. Common Mistakes to Avoid

1. Forgetting the \(+ C\): This is the most common way to lose marks. Add it the moment you integrate.
2. Bad Algebra: When separating \( \frac{dy}{dx} = y + 5 \), you cannot just move the 5. You must treat \((y + 5)\) as one block and divide the whole thing: \( \frac{1}{y+5} dy = 1 dx \).
3. Logarithm Errors: If you have \( \ln(y) = x + C \), remember that to get \(y\), you must "e" both sides: \( y = e^{x+C} \), which simplifies to \( y = Ae^x \) (where \(A = e^C\)).

Quick Review Box
The Checklist:
1. Separate variables (\(y\)'s on left, \(x\)'s on right).
2. Integrate both sides.
3. Immediately add \(+ C\) on one side.
4. Use initial conditions to find \(C\) (if provided).
5. Rearrange to find \(y = \dots\) (if required).

Don't worry if this seems tricky at first! Separation of variables is a mechanical skill. The more you practice "sorting the laundry" of the equations, the more natural it will feel. You've got this!