0Still learning
Know0
Define a differential equation.
A differential equation is an equation containing derivatives, so it relates a function to its own rates of change.
Both and
are differential equations.

Join for free to unlock a full flashcard set, track what you know,
and turn revision into real progress.
What makes a differential equation first order?
It contains first derivatives and no second or higher derivatives.
So is first order, while an equation containing
is not.
What is the difference between a general and a particular solution?
The general solution is the whole family of solutions, carrying an arbitrary constant like a constant of integration.
A particular solution is one single member of that family, picked out by extra information.
Was this flashcard helpful?
Define a differential equation.
A differential equation is an equation containing derivatives, so it relates a function to its own rates of change.
Both and
are differential equations.
What makes a differential equation first order?
It contains first derivatives and no second or higher derivatives.
So is first order, while an equation containing
is not.
What is the difference between a general and a particular solution?
The general solution is the whole family of solutions, carrying an arbitrary constant like a constant of integration.
A particular solution is one single member of that family, picked out by extra information.
True or False?
A differential equation has exactly one solution.
False.
There may be infinitely many solutions to a differential equation, one for each value of the arbitrary constant.
Only a further condition, such as a point the solution passes through, picks out a single one.
Fill in the two missing words about picking one solution out of the family:
a condition such as when
is called an
condition, and it determines the
solution
The completed statement is: a condition such as when
is called an initial condition, and it determines the particular solution.
It is also called a boundary condition, and graphically it names one point the solution curve must pass through.
Why are differential equations useful for modeling?
Because so many real quantities are described by their rate of change rather than directly, from a spreading infection to the drug level in a bloodstream.
Writing that relationship as an equation and then solving it predicts how the quantity behaves.
How do you verify that a proposed function solves a differential equation?
Differentiate it and check that the result matches the differential equation.
For differentiating gives
, which is
, so it solves
.
What extra technique does verifying an implicit solution need?
Implicit differentiation, since the proposed solution is not written as in terms of
.
You may then also have to substitute the proposed solution back into your own result to reach the form the differential equation is written in.
Verify that solves
.
Implicit differentiation of gives
, so
.
Since , that becomes
as required.
Define a slope field.
A slope field is a diagram showing short tangent segments drawn at a grid of points in the plane.
The segment at any point has the slope that takes there, which is the slope of the solution curve through that point.
How do you find the slope to draw at the point ?
Write the differential equation as , then substitute both coordinates into
.
The number that comes out is the slope of the segment at that point.
Fill in the two missing words about what a slope field shows:
the segments act as lines, and a given point acts as a boundary condition naming which member of the
of solutions to draw
The completed description is: the segments act as flow lines, and a given point acts as a boundary condition naming which member of the family of solutions to draw.
From any point the solution curve flows away in the direction the segment there is pointing.
What must a solution curve sketched on a slope field do?
It must pass through the given point and follow the general flow of the segments.
It should not try to join up the grid points, because the solution is not known to pass through any of them.
True or False?
A solution curve sketched on a slope field may run along a tangent segment.
True.
Running along a segment is exactly what following the flow means, since the segment shows the solution's slope at that point.
What the curve must never do is cut across a segment, which would give it a different slope from the one the equation dictates.
How do you find every point where the segments are horizontal?
Solve the equation , where
.
That finds them exactly, including any that fall between the grid points where segments were actually drawn.
For , where are the tangents horizontal?
Wherever or
.
An exponential is never zero, so the product can only vanish when or
does.
Does a horizontal segment mark a maximum or a minimum of a solution?
Not necessarily.
Every local maximum or minimum of a solution does sit where , but not every such point is one.
Define separation of variables.
Separation of variables solves a first-order differential equation by getting all the terms on one side and all the
terms on the other, then integrating both sides.
It works whenever the equation can be written as .
Fill in the two missing differentials in the separated form of :
ready for integrating both sides
The completed form is .
Every term ends up on one side and every
term on the other, which is what makes each side integrable on its own.
Why is suitable for separation of variables?
Because it is already a function of times a function of
, with the
part being the constant 6.
A constant counts as a function of , which is easy to miss.
True or False?
Integrating both sides of a separated equation needs two constants of integration.
False.
One constant is enough, because the difference of two arbitrary constants is just another arbitrary constant.
Write it on whichever side makes the rearranging easier.
Solve .
It is .
Separating gives , which integrates to
.
Why can a general solution not always be written as ?
Because taking a root or an inverse function throws away part of the solution.
From , writing only
loses the negative branch, so the squared form is left as it stands.
Does a fraction in a separated equation always integrate to a logarithm?
No.
A logarithm appears only when the integrand is the reciprocal of the variable itself, so is an ordinary power.
What does an initial condition let you do?
Fix the value of the arbitrary constant in the general solution.
It is usually given as a value of for a particular value of
, or as a point on the solution curve.
Fill in the two missing parts of the particular solution to through the point
:
for a dummy variable
The completed solution is .
It satisfies the condition automatically, because leaves
.
True or False?
More than one particular solution can pass through the same point.
False.
The general solution is a family of curves, and exactly one member of it passes through any given point.
That is why a single initial condition is enough to pin the solution down.
What does the definite integral form of a particular solution avoid?
Having to find a constant of integration at all.
The lower limit and the starting value do that work instead.
Find the particular solution to given
when
.
It is .
Using gives
, since
.
How do you find a particular solution once separation has given the general one?
Substitute the initial condition's values into the general solution and solve for the arbitrary constant.
There is no need to rearrange the general solution into form first.
The general solution of is
. Find
if
when
.
.
Substituting gives , so
.
Define Euler's method.
Euler's method approximates the solution to a first-order differential equation by taking short steps and treating the derivative as constant across each one.
Each step is a linear approximation, using the tangent at the point you have reached.
What form must a differential equation be in for Euler's method?
It must be arranged as , with the derivative alone on one side.
Sometimes only one of the two variables appears on the right, and the method runs in exactly the same way.
Fill in the two missing values in the Euler's method recursion:
where
is the step size
The completed recursion is , alongside
.
The derivative is evaluated at the point you are standing on, not at the one you are stepping to.
How do you work out the step size when it is not given?
Divide the total change in by the number of steps.
Going from to
in two steps gives
.
Let with
. Use two steps of
to approximate
.
The approximation is .
The first step gives at
.
The second gives .
True or False?
You must solve the differential equation before you can tell whether an Euler approximation is too big or too small.
False.
Differentiate again to get
and look at its sign, with nothing to solve.
A concave down solution gives an overestimate and a concave up solution an underestimate.
,
and
. Use two equal steps to approximate
.
The approximation is .
With the first step gives
, and the second gives
.
How do you improve an Euler's method approximation?
Decrease the step size, which means using more steps to cover the same interval.
An Euler approximation drifts away from the exact solution, and smaller steps keep it closer.
Fill in the missing differential equation described by this statement:
the rate of change of a quantity is proportional to the size of the quantity, which is written as for a constant
The completed model is .
The constant is the constant of proportionality, and it is the phrase about the rate of change that tells you the model is exponential.
What does the sign of tell you in
?
A positive means the quantity is growing and a negative
means it is decaying.
Decay is sometimes written instead, with
then taken to be positive.
Why does a colony of bacteria fit an exponential growth model?
Because the more bacteria there are, the more new ones are produced, so the rate of change is proportional to the current size.
A radioactive sample decays for the mirror reason: more atoms present means more atoms decaying.
Fill in the two missing parts of the solution to with
at
:
for that same constant
The completed solution is .
It is worth remembering outright, but it also follows from separating the variables and applying the initial condition.
How does separation of variables give ?
Separating gives
, so
.
The initial condition makes , and taking exponentials of both sides gives the result.
What are the doubling time and the half-life?
The doubling time is how long a growing quantity takes to double, and the half-life how long a decaying one takes to halve.
Both work out as .
True or False?
A larger starting amount gives a longer half-life.
False.
Solving cancels
entirely.
The half-life and the doubling time depend only on , never on how much there was to begin with.
A colony has at
and
after 1 hour. When does it reach 100 000?
After about hours.
The model is , and
gives
.
Then gives
.
Fill in the missing differential equation described by this statement:
the rate of change of a quantity is jointly proportional to the size of the quantity and the difference between the quantity and the carrying capacity, which is written as for constants
and
The completed model is .
Here is the carrying capacity and
sets how fast the quantity changes.
Define the carrying capacity in a logistic model.
The carrying capacity is the value the quantity converges towards as
.
It limits how large a growing quantity can become, and how small a shrinking one can get.
What does tell you when
?
That , so the quantity is increasing towards
.
When the derivative is negative and the quantity falls towards
, and when
or
it stays where it is.
True or False?
You must solve a logistic differential equation before you can find its carrying capacity.
False.
The carrying capacity can be read straight off as the non-zero value of
that makes the derivative zero.
The value at which the quantity changes fastest can be found without solving it too.
At what value of is a logistic quantity changing fastest?
At , half the carrying capacity.
The expression is a downward quadratic in
with zeros at
and
, so it peaks midway between them.
Fill in the two missing parts of the solution to the logistic equation when :
where
from the initial condition
The completed solution is where
.
The constant is simply the constant of integration rewritten.
Which two techniques are needed to solve a logistic differential equation?
Separation of variables first, and then partial fractions to integrate .
That splits as , and each piece integrates to a logarithm.
A population satisfies with
at
. Find
in terms of
.
It is .
The carrying capacity is and
, while
.
For , when is the population changing fastest?
At , about
years.
The fastest change is at , and solving
gives
.
By signing up you agree to our Terms and Privacy Policy