100% FREE Updated: Mar 2026 Calculus Integral Calculus

Fundamentals and Multiple Integrals

Comprehensive study notes on Fundamentals and Multiple Integrals for CUET PG Mathematics preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Fundamentals and Multiple Integrals

This chapter establishes the foundational concepts of definite integrals and the Fundamental Theorem of Calculus, crucial for understanding advanced calculus. It then extends these principles to multiple integrals, covering double and triple integration, change of order, and practical applications. Mastery of these topics is essential for success in the CUET PG Mathematics examination.

---

Chapter Contents

| # | Topic |
|---|-------|
| 1 | Definite Integrals and the Fundamental Theorem |
| 2 | Double and Triple Integrals |
| 3 | Change of Order of Integration |
| 4 | Applications of Multiple Integrals |

---

We begin with Definite Integrals and the Fundamental Theorem.

Part 1: Definite Integrals and the Fundamental Theorem

Definite integrals provide a rigorous method for calculating accumulation over an interval, serving as a foundational concept in calculus. The Fundamental Theorem of Calculus establishes a critical link between differentiation and integration, enabling efficient evaluation of these integrals. We explore their properties, evaluation techniques, and diverse applications in geometric and physical problems.

---

Core Concepts

1. The Definite Integral as a Limit of Sums

We define the definite integral of a function f(x)f(x) over an interval [a,b][a, b] as the limit of Riemann sums. This conceptualization connects the integral to the area under a curve, representing the sum of infinitesimally narrow rectangles.

📐 Definite Integral as a Limit of Sums
abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x) dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x
Where: Δx=ban\Delta x = \frac{b-a}{n} is the width of each subinterval. xix_i^* is a sample point in the ii-th subinterval [xi1,xi][x_{i-1}, x_i]. When to use: For understanding the theoretical basis or converting a limit sum expression into an integral.

Quick Example:
Express the limit as a definite integral: limni=1n1n(in)2\lim_{n \to \infty} \sum_{i=1}^n \frac{1}{n} \left(\frac{i}{n}\right)^2.

Step 1: Identify f(x)f(x), dxdx, and the interval.
We observe Δx=1n\Delta x = \frac{1}{n} and xi=inx_i = \frac{i}{n}. If we choose a=0a=0, then b=1b=1.
Therefore, f(x)=x2f(x) = x^2.

01x2dx\int_0^1 x^2 dx

Answer: 01x2dx\int_0^1 x^2 dx

:::question type="MCQ" question="The value of limn[1n2+12+2n2+22+3n2+32++nn2+n2]\lim_{n \to \infty} \left[\frac{1}{n^2 + 1^2} + \frac{2}{n^2 + 2^2} + \frac{3}{n^2 + 3^2} + \dots + \frac{n}{n^2 + n^2}\right] is:" options=["12log2\frac{1}{2} \log 2","log2\log 2","π4\frac{\pi}{4}","12\frac{1}{2}"] answer="12log2\frac{1}{2} \log 2" hint="Rewrite the sum in the form limni=1nf(i/n)(1/n)\lim_{n \to \infty} \sum_{i=1}^n f(i/n) (1/n)." solution="Step 1: Rewrite the given sum.

limni=1nin2+i2=limni=1ni/n1+(i/n)21n\lim_{n \to \infty} \sum_{i=1}^n \frac{i}{n^2 + i^2} = \lim_{n \to \infty} \sum_{i=1}^n \frac{i/n}{1 + (i/n)^2} \cdot \frac{1}{n}

Step 2: Identify f(x)f(x) and the limits of integration.
Here, xi=i/nx_i = i/n and Δx=1/n\Delta x = 1/n. Thus, we can identify f(x)=x1+x2f(x) = \frac{x}{1+x^2}.
The limits of integration are from x=0x=0 (when i=1i=1, 1/n01/n \to 0) to x=1x=1 (when i=ni=n, n/n=1n/n=1).

Step 3: Convert to a definite integral and evaluate.

01x1+x2dx\int_0^1 \frac{x}{1+x^2} dx

Let u=1+x2u = 1+x^2, then du=2xdxdu = 2x \, dx. When x=0x=0, u=1u=1. When x=1x=1, u=2u=2.
121u12du=12[logu]12=12(log2log1)=12log2\int_1^2 \frac{1}{u} \cdot \frac{1}{2} du = \frac{1}{2} [\log|u|]_1^2 = \frac{1}{2} (\log 2 - \log 1) = \frac{1}{2} \log 2

Answer: 12log2\boxed{\frac{1}{2} \log 2}"
:::

---

2. Properties of Definite Integrals

Definite integrals possess several properties that simplify their manipulation and evaluation. These properties are crucial for efficiently solving problems, especially those involving symmetry or interval decomposition.

📐 Key Properties of Definite Integrals

  • Linearity: ab[cf(x)+dg(x)]dx=cabf(x)dx+dabg(x)dx\int_a^b [cf(x) + dg(x)] dx = c\int_a^b f(x) dx + d\int_a^b g(x) dx

  • Interval Additivity: abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x) dx = \int_a^c f(x) dx + \int_c^b f(x) dx

  • Reversal of Limits: abf(x)dx=baf(x)dx\int_a^b f(x) dx = -\int_b^a f(x) dx

  • Zero Interval: aaf(x)dx=0\int_a^a f(x) dx = 0

  • Symmetry for Even/Odd Functions:

  • If f(x)f(x) is even (f(x)=f(x)f(-x)=f(x)), then aaf(x)dx=20af(x)dx\int_{-a}^a f(x) dx = 2\int_0^a f(x) dx.
    If f(x)f(x) is odd (f(x)=f(x)f(-x)=-f(x)), then aaf(x)dx=0\int_{-a}^a f(x) dx = 0.
  • King's Rule (Property P-4): abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a+b-x) dx. A special case is 0af(x)dx=0af(ax)dx\int_0^a f(x) dx = \int_0^a f(a-x) dx.

  • Special Property: 02af(x)dx=0af(x)dx+0af(2ax)dx\int_0^{2a} f(x) dx = \int_0^a f(x) dx + \int_0^a f(2a-x) dx. If f(2ax)=f(x)f(2a-x) = f(x), then 02af(x)dx=20af(x)dx\int_0^{2a} f(x) dx = 2\int_0^a f(x) dx. If f(2ax)=f(x)f(2a-x) = -f(x), then 02af(x)dx=0\int_0^{2a} f(x) dx = 0.

Quick Example:
Evaluate 22(x3+sinx+5)dx\int_{-2}^2 (x^3 + \sin x + 5) dx.

Step 1: Decompose the integral using linearity.
We can write the integral as 22x3dx+22sinxdx+225dx\int_{-2}^2 x^3 dx + \int_{-2}^2 \sin x dx + \int_{-2}^2 5 dx.

Step 2: Apply symmetry properties.
The function x3x^3 is odd, so 22x3dx=0\int_{-2}^2 x^3 dx = 0.
The function sinx\sin x is odd, so 22sinxdx=0\int_{-2}^2 \sin x dx = 0.
The function 55 is even, so 225dx=2025dx\int_{-2}^2 5 dx = 2\int_0^2 5 dx.

Step 3: Evaluate the remaining integral.

2025dx=2[5x]02=2(5250)=2(10)=202\int_0^2 5 dx = 2 [5x]_0^2 = 2(5 \cdot 2 - 5 \cdot 0) = 2(10) = 20

Answer: 2020

:::question type="MCQ" question="The value of 0π/2sinxsinx+cosxdx\int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx is:" options=["π4\frac{\pi}{4}","π2\frac{\pi}{2}","00","11"] answer="π4\frac{\pi}{4}" hint="Use King's Rule: abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a+b-x) dx." solution="Step 1: Let the integral be II.

I=0π/2sinxsinx+cosxdx(1)I = \int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx \quad (1)

Step 2: Apply King's Rule, 0af(x)dx=0af(ax)dx\int_0^a f(x) dx = \int_0^a f(a-x) dx.
Here a=π/2a = \pi/2. So, replace xx with (π/2x)(\pi/2 - x).

I=0π/2sin(π/2x)sin(π/2x)+cos(π/2x)dxI = \int_0^{\pi/2} \frac{\sin(\pi/2 - x)}{\sin(\pi/2 - x) + \cos(\pi/2 - x)} dx

We know sin(π/2x)=cosx\sin(\pi/2 - x) = \cos x and cos(π/2x)=sinx\cos(\pi/2 - x) = \sin x.
I=0π/2cosxcosx+sinxdx(2)I = \int_0^{\pi/2} \frac{\cos x}{\cos x + \sin x} dx \quad (2)

Step 3: Add equations (1) and (2).

2I=0π/2sinxsinx+cosxdx+0π/2cosxcosx+sinxdx2I=0π/2sinx+cosxsinx+cosxdx2I=0π/21dx\begin{aligned}2I & = \int_0^{\pi/2} \frac{\sin x}{\sin x + \cos x} dx + \int_0^{\pi/2} \frac{\cos x}{\cos x + \sin x} dx \\
2I & = \int_0^{\pi/2} \frac{\sin x + \cos x}{\sin x + \cos x} dx \\
2I & = \int_0^{\pi/2} 1 \, dx\end{aligned}

Step 4: Evaluate the integral.

2I=[x]0π/2=π/20=π/2I=π4\begin{aligned}2I & = [x]_0^{\pi/2} = \pi/2 - 0 = \pi/2 \\
I & = \frac{\pi}{4}\end{aligned}

Answer: π4\boxed{\frac{\pi}{4}}"
:::

---

3. The Fundamental Theorem of Calculus (Part 2)

The second part of the Fundamental Theorem of Calculus (FTC) provides a powerful method for evaluating definite integrals by using antiderivatives. It states that if FF is an antiderivative of ff, then the definite integral of ff from aa to bb can be found by evaluating F(b)F(a)F(b) - F(a).

📐 Fundamental Theorem of Calculus (Part 2)

If ff is continuous on [a,b][a, b] and FF is any antiderivative of ff on [a,b][a, b] (i.e., F(x)=f(x)F'(x) = f(x)), then:

abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a)

Where: F(x)F(x) is the antiderivative of f(x)f(x).
When to use: For direct evaluation of definite integrals once an antiderivative is known.

Quick Example:
Evaluate 13(2x+3)dx\int_1^3 (2x + 3) dx.

Step 1: Find the antiderivative of f(x)=2x+3f(x) = 2x + 3.
The antiderivative F(x)=x2+3xF(x) = x^2 + 3x.

Step 2: Apply FTC Part 2.

[x2+3x]13=(32+33)(12+31)=(9+9)(1+3)=184=14\begin{aligned}[x^2 + 3x]_1^3 & = (3^2 + 3 \cdot 3) - (1^2 + 3 \cdot 1) \\
& = (9 + 9) - (1 + 3) \\
& = 18 - 4 \\
& = 14\end{aligned}

Answer: 1414

:::question type="MCQ" question="Evaluate 0π/2cos2xdx\int_0^{\pi/2} \cos^2 x \, dx." options=["π4\frac{\pi}{4}","π2\frac{\pi}{2}","00","11"] answer="π4\frac{\pi}{4}" hint="Use the half-angle identity for cos2x\cos^2 x." solution="Step 1: Use the trigonometric identity cos2x=1+cos(2x)2\cos^2 x = \frac{1 + \cos(2x)}{2}.

0π/2cos2xdx=0π/21+cos(2x)2dx\int_0^{\pi/2} \cos^2 x \, dx = \int_0^{\pi/2} \frac{1 + \cos(2x)}{2} dx

Step 2: Separate the integral and find the antiderivative.

=120π/2(1+cos(2x))dx= \frac{1}{2} \int_0^{\pi/2} (1 + \cos(2x)) dx

The antiderivative of 1+cos(2x)1 + \cos(2x) is x+sin(2x)2x + \frac{\sin(2x)}{2}.

Step 3: Apply FTC Part 2.

=12[x+sin(2x)2]0π/2=12[(π2+sin(π)2)(0+sin(0)2)]=12[(π2+0)(0+0)]=12π2=π4\begin{aligned} & = \frac{1}{2} \left[ x + \frac{\sin(2x)}{2} \right]_0^{\pi/2} \\
& = \frac{1}{2} \left[ \left(\frac{\pi}{2} + \frac{\sin(\pi)}{2}\right) - \left(0 + \frac{\sin(0)}{2}\right) \right] \\
& = \frac{1}{2} \left[ \left(\frac{\pi}{2} + 0\right) - (0 + 0) \right] \\
& = \frac{1}{2} \cdot \frac{\pi}{2} = \frac{\pi}{4}\end{aligned}

Answer: π4\boxed{\frac{\pi}{4}}"
:::

---

4. Fundamental Theorem of Calculus (Part 1) / Leibniz Integral Rule

The first part of the Fundamental Theorem of Calculus, often generalized as the Leibniz Integral Rule, allows us to differentiate an integral with respect to a variable that appears in its limits of integration or integrand. This is particularly useful in problems involving functions defined as integrals.

📐 Leibniz Integral Rule

If F(x)=a(x)b(x)f(t,x)dtF(x) = \int_{a(x)}^{b(x)} f(t, x) dt, then:

F(x)=f(b(x),x)b(x)f(a(x),x)a(x)+a(x)b(x)xf(t,x)dtF'(x) = f(b(x), x) \cdot b'(x) - f(a(x), x) \cdot a'(x) + \int_{a(x)}^{b(x)} \frac{\partial}{\partial x} f(t, x) dt

Where:
a(x)a(x) and b(x)b(x) are differentiable functions of xx.
f(t,x)f(t, x) is a function of tt and potentially xx.
When to use: When differentiating an integral whose limits or integrand depend on the differentiation variable. For CUET PG, often f(t,x)f(t,x) is just f(t)f(t), simplifying the last term to zero.

Quick Example:
Find ddxx2sinxet2dt\frac{d}{dx} \int_{x^2}^{\sin x} e^{t^2} dt.

Step 1: Identify a(x)a(x), b(x)b(x), f(t,x)f(t,x).
Here, a(x)=x2a(x) = x^2, b(x)=sinxb(x) = \sin x, and f(t,x)=et2f(t,x) = e^{t^2} (which is just f(t)=et2f(t) = e^{t^2}).
Thus, xf(t,x)=0\frac{\partial}{\partial x} f(t,x) = 0.
We need a(x)=2xa'(x) = 2x and b(x)=cosxb'(x) = \cos x.

Step 2: Apply the Leibniz Integral Rule.

ddxx2sinxet2dt=e(sinx)2(cosx)e(x2)2(2x)+x2sinxx(et2)dt=esin2xcosx2xex4+0\begin{aligned}\frac{d}{dx} \int_{x^2}^{\sin x} e^{t^2} dt & = e^{(\sin x)^2} \cdot (\cos x) - e^{(x^2)^2} \cdot (2x) + \int_{x^2}^{\sin x} \frac{\partial}{\partial x} (e^{t^2}) dt \\
& = e^{\sin^2 x} \cos x - 2x e^{x^4} + 0\end{aligned}

Answer: esin2xcosx2xex4e^{\sin^2 x} \cos x - 2x e^{x^4}

:::question type="MCQ" question="Let F(x)=1/xxcost2dtF(x) = \int_{1/x}^{\sqrt{x}} \cos t^2 dt for x>0x>0. The value of F(1)F'(1) is:" options=["32cos1\frac{3}{2} \cos 1","12cos1\frac{1}{2} \cos 1","cos1\cos 1","00"] answer="32cos1\frac{3}{2} \cos 1" hint="Apply the Leibniz Integral Rule and then substitute x=1x=1." solution="Step 1: Identify the components for the Leibniz Integral Rule.
We have a(x)=1/x=x1a(x) = 1/x = x^{-1}, b(x)=x=x1/2b(x) = \sqrt{x} = x^{1/2}, and f(t,x)=cost2f(t,x) = \cos t^2.
Since f(t,x)f(t,x) does not explicitly depend on xx, xf(t,x)=0\frac{\partial}{\partial x} f(t,x) = 0.

Step 2: Calculate the derivatives of the limits.
a(x)=ddx(x1)=x2=1x2a'(x) = \frac{d}{dx} (x^{-1}) = -x^{-2} = -\frac{1}{x^2}.
b(x)=ddx(x1/2)=12x1/2=12xb'(x) = \frac{d}{dx} (x^{1/2}) = \frac{1}{2} x^{-1/2} = \frac{1}{2\sqrt{x}}.

Step 3: Apply the Leibniz Integral Rule.

F(x)=f(b(x),x)b(x)f(a(x),x)a(x)F(x)=cos((x)2)12xcos((1/x)2)(1x2)F(x)=cosx2x+cos(1/x2)x2\begin{aligned}F'(x) & = f(b(x), x) \cdot b'(x) - f(a(x), x) \cdot a'(x) \\
F'(x) & = \cos((\sqrt{x})^2) \cdot \frac{1}{2\sqrt{x}} - \cos((1/x)^2) \cdot \left(-\frac{1}{x^2}\right) \\
F'(x) & = \frac{\cos x}{2\sqrt{x}} + \frac{\cos(1/x^2)}{x^2}\end{aligned}

Step 4: Evaluate F(1)F'(1).

F(1)=cos121+cos(1/12)12F(1)=cos12+cos1F(1)=12cos1+cos1=32cos1\begin{aligned}F'(1) & = \frac{\cos 1}{2\sqrt{1}} + \frac{\cos(1/1^2)}{1^2} \\
F'(1) & = \frac{\cos 1}{2} + \cos 1 \\
F'(1) & = \frac{1}{2} \cos 1 + \cos 1 = \frac{3}{2} \cos 1\end{aligned}

Answer: 32cos1\boxed{\frac{3}{2} \cos 1}"
:::

---

5. Integration Techniques for Definite Integrals

Many definite integrals require specific techniques to find their antiderivatives before applying FTC Part 2. The most common techniques are substitution and integration by parts. When applying these to definite integrals, it is crucial to handle the limits of integration correctly.

5.1. Integration by Substitution

When using substitution for definite integrals, we must either change the limits of integration to correspond to the new variable or revert to the original variable before applying the original limits. Changing the limits is generally more efficient.

Quick Example:
Evaluate 01xex2dx\int_0^1 x e^{x^2} dx.

Step 1: Choose a substitution.
Let u=x2u = x^2. Then du=2xdxdu = 2x \, dx, so xdx=12dux \, dx = \frac{1}{2} du.

Step 2: Change the limits of integration.
When x=0x=0, u=02=0u = 0^2 = 0.
When x=1x=1, u=12=1u = 1^2 = 1.

Step 3: Rewrite and evaluate the integral with the new variable and limits.
>

>>01eu12du=1201eudu>=12[eu]01>=12(e1e0)>=12(e1)>>> \begin{aligned}> \int_0^1 e^u \cdot \frac{1}{2} du & = \frac{1}{2} \int_0^1 e^u du \\
> & = \frac{1}{2} [e^u]_0^1 \\
> & = \frac{1}{2} (e^1 - e^0) \\
> & = \frac{1}{2} (e - 1)
> \end{aligned}
>

Answer: e12\frac{e-1}{2}

:::question type="MCQ" question="Evaluate 0π/2sin3xcosxdx\int_0^{\pi/2} \sin^3 x \cos x \, dx." options=["14\frac{1}{4}","13\frac{1}{3}","12\frac{1}{2}","11"] answer="14\frac{1}{4}" hint="Use the substitution u=sinxu = \sin x and change the limits." solution="Step 1: Choose a substitution.
Let u=sinxu = \sin x. Then du=cosxdxdu = \cos x \, dx.

Step 2: Change the limits of integration.
When x=0x=0, u=sin0=0u = \sin 0 = 0.
When x=π/2x=\pi/2, u=sin(π/2)=1u = \sin(\pi/2) = 1.

Step 3: Rewrite and evaluate the integral.

01u3du=[u44]01=144044=140=14\begin{aligned}\int_0^1 u^3 \, du & = \left[\frac{u^4}{4}\right]_0^1 \\
& = \frac{1^4}{4} - \frac{0^4}{4} \\
& = \frac{1}{4} - 0 \\
& = \frac{1}{4}\end{aligned}

Answer: 14\boxed{\frac{1}{4}}"
:::

5.2. Integration by Parts

For definite integrals, integration by parts applies the formula [uv]ababvdu[uv]_a^b - \int_a^b v \, du. The evaluation of uvuv must be performed at the limits bb and aa.

📐 Integration by Parts for Definite Integrals
abudv=[uv]ababvdu\int_a^b u \, dv = [uv]_a^b - \int_a^b v \, du
When to use: When the integrand is a product of two functions, one of which simplifies upon differentiation and the other is easily integrable.

Quick Example:
Evaluate 01xexdx\int_0^1 x e^x dx.

Step 1: Choose uu and dvdv.
Let u=xu = x and dv=exdxdv = e^x dx.
Then du=dxdu = dx and v=exv = e^x.

Step 2: Apply the integration by parts formula.
>

>>01xexdx=[xex]0101exdx>=(1e10e0)[ex]01>=(e0)(e1e0)>=e(e1)>=1>>> \begin{aligned}> \int_0^1 x e^x dx & = [x e^x]_0^1 - \int_0^1 e^x dx \\
> & = (1 \cdot e^1 - 0 \cdot e^0) - [e^x]_0^1 \\
> & = (e - 0) - (e^1 - e^0) \\
> & = e - (e - 1) \\
> & = 1
> \end{aligned}
>

Answer: 11

:::question type="MCQ" question="Evaluate 0π/2xcosxdx\int_0^{\pi/2} x \cos x \, dx." options=["11","π21\frac{\pi}{2} - 1","π2\frac{\pi}{2}","00"] answer="π21\frac{\pi}{2} - 1" hint="Use integration by parts, setting u=xu=x and dv=cosxdxdv=\cos x \, dx." solution="Step 1: Choose uu and dvdv.
Let u=xu = x, so du=dxdu = dx.
Let dv=cosxdxdv = \cos x \, dx, so v=sinxv = \sin x.

Step 2: Apply the integration by parts formula.

0π/2xcosxdx=[xsinx]0π/20π/2sinxdx\int_0^{\pi/2} x \cos x \, dx = [x \sin x]_0^{\pi/2} - \int_0^{\pi/2} \sin x \, dx

Step 3: Evaluate the terms.
For the first term:

[xsinx]0π/2=(π2sin(π2))(0sin0)=(π21)0=π2\begin{aligned}[x \sin x]_0^{\pi/2} & = \left(\frac{\pi}{2} \sin\left(\frac{\pi}{2}\right)\right) - (0 \cdot \sin 0) \\
& = \left(\frac{\pi}{2} \cdot 1\right) - 0 \\
& = \frac{\pi}{2}\end{aligned}

For the second term:
0π/2sinxdx=[cosx]0π/2=(cos(π/2))(cos0)=(0)(1)=1\begin{aligned}\int_0^{\pi/2} \sin x \, dx & = [-\cos x]_0^{\pi/2} \\
& = (-\cos(\pi/2)) - (-\cos 0) \\
& = (0) - (-1) \\
& = 1\end{aligned}

Step 4: Combine the results.

0π/2xcosxdx=π21\begin{aligned}\int_0^{\pi/2} x \cos x \, dx & = \frac{\pi}{2} - 1\end{aligned}

Answer: π21\boxed{\frac{\pi}{2} - 1}"
:::

---

Advanced Applications

1. Area Between Curves

