7 Initial Value Problems
7 Initial Value Problems
dy
= 2x + 3
dx
y = 5 when x = 0
Answer choices:
A y = x 2 + 3x + 5
B y=5
C y = 4x 2 + 3x + 5
D y = x 2 + 3x − 40
36
Solution: A
dy = (2x + 3) d x
∫ ∫
dy = 2x + 3 d x
y = x 2 + 3x + C
Now, in order to find the specific equation that passes through y = 5 when
x = 0, we substitute these values into the general equation we found and
solve for C.
5 = 02 + 3(0) + C
5=C
y = x 2 + 3x + 5
37
Topic: Initial value problems
f ′′(x) = cos x
Answer choices:
A f (x) = sin x + 1
B f (x) = − cos x + x + 4
C f (x) = − sin x + 1
D f (x) = cos x + x + 2
38
Solution: B
Before we can find the equation for f (x), we must first find the equation for
f ′(x), which we do by integrating f ′′(x).
∫
f ′(x) = cos x d x
f ′(x) = sin x + C
Now we find the specific equation for f ′(x) by solving for C with the initial
condition given.
f ′(0) = sin 0 + C = 1
C=1
f ′(x) = sin x + 1
In order to find f (x), we integrate f ′(x) and find C by using the initial
condition for f (x).
∫
f (x) = (sin x + 1) d x
f (x) = − cos x + x + C
f (0) = − cos 0 + 0 + C = 3
−1 + C = 3
C=4
Therefore,
39
f (x) = − cos x + x + 4
40
Topic: Initial value problems
dy
= 11x 2 − 5x + 6
dx
y(0) = 7
Answer choices:
11 3 5 2
A y= x − x + 6x
3 2
11 3 5 2
B y= x − x + 6x + C
3 2
C y = x 3 − x 2 + 6x + 7
11 3 5 2
D y= x − x + 6x + 7
3 2
41
Solution: D
dy
= 11x 2 − 5x + 6
dx
y(0) = 7
First, we’ll rewrite the differential equation, separating the variables, and
then integrate.
dy
= 11x 2 − 5x + 6
dx
dy = 11x 2 − 5x + 6 d x
42
∫ ∫
dy = 11x 2 − 5x + 6 d x
Since the integrand is a polynomial, we can change its terms so each term
has an exponent. Then we’ll perform the integration using the exponent
rule.
∫ ∫
y 0 dy = 11x 2 − 5x 1 + 6x 0 d x
11 3 5 2
y= x − x + 6x + C
3 2
11 3 5 2
7= (0) − (0) + 6 (0) + C
3 2
We can see that C = 7. Replace the “C” with 7. The answer to the initial
value problem is
11 3 5 2
y= x − x + 6x + 7
3 2
43