Differential Equations and Modelling
A differential equation is an equation where a derivative is present. For example, is a differential equation, as is . An exam question may ask you to solve a differential equation (see below) or it may ask you to construct one from some given information or both. To construct a differential equation we first recall the rules for forming equations using proportionality:
- if is directly proportional to , we write , where is the constant of proportionality that can be found given more information
- or if is inversely proportional to , then we would write
More often than not, the information will include more complicated functions of other variables. For example, if is directly proportional to the square root of , you should write the equation . Or if is inversely proportional to the cube of then write . Consider the differential equation that describes radioactive decay. The rate at which radioactive particles decay is proportional to the number of particles that remain. Let be the number of particles at any time . The rate at which it changes with respect to time is written . This rate is proportional to and so we can write where is the constant of proportionality. Note that is going down when particles decay and so the gradient/rate must be negative, hence inclusion of the minus sign. See Example 1.
Related Rates
As in the radioactive decay equation above, rates are obtained when variables are differentiated with respect to . Related rates are those that we can obtain by introducing another variable. For example, consider the area of a circle found from its radius : . If the radius changes with respect to time then the derivative describes the rate at which this happens. If the radius changes with respect to time so does the area and the derivative describes the rate at which this happens. By the chain rule, these rates are related via the equation . Since we know that , we have . It follows that . See Example 2.
Solving Differential Equations
At this level, there are two ways to solve a differential equation. Consider the differential equation . We can solve this by simply integrating both sides with respect to to obtain . Given a little more information, it may be possible to find the constant of integration – see Example 1. However, many differential equations are not stated so simply. The solution of many differential equations will require a process called separation of variables. The idea is to transform the original differential equation of the form into the format . We can then integrate both sides of this equation:
Since everything on the left is in term of and everything on the right is in terms of , we have separated the variables. We integrate the left with respect to and the right with respect to . Consider again the differential equation that describes radioactive decay: where is the constant of proportionality. We can separate the variables in this equation: . It follows that we can integrate
Note that in the final step we have written , where is also an arbitrary constant. If additional information is given in the question, it is usually possible to find the value of the proportionality and arbitrary constants. You may notice from the result above that the number of particles in radioactive decay decrease exponentially with time.
A question that requires separation of variable may expect you to draw on the integration techniques we have learnt at this level. This includes trigonometric identities, integration by substitution, integration by parts, integration by partial fractions, etc. See Example 3.