Decomposing a Function for Numerical Integration

Click For Summary
SUMMARY

This discussion focuses on the decomposition of functions for numerical integration, specifically using Fourier and Legendre decomposition in conjunction with the Gauss Quadrature method. Participants emphasize the importance of adapting the number of quadrature points based on the function's behavior, suggesting a trial and error approach to achieve stable integration results. The conversation highlights that more quadrature points should be allocated to regions with complex variations, while fewer points can be used in smoother regions.

PREREQUISITES
  • Understanding of Fourier decomposition
  • Familiarity with Legendre decomposition
  • Knowledge of Gauss Quadrature method
  • Basic principles of numerical integration
NEXT STEPS
  • Research advanced techniques in Fourier decomposition for numerical integration
  • Explore Legendre polynomial properties and their applications in integration
  • Study the implementation of Gauss Quadrature in various programming languages
  • Investigate adaptive quadrature methods for improved integration accuracy
USEFUL FOR

Mathematicians, physicists, and engineers involved in numerical analysis and integration techniques, particularly those utilizing Gauss Quadrature for complex functions.

ecastro
Messages
249
Reaction score
8
Is their a tutorial or a reference on how to decompose a function, specifically Fourier and Legendre decomposition, for numerical integration? The method I am going to use for the numerical integration is the Gauss Quadrature, and I suppose I need to decompose my function for the rule to work.

Thank you in advance.
 
Physics news on Phys.org
ecastro said:
Is their a tutorial or a reference on how to decompose a function, specifically Fourier and Legendre decomposition, for numerical integration? The method I am going to use for the numerical integration is the Gauss Quadrature, and I suppose I need to decompose my function for the rule to work.

to decompose a function in gauss quadrature method ...one does a trial and error approach leading to a stable value.
however it depends on the nature of the function which is being integrated...
a common/general approach is to fit more number of quadrature points in those regions where function is varying in a complex manner and keep less points in 'smooth varying regions like asymptotic regions where the function is falling off linearly.
 
  • Like
Likes   Reactions: jim mcnamara

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K