


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Ordinary Differential Equation
Typology: Exercises
1 / 4
This page cannot be seen from the preview
Don't miss anything!



As we have seen, most differential equations have more than one solution. For a first-order equation, the general solution usually involves an arbitrary constant C, with one particular solution corresponding to each value of C. What this means is that knowing a differential equation that a function y(x) satisfies is not enough information to determine y(x). To find the formula for y(x) precisely, we need one more piece of information, usually called an initial condition. For example, suppose we know that a function y(x) satisfies the differential equation
y′^ y.
It follows that
y(x) Cex
for some constant C. If we want to determine C, we need at least one more piece of information about the function y(x). For example, if we also know that
y( 0 ) 3 ,
the the value of C must be 3 , and hence y(x) 3 ex^.
Initial Value Problems An initial value problem consists of
For example, y′^ y, y( 0 ) 3
is an initial value problem, whose solution is
y 3 ex^.
In general, we expect that every initial value problem has exactly one solution. We can find this solution using the following procedure.
Solving Initial Value Problems Given an initial value problem
y′^ f (x, y), y(a) b,
we can solve it using the following procedure:
EXAMPLE 1 Find the solution to the following initial value problem:
y′^ −y^2 , y( 0 ) 5.
SOLUTION We previously found the general solution to this differential equation:
y 1 x + C
,
Plugging in x 0 and y 5 gives the equation
5 (^0) +^1 C.
Solving for C gives C 1 / 5 , so y (^) x + 1 ( 1 / 5 ).
This simplifies to In this last step we multiplied the numerator and denominator by 5 to simplify the fraction of fractions.
y (^5) x 5 + 1
EXAMPLE 2 Find the solution to the following initial value problem:
y′^ 2 y, y( 0 ) 5.
SOLUTION The given differential equation isn’t very different from the equation
y′^ y.
In that case, the general solution was y Cex^. How can we modify this solution to account for the extra 2? A few moments of thought reveals the answer: More generally, the solution to any equation of the form y′^ k y (where k is a constant) is y Cekx^.
y Ce^2 x
So this is the general solution to the given equation. Plugging in x 0 and y 5 gives the equation 5 Ce^0 , so C 5 and the solution is y 5 e^2 x
The Fundamental Theorem of ODE’s (Optional) As a general rule, we expect any initial value problem of the form
y′^ f (x, y), y(a) b
to have a unique solution. The following theorem gives specific conditions which guarantee that this holds.
Fundamental Theorem of ODE’s (Geometric Version) Consider a first-order differential equation of the form
y′^ f (x, y),
where the function f (x, y) is continuously differentiable. Then:
Here statement (1) is the same as saying that every point (a, b) lies on at least one solution curve, i.e. every initial condition gives at least one solution. Statement (2) is the same as saying that no point (a, b) lies on more than one solution curve, i.e. every initial condition has at most one solution.
EXERCISES
1–2 Solve the given initial value problem.
1. y′^ xex^ , y( 0 ) 3 2. y′^ 3 y, y( 2 ) 4