Consistency Versus Convergence, seeking intuition

  • Context: Graduate 
  • Thread starter Thread starter fahraynk
  • Start date Start date
  • Tags Tags
    Convergence Intuition
Click For Summary
SUMMARY

The discussion centers on the concepts of consistency and convergence in the context of finite difference schemes for solving partial differential equations (PDEs). Consistency is defined as the error of the real solution in the finite difference scheme approaching zero as the time step Δ𝑡 approaches zero. In contrast, convergence refers to the finite difference scheme producing a solution that approximates the true solution with low error. The distinction is clarified by noting that consistency applies to partial differential operators, while convergence pertains to the overall accuracy of the finite difference scheme in approximating real solutions.

PREREQUISITES
  • Understanding of finite difference schemes
  • Familiarity with partial differential equations (PDEs)
  • Knowledge of Taylor series expansions
  • Concept of numerical convergence in computational methods
NEXT STEPS
  • Study the principles of finite difference methods for PDEs
  • Explore the relationship between consistency and convergence in numerical analysis
  • Learn about partial differential operators and their applications
  • Investigate error analysis in numerical methods for PDEs
USEFUL FOR

Mathematicians, numerical analysts, and engineers involved in computational methods for solving partial differential equations.

fahraynk
Messages
185
Reaction score
5
TL;DR
Trying to understand the difference between consistency and convergence in PDE finite difference methods, and why we need both definitions. Why they do not really both mean the same thing.
What is the definition of consistency?

I have seen a proof that shows a finite difference scheme is consistent, where they basically plug a true solution ##𝑢(𝑡)##
into a finite difference scheme, and they get every term, for example ##𝑢^{𝑖+1}_𝑗## and ##𝑢^𝑖_{𝑗+1}##, using taylors polynomials.

Then, they show that the taylor approximations plugged into the finite difference scheme go to zero as Δ𝑡

goes to zero.

So this seems like the definition should be, Consistency : The error of the real solution in the finite difference scheme goes to zero as time step goes to zero.

So, on the difference between convergence and consistency, it seems like convergence is computing 𝑢(𝑡+Δ𝑡)
with the finite difference scheme and having a low error, while consistency is plugging the true values of 𝑢 and 𝑢(𝑡+Δ𝑡)
into the finite difference scheme and having a low error.

But... they are kind of exactly the same, since if the finite difference scheme is convergent, the approximation for 𝑢(𝑡+Δ𝑡)
converges to the true value, and so if you plug the true value into the fin. dif. equation or you plug the approximation in, why would the output be different?

Can anyone give me some intuition?
 
Physics news on Phys.org
I think convergence means that using the finite difference scheme your solution will converge to a real solution. That's what you thought.

However, consistency does not apply to partial differential equations, but to partial differential operators. The finite difference scheme is consistent with the partial differential equation if, for any smooth function, the value calculated by the finite difference scheme converges to the real value calculated by the operator. Look for convergence on the following page.
 
Thank you so much for the reply,

Periwinkle said:
I think convergence means that using the finite difference scheme your solution will converge to a real solution. That's what you thought.

However, consistency does not apply to partial differential equations, but to partial differential operators. The finite difference scheme is consistent with the partial differential equation if, for any smooth function, the value calculated by the finite difference scheme converges to the real value calculated by the operator. Look for convergence on the following page.

Whats the difference between a partial differential operator and a PDE?
Isn't an operator, say, ##L##, such that ##Lu=u_{tt}+u_{xx}+u_{xt}+...## ##(meaning Lu## equals the pde?)

The operator produces a true solution right? So ##Lu=u^{n+1}## where ##n## is time. So, basically saying that ##Lu## converges to the finite difference scheme (call it ##FD(u)##) means that ##|(L-FD)u|\rightarrow 0## right? BUT ##Lu## is the true solution and ##FD(u)## is the finite difference solution. So.. why is this different than convergence? ##|L(u)-FD(u)|\rightarrow 0## is convergence right?
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 24 ·
Replies
24
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K