← Back to all lessons
Class 12Calculus8:09Published 2 Mar 2026

Area Under the Curve: Short Questions

Two worked short questions on finding the area of a shaded region using definite integration, covering a region bounded by a parabola and a line, and a region under a sideways parabola.

This lesson walks through two exam-style short questions on areas under a curve. The first finds the shaded region between the parabola x squared equals y and the line y equals 4 by subtracting the area under the curve from the area under the line. The second finds the area enclosed by the parabola y squared equals x, the line x equals 3, and the x axis in the first quadrant. Each problem shows how to find the limits, set up the definite integral, and evaluate it step by step.

What you'll learn

  • How to find where a curve and a line intersect to set the limits of integration
  • Finding a shaded area by subtracting the area under a curve from the area under a line
  • Setting up and evaluating a definite integral for the area under a sideways parabola in the first quadrant

Lesson chapters

0:00Introduction to area under the curve
0:13Question 1: region between a parabola and a line
0:44Finding the intersection point
2:56Evaluating the first integral
4:34Question 2: area enclosed by y squared equals x
6:01Setting up and evaluating the second integral

Lesson notes

This lesson works through two short exam questions on finding the area of a shaded region using definite integration. In the first we use a line minus a curve; in the second we integrate a single curve over a given interval.

Question 1: area between the parabola and the line

We are given the curve x2=yx^2 = y (a parabola opening upward) and the line y=4y = 4. The shaded region lies between the line and the curve in the first quadrant.

Finding the intersection point

Substitute y=4y = 4 into the curve x2=yx^2 = y:

x2=4    x=±2.x^2 = 4 \implies x = \pm 2.

The shaded region is in the first quadrant, so we take x=2x = 2. The curve and line meet at (2,4)(2, 4), and the limits on the xx axis run from 00 to 22.

Setting up the area

The shaded area is the area under the line minus the area under the curve:

A=024dx02x2dx.A = \int_0^2 4\,dx - \int_0^2 x^2\,dx.

Evaluating

A=[4x]02[x33]02=4(2)13(23)=883.A = \big[\,4x\,\big]_0^2 - \left[\tfrac{x^3}{3}\right]_0^2 = 4(2) - \tfrac{1}{3}(2^3) = 8 - \tfrac{8}{3}.

A=2483=163 square units.A = \tfrac{24 - 8}{3} = \tfrac{16}{3} \text{ square units}.

Question 2: area enclosed by y2=xy^2 = x, x=3x = 3 and the xx axis

Here no figure is given, so we sketch it ourselves. The curve y2=xy^2 = x is a parabola opening to the right. With the line x=3x = 3 and the xx axis, the shaded region sits in the first quadrant.

Setting up the area

From the curve, y=xy = \sqrt{x}. Taking xx as the variable, the area runs from 00 to 33:

A=03ydx=03xdx=03x1/2dx.A = \int_0^3 y\,dx = \int_0^3 \sqrt{x}\,dx = \int_0^3 x^{1/2}\,dx.

Evaluating

Using xndx=xn+1n+1\int x^n\,dx = \dfrac{x^{n+1}}{n+1} with n=12n = \tfrac{1}{2}:

A=[x3/23/2]03=[23x3/2]03=23(3)3/2.A = \left[\frac{x^{3/2}}{3/2}\right]_0^3 = \left[\tfrac{2}{3}\,x^{3/2}\right]_0^3 = \tfrac{2}{3}\,(3)^{3/2}.

Since 33/2=33=27=93=333^{3/2} = \sqrt{3^3} = \sqrt{27} = \sqrt{9 \cdot 3} = 3\sqrt{3}:

A=2333=23 square units.A = \tfrac{2}{3}\cdot 3\sqrt{3} = 2\sqrt{3} \text{ square units}.

Key takeaways

  • To find an area between a line and a curve, subtract the integral of the curve from the integral of the line over the same limits.
  • Find the limits of integration from where the boundaries intersect; keep only the values that lie in the required region.
  • For a sideways parabola y2=xy^2 = x, write y=xy = \sqrt{x} and integrate with respect to xx, using x1/2dx=23x3/2\int x^{1/2}\,dx = \tfrac{2}{3}x^{3/2}.