Use Euler's Method To Approximate The Solution To: Dy DT T
Use Euler's Method To Approximate The Solution To: Dy DT T
d2 y dy
2
+3 + 2y = 0.
dx dx
If you solve it numerically with an explicit forward (Euler) scheme, are there limitations
on the updating step? If so what are the limitations?
The subscripts i and j index the grid cells in the x and y directions. Determine the
accuracy of the approximation and give an explicit expression for the truncation error.
(b) Given a two-dimensional function f (x, y), find a second-order accurate (i.e.
O((∆x)2 , (∆y)2 )) finite difference expression for the mixed derivative
∂2f
.
∂x∂y