Welcome to Further Differential Equations!
In your Core Pure studies, you've already learned how to solve several types of differential equations (DEs). In this Further Pure Mathematics 1 (FP1) chapter, we take things up a notch. We will explore how to find approximate solutions using power series and how to transform scary-looking equations into ones we already know how to solve.
Think of differential equations as mathematical "riddles" where the answer isn't a single number, but a whole function. These equations are the language of the universe—used to describe everything from how a pandemic spreads to how a bridge vibrates in the wind.
1. The Taylor Series Method
Sometimes, a differential equation is so complex that we can't find an exact "closed-form" solution (like \(y = e^x\)). Instead, we find an approximation using a Taylor Series. This gives us a polynomial that behaves almost exactly like the real solution near a specific point.
How it Works
The general form of a Taylor series for a function \(y(x)\) centered at a point \(x_0\) is:
\(y = y_0 + (x - x_0)y'_0 + \frac{(x - x_0)^2}{2!}y''_0 + \frac{(x - x_0)^3}{3!}y'''_0 + \frac{(x - x_0)^4}{4!}y^{(4)}_0 + \dots\)
Where \(y_0, y'_0, y''_0\), etc., are the values of the function and its derivatives evaluated at the starting point \(x_0\).
Step-by-Step Process
Don't worry if the algebra looks a bit long; it’s just a repetitive process!
- Identify Initial Values: The question will usually give you a starting point, like \(x = 0, y = 1\), and a value for the first derivative \(y'\).
- Find the Second Derivative: Rearrange the original differential equation to get \(y''\) on one side. Plug in your initial values to find the numerical value of \(y''_0\).
- Differentiate the Equation: To find \(y'''\), differentiate every term in your rearranged DE with respect to \(x\). Remember to use the Product Rule and Chain Rule where necessary (e.g., the derivative of \(y^2\) is \(2y \frac{dy}{dx}\)).
- Find Higher Derivatives: Repeat the differentiation until you have enough terms (usually up to \(x^4\)).
- Plug into the Formula: Substitute your numerical values into the Taylor Series formula.
Quick Review Box:
Remember your factorials!
\(2! = 2 \times 1 = 2\)
\(3! = 3 \times 2 \times 1 = 6\)
\(4! = 4 \times 3 \times 2 \times 1 = 24\)
Common Mistake to Avoid: When differentiating terms like \(xy\), students often forget the Product Rule. The derivative of \(xy\) is \(x \frac{dy}{dx} + y\).
Key Takeaway: The Taylor Series method turns a differential equation into a simple polynomial approximation. The more terms you find, the more accurate your "map" becomes!
2. Reducible Differential Equations
Some differential equations look impossible at first glance. However, by using a clever substitution, we can "reduce" them into a standard form that we already know how to solve from Core Pure.
What are we reducing them to?
Usually, we want to turn the equation into one of these two forms from your Core Pure 1 & 2 syllabus:
- First-Order Linear: \(\frac{dy}{dx} + P(x)y = Q(x)\) (Solved using an Integrating Factor \(e^{\int P(x) dx}\)).
- Second-Order Linear: \(a\frac{d^2y}{dx^2} + b\frac{dy}{dx} + cy = f(x)\) (Solved using the Auxiliary Equation and Particular Integral).
Using a Given Substitution
In FP1, the exam will almost always give you the substitution to use (e.g., "Use the substitution \(z = y^{-2}\)" or "\(y = vx\)"). Your job is to perform the "mathematical translation."
The Transformation Steps:
- Differentiate the substitution: If you are given \(z = f(y)\), differentiate it with respect to \(x\) to find an expression for \(\frac{dz}{dx}\). This will usually involve \(\frac{dy}{dx}\).
- Rearrange: Get \(\frac{dy}{dx}\) (and \(\frac{d^2y}{dx^2}\) if it's a second-order equation) by itself.
- Substitute: Replace all instances of \(y, \frac{dy}{dx}\), and \(\frac{d^2y}{dx^2}\) in the original equation with your new expressions involving \(z\).
- Simplify: If done correctly, the \(x\)s and \(z\)s should now form a standard linear DE.
- Solve and Substitute Back: Solve the new equation for \(z\), then replace \(z\) with the original \(y\) terms to get the final answer.
Did you know?
One famous type of reducible equation is the Bernoulli Equation. It looks like a standard first-order linear equation but has a \(y^n\) term on the right. Using the substitution \(z = y^{1-n}\) magically turns it into a linear equation!
Changing the Independent Variable
Sometimes you might need to change from \(x\) to a new variable, like \(t\). A common substitution is \(x = e^t\) (which is the same as \(t = \ln x\)).
For this, you must use the Chain Rule carefully:
\(\frac{dy}{dx} = \frac{dy}{dt} \frac{dt}{dx}\)
Since \(\frac{dt}{dx} = \frac{1}{x}\), we get \(\frac{dy}{dx} = \frac{1}{x} \frac{dy}{dt}\).
Memory Aid: Think of substitutions like Snapchat filters. The person (the underlying math) is the same, but the filter (the substitution) makes them look like something else (a simpler equation) so they are easier to handle!
Key Takeaway: Reducible equations are all about algebra skills. If you can differentiate your substitution correctly and swap the terms out, you turn a hard problem into a familiar one.
Summary of Further Differential Equations
- Taylor Series: Use this when you need a polynomial approximation. Differentiate the DE repeatedly to find values for \(y_0, y'_0, y''_0, \dots\) and plug them into the standard Taylor formula.
- Substitutions: Use these to transform "non-standard" DEs into "standard" ones. Differentiate the given substitution, swap the variables, solve the new DE, and don't forget to substitute back at the end!
Final Encouragement: Differential equations can feel overwhelming because of the amount of algebra involved. Take it one derivative at a time, keep your work tidy, and always double-check your signs!