We determine the area of a region bounded by curves by integrating the difference between the upper and lower functions (or right and left functions) over the appropriate interval. The choice of integration variable (xx or yy) depends on the orientation of the bounding curves.

📐 Area Between Curves

Integrating with respect to xx: If f(x)g(x)f(x) \ge g(x) on [a,b][a, b], the area AA is:

A=ab[f(x)g(x)]dxA = \int_a^b [f(x) - g(x)] dx

Integrating with respect to yy: If f(y)g(y)f(y) \ge g(y) on [c,d][c, d], the area AA is:
A=cd[f(y)g(y)]dyA = \int_c^d [f(y) - g(y)] dy

When to use: To find the area of a region enclosed by two or more functions.

Quick Example:
Find the area bounded by y=x2y = x^2 and y=x+2y = x+2.

Step 1: Find the intersection points of the curves.
Set x2=x+2x^2 = x+2.
>

>>x2x2=0>(x2)(x+1)=0>x=1,2>>> \begin{aligned}> x^2 - x - 2 & = 0 \\
> (x-2)(x+1) & = 0 \\
> x & = -1, 2
> \end{aligned}
>

These are our limits of integration.

Step 2: Determine which function is upper and which is lower.
For x[1,2]x \in [-1, 2], we test a point, e.g., x=0x=0.
y1=02=0y_1 = 0^2 = 0 and y2=0+2=2y_2 = 0+2 = 2.
Since 2>02 > 0, y=x+2y = x+2 is the upper curve and y=x2y = x^2 is the lower curve.

Step 3: Set up and evaluate the integral.
>

>>A=12[(x+2)x2]dx>=[x22+2xx33]12>=(222+2(2)233)((1)22+2(1)(1)33)>=(2+483)(122+13)>=(683)(32+13)>=18839+26>=103(76)>=103+76>=206+76>=276>=92>>> \begin{aligned}> A & = \int_{-1}^2 [(x+2) - x^2] dx \\
> & = \left[\frac{x^2}{2} + 2x - \frac{x^3}{3}\right]_{-1}^2 \\
> & = \left(\frac{2^2}{2} + 2(2) - \frac{2^3}{3}\right) - \left(\frac{(-1)^2}{2} + 2(-1) - \frac{(-1)^3}{3}\right) \\
> & = \left(2 + 4 - \frac{8}{3}\right) - \left(\frac{1}{2} - 2 + \frac{1}{3}\right) \\
> & = \left(6 - \frac{8}{3}\right) - \left(-\frac{3}{2} + \frac{1}{3}\right) \\
> & = \frac{18-8}{3} - \frac{-9+2}{6} \\
> & = \frac{10}{3} - \left(-\frac{7}{6}\right) \\
> & = \frac{10}{3} + \frac{7}{6} \\
> & = \frac{20}{6} + \frac{7}{6} \\
> & = \frac{27}{6} \\
> & = \frac{9}{2}
> \end{aligned}
>

Answer: 92\frac{9}{2}

:::question type="MCQ" question="The area bounded by the curves y=x2y=x^2 and y=4x2y=4-x^2 is:" options=["1623\frac{16\sqrt{2}}{3}","163\frac{16}{3}","16π3\frac{16\pi}{3}","83\frac{8}{\sqrt{3}}"] answer="1623\frac{16\sqrt{2}}{3}" hint="Find intersection points and determine the upper and lower functions." solution="Step 1: Find the intersection points.
Set x2=4x2x^2 = 4-x^2.

2x2=4x2=2x=±2\begin{aligned}2x^2 & = 4 \\
x^2 & = 2 \\
x & = \pm \sqrt{2}\end{aligned}

So the limits of integration are from 2-\sqrt{2} to 2\sqrt{2}.

Step 2: Determine which function is upper and which is lower.
For x[2,2]x \in [-\sqrt{2}, \sqrt{2}], consider x=0x=0.
y1=02=0y_1 = 0^2 = 0.
y2=402=4y_2 = 4-0^2 = 4.
Since 4>04 > 0, y=4x2y=4-x^2 is the upper curve and y=x2y=x^2 is the lower curve.

Step 3: Set up and evaluate the integral.

A=22[(4x2)x2]dx=22(42x2)dx\begin{aligned}A & = \int_{-\sqrt{2}}^{\sqrt{2}} [(4-x^2) - x^2] dx \\
& = \int_{-\sqrt{2}}^{\sqrt{2}} (4 - 2x^2) dx\end{aligned}

Since 42x24-2x^2 is an even function, we can use the property aaf(x)dx=20af(x)dx\int_{-a}^a f(x) dx = 2\int_0^a f(x) dx.
A=202(42x2)dx=2[4x2x33]02=2[(422(2)33)(0)]=2[422(22)3]=2[42423]=2[122423]=2[823]=1623\begin{aligned}A & = 2 \int_0^{\sqrt{2}} (4 - 2x^2) dx \\
& = 2 \left[4x - \frac{2x^3}{3}\right]_0^{\sqrt{2}} \\
& = 2 \left[\left(4\sqrt{2} - \frac{2(\sqrt{2})^3}{3}\right) - (0)\right] \\
& = 2 \left[4\sqrt{2} - \frac{2(2\sqrt{2})}{3}\right] \\
& = 2 \left[4\sqrt{2} - \frac{4\sqrt{2}}{3}\right] \\
& = 2 \left[\frac{12\sqrt{2} - 4\sqrt{2}}{3}\right] \\
& = 2 \left[\frac{8\sqrt{2}}{3}\right] \\
& = \frac{16\sqrt{2}}{3}\end{aligned}

Answer: 1623\boxed{\frac{16\sqrt{2}}{3}}"
:::

2. Volume of Solids of Revolution

We calculate the volume of a solid formed by revolving a region around an axis using either the disk/washer method or the cylindrical shell method. The choice depends on the shape of the region and the axis of revolution.

📐 Volume of Solids of Revolution

Disk Method (Revolution about x-axis): V=abπ[f(x)]2dxV = \int_a^b \pi [f(x)]^2 dx
Washer Method (Revolution about x-axis): V=abπ([f(x)]2[g(x)]2)dxV = \int_a^b \pi ([f(x)]^2 - [g(x)]^2) dx (where f(x)f(x) is outer, g(x)g(x) is inner)
* Shell Method (Revolution about y-axis): V=ab2πxf(x)dxV = \int_a^b 2\pi x f(x) dx
When to use: For finding volumes of solids generated by revolving a 2D region.

Quick Example (Disk Method):
Find the volume of the solid generated by revolving the region bounded by y=xy = \sqrt{x}, x=1x=1, and the x-axis about the x-axis.

Step 1: Identify the function and limits.
The region is bounded by y=xy=\sqrt{x}, x=1x=1, and y=0y=0 (x-axis). The limits are from x=0x=0 to x=1x=1. We are revolving about the x-axis, so we use the disk method. f(x)=xf(x) = \sqrt{x}.

Step 2: Set up and evaluate the integral.
>

>>V=01π(x)2dx>=π01xdx>=π[x22]01>=π(122022)>=π2>>> \begin{aligned}> V & = \int_0^1 \pi (\sqrt{x})^2 dx \\
> & = \pi \int_0^1 x \, dx \\
> & = \pi \left[\frac{x^2}{2}\right]_0^1 \\
> & = \pi \left(\frac{1^2}{2} - \frac{0^2}{2}\right) \\
> & = \frac{\pi}{2}
> \end{aligned}
>

Answer: π2\frac{\pi}{2}

:::question type="MCQ" question="The volume of the solid generated by revolving the region bounded by y=x2y=x^2, y=0y=0, and x=2x=2 about the y-axis is:" options=["8π3\frac{8\pi}{3}","16π3\frac{16\pi}{3}","4π4\pi","8π8\pi"] answer="8π8\pi" hint="Use the cylindrical shell method, as revolving about y-axis and integrating with respect to x is simpler." solution="Step 1: Identify the function, limits, and method.
The region is bounded by y=x2y=x^2, y=0y=0, and x=2x=2. We are revolving about the y-axis.
The limits for xx are from 00 to 22. The height of the shell is f(x)=x2f(x) = x^2. The radius of the shell is xx.
We use the cylindrical shell method.

Step 2: Set up the integral for the shell method.

V=ab2πxf(x)dxV=022πx(x2)dx=2π02x3dx\begin{aligned}V & = \int_a^b 2\pi x f(x) dx \\
V & = \int_0^2 2\pi x (x^2) dx \\
& = 2\pi \int_0^2 x^3 dx\end{aligned}

Step 3: Evaluate the integral.

V=2π[x44]02=2π(244044)=2π(1640)=2π(4)=8π\begin{aligned}V & = 2\pi \left[\frac{x^4}{4}\right]_0^2 \\
& = 2\pi \left(\frac{2^4}{4} - \frac{0^4}{4}\right) \\
& = 2\pi \left(\frac{16}{4} - 0\right) \\
& = 2\pi (4) \\
& = 8\pi\end{aligned}

Answer: 8π\boxed{8\pi}"
:::

3. Surface Area of Solids of Revolution

We calculate the surface area of a solid formed by revolving a curve y=f(x)y=f(x) or x=g(y)x=g(y) around an axis. This involves integrating an expression related to the curve's arc length and the radius of revolution.

📐 Surface Area of Solids of Revolution

Revolution about x-axis (y=f(x)y=f(x)):

S=ab2πy1+(dydx)2dxS = \int_a^b 2\pi y \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx

Revolution about y-axis (x=g(y)x=g(y)):
S=cd2πx1+(dxdy)2dyS = \int_c^d 2\pi x \sqrt{1 + \left(\frac{dx}{dy}\right)^2} dy

When to use: To find the surface area of a solid generated by revolving a curve.

Quick Example:
Find the surface area generated by revolving y=x3y=x^3 from x=0x=0 to x=1x=1 about the x-axis.

Step 1: Find dydx\frac{dy}{dx}.
y=x3y = x^3, so dydx=3x2\frac{dy}{dx} = 3x^2.
Then (dydx)2=(3x2)2=9x4\left(\frac{dy}{dx}\right)^2 = (3x^2)^2 = 9x^4.

Step 2: Set up the surface area integral.
>

S=012π(x3)1+9x4dxS = \int_0^1 2\pi (x^3) \sqrt{1 + 9x^4} dx

Step 3: Evaluate the integral using substitution.
Let u=1+9x4u = 1 + 9x^4. Then du=36x3dxdu = 36x^3 dx, so x3dx=136dux^3 dx = \frac{1}{36} du.
Change limits: When x=0x=0, u=1u=1. When x=1x=1, u=1+9=10u=1+9=10.
>

>>S=2π110u136du>=2π36110u1/2du>=π18[u3/23/2]110>=π1823[u3/2]110>=π27(103/213/2)>=π27(10101)>>> \begin{aligned}> S & = 2\pi \int_1^{10} \sqrt{u} \frac{1}{36} du \\
> & = \frac{2\pi}{36} \int_1^{10} u^{1/2} du \\
> & = \frac{\pi}{18} \left[\frac{u^{3/2}}{3/2}\right]_1^{10} \\
> & = \frac{\pi}{18} \cdot \frac{2}{3} [u^{3/2}]_1^{10} \\
> & = \frac{\pi}{27} (10^{3/2} - 1^{3/2}) \\
> & = \frac{\pi}{27} (10\sqrt{10} - 1)
> \end{aligned}
>

Answer: π27(10101)\frac{\pi}{27} (10\sqrt{10} - 1)

:::question type="MCQ" question="The area of the surface of a solid generated by the revolution of the line segment y=2xy = 2x from x=0x=0 to x=2x=2 about the x-axis is:" options=["π5\pi\sqrt{5}","2π52\pi\sqrt{5}","4π54\pi\sqrt{5}","8π58\pi\sqrt{5}"] answer="8π58\pi\sqrt{5}" hint="Use the surface area formula for revolution about the x-axis. Calculate dy/dxdy/dx and substitute into the integral." solution="Step 1: Find dydx\frac{dy}{dx}.
The curve is y=2xy = 2x.

dydx=2(dydx)2=4\begin{aligned}\frac{dy}{dx} & = 2 \\
\left(\frac{dy}{dx}\right)^2 & = 4\end{aligned}

Step 2: Set up the surface area integral.
The limits are x=0x=0 to x=2x=2.

S=022πy1+(dydx)2dxS = \int_0^2 2\pi y \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx

Substitute y=2xy=2x and (dydx)2=4\left(\frac{dy}{dx}\right)^2 = 4.
S=022π(2x)1+4dx=024πx5dx=4π502xdx\begin{aligned}S & = \int_0^2 2\pi (2x) \sqrt{1 + 4} dx \\
& = \int_0^2 4\pi x \sqrt{5} dx \\
& = 4\pi\sqrt{5} \int_0^2 x \, dx\end{aligned}

Step 3: Evaluate the integral.

S=4π5[x22]02=4π5(222022)=4π5(420)=4π5(2)=8π5\begin{aligned}S & = 4\pi\sqrt{5} \left[\frac{x^2}{2}\right]_0^2 \\
& = 4\pi\sqrt{5} \left(\frac{2^2}{2} - \frac{0^2}{2}\right) \\
& = 4\pi\sqrt{5} \left(\frac{4}{2} - 0\right) \\
& = 4\pi\sqrt{5} (2) \\
& = 8\pi\sqrt{5}\end{aligned}

Answer: 8π5\boxed{8\pi\sqrt{5}}"
:::

4. Reduction Formulas for Definite Integrals and Wallis' Integrals

Reduction formulas simplify integrals by expressing an integral in terms of a similar integral with a lower power or index. Wallis' Integrals are a specific set of reduction formulas for powers of sine and cosine over the interval [0,π/2][0, \pi/2]. These are frequently encountered in competitive exams.

📐 Wallis' Integrals

For nn a non-negative integer:
0π/2sinnxdx=0π/2cosnxdx\int_0^{\pi/2} \sin^n x \, dx = \int_0^{\pi/2} \cos^n x \, dx
If nn is even: n1nn3n212π2\frac{n-1}{n} \cdot \frac{n-3}{n-2} \cdots \frac{1}{2} \cdot \frac{\pi}{2}
* If nn is odd: n1nn3n2231\frac{n-1}{n} \cdot \frac{n-3}{n-2} \cdots \frac{2}{3} \cdot 1
When to use: To quickly evaluate definite integrals of sinnx\sin^n x or cosnx\cos^n x over [0,π/2][0, \pi/2].

Quick Example:
Evaluate 0π/2sin6xdx\int_0^{\pi/2} \sin^6 x \, dx.

Step 1: Identify nn and apply the Wallis' formula for even nn.
Here n=6n=6, which is an even number.
>

>>0π/2sin6xdx=61663626564π2>=563412π2>=15π96>=5π32>>> \begin{aligned}> \int_0^{\pi/2} \sin^6 x \, dx & = \frac{6-1}{6} \cdot \frac{6-3}{6-2} \cdot \frac{6-5}{6-4} \cdot \frac{\pi}{2} \\
> & = \frac{5}{6} \cdot \frac{3}{4} \cdot \frac{1}{2} \cdot \frac{\pi}{2} \\
> & = \frac{15\pi}{96} \\
> & = \frac{5\pi}{32}
> \end{aligned}
>

Answer: 5π32\frac{5\pi}{32}

:::question type="MCQ" question="Evaluate 0π/2cos5xdx\int_0^{\pi/2} \cos^5 x \, dx." options=["815\frac{8}{15}","1615\frac{16}{15}","45\frac{4}{5}","15\frac{1}{5}"] answer="815\frac{8}{15}" hint="Use Wallis' Integral formula for odd powers." solution="Step 1: Identify nn and apply the Wallis' formula for odd nn.
Here n=5n=5, which is an odd number.

0π/2cos5xdx=51553521=45231=815\begin{aligned}\int_0^{\pi/2} \cos^5 x \, dx & = \frac{5-1}{5} \cdot \frac{5-3}{5-2} \cdot 1 \\
& = \frac{4}{5} \cdot \frac{2}{3} \cdot 1 \\
& = \frac{8}{15}\end{aligned}

Answer: 815\boxed{\frac{8}{15}}"
:::

---

Problem-Solving Strategies

💡 Symmetry and Properties First

Before attempting direct integration, always check for symmetry, periodicity, or other properties of the integrand and limits. Using properties like King's Rule or even/odd function properties can drastically simplify or even directly solve an integral without needing explicit antiderivatives. For example, aaf(x)dx=0\int_{-a}^a f(x) dx = 0 if f(x)f(x) is odd.

💡 Leibniz Rule for Derivatives of Integrals

When asked to differentiate an integral with variable limits, immediately recall the Leibniz Integral Rule. Pay close attention to the derivatives of the upper and lower limits, and whether the integrand itself depends on the differentiation variable. A common mistake is forgetting to multiply by the derivatives of the limits.

---

Common Mistakes

⚠️ Changing Limits in Substitution

❌ Forgetting to change the limits of integration when using substitution in a definite integral, and instead applying the original limits to the new variable.
✅ If a substitution u=g(x)u=g(x) is made, the new limits must be g(a)g(a) and g(b)g(b). Alternatively, integrate with respect to uu, then substitute back xx and use the original limits. The first method is generally less error-prone.

⚠️ Incorrect Application of Leibniz Rule

❌ Applying ddxa(x)b(x)f(t)dt=f(b(x))f(a(x))\frac{d}{dx} \int_{a(x)}^{b(x)} f(t) dt = f(b(x)) - f(a(x)). This is incorrect; it omits the chain rule for the limits.
✅ The correct application is f(b(x))b(x)f(a(x))a(x)f(b(x)) \cdot b'(x) - f(a(x)) \cdot a'(x). Remember to multiply by the derivatives of the upper and lower limits. If the integrand f(t,x)f(t,x) also depends on xx, remember the partial derivative term.

⚠️ Sign Errors in Area/Volume

❌ Calculating area or volume as ab(g(x)f(x))dx\int_a^b (g(x) - f(x)) dx when f(x)f(x) is the upper curve. This results in a negative value.
✅ Always ensure the integrand for area is (upper function - lower function) and for volume, the radius is always positive. Absolute values are crucial if curves cross multiple times. Graphing the functions can help identify the correct upper/lower functions.

---

Practice Questions

:::question type="MCQ" question="Evaluate 01x1x2dx\int_0^1 x \sqrt{1-x^2} dx." options=["13\frac{1}{3}","23\frac{2}{3}","11","π4\frac{\pi}{4}"] answer="13\frac{1}{3}" hint="Use substitution u=1x2u = 1-x^2." solution="Step 1: Use substitution.
Let u=1x2u = 1-x^2. Then du=2xdxdu = -2x \, dx, so xdx=12dux \, dx = -\frac{1}{2} du.

Step 2: Change the limits of integration.
When x=0x=0, u=102=1u = 1-0^2 = 1.
When x=1x=1, u=112=0u = 1-1^2 = 0.

Step 3: Rewrite and evaluate the integral.

10u(12)du=1210u1/2du\begin{aligned}\int_1^0 \sqrt{u} \left(-\frac{1}{2}\right) du & = -\frac{1}{2} \int_1^0 u^{1/2} du\end{aligned}

Using the property abf(x)dx=baf(x)dx\int_a^b f(x) dx = -\int_b^a f(x) dx:
=1201u1/2du=12[u3/23/2]01=1223[u3/2]01=13(13/203/2)=13(10)=13\begin{aligned} & = \frac{1}{2} \int_0^1 u^{1/2} du \\
& = \frac{1}{2} \left[\frac{u^{3/2}}{3/2}\right]_0^1 \\
& = \frac{1}{2} \cdot \frac{2}{3} [u^{3/2}]_0^1 \\
& = \frac{1}{3} (1^{3/2} - 0^{3/2}) \\
& = \frac{1}{3} (1 - 0) \\
& = \frac{1}{3}\end{aligned}

Answer: 13\boxed{\frac{1}{3}}"
:::

:::question type="NAT" question="Find the area of the region bounded by y=sinxy = \sin x, y=cosxy = \cos x, x=0x=0, and x=π/2x=\pi/2." answer="0.83" hint="Identify intersection points and split the integral if necessary. Determine which function is greater in each interval." solution="Step 1: Find intersection points within the interval [0,π/2][0, \pi/2].
Set sinx=cosx\sin x = \cos x. This occurs at x=π/4x = \pi/4.

Step 2: Determine which function is greater in each subinterval.
For x[0,π/4]x \in [0, \pi/4], cosxsinx\cos x \ge \sin x.
For x[π/4,π/2]x \in [\pi/4, \pi/2], sinxcosx\sin x \ge \cos x.

Step 3: Set up the integral for the total area.

A=0π/4(cosxsinx)dx+π/4π/2(sinxcosx)dxA = \int_0^{\pi/4} (\cos x - \sin x) dx + \int_{\pi/4}^{\pi/2} (\sin x - \cos x) dx

Step 4: Evaluate each integral.
First integral:

[sinx+cosx]0π/4=(sin(π/4)+cos(π/4))(sin0+cos0)=(12+12)(0+1)=221=21\begin{aligned}[\sin x + \cos x]_0^{\pi/4} & = (\sin(\pi/4) + \cos(\pi/4)) - (\sin 0 + \cos 0) \\
& = \left(\frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}}\right) - (0 + 1) \\
& = \frac{2}{\sqrt{2}} - 1 \\
& = \sqrt{2} - 1\end{aligned}

Second integral:
[cosxsinx]π/4π/2=(cos(π/2)sin(π/2))(cos(π/4)sin(π/4))=(01)(1212)=1(22)=1+2\begin{aligned}[-\cos x - \sin x]_{\pi/4}^{\pi/2} & = (-\cos(\pi/2) - \sin(\pi/2)) - (-\cos(\pi/4) - \sin(\pi/4)) \\
& = (0 - 1) - \left(-\frac{1}{\sqrt{2}} - \frac{1}{\sqrt{2}}\right) \\
& = -1 - \left(-\frac{2}{\sqrt{2}}\right) \\
& = -1 + \sqrt{2}\end{aligned}

Step 5: Sum the areas.

A=(21)+(1+2)=222\begin{aligned}A & = (\sqrt{2} - 1) + (-1 + \sqrt{2}) \\
& = 2\sqrt{2} - 2\end{aligned}

Answer: 0.83\boxed{0.83}"
:::

:::question type="MCQ" question="Let G(x)=xx2sinttdtG(x) = \int_x^{x^2} \frac{\sin t}{t} dt. The value of G(π)G'(\pi) is:" options=["2sin(π2)sinππ2\sin(\pi^2) - \frac{\sin \pi}{\pi}","sin(π2)πsinππ\frac{\sin(\pi^2)}{\pi} - \frac{\sin \pi}{\pi}","2sin(π2)πsinππ2\frac{\sin(\pi^2)}{\pi} - \frac{\sin \pi}{\pi}","sin(π2)πsinππ2\frac{\sin(\pi^2)}{\pi} - \frac{\sin \pi}{\pi^2}"] answer="2sin(π2)πsinππ2\frac{\sin(\pi^2)}{\pi} - \frac{\sin \pi}{\pi}" hint="Apply the Leibniz Integral Rule. Remember sinπ=0\sin \pi = 0." solution="Step 1: Identify a(x)a(x), b(x)b(x), and f(t,x)f(t,x).
a(x)=xa(x) = x, b(x)=x2b(x) = x^2, and f(t,x)=sinttf(t,x) = \frac{\sin t}{t}.
Since f(t,x)f(t,x) does not depend on xx, xf(t,x)=0\frac{\partial}{\partial x} f(t,x) = 0.

