Question
How do we use definite integrals to find the area bounded by curves? Walk through the method for area between two curves, area under a parabola, and choosing between horizontal and vertical strips.
(JEE Main — method selection + computation)
Solution — Step by Step
The area between a curve and the x-axis from to :
The absolute value is critical — if the curve dips below the x-axis, integrate the positive and negative parts separately.
For two curves (upper) and (lower):
Example: Area between and from to .
Here is above in :
If the curves are easier to express as , integrate with respect to :
Use horizontal strips when: the bounding curves are of the form , or when vertical strips would require splitting the integral into multiple parts.
| Problem Type | Approach |
|---|---|
| Area under parabola | Vertical strips, straightforward |
| Area of ellipse | (derive via or use formula) |
| Area between parabola and line | Find intersection points first, then integrate difference |
| Area bounded by $ | x |
Find the area enclosed between and .
Intersection: , so .
Using horizontal strips (easier here since parabola gives ):
graph TD
A["Area Problem"] --> B{"Curves given as y = f of x?"}
B -->|Yes| C["Vertical strips: integrate dx"]
B -->|No| D{"Curves as x = g of y?"}
D -->|Yes| E["Horizontal strips: integrate dy"]
C --> F["Find intersection points"]
E --> F
F --> G["Identify upper/right curve"]
G --> H["Integrate: upper minus lower"]
H --> I["Check: use symmetry if possible"]
style A fill:#fbbf24,stroke:#000,stroke-width:2px
style H fill:#86efac,stroke:#000
Why This Works
The definite integral geometrically represents the signed area between a curve and an axis. When we compute , we are summing up infinitesimally thin vertical rectangles, each of height and width . The choice between vertical and horizontal strips is purely about convenience — both give the same answer.
The skill tested in JEE is not the integration itself (which is usually simple) but the setup: finding intersection points correctly, identifying which curve is on top, and choosing the right variable of integration.
Common Mistake
The number one error: forgetting to find intersection points or finding them incorrectly. If your limits of integration are wrong, the entire answer is wrong — even if the integration is perfect. Always solve carefully and verify by plugging back. Also, do not forget the absolute value when a curve crosses the axis within the integration interval.
For JEE Main, about 1 question per paper comes from this chapter. Most are straightforward area-between-curves problems. The parabola-line and parabola-parabola combinations are the most common. Practise these 10 standard types and you will cover 90% of what appears.