Question

Given : dy/dt = -100000y + 99999 e^(-t) a. If y(0)=0 use the explicit Euler method...

Given :

dy/dt = -100000y + 99999 e^(-t)

a. If y(0)=0 use the explicit Euler method to obtain a solution using a step size of 0.1. Carry out 2 iterations. What do you notice? b. Estimate the minimum step size required to maintain stability using the explicit Euler method.

b. Repeat the problem using the implicit Euler method to obtain a solution from t=0 to 2 using a step size of 0.1.

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
B1. Consider the initial value problem given by y 0 (t) = sin2 (y) ln(t +...
B1. Consider the initial value problem given by y 0 (t) = sin2 (y) ln(t + 1), with the initial condition y(0) = 1. Perform three iterations of Midpoint Method, using a step size of h = 1 3 , to obtain an estimate of the solution at t = 1.
Find the general solution to the following: [(e^t)y-t(e^t)]dt+[1+(e^t)]dy=0
Find the general solution to the following: [(e^t)y-t(e^t)]dt+[1+(e^t)]dy=0
MATLAB Create an M-File for this IVP, dy/dt = t^2 - 16*sin(t), y(0) = 0 and...
MATLAB Create an M-File for this IVP, dy/dt = t^2 - 16*sin(t), y(0) = 0 and create an anonymous function g so that it evaluates the slope field at points of our new ODE. Ensure you use commands of using a for loop to plot the exact solution for the IVP in this exercise as well as the Euler approximations for Δt=0.5, Δt=0.25, and Δt=0.125 all on the same graph.
y'=2+t^2+y^2 0<t<1 y(0)=0 evaluate the step size for the Euler method to have an error less...
y'=2+t^2+y^2 0<t<1 y(0)=0 evaluate the step size for the Euler method to have an error less than .0001
Consider the following initial value problem: dy/dt = -3 - 2 * t2,       y(0) = 2...
Consider the following initial value problem: dy/dt = -3 - 2 * t2,       y(0) = 2 With the use of Euler's method, we would like to find an approximate solution with the step size h = 0.05 . What is the approximation of y (0.2)?  
Are both of the following IVPs guaranteed a unique solution? Explain. (a) dy/dt =y^ 1/3sin(t), y(π/2)=0....
Are both of the following IVPs guaranteed a unique solution? Explain. (a) dy/dt =y^ 1/3sin(t), y(π/2)=0. (b) dy/dt =y^1/3 sin(t), y(π/2)=4.
4. Consider the differential equation dy/dt = −ay with a > 0 an (unspecified) constant. (a)...
4. Consider the differential equation dy/dt = −ay with a > 0 an (unspecified) constant. (a) Write out the Euler step (i.e. yk as a function of yk−1) for the initial value problem y(t0) = y0, with arbitrary step size ∆t. (b) Find a number u > 0 such that if ∆t > u, then |yk| diverges to +∞ as k goes to +∞. The number u should be expressed as a function of the constant a. (c) Find another...
4. For the initial-value problem y′(t) = 3 + t − y(t), y(0) = 1: (i)...
4. For the initial-value problem y′(t) = 3 + t − y(t), y(0) = 1: (i) Find approximate values of the solution at t = 0.1, 0.2, 0.3, and 0.4 using the Euler method with h = 0.1. (ii) Repeat part (i) with h = 0.05. Compare the results with those found in (i). (iii) Find the exact solution y = y(t) and evaluate y(t) at t = 0.1, 0.2, 0.3, and 0.4. Compare these values with the results of...
find the solution for the DE dy/dt +ty^3 +y/t = 0 answer explicitly if passible
find the solution for the DE dy/dt +ty^3 +y/t = 0 answer explicitly if passible
Given the initial value problem: y'=6√(t+y),  y(0)=1 Use Euler's method with step size h = 0.1 to...
Given the initial value problem: y'=6√(t+y),  y(0)=1 Use Euler's method with step size h = 0.1 to estimate: y(0.1) = y(0.2) =