Step 2: Calculate derivatives of the limits.
a(x)=1a'(x) = 1.
b(x)=2xb'(x) = 2x.

Step 3: Apply the Leibniz Integral Rule.

G(x)=f(b(x),x)b(x)f(a(x),x)a(x)G'(x) = f(b(x), x) \cdot b'(x) - f(a(x), x) \cdot a'(x)

G(x)=sin(x2)x2(2x)sinxx(1)=2sin(x2)xsinxx\begin{aligned}G'(x) & = \frac{\sin(x^2)}{x^2} \cdot (2x) - \frac{\sin x}{x} \cdot (1) \\
& = \frac{2\sin(x^2)}{x} - \frac{\sin x}{x}\end{aligned}

Step 4: Evaluate G(π)G'(\pi).

G(π)=2sin(π2)πsinππG'(\pi) = \frac{2\sin(\pi^2)}{\pi} - \frac{\sin \pi}{\pi}

Since sinπ=0\sin \pi = 0:
G(π)=2sin(π2)π0=2sin(π2)πG'(\pi) = \frac{2\sin(\pi^2)}{\pi} - 0 = \frac{2\sin(\pi^2)}{\pi}

Answer: 2sin(π2)π\boxed{\frac{2\sin(\pi^2)}{\pi}}"
:::

:::question type="MCQ" question="If 0af(x)dx=π2\int_0^a f(x) dx = \frac{\pi}{2}, then 0af(ax)dx\int_0^a f(a-x) dx is:" options=["π2\frac{\pi}{2}","π2-\frac{\pi}{2}","00","π\pi"] answer="π2\frac{\pi}{2}" hint="Recall the property abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a+b-x) dx." solution="Step 1: Apply the property of definite integrals.
We know that abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a+b-x) dx.
For the given integral 0af(x)dx\int_0^a f(x) dx, we have a=0a=0 and b=ab=a.
So, a+bx=0+ax=axa+b-x = 0+a-x = a-x.

Step 2: Apply the property to the second integral.

0af(x)dx=0af(ax)dx\int_0^a f(x) dx = \int_0^a f(a-x) dx

Given that 0af(x)dx=π2\int_0^a f(x) dx = \frac{\pi}{2}.
Therefore, 0af(ax)dx=π2\int_0^a f(a-x) dx = \frac{\pi}{2}.
This is a direct application of King's Rule.
Answer: π2\boxed{\frac{\pi}{2}}"
:::

:::question type="MCQ" question="The volume of the solid generated by revolving the region bounded by y=xy = \sqrt{x}, x=0x=0, x=4x=4, and the x-axis about the y-axis is:" options=["128π5\frac{128\pi}{5}","64π5\frac{64\pi}{5}","32π3\frac{32\pi}{3}","16π3\frac{16\pi}{3}"] answer="128π5\frac{128\pi}{5}" hint="Use the cylindrical shell method, as revolving about y-axis and integrating with respect to x is often simpler." solution="Step 1: Identify the function, limits, and method.
The region is bounded by y=xy=\sqrt{x}, y=0y=0 (x-axis), x=0x=0, and x=4x=4. We are revolving about the y-axis.
The limits for xx are from 00 to 44. The height of the shell is f(x)=xf(x) = \sqrt{x}. The radius of the shell is xx.
We use the cylindrical shell method.

Step 2: Set up the integral for the shell method.

V=ab2πxf(x)dxV=042πx(x)dx=2π04x3/2dx\begin{aligned}V & = \int_a^b 2\pi x f(x) dx \\
V & = \int_0^4 2\pi x (\sqrt{x}) dx \\
& = 2\pi \int_0^4 x^{3/2} dx\end{aligned}

Step 3: Evaluate the integral.

V=2π[x5/25/2]04=2π25[x5/2]04=4π5(45/205/2)=4π5((4)50)=4π5(25)=4π5(32)=128π5\begin{aligned}V & = 2\pi \left[\frac{x^{5/2}}{5/2}\right]_0^4 \\
& = 2\pi \cdot \frac{2}{5} [x^{5/2}]_0^4 \\
& = \frac{4\pi}{5} (4^{5/2} - 0^{5/2}) \\
& = \frac{4\pi}{5} ((\sqrt{4})^5 - 0) \\
& = \frac{4\pi}{5} (2^5) \\
& = \frac{4\pi}{5} (32) \\
& = \frac{128\pi}{5}\end{aligned}

Answer: 128π5\boxed{\frac{128\pi}{5}}"
:::

---

Summary

Key Formulas & Takeaways

| # | Formula/Concept | Expression |
|---|----------------|------------|
| 1 | Definite Integral (FTC Part 2) | abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a) |
| 2 | Leibniz Integral Rule | ddxa(x)b(x)f(t)dt=f(b(x))b(x)f(a(x))a(x)\frac{d}{dx} \int_{a(x)}^{b(x)} f(t) dt = f(b(x))b'(x) - f(a(x))a'(x) |
| 3 | King's Rule | abf(x)dx=abf(a+bx)dx\int_a^b f(x) dx = \int_a^b f(a+b-x) dx |
| 4 | Area Between Curves (x-axis) | ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)] dx |
| 5 | Volume (Disk/Washer, x-axis) | abπ(R2r2)dx\int_a^b \pi (R^2 - r^2) dx |
| 6 | Volume (Shell, y-axis) | ab2πxf(x)dx\int_a^b 2\pi x f(x) dx |
| 7 | Surface Area (x-axis) | ab2πy1+(dy/dx)2dx\int_a^b 2\pi y \sqrt{1 + (dy/dx)^2} dx |
| 8 | Wallis' Integral (n even) | 0π/2sinnxdx=n1nn3n212π2\int_0^{\pi/2} \sin^n x \, dx = \frac{n-1}{n} \cdot \frac{n-3}{n-2} \cdots \frac{1}{2} \cdot \frac{\pi}{2} |
| 9 | Wallis' Integral (n odd) | 0π/2sinnxdx=n1nn3n2231\int_0^{\pi/2} \sin^n x \, dx = \frac{n-1}{n} \cdot \frac{n-3}{n-2} \cdots \frac{2}{3} \cdot 1 |

---

---

What's Next?

💡 Continue Learning

This topic connects to:

    • Multiple Integrals: Definite integrals extend to multiple dimensions (double and triple integrals) for calculating volumes, masses, and centers of mass in 3D space.

    • Differential Equations: Many differential equations are solved by integrating their components, and definite integrals are used to evaluate particular solutions based on initial or boundary conditions.

    • Vector Calculus: Line integrals, surface integrals, and volume integrals are direct generalizations of definite integrals, crucial for fields and flows in higher dimensions.

---

💡 Next Up

Proceeding to Double and Triple Integrals.

---

Part 2: Double and Triple Integrals

Multiple integrals extend the concept of definite integrals to functions of multiple variables, enabling the computation of volumes, areas, masses, and other physical quantities over two- and three-dimensional regions. These tools are fundamental in various fields of mathematics, physics, and engineering, and are frequently assessed in competitive examinations such as CUET PG.

---

Core Concepts

1. Double Integrals over Rectangular Regions

We define the double integral of a function f(x,y)f(x,y) over a rectangular region R=[a,b]×[c,d]R = [a,b] \times [c,d] as an iterated integral. Fubini's Theorem states that if f(x,y)f(x,y) is continuous on RR, then the double integral can be evaluated by integrating with respect to one variable at a time, in any order.

📐 Fubini's Theorem for Rectangular Regions
Rf(x,y)dA=abcdf(x,y)dydx=cdabf(x,y)dxdy\iint_R f(x,y) \, dA = \int_a^b \int_c^d f(x,y) \, dy \, dx = \int_c^d \int_a^b f(x,y) \, dx \, dy
Where: R=[a,b]×[c,d]R = [a,b] \times [c,d] is a rectangular region. When to use: For integrating continuous functions over rectangular domains.

Quick Example: Evaluate R(x2y+y3)dA\iint_R (x^2y + y^3) \, dA where R=[1,2]×[0,1]R = [1,2] \times [0,1].

Step 1: Set up the iterated integral. We choose to integrate with respect to yy first, then xx.

>

1201(x2y+y3)dydx\int_1^2 \int_0^1 (x^2y + y^3) \, dy \, dx

Step 2: Integrate with respect to yy.

>

12[x2y22+y44]01dx\int_1^2 \left[ \frac{x^2y^2}{2} + \frac{y^4}{4} \right]_0^1 \, dx

>
12(x2(1)22+(1)44(0))dx\int_1^2 \left( \frac{x^2(1)^2}{2} + \frac{(1)^4}{4} - (0) \right) \, dx

>
12(x22+14)dx\int_1^2 \left( \frac{x^2}{2} + \frac{1}{4} \right) \, dx

Step 3: Integrate with respect to xx.

>

[x36+x4]12\left[ \frac{x^3}{6} + \frac{x}{4} \right]_1^2

>
((2)36+24)((1)36+14)\left( \frac{(2)^3}{6} + \frac{2}{4} \right) - \left( \frac{(1)^3}{6} + \frac{1}{4} \right)

>
(86+12)(16+14)\left( \frac{8}{6} + \frac{1}{2} \right) - \left( \frac{1}{6} + \frac{1}{4} \right)

>
(43+12)(212+312)\left( \frac{4}{3} + \frac{1}{2} \right) - \left( \frac{2}{12} + \frac{3}{12} \right)

>
(8+36)(512)\left( \frac{8+3}{6} \right) - \left( \frac{5}{12} \right)

>
116512=22512=1712\frac{11}{6} - \frac{5}{12} = \frac{22-5}{12} = \frac{17}{12}

Answer: 1712\frac{17}{12}

:::question type="MCQ" question="Evaluate the double integral R3x2ydA\iint_R 3x^2y \, dA over the region R=[0,1]×[0,2]R = [0,1] \times [0,2]." options=["00","11","22","33"] answer="22" hint="Apply Fubini's Theorem by integrating with respect to yy first, then xx (or vice versa)." solution="Step 1: Set up the iterated integral.
>

01023x2ydydx\int_0^1 \int_0^2 3x^2y \, dy \, dx

Step 2: Integrate with respect to yy.
>
01[3x2y22]02dx\int_0^1 \left[ \frac{3x^2y^2}{2} \right]_0^2 \, dx

>
01(3x2(2)220)dx\int_0^1 \left( \frac{3x^2(2)^2}{2} - 0 \right) \, dx

>
01(12x22)dx\int_0^1 \left( \frac{12x^2}{2} \right) \, dx

>
016x2dx\int_0^1 6x^2 \, dx

Step 3: Integrate with respect to xx.
>
[2x3]01\left[ 2x^3 \right]_0^1

>
(2(1)3)(2(0)3)(2(1)^3) - (2(0)^3)

>
20=22 - 0 = 2

Answer: 2\boxed{2}"
:::

---

2. Double Integrals over General Regions

When the region RR is not rectangular, we express the limits of integration as functions of the other variable. We classify these regions as Type I or Type II.

📖 Type I and Type II Regions

A region RR is Type I if it lies between two vertical lines x=ax=a and x=bx=b, and between two continuous functions y=g1(x)y=g_1(x) and y=g2(x)y=g_2(x), where g1(x)g2(x)g_1(x) \le g_2(x).

R={(x,y)axb,g1(x)yg2(x)}R = \{ (x,y) \mid a \le x \le b, g_1(x) \le y \le g_2(x) \}

A region RR is Type II if it lies between two horizontal lines y=cy=c and y=dy=d, and between two continuous functions x=h1(y)x=h_1(y) and x=h2(y)x=h_2(y), where h1(y)h2(y)h_1(y) \le h_2(y).
R={(x,y)cyd,h1(y)xh2(y)}R = \{ (x,y) \mid c \le y \le d, h_1(y) \le x \le h_2(y) \}

📐 Double Integral over General Regions

For a Type I region RR:

Rf(x,y)dA=abg1(x)g2(x)f(x,y)dydx\iint_R f(x,y) \, dA = \int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y) \, dy \, dx

For a Type II region RR:
Rf(x,y)dA=cdh1(y)h2(y)f(x,y)dxdy\iint_R f(x,y) \, dA = \int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y) \, dx \, dy

When to use: For integrating continuous functions over non-rectangular domains. The choice of Type I or Type II depends on which makes the limits simpler.

Quick Example: Evaluate R(x+y)dA\iint_R (x+y) \, dA where RR is the region bounded by x=0,x=2,y=x,y=x+2x=0, x=2, y=x, y=x+2. (Based on PYQ 1)

Step 1: Sketch the region RR. The region is bounded by x=0x=0 (y-axis), x=2x=2 (vertical line), y=xy=x (line through origin), and y=x+2y=x+2 (line with y-intercept 2). This is a Type I region.

> The limits for xx are from 00 to 22.
> The limits for yy are from xx to x+2x+2.

Step 2: Set up the iterated integral.

>

02xx+2(x+y)dydx\int_0^2 \int_x^{x+2} (x+y) \, dy \, dx

Step 3: Integrate with respect to yy.

>

02[xy+y22]xx+2dx\int_0^2 \left[ xy + \frac{y^2}{2} \right]_x^{x+2} \, dx

>
02(x(x+2)+(x+2)22(x(x)+x22))dx\int_0^2 \left( x(x+2) + \frac{(x+2)^2}{2} - \left( x(x) + \frac{x^2}{2} \right) \right) \, dx

>
02(x2+2x+x2+4x+42x2x22)dx\int_0^2 \left( x^2+2x + \frac{x^2+4x+4}{2} - x^2 - \frac{x^2}{2} \right) \, dx

>
02(2x+x22+2x+2x22)dx\int_0^2 \left( 2x + \frac{x^2}{2} + 2x + 2 - \frac{x^2}{2} \right) \, dx

>
02(4x+2)dx\int_0^2 (4x + 2) \, dx

Step 4: Integrate with respect to xx.

>

[2x2+2x]02\left[ 2x^2 + 2x \right]_0^2

>
(2(2)2+2(2))(0)(2(2)^2 + 2(2)) - (0)

>
2(4)+4=8+4=122(4) + 4 = 8 + 4 = 12

Answer: 1212

:::question type="MCQ" question="Evaluate the double integral RydA\iint_R y \, dA where RR is the region bounded by y=xy=x, y=2xy=2x, and x=1x=1." options=["1/21/2","11","3/23/2","22"] answer="1/21/2" hint="Sketch the region to determine the integration limits. It is a Type I region." solution="Step 1: Sketch the region. The lines are y=xy=x, y=2xy=2x, and x=1x=1.
> The region is bounded by x=0x=0 (implicitly, as it starts from the origin) and x=1x=1.
> For a given xx, yy ranges from xx to 2x2x.
Step 2: Set up the iterated integral.
>

01x2xydydx\int_0^1 \int_x^{2x} y \, dy \, dx

Step 3: Integrate with respect to yy.
>
01[y22]x2xdx\int_0^1 \left[ \frac{y^2}{2} \right]_x^{2x} \, dx

>
01((2x)22x22)dx\int_0^1 \left( \frac{(2x)^2}{2} - \frac{x^2}{2} \right) \, dx

>
01(4x22x22)dx\int_0^1 \left( \frac{4x^2}{2} - \frac{x^2}{2} \right) \, dx

>
01(2x2x22)dx\int_0^1 \left( 2x^2 - \frac{x^2}{2} \right) \, dx

>
013x22dx\int_0^1 \frac{3x^2}{2} \, dx

Step 4: Integrate with respect to xx.
>
[3x36]01\left[ \frac{3x^3}{6} \right]_0^1

>
[x32]01\left[ \frac{x^3}{2} \right]_0^1

>
(1)320=12\frac{(1)^3}{2} - 0 = \frac{1}{2}

Answer: 12\boxed{\frac{1}{2}}"
:::

---

3. Changing the Order of Integration

Sometimes, evaluating an iterated integral is difficult or impossible in the given order of integration. Reversing the order of integration can simplify the problem, especially when the integrand has a non-elementary antiderivative with respect to the inner variable. This requires careful re-identification of the region of integration.

💡 Strategy for Changing Order

  • Sketch the Region: Draw the region defined by the given limits.

  • Identify New Limits: Based on the sketch, express the region as a Type I if it was Type II, or vice versa, by finding new bounds for the outer and inner variables.

Quick Example: Change the order of integration for 02y/21f(x,y)dxdy\int_0^2 \int_{y/2}^1 f(x,y) \, dx \, dy. Then evaluate for f(x,y)=ex2f(x,y) = e^{x^2}. (Based on PYQ 4)

Step 1: Identify the current region from the limits.

> The outer integral is with respect to yy, from 00 to 22.
> The inner integral is with respect to xx, from y/2y/2 to 11.
> So, 0y20 \le y \le 2 and y/2x1y/2 \le x \le 1.
> This means xy/2    y2xx \ge y/2 \implies y \le 2x.
> The bounding lines are y=0y=0, y=2y=2, x=y/2x=y/2, x=1x=1.
> Plotting these: x=1x=1 is a vertical line. y=0y=0 is the x-axis. y=2y=2 is a horizontal line. x=y/2x=y/2 is equivalent to y=2xy=2x.
> The intersection of y=2xy=2x and y=2y=2 is 2=2x    x=12=2x \implies x=1.
> The region is a triangle with vertices (0,0)(0,0), (1,0)(1,0), and (1,2)(1,2).

Step 2: Express the region with the new order (integrate with respect to yy first, then xx).

> For the new order, xx will be the outer variable. From the sketch, xx ranges from 00 to 11.
> For a fixed xx, yy ranges from the lower boundary y=0y=0 to the upper boundary y=2xy=2x.
> So, the new limits are 0102xf(x,y)dydx\int_0^1 \int_0^{2x} f(x,y) \, dy \, dx.

Step 3: Evaluate the integral with f(x,y)=ex2f(x,y) = e^{x^2}.

>

0102xex2dydx\int_0^1 \int_0^{2x} e^{x^2} \, dy \, dx

>
01[yex2]02xdx\int_0^1 \left[ y e^{x^2} \right]_0^{2x} \, dx

>
01(2xex20)dx\int_0^1 (2x e^{x^2} - 0) \, dx

>
012xex2dx\int_0^1 2x e^{x^2} \, dx

Step 4: Use substitution for the final integral. Let u=x2u = x^2, then du=2xdxdu = 2x \, dx.
When x=0x=0, u=0u=0. When x=1x=1, u=1u=1.

>

01eudu\int_0^1 e^u \, du

>
[eu]01\left[ e^u \right]_0^1

>
e1e0=e1e^1 - e^0 = e - 1

Answer: e1e-1

:::question type="MCQ" question="Change the order of integration for 01y1sin(x2)dxdy\int_0^1 \int_y^1 \sin(x^2) \, dx \, dy and then evaluate the integral." options=["1cos(1)1-\cos(1)","12(1cos(1))\frac{1}{2}(1-\cos(1))","cos(1)\cos(1)","sin(1)\sin(1)"] answer="12(1cos(1))\frac{1}{2}(1-\cos(1))" hint="First sketch the region 0y1,yx10 \le y \le 1, y \le x \le 1. Then rewrite it as 0x1,0yx0 \le x \le 1, 0 \le y \le x." solution="Step 1: Identify the current region.
> The limits are 0y10 \le y \le 1 and yx1y \le x \le 1.
> This region is a triangle with vertices (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1).
Step 2: Express the region with the new order (dydxdy \, dx).
> The outer integral is with respect to xx, from 00 to 11.
> The inner integral is with respect to yy, from 00 to xx.
> The new integral is 010xsin(x2)dydx\int_0^1 \int_0^x \sin(x^2) \, dy \, dx.
Step 3: Evaluate the integral.
>

01[ysin(x2)]0xdx\int_0^1 \left[ y \sin(x^2) \right]_0^x \, dx

>
01(xsin(x2)0)dx\int_0^1 (x \sin(x^2) - 0) \, dx

>
01xsin(x2)dx\int_0^1 x \sin(x^2) \, dx

Step 4: Use substitution. Let u=x2u = x^2, then du=2xdx    xdx=12dudu = 2x \, dx \implies x \, dx = \frac{1}{2} du.
When x=0x=0, u=0u=0. When x=1x=1, u=1u=1.
>
0112sin(u)du\int_0^1 \frac{1}{2} \sin(u) \, du

>
12[cos(u)]01\frac{1}{2} \left[ -\cos(u) \right]_0^1

>
12(cos(1)(cos(0)))\frac{1}{2} (-\cos(1) - (-\cos(0)))

>
12(cos(1)+1)=12(1cos(1))\frac{1}{2} (-\cos(1) + 1) = \frac{1}{2}(1 - \cos(1))

Answer: 12(1cos(1))\boxed{\frac{1}{2}(1 - \cos(1))}"
:::

---

---

4. Area and Volume using Double Integrals

Double integrals can be used to calculate the area of a plane region or the volume of a solid under a surface.

📐 Area and Volume

The area AA of a plane region RR is given by:

A=R1dAA = \iint_R 1 \, dA

The volume VV of the solid that lies under the surface z=f(x,y)z=f(x,y) and above the region RR in the xyxy-plane is given by:
V=Rf(x,y)dAV = \iint_R f(x,y) \, dA

When to use: To find the area of a two-dimensional region or the volume of a three-dimensional solid.

Quick Example: Find the volume of the solid bounded by the paraboloid z=x2+y2z = x^2+y^2 and the plane z=4z=4.

Step 1: Determine the region RR in the xyxy-plane.
The solid is bounded above by z=4z=4 and below by z=x2+y2z=x^2+y^2. The intersection of these two surfaces defines the region RR.

x2+y2=4x^2+y^2 = 4

This is a circle of radius 22 centered at the origin.
So, RR is the disk x2+y24x^2+y^2 \le 4.
The volume is given by
R(4(x2+y2))dA\iint_R (4 - (x^2+y^2)) \, dA

Step 2: Set up the integral. Since RR is a disk, polar coordinates are appropriate.
Let x=rcosθx = r \cos \theta, y=rsinθy = r \sin \theta. Then x2+y2=r2x^2+y^2 = r^2, and dA=rdrdθdA = r \, dr \, d\theta.
For the disk x2+y24x^2+y^2 \le 4, rr goes from 00 to 22, and θ\theta goes from 00 to 2π2\pi.

V=02π02(4r2)rdrdθV = \int_0^{2\pi} \int_0^2 (4 - r^2) r \, dr \, d\theta

V=02π02(4rr3)drdθV = \int_0^{2\pi} \int_0^2 (4r - r^3) \, dr \, d\theta

Step 3: Integrate with respect to rr.

V=02π[2r2r44]02dθV = \int_0^{2\pi} \left[ 2r^2 - \frac{r^4}{4} \right]_0^2 \, d\theta
V=02π(2(2)2(2)440)dθV = \int_0^{2\pi} \left( 2(2)^2 - \frac{(2)^4}{4} - 0 \right) \, d\theta
V=02π(8164)dθV = \int_0^{2\pi} \left( 8 - \frac{16}{4} \right) \, d\theta
V=02π(84)dθV = \int_0^{2\pi} (8 - 4) \, d\theta
V=02π4dθV = \int_0^{2\pi} 4 \, d\theta

Step 4: Integrate with respect to θ\theta.

V=[4θ]02πV = \left[ 4\theta \right]_0^{2\pi}
V=4(2π)0=8πV = 4(2\pi) - 0 = 8\pi

Answer: 8π8\pi

