Question Statement
Find the area bounded by the curve y = x 3 + 1 , the x -axis and the line x = 1 .
Background and Explanation
To find the area bounded by a curve and the x -axis, we evaluate the definite integral of the function over the interval where the curve lies above the axis. First, determine the left and right boundaries by finding where the curve intersects the x -axis and identifying any given vertical lines.
Solution
We begin with the curve:
y = x 3 + 1
The region is bounded on the right by the line x = 1 . To find the left boundary, we determine where the curve intersects the x -axis by setting y = 0 :
x 3 + 1 ( x + 1 ) ( x 2 + x + 1 ) = 0 = 0
This yields:
x + 1 = 0 ⇒ x = − 1
For the quadratic factor x 2 + x + 1 = 0 , we apply the quadratic formula:
x = 2 − 1 ± ( 1 ) 2 − 4 ( 1 ) ( 1 ) = 2 − 1 ± 1 − 4 = 2 − 1 ± − 3
Since the discriminant is negative, these roots are imaginary. Therefore, the only real intersection with the x -axis occurs at x = − 1 .
The area is bounded between x = − 1 and x = 1 .
The area is given by the definite integral:
Area = ∫ − 1 1 y d x = ∫ − 1 1 ( x 3 + 1 ) d x
Using the linearity of integration, we split this into two separate integrals:
Area = ∫ − 1 1 x 3 d x + ∫ − 1 1 1 d x
Evaluating the first integral using the power rule:
∫ − 1 1 x 3 d x = 4 x 4 − 1 1 = 4 1 ( ( 1 ) 4 − ( − 1 ) 4 ) = 4 1 ( 1 − 1 ) = 4 1 ( 0 ) = 0
Evaluating the second integral:
∫ − 1 1 1 d x = ∣ x ∣ − 1 1 = ( 1 − ( − 1 )) = 1 + 1 = 2
Combining both results:
Area = 0 + 2 = 2 sq. unit
Area under a curve : A = ∫ a b f ( x ) d x where a and b are the horizontal boundaries
Power rule for integration : ∫ x n d x = n + 1 x n + 1 (for n = − 1 )
Quadratic formula : x = 2 a − b ± b 2 − 4 a c for solving a x 2 + b x + c = 0
Linearity of integration : ∫ [ f ( x ) + g ( x )] d x = ∫ f ( x ) d x + ∫ g ( x ) d x
Summary of Steps
Find x-intercept : Set y = 0 and solve x 3 + 1 = 0 to find the left boundary at x = − 1 (discarding imaginary roots)
Identify boundaries : The region extends from x = − 1 (x-intercept) to x = 1 (given line)
Set up integral : Write Area = ∫ − 1 1 ( x 3 + 1 ) d x
Split the integral : Separate into ∫ − 1 1 x 3 d x + ∫ − 1 1 1 d x
Integrate : Apply the power rule to get [ 4 x 4 ] − 1 1 + [ x ] − 1 1
Evaluate limits : Substitute bounds to obtain 4 1 ( 1 − 1 ) + ( 1 − ( − 1 )) = 0 + 2
Final answer : The area equals 2 square units