Explain why or why not Determine whether the following statements are true and give an explanation or counterexample
b. If k>0 and b>0 then y(t)=0 is never a solution of y'(t)=ky−b.
Verified step by step guidance
Explain why or why not Determine whether the following statements are true and give an explanation or counterexample
b. If k>0 and b>0 then y(t)=0 is never a solution of y'(t)=ky−b.
29–32. {Use of Tech} Errors in Euler’s method Consider the following initial value problems.
a. Find the approximations to y(0.2) and y(0.4) using Euler’s method with time steps of Δt = 0.2, 0.1, 0.05, and 0.025.
y′(t) = y/2, y(0) = 2; y(t) = 2eᵗᐟ²
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)
23–26. Stirred tank reactions For each of the following stirred tank reactions, carry out the following analysis.
a. Write an initial value problem for the mass of the substance.
A one-million-liter pond is contaminated by a chemical pollutant with a concentration of 20 g/L. The source of the pollutant is removed, and pure water is allowed to flow into the pond at a rate of 1200 L/hr. Assuming the pond is thoroughly mixed and drained at a rate of 1200 L/hr, how long does it take to reduce the concentration of the solution in the pond to 10% of the initial value?
A bad loan Consider a loan repayment plan described by the initial value problem
B'(t)=0.03B−600,B(0)=40,000,
where the amount borrowed is B(0)=\$40,000, the monthly payments are \$600, and B(t) is the unpaid balance in the loan.
b. What is the most that you can borrow under the terms of this loan without going further into debt each month?
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, ...