Question Statement
Evaluate the definite integral:
∫03(6x2−4x+5)dx
Background and Explanation
This problem requires computing a definite integral of a polynomial function. You'll apply the linearity property to break the integral into simpler parts, use the power rule to find antiderivatives, and then apply the Fundamental Theorem of Calculus to evaluate at the bounds x=0 and x=3.
Solution
We solve this step-by-step using the properties of definite integrals.
Step 1: Use linearity to split the integral into three separate terms.
∫03(6x2−4x+5)dx=6∫03x2dx−4∫03xdx+5∫031dx
Step 2: Apply the power rule ∫xndx=n+1xn+1 to find each antiderivative, multiplying by the respective coefficients.
- For the first term: 6⋅3x3=2x3
- For the second term: −4⋅2x2=−2x2
- For the third term: 5⋅x=5x
This gives us:
=[2x3]03−[2x2]03+[5x]03
Step 3: Evaluate each antiderivative at the upper limit (x=3) and lower limit (x=0), then subtract.
=2((3)3−(0)3)−2((3)2−(0)2)+5(3−0)
Step 4: Simplify the arithmetic inside each parentheses.
=2(27−0)−2(9−0)+5(3)
=2(27)−2(9)+15
Step 5: Perform the final multiplication and addition/subtraction.
=54−18+15
=51
Therefore, the value of the definite integral is 51.
- Linearity of Integration: ∫[af(x)+bg(x)]dx=a∫f(x)dx+b∫g(x)dx
- Power Rule for Integration: ∫xndx=n+1xn+1+C (for n=−1)
- Fundamental Theorem of Calculus: ∫abf(x)dx=F(b)−F(a), where F(x) is the antiderivative of f(x)
Summary of Steps
- Split the integral into three separate integrals using linearity: 6∫03x2dx−4∫03xdx+5∫031dx
- Integrate each term using the power rule, simplifying coefficients: 2x3, −2x2, and 5x
- Evaluate each antiderivative at the bounds x=3 and x=0
- Calculate the values: 2(27)−2(9)+5(3)=54−18+15
- Simplify to obtain the final result: 51