0Still learning
Know0
What is a differential equation?
Enjoying Flashcards?
Tell us what you think
What is a differential equation?
A differential equation is an equation that contains derivatives.
E.g. and are both differential equations.
Why are differential equations useful for modelling real-world situations?
Differential equations are useful for modelling real-world situations because, like many real-world situations, they deal with rates of change and how variables change with respect to one another.
What equation can be written down right away on the basis of the information that "the rate of change of a population, P, at a particular time is proportional to the size of the population at that time"?
The information "the rate of change of a population, P, at a particular time is proportional to the size of the population at that time"? is equivalent to the equation
Where:
is the constant of proportionality (which will usually need to be found)
is the variable for time (often, but not always, measured in seconds)
True or False?
The simple model represents unlimited exponential growth when .
True.
The simple model represents unlimited exponential growth when .
What method can be used to solve a differential equation of the form , where is a constant?
A differential equation of the form , where is a constant, can be solved using separation of variables.
True or False?
All first order differential equations can be solved using separation of variables.
False.
Only certain types of first order differential equations can be solved using separation of variables.
What form must a differential equation be in to use separation of variables?
To use separation of variables, a differential equation must be in the form .
E.g. or .
What are the steps for solving a differential equation using separation of variables?
The steps for solving a differential equation using separation of variables are:
Rearrange into the form .
Integrate both sides with respect to to get .
Solve the integrals.
Use boundary or initial conditions (if any).
Rearrange (if necessary).
True or False?
The differential equation cannot be solved using separation of variables, because there is no function of on the right-hand side.
False.
The differential equation in can be solved using separation of variables.
In this case the 'function of ' on the right-hand side is the 6. I.e. let and let , and then solve using separation of variables as usual.
What is a slope field for the equation ?
A slope field for the equation is a diagram with short tangent lines drawn at a number of points. These are used to give an idea of what the graphs of the solutions look like.
For example, the slope field for is shown below.
True or False?
When drawing a solution on a slope field, you need to join the tangent lines together.
False.
When drawing a solution on a slope field, you should not join the tangent lines together.
An example is shown below.
How do you find the set of points for which the solutions to will have horizontal tangents?
To find the set of points for which the solutions to will have horizontal tangents, you solve the equation .
Given a boundary condition, how do you sketch a solution curve using slope fields?
Given a boundary condition, you can sketch a solution curve using slope fields by starting at the given point and using the tangent lines to help you determine the steepness of the solution curve changes.
True or False?
A solution curve can cut across the tangent lines on a slope field diagram.
False.
A solution curve should not cut across the tangent lines on a slope field diagram.
What is a first order differential equation?
A first order differential equation is a differential equation that contains first derivatives but no second (or higher) derivatives.
E.g. is a first order differential equation, but is not (because of the term).
What is Euler's method?
Euler's method is a numerical method for finding approximate solutions to differential equations.
State the recursion equations that are used when applying Euler's method to find an approximate solution for a differential equation of the form .
The recursion equations that are used when applying Euler's method to find an approximate solution for a differential equation of the form are and
Where:
is the constant step length
These equations are given in the exam formula booklet.
In general, how can the accuracy of Euler's method be improved?
The accuracy of Euler's method can be improved by decreasing the step size h.
True or False?
Euler's method always gives exact solutions to differential equations.
False.
Euler's method gives approximate solutions to differential equations.
What are boundary conditions in differential equations?
Boundary conditions are known values (usually initial values) given for the variables in a differential equation.
State the recursion equations that are used when applying Euler's method to find an approximate solution for coupled differential equations of the form and .
The recursion equations are:
Where:
is the constant step length
These equations are given in the exam formula booklet.