Workshop 4 S1 2024 - Week 6-1
Workshop 4 S1 2024 - Week 6-1
Workshop 4 S1 2024 - Week 6-1
Week 6 Workshop 4
Formulas
Multivariable calculus Differential equations
Euler’s method: y 0 = f (x, y)
The Cartesian coordinates (x, y, z) are related to the
cylindrical coordinates (r, θ, z) by y0 = y(x0 )
`1 = f (xn , yn )
r 2 = x2 + y 2 , x = r cos θ,
xn+1 = xn + h
y = r sin θ, z = z,
yn+1 = yn + h`1 (n ≥ 0)
y0 = y(x0 )
The Cartesian coordinates (x, y, z) are related to the
spherical coordinates (ρ, θ, φ) by `1 = f (xn , yn )
`2 = f (xn + h, yn + h`1 )
2 2 2 2 xn+1 = xn + h
ρ =x +y +z , x = ρ cos θ sin φ,
y = ρ sin θ sin φ, z = ρ cos φ, h
yn+1 = yn + (`1 + `2 ) (n ≥ 0)
2
where ρ ≥ 0, 0 ≤ θ < 2π, 0 ≤ φ ≤ π. Fourth order Runge-Kutta method: y 0 = f (x, y)
(b) Convert the region and the double integral into polar coordinates, and evaluate the integral.
2y − x = −5, 2y − x = −15,
and
3y + x = −10, 3y + x = −15.
y 0 = x2 − y 2 ; y(0) = 1.
What can you say about the existence and uniqueness of any solutions of this problem?
(b) show how the existence follows from the existence and uniqueness theorem.
(b) show why the existence and uniqueness theorem fails to apply to this initial value problem.
5. Rewrite the following higher order ODEs as an equivalent system of first order DEs:
(a) y 00 − 5y 0 + 4y = 0
(a) Z 1 Z 1 Z 1
xyz dz dy dx
x=0 y=0 z=0
(b) Z 1 Z x Z y
xyz dz dy dx
x=0 y=0 z=0
√
3. Let E be the solid enclosed by the surface z = 3 x2 + y 2 and the plane z = 6, so that E
is a solid cone of height 6 and radius 2 with vertex (0, 0, 0).
By evaluating the triple integral ZZZ
1 dV
E
using cylindrical coordinates, find the volume of this cone.
(b) Repeat the above, but using the improved Euler method.
(c) Confirm that x(t) = t2 + 2t + 2 is the unique solution to the IVP, and hence determine the
exact value of x(1).
dx
5. Consider the initial value problem = x − t2 , where x(0) = 2. Estimate x(1)using the
dt
Fourth order Runge-Kutta method with step size h = 1 .
END OF PAPER