shehpar
- 9
- 0
Anybody can guide me about it. At least start me in right direction . thanks
The discussion revolves around demonstrating the exactness of the trapezoidal rule for the functions y(t) = t and y(t) = 1. Participants explore the integration process and application of the trapezoidal rule over specified intervals.
There is no explicit consensus on the approach or solution, as participants provide different levels of detail and guidance without resolving the problem definitively.
Participants mention the need for exact integration and the application of the trapezoidal rule, but do not clarify assumptions or limitations regarding the functions or intervals used.
loveequation said:Let the interval of integration be from t = a to t = b.
Next do an an exact integration. For example the linear function integrates to
[tex] \frac{1}{2} (b^2 - a^2)[/tex]
Then apply the trapezoidal rule using one interval and see that it gives the same result. I won't do it for you except to recall that the trapezoidal rule is:
[tex] \frac{1}{2}(b - a)(y(a) + y(b))[/tex]
Hope you get it.