4.2.13 · D4Calculus II — Integration

Exercises — Area between curves — horizontal and vertical slices

2,094 words10 min readBack to topic

Two reference pictures you will reuse:

Figure — Area between curves — horizontal and vertical slices
Figure — Area between curves — horizontal and vertical slices

L1 — Recognition

These ask only: which curve is on top / on the right, and where do they meet? No heavy integration yet.

Problem 1.1

On the two curves are and . Without integrating, state which is the top curve and give the intersection -values.

Recall Solution

WHAT we do: find where they meet, then test one interior point. Set them equal: , so they meet at and (this uses Solving Quadratic & Polynomial Equations). Test a point at (interior): line gives ; parabola gives . Since , the line is on top across the whole interval . Why one point is enough: the curves only cross at the two endpoints, so the order (who is on top) can’t flip anywhere in between. Answer: top , bottom , meeting at .

Problem 1.2

For the region trapped between and (a sideways parabola capped by a vertical line), decide whether vertical or horizontal slices give a single clean integral, and name the -limits.

Recall Solution

Look at the picture (s02): the parabola opens rightward. For a fixed height , the region runs from the parabola on the left () to the line on the right (). That is one right curve and one left curve for every — a clean horizontal slice. A vertical slice at fixed would hit the curve at and — top and bottom are two branches of the same curve, awkward to write as . -limits: the parabola meets when , i.e. . So . Answer: horizontal slices; , integrand .


L2 — Application

Set up and evaluate one integral.

Problem 2.1

Find the area between and the -axis ().

Recall Solution

Intersections: . So . Top/bottom: at , curve axis, so the parabola is the top, the bottom. Integrate top minus bottom (vertical slices, thickness ): At : . At : . Why this antiderivative: and . ✔

Problem 2.2

Find the area between and on .

Recall Solution

Intersections: , so . There is a crossing inside the interval at — a warning sign. Order flips! Test : , , so line is top on . Test : , , so here, cube is top on . Split at the crossing and take (topbottom) on each piece: First: . Second: .


L3 — Analysis

Now the choice of slice direction is the whole game.

Problem 3.1

Find the area of the region bounded by and using vertical slices, to feel why horizontal was smarter (the parent solved it in and got ).

Recall Solution

See s02. The parabola has a nose at and passes through (at ) and (at ). The line meets it at and . Scanning left to right, the top and bottom of a vertical strip change at :

  • For : strip runs from the lower parabola branch up to the upper branch . Height .
  • For : strip runs from the line (bottom) up to (top). Height . First: . Second: . At : . At : . Difference . Lesson: same answer, but two integrals and a branch-split versus the single integral. Horizontal wins here.

Problem 3.2

Find the area between and from to .

Recall Solution

Crossing inside? , which is inside . Split there. Order on each piece: at , , so is top on . At , , so is top on . First: . Second: .


L4 — Synthesis

Combine slicing, splitting, and clever region description.

Problem 4.1

Find the area of the triangle with vertices , , using integration (not the formula), then confirm with the shoelace value.

Recall Solution

See s03. Get the three edge lines.

  • : slope , so .
  • : slope , so .
  • : slope , so . Scanning left to right the top edge changes at (the vertex ):
  • : top , bottom . Height .
  • : top , bottom . Height . First: . Second: . Shoelace check:

Problem 4.2

Find the area enclosed by the parabola and the line .

Recall Solution

Why horizontal: the parabola is given as already, so slice in — no inversion needed. Intersections: , so . Right/left: at , parabola ; line . So parabola is right, line is left. At :


L5 — Mastery

Parameters, proofs, and both-ways verification.

Problem 5.1

For which constant does the line cut off area exactly from under the parabola (region where the parabola is above the line)? Assume .

Recall Solution

Intersections: , so and . Top/bottom: for small the parabola exceeds (since ), so parabola is top. Let : Set equal to : That violates , so no admissible gives area ; the maximum area (at ) is exactly and it is only approached, never reached for . Answer: ; area requires , so no valid exists — the supremum is not attained.

Problem 5.2

Prove that the region between and on has the same area computed by and by , and give that area. (The parent asserted ; you must derive both directions cleanly.)

Recall Solution

Vertical (). On , at : , so is top. Horizontal (). Invert (uses Inverse Functions): ; . For , at : vs , so the line is right, is left. Why they must match: both integrals are Riemann sums (Definite Integral as Riemann Sum) of the same set of unit-area pieces tiling the same region; the direction of slicing only reorders the sum, and finite reordering of a convergent sum of areas cannot change the total. Hence both ways.

Problem 5.3

A region is bounded on the right by and on the left by (both parabolas in ), between their intersections. Find the area.

Recall Solution

Intersections: . They meet at only one point, so they do not enclose a bounded region on their own — we need explicit -bounds or another boundary. Re-read: the phrasing "between their intersections" is a trap since there is a single tangential meeting at . Careful check of the gap: for , . This is positive for and negative for , meaning is right only for ; for the roles flip. With just these two curves and one crossing, no closed area exists — the answer is " enclosed area / region not bounded." Lesson: always confirm the curves actually enclose a region (need crossings for a lens) before integrating.


Recall Master checklist (reveal after finishing)

Point of technique ::: Ask "what changes as I sweep?" — if the top/bottom changes but right/left doesn't, slice horizontally. Before integrating ::: Confirm the curves cross at two points (real bounded region), then test an interior point for order. If curves cross inside ::: Split at every crossing; integrate (topbottom) on each piece — never straight through. Sanity check ::: Match thickness to limits (-limits, -limits) and, when feasible, compute both ways.

Connections