How do I find the area under a curve between two points?

Assuming you know the equation of the line, this could possibly be done in several ways. If you are able to integrate the equation of the line definitely using your current knowledge, then do this between the two points mentioned. If you can't integrate this equation, then you can use the Trapesium Method. This means divide the area into n equal segments (splitting along the x axis). The larger the n value, the more accurate the value for the area. Then plug each x value corresponding to a divide between segments into the equation, and use the formula h/2(f(x1) + f(xn) + 2(f(x2) + ... + f(x(n-1)))) = A to find the area. Where f(xk) is the function value as the kth divide.

RR

Related Maths A Level answers

All answers ▸

What is the derivative with respect to x of the function f(x)=1+x^3+ln(x), x>0 ?


The curve C has the equation y=3x/(9+x^2 ) (a) Find the turning points of the curve C (b) Using the fact that (d^2 y)/(dx^2 )=(6x(x^2-27))/(x^2+9)^3 or otherwise, classify the nature of each turning point of C


Some videos I've made


Find the Total Area between the curve x^3 -3x^2 +2x and the x-axis, when 0 ≤ x ≤ 2.