Differential equations (HL emphasis) - Mathematics: Analysis & Approaches IB Study Notes

Overview
# Differential Equations (HL Emphasis) - Summary ## Key Learning Outcomes Students master solving first-order differential equations using separation of variables and integrating factors, whilst developing understanding of slope fields for visualizing solution families. Higher Level candidates must additionally solve second-order homogeneous differential equations with constant coefficients, applying auxiliary equations to find general and particular solutions. The topic emphasizes real-world applications including exponential growth/decay, Newton's law of cooling, and simple harmonic motion, with students expected to formulate differential equation models from contextual problems. ## Exam Relevance This HL-only topic regularly appears in Paper 2 (long-response questions worth 10-15 marks) and occasionally in Paper 3, testing both procedural fluency and modelling capabilities. Questions typically integrate calculus, algebra, and analytical reasoning, often requiring boundary conditions to determine particular solutions—making this a discriminating topic for top
Core Concepts & Theory
Differential equations are equations containing derivatives that describe relationships between functions and their rates of change. A first-order differential equation involves only first derivatives (dy/dx), while second-order equations include d²y/dx².
Key Classifications:
Separable differential equations take the form dy/dx = f(x)g(y), allowing variables to be separated: ∫(1/g(y))dy = ∫f(x)dx. After integration, apply the initial condition (boundary condition) to find the particular solution.
Homogeneous differential equations can be written as dy/dx = f(y/x). Use the substitution v = y/x, so y = vx and dy/dx = v + x(dv/dx), transforming it into a separable equation.
Linear first-order differential equations follow dy/dx + P(x)y = Q(x). The integrating factor method uses μ(x) = e^(∫P(x)dx), multiplying through to create d/dx[μ(x)y] = μ(x)Q(x).
Second-order homogeneous linear equations with constant coefficients: ay'' + by' + cy = 0. Solve using the auxiliary equation am² + bm + c = 0:
- Two distinct real roots m₁, m₂: y = Ae^(m₁x) + Be^(m²x)
- Repeated root m: y = (A + Bx)e^(mx)
- Complex roots α ± βi: y = e^(αx)(A cos βx + B sin βx)
Particular integrals for non-homogeneous equations (ay'' + by' + cy = f(x)) require the method of undetermined coefficients or variation of parameters.
Memory Aid (SHILL): Separable, Homogeneous, Integrating factor, Linear second-order, Linear first-order — the five main types you'll encounter in IB HL exams.
Detailed Explanation with Real-World Examples
Differential equations model dynamic processes where change depends on current state — think of them as mathematical recipes for change.
Population Growth (Separable): The equation dP/dt = kP describes exponential growth where population change is proportional to current population. Separating: ∫(1/P)dP = ∫k dt gives ln|P| = kt + C, so P = Ae^(kt). With initial condition P(0) = P₀, we get P = P₀e^(kt). This models bacteria colonies, nuclear decay (negative k), and compound interest.
Newton's Law of Cooling (First-Order Linear): dT/dt = -k(T - Tₐ) where T is object temperature and Tₐ is ambient temperature. Rearranging: dT/dt + kT = kTₐ. Using integrating factor e^(kt) yields T = Tₐ + (T₀ - Tₐ)e^(-kt). This applies to forensic science (time of death), coffee cooling, and criminal investigations.
Simple Harmonic Motion (Second-Order): A mass on a spring follows mx'' + kx = 0 (where x is displacement). The auxiliary equation m·r² + k = 0 gives complex roots, producing x = A cos(ωt) + B sin(ωt) where ω = √(k/m). This describes pendulums, electrical circuits (LC oscillators), and molecular vibrations.
Damped Oscillation: Adding friction/resistance: mx'' + cx' + kx = 0. The discriminant b² - 4ac determines:
- Overdamped (distinct real roots): no oscillation
- Critically damped (repeated root): fastest return without oscillation
- Underdamped (complex roots): oscillation with decreasing amplitude
Think of pushing a child on a swing (driving force) with air resistance (damping) — the complete picture requires non-homogeneous equations with particular integrals.
Worked Examples & Step-by-Step Solutions
**Example 1: Separable Equation** *Solve dy/dx = xy², given y(0) = 1.* **Solution:** Separate variables: (1/y²)dy = x dx Integrate both sides: ∫y⁻² dy = ∫x dx **-1/y = x²/2 + C** Apply initial condition y(0) = 1: -1/1 = 0 + C, so C = -1 -1/y = x²/2 - 1 Rearranging: **y = 2/(2 - x²)** > *Exam...
Unlock 3 More Sections
Sign up free to access the complete notes, key concepts, and exam tips for this topic.
No credit card required · Free forever
Key Concepts
- Differential Equation: A mathematical equation that relates a function with its derivatives, describing how something changes.
- Order of a Differential Equation: The highest order of derivative present in the equation.
- General Solution: The solution to a differential equation that includes an arbitrary constant (C), representing a family of functions.
- Particular Solution: A specific solution obtained from the general solution by using an initial condition to find the value of the constant C.
- +4 more (sign up to view)
Exam Tips
- →Always identify the type of differential equation first (separable, homogeneous, linear) to choose the correct solution method.
- →Don't forget to include the constant of integration '+ C' immediately after performing an indefinite integral.
- +4 more tips (sign up)
More Mathematics: Analysis & Approaches Notes