JOURNAL REVIEW: Finite-Difference Approximations To The Heat Equation (Focusing On Backward Time Centered Scheme)
JOURNAL REVIEW: Finite-Difference Approximations To The Heat Equation (Focusing On Backward Time Centered Scheme)
JOURNAL REVIEW: Finite-Difference Approximations To The Heat Equation (Focusing On Backward Time Centered Scheme)
I. Introduction
equation using the finite difference method. The forward time, centered space (FTCS),
the backward time, centered space (BTCS), and Crank-Nicolson schemes are developed,
and applied to a simple problem involving the one-dimensional heat equation. The main
focus of the paper is to establish the different steps that are needed to solve for a one-
dimensional heat equation by numerical analysis and show how to obtain the solution of
Our journal review focuses where the heat equation was derived and evaluated
using the Backward Time Centered Space Scheme. In the journal, analytical
solution and the numerical approximation were compared by solving a sample problem.
It is observed that the Backward Time, Centered Space scheme produces a stable at
every time step which makes it a decent method in approximating values of a heat
equation.
The finite difference method is one of several techniques for obtaining numerical
solutions to the one dimensional heat equation. In all numerical solutions the
approximation. In this context, the word “discrete” means that the numerical solution is
known only at a finite number of points in the physical domain. The number of those
points can be selected by the user of the numerical method. In general, increasing the
number of points not only increases the resolution (i.e., detail), but also the accuracy of
replacing all derivatives with difference formulas. In the heat equation there are
derivatives with respect to time, and derivatives with respect to space. Using different
It is stated in the paper that the implementation of the BTCS scheme requires
developing the code, the computational effort per time step for the BTCS scheme is
greater than the computational effort per time step of the FTCS (Forward Time Centered
Spaced Scheme). The BTCS scheme has one huge advantage over the FTCS scheme: it is
unconditional stable (for solutions to the heat equation). The BTCS scheme is just as
accurate as the FTCS scheme. Therefore, with some extra effort, the BTCS scheme yields
a computational model that is robust to choices of ∆t and ∆x. This advantage is not
always overwhelming, however, and the FTCS scheme is still useful for some problems.
After starting the program, the needed variables are entered and then read by the
application. From the data the size of the matrix is defined and the initial and final
conditions are imposed. Following the defining of the size of the matrix, the coefficient
of the tridiagonal was computed and stored on the matrix. Then the matrix is solved
using the LU decomposition. Finally the error, graph, the time step, mesh spacing and
Using this m-file to solve for the heat equation with boundary conditions
L=1, with a number of mesh points equal to 20 and number of time step equal to 10. It
also shows the error at t=0.50, the step size at time space (dt) and the mesh spacing
(dx).
It can be seen in the truncation Error Measurements that the BTCS scheme can
obtain solutions for much larger temperature changes than the FTCS scheme because
It can be seen that by using the Backward Time Centered Space scheme is a
reliable method to use for approximating the value of heat equations because it
produces a stable graph at each time step. This occurrence is due to the fact that the
backward finite difference used in approximating the time. By doing this the current
value of the approximation only depends on the previous values on the previous time
steps.
References: