Misplaced Pages

Finite difference method: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 04:32, 28 July 2015 editJaronie (talk | contribs)60 edits Accuracy and order← Previous edit Revision as of 04:45, 28 July 2015 edit undoJaronie (talk | contribs)60 edits Accuracy and orderNext edit →
Line 59: Line 59:
:<math> \frac{f(x_0 + i h) - f(x_0)}{i h} = f'(x_0) + O(h). </math> :<math> \frac{f(x_0 + i h) - f(x_0)}{i h} = f'(x_0) + O(h). </math>


This means that, in this case, the local truncation error is proportional to the step sizes. The quality and duration of simulated FDM solution depends on the discretization equation selection and the step sizes (time and space steps). The data quality and simulation duration increase significantly with smaller step size <ref name=”IserlesA1996”> ">{{cite book|author1=Arieh Iserlas|title= A first course in the numerical analysis of differential equations |year=2008|publisher= Cambridge University Press |isbn=9780521734905|page=23}}</ref>. Therefore, a reasonable balance between data quality and simulation duration is necessary for practical usage. Large time steps are favourable to increase simulation speed in many practice, however too large time steps may create instabilities and affecting the data quality <ref>{{cite book|author1=Hoffman JD|author2=Frankel S|year=2001|title=Numerical methods for engineers and scientists|publisher=CRC Press, Boca Raton}}</ref><ref name="JMJ_CM_2015">{{cite journal|author1=Jaluria Y|author2=Atluri S|year=1994|title=Computational heat transfer|journal= Computational Mechanics|volume=14|page=385–386|doi=10.1007/BF00377593}}</ref><ref>{{cite journal|last1=Mohd Jani|first1=Jaronie|last2=Huang|first2=Sunan|last3=Leary|first3=Martin|last4=Subic|first4=Aleksandar|title=Numerical modeling of shape memory alloy linear actuator|journal=Computational Mechanics|volume=|page=1-19|year=2015|doi=10.1007/s00466-015-1180-z|issue=}}</ref>. The ] method (] stability analysis) usually applied to determine the numerical model stability<ref>{{cite book|author1=Majumdar P|year=2005|title=Computational methods for heat and mass transfer|edition=1st|publisher=Taylor and Francis, New York}}</ref><ref>{{cite book|author1=Hoffman JD|author2=Frankel S|year=2001|title=Numerical methods for engineers and scientists|publisher=CRC Press, Boca Raton}}</ref><ref>{{cite journal|author1=Jaluria Y|author2=Atluri S|year=1994|title=Computational heat transfer|journal= Computational Mechanics|volume=14|page=385–386|doi=10.1007/BF00377593}}</ref><ref name="JMJ_CM_2015"></ref><ref>{{cite book|author1=Smith GD|year=1985|title=Numerical solution of partial differential equations: finite difference methods|publisher=Oxford University Press|edition=3rd}}</ref> This means that, in this case, the local truncation error is proportional to the step sizes. The quality and duration of simulated FDM solution depends on the discretization equation selection and the step sizes (time and space steps). The data quality and simulation duration increase significantly with smaller step size <ref name=”IserlesA1996”> ">{{cite book|author1=Arieh Iserlas|title= A first course in the numerical analysis of differential equations |year=2008|publisher= Cambridge University Press |isbn=9780521734905|page=23}}</ref>. Therefore, a reasonable balance between data quality and simulation duration is necessary for practical usage. Large time steps are favourable to increase simulation speed in many practice, however too large time steps may create instabilities and affecting the data quality <ref name=”HoffmanJD_2001”>{{cite book|author1=Hoffman JD|author2=Frankel S|year=2001|title=Numerical methods for engineers and scientists|publisher=CRC Press, Boca Raton}}</ref><ref name=”Jaluria_CM_1994”>{{cite journal|author1=Jaluria Y|author2=Atluri S|year=1994|title=Computational heat transfer|journal= Computational Mechanics|volume=14|page=385–386|doi=10.1007/BF00377593}}</ref><ref name=”JMJ_CM_2015”>{{cite journal|last1=Mohd Jani|first1=Jaronie|last2=Huang|first2=Sunan|last3=Leary|first3=Martin|last4=Subic|first4=Aleksandar|title=Numerical modeling of shape memory alloy linear actuator|journal=Computational Mechanics|volume=|page=1-19|year=2015|doi=10.1007/s00466-015-1180-z|issue=}}</ref>.
<p>The ] method (] stability analysis) usually applied to determine the numerical model stability<ref>{{cite book|author1=Majumdar P|year=2005|title=Computational methods for heat and mass transfer|edition=1st|publisher=Taylor and Francis, New York}}</ref><ref name=”HoffmanJD_2001”>{{cite book|author1=Hoffman JD|author2=Frankel S|year=2001|title=Numerical methods for engineers and scientists|publisher=CRC Press, Boca Raton}}</ref><ref name=”Jaluria_CM_1994”>{{cite journal|author1=Jaluria Y|author2=Atluri S|year=1994|title=Computational heat transfer|journal= Computational Mechanics|volume=14|page=385–386|doi=10.1007/BF00377593}}</ref><ref name=”JMJ_CM_2015”>{{cite journal|last1=Mohd Jani|first1=Jaronie|last2=Huang|first2=Sunan|last3=Leary|first3=Martin|last4=Subic|first4=Aleksandar|title=Numerical modeling of shape memory alloy linear actuator|journal=Computational Mechanics|volume=|page=1-19|year=2015|doi=10.1007/s00466-015-1180-z|issue=}}</ref><ref name=”SmithGD_1985”>{{cite book|author1=Smith GD|year=1985|title=Numerical solution of partial differential equations: finite difference methods|publisher=Oxford University Press|edition=3rd}}</ref>.


