Questions:
- How can I describe radioactive decay using a first-order ODE?
- What are initial conditions and why are they important?
Objectives:
- Map between physical notation for a particular problem and the more general notation for all differential equations
- Solve a linear, first order, separable ODE using integration
- Understand the physical importance of initial conditions
Radioactive decay can be modelled a linear, first-order ODE
As our first example of an ODE we will model radioactive decay using a differential equation.
We know that the decay rate is proportional to the number of atoms present. Mathematically, this relationship can be expressed as:
dNdt=−λNNote that we could choose to use different variables, for example:
dydx=cyHowever we try to use variables connected to the context of the problem. For example N for the Number of atoms.
For example, if we know that 10% of atoms will decay per second we could write:
dNdt=−0.1Nwhere N is the number of atoms and t is time measured in seconds.
This equation is linear and first-order.
physical notation | generic notation |
---|---|
number of atoms N | dependent variable y |
time t | independent variable x |
decay rate dNdt | differential dydx |
constant of proportionality λ=0.1 | parameter c |
Substituting this back into Equation 4, the final solution can be more meaningfully written as:
N=N0e−λtWe now have not just one solution, but a whole class of solutions that are dependent on the initial amount of radioactive material N0.
Remember that not all mathematical solutions make physical sense. To model a physical system, this initial value (also known as initial condition) has to be provided alongside the constant of proportionality λ.
ODEs can have initial values or boundary values
ODEs have either initial values or boundary values. For example, using Newton's second laws we could calculate the distance x an object travels under the influence of gravity over time t
d2xdt2=−gAn initial value problem would be where we know the starting position and velocity. A boundary value problem would be where we specify the position of the ball at times t=t0 and t=t1.
In this course we will only study ODEs with initial values. ODEs with boundary values are more difficult to solve, but you can related materials listed under External resources
.
The number of initial conditions depends on the order of the differential equation
Our radioactive decay example is a first-order ODE and so we only had to provide a single initial condition. For second-order ODEs (such as acceleration under gravity) we need to provide two initial/boundary conditions, for third-order ODEs we would need to provide three, and so on.
Keypoints:
- Radioactive decay can be modelled a linear, first-order ODE
- The equation for radioactive decay is separable and has an analytic solution
- To model a physical system an initial value has to be provided
- The number of initial conditions depends on the order of the differential equation