UK A-Level: Differential Equations
AI-Generated Content
UK A-Level: Differential Equations
Differential equations are the mathematical language of change, describing how quantities evolve over time or space. Mastering them is crucial for A-Level success and provides the foundation for understanding everything from population dynamics to the cooling of a cup of tea. This guide focuses on the essential technique of separation of variables, empowering you to solve key first-order equations and construct models from worded scenarios.
1. What is a First-Order Separable ODE?
A differential equation is an equation that involves an unknown function and its derivatives. A first-order equation involves only the first derivative (e.g., ). It is termed separable if you can algebraically manipulate it to get all terms involving the dependent variable (usually ) on one side and all terms involving the independent variable (usually ) on the other.
The general form of a separable differential equation is: Here, the rate of change of with respect to is expressed as a product of a function of and a function of . The core idea of the separation of variables technique is to "separate" these parts to allow integration. We treat as a fraction (a useful heuristic at this level) and rearrange: We then integrate both sides: This process yields a general solution, which will include a constant of integration, .
Example: Solve .
- Separate: (assuming ).
- Integrate: .
- Solve: .
- Solve for : . Let , giving the general solution .
2. Formulating Equations from Word Problems
A major application is formulating differential equations from word problems. The challenge is translating a textual description of a rate into a precise mathematical statement. Look for phrases like "the rate of change of [quantity] is proportional to..." or "...decreases at a rate proportional to itself."
Key Steps:
- Define your variables. (e.g., Let be the population at time ).
- Translate the rate. The phrase "the rate of change of with respect to " is .
- Express the proportionality. "Is proportional to " means , where is a constant of proportionality.
- Determine the sign of . If a quantity is increasing, ; if it is decreasing, .
- State the initial condition. (e.g., When , ).
For instance: "The number of bacteria in a culture grows at a rate proportional to the number present." This translates directly to the differential equation , where is the number of bacteria and .
3. Exponential Growth and Decay Models
The differential equation is the fundamental exponential growth and decay model. Its solution, found via separation of variables, is , where is the initial value at .
- Exponential Growth: Occurs when . Examples include unrestricted population growth and compound interest.
- Exponential Decay: Occurs when (often written as where ). Examples include radioactive decay and Newton's Law of Cooling.
Worked Example (Radioactive Decay): A radioactive substance decays at a rate proportional to its mass. Initially, there are 100g. After 10 years, 80g remain. Find the mass after 25 years.
- Formulate: Let be mass at time . (decay implies negative rate).
- Solve: Separate and integrate: . This gives , so . Using , we get . Thus, .
- Find : Use : . So . Taking natural logs: , so .
- Find : . Evaluating gives grams.
4. Verifying Solutions by Substitution
A critical skill is verifying solutions by substitution into original equations. This checks your algebraic and integral work. To verify a proposed solution to a differential equation, you must:
- Differentiate your solution to find .
- Substitute both your original solution for and your calculated derivative for into the original differential equation.
- Confirm that the left-hand side (LHS) equals the right-hand side (RHS) for all , or that the equation simplifies to an identity (like ).
Example: Verify that is a solution to .
- Differentiate : .
- Substitute into : . The equation holds, so the solution is verified.
Common Pitfalls
- Forgetting the Constant of Integration (and Its Domain): Always add after integrating. In the final solution, or the constant can often be positive or negative, or sometimes only positive, depending on the physical context (e.g., a population cannot be negative). Failing to consider this can lose you marks.
- Incomplete Separation Before Integrating: A common error is attempting to integrate before fully separating the variables. For , you must factor to first, then separate to . Integrating is incorrect.
- Misapplying Initial Conditions: The constant of integration must be found by substituting the initial condition into the general solution, not into an intermediate step. For example, use the form with the initial condition to find , not the later form —though both are valid, the logarithmic form is often more straightforward.
- Neglecting the Modulus in Logarithms: When integrating , the result is , not just . For A-Level purposes, you can often drop the modulus later by absorbing the into the constant , but you should show the step with the modulus to demonstrate understanding, especially when an initial condition might determine the sign.
Summary
- The separation of variables technique is the primary method for solving first-order separable ODEs of the form , involving rearranging and integrating both sides.
- Formulating differential equations from word problems hinges on correctly interpreting phrases describing rates and proportionalities to write an expression for .
- The equation models exponential growth () and decay (), with the general solution .
- Always verify your solution by differentiating it and substituting both and back into the original differential equation to confirm it holds true.
- Avoid common algebraic and calculus errors by separating completely before integrating, carefully handling the constant, and applying initial conditions at the correct stage.