Finite Differences: Central vs Forward Scheme

  • Context: Undergrad 
  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Finite
Click For Summary
SUMMARY

The discussion focuses on the differences between central and forward finite differencing schemes in numerical analysis. It is established that central finite differencing requires more initial information than forward finite differencing, specifically needing values at two points and the distance between them. The mathematical representations of both schemes are provided, highlighting the formulas for each method. The key takeaway is that while both schemes utilize similar components, the central scheme's requirement for additional data points distinguishes it from the forward scheme.

PREREQUISITES
  • Understanding of finite difference methods
  • Familiarity with numerical analysis concepts
  • Basic knowledge of calculus and derivatives
  • Proficiency in mathematical notation and formulas
NEXT STEPS
  • Research the implementation of central finite differencing in Python using NumPy
  • Explore the accuracy and stability of finite difference methods in numerical simulations
  • Learn about higher-order finite difference schemes for improved precision
  • Investigate applications of finite differencing in solving differential equations
USEFUL FOR

Students and professionals in mathematics, engineering, and computer science who are involved in numerical analysis and computational methods for solving differential equations.

member 428835
Hi PF!

I am looking at finite differencing schemes and it seems we need more initial information to compute central finite differencing than forward finite differencing. Is this true, or am I understanding the process wrong?

Thanks!
 
Physics news on Phys.org
In either case, you need three numbers, the values at two points and the distance between them. I don't see much difference between
##\frac{y_{n+1} - y_n}{\Delta x}##
##\frac{y_{n+1/2} - y_{n-1/2}}{\Delta x}##
 

Similar threads

  • · Replies 26 ·
Replies
26
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 3 ·
Replies
3
Views
435
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K