|
|||
|
Trapezium Rule
Well, my A/S level Maths Exam is on monday, so i've decided to try a past paper. The first question is
Quote:
1. The Trapezium Rule 2. How to use the Trapexium Rule for intergration Thanks in advance. |

|
|||
|
Re: Trapezium
The trapezium rule is a method of numerical integration similar to euler's method or Simpson's rule.
Let's say that we have a function f(x) which is continous over x and we want to integrate it between the two points a and b. With the trapezium rule, we divide the interval [a b] into smaller parts (in your example 5) and calculate the area below the graph (which represents the integral in this one-dimensional case) with the following equation: A = (f(x) + (f(x) + f(x+deltax))/2)*deltax where deltax is the current small interval over x. You can think of this area as a rectangle with a triangle on top, following the function's values in the points x, x+deltax. Calculate all these areas over all the small intervals and sum them up to get the total numerical approximation of the integral.
__________________
Webmaster of Zelda Shrine |

| Advertisement |
|
|||

![]() |
| Tags |
| trapezium |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|