:::question type="MCQ" question="Find the area of the region bounded by y=x2y=x^2 and y=x+2y=x+2." options=["9/29/2","11/211/2","13/213/2","15/215/2"] answer="9/29/2" hint="First, find the points of intersection to determine the limits for xx. Then set up the integral

R1dA\iint_R 1 \, dA
as a Type I region." solution="Step 1: Find the intersection points of y=x2y=x^2 and y=x+2y=x+2.
x2=x+2x^2 = x+2

x2x2=0x^2 - x - 2 = 0

(x2)(x+1)=0(x-2)(x+1) = 0

So, x=1x=-1 and x=2x=2.
The region RR is bounded by x=1x=-1 to x=2x=2. For any xx in this interval, the upper curve is y=x+2y=x+2 and the lower curve is y=x2y=x^2.
Step 2: Set up the area integral.
A=12x2x+21dydxA = \int_{-1}^2 \int_{x^2}^{x+2} 1 \, dy \, dx

Step 3: Integrate with respect to yy.
A=12[y]x2x+2dxA = \int_{-1}^2 \left[ y \right]_{x^2}^{x+2} \, dx

A=12(x+2x2)dxA = \int_{-1}^2 (x+2 - x^2) \, dx

Step 4: Integrate with respect to xx.
A=[x22+2xx33]12A = \left[ \frac{x^2}{2} + 2x - \frac{x^3}{3} \right]_{-1}^2

A=((2)22+2(2)(2)33)((1)22+2(1)(1)33)A = \left( \frac{(2)^2}{2} + 2(2) - \frac{(2)^3}{3} \right) - \left( \frac{(-1)^2}{2} + 2(-1) - \frac{(-1)^3}{3} \right)

A=(42+483)(122+13)A = \left( \frac{4}{2} + 4 - \frac{8}{3} \right) - \left( \frac{1}{2} - 2 + \frac{1}{3} \right)

A=(2+483)(36126+26)A = \left( 2 + 4 - \frac{8}{3} \right) - \left( \frac{3}{6} - \frac{12}{6} + \frac{2}{6} \right)

A=(683)(76)A = \left( 6 - \frac{8}{3} \right) - \left( -\frac{7}{6} \right)

A=103+76A = \frac{10}{3} + \frac{7}{6}

A=206+76=276=92A = \frac{20}{6} + \frac{7}{6} = \frac{27}{6} = \frac{9}{2}

Answer: \boxed{9/2}"
:::

---

5. Triple Integrals over Rectangular Boxes

The triple integral of a function f(x,y,z)f(x,y,z) over a rectangular box B=[a,b]×[c,d]×[e,f]B = [a,b] \times [c,d] \times [e,f] is an iterated integral. Fubini's Theorem extends to three dimensions, allowing integration in any of the 3!=63! = 6 possible orders if the function is continuous.

📐 Fubini's Theorem for Rectangular Boxes
Bf(x,y,z)dV=abcdeff(x,y,z)dzdydx\iiint_B f(x,y,z) \, dV = \int_a^b \int_c^d \int_e^f f(x,y,z) \, dz \, dy \, dx
Where: B=[a,b]×[c,d]×[e,f]B = [a,b] \times [c,d] \times [e,f] is a rectangular box. When to use: For integrating continuous functions over rectangular three-dimensional domains.

Quick Example: Evaluate 010101([x]+[y]+[z])dxdydz\int_0^1 \int_0^1 \int_0^1 ([x]+[y]+[z]) \, dx \, dy \, dz, where [x][x] is the greatest integer function. (Based on PYQ 3)

Step 1: Analyze the integrand.
The greatest integer function [x][x] equals 00 for 0x<10 \le x < 1.
In the region of integration 0x1,0y1,0z10 \le x \le 1, 0 \le y \le 1, 0 \le z \le 1:
For 0x<10 \le x < 1, [x]=0[x]=0. At x=1x=1, [x]=1[x]=1.
The integral is defined over a cube. We can evaluate it by summing the individual integrals.
Since the integral is from 00 to 11, for almost all points in the domain, [x]=0,[y]=0,[z]=0[x]=0, [y]=0, [z]=0. The points where any variable is exactly 11 form sets of measure zero, so they do not affect the value of the integral.

010101([x]+[y]+[z])dxdydz\int_0^1 \int_0^1 \int_0^1 ([x]+[y]+[z]) \, dx \, dy \, dz
=010101[x]dxdydz+010101[y]dxdydz+010101[z]dxdydz= \int_0^1 \int_0^1 \int_0^1 [x] \, dx \, dy \, dz + \int_0^1 \int_0^1 \int_0^1 [y] \, dx \, dy \, dz + \int_0^1 \int_0^1 \int_0^1 [z] \, dx \, dy \, dz

Step 2: Evaluate 01[x]dx\int_0^1 [x] \, dx.
For 0x<10 \le x < 1, [x]=0[x]=0. So,

01[x]dx=010dx=0\int_0^1 [x] \, dx = \int_0^1 0 \, dx = 0

Similarly,
01[y]dy=0\int_0^1 [y] \, dy = 0

and
01[z]dz=0\int_0^1 [z] \, dz = 0

Step 3: Substitute these values back into the triple integral.

Since 01[x]dx=0\int_0^1 [x] \, dx = 0, the first term becomes:

0101(0)dydz=0\int_0^1 \int_0^1 (0) \, dy \, dz = 0

Similarly, the second and third terms are also 00.
Thus, the total integral is
0+0+0=00+0+0=0

Answer: 00

:::question type="MCQ" question="Evaluate

B(xy+z)dV\iiint_B (xy + z) \, dV
where
B=[0,1]×[0,2]×[0,3]B = [0,1] \times [0,2] \times [0,3]
." options=["1212","1515","1818","2121"] answer="1212" hint="Integrate iteratively. The order of integration does not affect the result for a continuous function over a rectangular box." solution="Step 1: Set up the iterated integral.
010203(xy+z)dzdydx\int_0^1 \int_0^2 \int_0^3 (xy + z) \, dz \, dy \, dx

Step 2: Integrate with respect to zz.
0102[xyz+z22]03dydx\int_0^1 \int_0^2 \left[ xyz + \frac{z^2}{2} \right]_0^3 \, dy \, dx

0102(xy(3)+3220)dydx\int_0^1 \int_0^2 \left( xy(3) + \frac{3^2}{2} - 0 \right) \, dy \, dx

0102(3xy+92)dydx\int_0^1 \int_0^2 \left( 3xy + \frac{9}{2} \right) \, dy \, dx

Step 3: Integrate with respect to yy.
01[3xy22+9y2]02dx\int_0^1 \left[ \frac{3xy^2}{2} + \frac{9y}{2} \right]_0^2 \, dx

01(3x(2)22+9(2)20)dx\int_0^1 \left( \frac{3x(2)^2}{2} + \frac{9(2)}{2} - 0 \right) \, dx

01(12x2+9)dx\int_0^1 \left( \frac{12x}{2} + 9 \right) \, dx

01(6x+9)dx\int_0^1 (6x + 9) \, dx

Step 4: Integrate with respect to xx.
[3x2+9x]01\left[ 3x^2 + 9x \right]_0^1

(3(1)2+9(1))0(3(1)^2 + 9(1)) - 0

3+9=123 + 9 = 12

Answer: \boxed{12}"
:::

---

6. Triple Integrals over General Regions

For triple integrals over general solids, the limits of integration are functions of the other variables. We typically define the region as "Type 1" in 3D, where zz is bounded by two surfaces, and the projection onto the xyxy-plane forms a Type I or Type II region.

📐 Triple Integral over General Regions

For a region EE defined as:

E={(x,y,z)(x,y)D,u1(x,y)zu2(x,y)}E = \{ (x,y,z) \mid (x,y) \in D, u_1(x,y) \le z \le u_2(x,y) \}

where DD is a region in the xyxy-plane, the triple integral is:
Ef(x,y,z)dV=D[u1(x,y)u2(x,y)f(x,y,z)dz]dA\iiint_E f(x,y,z) \, dV = \iint_D \left[ \int_{u_1(x,y)}^{u_2(x,y)} f(x,y,z) \, dz \right] \, dA

The inner double integral DdA\iint_D \, dA is then evaluated based on whether DD is Type I or Type II.
When to use: For integrating over non-rectangular three-dimensional solids.

Quick Example: Evaluate

VFdV\iiint_V \vec{F} \, dV
where
F=2zi^xj^+yk^\vec{F} = 2z\hat{i} - x\hat{j} + y\hat{k}
and VV is the region bounded by the surfaces x=0,y=0,x=2,y=4,z=x2,z=2x=0, y=0, x=2, y=4, z=x^2, z=2. (Based on PYQ 2)

Step 1: Define the region VV.
The region is bounded by:

0x20 \le x \le 2

0y40 \le y \le 4

x2z2x^2 \le z \le 2

This defines a solid where zz is bounded by z=x2z=x^2 (paraboloid) and z=2z=2 (plane), and the projection onto the xyxy-plane is a rectangle D=[0,2]×[0,4]D = [0,2] \times [0,4].
The integral of a vector field over a volume is defined component-wise:
VFdV=(V2zdV)i^+(VxdV)j^+(VydV)k^\iiint_V \vec{F} \, dV = \left( \iiint_V 2z \, dV \right) \hat{i} + \left( \iiint_V -x \, dV \right) \hat{j} + \left( \iiint_V y \, dV \right) \hat{k}

Step 2: Evaluate the i^\hat{i} component: V2zdV\iiint_V 2z \, dV.

0204x222zdzdydx\int_0^2 \int_0^4 \int_{x^2}^2 2z \, dz \, dy \, dx
0204[z2]x22dydx\int_0^2 \int_0^4 \left[ z^2 \right]_{x^2}^2 \, dy \, dx
0204(4x4)dydx\int_0^2 \int_0^4 (4 - x^4) \, dy \, dx
02[(4x4)y]04dx\int_0^2 \left[ (4 - x^4)y \right]_0^4 \, dx
024(4x4)dx\int_0^2 4(4 - x^4) \, dx
02(164x4)dx\int_0^2 (16 - 4x^4) \, dx
[16x4x55]02\left[ 16x - \frac{4x^5}{5} \right]_0^2
16(2)4(2)55=324(32)5=321285=1601285=32516(2) - \frac{4(2)^5}{5} = 32 - \frac{4(32)}{5} = 32 - \frac{128}{5} = \frac{160 - 128}{5} = \frac{32}{5}

Step 3: Evaluate the j^\hat{j} component: VxdV\iiint_V -x \, dV.

0204x22xdzdydx\int_0^2 \int_0^4 \int_{x^2}^2 -x \, dz \, dy \, dx
0204[xz]x22dydx\int_0^2 \int_0^4 \left[ -xz \right]_{x^2}^2 \, dy \, dx
0204(2x(xx2))dydx\int_0^2 \int_0^4 (-2x - (-x \cdot x^2)) \, dy \, dx
0204(2x+x3)dydx\int_0^2 \int_0^4 (-2x + x^3) \, dy \, dx
02[(2x+x3)y]04dx\int_0^2 \left[ (-2x + x^3)y \right]_0^4 \, dx
024(2x+x3)dx\int_0^2 4(-2x + x^3) \, dx
02(8x+4x3)dx\int_0^2 (-8x + 4x^3) \, dx
[4x2+x4]02\left[ -4x^2 + x^4 \right]_0^2
4(2)2+(2)4=16+16=0-4(2)^2 + (2)^4 = -16 + 16 = 0

Step 4: Evaluate the k^\hat{k} component: VydV\iiint_V y \, dV.

0204x22ydzdydx\int_0^2 \int_0^4 \int_{x^2}^2 y \, dz \, dy \, dx
0204[yz]x22dydx\int_0^2 \int_0^4 \left[ yz \right]_{x^2}^2 \, dy \, dx
0204(2yyx2)dydx\int_0^2 \int_0^4 (2y - yx^2) \, dy \, dx
02[y2y2x22]04dx\int_0^2 \left[ y^2 - \frac{y^2x^2}{2} \right]_0^4 \, dx
02((4)2(4)2x22)dx\int_0^2 \left( (4)^2 - \frac{(4)^2x^2}{2} \right) \, dx
02(168x2)dx\int_0^2 (16 - 8x^2) \, dx
[16x8x33]02\left[ 16x - \frac{8x^3}{3} \right]_0^2
16(2)8(2)33=328(8)3=32643=96643=32316(2) - \frac{8(2)^3}{3} = 32 - \frac{8(8)}{3} = 32 - \frac{64}{3} = \frac{96 - 64}{3} = \frac{32}{3}

Step 5: Combine the components.

VFdV=325i^+0j^+323k^\iiint_V \vec{F} \, dV = \frac{32}{5}\hat{i} + 0\hat{j} + \frac{32}{3}\hat{k}
=325i^+323k^= \frac{32}{5}\hat{i} + \frac{32}{3}\hat{k}
The option provided in the PYQ is 3215(3i^+5k^)\frac{32}{15}(3\hat{i} + 5\hat{k}). Let's factor out 3215\frac{32}{15}:
3215(3i^+5k^)=32315i^+32515k^=325i^+323k^\frac{32}{15}(3\hat{i} + 5\hat{k}) = \frac{32 \cdot 3}{15}\hat{i} + \frac{32 \cdot 5}{15}\hat{k} = \frac{32}{5}\hat{i} + \frac{32}{3}\hat{k}
This matches.

Answer: \boxed{\frac{32}{15}(3\hat{i} + 5\hat{k})}

:::question type="MCQ" question="Evaluate

EzdV\iiint_E z \, dV
where EE is the solid tetrahedron bounded by the planes x=0,y=0,z=0,x=0, y=0, z=0, and x+y+z=1x+y+z=1." options=["1/121/12","1/241/24","1/481/48","1/601/60"] answer="1/241/24" hint="The outer limits for xx are from 00 to 11. For a given xx, yy varies from 00 to 1x1-x. For given x,yx,y, zz varies from 00 to 1xy1-x-y." solution="Step 1: Define the region EE.
The base in the xyxy-plane is the triangle bounded by x=0,y=0,x=0, y=0, and x+y=1x+y=1.
The limits for xx are from 00 to 11.
The limits for yy are from 00 to 1x1-x.
The limits for zz are from 00 to 1xy1-x-y.
Step 2: Set up the iterated integral.
0101x01xyzdzdydx\int_0^1 \int_0^{1-x} \int_0^{1-x-y} z \, dz \, dy \, dx

Step 3: Integrate with respect to zz.
0101x[z22]01xydydx\int_0^1 \int_0^{1-x} \left[ \frac{z^2}{2} \right]_0^{1-x-y} \, dy \, dx

0101x(1xy)22dydx\int_0^1 \int_0^{1-x} \frac{(1-x-y)^2}{2} \, dy \, dx

Step 4: Integrate with respect to yy. Let u=1xyu = 1-x-y, then du=dydu = -dy.
When y=0y=0, u=1xu=1-x. When y=1xy=1-x, u=0u=0.
01[12(1xy)33]01xdx\int_0^1 \left[ -\frac{1}{2} \frac{(1-x-y)^3}{3} \right]_0^{1-x} \, dx

01(16(0)3(16(1x)3))dx\int_0^1 \left( -\frac{1}{6}(0)^3 - \left( -\frac{1}{6}(1-x)^3 \right) \right) \, dx

0116(1x)3dx\int_0^1 \frac{1}{6}(1-x)^3 \, dx

Step 5: Integrate with respect to xx. Let v=1xv = 1-x, then dv=dxdv = -dx.
When x=0x=0, v=1v=1. When x=1x=1, v=0v=0.
[16(1x)44]01\left[ -\frac{1}{6} \frac{(1-x)^4}{4} \right]_0^1

(124(0)4)(124(1)4)\left( -\frac{1}{24}(0)^4 \right) - \left( -\frac{1}{24}(1)^4 \right)

0(124)=1240 - \left( -\frac{1}{24} \right) = \frac{1}{24}

Answer: \boxed{1/24}"
:::

---

7. Volume using Triple Integrals

The volume of a solid region EE can be found by integrating the constant function 11 over the region.

📐 Volume of a Solid

The volume VV of a solid region EE is given by:

V=E1dVV = \iiint_E 1 \, dV

When to use: To find the volume of a three-dimensional solid directly, without needing to define it as a region under a surface.

Quick Example: Find the volume of the solid bounded by the cylinder x2+y2=4x^2+y^2=4 and the planes z=0z=0 and z=x+3z=x+3.

Step 1: Define the region EE.
The base is the disk D:x2+y24D: x^2+y^2 \le 4 in the xyxy-plane.
The lower bound for zz is z=0z=0.
The upper bound for zz is z=x+3z=x+3.
Step 2: Set up the integral.

V=D0x+31dzdAV = \iint_D \int_0^{x+3} 1 \, dz \, dA

V=D(x+3)dAV = \iint_D (x+3) \, dA

Step 3: Convert to polar coordinates for the double integral over DD.
x=rcosθx = r \cos \theta, dA=rdrdθdA = r \, dr \, d\theta.
For the disk x2+y24x^2+y^2 \le 4, rr ranges from 00 to 22 and θ\theta ranges from 00 to 2π2\pi.
V=02π02(rcosθ+3)rdrdθV = \int_0^{2\pi} \int_0^2 (r \cos \theta + 3) r \, dr \, d\theta

V=02π02(r2cosθ+3r)drdθV = \int_0^{2\pi} \int_0^2 (r^2 \cos \theta + 3r) \, dr \, d\theta

Step 4: Integrate with respect to rr.
V=02π[r33cosθ+3r22]02dθV = \int_0^{2\pi} \left[ \frac{r^3}{3} \cos \theta + \frac{3r^2}{2} \right]_0^2 \, d\theta

V=02π(233cosθ+3(2)220)dθV = \int_0^{2\pi} \left( \frac{2^3}{3} \cos \theta + \frac{3(2)^2}{2} - 0 \right) \, d\theta

V=02π(83cosθ+6)dθV = \int_0^{2\pi} \left( \frac{8}{3} \cos \theta + 6 \right) \, d\theta

Step 5: Integrate with respect to θ\theta.
V=[83sinθ+6θ]02πV = \left[ \frac{8}{3} \sin \theta + 6\theta \right]_0^{2\pi}

V=(83sin(2π)+6(2π))(83sin(0)+6(0))V = \left( \frac{8}{3} \sin(2\pi) + 6(2\pi) \right) - \left( \frac{8}{3} \sin(0) + 6(0) \right)

V=(0+12π)(0+0)=12πV = (0 + 12\pi) - (0 + 0) = 12\pi

Answer: 12π12\pi

:::question type="MCQ" question="Find the volume of the solid bounded by the planes z=x+yz=x+y, z=0z=0, x=0x=0, y=0y=0, and x+y=1x+y=1." options=["1/61/6","1/31/3","1/21/2","11"] answer="1/31/3" hint="The base is a triangle in the xyxy-plane bounded by x=0,y=0,x+y=1x=0, y=0, x+y=1. The height is given by z=x+yz=x+y." solution="Step 1: Define the region EE.
The base DD is the triangle in the xyxy-plane with vertices (0,0),(1,0),(0,1)(0,0), (1,0), (0,1).
For this region, 0x10 \le x \le 1 and 0y1x0 \le y \le 1-x.
The lower bound for zz is z=0z=0.
The upper bound for zz is z=x+yz=x+y.
Step 2: Set up the integral.

V=0101x0x+y1dzdydxV = \int_0^1 \int_0^{1-x} \int_0^{x+y} 1 \, dz \, dy \, dx

Step 3: Integrate with respect to zz.
V=0101x[z]0x+ydydxV = \int_0^1 \int_0^{1-x} \left[ z \right]_0^{x+y} \, dy \, dx

V=0101x(x+y)dydxV = \int_0^1 \int_0^{1-x} (x+y) \, dy \, dx

Step 4: Integrate with respect to yy.
V=01[xy+y22]01xdxV = \int_0^1 \left[ xy + \frac{y^2}{2} \right]_0^{1-x} \, dx

V=01(x(1x)+(1x)22)dxV = \int_0^1 \left( x(1-x) + \frac{(1-x)^2}{2} \right) \, dx

V=01(xx2+12x+x22)dxV = \int_0^1 \left( x-x^2 + \frac{1-2x+x^2}{2} \right) \, dx

V=01(xx2+12x+x22)dxV = \int_0^1 \left( x-x^2 + \frac{1}{2} - x + \frac{x^2}{2} \right) \, dx

V=01(12x22)dxV = \int_0^1 \left( \frac{1}{2} - \frac{x^2}{2} \right) \, dx

Step 5: Integrate with respect to xx.
V=[x2x36]01V = \left[ \frac{x}{2} - \frac{x^3}{6} \right]_0^1

V=(1216)0V = \left( \frac{1}{2} - \frac{1}{6} \right) - 0

V=316=26=13V = \frac{3-1}{6} = \frac{2}{6} = \frac{1}{3}

Answer: \boxed{1/3}"
:::

---

Advanced Applications: Change of Variables

8. The Jacobian Transformation

To change variables in multiple integrals, we use the Jacobian determinant to account for the scaling factor in the area or volume element.

📐 Jacobian for Change of Variables

For a transformation x=g(u,v)x = g(u,v) and y=h(u,v)y = h(u,v), the Jacobian J(u,v)J(u,v) is given by:

J(u,v)=det[xuxvyuyv]=xuyvxvyuJ(u,v) = \det \begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} \end{bmatrix} = \frac{\partial x}{\partial u}\frac{\partial y}{\partial v} - \frac{\partial x}{\partial v}\frac{\partial y}{\partial u}

The integral transforms as:
Rf(x,y)dxdy=Sf(g(u,v),h(u,v))J(u,v)dudv\iint_R f(x,y) \, dx \, dy = \iint_S f(g(u,v), h(u,v)) |J(u,v)| \, du \, dv

For a 3D transformation x=g(u,v,w),y=h(u,v,w),z=k(u,v,w)x=g(u,v,w), y=h(u,v,w), z=k(u,v,w), the Jacobian is:
J(u,v,w)=det[xuxvxwyuyvywzuzvzw]J(u,v,w) = \det \begin{bmatrix} \frac{\partial x}{\partial u} & \frac{\partial x}{\partial v} & \frac{\partial x}{\partial w} \\ \frac{\partial y}{\partial u} & \frac{\partial y}{\partial v} & \frac{\partial y}{\partial w} \\ \frac{\partial z}{\partial u} & \frac{\partial z}{\partial v} & \frac{\partial z}{\partial w} \end{bmatrix}

The integral transforms as:
Ef(x,y,z)dxdydz=Ff(g,h,k)J(u,v,w)dudvdw\iiint_E f(x,y,z) \, dx \, dy \, dz = \iiint_F f(g,h,k) |J(u,v,w)| \, du \, dv \, dw

When to use: When the region of integration or the integrand simplifies significantly under a coordinate transformation.

Quick Example: To evaluate the double integral

08y/2(y/2)+1(2xy2)dxdy\int_0^8 \int_{y/2}^{(y/2)+1} \left(\frac{2x-y}{2}\right) \, dx \, dy
, we make the substitution
u=2xy2u = \frac{2x-y}{2}
and
v=y2v = \frac{y}{2}
. Transform the integral. (Based on PYQ 5 & 7)

Step 1: Express xx and yy in terms of uu and vv.
From v=y/2v = y/2, we get y=2vy = 2v.
Substitute y=2vy=2v into u=2xy2u = \frac{2x-y}{2}:

