The regions in this section all share one feature: the curve crosses the x-axis inside the interval, or arrives wrapped in a modulus. Blind integration fails on every one of them. The reliable workflow:
Sketch the curve — even a rough sign-correct sketch.
Find the x-intercepts inside the interval (solve y=0).
Split the integral at each intercept.
Integrate each piece, take absolute values, add.
The model case: a line crossing the axis
For the area bounded by y=3x+2, the x-axis and the ordinates x=−1, x=1: the line meets the axis at x=−32, lying below for −1≤x<−32 and above for −32<x≤1.
Skipping the split gives ∫−11(3x+2)dx=4 — a wrong area, because the piece below the axis entered with the wrong sign.
Key Point: An x-intercept inside the interval is a mandatory checkpoint. Two clean sub-integrals beat one wrong shortcut — and both boards and JEE deliberately choose intervals that straddle an intercept.
[JEE Tip] For straight lines the two pieces are triangles — check each integral against 21×base×height. Here the left triangle has base 31 and height 1: area 61 ✓, and the right one has base 35 and height 5: area 625 ✓. Free verification, zero extra time.
Trigonometric Arches and Modulus Curves
Full-period trig areas
Over [0,2π], y=cosx is positive on [0,2π], negative on [2π,23π], positive again on [23π,2π] — three regions:
The same argument gives area 4 for y=sinx over [0,2π] (two arches of 2 each). The signed integrals are 0 in both cases — maximal cancellation, maximal trap.
Arch arithmetic worth memorising: every half-arch of sinx or cosx (a quarter period) has area 1; every full arch has area 2; a full period has area 4.
Modulus curves
y=∣x+3∣: a V with vertex at (−3,0). On [−6,0] it makes two congruent triangles (base 3, height 3 each): ∫−60∣x+3∣dx=29+29=9. Working rule: replace ∣x+3∣ by −(x+3) left of −3 and (x+3) right of it.
y=x∣x∣: equals x2 for x≥0 and −x2 for x<0 — an odd S-shaped curve through the origin. The area bounded with the x-axis on [−1,1] is ∫−10(−x2)dx+∫01x2dx=31+31=32 (while the signed integral is 0, since the function is odd).
Power curves with negative stretches:y=x3 on [−2,1] gives area ∫−20x3dx+∫01x3dx=4+41=417.
Key Point: A modulus is an instruction to split at the corner or sign change and rewrite each branch without the modulus. After that it's ordinary integration — the modulus never survives into the anti-derivative.
[JEE Tip] Symmetry still helps with areas — but with absolute values: for odd f, the area on [−a,a] is 2∫0a∣f∣, not 0. Odd symmetry kills signed integrals, and doubles areas.
Solved Examples
Example 1: The line that crosses
Find the area of the region bounded by the line y=3x+2, the x-axis and the ordinates x=−1 and x=1.
Solution:
Find the intercept:3x+2=0 at x=−32, which lies inside [−1,1] — split there.
Left piece (below the axis):∫−1−2/3(3x+2)dx=[23x2+2x]−1−2/3=−32−(−21)=−61; take −61=61.
Right piece (above):∫−2/31(3x+2)dx=27−(−32)=625.
Add:61+625=626.
Final Answer:313 square units.
Example 2: Cosine over a full period
Find the area bounded by y=cosx and the x-axis between x=0 and x=2π.
Solution:
Sign chart: positive on [0,2π], negative on [2π,23π], positive on [23π,2π].
Three pieces:[sinx]0π/2=1; [sinx]π/23π/2=−2, absolute value 2; [sinx]3π/22π=1.
Add:1+2+1=4.
Final Answer:4 square units.
Example 3: A plain power curve
Find the area under y=x2 between x=1, x=2 and the x-axis.
Solution:
No sign worries:x2>0 on [1,2].
Evaluate:∫12x2dx=3x312=38−1.
Final Answer:37 square units.
Example 4: A higher power
Find the area under y=x4, between x=1, x=5 and the x-axis.
Solution:
Set up:A=∫15x4dx=5x515.
Evaluate:53125−1=53124.
Final Answer:53124 square units (624.8).
Example 5: A modulus V-curve
Sketch y=∣x+3∣ and evaluate ∫−60∣x+3∣dx.
Solution:
Sketch: a V with vertex at (−3,0); on [−6,−3], ∣x+3∣=−(x+3); on [−3,0], ∣x+3∣=x+3.
Left piece:∫−6−3−(x+3)dx=[−2(x+3)2]−6−3=0+29=29.
Right piece:∫−30(x+3)dx=2(x+3)2−30=29.
Add:29+29=9. (Check: two triangles, each 21⋅3⋅3=29. ✓)
Final Answer:9 square units.
Example 6: Sine over a full period
Find the area bounded by y=sinx and the x-axis between x=0 and x=2π.
Solution:
Sign chart: positive on [0,π], negative on [π,2π] — two arches.
Pieces:∫0πsinxdx=2; ∫π2πsinxdx=∣−2∣=2.
Add:2+2=4.
Final Answer:4 square units — while the signed integral over the same interval is 0.
Example 7: An odd cube across the origin
Find the area bounded by y=x3, the x-axis and the ordinates x=−2 and x=1.
Solution:
Intercept inside:x3=0 at x=0 — split there.
Left piece:∫−20x3dx=−4; absolute value 4.
Right piece:∫01x3dx=41.
Add:4+41=417.
Final Answer:417 square units. (The unsplit integral gives −415 — a listed wrong option in the exercise MCQ.)
Example 8: The signature curve y=x∣x∣
Find the area bounded by y=x∣x∣, the x-axis and the ordinates x=−1 and x=1.
Solution:
Unwrap the modulus:y=x2 for x≥0 and y=−x2 for x<0 (an odd curve, below the axis on the left).
Left piece:∫−10(−x2)dx=[−3x3]−10=0−31=−31; take the absolute value: 31.
Right piece:∫01x2dx=31.
Add:31+31=32.
Final Answer:32 square units.
Takeaway: Odd curves bound equal areas on both sides of the origin — the signed integral cancels to 0, the area doubles to 2× one side. Know which of the two the question asks for.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.