Inbound 2885546982363080324
Inbound 2885546982363080324
INTRODUCTION
From previous topic you have learned how approximate the values by Numerical
Differentiation and Integration. Ordinary differential equations (ODEs) and
partial differential equations (PDEs) play a central role in modeling problems
of engineering. It is precisely in these real-world projects that numeric
methods for ODEs and PDEs are used, often as part of a software package. Indeed,
numeric software has become an indispensable tool for the engineer.
OBJECTIVE
After completing this module, you should be able to analyze ODEs and PDEs
engineering problems by using Numerical Analysis.
DISCUSSION
The main initial idea is that we can obtain approximations to the solution of
such an ODE at points that are a distance h apart by using the first two terms
of Taylor’s formula from calculus. We use these approximations to construct
the iteration formula for a method known as Euler’s method. While this method
is rather unstable and of little practical use, it serves as a pedagogical
tool and a starting point toward understanding more sophisticated methods such
as the Runge–Kutta method and its variant the Runga–Kutta–Fehlberg (RKF)
method, which are popular and useful in practice.
Rewrite
In
SOLUTION
In this case
EXAMPLE 2
Apply the Runge–Kutta method to the initial value problem given the equation
f(x, y) = x + y, choosing h= 0.2, and computing five steps.
SOLUTION
Table 21.4 shows the results and their errors, which are smaller by factors
and then those for the two Euler methods.
Methods for Elliptic PDEs. There are many applications to PDEs, such as in
dynamics, elasticity, heat transfer, electromagnetic theory, quantum mechanics,
and others. Selected because of their importance in applications, the PDEs
covered here include the Laplace equation, the Poisson equation, the heat
equation, and the wave equation. By covering these equations based on their
importance in applications we also selected equations that are important for
theoretical considerations
(9-1)
u is an unknown function of x and y (a solution sought). F is a given function
of the indicated variables.
In this section we develop numeric methods for the two most important elliptic
PDEs that appear in applications. The two PDEs are the Laplace equation
(9-2)
(9-3)
EXAMPLE
The four sides of a square plate of side 12 cm, made of homogeneous material,
are kept at constant temperature 0°C and as shown in Fig. 455a. Using a (very
wide) grid of mesh 4 cm), find the (steady-state) temperature at the mesh
points.
SOLUTION
In the case of independence of time, the heat equation
reduces to the Laplace equation. Hence our problem is a Dirichlet problem for
the latter. We choose the grid shown in Fig. 455b and consider the mesh points
in the order P11, P21, P12, P22.
LEARNING ACTIVITY 9-1
Numerics of PDEs
INSTRUCTION: Analyze and solve the given problems in a neat and precise manner.
Label your final answer.
1. Find the potential in Fig. 457 using (a) the coarse grid, (b) the fine grid
and Gauss elimination. Hint. In (b), use symmetry; take as boundary value at
the two points at which the potential has a jump.