In VCE Specialist Mathematics, a differential equation (DE) is an equation that relates a function to its derivatives. Solving these equations allows us to model real-world phenomena where the rate of change of a variable depends on the variable itself or on time.
A general solution to a first-order differential equation represents a family of curves. Because integration is involved in solving DEs, an arbitrary constant of integration, \(C\), is introduced.
* If \(\frac{dy}{dx} = f(x)\), then \(y = \int f(x) \, dx + C\).
* The general solution describes all possible functions that satisfy the differential equation.
A particular solution is a specific member of the family of curves that satisfies a given initial condition (also known as a boundary condition).
* An initial condition is usually given as a coordinate pair \((x_0, y_0)\), often representing the state of a system at time \(t = 0\).
* By substituting these values into the general solution, the specific value of \(C\) is determined.
KEY TAKEAWAY: The general solution contains an unknown constant \(C\) and represents many possible paths. The particular solution uses an initial condition to identify the one specific path that fits the physical scenario.
When differential equations model physical systems, the variables and constants have specific meanings:
| Component | Mathematical Role | Contextual Interpretation |
|---|---|---|
| \(t\) | Independent variable | Time elapsed since the start of the observation. |
| \(x\) or \(y\) | Dependent variable | Physical quantity (e.g., population, temperature, displacement). |
| \(\frac{dx}{dt}\) | First derivative | The rate of change of the quantity with respect to time. |
| \(C\) | Constant of integration | Often related to the initial state (e.g., \(x\) at \(t=0\)). |
| \(k\) | Proportionality constant | Growth or decay rate; determines how fast the system changes. |
For the differential equation \(\frac{dN}{dt} = kN\):
* General Solution: \(N(t) = Ae^{kt}\) (where \(A\) is a constant).
* Interpretation: If \(k > 0\), the quantity \(N\) is growing exponentially. If \(k < 0\), it is decaying.
* Initial Condition: If \(N(0) = N_0\), then the particular solution is \(N(t) = N_0 e^{kt}\). Here, \(N_0\) is the initial population/amount.
EXAM TIP: Always check the units of your variables. If \(t\) is in minutes and the rate is given in “units per hour,” you must convert them to be consistent before solving the DE.
The rate of change of the temperature \(T\) of an object is proportional to the difference between its temperature and the ambient (surrounding) temperature \(T_a\):
\$\(\frac{dT}{dt} = -k(T - T_a), \quad k > 0\)\$
These involve the rate of change of a substance (like salt) in a tank:
\$\(\frac{dQ}{dt} = \text{Rate In} - \text{Rate Out}\)\$
* Interpretation: \(\frac{dQ}{dt} = 0\) represents a steady state, where the amount of substance in the tank remains constant.
\$\(\frac{dP}{dt} = kP(L - P)\)\$
* Interpretation: \(L\) represents the carrying capacity (the maximum population the environment can support).
* Behavior: If \(P < L\), \(\frac{dP}{dt} > 0\) (population increases). If \(P > L\), \(\frac{dP}{dt} < 0\) (population decreases).
VCAA FOCUS: VCAA frequently asks students to interpret the “long-term behavior” of a solution. This usually requires finding the limit as \(t \to \infty\) or identifying horizontal asymptotes from the differential equation itself by setting the derivative to zero.
The solution to a differential equation can be visualized as a curve on a coordinate plane.
COMMON MISTAKE: Students often forget that the domain of a solution to a differential equation must be a single interval. If a solution has a vertical asymptote (e.g., \(y = \frac{1}{x-2}\)), the domain is restricted to the side of the asymptote containing the initial condition.
| Question Phrase | Mathematical Action |
|---|---|
| “Find the initial amount…” | Evaluate \(y(t)\) at \(t=0\). |
| “Find the rate of change when…” | Substitute values into the differential equation (\(\frac{dy}{dt}\)), not the solution. |
| “What happens in the long run?” | Find \(\lim_{t \to \infty} y(t)\). |
| “Find the steady state/equilibrium…” | Set \(\frac{dy}{dt} = 0\) and solve for the dependent variable. |
| “Verify the solution…” | Differentiate the given \(y(t)\) and substitute it back into the DE to see if LHS = RHS. |
STUDY HINT: When practicing, always write a concluding sentence that relates your mathematical answer back to the context (e.g., “Therefore, the tank will eventually contain 50kg of salt”). This ensures you have interpreted the solution correctly and used the right units.