== Example: ordinary differential equation == == Example: ordinary differential equation ==

Revision as of 04:45, 28 July 2015

Template:Distinguish2

Differential equations
Scope
Fields
Applied mathematics
Social sciences

List of named differential equations
Classification
Types
By variable type
Features
Relation to processes
Solution
Existence and uniqueness
General topics
Solution methods
People
List
This article's lead section may be too short to adequately summarize the key points. Please consider expanding the lead to provide an accessible overview of all important aspects of the article. (April 2015)
This article may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (April 2015) (Learn how and when to remove this message)

In mathematics, finite-difference methods (FDM) are numerical methods for solving differential equations by approximating them with difference equations, in which finite differences approximate the derivatives. FDMs are thus discretization methods.

Today, FDMs are the dominant approach to numerical solutions of partial differential equations.

Derivation from Taylor's polynomial

First, assuming the function whose derivatives are to be approximated is properly-behaved, by Taylor's theorem, we can create a Taylor Series expansion

f ( x 0 + h ) = f ( x 0 ) + f ( x 0 ) 1 ! h + f ( 2 ) ( x 0 ) 2 ! h 2 + + f ( n ) ( x 0 ) n ! h n + R n ( x ) , {\displaystyle f(x_{0}+h)=f(x_{0})+{\frac {f'(x_{0})}{1!}}h+{\frac {f^{(2)}(x_{0})}{2!}}h^{2}+\cdots +{\frac {f^{(n)}(x_{0})}{n!}}h^{n}+R_{n}(x),}

where n! denotes the factorial of n, and Rn(x) is a remainder term, denoting the difference between the Taylor polynomial of degree n and the original function. We will derive an approximation for the first derivative of the function "f" by first truncating the Taylor polynomial:

f ( x 0 + h ) = f ( x 0 ) + f ( x 0 ) h + R 1 ( x ) , {\displaystyle f(x_{0}+h)=f(x_{0})+f'(x_{0})h+R_{1}(x),}

Setting, x0=a we have,

f ( a + h ) = f ( a ) + f ( a ) h + R 1 ( x ) , {\displaystyle f(a+h)=f(a)+f'(a)h+R_{1}(x),}

Dividing across by h gives:

f ( a + h ) h = f ( a ) h + f ( a ) + R 1 ( x ) h {\displaystyle {f(a+h) \over h}={f(a) \over h}+f'(a)+{R_{1}(x) \over h}}

Solving for f'(a):

f ( a ) = f ( a + h ) f ( a ) h R 1 ( x ) h {\displaystyle f'(a)={f(a+h)-f(a) \over h}-{R_{1}(x) \over h}}

Assuming that R 1 ( x ) {\displaystyle R_{1}(x)} is sufficiently small, the approximation of the first derivative of "f" is:

f ( a ) f ( a + h ) f ( a ) h . {\displaystyle f'(a)\approx {f(a+h)-f(a) \over h}.}

Accuracy and order

See also: Finite difference coefficient

The error in a method's solution is defined as the difference between its approximation and the exact analytical solution. The two sources of error in finite difference methods are round-off error, the loss of precision due to computer rounding of decimal quantities, and truncation error or discretization error, the difference between the exact solution of the finite difference equation and the exact quantity assuming perfect arithmetic (that is, assuming no round-off).

The finite difference method relies on discretizing a function on a grid.

To use a finite difference method to approximate the solution to a problem, one must first discretize the problem's domain. This is usually done by dividing the domain into a uniform grid (see image to the right). Note that this means that finite-difference methods produce sets of discrete numerical approximations to the derivative, often in a "time-stepping" manner.

An expression of general interest is the local truncation error of a method. Typically expressed using Big-O notation, local truncation error refers to the error from a single application of a method. That is, it is the quantity f ( x i ) f i {\displaystyle f'(x_{i})-f'_{i}} if f ( x i ) {\displaystyle f'(x_{i})} refers to the exact value and f i {\displaystyle f'_{i}} to the numerical approximation. The remainder term of a Taylor polynomial is convenient for analyzing the local truncation error. Using the Lagrange form of the remainder from the Taylor polynomial for f ( x 0 + h ) {\displaystyle f(x_{0}+h)} , which is

R n ( x 0 + h ) = f ( n + 1 ) ( ξ ) ( n + 1 ) ! ( h ) n + 1 {\displaystyle R_{n}(x_{0}+h)={\frac {f^{(n+1)}(\xi )}{(n+1)!}}(h)^{n+1}} , where x 0 < ξ < x 0 + h {\displaystyle x_{0}<\xi <x_{0}+h} ,

the dominant term of the local truncation error can be discovered. For example, again using the forward-difference formula for the first derivative, knowing that f ( x i ) = f ( x 0 + i h ) {\displaystyle f(x_{i})=f(x_{0}+ih)} ,

f ( x 0 + i h ) = f ( x 0 ) + f ( x 0 ) i h + f ( ξ ) 2 ! ( i h ) 2 , {\displaystyle f(x_{0}+ih)=f(x_{0})+f'(x_{0})ih+{\frac {f''(\xi )}{2!}}(ih)^{2},}

and with some algebraic manipulation, this leads to

f ( x 0 + i h ) f ( x 0 ) i h = f ( x 0 ) + f ( ξ ) 2 ! i h , {\displaystyle {\frac {f(x_{0}+ih)-f(x_{0})}{ih}}=f'(x_{0})+{\frac {f''(\xi )}{2!}}ih,}

and further noting that the quantity on the left is the approximation from the finite difference method and that the quantity on the right is the exact quantity of interest plus a remainder, clearly that remainder is the local truncation error. A final expression of this example and its order is:

f ( x 0 + i h ) f ( x 0 ) i h = f ( x 0 ) + O ( h ) . {\displaystyle {\frac {f(x_{0}+ih)-f(x_{0})}{ih}}=f'(x_{0})+O(h).}

This means that, in this case, the local truncation error is proportional to the step sizes. The quality and duration of simulated FDM solution depends on the discretization equation selection and the step sizes (time and space steps). The data quality and simulation duration increase significantly with smaller step size . Therefore, a reasonable balance between data quality and simulation duration is necessary for practical usage. Large time steps are favourable to increase simulation speed in many practice, however too large time steps may create instabilities and affecting the data quality .

The von Neumann method (Fourier stability analysis) usually applied to determine the numerical model stability.

Example: ordinary differential equation

For example, consider the ordinary differential equation

u ( x ) = 3 u ( x ) + 2. {\displaystyle u'(x)=3u(x)+2.\,}

The Euler method for solving this equation uses the finite difference quotient

u ( x + h ) u ( x ) h u ( x ) {\displaystyle {\frac {u(x+h)-u(x)}{h}}\approx u'(x)}

to approximate the differential equation by first substituting in for u'(x) then applying a little algebra (multiplying both sides by h, and then adding u(x) to both sides) to get

u ( x + h ) = u ( x ) + h ( 3 u ( x ) + 2 ) . {\displaystyle u(x+h)=u(x)+h(3u(x)+2).\,}

The last equation is a finite-difference equation, and solving this equation gives an approximate solution to the differential equation.

Example: The heat equation

Consider the normalized heat equation in one dimension, with homogeneous Dirichlet boundary conditions

U t = U x x {\displaystyle U_{t}=U_{xx}\,}
U ( 0 , t ) = U ( 1 , t ) = 0 {\displaystyle U(0,t)=U(1,t)=0\,} (boundary condition)
U ( x , 0 ) = U 0 ( x ) {\displaystyle U(x,0)=U_{0}(x)\,} (initial condition)

One way to numerically solve this equation is to approximate all the derivatives by finite differences. We partition the domain in space using a mesh x 0 , . . . , x J {\displaystyle x_{0},...,x_{J}} and in time using a mesh t 0 , . . . . , t N {\displaystyle t_{0},....,t_{N}} . We assume a uniform partition both in space and in time, so the difference between two consecutive space points will be h and between two consecutive time points will be k. The points

u ( x j , t n ) = u j n {\displaystyle u(x_{j},t_{n})=u_{j}^{n}}

will represent the numerical approximation of u ( x j , t n ) . {\displaystyle u(x_{j},t_{n}).}

Explicit method

The stencil for the most common explicit method for the heat equation.

Using a forward difference at time t n {\displaystyle t_{n}} and a second-order central difference for the space derivative at position x j {\displaystyle x_{j}} (FTCS) we get the recurrence equation:

u j n + 1 u j n k = u j + 1 n 2 u j n + u j 1 n h 2 . {\displaystyle {\frac {u_{j}^{n+1}-u_{j}^{n}}{k}}={\frac {u_{j+1}^{n}-2u_{j}^{n}+u_{j-1}^{n}}{h^{2}}}.\,}

This is an explicit method for solving the one-dimensional heat equation.

We can obtain u j n + 1 {\displaystyle u_{j}^{n+1}} from the other values this way:

u j n + 1 = ( 1 2 r ) u j n + r u j 1 n + r u j + 1 n {\displaystyle u_{j}^{n+1}=(1-2r)u_{j}^{n}+ru_{j-1}^{n}+ru_{j+1}^{n}}

where r = k / h 2 . {\displaystyle r=k/h^{2}.}

So, with this recurrence relation, and knowing the values at time n, one can obtain the corresponding values at time n+1. u 0 n {\displaystyle u_{0}^{n}} and u J n {\displaystyle u_{J}^{n}} must be replaced by the boundary conditions, in this example they are both 0.

This explicit method is known to be numerically stable and convergent whenever r 1 / 2 {\displaystyle r\leq 1/2} . The numerical errors are proportional to the time step and the square of the space step:

Δ u = O ( k ) + O ( h 2 ) {\displaystyle \Delta u=O(k)+O(h^{2})\,}

Implicit method

The implicit method stencil.

If we use the backward difference at time t n + 1 {\displaystyle t_{n+1}} and a second-order central difference for the space derivative at position x j {\displaystyle x_{j}} (The Backward Time, Centered Space Method "BTCS") we get the recurrence equation:

u j n + 1 u j n k = u j + 1 n + 1 2 u j n + 1 + u j 1 n + 1 h 2 . {\displaystyle {\frac {u_{j}^{n+1}-u_{j}^{n}}{k}}={\frac {u_{j+1}^{n+1}-2u_{j}^{n+1}+u_{j-1}^{n+1}}{h^{2}}}.\,}

This is an implicit method for solving the one-dimensional heat equation.

We can obtain u j n + 1 {\displaystyle u_{j}^{n+1}} from solving a system of linear equations:

( 1 + 2 r ) u j n + 1 r u j 1 n + 1 r u j + 1 n + 1 = u j n {\displaystyle (1+2r)u_{j}^{n+1}-ru_{j-1}^{n+1}-ru_{j+1}^{n+1}=u_{j}^{n}}

The scheme is always numerically stable and convergent but usually more numerically intensive than the explicit method as it requires solving a system of numerical equations on each time step. The errors are linear over the time step and quadratic over the space step:

Δ u = O ( k ) + O ( h 2 ) . {\displaystyle \Delta u=O(k)+O(h^{2}).\,}

Crank–Nicolson method

Finally if we use the central difference at time t n + 1 / 2 {\displaystyle t_{n+1/2}} and a second-order central difference for the space derivative at position x j {\displaystyle x_{j}} ("CTCS") we get the recurrence equation:

u j n + 1 u j n k = 1 2 ( u j + 1 n + 1 2 u j n + 1 + u j 1 n + 1 h 2 + u j + 1 n 2 u j n + u j 1 n h 2 ) . {\displaystyle {\frac {u_{j}^{n+1}-u_{j}^{n}}{k}}={\frac {1}{2}}\left({\frac {u_{j+1}^{n+1}-2u_{j}^{n+1}+u_{j-1}^{n+1}}{h^{2}}}+{\frac {u_{j+1}^{n}-2u_{j}^{n}+u_{j-1}^{n}}{h^{2}}}\right).\,}

This formula is known as the Crank–Nicolson method.

The Crank–Nicolson stencil.

We can obtain u j n + 1 {\displaystyle u_{j}^{n+1}} from solving a system of linear equations:

( 2 + 2 r ) u j n + 1 r u j 1 n + 1 r u j + 1 n + 1 = ( 2 2 r ) u j n + r u j 1 n + r u j + 1 n {\displaystyle (2+2r)u_{j}^{n+1}-ru_{j-1}^{n+1}-ru_{j+1}^{n+1}=(2-2r)u_{j}^{n}+ru_{j-1}^{n}+ru_{j+1}^{n}}

The scheme is always numerically stable and convergent but usually more numerically intensive as it requires solving a system of numerical equations on each time step. The errors are quadratic over both the time step and the space step:

Δ u = O ( k 2 ) + O ( h 2 ) . {\displaystyle \Delta u=O(k^{2})+O(h^{2}).\,}

Usually the Crank–Nicolson scheme is the most accurate scheme for small time steps. The explicit scheme is the least accurate and can be unstable, but is also the easiest to implement and the least numerically intensive. The implicit scheme works the best for large time steps.

See also

Numerical methods for partial differential equations
Finite difference
Parabolic
Hyperbolic
Others
Finite volume
Finite element
Meshless/Meshfree
Domain decomposition
Others

References

  1. Christian Grossmann; Hans-G. Roos; Martin Stynes (2007). Numerical Treatment of Partial Differential Equations. Springer Science & Business Media. p. 23. ISBN 978-3-540-71584-9.
  2. ">Arieh Iserlas (2008). A first course in the numerical analysis of differential equations. Cambridge University Press. p. 23. ISBN 9780521734905.
  3. ^ Hoffman JD; Frankel S (2001). Numerical methods for engineers and scientists. CRC Press, Boca Raton.
  4. ^ Jaluria Y; Atluri S (1994). "Computational heat transfer". Computational Mechanics. 14: 385–386. doi:10.1007/BF00377593.
  5. ^ Mohd Jani, Jaronie; Huang, Sunan; Leary, Martin; Subic, Aleksandar (2015). "Numerical modeling of shape memory alloy linear actuator". Computational Mechanics: 1-19. doi:10.1007/s00466-015-1180-z.
  6. Majumdar P (2005). Computational methods for heat and mass transfer (1st ed.). Taylor and Francis, New York.
  7. Smith GD (1985). Numerical solution of partial differential equations: finite difference methods (3rd ed.). Oxford University Press.
  8. Crank, J. The Mathematics of Diffusion. 2nd Edition, Oxford, 1975, p. 143.

External links

Various lectures and lecture notes

Categories: