Analyzing the Setup
Imagine standing on a vast, flat, mathematical landscape. Before you, two distinct paths are carved into the earth. One is a graceful, upward-opening parabola defined by the equation y=x2+2.
Its vertex, the lowest point of its journey, rests elegantly at (0,2) on the y-axis, never dipping down to touch the x-axis. The other path is a straight, unwavering line, y=x+1, cutting across the plane with a steady slope of 1.
Our goal is to calculate the precise area of the region trapped between these two paths, enclosed by the vertical walls at x=0 and x=3.
Visualizing the Landscape
Before we touch a single integral sign, we must see the region. When you plot y=x2+2 and y=x+1, you will notice that for every value of x between 0 and 3, the parabola is flying higher than the line.
It acts as a protective ceiling, while the line serves as a solid floor. This is the 'upper' and 'lower' relationship that defines our area.
By seeing the curves, we understand that our area is simply the accumulation of the vertical distance between the ceiling and the floor at every point along the x-axis.
The Calculus Engine
We use the power of the definite integral to sum up this area. The area A is the integral of the difference between the upper function and the lower function:
A=∫03[yupper−ylower]dx
Substituting our functions, we get:
Before we integrate, we simplify the integrand. Subtracting the line from the parabola, we get x2+2−x−1, which simplifies to x2−x+1. Now, our problem is transformed into the integral of a simple polynomial:
The Final Ascent
We apply the fundamental theorem of calculus by integrating term by term using the power rule. The antiderivative is:
Plugging in the upper limit x=3, we calculate:
(333−232+3)=(327−29+3)=9−4.5+3=7.5
Plugging in the lower limit x=0 yields 0. Subtracting the lower limit from the upper limit, we arrive at 7.5−0=7.5.
Converting this to a fraction, we find our final answer: 215 square units.