Differential equations you can actually solve in HL AA
Differential equations. The phrase itself can sound intimidating. Often, my students, especially those in DP1, see the topic on the syllabus and immediately assume a level of complexity far beyond what is actually required for the IB HL AA exam. The truth is, while differential equations can be incredibly complex in higher mathematics, the scope for IB HL AA is quite focused. We deal with specific types that, once you understand the methods, are very solvable.
My goal here is to demystify these equations for you. I want to show you the types of differential equations you absolutely must master for HL AA, the techniques for solving them, and what kind of problems you can expect. This isn't about advanced theory; it's about practical, exam-focused understanding so you can confidently tackle these questions when they appear.
Recognising Separable Differential Equations
The vast majority of differential equation problems you will encounter in HL AA are separable. This is your go-to method. A differential equation is separable if it can be rearranged so that all terms involving the dependent variable (usually $y$) and $dy$ are on one side of the equation, and all terms involving the independent variable (usually $x$) and $dx$ are on the other side. This might sound like a simple algebraic trick, but it's the foundation of everything you do here.
Let's look at the general form. You'll typically start with something like $\frac{dy}{dx} = f(x)g(y)$. The key is to see if you can manipulate it into the form $\frac{1}{g(y)} \, dy = f(x) \, dx$. Once you have it in this form, you integrate both sides. This is where your integration skills from earlier units become crucial. Make sure you are proficient with standard integrals and techniques like substitution.
For example, if you have $\frac{dy}{dx} = xy^2$, you can separate it to $\frac{1}{y^2} \, dy = x \, dx$. Then integrate: $\int y^{-2} \, dy = \int x \, dx$. This yields $-\frac{1}{y} = \frac{1}{2}x^2 + C$. Remember the constant of integration, $C$. It's often forgotten and crucial for getting full marks, especially when you need to find a particular solution.
My students often make mistakes with the constant of integration. Always include it immediately after your first integration step. If you're given an initial condition (a point $(x_0, y_0)$ the solution passes through), you use that to find the specific value of $C$. This leads to a particular solution, as opposed to the general solution which includes $C$.
Solving First-Order Linear Differential Equations (HL AA Specific)
While separable equations are the most common, HL AA also requires you to handle first-order linear differential equations. These have a specific form: $\frac{dy}{dx} + P(x)y = Q(x)$. The "linear" part means that $y$ and $\frac{dy}{dx}$ appear with a power of 1, and there are no products of $y$ and $\frac{dy}{dx}$. $P(x)$ and $Q(x)$ are functions of $x$, or constants.
To solve these, you use an integrating factor. This is a special function, $I(x)$, that you multiply the entire equation by, which transforms the left side into the derivative of a product. The integrating factor is given by $I(x) = e^{\int P(x) \, dx}$.
Once you've found $I(x)$, multiply the entire differential equation by it:
$I(x)\frac{dy}{dx} + I(x)P(x)y = I(x)Q(x)$
The magic happens on the left side. By design, this becomes $\frac{d}{dx}[I(x)y]$. So, the equation simplifies to:
$\frac{d}{dx}[I(x)y] = I(x)Q(x)$
Now, integrate both sides with respect to $x$:
$I(x)y = \int I(x)Q(x) \, dx$
Finally, solve for $y$:
$y = \frac{1}{I(x)} \int I(x)Q(x) \, dx$
This looks like a lot of steps, but it's a very systematic process. Practice makes perfect here. The most common errors I see are issues with integrating $P(x)$ to find $I(x)$, or mistakes in the final integration of $I(x)Q(x)$. Remember your integration techniques! For more help with specific integration methods, check out our study notes.
Homogeneous Differential Equations (via Substitution)
Another type you might encounter, though less frequently than separable, are homogeneous differential equations. These can often be transformed into separable equations using a clever substitution. A first-order differential equation $\frac{dy}{dx} = f(x,y)$ is homogeneous if $f(x,y)$ can be expressed as a function of $\frac{y}{x}$. This means every term in $f(x,y)$ has the same total degree if you consider $x$ and $y$ as variables.
For example, $\frac{dy}{dx} = \frac{x^2 + y^2}{xy}$ is homogeneous because you can divide numerator and denominator by $x^2$ (or $y^2$):
$\frac{dy}{dx} = \frac{1 + (\frac{y}{x})^2}{(\frac{y}{x})}$
Now, let $v = \frac{y}{x}$, which implies $y = vx$. Differentiating $y=vx$ with respect to $x$ using the product rule gives $\frac{dy}{dx} = v + x\frac{dv}{dx}$.
Substitute $v$ and this new expression for $\frac{dy}{dx}$ into your original equation. For our example:
$v + x\frac{dv}{dx} = \frac{1 + v^2}{v}$
$x\frac{dv}{dx} = \frac{1 + v^2}{v} - v = \frac{1 + v^2 - v^2}{v} = \frac{1}{v}$
Now, this is a separable equation in terms of $v$ and $x$:
$v \, dv = \frac{1}{x} \, dx$
Integrate both sides: $\int v \, dv = \int \frac{1}{x} \, dx$, which gives $\frac{1}{2}v^2 = \ln|x| + C$.
Finally, substitute back $v = \frac{y}{x}$ to get the solution in terms of $y$ and $x$:
$\frac{1}{2}(\frac{y}{x})^2 = \ln|x| + C$
Or, $y^2 = 2x^2(\ln|x| + C)$.
This technique is definitely more involved. It tests your algebraic manipulation skills, differentiation, substitution, and integration. It's often reserved for later questions in Paper 1, so familiarity with this method can really boost your score. For specific problem sets that cover this, I'd recommend reviewing past Paper 1 questions for HL AA.
Applications and Interpretations
Differential equations in the IB exam are not just abstract math. They often come with real-world contexts, particularly in modeling situations. You might see problems involving population growth, Newton's Law of Cooling, chemical reactions, or rates of change in financial models. These questions test your ability to:
- Formulate the differential equation from a given word problem. This usually involves translating "rate of change" language into $\frac{dy}{dx}$ expressions.
- Solve the differential equation using one of the methods discussed (most often separable).
- Use initial conditions to find the particular solution.
- Interpret the solution in the context of the problem, perhaps finding a value at a specific time or explaining the long-term behavior of the system.
For instance, a classic problem is a population model where the rate of growth is proportional to the current population. This translates to $\frac{dP}{dt} = kP$, which is a separable equation leading to exponential growth or decay. Similarly, Newton's Law of Cooling is often stated as "the rate of change of temperature of an object is proportional to the difference between its own temperature and the ambient temperature," leading to $\frac{dT}{dt} = k(T - T_a)$, where $T_a$ is the ambient temperature. This is also separable, or can be seen as a first-order linear equation.
Understanding these standard applications and how they translate into differential equations is as important as mastering the solution techniques themselves. Often, the setup is half the battle. I encourage my students to draw diagrams or list knowns and unknowns for application problems to help clarify the situation before even writing down the first derivative.
Summary and Next Steps
So, to recap: for IB HL AA Mathematics, you need to be comfortable with three main types of first-order differential equations:
- Separable equations: The most common type. Rearrange, integrate both sides.
- First-order linear equations ($\frac{dy}{dx} + P(x)y = Q(x)$): Use an integrating factor $I(x) = e^{\int P(x) \, dx}$.
- Homogeneous equations: Use the substitution $y = vx$ to transform them into separable equations.
Always remember the constant of integration, $C$, and how to use initial conditions to find a particular solution. Application questions will test your ability to translate real-world scenarios into these mathematical models and then interpret your solutions.
Don't let the name "differential equations" intimidate you. The tools you need are already in your toolkit from earlier topics like integration and differentiation. It's about recognising the type of equation and applying the correct, systematic method. Practice these types extensively. Work through past paper questions specifically on differential equations. You'll find that with enough practice, they become one of the more predictable topics on the exam. Keep working hard, and you'll master this topic.
Want to actually drill this?
Every IB Maths topic on this page has a full practice engine at ibmathrevision.com — with AI grading trained on real IB mark schemes.
Get access →