Integrate the function f(x) = ax^2 + bx + c over the interval [0,1], where a, b and c are constants.

Firstly remember that d/dx(x^n) = nx^(n-1). And so the antiderivative, or integral of x^n, i.e. \int(x^n) = x^(n+1)/(n+1) + C (where C is the integration constant). When integrating with limits, i.e. when we define an interval that we're integrating over, we do not have to worry about the constant C, and so for example: \int(x^3) over [0,1] will be x^4/4 (x=1 - x=0), i.e. = 1^4/4 - 0^4/4 = 1/4.

Hence, for our given function f(x), \int(f(x)) over [0,1] will be ax^3/3 + bx^2/2 + cx/1 (x=1 - x=0) = a/3 + b/2 + c.

AA

Related Maths A Level answers

All answers ▸

When performing differentiation in core 3, in what circumstances do I apply the chain, product and quotient rule?


f(x) = e^(sin2x) , 0 ≤ x ≤ pi (a). Use calculus to find the coordinates of the turning points on the graph of y = f(x)


Find the turning points of the curve y = x^3 +5x^2 -6x +4


Let y(x) be a function with derivative y'(x)=x^2-2 and y(0) =7. What is the value of y at x = 3?