u=2x2v2=xv    x=u+vu = \frac{2x-2v}{2} = x-v \implies x = u+v

So, the transformation is x=u+v,y=2vx=u+v, y=2v.

Step 2: Calculate the Jacobian J(u,v)J(u,v).

xu=1,xv=1\frac{\partial x}{\partial u} = 1, \quad \frac{\partial x}{\partial v} = 1
yu=0,yv=2\frac{\partial y}{\partial u} = 0, \quad \frac{\partial y}{\partial v} = 2
J(u,v)=det[1102]=(1)(2)(1)(0)=2J(u,v) = \det \begin{bmatrix} 1 & 1 \\ 0 & 2 \end{bmatrix} = (1)(2) - (1)(0) = 2
So,
dxdy=J(u,v)dudv=2dudvdx \, dy = |J(u,v)| \, du \, dv = 2 \, du \, dv

Step 3: Transform the region of integration.
The original region RR is defined by:

0y80 \le y \le 8

y/2x(y/2)+1y/2 \le x \le (y/2)+1

Let's find the new bounds in the uvuv-plane (SS).
For yy:
0y8    02v8    0v40 \le y \le 8 \implies 0 \le 2v \le 8 \implies 0 \le v \le 4

For xx:
Lower bound:
x=y/2    u+v=v    u=0x = y/2 \implies u+v = v \implies u = 0

Upper bound:
x=(y/2)+1    u+v=v+1    u=1x = (y/2)+1 \implies u+v = v+1 \implies u = 1

So, the new region SS is 0v4,0u10 \le v \le 4, 0 \le u \le 1.

Step 4: Transform the integrand.
The integrand is

(2xy2)=u\left(\frac{2x-y}{2}\right) = u

Step 5: Write the transformed integral.

R(2xy2)dxdy=0401u2dudv\iint_R \left(\frac{2x-y}{2}\right) \, dx \, dy = \int_0^4 \int_0^1 u \cdot 2 \, du \, dv
=04(012udu)dv= \int_0^4 \left( \int_0^1 2u \, du \right) \, dv

Answer: \boxed{\int_0^4 \left( \int_0^1 2u \, du \right) \, dv}

:::question type="MCQ" question="Given the integral

0101xe(x+y)/(xy)dydx\int_0^1 \int_0^{1-x} e^{(x+y)/(x-y)} \, dy \, dx
. Use the transformation
u=x+yu=x+y
and
v=xyv=x-y
to rewrite the integral. The new region SS is a triangle with vertices (0,0),(1,1),(1,1)(0,0), (1,1), (1,-1). The transformed integral is:" options=["01uu12eu/vdvdu\int_0^1 \int_{-u}^u \frac{1}{2} e^{u/v} \, dv \, du","01uu12eu/vdudv\int_0^1 \int_{-u}^u \frac{1}{2} e^{u/v} \, du \, dv","01vv12eu/vdudv\int_0^1 \int_{-v}^v \frac{1}{2} e^{u/v} \, du \, dv","010v12eu/vdudv\int_0^1 \int_0^v \frac{1}{2} e^{u/v} \, du \, dv"] answer="01uu12eu/vdvdu\int_0^1 \int_{-u}^u \frac{1}{2} e^{u/v} \, dv \, du" hint="First, find xx and yy in terms of uu and vv. Calculate the Jacobian. Transform the region defined by x=0,y=0,x+y=1x=0, y=0, x+y=1 into the uvuv-plane." solution="Step 1: Express x,yx, y in terms of u,vu, v.
u=x+yu = x+y

v=xyv = x-y

Adding the equations:
u+v=2x    x=(u+v)/2u+v = 2x \implies x = (u+v)/2

Subtracting the equations:
uv=2y    y=(uv)/2u-v = 2y \implies y = (u-v)/2

Step 2: Calculate the Jacobian J(u,v)J(u,v).
xu=12,xv=12\frac{\partial x}{\partial u} = \frac{1}{2}, \quad \frac{\partial x}{\partial v} = \frac{1}{2}

yu=12,yv=12\frac{\partial y}{\partial u} = \frac{1}{2}, \quad \frac{\partial y}{\partial v} = -\frac{1}{2}

J(u,v)=det[1/21/21/21/2]=(12)(12)(12)(12)=1414=12J(u,v) = \det \begin{bmatrix} 1/2 & 1/2 \\ 1/2 & -1/2 \end{bmatrix} = \left(\frac{1}{2}\right)\left(-\frac{1}{2}\right) - \left(\frac{1}{2}\right)\left(\frac{1}{2}\right) = -\frac{1}{4} - \frac{1}{4} = -\frac{1}{2}

So,
dxdy=J(u,v)dudv=12dudvdx \, dy = |J(u,v)| \, du \, dv = \frac{1}{2} \, du \, dv

Step 3: Transform the region of integration RR.
The original region RR is defined by x=0,y=0,x+y=1x=0, y=0, x+y=1.
x=0    (u+v)/2=0    u+v=0    v=ux=0 \implies (u+v)/2 = 0 \implies u+v=0 \implies v=-u

y=0    (uv)/2=0    uv=0    v=uy=0 \implies (u-v)/2 = 0 \implies u-v=0 \implies v=u

x+y=1    u=1x+y=1 \implies u=1

The new region SS in the uvuv-plane is bounded by v=uv=-u, v=uv=u, and u=1u=1.
This is a triangle with vertices (0,0)(0,0) (from v=uv=-u and v=uv=u), (1,1)(1,1) (from u=1u=1 and v=uv=u), and (1,1)(1,-1) (from u=1u=1 and v=uv=-u).
To integrate over this region, uu ranges from 00 to 11. For a given uu, vv ranges from u-u to uu.
Step 4: Transform the integrand.
f(x,y)=e(x+y)/(xy)=eu/vf(x,y) = e^{(x+y)/(x-y)} = e^{u/v}

Step 5: Write the transformed integral.
01uueu/v12dvdu=01uu12eu/vdvdu\int_0^1 \int_{-u}^u e^{u/v} \left| -\frac{1}{2} \right| \, dv \, du = \int_0^1 \int_{-u}^u \frac{1}{2} e^{u/v} \, dv \, du

Answer: \boxed{\int_0^1 \int_{-u}^u \frac{1}{2} e^{u/v} \, dv \, du}"
:::

---

9. Double Integrals in Polar Coordinates

Polar coordinates are particularly useful for integrals over circular regions or those with rotational symmetry.

📐 Polar Coordinate Transformation

The transformation equations are:

x=rcosθx = r \cos \theta

y=rsinθy = r \sin \theta

The area element dAdA transforms as:
dA=dxdy=rdrdθdA = dx \, dy = r \, dr \, d\theta

The Jacobian for polar coordinates is rr.
The integral transforms as:
Rf(x,y)dxdy=Sf(rcosθ,rsinθ)rdrdθ\iint_R f(x,y) \, dx \, dy = \iint_S f(r \cos \theta, r \sin \theta) r \, dr \, d\theta

Where: rr is the radial distance from the origin, θ\theta is the angle from the positive xx-axis.
When to use: For regions that are disks, annuli, sectors, or when the integrand contains x2+y2x^2+y^2.

Quick Example: Evaluate

00e(x2+y2)dxdy\int_0^\infty \int_0^\infty e^{-(x^2 + y^2)} \, dx \, dy
. (Based on PYQ 8, related to PYQ 6)

Step 1: Identify the region of integration.
The integral is over the entire first quadrant (x0,y0x \ge 0, y \ge 0).

Step 2: Convert to polar coordinates.

x2+y2=r2x^2+y^2 = r^2

dxdy=rdrdθdx \, dy = r \, dr \, d\theta

For the first quadrant, rr ranges from 00 to \infty, and θ\theta ranges from 00 to π/2\pi/2.

Step 3: Set up the integral in polar coordinates.

0π/20er2rdrdθ\int_0^{\pi/2} \int_0^\infty e^{-r^2} r \, dr \, d\theta

Step 4: Integrate with respect to rr.
Let u=r2u = -r^2, then du=2rdr    rdr=12dudu = -2r \, dr \implies r \, dr = -\frac{1}{2} du.
When r=0r=0, u=0u=0. When r=r=\infty, u=u=-\infty.

0π/2[12er2]0dθ\int_0^{\pi/2} \left[ -\frac{1}{2} e^{-r^2} \right]_0^\infty \, d\theta
0π/2(limr12er2(12e0))dθ\int_0^{\pi/2} \left( \lim_{r \to \infty} -\frac{1}{2} e^{-r^2} - \left( -\frac{1}{2} e^0 \right) \right) \, d\theta
0π/2(0(12))dθ\int_0^{\pi/2} \left( 0 - \left( -\frac{1}{2} \right) \right) \, d\theta
0π/212dθ\int_0^{\pi/2} \frac{1}{2} \, d\theta

Step 5: Integrate with respect to θ\theta.

[12θ]0π/2\left[ \frac{1}{2}\theta \right]_0^{\pi/2}
12(π2)0=π4\frac{1}{2} \left( \frac{\pi}{2} \right) - 0 = \frac{\pi}{4}

Answer: \boxed{\frac{\pi}{4}}

:::question type="MCQ" question="Evaluate

Rx2+y2dA\iint_R \sqrt{x^2+y^2} \, dA
where RR is the region bounded by x2+y2=1x^2+y^2=1 and x2+y2=4x^2+y^2=4." options=["14π/314\pi/3","16π/316\pi/3","18π/318\pi/3","20π/320\pi/3"] answer="14π/314\pi/3" hint="The region is an annulus. Convert to polar coordinates." solution="Step 1: Identify the region of integration.
The region RR is an annulus between circles of radius 11 and 22 centered at the origin.
Step 2: Convert to polar coordinates.
x2+y2=r2x^2+y^2 = r^2

So
x2+y2=r\sqrt{x^2+y^2} = r

dA=rdrdθdA = r \, dr \, d\theta

For the annulus, rr ranges from 11 to 22, and θ\theta ranges from 00 to 2π2\pi.
Step 3: Set up the integral in polar coordinates.
02π12rrdrdθ\int_0^{2\pi} \int_1^2 r \cdot r \, dr \, d\theta

02π12r2drdθ\int_0^{2\pi} \int_1^2 r^2 \, dr \, d\theta

Step 4: Integrate with respect to rr.
02π[r33]12dθ\int_0^{2\pi} \left[ \frac{r^3}{3} \right]_1^2 \, d\theta

02π(233133)dθ\int_0^{2\pi} \left( \frac{2^3}{3} - \frac{1^3}{3} \right) \, d\theta

02π(8313)dθ\int_0^{2\pi} \left( \frac{8}{3} - \frac{1}{3} \right) \, d\theta

02π73dθ\int_0^{2\pi} \frac{7}{3} \, d\theta

Step 5: Integrate with respect to θ\theta.
[73θ]02π\left[ \frac{7}{3}\theta \right]_0^{2\pi}

73(2π)0=14π3\frac{7}{3}(2\pi) - 0 = \frac{14\pi}{3}

Answer: \boxed{14\pi/3}"
:::

---

10. Triple Integrals in Cylindrical Coordinates

Cylindrical coordinates are useful for integrating over regions that have cylindrical symmetry or when the projection onto the xyxy-plane is a disk or annulus.

📐 Cylindrical Coordinate Transformation

The transformation equations are:

x=rcosθx = r \cos \theta

y=rsinθy = r \sin \theta

z=zz = z

The volume element dVdV transforms as:
dV=dxdydz=rdzdrdθdV = dx \, dy \, dz = r \, dz \, dr \, d\theta

The Jacobian for cylindrical coordinates is rr.
The integral transforms as:
Ef(x,y,z)dV=Sf(rcosθ,rsinθ,z)rdzdrdθ\iiint_E f(x,y,z) \, dV = \iiint_S f(r \cos \theta, r \sin \theta, z) r \, dz \, dr \, d\theta

When to use: For regions that are cylinders, paraboloids, or cones, especially when the height zz is easily expressed in Cartesian coordinates but the base is circular.

Quick Example: Find the volume of the solid bounded by the paraboloid z=x2+y2z = x^2+y^2 and the plane z=9z=9.

Step 1: Define the region EE.
The solid is bounded below by z=x2+y2z=x^2+y^2 and above by z=9z=9.
The projection onto the xyxy-plane is the disk D:x2+y29D: x^2+y^2 \le 9.

Step 2: Convert to cylindrical coordinates.
> x2+y2=r2x^2+y^2 = r^2.
> z=r2z=r^2 (lower bound for zz).
> z=9z=9 (upper bound for zz).
> For the disk x2+y29x^2+y^2 \le 9, 0r30 \le r \le 3 and 0θ2π0 \le \theta \le 2\pi.
> dV=rdzdrdθdV = r \, dz \, dr \, d\theta.

Step 3: Set up the integral.
>

V=02π03r29rdzdrdθV = \int_0^{2\pi} \int_0^3 \int_{r^2}^9 r \, dz \, dr \, d\theta

Step 4: Integrate with respect to zz.

>

V=02π03r[z]r29drdθV = \int_0^{2\pi} \int_0^3 r [z]_{r^2}^9 \, dr \, d\theta

>
V=02π03r(9r2)drdθV = \int_0^{2\pi} \int_0^3 r(9 - r^2) \, dr \, d\theta

>
V=02π03(9rr3)drdθV = \int_0^{2\pi} \int_0^3 (9r - r^3) \, dr \, d\theta

Step 5: Integrate with respect to rr.

>

V=02π[9r22r44]03dθV = \int_0^{2\pi} \left[ \frac{9r^2}{2} - \frac{r^4}{4} \right]_0^3 \, d\theta

>
V=02π(9(3)22(3)440)dθV = \int_0^{2\pi} \left( \frac{9(3)^2}{2} - \frac{(3)^4}{4} - 0 \right) \, d\theta

>
V=02π(812814)dθV = \int_0^{2\pi} \left( \frac{81}{2} - \frac{81}{4} \right) \, d\theta

>
V=02π(162814)dθV = \int_0^{2\pi} \left( \frac{162 - 81}{4} \right) \, d\theta

>
V=02π814dθV = \int_0^{2\pi} \frac{81}{4} \, d\theta

Step 6: Integrate with respect to θ\theta.

>

V=[814θ]02πV = \left[ \frac{81}{4}\theta \right]_0^{2\pi}

>
V=814(2π)0=81π2V = \frac{81}{4}(2\pi) - 0 = \frac{81\pi}{2}

Answer: 81π2\boxed{\frac{81\pi}{2}}

:::question type="MCQ" question="Evaluate EzdV\iiint_E z \, dV where EE is the region above the cone z=x2+y2z=\sqrt{x^2+y^2} and below the plane z=1z=1." options=["π/6\pi/6","π/4\pi/4","π/3\pi/3","π/2\pi/2"] answer="π/4\pi/4" hint="The region is a cone with its tip at the origin and base at z=1z=1. Convert to cylindrical coordinates." solution="Step 1: Define the region EE.
> The lower bound for zz is z=x2+y2z=\sqrt{x^2+y^2}.
> The upper bound for zz is z=1z=1.
> The projection onto the xyxy-plane is where x2+y2=1\sqrt{x^2+y^2}=1, which is the disk x2+y21x^2+y^2 \le 1.
Step 2: Convert to cylindrical coordinates.
> z=x2+y2    z=rz=\sqrt{x^2+y^2} \implies z=r. So rz1r \le z \le 1.
> For the disk x2+y21x^2+y^2 \le 1, 0r10 \le r \le 1 and 0θ2π0 \le \theta \le 2\pi.
> dV=rdzdrdθdV = r \, dz \, dr \, d\theta.
Step 3: Set up the integral.
>

02π01r1zrdzdrdθ\int_0^{2\pi} \int_0^1 \int_r^1 z \cdot r \, dz \, dr \, d\theta

Step 4: Integrate with respect to zz.
>
02π01r[z22]r1drdθ\int_0^{2\pi} \int_0^1 r \left[ \frac{z^2}{2} \right]_r^1 \, dr \, d\theta

>
02π01r(122r22)drdθ\int_0^{2\pi} \int_0^1 r \left( \frac{1^2}{2} - \frac{r^2}{2} \right) \, dr \, d\theta

>
02π01(r2r32)drdθ\int_0^{2\pi} \int_0^1 \left( \frac{r}{2} - \frac{r^3}{2} \right) \, dr \, d\theta

Step 5: Integrate with respect to rr.
>
02π[r24r48]01dθ\int_0^{2\pi} \left[ \frac{r^2}{4} - \frac{r^4}{8} \right]_0^1 \, d\theta

>
02π(14180)dθ\int_0^{2\pi} \left( \frac{1}{4} - \frac{1}{8} - 0 \right) \, d\theta

>
02π(218)dθ\int_0^{2\pi} \left( \frac{2-1}{8} \right) \, d\theta

>
02π18dθ\int_0^{2\pi} \frac{1}{8} \, d\theta

Step 6: Integrate with respect to θ\theta.
>
[18θ]02π\left[ \frac{1}{8}\theta \right]_0^{2\pi}

>
18(2π)0=2π8=π4\frac{1}{8}(2\pi) - 0 = \frac{2\pi}{8} = \frac{\pi}{4}

Answer: π4\boxed{\frac{\pi}{4}}"
:::

---

11. Triple Integrals in Spherical Coordinates

Spherical coordinates are ideal for regions with spherical symmetry, such as spheres, cones, or when the integrand involves x2+y2+z2x^2+y^2+z^2.

📐 Spherical Coordinate Transformation

The transformation equations are:

x=ρsinϕcosθx = \rho \sin \phi \cos \theta

y=ρsinϕsinθy = \rho \sin \phi \sin \theta

z=ρcosϕz = \rho \cos \phi

The volume element dVdV transforms as:
dV=dxdydz=ρ2sinϕdρdϕdθdV = dx \, dy \, dz = \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta

The Jacobian for spherical coordinates is ρ2sinϕ\rho^2 \sin \phi.
The integral transforms as:
Ef(x,y,z)dV=Sf(ρsinϕcosθ,ρsinϕsinθ,ρcosϕ)ρ2sinϕdρdϕdθ\iiint_E f(x,y,z) \, dV = \iiint_S f(\rho \sin \phi \cos \theta, \rho \sin \phi \sin \theta, \rho \cos \phi) \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta

Where: ρ\rho is the distance from the origin (ρ0\rho \ge 0), ϕ\phi is the angle from the positive zz-axis (0ϕπ0 \le \phi \le \pi), θ\theta is the angle from the positive xx-axis in the xyxy-plane (0θ2π0 \le \theta \le 2\pi).
When to use: For regions that are spheres, cones, or when the integrand contains x2+y2+z2x^2+y^2+z^2.

Quick Example: Given E:x2+y2+z2=a2E: x^2 + y^2 + z^2 = a^2, evaluate Edxdydzx2+y2+z2\iiint_E \frac{dx \, dy \, dz}{x^2 + y^2 + z^2}. (Based on PYQ 11)

Step 1: Define the region EE.
The region EE is the solid sphere of radius aa centered at the origin.
In spherical coordinates:
> 0ρa0 \le \rho \le a
> 0ϕπ0 \le \phi \le \pi
> 0θ2π0 \le \theta \le 2\pi

Step 2: Convert the integrand and volume element to spherical coordinates.
> x2+y2+z2=ρ2x^2+y^2+z^2 = \rho^2.
> dV=ρ2sinϕdρdϕdθdV = \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta.
> The integrand becomes 1ρ2\frac{1}{\rho^2}.

Step 3: Set up the integral.

>

02π0π0a1ρ2ρ2sinϕdρdϕdθ\int_0^{2\pi} \int_0^\pi \int_0^a \frac{1}{\rho^2} \cdot \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta

>
02π0π0asinϕdρdϕdθ\int_0^{2\pi} \int_0^\pi \int_0^a \sin \phi \, d\rho \, d\phi \, d\theta

Step 4: Integrate with respect to ρ\rho.

>

02π0π[ρsinϕ]0adϕdθ\int_0^{2\pi} \int_0^\pi [\rho \sin \phi]_0^a \, d\phi \, d\theta

>
02π0πasinϕdϕdθ\int_0^{2\pi} \int_0^\pi a \sin \phi \, d\phi \, d\theta

Step 5: Integrate with respect to ϕ\phi.

>

02π[acosϕ]0πdθ\int_0^{2\pi} [-a \cos \phi]_0^\pi \, d\theta

>
02π(acosπ(acos0))dθ\int_0^{2\pi} (-a \cos \pi - (-a \cos 0)) \, d\theta

>
02π(a(1)(a(1)))dθ\int_0^{2\pi} (-a(-1) - (-a(1))) \, d\theta

>
02π(a+a)dθ\int_0^{2\pi} (a + a) \, d\theta

>
02π2adθ\int_0^{2\pi} 2a \, d\theta

Step 6: Integrate with respect to θ\theta.

>

[2aθ]02π[2a\theta]_0^{2\pi}

>
2a(2π)0=4πa2a(2\pi) - 0 = 4\pi a

Answer: 4πa\boxed{4\pi a}

:::question type="MCQ" question="Find the volume of the solid bounded by the sphere x2+y2+z2=R2x^2+y^2+z^2=R^2 using spherical coordinates." options=["23πR3\frac{2}{3}\pi R^3","43πR3\frac{4}{3}\pi R^3","πR3\pi R^3","2πR32\pi R^3"] answer="43πR3\frac{4}{3}\pi R^3" hint="Integrate 11 over the spherical region in spherical coordinates." solution="Step 1: Define the region EE.
> The solid is a sphere of radius RR centered at the origin.
> In spherical coordinates: 0ρR0 \le \rho \le R, 0ϕπ0 \le \phi \le \pi, 0θ2π0 \le \theta \le 2\pi.
Step 2: Set up the integral for volume.
>

V=E1dV=02π0π0Rρ2sinϕdρdϕdθV = \iiint_E 1 \, dV = \int_0^{2\pi} \int_0^\pi \int_0^R \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta

Step 3: Integrate with respect to ρ\rho.
>
02π0π[ρ33sinϕ]0Rdϕdθ\int_0^{2\pi} \int_0^\pi \left[ \frac{\rho^3}{3} \sin \phi \right]_0^R \, d\phi \, d\theta

>
02π0πR33sinϕdϕdθ\int_0^{2\pi} \int_0^\pi \frac{R^3}{3} \sin \phi \, d\phi \, d\theta

Step 4: Integrate with respect to ϕ\phi.
>
02πR33[cosϕ]0πdθ\int_0^{2\pi} \frac{R^3}{3} \left[ -\cos \phi \right]_0^\pi \, d\theta

>
02πR33(cosπ(cos0))dθ\int_0^{2\pi} \frac{R^3}{3} (-\cos \pi - (-\cos 0)) \, d\theta

>
02πR33((1)(1))dθ\int_0^{2\pi} \frac{R^3}{3} (-(-1) - (-1)) \, d\theta

>
02πR33(1+1)dθ\int_0^{2\pi} \frac{R^3}{3} (1+1) \, d\theta

>
02π2R33dθ\int_0^{2\pi} \frac{2R^3}{3} \, d\theta

Step 5: Integrate with respect to θ\theta.
>
[2R33θ]02π\left[ \frac{2R^3}{3} \theta \right]_0^{2\pi}

>
2R33(2π)0=43πR3\frac{2R^3}{3} (2\pi) - 0 = \frac{4}{3}\pi R^3

Answer: 43πR3\boxed{\frac{4}{3}\pi R^3}"
:::

---

Problem-Solving Strategies

