Question Statement
Find the area bounded by the curve f ( x ) = x 3 − 2 x 2 + 1 and the x -axis in the first quadrant bounded by the line x = 1.5 .
Background and Explanation
This problem involves calculating the area between a cubic curve and the x -axis using definite integration. First, find the roots of the function to determine where the curve intersects the x -axis, then set up the appropriate definite integral over the interval where the function is non-negative in the first quadrant.
Solution
Given the curve:
f ( x ) = x 3 − 2 x 2 + 1
At the x -axis, f ( x ) = 0 :
x 3 − 2 x 2 + 1 = 0
Take x = 1 :
( 1 ) 3 − 2 ( 1 ) 2 + 1 = 0
1 − 2 + 1 = 0
0 = 0
Therefore, x = 1 is a root by inspection.
Using synthetic division to factor out ( x − 1 ) from the polynomial x 3 − 2 x 2 + 0 x + 1 :
The depressed equation is:
x 2 − x − 1 = 0
Here a = 1 , b = − 1 , c = − 1 . Using the quadratic formula:
x = 2 a − b ± b 2 − 4 a c
x = 2 × 1 − ( − 1 ) ± ( − 1 ) 2 − 4 ( 1 ) ( − 1 ) = 2 1 ± 1 + 4
x = 2 1 ± 5
This yields:
x = 2 1 + 5 and x = 2 1 − 5
Since 2 1 − 5 is negative, we neglect it for the first quadrant.
Since the required area is in the first quadrant, and observing from the figure that the curve is above the x -axis from x = 0 to x = 1 :
The area is given by:
Area = ∫ 0 1 ( x 3 − 2 x 2 + 1 ) d x
Breaking this into separate integrals:
Area = ∫ 0 1 x 3 d x − 2 ∫ 0 1 x 2 d x + ∫ 0 1 1 d x
Evaluating each term:
= [ 4 x 4 ] 0 1 − 2 [ 3 x 3 ] 0 1 + [ x ] 0 1
Substituting the limits:
= ( 4 1 − 0 ) − 2 ( 3 1 − 0 ) + ( 1 − 0 )
= 4 1 − 3 2 + 1
Finding a common denominator (12):
= 12 3 − 8 + 12
= 12 7 sq. unit
Synthetic Division : For polynomial factorization when one root is known
Quadratic Formula : x = 2 a − b ± b 2 − 4 a c for solving a x 2 + b x + c = 0
Definite Integration : Area = ∫ a b f ( x ) d x for calculating area under a curve
Power Rule for Integration : ∫ x n d x = n + 1 x n + 1 + C
Summary of Steps
Set up the equation : Identify f ( x ) = x 3 − 2 x 2 + 1 and find where f ( x ) = 0
Find rational root : Verify x = 1 is a root by substitution
Factor the polynomial : Use synthetic division to obtain the depressed equation x 2 − x − 1 = 0
Find remaining roots : Apply the quadratic formula to get x = 2 1 ± 5
Determine integration limits : Identify that the curve is above the x -axis from x = 0 to x = 1 in the first quadrant
Set up the integral : Write Area = ∫ 0 1 ( x 3 − 2 x 2 + 1 ) d x
Evaluate : Compute the definite integral to obtain 12 7 square units