Number and Algebra
Functions
Geometry and Trigonometry
Statistics and Probability
Calculus
Convert the second order ODE d2xdt2=2x−dxdt+t2\frac{d^2x}{dt^2}=2x-\frac{dx}{dt}+t^2dt2d2x=2x−dtdx+t2 with initial conditions x(0)=4x(0)=4x(0)=4, dxdt(0)=2\frac{dx}{dt}(0)=2dtdx(0)=2 into an equivalent system of first order ODEs.
Continue the Euler approximation of question 2 to t=0.2t=0.2t=0.2 with the same step size h=0.1h=0.1h=0.1. Find x(0.2)x(0.2)x(0.2) and v(0.2)v(0.2)v(0.2).
Using the system from question 1 and Euler’s method with step size h=0.1h=0.1h=0.1, compute approximate values of xxx and v=dx/dtv=dx/dtv=dx/dt at t=0.1t=0.1t=0.1.
Use Euler’s method with h=0.1h=0.1h=0.1 on d2xdt2=−2x−dxdt\frac{d^2x}{dt^2}=-2x-\frac{dx}{dt}dt2d2x=−2x−dtdx, x(0)=2x(0)=2x(0)=2, x′(0)=0x'(0)=0x′(0)=0, to approximate x(0.3)x(0.3)x(0.3) and x′(0.3)x'(0.3)x′(0.3).
Consider the second order ODE d2ydt2=−3y+2dydt+t\frac{d^2y}{dt^2}=-3y+2\frac{dy}{dt}+tdt2d2y=−3y+2dtdy+t with y(0)=1y(0)=1y(0)=1, y′(0)=0y'(0)=0y′(0)=0. Use Euler’s method with h=0.1h=0.1h=0.1 to approximate y(0.3)y(0.3)y(0.3) and y′(0.3)y'(0.3)y′(0.3).
Use Euler’s method with h=0.1h=0.1h=0.1 on the system from question 1 to approximate x(0.5)x(0.5)x(0.5) and v(0.5)v(0.5)v(0.5).
Approximate x(0.4)x(0.4)x(0.4) and x′(0.4)x'(0.4)x′(0.4) for d2xdt2=x+t2\frac{d^2x}{dt^2}=x+t^2dt2d2x=x+t2 with x(0)=0x(0)=0x(0)=0, x′(0)=0x'(0)=0x′(0)=0, using Euler’s method with h=0.2h=0.2h=0.2.
Apply Euler’s method with step size h=0.25h=0.25h=0.25 to the system in question 1 and approximate x(1.0)x(1.0)x(1.0) and v(1.0)v(1.0)v(1.0).
Apply Euler’s method (h=0.2h=0.2h=0.2) to the ODE d2xdt2=tx−dxdt+sint\frac{d^2x}{dt^2}=t x-\frac{dx}{dt}+\sin tdt2d2x=tx−dtdx+sint with x(0)=0x(0)=0x(0)=0, x′(0)=1x'(0)=1x′(0)=1, and find x(0.4)x(0.4)x(0.4), x′(0.4)x'(0.4)x′(0.4).
Using h=0.25h=0.25h=0.25, apply Euler’s method to d2xdt2=sint−x\frac{d^2x}{dt^2}=\sin t - xdt2d2x=sint−x with x(0)=1x(0)=1x(0)=1, x′(0)=0x'(0)=0x′(0)=0, to find x(0.5)x(0.5)x(0.5) and x′(0.5)x'(0.5)x′(0.5).
Use Euler’s method with h=0.5h=0.5h=0.5 on the system from question 1 to approximate x(2.5)x(2.5)x(2.5) and v(2.5)v(2.5)v(2.5).
Apply Euler’s method with h=0.2h=0.2h=0.2 to the ODE d2xdt2=e−tx−dxdt+t\frac{d^2x}{dt^2}=e^{-t}x-\frac{dx}{dt}+tdt2d2x=e−tx−dtdx+t, with x(0)=1x(0)=1x(0)=1, x′(0)=1x'(0)=1x′(0)=1, and approximate x(0.6)x(0.6)x(0.6), x′(0.6)x'(0.6)x′(0.6).
Previous
No previous topic
Next
Question Type 2: Applying Euler's method to second order differential equations