The definite integral measures a signed area between a curve and a coordinate axis. For a curve $y=f(x)$ that lies above the $x$-axis on $[a,b]$, the area trapped between the curve, the $x$-axis and the ordinates $x=a$ and $x=b$ is
$$\text{Area}=\int_a^b y\,dx=\int_a^b f(x)\,dx.$$
Think of the region as a stack of vertical strips of width $dx$ and height $y$; each strip has area $y\,dx$, and the integral sums them from $x=a$ to $x=b$. Always sketch the region first. The picture fixes the limits, tells you whether the curve dips below the axis, and decides whether it is cleaner to integrate in $x$ or in $y$.
When the curve dips below the axis. Where $f(x)<0$ the strips have negative height, so $\int_a^b f(x)\,dx$ returns a negative value. Geometric area is always positive, so split the interval at every $x$-intercept and take the absolute value of each below-axis piece:
$$\text{Area}=\left|\int_a^c f(x)\,dx\right|+\left|\int_c^b f(x)\,dx\right|.$$
For $y=\sin x$ on $[0,2\pi]$, for instance, the plain integral is $0$ (the hump above cancels the hump below), but the area is $\int_0^{\pi}\sin x\,dx+\left|\int_{\pi}^{2\pi}\sin x\,dx\right|=2+2=4$.
Area with respect to the $y$-axis. When a region is bounded on the left by the $y$-axis, or is described more naturally as $x=g(y)$, use horizontal strips of height $dy$ and width $x$:
$$\text{Area}=\int_c^d x\,dy=\int_c^d g(y)\,dy.$$
A sideways parabola such as $y^2=4ax$ or the part of a circle to the right of the $y$-axis is usually easiest this way.
Standard curves and their areas
A handful of standard regions recur throughout the exercise. Memorise the shapes; re-derive the formulae by integration.
Exploiting symmetry. Most standard curves are symmetric about an axis. For the circle $x^2+y^2=a^2$, the upper half is $y=\sqrt{a^2-x^2}$, so the whole area is
$$\text{Area}=4\int_0^a \sqrt{a^2-x^2}\,dx=4\left[\frac{x}{2}\sqrt{a^2-x^2}+\frac{a^2}{2}\sin^{-1}\frac{x}{a}\right]_0^a=4\cdot\frac{a^2}{2}\cdot\frac{\pi}{2}=\pi a^2.$$
Working one quadrant and multiplying by $4$ (or one half and doubling) keeps the limits simple and avoids sign trouble. The two standard integrals you will lean on are $\int\sqrt{a^2-x^2}\,dx=\dfrac{x}{2}\sqrt{a^2-x^2}+\dfrac{a^2}{2}\sin^{-1}\dfrac{x}{a}+C$ and $\int\sqrt{x^2-a^2}\,dx$, both from the previous chapter.
Area bounded by a curve and a line
When one boundary of the region is a straight line (for example, find the area of $y^2=4ax$ cut off by its latus rectum $x=a$, or the area of the circle to one side of a chord), the method is unchanged: identify the limits from where the line meets the curve, then integrate $y\,dx$ (or $x\,dy$) over that span. The line simply supplies one of the limits or one of the ordinates.
Deeper Insight — the integral is a strip-summing machine, sign and all. Everything in this topic follows from one picture: a thin vertical strip of area $y\,dx$. If you keep that picture in mind, three things stop being separate rules. First, area below the axis comes out negative simply because the strip height $y$ is negative there — so you take $|\cdot|$, not because of a special formula. Second, integrating along $y$ is the very same idea turned $90^\circ$: strips of area $x\,dy$. Third, symmetry works because identical strips on either side of an axis contribute equally, so you may integrate a convenient quarter and scale up. Treat the limits as "where does the region start and stop", read them straight off your sketch, and the integration itself is routine.
Find the area under $y=x^2$ from $x=0$ to $x=3$.
Solution$\int_0^3 x^2\,dx=\left[\dfrac{x^3}{3}\right]_0^3=\dfrac{27}{3}=9$ square units.
Answer: $9$ square units.
Find the area bounded by $y=x^2$, the $x$-axis and $x=2$.
Solution$\int_0^2 x^2\,dx=\left[\dfrac{x^3}{3}\right]_0^2=\dfrac{8}{3}$ square units.
Answer: $\dfrac{8}{3}$ square units.
Find the area under $y=\sin x$ from $0$ to $\pi$.
Solution$\int_0^{\pi}\sin x\,dx=[-\cos x]_0^{\pi}=-(-1)+1=2$ square units.
Answer: $2$ square units.
Find the area of the region bounded by $x=y^2$ and $x=4$ (in the first quadrant).
SolutionIntegrate along $y$ from $0$ to $2$ (since $x=4\Rightarrow y=2$): area $=\int_0^2 (4-y^2)\,dy=\left[4y-\dfrac{y^3}{3}\right]_0^2=8-\dfrac{8}{3}=\dfrac{16}{3}$ square units.
Answer: $\dfrac{16}{3}$ square units.
Find the area enclosed by the circle $x^2+y^2=a^2$.
SolutionBy symmetry, take four times the first-quadrant area where $y=\sqrt{a^2-x^2}$. Area $=4\int_0^a \sqrt{a^2-x^2}\,dx=4\left[\dfrac{x}{2}\sqrt{a^2-x^2}+\dfrac{a^2}{2}\sin^{-1}\dfrac{x}{a}\right]_0^a$. At $x=a$ the first term is $0$ and $\sin^{-1}1=\dfrac{\pi}{2}$, so the bracket is $\dfrac{a^2}{2}\cdot\dfrac{\pi}{2}$. Hence area $=4\cdot\dfrac{\pi a^2}{4}=\pi a^2$ square units.
Answer: $\pi a^2$ square units.
Find the area enclosed by the ellipse $\dfrac{x^2}{16}+\dfrac{y^2}{9}=1$.
SolutionHere $a=4$, $b=3$. In the first quadrant $y=\dfrac{b}{a}\sqrt{a^2-x^2}=\dfrac{3}{4}\sqrt{16-x^2}$. Area $=4\int_0^4 \dfrac{3}{4}\sqrt{16-x^2}\,dx=3\left[\dfrac{x}{2}\sqrt{16-x^2}+\dfrac{16}{2}\sin^{-1}\dfrac{x}{4}\right]_0^4=3\left(0+8\cdot\dfrac{\pi}{2}\right)=12\pi$ square units. (This matches the formula $\pi ab=\pi\cdot4\cdot3$.)
Answer: $12\pi$ square units.
Find the area of the region bounded by the parabola $y^2=4x$, the $x$-axis and the line $x=4$ (first quadrant).
SolutionIn the first quadrant $y=2\sqrt{x}$. Area $=\int_0^4 2\sqrt{x}\,dx=2\left[\dfrac{2}{3}x^{3/2}\right]_0^4=\dfrac{4}{3}\cdot 8=\dfrac{32}{3}$ square units.
Answer: $\dfrac{32}{3}$ square units.
Find the area between the curve $y=x^3$, the $x$-axis, and the lines $x=-1$ and $x=1$.
Solution$y=x^3$ is below the axis on $(-1,0)$ and above on $(0,1)$, so split and take absolute values. By symmetry, area $=2\int_0^1 x^3\,dx=2\left[\dfrac{x^4}{4}\right]_0^1=2\cdot\dfrac14=\dfrac12$ square unit. (The plain integral $\int_{-1}^1 x^3\,dx=0$, which is not the area.)
Answer: $\dfrac12$ square unit.
Find the area under $y=\cos x$ between $x=0$ and $x=\dfrac{\pi}{2}$.
SolutionOn $\left[0,\dfrac{\pi}{2}\right]$, $\cos x\ge 0$. Area $=\int_0^{\pi/2}\cos x\,dx=[\sin x]_0^{\pi/2}=1-0=1$ square unit.
Answer: $1$ square unit.
Find the area of the region bounded by $y^2=9x$, the $y$-axis, and the lines $y=0$ and $y=3$.
SolutionUse horizontal strips: from $y^2=9x$, $x=\dfrac{y^2}{9}$. Area $=\int_0^3 \dfrac{y^2}{9}\,dy=\dfrac{1}{9}\left[\dfrac{y^3}{3}\right]_0^3=\dfrac{1}{9}\cdot 9=1$ square unit.
Answer: $1$ square unit.
Find the area enclosed between $y=\sqrt{x}$, the $x$-axis and the ordinates $x=1$ and $x=4$.
SolutionThe curve is above the axis on $[1,4]$. Area $=\int_1^4 \sqrt{x}\,dx=\left[\dfrac{2}{3}x^{3/2}\right]_1^4=\dfrac{2}{3}(8-1)=\dfrac{14}{3}$ square units.
Answer: $\dfrac{14}{3}$ square units.
Find the area of the region in the first quadrant bounded by $y=x^2$, the $y$-axis and the line $y=4$.
SolutionHere the region lies to the left of the curve, so integrate along $y$ with $x=\sqrt{y}$. Area $=\int_0^4 \sqrt{y}\,dy=\left[\dfrac{2}{3}y^{3/2}\right]_0^4=\dfrac{2}{3}\cdot 8=\dfrac{16}{3}$ square units.
Answer: $\dfrac{16}{3}$ square units.