💡 CUET PG Strategy

  • Visualize the Region: Always sketch the region of integration. This is crucial for correctly setting up the limits, especially when changing the order of integration or transforming coordinates.

  • Choose the Right Coordinates:

  • Cartesian: Rectangular regions, or when the bounding surfaces are planes x=const,y=const,z=constx=const, y=const, z=const.
    Polar: Circular regions in 2D, or integrands involving x2+y2x^2+y^2.
    Cylindrical: Solids with circular bases or cross-sections, and zz limits are functions of x,yx,y.
    Spherical: Solids with spherical symmetry, or integrands involving x2+y2+z2x^2+y^2+z^2.
  • Jacobian is Key for Transformations: When changing variables (including polar, cylindrical, spherical), do not forget to multiply by the absolute value of the Jacobian determinant (rr, rr, ρ2sinϕ\rho^2 \sin \phi respectively).

  • Simplify Integrand First: Before starting integration, simplify the integrand as much as possible, especially after a change of variables.

  • Look for Symmetries: If the region and integrand have symmetries, it might be possible to simplify the calculation (e.g., integrate over a quadrant and multiply by 4).

---

Common Mistakes

⚠️ Watch Out

Incorrectly setting up limits:
✅ Always sketch the region. For iterated integrals, the inner limits can be functions of the outer variable(s), but the outermost limits must be constants.

Forgetting the Jacobian:
✅ When performing a change of variables (polar, cylindrical, spherical, or general), the area/volume element dAdA or dVdV must be multiplied by the Jacobian determinant. For example, dxdydrdθdx \, dy \ne dr \, d\theta; it is rdrdθr \, dr \, d\theta.

Errors in algebraic manipulation or substitution:
✅ Double-check each step, especially when expanding terms, performing substitutions, or evaluating definite integrals. A small arithmetic error can invalidate the entire solution.

Confusing coordinate systems:
✅ Ensure correct transformation equations and Jacobian for each coordinate system. For instance, do not use the cylindrical Jacobian for spherical coordinates.

Improper handling of discontinuous functions:
✅ For functions like the greatest integer function, remember that the integral over an interval where the function is constant is straightforward. Discontinuities at specific points do not affect the integral value.

---

Practice Questions

:::question type="MCQ" question="Evaluate R(x2+y2)dA\iint_R (x^2+y^2) \, dA over the region RR bounded by y=xy=x, y=xy=-x, and x=1x=1." options=["1/31/3","2/32/3","11","4/34/3"] answer="2/32/3" hint="The region is a triangle in the first and fourth quadrants. Use Cartesian coordinates first, then consider polar to confirm." solution="Step 1: Sketch the region. The region is a triangle with vertices (0,0)(0,0), (1,1)(1,1), and (1,1)(1,-1).
> This region is defined by 0x10 \le x \le 1 and xyx-x \le y \le x.
Step 2: Set up the iterated integral.
>

01xx(x2+y2)dydx\int_0^1 \int_{-x}^x (x^2+y^2) \, dy \, dx

Step 3: Integrate with respect to yy.
>
01[x2y+y33]xxdx\int_0^1 \left[ x^2y + \frac{y^3}{3} \right]_{-x}^x \, dx

>
01((x2(x)+x33)(x2(x)+(x)33))dx\int_0^1 \left( (x^2(x) + \frac{x^3}{3}) - (x^2(-x) + \frac{(-x)^3}{3}) \right) \, dx

>
01((x3+x33)(x3x33))dx\int_0^1 \left( (x^3 + \frac{x^3}{3}) - (-x^3 - \frac{x^3}{3}) \right) \, dx

>
01(4x33(4x33))dx\int_0^1 \left( \frac{4x^3}{3} - (-\frac{4x^3}{3}) \right) \, dx

>
018x33dx\int_0^1 \frac{8x^3}{3} \, dx

Step 4: Integrate with respect to xx.
>
[8x412]01\left[ \frac{8x^4}{12} \right]_0^1

>
[2x43]01\left[ \frac{2x^4}{3} \right]_0^1

>
2(1)430=23\frac{2(1)^4}{3} - 0 = \frac{2}{3}

Answer: 23\boxed{\frac{2}{3}}"
:::

:::question type="NAT" question="Find the volume of the solid bounded by the cylinder y2+z2=9y^2+z^2=9 and the planes x=0,x=5x=0, x=5." answer="45π" hint="The base is a circle in the yzyz-plane. The height is along the xx-axis. Use cylindrical coordinates for y,zy,z and Cartesian for xx." solution="Step 1: Define the region EE.
> The cylinder y2+z2=9y^2+z^2=9 has radius 33 and its axis is the xx-axis.
> The planes x=0x=0 and x=5x=5 define the extent along the xx-axis.
> So, 0x50 \le x \le 5.
> The cross-section in the yzyz-plane is a disk y2+z29y^2+z^2 \le 9.
Step 2: Set up the integral. We are finding the volume, so we integrate 11.
>

V=E1dV=05(Dyz1dydz)dxV = \iiint_E 1 \, dV = \int_0^5 \left( \iint_{D_{yz}} 1 \, dy \, dz \right) \, dx

> Where DyzD_{yz} is the disk y2+z29y^2+z^2 \le 9.
The inner double integral Dyz1dydz\iint_{D_{yz}} 1 \, dy \, dz represents the area of the disk, which is π(32)=9π\pi (3^2) = 9\pi.
>
V=059πdxV = \int_0^5 9\pi \, dx

Step 3: Integrate with respect to xx.
>
V=[9πx]05V = \left[ 9\pi x \right]_0^5

>
V=9π(5)0=45πV = 9\pi(5) - 0 = 45\pi

Answer: 45π\boxed{45\pi}"
:::

:::question type="MCQ" question="The value of the integral 0101y2(x2+y2)dxdy\int_0^1 \int_0^{\sqrt{1-y^2}} (x^2+y^2) \, dx \, dy is:" options=["π/8\pi/8","π/4\pi/4","π/2\pi/2","π\pi"] answer="π/8\pi/8" hint="Identify the region of integration. It is a quarter circle. Convert to polar coordinates." solution="Step 1: Identify the region of integration.
> The limits are 0y10 \le y \le 1 and 0x1y20 \le x \le \sqrt{1-y^2}.
> The boundary x=1y2x=\sqrt{1-y^2} implies x2=1y2x^2=1-y^2, or x2+y2=1x^2+y^2=1.
> Since x0x \ge 0 and y0y \ge 0, this is the quarter circle in the first quadrant of radius 11.
Step 2: Convert to polar coordinates.
> x2+y2=r2x^2+y^2 = r^2.
> dxdy=rdrdθdx \, dy = r \, dr \, d\theta.
> For the quarter circle in the first quadrant, 0r10 \le r \le 1 and 0θπ/20 \le \theta \le \pi/2.
Step 3: Set up the integral in polar coordinates.
>

0π/201(r2)rdrdθ\int_0^{\pi/2} \int_0^1 (r^2) r \, dr \, d\theta

>
0π/201r3drdθ\int_0^{\pi/2} \int_0^1 r^3 \, dr \, d\theta

Step 4: Integrate with respect to rr.
>
0π/2[r44]01dθ\int_0^{\pi/2} \left[ \frac{r^4}{4} \right]_0^1 \, d\theta

>
0π/2(1440)dθ\int_0^{\pi/2} \left( \frac{1^4}{4} - 0 \right) \, d\theta

>
0π/214dθ\int_0^{\pi/2} \frac{1}{4} \, d\theta

Step 5: Integrate with respect to θ\theta.
>
[14θ]0π/2\left[ \frac{1}{4}\theta \right]_0^{\pi/2}

>
14(π2)0=π8\frac{1}{4}\left(\frac{\pi}{2}\right) - 0 = \frac{\pi}{8}

Answer: π8\boxed{\frac{\pi}{8}}"
:::

:::question type="MCQ" question="Which of the following expressions represents the volume of the solid bounded by the sphere x2+y2+z2=a2x^2+y^2+z^2=a^2 and the cone z=x2+y2z=\sqrt{x^2+y^2}?" options=["02ππ/4π/20aρ2sinϕdρdϕdθ\int_0^{2\pi} \int_{\pi/4}^{\pi/2} \int_0^a \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta","02π0π/40aρ2sinϕdρdϕdθ\int_0^{2\pi} \int_0^{\pi/4} \int_0^a \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta","02π0π/20aρ2sinϕdρdϕdθ\int_0^{2\pi} \int_0^{\pi/2} \int_0^a \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta","02π0π/40ρρ2sinϕdρdϕdθ\int_0^{2\pi} \int_0^{\pi/4} \int_0^{\rho} \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta"] answer="02π0π/40aρ2sinϕdρdϕdθ\int_0^{2\pi} \int_0^{\pi/4} \int_0^a \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta" hint="Convert the sphere and cone equations to spherical coordinates to find the limits for ρ,ϕ,θ\rho, \phi, \theta." solution="Step 1: Convert the equations to spherical coordinates.
> Sphere: x2+y2+z2=a2    ρ2=a2    ρ=ax^2+y^2+z^2=a^2 \implies \rho^2=a^2 \implies \rho=a.
> Cone: z=x2+y2z=\sqrt{x^2+y^2}. We know x2+y2=ρ2sin2ϕx^2+y^2 = \rho^2 \sin^2 \phi and z=ρcosϕz=\rho \cos \phi.
> So, ρcosϕ=ρ2sin2ϕ=ρsinϕ\rho \cos \phi = \sqrt{\rho^2 \sin^2 \phi} = \rho |\sin \phi|.
> Since 0ϕπ0 \le \phi \le \pi, sinϕ0\sin \phi \ge 0, so ρcosϕ=ρsinϕ\rho \cos \phi = \rho \sin \phi.
> This implies cosϕ=sinϕ\cos \phi = \sin \phi. For 0ϕπ0 \le \phi \le \pi, this occurs at ϕ=π/4\phi = \pi/4.
Step 2: Determine the limits of integration.
> The solid is bounded above by the sphere ρ=a\rho=a. So 0ρa0 \le \rho \le a.
> The solid is bounded below by the cone. The cone z=x2+y2z=\sqrt{x^2+y^2} makes an angle of π/4\pi/4 with the positive zz-axis. The region above the cone means ϕ\phi ranges from 00 (positive zz-axis) to π/4\pi/4. So 0ϕπ/40 \le \phi \le \pi/4.
> The solid is symmetric around the zz-axis, so θ\theta ranges from 00 to 2π2\pi.
Step 3: Set up the integral.
> The volume element in spherical coordinates is dV=ρ2sinϕdρdϕdθdV = \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta.
>

V=02π0π/40aρ2sinϕdρdϕdθV = \int_0^{2\pi} \int_0^{\pi/4} \int_0^a \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta

Answer: 02π0π/40aρ2sinϕdρdϕdθ\boxed{\int_0^{2\pi} \int_0^{\pi/4} \int_0^a \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta}"
:::

:::question type="MCQ" question="Evaluate R2xydA\iint_R 2xy \, dA where RR is the region in the first quadrant bounded by the lines y=xy=x, y=2xy=2x, x=1x=1, x=2x=2." options=["27/427/4","33/433/4","39/439/4","45/445/4"] answer="45/445/4" hint="Set up the integral as a Type I region. The limits for xx are constants, and yy is bounded by functions of xx." solution="Step 1: Define the region RR.
> 1x21 \le x \le 2
> xy2xx \le y \le 2x
Step 2: Set up the iterated integral.
>

12x2x2xydydx\int_1^2 \int_x^{2x} 2xy \, dy \, dx

Step 3: Integrate with respect to yy.
>
12[xy2]x2xdx\int_1^2 \left[ x y^2 \right]_x^{2x} \, dx

>
12(x(2x)2x(x)2)dx\int_1^2 \left( x (2x)^2 - x (x)^2 \right) \, dx

>
12(4x3x3)dx\int_1^2 \left( 4x^3 - x^3 \right) \, dx

>
123x3dx\int_1^2 3x^3 \, dx

Step 4: Integrate with respect to xx.
>
[3x44]12\left[ \frac{3x^4}{4} \right]_1^2

>
(3(2)44)(3(1)44)\left( \frac{3(2)^4}{4} \right) - \left( \frac{3(1)^4}{4} \right)

>
(3(16)4)34\left( \frac{3(16)}{4} \right) - \frac{3}{4}

>
1234=4834=45412 - \frac{3}{4} = \frac{48-3}{4} = \frac{45}{4}

Answer: 454\boxed{\frac{45}{4}}"
:::

---

Summary

Key Formulas & Takeaways

| # | Formula/Concept | Expression |
|---|----------------|------------|
| 1 | Double Integral (Type I) | abg1(x)g2(x)f(x,y)dydx\int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y) \, dy \, dx |
| 2 | Double Integral (Type II) | cdh1(y)h2(y)f(x,y)dxdy\int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y) \, dx \, dy |
| 3 | Area of Region RR | R1dA\iint_R 1 \, dA |
| 4 | Volume under Surface z=f(x,y)z=f(x,y) | Rf(x,y)dA\iint_R f(x,y) \, dA |
| 5 | Triple Integral (General) | abg1(x)g2(x)u1(x,y)u2(x,y)f(x,y,z)dzdydx\int_a^b \int_{g_1(x)}^{g_2(x)} \int_{u_1(x,y)}^{u_2(x,y)} f(x,y,z) \, dz \, dy \, dx |
| 6 | Volume of Solid EE | E1dV\iiint_E 1 \, dV |
| 7 | Jacobian for x(u,v),y(u,v)x(u,v), y(u,v) | J(u,v)=xuyvxvyuJ(u,v) = \frac{\partial x}{\partial u}\frac{\partial y}{\partial v} - \frac{\partial x}{\partial v}\frac{\partial y}{\partial u} |
| 8 | Double Integral in Polar Coords | Sf(rcosθ,rsinθ)rdrdθ\iint_S f(r \cos \theta, r \sin \theta) r \, dr \, d\theta |
| 9 | Triple Integral in Cylindrical Coords | Sf(rcosθ,rsinθ,z)rdzdrdθ\iiint_S f(r \cos \theta, r \sin \theta, z) r \, dz \, dr \, d\theta |
| 10 | Triple Integral in Spherical Coords | Sf(ρsinϕcosθ,ρsinϕsinθ,ρcosϕ)ρ2sinϕdρdϕdθ\iiint_S f(\rho \sin \phi \cos \theta, \rho \sin \phi \sin \theta, \rho \cos \phi) \rho^2 \sin \phi \, d\rho \, d\phi \, d\theta |

---

What's Next?

💡 Continue Learning

This topic connects to:

    • Vector Calculus: Multiple integrals are foundational for line integrals, surface integrals, and volume integrals in vector calculus, including Green's Theorem, Stokes' Theorem, and the Divergence Theorem.

    • Differential Equations: Solutions to partial differential equations often involve integration over multi-dimensional domains.

    • Probability and Statistics: Multi-dimensional probability density functions are integrated using double and triple integrals to find probabilities over regions.

---

💡 Next Up

Proceeding to Change of Order of Integration.

---

Part 3: Change of Order of Integration

The ability to change the order of integration is a fundamental skill in multivariable calculus, often simplifying the evaluation of double integrals or enabling their computation when direct integration is intractable. We explore the systematic approach to redefine integration limits over a given region.

---

Core Concepts

1. Understanding the Region of Integration

