25–28. Two steps of Euler’s method For the following initial value problems, compute the first two approximations u1 and u2 given by Euler’s method using the given time step.
y′(t) = 2−y, y(0) = 1; Δt = 0.1
Verified step by step guidance
25–28. Two steps of Euler’s method For the following initial value problems, compute the first two approximations u1 and u2 given by Euler’s method using the given time step.
y′(t) = 2−y, y(0) = 1; Δt = 0.1
23–26. Loan problems The following initial value problems model the payoff of a loan. In each case, solve the initial value problem, for t≥0 graph the solution, and determine the first month in which the loan balance is zero.
B′(t) = 0.004B − 800, B(0) = 40,000
Does the function y(t) = 2t satisfy the differential equation y'''(t) + y'(t) = 2?
11–16. Initial value problems Solve the following initial value problems.
y'(x) = −y + 2, y(0) = −2
45–48. General first-order linear equations Consider the general first-order linear equation y'(t)+a(t)y(t)=f(t). This equation can be solved, in principle, by defining the integrating factor p(t)=exp(∫a(t)dt). Here is how the integrating factor works. Multiply both sides of the equation by p (which is always positive) and show that the left side becomes an exact derivative. Therefore, the equation becomes
p(t)(y′(t) + a(t)y(t)) = d/dt(p(t)y(t)) = p(t)f(t).
Now integrate both sides of the equation with respect to t to obtain the solution. Use this method to solve the following initial value problems. Begin by computing the required integrating factor.
y′(t) + (2t)/(t² + 1)y(t) = 1 + 3t², y(1) = 4
5–16. Solving separable equations Find the general solution of the following equations. Express the solution explicitly as a function of the independent variable.
u'(x) = e²ˣ⁻ᵘ