Problem 9.2.30d
29–32. {Use of Tech} Errors in Euler’s method Consider the following initial value problems.
d. In general, how does halving the time step affect the error at t=0.2 and t=0.4?
y′(t) = y/2, y(0) = 2; y(t) = 2eᵗᐟ²
Problem 9.2.31c
29–32. {Use of Tech} Errors in Euler’s method Consider the following initial value problems.
c. Which time step results in the more accurate approximation? Explain your observations.
y′(t) = 4−y, y(0) = 3; y(t) = 4−e⁻ᵗ
Problem 9.2.32b
29–32. {Use of Tech} Errors in Euler’s method Consider the following initial value problems.
b. Using the exact solution given, compute the errors in the Euler approximations at t=0.2 and t=0.4.
y′(t) = 2t + 1, y(0) = 0; y(t) = t² + t
Problem 9.2.33a
33–36. {Use of Tech} Computing Euler approximations Use a calculator or computer program to carry out the following steps.
a. Approximate the value of y(T) using Euler’s method with the given time step on the interval [0,T].
y′(t) = -2y, y(0) = 1; Δt = 0.2, T = 2; y(t) = e⁻²ᵗ
Problem 9.2.34c
33–36. {Use of Tech} Computing Euler approximations Use a calculator or computer program to carry out the following steps.
c. Repeating parts (a) and (b) using half the time step used in those calculations, again find an approximation to y(T).
y′(t) = 6 - 2y, y(0) = -1; Δt = 0.2, T = 3; y(t) = 3 - 4e⁻²ᵗ
Problem 9.2.34d
33–36. {Use of Tech} Computing Euler approximations Use a calculator or computer program to carry out the following steps.
d. Compare the errors in the approximations to y(T).
y′(t) = 6 - 2y, y(0) = -1; Δt = 0.2, T = 3; y(t) = 3 - 4e⁻²ᵗ
Problem 9.2.36a
33–36. {Use of Tech} Computing Euler approximations Use a calculator or computer program to carry out the following steps.
a. Approximate the value of y(T) using Euler’s method with the given time step on the interval [0,T].
y′(t) = t/y, y(0) = 4; Δt = 0.1, T = 2; y(t) = √(t² + 16)
Problem 9.2.36b
33–36. {Use of Tech} Computing Euler approximations Use a calculator or computer program to carry out the following steps.
b. Using the exact solution (also given), find the error in the approximation to y(T) (only at the right endpoint of the time interval).
y′(t) = t/y, y(0) = 4; Δt = 0.1, T = 2; y(t) = √(t² + 16)
Problem 9.2.37b
Explain why or why not Determine whether the following statements are true and give an explanation or counterexample.
b. Euler’s method is used to compute exact values of the solution of an initial value problem.
Problem 9.2.2
Consider the differential equation y'(t) = t² - 3y² and the solution curve that passes through the point (3, 1). What is the slope of the curve at (3, 1)?
Problem 9.2.17b
17–20. Increasing and decreasing solutions Consider the following differential equations. A detailed direction field is not needed.
b. In what regions are solutions increasing? Decreasing?
y'(t) = (y−1)(1+y)
Problem 9.2.18a
17–20. Increasing and decreasing solutions Consider the following differential equations. A detailed direction field is not needed.
a. Find the solutions that are constant, for all t ≥ 0 (the equilibrium solutions).
y'(t) = (y−2)(y+1)
Problem 9.2.19c
17–20. Increasing and decreasing solutions Consider the following differential equations. A detailed direction field is not needed.
c. Which initial conditions y(0) = A lead to solutions that are increasing in time? Decreasing?
y'(t) = cos y for |y| ≤ π
Problem 9.2.20b
17–20. Increasing and decreasing solutions Consider the following differential equations. A detailed direction field is not needed.
b. In what regions are solutions increasing? Decreasing?
y'(t) = y(y+3)(4-y)
Problem 9.2.46c
46–48. Analyzing models The following models were discussed in Section 9.1 and reappear in later sections of this chapter. In each case, carry out the indicated analysis using direction fields.
Drug infusion The delivery of a drug (such as an antibiotic) through an intravenous line may be modeled by the differential equation m′(t)+km(t)=I, where m(t) is the mass of the drug in the blood at time t≥0, K is a constant that describes the rate at which the drug is absorbed, and I is the infusion rate. Let I=10 mg/hr and k=0.05 hr^−1.
c. What is the equilibrium solution?
Problem 9.2.43a
38–43. Equilibrium solutions A differential equation of the form y′(t)=f(y) is said to be autonomous (the function f depends only on y). The constant function y=y0 is an equilibrium solution of the equation provided f(y0)=0 (because then y'(t)=0 and the solution remains constant for all t). Note that equilibrium solutions correspond to horizontal lines in the direction field. Note also that for autonomous equations, the direction field is independent of t. Carry out the following analysis on the given equations.
a. Find the equilibrium solutions.
y′(t) = y(y - 3)(y + 2)
Problem 9.2.41a
38–43. Equilibrium solutions A differential equation of the form y′(t)=f(y) is said to be autonomous (the function f depends only on y). The constant function y=y0 is an equilibrium solution of the equation provided f(y0)=0 (because then y'(t)=0 and the solution remains constant for all t). Note that equilibrium solutions correspond to horizontal lines in the direction field. Note also that for autonomous equations, the direction field is independent of t. Carry out the following analysis on the given equations.
a. Find the equilibrium solutions.
y′(t) = y(y - 3)
Problem 9.2.44a
Direction field analysis Consider the first-order initial value problem y'(t)=ay+b, y(0)=A for t≥0 where a, b, and A are real numbers.
a. Explain why y=−b/a is an equilibrium solution and corresponds to a horizontal line in the direction field.
Problem 9.2.45b
Euler’s method on more general grids Suppose the solution of the initial value problem y'(t)=f(t, y),y(a)=A is to be approximated on the interval [a, b].
b. Write the first step of Euler’s method to compute u1.
Problem 9.2.38b
38–43. Equilibrium solutions A differential equation of the form y′(t)=f(y) is said to be autonomous (the function f depends only on y). The constant function y=y0 is an equilibrium solution of the equation provided f(y0)=0 (because then y'(t)=0 and the solution remains constant for all t). Note that equilibrium solutions correspond to horizontal lines in the direction field. Note also that for autonomous equations, the direction field is independent of t. Carry out the following analysis on the given equations.
b. Sketch the direction field, for t≥0.
y′(t) = 2y + 4
Problem 9.2.38a
38–43. Equilibrium solutions A differential equation of the form y′(t)=f(y) is said to be autonomous (the function f depends only on y). The constant function y=y0 is an equilibrium solution of the equation provided f(y0)=0 (because then y'(t)=0 and the solution remains constant for all t). Note that equilibrium solutions correspond to horizontal lines in the direction field. Note also that for autonomous equations, the direction field is independent of t. Carry out the following analysis on the given equations.
a. Find the equilibrium solutions.
y′(t) = 2y + 4
Problem 9.2.13
12–16. Sketching direction fields Use the window [-2, 2] x [-2, 2] to sketch a direction field for the following equations. Then sketch the solution curve that corresponds to the given initial condition. A detailed direction field is not needed.
y'(t) = 4−y, y(0) = −1
Problem 9.2.16
12–16. Sketching direction fields Use the window [-2, 2] x [-2, 2] to sketch a direction field for the following equations. Then sketch the solution curve that corresponds to the given initial condition. A detailed direction field is not needed.
y(x) = sin y, y(−2) = 1/2
Problem 9.2.18d
17–20. Increasing and decreasing solutions Consider the following differential equations. A detailed direction field is not needed.
d. Sketch the direction field and verify that it is consistent with parts (a)–(c).
y'(t) = (y−2)(y+1)
Problem 9.2.21
21–24. Logistic equations Consider the following logistic equations. In each case, sketch the direction field, draw the solution curve for each initial condition, and find the equilibrium solutions. A detailed direction field is not needed. Assume t ≥ 0 and tP ≥ 0.
P′(t) = 0.05P(1−P/800); P(0) = 100, P(0) = 400, P(0) = 700
Problem 9.2.24
21–24. Logistic equations Consider the following logistic equations. In each case, sketch the direction field, draw the solution curve for each initial condition, and find the equilibrium solutions. A detailed direction field is not needed. Assume t ≥ 0 and tP ≥ 0.
P′(t) = 0.05P − 0.001P²; P(0) = 10, P(0) = 40, P(0) = 80
Problem 9.2.39a
38–43. Equilibrium solutions A differential equation of the form y′(t)=f(y) is said to be autonomous (the function f depends only on y). The constant function y=y0 is an equilibrium solution of the equation provided f(y0)=0 (because then y'(t)=0 and the solution remains constant for all t). Note that equilibrium solutions correspond to horizontal lines in the direction field. Note also that for autonomous equations, the direction field is independent of t. Carry out the following analysis on the given equations.
a. Find the equilibrium solutions.
y′(t) = 6 - 2y
Problem 9.2.40a
38–43. Equilibrium solutions A differential equation of the form y′(t)=f(y) is said to be autonomous (the function f depends only on y). The constant function y=y0 is an equilibrium solution of the equation provided f(y0)=0 (because then y'(t)=0 and the solution remains constant for all t). Note that equilibrium solutions correspond to horizontal lines in the direction field. Note also that for autonomous equations, the direction field is independent of t. Carry out the following analysis on the given equations.
a. Find the equilibrium solutions.
y′(t) = y(2 - y)
Problem 9.2.49b
Convergence of Euler's method Suppose Euler's method is applied to the initial value problem y′(t) = ay, y(0) = 1, which has the exact solution y(t) = eᵃᵗ. For this exercise, let h denote the time step (rather than Δt). The grid points are then given by tₖ = kh. We let uₖ be the Euler approximation to the exact solution y(tₖ), for k = 0, 1, 2, ...
b. Show by substitution that uₖ = (1 + ah)ᵏ is a solution of the equations in part (a), for k = 0, 1, 2, ...
Problem 9.2.50
Stability of Euler's method Consider the initial value problem y′(t) = −ay, y(0) = 1 where a > 0; it has the exact solution y(t) = e⁻ᵃᵗ, which is a decreasing function.
a. Show that Euler's method applied to this problem with time step h can be written u₀ = 1, uₖ₊₁ = (1 − ah)uₖ for k = 0, 1, 2, ...
b. Show by substitution that uₖ = (1 − ah)ᵏ is a solution of the equations in part (a), for k = 0, 1, 2, ...
Ch. 9 - Differential Equations