When evaluating a double integral Rf(x,y)dA\iint_R f(x,y)\,dA, the region RR is defined by the limits of integration. We typically express these limits in one of two forms:

  • Type I Region:

  • R={(x,y)axb,g1(x)yg2(x)}R = \{(x,y) \mid a \le x \le b, g_1(x) \le y \le g_2(x)\}

    leading to
    abg1(x)g2(x)f(x,y)dydx\int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx

    Here, yy varies between functions of xx, and xx varies between constants.
  • Type II Region:

  • R={(x,y)cyd,h1(y)xh2(y)}R = \{(x,y) \mid c \le y \le d, h_1(y) \le x \le h_2(y)\}

    leading to
    cdh1(y)h2(y)f(x,y)dxdy\int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y)\,dx\,dy

    Here, xx varies between functions of yy, and yy varies between constants.

    The process of changing the order of integration involves converting a Type I region into a Type II region, or vice versa, by carefully re-describing the same geometric area.

    💡 Visualizing the Region

    We recommend sketching the region of integration. This visual representation is critical for correctly identifying the new bounds. Mark all bounding curves and intersection points.

    Quick Example:
    Consider the integral 010xf(x,y)dydx\int_0^1 \int_0^x f(x,y)\,dy\,dx.
    The region of integration is defined by 0x10 \le x \le 1 and 0yx0 \le y \le x.
    This describes a triangle with vertices at (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1).

    :::question type="MCQ" question="Which of the following describes the region of integration for the integral 02x2f(x,y)dydx\int_0^2 \int_{x}^{2} f(x,y)\,dy\,dx?" options=["A rectangle bounded by x=0,x=2,y=0,y=2x=0, x=2, y=0, y=2","A triangle with vertices (0,0),(2,0),(2,2)(0,0), (2,0), (2,2)","A triangle with vertices (0,0),(0,2),(2,2)(0,0), (0,2), (2,2)","A trapezoid bounded by x=0,x=2,y=x,y=2x=0, x=2, y=x, y=2"] answer="A triangle with vertices (0,0),(0,2),(2,2)(0,0), (0,2), (2,2)" hint="Sketch the region defined by 0x20 \le x \le 2 and xy2x \le y \le 2." solution="The outer limits 0x20 \le x \le 2 define the horizontal extent. The inner limits xy2x \le y \le 2 define the vertical extent.
    For a given xx, yy varies from xx to 22.
    When x=0x=0, yy varies from 00 to 22.
    When x=2x=2, yy varies from 22 to 22.
    The boundaries are x=0x=0, y=2y=2, and y=xy=x.
    The vertices are (0,0)(0,0), (0,2)(0,2), and (2,2)(2,2). This forms a triangle."
    :::

    ---

    2. Changing Order from dydxdy\,dx to dxdydx\,dy

    To change the order of integration from

    abg1(x)g2(x)f(x,y)dydx\int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx

    to
    cdh1(y)h2(y)f(x,y)dxdy\int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y)\,dx\,dy

  • Identify the current limits: xx varies from aa to bb, and yy varies from g1(x)g_1(x) to g2(x)g_2(x).

  • Sketch the region: Plot the curves y=g1(x)y=g_1(x), y=g2(x)y=g_2(x), x=ax=a, and x=bx=b.

  • Determine new yy-limits (constants): Find the minimum (cc) and maximum (dd) values that yy takes over the entire region.

  • Determine new xx-limits (functions of yy): For a fixed yy between cc and dd, draw a horizontal strip across the region. The left boundary of this strip will be x=h1(y)x=h_1(y) and the right boundary will be x=h2(y)x=h_2(y). We must express these boundary curves as xx in terms of yy.
  • Worked Example 1:
    Change the order of integration for

    020xf(x,y)dydx\int_0^2 \int_0^x f(x,y)\,dy\,dx

    Step 1: Identify current limits.
    The region is 0x20 \le x \le 2, 0yx0 \le y \le x.
    This is a triangle with vertices (0,0)(0,0), (2,0)(2,0), and (2,2)(2,2).

    Step 2: Sketch the region.
    The region is bounded by y=0y=0 (x-axis), x=2x=2, and y=xy=x.

    Step 3: Determine new yy-limits (constants).
    From the sketch, yy varies from 00 to 22. So, c=0c=0, d=2d=2.

    Step 4: Determine new xx-limits (functions of yy).
    For a fixed yy between 00 and 22, a horizontal strip starts at x=yx=y (from the line y=xy=x) and ends at x=2x=2 (from the line x=2x=2).
    Thus, yx2y \le x \le 2.

    Answer: The integral with changed order is

    02y2f(x,y)dxdy\int_0^2 \int_y^2 f(x,y)\,dx\,dy

    :::question type="MCQ" question="The integral 010xf(x,y)dydx\int_{0}^{1} \int_{0}^{\sqrt{x}} f(x, y) \,dy\,dx with the order of integration changed is:" options=["

    01y21f(x,y)dxdy\int_{0}^{1} \int_{y^2}^{1} f(x, y) \,dx\,dy
    ","
    010y2f(x,y)dxdy\int_{0}^{1} \int_{0}^{y^2} f(x, y) \,dx\,dy
    ","
    01y1f(x,y)dxdy\int_{0}^{1} \int_{y}^{1} f(x, y) \,dx\,dy
    ","
    010x2f(x,y)dxdy\int_{0}^{\sqrt{1}} \int_{0}^{x^2} f(x, y) \,dx\,dy
    "] answer="
    01y21f(x,y)dxdy\int_{0}^{1} \int_{y^2}^{1} f(x, y) \,dx\,dy
    " hint="The region is 0x10 \le x \le 1 and 0yx0 \le y \le \sqrt{x}. Sketch this region and identify new bounds." solution="Step 1: Identify current limits.
    The region is 0x10 \le x \le 1, 0yx0 \le y \le \sqrt{x}.
    The boundaries are y=0y=0, x=1x=1, and y=xy=\sqrt{x} (or x=y2x=y^2).
    The vertices are (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1).

    Step 2: Sketch the region.
    The region is bounded by y=0y=0 (x-axis), x=1x=1, and the parabola y=xy=\sqrt{x} (upper branch).

    Step 3: Determine new yy-limits (constants).
    From the sketch, yy varies from 00 to 11.

    Step 4: Determine new xx-limits (functions of yy).
    For a fixed yy between 00 and 11, a horizontal strip starts at x=y2x=y^2 (from the curve y=xy=\sqrt{x}) and ends at x=1x=1.
    Thus, y2x1y^2 \le x \le 1.

    Result: The integral becomes

    01y21f(x,y)dxdy\int_{0}^{1} \int_{y^2}^{1} f(x, y) \,dx\,dy
    "
    :::

    ---

    3. Changing Order from dxdydx\,dy to dydxdy\,dx

    To change the order of integration from

    cdh1(y)h2(y)f(x,y)dxdy\int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y)\,dx\,dy

    to
    abg1(x)g2(x)f(x,y)dydx\int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx

  • Identify the current limits: yy varies from cc to dd, and xx varies from h1(y)h_1(y) to h2(y)h_2(y).

  • Sketch the region: Plot the curves x=h1(y)x=h_1(y), x=h2(y)x=h_2(y), y=cy=c, and y=dy=d.

  • Determine new xx-limits (constants): Find the minimum (aa) and maximum (bb) values that xx takes over the entire region.

  • Determine new yy-limits (functions of xx): For a fixed xx between aa and bb, draw a vertical strip across the region. The lower boundary of this strip will be y=g1(x)y=g_1(x) and the upper boundary will be y=g2(x)y=g_2(x). We must express these boundary curves as yy in terms of xx.
  • Worked Example 2:
    Change the order of integration for

    01y1f(x,y)dxdy\int_0^1 \int_y^1 f(x,y)\,dx\,dy

    Step 1: Identify current limits.
    The region is 0y10 \le y \le 1, yx1y \le x \le 1.
    This is a triangle with vertices (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1).

    Step 2: Sketch the region.
    The region is bounded by y=0y=0 (x-axis), x=1x=1, and y=xy=x.

    Step 3: Determine new xx-limits (constants).
    From the sketch, xx varies from 00 to 11. So, a=0a=0, b=1b=1.

    Step 4: Determine new yy-limits (functions of xx).
    For a fixed xx between 00 and 11, a vertical strip starts at y=0y=0 (x-axis) and ends at y=xy=x (from the line y=xy=x).
    Thus, 0yx0 \le y \le x.

    Answer: The integral with changed order is

    010xf(x,y)dydx\int_0^1 \int_0^x f(x,y)\,dy\,dx

    :::question type="MCQ" question="The integral 02y/21f(x,y)dxdy\int_{0}^{2} \int_{y/2}^{1} f(x, y) \,dx\,dy with the order of integration changed is:" options=["

    0102xf(x,y)dydx\int_{0}^{1} \int_{0}^{2x} f(x, y) \,dy\,dx
    ","
    020x/2f(x,y)dydx\int_{0}^{2} \int_{0}^{x/2} f(x, y) \,dy\,dx
    ","
    012x2f(x,y)dydx\int_{0}^{1} \int_{2x}^{2} f(x, y) \,dy\,dx
    ","
    020xf(x,y)dydx\int_{0}^{2} \int_{0}^{x} f(x, y) \,dy\,dx
    "] answer="
    0102xf(x,y)dydx\int_{0}^{1} \int_{0}^{2x} f(x, y) \,dy\,dx
    " hint="The region is 0y20 \le y \le 2 and y/2x1y/2 \le x \le 1. Sketch and re-evaluate bounds." solution="Step 1: Identify current limits.
    The region is 0y20 \le y \le 2, y/2x1y/2 \le x \le 1.
    The boundaries are y=0y=0, x=1x=1, and x=y/2x=y/2 (or y=2xy=2x).
    The vertices are (0,0)(0,0), (1,0)(1,0), and (1,2)(1,2).

    Step 2: Sketch the region.
    The region is bounded by y=0y=0 (x-axis), x=1x=1, and the line y=2xy=2x.

    Step 3: Determine new xx-limits (constants).
    From the sketch, xx varies from 00 to 11.

    Step 4: Determine new yy-limits (functions of xx).
    For a fixed xx between 00 and 11, a vertical strip starts at y=0y=0 (x-axis) and ends at y=2xy=2x (from the line y=2xy=2x).
    Thus, 0y2x0 \le y \le 2x.

    Result: The integral becomes

    0102xf(x,y)dydx\int_{0}^{1} \int_{0}^{2x} f(x, y) \,dy\,dx
    "
    :::

    ---

    Advanced Applications

    Sometimes the region of integration is more complex, requiring careful consideration of intersection points or even splitting the region into multiple sub-regions to change the order effectively.

    Worked Example 3: Region bounded by a parabola and a line
    Change the order of integration for 01x2xf(x,y)dydx\int_0^1 \int_{x^2}^x f(x,y)\,dy\,dx.

    Step 1: Identify current limits.
    The region is 0x10 \le x \le 1, x2yxx^2 \le y \le x.
    The boundaries are y=x2y=x^2 and y=xy=x.
    Intersection points: x2=x    x(x1)=0    x=0,x=1x^2=x \implies x(x-1)=0 \implies x=0, x=1.
    So, (0,0)(0,0) and (1,1)(1,1) are the intersection points.

    Step 2: Sketch the region.
    The region is bounded below by the parabola y=x2y=x^2 and above by the line y=xy=x.

    Step 3: Determine new yy-limits (constants).
    From the sketch, yy varies from 00 to 11.

    Step 4: Determine new xx-limits (functions of yy).
    For a fixed yy between 00 and 11, a horizontal strip starts at x=yx=y (from the line y=xy=x) and ends at x=yx=\sqrt{y} (from the parabola y=x2y=x^2).
    Thus, yxyy \le x \le \sqrt{y}.

    Answer: The integral with changed order is 01yyf(x,y)dxdy\int_0^1 \int_y^{\sqrt{y}} f(x,y)\,dx\,dy.

    :::question type="NAT" question="Evaluate the integral 02x2ey2dydx\int_{0}^{2} \int_{x}^{2} e^{y^2} \,dy\,dx by changing the order of integration. (Provide the numerical answer rounded to two decimal places.)" answer="26.80" hint="First, change the order of integration. The original region is 0x20 \le x \le 2 and xy2x \le y \le 2. Sketch this region to find the new bounds. Then, evaluate the integral." solution="Step 1: Identify the region of integration.
    The given integral is 02x2ey2dydx\int_{0}^{2} \int_{x}^{2} e^{y^2} \,dy\,dx.
    The limits define the region R={(x,y)0x2,xy2}R = \{(x,y) \mid 0 \le x \le 2, x \le y \le 2\}.
    This is a triangle with vertices (0,0)(0,0), (0,2)(0,2), and (2,2)(2,2).
    The boundaries are x=0x=0, y=2y=2, and y=xy=x.

    Step 2: Change the order of integration to dxdydx\,dy.
    For the new outer limits (constant yy), yy varies from 00 to 22.
    For the new inner limits (functions of yy), for a fixed yy, xx varies from 00 to yy.
    So, 0y20 \le y \le 2 and 0xy0 \le x \le y.
    The integral becomes 020yey2dxdy\int_{0}^{2} \int_{0}^{y} e^{y^2} \,dx\,dy.

    Step 3: Evaluate the inner integral.

    0yey2dx=[xey2]x=0x=y=yey20ey2=yey2\begin{aligned}\int_{0}^{y} e^{y^2} \,dx & = \left[x e^{y^2}\right]_{x=0}^{x=y} \\
    & = y e^{y^2} - 0 \cdot e^{y^2} \\
    & = y e^{y^2}\end{aligned}

    Step 4: Evaluate the outer integral.
    Now we integrate yey2y e^{y^2} with respect to yy from 00 to 22.

    02yey2dy\begin{aligned}\int_{0}^{2} y e^{y^2} \,dy \end{aligned}

    Let u=y2u = y^2. Then du=2ydydu = 2y\,dy, so ydy=12duy\,dy = \frac{1}{2}\,du.
    When y=0y=0, u=02=0u=0^2=0.
    When y=2y=2, u=22=4u=2^2=4.
    The integral becomes:
    04eu12du=1204eudu=12[eu]04=12(e4e0)=12(e41)\begin{aligned}\int_{0}^{4} e^{u} \frac{1}{2} \,du & = \frac{1}{2} \int_{0}^{4} e^{u} \,du \\
    & = \frac{1}{2} \left[e^{u}\right]_{0}^{4} \\
    & = \frac{1}{2} (e^{4} - e^0) \\
    & = \frac{1}{2} (e^{4} - 1)\end{aligned}

    Using e2.71828e \approx 2.71828:
    e454.59815e^{4} \approx 54.59815
    Value 12(54.598151)=12(53.59815)=26.799075\approx \frac{1}{2} (54.59815 - 1) = \frac{1}{2} (53.59815) = 26.799075.
    Rounding to two decimal places, the answer is 26.8026.80.

    Answer: \boxed{26.80}"
    :::

    ---

    Problem-Solving Strategies

    💡 CUET PG Strategy: Sketching is Paramount

    Always begin by sketching the region of integration defined by the original limits. This visual aid is indispensable for correctly identifying the new boundaries. Label all curves and intersection points clearly.

    💡 CUET PG Strategy: Intersection Points

    When boundaries are curves, identify their intersection points. These points often define the constant limits for the outer integral after changing the order.

    ---

    Common Mistakes

    ⚠️ Incorrectly Identifying Bounds

    ❌ Swapping xx and yy limits directly without re-evaluating the region. For example, changing 010xf(x,y)dydx\int_0^1 \int_0^x f(x,y)\,dy\,dx to 0x01f(x,y)dxdy\int_0^x \int_0^1 f(x,y)\,dx\,dy.
    ✅ The new limits must describe the exact same region but with a different scanning order (horizontal strips vs. vertical strips). Always sketch the region.

    ⚠️ Failure to Express Curves Correctly

    ❌ If the original inner limit is y=g(x)y=g(x), and you switch to dxdydx\,dy, you must express the curve as x=h(y)x=h(y). Failing to correctly invert the function or choosing the wrong branch (e.g., for y=xy=\sqrt{x}, using x=y2x=-y^2 instead of x=y2x=y^2) will lead to an incorrect region.
    ✅ Always solve the boundary equations for the new integration variable. If y=x2y=x^2, then x=yx=\sqrt{y} (for positive xx).

    ---

    Practice Questions

    :::question type="MCQ" question="The double integral 01y1sin(x2)dxdy\int_{0}^{1} \int_{y}^{1} \sin(x^2)\,dx\,dy is equivalent to which of the following after changing the order of integration?" options=["010xsin(x2)dydx\int_{0}^{1} \int_{0}^{x} \sin(x^2)\,dy\,dx","01x1sin(x2)dydx\int_{0}^{1} \int_{x}^{1} \sin(x^2)\,dy\,dx","010ysin(x2)dydx\int_{0}^{1} \int_{0}^{y} \sin(x^2)\,dy\,dx","y101sin(x2)dydx\int_{y}^{1} \int_{0}^{1} \sin(x^2)\,dy\,dx"] answer="010xsin(x2)dydx\int_{0}^{1} \int_{0}^{x} \sin(x^2)\,dy\,dx" hint="Sketch the region 0y1,yx10 \le y \le 1, y \le x \le 1. Identify the vertices and re-describe the region with yy as the inner variable." solution="Step 1: Identify the current region.
    The integral is 01y1sin(x2)dxdy\int_{0}^{1} \int_{y}^{1} \sin(x^2)\,dx\,dy.
    The region is defined by 0y10 \le y \le 1 and yx1y \le x \le 1.
    This is a triangle with vertices (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1). The boundaries are y=0y=0, x=1x=1, and y=xy=x.

    Step 2: Change the order to dydxdy\,dx.
    For the outer limits (constant xx), xx varies from 00 to 11.
    For the inner limits (functions of xx), for a fixed xx, yy varies from 00 (the x-axis) to xx (the line y=xy=x).
    So, 0x10 \le x \le 1 and 0yx0 \le y \le x.

    Result: The equivalent integral is 010xsin(x2)dydx\int_{0}^{1} \int_{0}^{x} \sin(x^2)\,dy\,dx."
    :::

    :::question type="NAT" question="Evaluate the integral 01y1sinxxdxdy\int_{0}^{1} \int_{y}^{1} \frac{\sin x}{x} \,dx\,dy by changing the order of integration. (Provide the numerical answer rounded to three decimal places.)" answer="0.459" hint="The inner integral sinxxdx\int \frac{\sin x}{x} \,dx cannot be expressed in elementary functions. Change the order to make the integration feasible. Sketch the region first." solution="Step 1: Identify the current region.
    The integral is 01y1sinxxdxdy\int_{0}^{1} \int_{y}^{1} \frac{\sin x}{x} \,dx\,dy.
    The region is 0y10 \le y \le 1 and yx1y \le x \le 1.
    This forms a triangle with vertices (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1). The boundaries are y=0y=0, x=1x=1, and y=xy=x.

    Step 2: Change the order of integration to dydxdy\,dx.
    For the new outer limits (constant xx), xx varies from 00 to 11.
    For the new inner limits (functions of xx), for a fixed xx, yy varies from 00 to xx.
    So, 0x10 \le x \le 1 and 0yx0 \le y \le x.
    The integral becomes 010xsinxxdydx\int_{0}^{1} \int_{0}^{x} \frac{\sin x}{x} \,dy\,dx.

    Step 3: Evaluate the inner integral.

    0xsinxxdy\begin{aligned}\int_{0}^{x} \frac{\sin x}{x} \,dy \end{aligned}

    Since sinxx\frac{\sin x}{x} is constant with respect to yy,
    =[ysinxx]y=0y=x=xsinxx0sinxx=sinx\begin{aligned} & = \left[y \frac{\sin x}{x}\right]_{y=0}^{y=x} \\
    & = x \frac{\sin x}{x} - 0 \cdot \frac{\sin x}{x} \\
    & = \sin x\end{aligned}

    Step 4: Evaluate the outer integral.

    01sinxdx=[cosx]01=cos(1)(cos(0))=cos(1)+1=10.540302=0.459698\begin{aligned}\int_{0}^{1} \sin x \,dx & = \left[-\cos x\right]_{0}^{1} \\
    & = -\cos(1) - (-\cos(0)) \\
    & = -\cos(1) + 1 \\
    & = 1 - 0.540302 \\
    & = 0.459698\end{aligned}

    Rounding to three decimal places, the answer is 0.4590.459.

    Answer: \boxed{0.459}"
    :::

    :::question type="MCQ" question="Which of the following integrals is equivalent to 040yf(x,y)dxdy\int_{0}^{4} \int_{0}^{\sqrt{y}} f(x, y) \,dx\,dy?" options=["02x24f(x,y)dydx\int_{0}^{2} \int_{x^2}^{4} f(x, y) \,dy\,dx","024x2f(x,y)dydx\int_{0}^{2} \int_{4}^{x^2} f(x, y) \,dy\,dx","04x24f(x,y)dydx\int_{0}^{4} \int_{x^2}^{4} f(x, y) \,dy\,dx","040x2f(x,y)dydx\int_{0}^{4} \int_{0}^{x^2} f(x, y) \,dy\,dx"] answer="02x24f(x,y)dydx\int_{0}^{2} \int_{x^2}^{4} f(x, y) \,dy\,dx" hint="The region is 0y40 \le y \le 4 and 0xy0 \le x \le \sqrt{y}. Sketch this region and change the order." solution="Step 1: Identify the current region.
    The integral is 040yf(x,y)dxdy\int_{0}^{4} \int_{0}^{\sqrt{y}} f(x, y) \,dx\,dy.
    The region is 0y40 \le y \le 4 and 0xy0 \le x \le \sqrt{y}.
    The boundaries are x=0x=0 (y-axis), y=4y=4, and x=yx=\sqrt{y} (or y=x2y=x^2).
    The intersection points are (0,0)(0,0) and (2,4)(2,4).

    Step 2: Sketch the region.
    The region is bounded by the y-axis, the line y=4y=4, and the parabola y=x2y=x^2 (for x0x \ge 0).

    Step 3: Change the order to dydxdy\,dx.
    For the outer limits (constant xx), xx varies from 00 to 22.
    For the inner limits (functions of xx), for a fixed xx, yy varies from x2x^2 (the parabola) to 44 (the line y=4y=4).
    So, 0x20 \le x \le 2 and x2y4x^2 \le y \le 4.

    Result: The equivalent integral is 02x24f(x,y)dydx\int_{0}^{2} \int_{x^2}^{4} f(x, y) \,dy\,dx."
    :::

    :::question type="MSQ" question="Select ALL the double integrals that represent the area of the region bounded by y=x2y=x^2 and y=xy=x." options=["01x2xdydx\int_{0}^{1} \int_{x^2}^{x} \,dy\,dx","01yydxdy\int_{0}^{1} \int_{y}^{\sqrt{y}} \,dx\,dy","010xdydx+01x20dydx\int_{0}^{1} \int_{0}^{x} \,dy\,dx + \int_{0}^{1} \int_{x^2}^{0} \,dy\,dx","01(xx2)dx\int_{0}^{1} (x - x^2) \,dx"] answer="01x2xdydx,01yydxdy\int_{0}^{1} \int_{x^2}^{x} \,dy\,dx,\int_{0}^{1} \int_{y}^{\sqrt{y}} \,dx\,dy" hint="First, find the intersection points of y=x2y=x^2 and y=xy=x. Then, set up the double integral for area in both dydxdy\,dx and dxdydx\,dy orders. Remember that the area is R1dA\iint_R 1 \,dA." solution="Step 1: Find intersection points.
    Set x2=xx^2 = x. This gives x2x=0    x(x1)=0x^2 - x = 0 \implies x(x-1) = 0.
    So, x=0x=0 and x=1x=1. The intersection points are (0,0)(0,0) and (1,1)(1,1).

    Step 2: Define the region.
    Between x=0x=0 and x=1x=1, we observe that xx2x \ge x^2.
    So, the region is bounded below by y=x2y=x^2 and above by y=xy=x.

    Step 3: Set up integral in dydxdy\,dx order.
    For dydxdy\,dx, xx varies from 00 to 11. For a given xx, yy varies from x2x^2 to xx.

    01x2xdydx\int_{0}^{1} \int_{x^2}^{x} \,dy\,dx

    This is a correct representation.

    Step 4: Set up integral in dxdydx\,dy order.
    For dxdydx\,dy, yy varies from 00 to 11. For a given yy, we need to express xx in terms of yy.
    From y=x2y=x^2, we get x=yx=\sqrt{y} (since x0x \ge 0 in this region).
    From y=xy=x, we get x=yx=y.
    For a given yy, xx varies from yy (the line) to y\sqrt{y} (the parabola).

    01yydxdy\int_{0}^{1} \int_{y}^{\sqrt{y}} \,dx\,dy

    This is also a correct representation.

    Step 5: Evaluate other options.
    Option 3: 010xdydx+01x20dydx\int_{0}^{1} \int_{0}^{x} \,dy\,dx + \int_{0}^{1} \int_{x^2}^{0} \,dy\,dx. This is not the correct region. The second integral has an upper limit of 00 which is below x2x^2 for x(0,1]x \in (0,1]. This would represent a different, potentially negative, area.
    Option 4: 01(xx2)dx\int_{0}^{1} (x - x^2) \,dx. This is a single integral representing the area, but the question asks for double integrals.

    Conclusion: The correct options are 01x2xdydx\int_{0}^{1} \int_{x^2}^{x} \,dy\,dx and 01yydxdy\int_{0}^{1} \int_{y}^{\sqrt{y}} \,dx\,dy."
    :::

    ---

    Summary

    Key Formulas & Takeaways

    | # | Concept | Expression |
    |---|----------------------------------|----------------------------------------------------------|
    | 1 | Type I Region Bounds | abg1(x)g2(x)f(x,y)dydx\int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\,dy\,dx |
    | 2 | Type II Region Bounds | cdh1(y)h2(y)f(x,y)dxdy\int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y)\,dx\,dy |
    | 3 | Change dydxdy\,dx to dxdydx\,dy | Sketch region axb,g1(x)yg2(x)a \le x \le b, g_1(x) \le y \le g_2(x). Re-express as cyd,h1(y)xh2(y)c \le y \le d, h_1(y) \le x \le h_2(y). |
    | 4 | Change dxdydx\,dy to dydxdy\,dx | Sketch region cyd,h1(y)xh2(y)c \le y \le d, h_1(y) \le x \le h_2(y). Re-express as axb,g1(x)yg2(x)a \le x \le b, g_1(x) \le y \le g_2(x). |
    | 5 | Visual Aid | Always sketch the region of integration. |

    ---

    What's Next?

    💡 Continue Learning

    This topic connects to:

      • Applications of Double Integrals: Understanding how to set up integrals for area, volume, center of mass, and moments of inertia often requires choosing the most convenient order of integration.

      • Triple Integrals: The concept of changing the order of integration extends to three dimensions, where regions become volumes and the order of dxdydzdx\,dy\,dz (or permutations) can be altered for simplification.

      • Jacobians for Change of Variables: For more complex transformations (e.g., polar coordinates), a Jacobian determinant is introduced to facilitate changing variables, which fundamentally relates to changing the domain of integration.

    ---

    💡 Next Up

    Proceeding to Applications of Multiple Integrals.

    ---

    Part 4: Applications of Multiple Integrals

    Multiple integrals extend the concept of definite integrals to functions of multiple variables, enabling us to compute quantities such as areas, volumes, masses, and centroids of complex regions in higher dimensions. These tools are fundamental in various scientific and engineering disciplines, and their application is crucial for solving problems in geometry and physics.

    ---

    Core Concepts

    1. Area using Double Integrals

    We define the area of a bounded region RR in the plane as the double integral of 11 over that region. This approach is versatile, allowing us to calculate areas of regions that are not easily expressible using single integrals.

    📐 Area in Cartesian Coordinates

    The area AA of a region RR in the xyxy-plane is given by:

    A=RdA=RdxdyA = \iint_R dA = \iint_R dx\,dy

    Where: dAdA represents an infinitesimal area element.
    When to use: For regions defined by y=f(x)y=f(x) or x=g(y)x=g(y) boundaries.

    Quick Example (Cartesian):
    We calculate the area of the region bounded by y=x2y = x^2 and y=xy = x.

    Step 1: Determine intersection points.

    x2=x    x2x=0    x(x1)=0x^2 = x \implies x^2 - x = 0 \implies x(x-1) = 0

    x=0,x=1x = 0, x = 1

    The intersection points are (0,0)(0,0) and (1,1)(1,1).

    Step 2: Set up the double integral.

    A=01x2xdydxA = \int_{0}^{1} \int_{x^2}^{x} dy\,dx

    Step 3: Evaluate the inner integral.

    x2xdy=[y]x2x=xx2\int_{x^2}^{x} dy = [y]_{x^2}^{x} = x - x^2

    Step 4: Evaluate the outer integral.

    A=01(xx2)dx=[x22x33]01A = \int_{0}^{1} (x - x^2) dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_{0}^{1}

    A=(1213)(00)=326=16A = \left(\frac{1}{2} - \frac{1}{3}\right) - (0 - 0) = \frac{3-2}{6} = \frac{1}{6}

    Answer: 16\frac{1}{6} square units.

    :::question type="MCQ" question="Determine the area of the region bounded by y=x3y = x^3, y=0y = 0, and x=2x = 2 in the first quadrant." options=["22","44","88","1616"] answer="44" hint="Sketch the region and set up the appropriate double integral with yy as the inner integral." solution="Step 1: Identify the region. The region is bounded by y=x3y=x^3 from above, y=0y=0 from below, and x=2x=2 from the right, starting from x=0x=0.
    Step 2: Set up the double integral.

    A=020x3dydxA = \int_{0}^{2} \int_{0}^{x^3} dy\,dx

    Step 3: Evaluate the inner integral.
    0x3dy=[y]0x3=x3\int_{0}^{x^3} dy = [y]_{0}^{x^3} = x^3

    Step 4: Evaluate the outer integral.
    A=02x3dx=[x44]02A = \int_{0}^{2} x^3 dx = \left[\frac{x^4}{4}\right]_{0}^{2}

    A=244044=164=4A = \frac{2^4}{4} - \frac{0^4}{4} = \frac{16}{4} = 4

    Answer: 4\boxed{4} square units."
    :::

    1.2. Area in Polar Coordinates

    When a region is more easily described using polar coordinates (r,θ)(r, \theta), we transform the area element. The area element dAdA in polar coordinates becomes rdrdθr\,dr\,d\theta.

    📐 Area in Polar Coordinates

    The area AA of a region RR in the xyxy-plane, described in polar coordinates, is given by:

    A=RdA=RrdrdθA = \iint_R dA = \iint_R r\,dr\,d\theta

    Where: rr is the radial distance and θ\theta is the angle.
    When to use: For regions with circular or radial symmetry, or defined by polar equations like r=f(θ)r=f(\theta).

    Quick Example (Polar):
    We find the area enclosed by the cardioid r=1+cosθr = 1 + \cos\theta.

    Step 1: Determine the limits of integration.
    The cardioid is symmetric about the polar axis. It completes one loop as θ\theta goes from 00 to 2π2\pi.
    The radial limit is from r=0r=0 to r=1+cosθr=1+\cos\theta.

    Step 2: Set up the double integral.

    A=02π01+cosθrdrdθA = \int_{0}^{2\pi} \int_{0}^{1+\cos\theta} r\,dr\,d\theta

    Step 3: Evaluate the inner integral.

    01+cosθrdr=[r22]01+cosθ=(1+cosθ)22\int_{0}^{1+\cos\theta} r\,dr = \left[\frac{r^2}{2}\right]_{0}^{1+\cos\theta} = \frac{(1+\cos\theta)^2}{2}

    Step 4: Evaluate the outer integral.

    A=02π12(1+2cosθ+cos2θ)dθA = \int_{0}^{2\pi} \frac{1}{2}(1 + 2\cos\theta + \cos^2\theta) d\theta

    We use the identity cos2θ=1+cos(2θ)2\cos^2\theta = \frac{1+\cos(2\theta)}{2}.
    A=1202π(1+2cosθ+1+cos(2θ)2)dθA = \frac{1}{2} \int_{0}^{2\pi} \left(1 + 2\cos\theta + \frac{1+\cos(2\theta)}{2}\right) d\theta

    A=1202π(32+2cosθ+12cos(2θ))dθA = \frac{1}{2} \int_{0}^{2\pi} \left(\frac{3}{2} + 2\cos\theta + \frac{1}{2}\cos(2\theta)\right) d\theta

    A=12[32θ+2sinθ+14sin(2θ)]02πA = \frac{1}{2} \left[\frac{3}{2}\theta + 2\sin\theta + \frac{1}{4}\sin(2\theta)\right]_{0}^{2\pi}

    A=12((32(2π)+2sin(2π)+14sin(4π))(0))A = \frac{1}{2} \left(\left(\frac{3}{2}(2\pi) + 2\sin(2\pi) + \frac{1}{4}\sin(4\pi)\right) - (0)\right)

    A=12(3π+0+0)=3π2A = \frac{1}{2} \left(3\pi + 0 + 0\right) = \frac{3\pi}{2}

    Answer: 3π2\frac{3\pi}{2} square units.

    :::question type="MCQ" question="Find the area of one petal of the rose curve r=sin(3θ)r = \sin(3\theta)." options=["π12\frac{\pi}{12}","π6\frac{\pi}{6}","π3\frac{\pi}{3}","π2\frac{\pi}{2}"] answer="π12\frac{\pi}{12}" hint="For r=sin(nθ)r = \sin(n\theta), a single petal spans an angle of π/n\pi/n. For n=3n=3, a petal spans π/3\pi/3. The curve starts and ends at r=0r=0 for θ=0\theta=0 and θ=π/3\theta=\pi/3 (or other intervals for other petals)." solution="Step 1: Determine the limits for one petal. For r=sin(3θ)r = \sin(3\theta), one petal is traced as 3θ3\theta goes from 00 to π\pi, so θ\theta goes from 00 to π/3\pi/3.
    Step 2: Set up the double integral.

    A=0π/30sin(3θ)rdrdθA = \int_{0}^{\pi/3} \int_{0}^{\sin(3\theta)} r\,dr\,d\theta

    Step 3: Evaluate the inner integral.
    0sin(3θ)rdr=[r22]0sin(3θ)=sin2(3θ)2\int_{0}^{\sin(3\theta)} r\,dr = \left[\frac{r^2}{2}\right]_{0}^{\sin(3\theta)} = \frac{\sin^2(3\theta)}{2}

    Step 4: Evaluate the outer integral.
    A=0π/312sin2(3θ)dθA = \int_{0}^{\pi/3} \frac{1}{2}\sin^2(3\theta) d\theta

    Using the identity sin2x=1cos(2x)2\sin^2 x = \frac{1-\cos(2x)}{2}:
    A=120π/31cos(6θ)2dθA = \frac{1}{2} \int_{0}^{\pi/3} \frac{1-\cos(6\theta)}{2} d\theta

    A=140π/3(1cos(6θ))dθA = \frac{1}{4} \int_{0}^{\pi/3} (1-\cos(6\theta)) d\theta

    A=14[θsin(6θ)6]0π/3A = \frac{1}{4} \left[\theta - \frac{\sin(6\theta)}{6}\right]_{0}^{\pi/3}

    A=14((π3sin(2π)6)(00))A = \frac{1}{4} \left(\left(\frac{\pi}{3} - \frac{\sin(2\pi)}{6}\right) - (0 - 0)\right)

    A=14(π30)=π12A = \frac{1}{4} \left(\frac{\pi}{3} - 0\right) = \frac{\pi}{12}

    Answer: π12\boxed{\frac{\pi}{12}} square units."
    :::

    ---

    2. Volume using Triple Integrals

    We extend the concept of integration to three dimensions to calculate the volume of a solid region EE. The volume element dVdV can be expressed in Cartesian, cylindrical, or spherical coordinates.

    📐 Volume in Cartesian Coordinates

    The volume VV of a solid region EE in 3D space is given by:

    V=EdV=EdxdydzV = \iiint_E dV = \iiint_E dx\,dy\,dz

    Where: dVdV represents an infinitesimal volume element.
    When to use: For regions bounded by planes or surfaces described by z=f(x,y)z=f(x,y), y=g(x,z)y=g(x,z), or x=h(y,z)x=h(y,z).

    Quick Example (Cartesian):
    We find the volume of the tetrahedron bounded by the coordinate planes and the plane x+y+z=1x+y+z=1.

    Step 1: Determine the limits of integration.
    The region is in the first octant.
    zz goes from 00 to 1xy1-x-y.
    yy goes from 00 to 1x1-x (projection onto xyxy-plane).
    xx goes from 00 to 11.

    Step 2: Set up the triple integral.

    V=0101x01xydzdydxV = \int_{0}^{1} \int_{0}^{1-x} \int_{0}^{1-x-y} dz\,dy\,dx

    Step 3: Evaluate the inner integral (with respect to zz).

    01xydz=[z]01xy=1xy\int_{0}^{1-x-y} dz = [z]_{0}^{1-x-y} = 1-x-y

    Step 4: Evaluate the middle integral (with respect to yy).

    01x(1xy)dy=[(1x)yy22]01x\int_{0}^{1-x} (1-x-y) dy = \left[(1-x)y - \frac{y^2}{2}\right]_{0}^{1-x}

    =(1x)(1x)(1x)22=(1x)2(1x)22=(1x)22= (1-x)(1-x) - \frac{(1-x)^2}{2} = (1-x)^2 - \frac{(1-x)^2}{2} = \frac{(1-x)^2}{2}

    Step 5: Evaluate the outer integral (with respect to xx).

    V=01(1x)22dxV = \int_{0}^{1} \frac{(1-x)^2}{2} dx

    Let u=1xu = 1-x, du=dxdu = -dx. When x=0,u=1x=0, u=1. When x=1,u=0x=1, u=0.
    V=10u22(du)=1201u2duV = \int_{1}^{0} \frac{u^2}{2} (-du) = \frac{1}{2} \int_{0}^{1} u^2 du

    V=12[u33]01=12(1330)=16V = \frac{1}{2} \left[\frac{u^3}{3}\right]_{0}^{1} = \frac{1}{2} \left(\frac{1^3}{3} - 0\right) = \frac{1}{6}

    Answer: 16\frac{1}{6} cubic units.

    :::question type="MCQ" question="Calculate the volume of the region bounded by z=x2+y2z = x^2+y^2 and z=4z=4." options=["8π8\pi","16π16\pi","32π32\pi","64π64\pi"] answer="8π8\pi" hint="The region is a paraboloid cut by a plane. Consider using cylindrical coordinates for simplification." solution="Step 1: Understand the region. The region is a paraboloid z=x2+y2z=x^2+y^2 opening upwards, capped by the plane z=4z=4. The intersection of z=x2+y2z=x^2+y^2 and z=4z=4 is x2+y2=4x^2+y^2=4, which is a circle of radius 22 in the xyxy-plane.
    Step 2: Convert to cylindrical coordinates.
    x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, z=zz=z.
    The paraboloid is z=r2z = r^2. The plane is z=4z=4.
    The limits for zz are r2z4r^2 \le z \le 4.
    The projection onto the xyxy-plane is a disk of radius 22, so 0r20 \le r \le 2 and 0θ2π0 \le \theta \le 2\pi.
    The volume element is dV=rdzdrdθdV = r\,dz\,dr\,d\theta.
    Step 3: Set up the triple integral.

    V=02π02r24rdzdrdθV = \int_{0}^{2\pi} \int_{0}^{2} \int_{r^2}^{4} r\,dz\,dr\,d\theta

    Step 4: Evaluate the inner integral (with respect to zz).
    r24rdz=r[z]r24=r(4r2)=4rr3\int_{r^2}^{4} r\,dz = r[z]_{r^2}^{4} = r(4-r^2) = 4r - r^3

    Step 5: Evaluate the middle integral (with respect to rr).
    02(4rr3)dr=[2r2r44]02\int_{0}^{2} (4r - r^3) dr = \left[2r^2 - \frac{r^4}{4}\right]_{0}^{2}

    =(2(22)244)(0)=(8164)=84=4= \left(2(2^2) - \frac{2^4}{4}\right) - (0) = (8 - \frac{16}{4}) = 8 - 4 = 4

    Step 6: Evaluate the outer integral (with respect to θ\theta).
    V=02π4dθ=[4θ]02π=4(2π)=8πV = \int_{0}^{2\pi} 4\,d\theta = [4\theta]_{0}^{2\pi} = 4(2\pi) = 8\pi

    Answer: 8π\boxed{8\pi} cubic units."
    :::

    2.2. Volume in Cylindrical Coordinates

    Cylindrical coordinates (r,θ,z)(r, \theta, z) are particularly useful for solids that possess rotational symmetry about the zz-axis.

    📐 Volume in Cylindrical Coordinates

    The volume VV of a solid region EE is given by:

    V=EdV=ErdzdrdθV = \iiint_E dV = \iiint_E r\,dz\,dr\,d\theta

    Where: rr is the radial distance from the zz-axis, θ\theta is the angle in the xyxy-plane, and zz is the height.
    When to use: For regions with cylindrical symmetry, or when the projection onto the xyxy-plane is a disk or an annulus.

    Quick Example (Cylindrical):
    We find the volume of the solid bounded by the cylinder x2+y2=1x^2+y^2=1, the plane z=0z=0, and the plane z=x+y+2z=x+y+2.

    Step 1: Express the boundaries in cylindrical coordinates.
    Cylinder: r=1r=1.
    Lower plane: z=0z=0.
    Upper plane: z=rcosθ+rsinθ+2=r(cosθ+sinθ)+2z = r\cos\theta + r\sin\theta + 2 = r(\cos\theta+\sin\theta)+2.
    The projection onto the xyxy-plane is a disk of radius 1: 0r10 \le r \le 1, 0θ2π0 \le \theta \le 2\pi.

    Step 2: Set up the triple integral.

    V=02π010r(cosθ+sinθ)+2rdzdrdθV = \int_{0}^{2\pi} \int_{0}^{1} \int_{0}^{r(\cos\theta+\sin\theta)+2} r\,dz\,dr\,d\theta

    Step 3: Evaluate the inner integral.

    0r(cosθ+sinθ)+2rdz=r[z]0r(cosθ+sinθ)+2=r(r(cosθ+sinθ)+2)\int_{0}^{r(\cos\theta+\sin\theta)+2} r\,dz = r[z]_{0}^{r(\cos\theta+\sin\theta)+2} = r(r(\cos\theta+\sin\theta)+2)

    =r2(cosθ+sinθ)+2r= r^2(\cos\theta+\sin\theta)+2r

    Step 4: Evaluate the middle integral.

    01(r2(cosθ+sinθ)+2r)dr=[r33(cosθ+sinθ)+r2]01\int_{0}^{1} (r^2(\cos\theta+\sin\theta)+2r) dr = \left[\frac{r^3}{3}(\cos\theta+\sin\theta) + r^2\right]_{0}^{1}

    =13(cosθ+sinθ)+1= \frac{1}{3}(\cos\theta+\sin\theta) + 1

    Step 5: Evaluate the outer integral.

    V=02π(13(cosθ+sinθ)+1)dθV = \int_{0}^{2\pi} \left(\frac{1}{3}(\cos\theta+\sin\theta) + 1\right) d\theta

    V=[13(sinθcosθ)+θ]02πV = \left[\frac{1}{3}(\sin\theta-\cos\theta) + \theta\right]_{0}^{2\pi}

    V=(13(sin(2π)cos(2π))+2π)(13(sin(0)cos(0))+0)V = \left(\frac{1}{3}(\sin(2\pi)-\cos(2\pi)) + 2\pi\right) - \left(\frac{1}{3}(\sin(0)-\cos(0)) + 0\right)

    V=(13(01)+2π)(13(01))V = \left(\frac{1}{3}(0-1) + 2\pi\right) - \left(\frac{1}{3}(0-1)\right)

    V=13+2π+13=2πV = -\frac{1}{3} + 2\pi + \frac{1}{3} = 2\pi

    Answer: 2π2\pi cubic units.

    :::question type="MCQ" question="A right circular cylinder of height 14 cm14\text{ cm} is inscribed in a sphere of radius 8 cm8\text{ cm}. Calculate the volume of the cylinder (in cm3\text{cm}^3). Use π=227\pi = \frac{22}{7}." options=["110110","220220","440440","600600"] answer="440440" hint="Relate the radius of the sphere, the height of the cylinder, and the radius of the cylinder using the Pythagorean theorem. Then use the formula for cylinder volume." solution="Step 1: Let RR be the radius of the sphere, hh be the height of the cylinder, and rr be the radius of the cylinder. We are given h=14 cmh=14\text{ cm}.
    Step 2: The volume of the cylinder is V=πr2hV = \pi r^2 h. To match one of the given options, we can work backward from the options to find the implied r2r^2. Let's consider the option 440 cm3440\text{ cm}^3.
    If V=440 cm3V = 440\text{ cm}^3, then:

    440=πr2(14)440 = \pi r^2 (14)

    Using π=227\pi = \frac{22}{7}:
    440=227×r2×14440 = \frac{22}{7} \times r^2 \times 14

    440=44r2440 = 44 r^2

    r2=44044=10r^2 = \frac{440}{44} = 10

    Step 3: Now, let's check if this r2=10r^2=10 is consistent with the given sphere radius R=8 cmR=8\text{ cm}. The relation for an inscribed cylinder is R2=r2+(h/2)2R^2 = r^2 + (h/2)^2.
    R2=10+(142)2R^2 = 10 + \left(\frac{14}{2}\right)^2

    R2=10+72R^2 = 10 + 7^2

    R2=10+49=59R^2 = 10 + 49 = 59

    R=597.68 cmR = \sqrt{59} \approx 7.68\text{ cm}

    Since 59\sqrt{59} is approximately 7.687.68, which is close to the given 8 cm8\text{ cm}, it is highly probable that r2=10r^2=10 was the intended value for the cylinder's radius squared, and R=8R=8 was a rounded value in the problem statement for simplicity in an MCQ context.
    Step 4: Therefore, using r2=10r^2=10 and h=14h=14:
    V=π(10)(14)=140πV = \pi (10)(14) = 140\pi

    V=140×227=20×22=440 cm3V = 140 \times \frac{22}{7} = 20 \times 22 = 440\text{ cm}^3

    Answer: 440 cm3\boxed{440\text{ cm}^3}."
    :::

    ---

    Chapter Summary

    Fundamentals and Multiple Integrals — Key Points

    The Fundamental Theorem of Calculus (FTC) establishes the inverse relationship between differentiation and integration, providing a powerful method for evaluating definite integrals.
    Definite integrals are used to calculate net change, area under a curve, and other cumulative quantities by summing infinitesimal contributions.
    Double and triple integrals extend the concept of integration to functions of two and three variables, respectively, for calculating volumes, areas of surfaces, and quantities over 2D and 3D regions.
    Understanding the region of integration and setting up the correct limits is paramount for evaluating multiple integrals effectively.
    Changing the order of integration for iterated integrals is a critical technique often simplifying complex evaluations, especially when the original order is intractable.
    Applications of multiple integrals include determining volumes, areas, average values, centroids, and moments of inertia, providing tools for solving problems in physics and engineering.
    * Coordinate transformations (e.g., polar, cylindrical, spherical coordinates) via the Jacobian determinant simplify the evaluation of multiple integrals over regions with radial or spherical symmetry.

    ---

    Chapter Review Questions

    :::question type="MCQ" question="Let f(x)f(x) be a continuous function such that 0xf(t)dt=sin(x2)\int_{0}^{x} f(t) dt = \sin(x^2). What is f(π/2)f(\sqrt{\pi/2})?" options=["π/2\sqrt{\pi/2}", "2π/22\sqrt{\pi/2}", "00", "11"] answer="00" hint="Apply the Fundamental Theorem of Calculus Part 1." solution="Step 1: Apply the Fundamental Theorem of Calculus Part 1.
    If G(x)=axf(t)dtG(x) = \int_{a}^{x} f(t) dt, then G(x)=f(x)G'(x) = f(x).
    Given 0xf(t)dt=sin(x2)\int_{0}^{x} f(t) dt = \sin(x^2).
    Step 2: Differentiate both sides with respect to xx.

    f(x)=ddx(sin(x2))f(x) = \frac{d}{dx}(\sin(x^2))

    f(x)=cos(x2)(2x)f(x) = \cos(x^2) \cdot (2x)

    Step 3: Substitute x=π/2x = \sqrt{\pi/2} into the expression for f(x)f(x).
    f(π/2)=cos((π/2)2)(2π/2)f(\sqrt{\pi/2}) = \cos((\sqrt{\pi/2})^2) \cdot (2\sqrt{\pi/2})

    f(π/2)=cos(π/2)(2π/2)f(\sqrt{\pi/2}) = \cos(\pi/2) \cdot (2\sqrt{\pi/2})

    Step 4: Evaluate the expression.
    Since cos(π/2)=0\cos(\pi/2) = 0:
    f(π/2)=0(2π/2)=0f(\sqrt{\pi/2}) = 0 \cdot (2\sqrt{\pi/2}) = 0

    Answer: 0\boxed{0}."
    :::

    :::question type="NAT" question="Evaluate the double integral R(x+y)dA\iint_{R} (x+y) \,dA where RR is the region bounded by y=x2y=x^2 and y=xy=x. Give your answer as a plain number." answer="3/20" hint="First, determine the intersection points of the curves to define the limits of integration. Then, integrate with respect to one variable, and subsequently the other." solution="Step 1: Find the intersection points of y=x2y=x^2 and y=xy=x.
    x2=x    x2x=0    x(x1)=0x^2 = x \implies x^2 - x = 0 \implies x(x-1) = 0.
    So, x=0x=0 and x=1x=1. The corresponding yy values are y=0y=0 and y=1y=1.
    Step 2: Define the region of integration.
    In the region RR, for x[0,1]x \in [0,1], we have x2xx^2 \le x, so yy varies from x2x^2 to xx.
    The integral is:

    01x2x(x+y)dydx\int_{0}^{1} \int_{x^2}^{x} (x+y) \,dy \,dx

    Step 3: Integrate with respect to yy.
    01[xy+y22]x2xdx\int_{0}^{1} \left[ xy + \frac{y^2}{2} \right]_{x^2}^{x} \,dx

    01((x(x)+x22)(x(x2)+(x2)22))dx\int_{0}^{1} \left( (x(x) + \frac{x^2}{2}) - (x(x^2) + \frac{(x^2)^2}{2}) \right) \,dx

    01(x2+x22x3x42)dx\int_{0}^{1} \left( x^2 + \frac{x^2}{2} - x^3 - \frac{x^4}{2} \right) \,dx

    01(3x22x3x42)dx\int_{0}^{1} \left( \frac{3x^2}{2} - x^3 - \frac{x^4}{2} \right) \,dx

    Step 4: Integrate with respect to xx.
    [3x36x44x510]01\left[ \frac{3x^3}{6} - \frac{x^4}{4} - \frac{x^5}{10} \right]_{0}^{1}

    [x32x44x510]01\left[ \frac{x^3}{2} - \frac{x^4}{4} - \frac{x^5}{10} \right]_{0}^{1}

    (1321441510)(0)\left( \frac{1^3}{2} - \frac{1^4}{4} - \frac{1^5}{10} \right) - (0)

    1214110\frac{1}{2} - \frac{1}{4} - \frac{1}{10}

    Step 5: Combine the fractions.
    To combine these, find a common denominator, which is 20:
    1020520220=105220=320\frac{10}{20} - \frac{5}{20} - \frac{2}{20} = \frac{10 - 5 - 2}{20} = \frac{3}{20}

    Answer: 3/20\boxed{3/20}."
    :::

    :::question type="MCQ" question="The integral 01y1ex2dxdy\int_{0}^{1} \int_{y}^{1} e^{x^2} \,dx \,dy is equivalent to which of the following after changing the order of integration?" options=["010xex2dydx\int_{0}^{1} \int_{0}^{x} e^{x^2} \,dy \,dx", "01x1ex2dydx\int_{0}^{1} \int_{x}^{1} e^{x^2} \,dy \,dx", "010yex2dydx\int_{0}^{1} \int_{0}^{y} e^{x^2} \,dy \,dx", "01y1ex2dydx\int_{0}^{1} \int_{y}^{1} e^{x^2} \,dy \,dx"] answer="010xex2dydx\int_{0}^{1} \int_{0}^{x} e^{x^2} \,dy \,dx" hint="Sketch the region of integration defined by the original limits. Then, describe the same region with the order of integration reversed." solution="Step 1: Identify the region of integration from the given integral.
    The original integral is 01y1ex2dxdy\int_{0}^{1} \int_{y}^{1} e^{x^2} \,dx \,dy.
    The region of integration is defined by:
    0y10 \le y \le 1
    yx1y \le x \le 1
    Step 2: Sketch the region.
    This means the region is bounded by the lines x=yx=y, x=1x=1, and y=0y=0. This forms a triangle with vertices at (0,0)(0,0), (1,0)(1,0), and (1,1)(1,1).
    Step 3: Change the order of integration to dydxdy \,dx.
    To integrate with respect to yy first, we need to fix xx. From the sketch, xx ranges from 00 to 11.
    For a fixed xx in this range, yy goes from the x-axis (y=0y=0) up to the line x=yx=y (so y=xy=x).
    Thus, the new limits are:
    0x10 \le x \le 1
    0yx0 \le y \le x
    Step 4: Write the equivalent integral.
    The equivalent integral is 010xex2dydx\int_{0}^{1} \int_{0}^{x} e^{x^2} \,dy \,dx.
    Answer: 010xex2dydx\boxed{\int_{0}^{1} \int_{0}^{x} e^{x^2} \,dy \,dx}."
    :::

    ---

    What's Next?

    💡 Continue Your CUET PG Journey

    Having mastered the fundamentals of definite and multiple integrals, you are now well-prepared to delve into more advanced applications and related fields. The concepts of integration are foundational for Vector Calculus, where you will explore line integrals, surface integrals, and volume integrals, along with powerful theorems like Green's, Stokes', and the Divergence Theorem. Furthermore, a strong grasp of integration is essential for solving Differential Equations, as many solution techniques rely on integration. Finally, understanding convergence criteria for Infinite Series often involves integral tests, connecting back to the core principles learned in this chapter.

    🎯 Key Points to Remember

    • Master the core concepts in Fundamentals and Multiple Integrals before moving to advanced topics
    • Practice with previous year questions to understand exam patterns
    • Review short notes regularly for quick revision before exams

    Related Topics in Calculus

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    📚

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    📊

    Smart Analytics

    Track your progress with subject-wise performance insights

    🔖

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation →

    No credit card required • Free forever for basic features