Introduction: Welcome to the World of Change!

Welcome! If you’ve ever wondered how scientists predict the path of a space rocket, how a population of bees grows, or how a cup of tea cools down, you are looking for Differential Equations.

In standard Mathematics, we usually solve for a number (like \(x = 5\)). In Further Mathematics, we solve for a function. A differential equation is simply an equation that involves a derivative (a rate of change). Don't worry if this seems a bit "next level" at first—once you learn the trick of "separating" the variables, it’s just like the integration you’ve already mastered!

1. What exactly is a Differential Equation?

A Differential Equation (DE) is any equation that contains a derivative, such as \(\frac{dy}{dx}\), \(\frac{dv}{dt}\), or \(\frac{d^2y}{dx^2}\).

Think of a DE as a rule about growth or movement. For example, if we say "the faster you run, the more tired you get," we are describing a relationship between a rate of change (getting tired) and a variable (speed). In math, we turn these rules into equations to find the exact formula for the movement.

Key Terms to Remember:
  • Order: The "order" is the highest derivative in the equation. For this part of your syllabus, we focus on First-Order equations (those with only \(\frac{dy}{dx}\)).
  • General Solution: A solution that includes a constant (\(+ C\)). It represents a whole "family" of possible curves.
  • Particular Solution: A specific solution where we find the exact value of \(C\) using Initial Conditions (starting points).

Quick Review: Before starting, make sure you are comfortable with basic integration from Pure Mathematics (P3), such as integrating \( \frac{1}{x} \) to get \( \ln|x| \) and using the power rule.

2. The "Sorting Office" Method: Separable Variables

According to your syllabus, the most important type of DE you need to solve is the Separable equation. This is where you can "sort" the different variables onto opposite sides of the equals sign.

Step-by-Step Process:

Imagine you have an equation like \(\frac{dy}{dx} = f(x)g(y)\). To solve it:

  1. Separate: Move all the \(y\) terms (including \(dy\)) to the left and all the \(x\) terms (including \(dx\)) to the right. Rule: \(dy\) and \(dx\) must always be on the top (numerators)!
  2. Integrate: Put an integral sign \(\int\) in front of both sides.
  3. Add the Constant: Add \(+ C\) to one side (usually the side with \(x\)).
  4. Solve for \(y\): If possible, rearrange the equation so it starts with \(y = ...\).

Example: Solve \(\frac{dy}{dx} = \frac{x}{y}\)
1. Multiply by \(y\) and \(dx\): \(y \ dy = x \ dx\)
2. Integrate: \(\int y \ dy = \int x \ dx\)
3. Calculate: \(\frac{1}{2}y^2 = \frac{1}{2}x^2 + C\)
4. Simplify: \(y^2 = x^2 + K\) (where \(K\) is just \(2C\)).

Common Mistake to Avoid: Forgetting the \(+ C\)! If you don't add it immediately after integrating, your final answer will be wrong, especially if you need to find a particular solution later.

3. Real-World Mechanics: Motion under Variable Force

The syllabus (Section 3.5) highlights how we use DEs in Mechanics. Usually, we use Newton’s Second Law: \(F = ma\).

When the force \(F\) isn't constant (maybe it depends on speed, like air resistance), acceleration \(a\) is also not constant. We have two main "tricks" to turn \(a\) into a differential equation:

Trick A: When you care about Time (\(t\))

Use \(a = \frac{dv}{dt}\).
This is great if the question asks "how long does it take?"

Trick B: When you care about Distance (\(x\))

Use \(a = v \frac{dv}{dx}\).
This is a life-saver if the question asks "how far does it travel?" or if the force depends on the object's position.

Did you know? This second trick comes from the Chain Rule: \(\frac{dv}{dt} = \frac{dv}{dx} \times \frac{dx}{dt}\). Since \(\frac{dx}{dt}\) is just velocity (\(v\)), we get \(v \frac{dv}{dx}\)!

4. Working with Initial Conditions

Sometimes, a problem gives you a starting point, like "The particle starts from rest at the origin."
This is code for: When \(t = 0\), \(v = 0\) and \(x = 0\).

You use these numbers to find the exact value of your constant \(C\). Once you find \(C\), you have found the Particular Solution.

Analogy: The General Solution is like saying "I'm living in a house in London." (It could be any house!). The Particular Solution is like giving your exact street address and house number.

5. Summary & Key Takeaways

Differential Equations can look scary, but they are just puzzles waiting to be "sorted." Here is your cheat sheet for success:

  • Always Separate: Get \(y\)'s on the left and \(x\)'s on the right before you integrate.
  • Check the Acceleration: In mechanics, choose between \(\frac{dv}{dt}\) (for time) and \(v \frac{dv}{dx}\) (for distance).
  • Keep it Simple: Only use the integration techniques you learned in P3. If the integral looks impossible, check if you separated correctly!
  • Don't Forget \(C\): Add the constant of integration as soon as the integral signs disappear.

Quick Review Box:
- First Order: Involves \(\frac{dy}{dx}\).
- Separable: Can be written as \(\int \frac{1}{g(y)} dy = \int f(x) dx\).
- Acceleration: \(a = \frac{dv}{dt}\) or \(a = v \frac{dv}{dx}\).

Keep practicing! Differential equations are the language of the universe—mastering them is like learning to read the code of reality itself. You've got this!