henil
- 18
- 0
i want to calculate area under the curve but i do no not know what function does it satisfies. how should i proceed ?
The discussion revolves around the problem of calculating the area under a curve when only discrete x and y data points are available, without a known function. Participants explore various methods for numerical integration and interpolation techniques applicable to the given data.
Participants present multiple approaches to the problem, and there is no consensus on a single method. The discussion remains open with various suggestions and techniques proposed.
Participants do not specify the nature of the data points or any assumptions regarding their distribution, which may affect the choice of interpolation method.
If the x values of the data points occur at regular intervals, you can use a numerical integration technique like Simpson's Rule to perform the calculations. Simpson's Rules are based on using second- and third-order interpolation functions, which is usually more accurate than the simpler trapezoidal rule.henil said:no i don't know f(x) i just have x and y datapoints