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.
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) over an interval [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=n→∞limi=1∑nf(xi∗)Δx
Where:Δx=nb−a is the width of each subinterval.
xi∗ is a sample point in the i-th subinterval [xi−1,xi].
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: limn→∞∑i=1nn1(ni)2.
Step 1: Identify f(x), dx, and the interval. We observe Δx=n1 and xi=ni. If we choose a=0, then b=1. Therefore, f(x)=x2.
∫01x2dx
Answer:∫01x2dx
:::question type="MCQ" question="The value of limn→∞[n2+121+n2+222+n2+323+⋯+n2+n2n] is:" options=["21log2","log2","4π","21"] answer="21log2" hint="Rewrite the sum in the form limn→∞∑i=1nf(i/n)(1/n)." solution="Step 1: Rewrite the given sum.
Step 2: Identify f(x) and the limits of integration. Here, xi=i/n and Δx=1/n. Thus, we can identify f(x)=1+x2x. The limits of integration are from x=0 (when i=1, 1/n→0) to x=1 (when i=n, n/n=1).
Step 3: Convert to a definite integral and evaluate.
∫011+x2xdx
Let u=1+x2, then du=2xdx. When x=0, u=1. When x=1, u=2.
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.
If f(x) is even (f(−x)=f(x)), then ∫−aaf(x)dx=2∫0af(x)dx. If f(x) is odd (f(−x)=−f(x)), then ∫−aaf(x)dx=0.
King's Rule (Property P-4):∫abf(x)dx=∫abf(a+b−x)dx. A special case is ∫0af(x)dx=∫0af(a−x)dx.
Special Property:∫02af(x)dx=∫0af(x)dx+∫0af(2a−x)dx. If f(2a−x)=f(x), then ∫02af(x)dx=2∫0af(x)dx. If f(2a−x)=−f(x), then ∫02af(x)dx=0.
Quick Example: Evaluate ∫−22(x3+sinx+5)dx.
Step 1: Decompose the integral using linearity. We can write the integral as ∫−22x3dx+∫−22sinxdx+∫−225dx.
Step 2: Apply symmetry properties. The function x3 is odd, so ∫−22x3dx=0. The function sinx is odd, so ∫−22sinxdx=0. The function 5 is even, so ∫−225dx=2∫025dx.
Step 3: Evaluate the remaining integral.
2∫025dx=2[5x]02=2(5⋅2−5⋅0)=2(10)=20
Answer:20
:::question type="MCQ" question="The value of ∫0π/2sinx+cosxsinxdx is:" options=["4π","2π","0","1"] answer="4π" hint="Use King's Rule: ∫abf(x)dx=∫abf(a+b−x)dx." solution="Step 1: Let the integral be I.
I=∫0π/2sinx+cosxsinxdx(1)
Step 2: Apply King's Rule, ∫0af(x)dx=∫0af(a−x)dx. Here a=π/2. So, replace x with (π/2−x).
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 F is an antiderivative of f, then the definite integral of f from a to b can be found by evaluating F(b)−F(a).
📐Fundamental Theorem of Calculus (Part 2)
If f is continuous on [a,b] and F is any antiderivative of f on [a,b] (i.e., F′(x)=f(x)), then:
∫abf(x)dx=F(b)−F(a)
Where:F(x) is the antiderivative of f(x). When to use: For direct evaluation of definite integrals once an antiderivative is known.
Quick Example: Evaluate ∫13(2x+3)dx.
Step 1: Find the antiderivative of f(x)=2x+3. The antiderivative F(x)=x2+3x.
:::question type="MCQ" question="Evaluate ∫0π/2cos2xdx." options=["4π","2π","0","1"] answer="4π" hint="Use the half-angle identity for cos2x." solution="Step 1: Use the trigonometric identity cos2x=21+cos(2x).
∫0π/2cos2xdx=∫0π/221+cos(2x)dx
Step 2: Separate the integral and find the antiderivative.
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.
Where: a(x) and b(x) are differentiable functions of x. f(t,x) is a function of t and potentially x. When to use: When differentiating an integral whose limits or integrand depend on the differentiation variable. For CUET PG, often f(t,x) is just f(t), simplifying the last term to zero.
Quick Example: Find dxd∫x2sinxet2dt.
Step 1: Identify a(x), b(x), f(t,x). Here, a(x)=x2, b(x)=sinx, and f(t,x)=et2 (which is just f(t)=et2). Thus, ∂x∂f(t,x)=0. We need a′(x)=2x and b′(x)=cosx.
:::question type="MCQ" question="Let F(x)=∫1/xxcost2dt for x>0. The value of F′(1) is:" options=["23cos1","21cos1","cos1","0"] answer="23cos1" hint="Apply the Leibniz Integral Rule and then substitute x=1." solution="Step 1: Identify the components for the Leibniz Integral Rule. We have a(x)=1/x=x−1, b(x)=x=x1/2, and f(t,x)=cost2. Since f(t,x) does not explicitly depend on x, ∂x∂f(t,x)=0.
Step 2: Calculate the derivatives of the limits. a′(x)=dxd(x−1)=−x−2=−x21. b′(x)=dxd(x1/2)=21x−1/2=2x1.
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.
Step 1: Choose a substitution. Let u=x2. Then du=2xdx, so xdx=21du.
Step 2: Change the limits of integration. When x=0, u=02=0. When x=1, u=12=1.
Step 3: Rewrite and evaluate the integral with the new variable and limits. >
:::question type="MCQ" question="Evaluate ∫0π/2sin3xcosxdx." options=["41","31","21","1"] answer="41" hint="Use the substitution u=sinx and change the limits." solution="Step 1: Choose a substitution. Let u=sinx. Then du=cosxdx.
Step 2: Change the limits of integration. When x=0, u=sin0=0. When x=π/2, u=sin(π/2)=1.
Step 3: Rewrite and evaluate the integral.
∫01u3du=[4u4]01=414−404=41−0=41
Answer: 41" :::
5.2. Integration by Parts
For definite integrals, integration by parts applies the formula [uv]ab−∫abvdu. The evaluation of uv must be performed at the limits b and a.
📐Integration by Parts for Definite Integrals
∫abudv=[uv]ab−∫abvdu
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.
Step 1: Choose u and dv. Let u=x and dv=exdx. Then du=dx and v=ex.
:::question type="MCQ" question="Evaluate ∫0π/2xcosxdx." options=["1","2π−1","2π","0"] answer="2π−1" hint="Use integration by parts, setting u=x and dv=cosxdx." solution="Step 1: Choose u and dv. Let u=x, so du=dx. Let dv=cosxdx, so v=sinx.
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 (x or y) depends on the orientation of the bounding curves.
📐Area Between Curves
Integrating with respect to x: If f(x)≥g(x) on [a,b], the area A is:
A=∫ab[f(x)−g(x)]dx
Integrating with respect to y: If f(y)≥g(y) on [c,d], the area A is:
A=∫cd[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=x2 and y=x+2.
Step 1: Find the intersection points of the curves. Set x2=x+2. >
>>x2−x−2>(x−2)(x+1)>x=0=0=−1,2>>
These are our limits of integration.
Step 2: Determine which function is upper and which is lower. For x∈[−1,2], we test a point, e.g., x=0. y1=02=0 and y2=0+2=2. Since 2>0, y=x+2 is the upper curve and y=x2 is the lower curve.
:::question type="MCQ" question="The area bounded by the curves y=x2 and y=4−x2 is:" options=["3162","316","316π","38"] answer="3162" hint="Find intersection points and determine the upper and lower functions." solution="Step 1: Find the intersection points. Set x2=4−x2.
2x2x2x=4=2=±2
So the limits of integration are from −2 to 2.
Step 2: Determine which function is upper and which is lower. For x∈[−2,2], consider x=0. y1=02=0. y2=4−02=4. Since 4>0, y=4−x2 is the upper curve and y=x2 is the lower curve.
Step 3: Set up and evaluate the integral.
A=∫−22[(4−x2)−x2]dx=∫−22(4−2x2)dx
Since 4−2x2 is an even function, we can use the property ∫−aaf(x)dx=2∫0af(x)dx.
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)]2dx Washer Method (Revolution about x-axis):V=∫abπ([f(x)]2−[g(x)]2)dx (where f(x) is outer, g(x) is inner) * Shell Method (Revolution about y-axis):V=∫ab2πxf(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=x, x=1, and the x-axis about the x-axis.
Step 1: Identify the function and limits. The region is bounded by y=x, x=1, and y=0 (x-axis). The limits are from x=0 to x=1. We are revolving about the x-axis, so we use the disk method. f(x)=x.
:::question type="MCQ" question="The volume of the solid generated by revolving the region bounded by y=x2, y=0, and x=2 about the y-axis is:" options=["38π","316π","4π","8π"] answer="8π" 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=x2, y=0, and x=2. We are revolving about the y-axis. The limits for x are from 0 to 2. The height of the shell is f(x)=x2. The radius of the shell is x. We use the cylindrical shell method.
Step 2: Set up the integral for the shell method.
VV=∫ab2πxf(x)dx=∫022πx(x2)dx=2π∫02x3dx
Step 3: Evaluate the integral.
V=2π[4x4]02=2π(424−404)=2π(416−0)=2π(4)=8π
Answer: 8π" :::
3. Surface Area of Solids of Revolution
We calculate the surface area of a solid formed by revolving a curve y=f(x) or 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)):
S=∫ab2πy1+(dxdy)2dx
Revolution about y-axis (x=g(y)):
S=∫cd2πx1+(dydx)2dy
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=x3 from x=0 to x=1 about the x-axis.
Step 1: Find dxdy. y=x3, so dxdy=3x2. Then (dxdy)2=(3x2)2=9x4.
Step 2: Set up the surface area integral. >
S=∫012π(x3)1+9x4dx
Step 3: Evaluate the integral using substitution. Let u=1+9x4. Then du=36x3dx, so x3dx=361du. Change limits: When x=0, u=1. When x=1, u=1+9=10. >
:::question type="MCQ" question="The area of the surface of a solid generated by the revolution of the line segment y=2x from x=0 to x=2 about the x-axis is:" options=["π5","2π5","4π5","8π5"] answer="8π5" hint="Use the surface area formula for revolution about the x-axis. Calculate dy/dx and substitute into the integral." solution="Step 1: Find dxdy. The curve is y=2x.
dxdy(dxdy)2=2=4
Step 2: Set up the surface area integral. The limits are x=0 to x=2.
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]. These are frequently encountered in competitive exams.
📐Wallis' Integrals
For n a non-negative integer: ∫0π/2sinnxdx=∫0π/2cosnxdx If n is even: nn−1⋅n−2n−3⋯21⋅2π * If n is odd: nn−1⋅n−2n−3⋯32⋅1 When to use: To quickly evaluate definite integrals of sinnx or cosnx over [0,π/2].
Quick Example: Evaluate ∫0π/2sin6xdx.
Step 1: Identify n and apply the Wallis' formula for even n. Here n=6, which is an even number. >
:::question type="MCQ" question="Evaluate ∫0π/2cos5xdx." options=["158","1516","54","51"] answer="158" hint="Use Wallis' Integral formula for odd powers." solution="Step 1: Identify n and apply the Wallis' formula for odd n. Here n=5, which is an odd number.
∫0π/2cos5xdx=55−1⋅5−25−3⋅1=54⋅32⋅1=158
Answer: 158" :::
---
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 if 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) is made, the new limits must be g(a) and g(b). Alternatively, integrate with respect to u, then substitute back x and use the original limits. The first method is generally less error-prone.
⚠️Incorrect Application of Leibniz Rule
❌ Applying dxd∫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). Remember to multiply by the derivatives of the upper and lower limits. If the integrand f(t,x) also depends on x, remember the partial derivative term.
⚠️Sign Errors in Area/Volume
❌ Calculating area or volume as ∫ab(g(x)−f(x))dx when 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 ∫01x1−x2dx." options=["31","32","1","4π"] answer="31" hint="Use substitution u=1−x2." solution="Step 1: Use substitution. Let u=1−x2. Then du=−2xdx, so xdx=−21du.
Step 2: Change the limits of integration. When x=0, u=1−02=1. When x=1, u=1−12=0.
:::question type="NAT" question="Find the area of the region bounded by y=sinx, y=cosx, x=0, and x=π/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]. Set sinx=cosx. This occurs at x=π/4.
Step 2: Determine which function is greater in each subinterval. For x∈[0,π/4], cosx≥sinx. For x∈[π/4,π/2], sinx≥cosx.
:::question type="MCQ" question="Let G(x)=∫xx2tsintdt. The value of G′(π) is:" options=["2sin(π2)−πsinπ","πsin(π2)−πsinπ","2πsin(π2)−πsinπ","πsin(π2)−π2sinπ"] answer="2πsin(π2)−πsinπ" hint="Apply the Leibniz Integral Rule. Remember sinπ=0." solution="Step 1: Identify a(x), b(x), and f(t,x). a(x)=x, b(x)=x2, and f(t,x)=tsint. Since f(t,x) does not depend on x, ∂x∂f(t,x)=0.
Step 2: Calculate derivatives of the limits. a′(x)=1. b′(x)=2x.
:::question type="MCQ" question="If ∫0af(x)dx=2π, then ∫0af(a−x)dx is:" options=["2π","−2π","0","π"] answer="2π" hint="Recall the property ∫abf(x)dx=∫abf(a+b−x)dx." solution="Step 1: Apply the property of definite integrals. We know that ∫abf(x)dx=∫abf(a+b−x)dx. For the given integral ∫0af(x)dx, we have a=0 and b=a. So, a+b−x=0+a−x=a−x.
Step 2: Apply the property to the second integral.
∫0af(x)dx=∫0af(a−x)dx
Given that ∫0af(x)dx=2π. Therefore, ∫0af(a−x)dx=2π. This is a direct application of King's Rule. Answer: 2π" :::
:::question type="MCQ" question="The volume of the solid generated by revolving the region bounded by y=x, x=0, x=4, and the x-axis about the y-axis is:" options=["5128π","564π","332π","316π"] answer="5128π" 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=x, y=0 (x-axis), x=0, and x=4. We are revolving about the y-axis. The limits for x are from 0 to 4. The height of the shell is f(x)=x. The radius of the shell is x. We use the cylindrical shell method.
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) over a rectangular region R=[a,b]×[c,d] as an iterated integral. Fubini's Theorem states that if f(x,y) is continuous on R, 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=∫ab∫cdf(x,y)dydx=∫cd∫abf(x,y)dxdy
Where:R=[a,b]×[c,d] is a rectangular region.
When to use: For integrating continuous functions over rectangular domains.
Quick Example: Evaluate ∬R(x2y+y3)dA where R=[1,2]×[0,1].
Step 1: Set up the iterated integral. We choose to integrate with respect to y first, then x.
>
∫12∫01(x2y+y3)dydx
Step 2: Integrate with respect to y.
>
∫12[2x2y2+4y4]01dx
>
∫12(2x2(1)2+4(1)4−(0))dx
>
∫12(2x2+41)dx
Step 3: Integrate with respect to x.
>
[6x3+4x]12
>
(6(2)3+42)−(6(1)3+41)
>
(68+21)−(61+41)
>
(34+21)−(122+123)
>
(68+3)−(125)
>
611−125=1222−5=1217
Answer:1217
:::question type="MCQ" question="Evaluate the double integral ∬R3x2ydA over the region R=[0,1]×[0,2]." options=["0","1","2","3"] answer="2" hint="Apply Fubini's Theorem by integrating with respect to y first, then x (or vice versa)." solution="Step 1: Set up the iterated integral. >
∫01∫023x2ydydx
Step 2: Integrate with respect to y. >
∫01[23x2y2]02dx
>
∫01(23x2(2)2−0)dx
>
∫01(212x2)dx
>
∫016x2dx
Step 3: Integrate with respect to x. >
[2x3]01
>
(2(1)3)−(2(0)3)
>
2−0=2
Answer:2" :::
---
2. Double Integrals over General Regions
When the region R 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 R is Type I if it lies between two vertical lines x=a and x=b, and between two continuous functions y=g1(x) and y=g2(x), where g1(x)≤g2(x).
R={(x,y)∣a≤x≤b,g1(x)≤y≤g2(x)}
A region R is Type II if it lies between two horizontal lines y=c and y=d, and between two continuous functions x=h1(y) and x=h2(y), where h1(y)≤h2(y).
R={(x,y)∣c≤y≤d,h1(y)≤x≤h2(y)}
📐Double Integral over General Regions
For a Type I region R:
∬Rf(x,y)dA=∫ab∫g1(x)g2(x)f(x,y)dydx
For a Type II region R:
∬Rf(x,y)dA=∫cd∫h1(y)h2(y)f(x,y)dxdy
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 where R is the region bounded by x=0,x=2,y=x,y=x+2. (Based on PYQ 1)
Step 1: Sketch the region R. The region is bounded by x=0 (y-axis), x=2 (vertical line), y=x (line through origin), and y=x+2 (line with y-intercept 2). This is a Type I region.
> The limits for x are from 0 to 2. > The limits for y are from x to x+2.
Step 2: Set up the iterated integral.
>
∫02∫xx+2(x+y)dydx
Step 3: Integrate with respect to y.
>
∫02[xy+2y2]xx+2dx
>
∫02(x(x+2)+2(x+2)2−(x(x)+2x2))dx
>
∫02(x2+2x+2x2+4x+4−x2−2x2)dx
>
∫02(2x+2x2+2x+2−2x2)dx
>
∫02(4x+2)dx
Step 4: Integrate with respect to x.
>
[2x2+2x]02
>
(2(2)2+2(2))−(0)
>
2(4)+4=8+4=12
Answer:12
:::question type="MCQ" question="Evaluate the double integral ∬RydA where R is the region bounded by y=x, y=2x, and x=1." options=["1/2","1","3/2","2"] answer="1/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=x, y=2x, and x=1. > The region is bounded by x=0 (implicitly, as it starts from the origin) and x=1. > For a given x, y ranges from x to 2x. Step 2: Set up the iterated integral. >
∫01∫x2xydydx
Step 3: Integrate with respect to y. >
∫01[2y2]x2xdx
>
∫01(2(2x)2−2x2)dx
>
∫01(24x2−2x2)dx
>
∫01(2x2−2x2)dx
>
∫0123x2dx
Step 4: Integrate with respect to x. >
[63x3]01
>
[2x3]01
>
2(1)3−0=21
Answer:21" :::
---
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 ∫02∫y/21f(x,y)dxdy. Then evaluate for f(x,y)=ex2. (Based on PYQ 4)
Step 1: Identify the current region from the limits.
> The outer integral is with respect to y, from 0 to 2. > The inner integral is with respect to x, from y/2 to 1. > So, 0≤y≤2 and y/2≤x≤1. > This means x≥y/2⟹y≤2x. > The bounding lines are y=0, y=2, x=y/2, x=1. > Plotting these: x=1 is a vertical line. y=0 is the x-axis. y=2 is a horizontal line. x=y/2 is equivalent to y=2x. > The intersection of y=2x and y=2 is 2=2x⟹x=1. > The region is a triangle with vertices (0,0), (1,0), and (1,2).
Step 2: Express the region with the new order (integrate with respect to y first, then x).
> For the new order, x will be the outer variable. From the sketch, x ranges from 0 to 1. > For a fixed x, y ranges from the lower boundary y=0 to the upper boundary y=2x. > So, the new limits are ∫01∫02xf(x,y)dydx.
Step 3: Evaluate the integral with f(x,y)=ex2.
>
∫01∫02xex2dydx
>
∫01[yex2]02xdx
>
∫01(2xex2−0)dx
>
∫012xex2dx
Step 4: Use substitution for the final integral. Let u=x2, then du=2xdx. When x=0, u=0. When x=1, u=1.
>
∫01eudu
>
[eu]01
>
e1−e0=e−1
Answer:e−1
:::question type="MCQ" question="Change the order of integration for ∫01∫y1sin(x2)dxdy and then evaluate the integral." options=["1−cos(1)","21(1−cos(1))","cos(1)","sin(1)"] answer="21(1−cos(1))" hint="First sketch the region 0≤y≤1,y≤x≤1. Then rewrite it as 0≤x≤1,0≤y≤x." solution="Step 1: Identify the current region. > The limits are 0≤y≤1 and y≤x≤1. > This region is a triangle with vertices (0,0), (1,0), and (1,1). Step 2: Express the region with the new order (dydx). > The outer integral is with respect to x, from 0 to 1. > The inner integral is with respect to y, from 0 to x. > The new integral is ∫01∫0xsin(x2)dydx. Step 3: Evaluate the integral. >
∫01[ysin(x2)]0xdx
>
∫01(xsin(x2)−0)dx
>
∫01xsin(x2)dx
Step 4: Use substitution. Let u=x2, then du=2xdx⟹xdx=21du. When x=0, u=0. When x=1, u=1. >
∫0121sin(u)du
>
21[−cos(u)]01
>
21(−cos(1)−(−cos(0)))
>
21(−cos(1)+1)=21(1−cos(1))
Answer:21(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 A of a plane region R is given by:
A=∬R1dA
The volume V of the solid that lies under the surface z=f(x,y) and above the region R in the xy-plane is given by:
V=∬Rf(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+y2 and the plane z=4.
Step 1: Determine the region R in the xy-plane. The solid is bounded above by z=4 and below by z=x2+y2. The intersection of these two surfaces defines the region R.
x2+y2=4
This is a circle of radius 2 centered at the origin. So, R is the disk x2+y2≤4. The volume is given by
∬R(4−(x2+y2))dA
Step 2: Set up the integral. Since R is a disk, polar coordinates are appropriate. Let x=rcosθ, y=rsinθ. Then x2+y2=r2, and dA=rdrdθ. For the disk x2+y2≤4, r goes from 0 to 2, and θ goes from 0 to 2π.
V=∫02π∫02(4−r2)rdrdθ
V=∫02π∫02(4r−r3)drdθ
Step 3: Integrate with respect to r.
V=∫02π[2r2−4r4]02dθ
V=∫02π(2(2)2−4(2)4−0)dθ
V=∫02π(8−416)dθ
V=∫02π(8−4)dθ
V=∫02π4dθ
Step 4: Integrate with respect to θ.
V=[4θ]02π
V=4(2π)−0=8π
Answer:8π
:::question type="MCQ" question="Find the area of the region bounded by y=x2 and y=x+2." options=["9/2","11/2","13/2","15/2"] answer="9/2" hint="First, find the points of intersection to determine the limits for x. Then set up the integral
∬R1dA
as a Type I region." solution="Step 1: Find the intersection points of y=x2 and y=x+2.
x2=x+2
x2−x−2=0
(x−2)(x+1)=0
So, x=−1 and x=2. The region R is bounded by x=−1 to x=2. For any x in this interval, the upper curve is y=x+2 and the lower curve is y=x2. Step 2: Set up the area integral.
A=∫−12∫x2x+21dydx
Step 3: Integrate with respect to y.
A=∫−12[y]x2x+2dx
A=∫−12(x+2−x2)dx
Step 4: Integrate with respect to x.
A=[2x2+2x−3x3]−12
A=(2(2)2+2(2)−3(2)3)−(2(−1)2+2(−1)−3(−1)3)
A=(24+4−38)−(21−2+31)
A=(2+4−38)−(63−612+62)
A=(6−38)−(−67)
A=310+67
A=620+67=627=29
Answer: \boxed{9/2}" :::
---
5. Triple Integrals over Rectangular Boxes
The triple integral of a function f(x,y,z) over a rectangular box B=[a,b]×[c,d]×[e,f] is an iterated integral. Fubini's Theorem extends to three dimensions, allowing integration in any of the 3!=6 possible orders if the function is continuous.
📐Fubini's Theorem for Rectangular Boxes
∭Bf(x,y,z)dV=∫ab∫cd∫eff(x,y,z)dzdydx
Where:B=[a,b]×[c,d]×[e,f] is a rectangular box.
When to use: For integrating continuous functions over rectangular three-dimensional domains.
Quick Example: Evaluate ∫01∫01∫01([x]+[y]+[z])dxdydz, where [x] is the greatest integer function. (Based on PYQ 3)
Step 1: Analyze the integrand. The greatest integer function [x] equals 0 for 0≤x<1. In the region of integration 0≤x≤1,0≤y≤1,0≤z≤1: For 0≤x<1, [x]=0. At 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 0 to 1, for almost all points in the domain, [x]=0,[y]=0,[z]=0. The points where any variable is exactly 1 form sets of measure zero, so they do not affect the value of the integral.
Step 3: Substitute these values back into the triple integral.
Since ∫01[x]dx=0, the first term becomes:
∫01∫01(0)dydz=0
Similarly, the second and third terms are also 0. Thus, the total integral is
0+0+0=0
Answer:0
:::question type="MCQ" question="Evaluate
∭B(xy+z)dV
where
B=[0,1]×[0,2]×[0,3]
." options=["12","15","18","21"] answer="12" 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.
∫01∫02∫03(xy+z)dzdydx
Step 2: Integrate with respect to z.
∫01∫02[xyz+2z2]03dydx
∫01∫02(xy(3)+232−0)dydx
∫01∫02(3xy+29)dydx
Step 3: Integrate with respect to y.
∫01[23xy2+29y]02dx
∫01(23x(2)2+29(2)−0)dx
∫01(212x+9)dx
∫01(6x+9)dx
Step 4: Integrate with respect to x.
[3x2+9x]01
(3(1)2+9(1))−0
3+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 z is bounded by two surfaces, and the projection onto the xy-plane forms a Type I or Type II region.
📐Triple Integral over General Regions
For a region E defined as:
E={(x,y,z)∣(x,y)∈D,u1(x,y)≤z≤u2(x,y)}
where D is a region in the xy-plane, the triple integral is:
∭Ef(x,y,z)dV=∬D[∫u1(x,y)u2(x,y)f(x,y,z)dz]dA
The inner double integral ∬DdA is then evaluated based on whether D is Type I or Type II. When to use: For integrating over non-rectangular three-dimensional solids.
Quick Example: Evaluate
∭VFdV
where
F=2zi^−xj^+yk^
and V is the region bounded by the surfaces x=0,y=0,x=2,y=4,z=x2,z=2. (Based on PYQ 2)
Step 1: Define the region V. The region is bounded by:
0≤x≤2
0≤y≤4
x2≤z≤2
This defines a solid where z is bounded by z=x2 (paraboloid) and z=2 (plane), and the projection onto the xy-plane is a rectangle D=[0,2]×[0,4]. The integral of a vector field over a volume is defined component-wise:
∭VFdV=(∭V2zdV)i^+(∭V−xdV)j^+(∭VydV)k^
Step 2: Evaluate the i^ component: ∭V2zdV.
∫02∫04∫x222zdzdydx
∫02∫04[z2]x22dydx
∫02∫04(4−x4)dydx
∫02[(4−x4)y]04dx
∫024(4−x4)dx
∫02(16−4x4)dx
[16x−54x5]02
16(2)−54(2)5=32−54(32)=32−5128=5160−128=532
Step 3: Evaluate the j^ component: ∭V−xdV.
∫02∫04∫x22−xdzdydx
∫02∫04[−xz]x22dydx
∫02∫04(−2x−(−x⋅x2))dydx
∫02∫04(−2x+x3)dydx
∫02[(−2x+x3)y]04dx
∫024(−2x+x3)dx
∫02(−8x+4x3)dx
[−4x2+x4]02
−4(2)2+(2)4=−16+16=0
Step 4: Evaluate the k^ component: ∭VydV.
∫02∫04∫x22ydzdydx
∫02∫04[yz]x22dydx
∫02∫04(2y−yx2)dydx
∫02[y2−2y2x2]04dx
∫02((4)2−2(4)2x2)dx
∫02(16−8x2)dx
[16x−38x3]02
16(2)−38(2)3=32−38(8)=32−364=396−64=332
Step 5: Combine the components.
∭VFdV=532i^+0j^+332k^
=532i^+332k^
The option provided in the PYQ is 1532(3i^+5k^). Let's factor out 1532:
where E is the solid tetrahedron bounded by the planes x=0,y=0,z=0, and x+y+z=1." options=["1/12","1/24","1/48","1/60"] answer="1/24" hint="The outer limits for x are from 0 to 1. For a given x, y varies from 0 to 1−x. For given x,y, z varies from 0 to 1−x−y." solution="Step 1: Define the region E. The base in the xy-plane is the triangle bounded by x=0,y=0, and x+y=1. The limits for x are from 0 to 1. The limits for y are from 0 to 1−x. The limits for z are from 0 to 1−x−y. Step 2: Set up the iterated integral.
∫01∫01−x∫01−x−yzdzdydx
Step 3: Integrate with respect to z.
∫01∫01−x[2z2]01−x−ydydx
∫01∫01−x2(1−x−y)2dydx
Step 4: Integrate with respect to y. Let u=1−x−y, then du=−dy. When y=0, u=1−x. When y=1−x, u=0.
∫01[−213(1−x−y)3]01−xdx
∫01(−61(0)3−(−61(1−x)3))dx
∫0161(1−x)3dx
Step 5: Integrate with respect to x. Let v=1−x, then dv=−dx. When x=0, v=1. When x=1, v=0.
[−614(1−x)4]01
(−241(0)4)−(−241(1)4)
0−(−241)=241
Answer: \boxed{1/24}" :::
---
7. Volume using Triple Integrals
The volume of a solid region E can be found by integrating the constant function 1 over the region.
📐Volume of a Solid
The volume V of a solid region E is given by:
V=∭E1dV
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=4 and the planes z=0 and z=x+3.
Step 1: Define the region E. The base is the disk D:x2+y2≤4 in the xy-plane. The lower bound for z is z=0. The upper bound for z is z=x+3. Step 2: Set up the integral.
V=∬D∫0x+31dzdA
V=∬D(x+3)dA
Step 3: Convert to polar coordinates for the double integral over D. x=rcosθ, dA=rdrdθ. For the disk x2+y2≤4, r ranges from 0 to 2 and θ ranges from 0 to 2π.
V=∫02π∫02(rcosθ+3)rdrdθ
V=∫02π∫02(r2cosθ+3r)drdθ
Step 4: Integrate with respect to r.
V=∫02π[3r3cosθ+23r2]02dθ
V=∫02π(323cosθ+23(2)2−0)dθ
V=∫02π(38cosθ+6)dθ
Step 5: Integrate with respect to θ.
V=[38sinθ+6θ]02π
V=(38sin(2π)+6(2π))−(38sin(0)+6(0))
V=(0+12π)−(0+0)=12π
Answer:12π
:::question type="MCQ" question="Find the volume of the solid bounded by the planes z=x+y, z=0, x=0, y=0, and x+y=1." options=["1/6","1/3","1/2","1"] answer="1/3" hint="The base is a triangle in the xy-plane bounded by x=0,y=0,x+y=1. The height is given by z=x+y." solution="Step 1: Define the region E. The base D is the triangle in the xy-plane with vertices (0,0),(1,0),(0,1). For this region, 0≤x≤1 and 0≤y≤1−x. The lower bound for z is z=0. The upper bound for z is z=x+y. Step 2: Set up the integral.
V=∫01∫01−x∫0x+y1dzdydx
Step 3: Integrate with respect to z.
V=∫01∫01−x[z]0x+ydydx
V=∫01∫01−x(x+y)dydx
Step 4: Integrate with respect to y.
V=∫01[xy+2y2]01−xdx
V=∫01(x(1−x)+2(1−x)2)dx
V=∫01(x−x2+21−2x+x2)dx
V=∫01(x−x2+21−x+2x2)dx
V=∫01(21−2x2)dx
Step 5: Integrate with respect to x.
V=[2x−6x3]01
V=(21−61)−0
V=63−1=62=31
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) and y=h(u,v), the Jacobian J(u,v) is given by:
When to use: When the region of integration or the integrand simplifies significantly under a coordinate transformation.
Quick Example: To evaluate the double integral
∫08∫y/2(y/2)+1(22x−y)dxdy
, we make the substitution
u=22x−y
and
v=2y
. Transform the integral. (Based on PYQ 5 & 7)
Step 1: Express x and y in terms of u and v. From v=y/2, we get y=2v. Substitute y=2v into u=22x−y:
u=22x−2v=x−v⟹x=u+v
So, the transformation is x=u+v,y=2v.
Step 2: Calculate the Jacobian J(u,v).
∂u∂x=1,∂v∂x=1
∂u∂y=0,∂v∂y=2
J(u,v)=det[1012]=(1)(2)−(1)(0)=2
So,
dxdy=∣J(u,v)∣dudv=2dudv
Step 3: Transform the region of integration. The original region R is defined by:
0≤y≤8
y/2≤x≤(y/2)+1
Let's find the new bounds in the uv-plane (S). For y:
0≤y≤8⟹0≤2v≤8⟹0≤v≤4
For x: Lower bound:
x=y/2⟹u+v=v⟹u=0
Upper bound:
x=(y/2)+1⟹u+v=v+1⟹u=1
So, the new region S is 0≤v≤4,0≤u≤1.
Step 4: Transform the integrand. The integrand is
(22x−y)=u
Step 5: Write the transformed integral.
∬R(22x−y)dxdy=∫04∫01u⋅2dudv
=∫04(∫012udu)dv
Answer: \boxed{\int_0^4 \left( \int_0^1 2u \, du \right) \, dv}
:::question type="MCQ" question="Given the integral
∫01∫01−xe(x+y)/(x−y)dydx
. Use the transformation
u=x+y
and
v=x−y
to rewrite the integral. The new region S is a triangle with vertices (0,0),(1,1),(1,−1). The transformed integral is:" options=["∫01∫−uu21eu/vdvdu","∫01∫−uu21eu/vdudv","∫01∫−vv21eu/vdudv","∫01∫0v21eu/vdudv"] answer="∫01∫−uu21eu/vdvdu" hint="First, find x and y in terms of u and v. Calculate the Jacobian. Transform the region defined by x=0,y=0,x+y=1 into the uv-plane." solution="Step 1: Express x,y in terms of u,v.
Step 3: Transform the region of integration R. The original region R is defined by x=0,y=0,x+y=1.
x=0⟹(u+v)/2=0⟹u+v=0⟹v=−u
y=0⟹(u−v)/2=0⟹u−v=0⟹v=u
x+y=1⟹u=1
The new region S in the uv-plane is bounded by v=−u, v=u, and u=1. This is a triangle with vertices (0,0) (from v=−u and v=u), (1,1) (from u=1 and v=u), and (1,−1) (from u=1 and v=−u). To integrate over this region, u ranges from 0 to 1. For a given u, v ranges from −u to u. Step 4: Transform the integrand.
f(x,y)=e(x+y)/(x−y)=eu/v
Step 5: Write the transformed integral.
∫01∫−uueu/v−21dvdu=∫01∫−uu21eu/vdvdu
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θ
y=rsinθ
The area element dA transforms as:
dA=dxdy=rdrdθ
The Jacobian for polar coordinates is r. The integral transforms as:
∬Rf(x,y)dxdy=∬Sf(rcosθ,rsinθ)rdrdθ
Where:r is the radial distance from the origin, θ is the angle from the positive x-axis. When to use: For regions that are disks, annuli, sectors, or when the integrand contains x2+y2.
Quick Example: Evaluate
∫0∞∫0∞e−(x2+y2)dxdy
. (Based on PYQ 8, related to PYQ 6)
Step 1: Identify the region of integration. The integral is over the entire first quadrant (x≥0,y≥0).
Step 2: Convert to polar coordinates.
x2+y2=r2
dxdy=rdrdθ
For the first quadrant, r ranges from 0 to ∞, and θ ranges from 0 to π/2.
Step 3: Set up the integral in polar coordinates.
∫0π/2∫0∞e−r2rdrdθ
Step 4: Integrate with respect to r. Let u=−r2, then du=−2rdr⟹rdr=−21du. When r=0, u=0. When r=∞, u=−∞.
∫0π/2[−21e−r2]0∞dθ
∫0π/2(r→∞lim−21e−r2−(−21e0))dθ
∫0π/2(0−(−21))dθ
∫0π/221dθ
Step 5: Integrate with respect to θ.
[21θ]0π/2
21(2π)−0=4π
Answer: \boxed{\frac{\pi}{4}}
:::question type="MCQ" question="Evaluate
∬Rx2+y2dA
where R is the region bounded by x2+y2=1 and x2+y2=4." options=["14π/3","16π/3","18π/3","20π/3"] answer="14π/3" hint="The region is an annulus. Convert to polar coordinates." solution="Step 1: Identify the region of integration. The region R is an annulus between circles of radius 1 and 2 centered at the origin. Step 2: Convert to polar coordinates.
x2+y2=r2
So
x2+y2=r
dA=rdrdθ
For the annulus, r ranges from 1 to 2, and θ ranges from 0 to 2π. Step 3: Set up the integral in polar coordinates.
∫02π∫12r⋅rdrdθ
∫02π∫12r2drdθ
Step 4: Integrate with respect to r.
∫02π[3r3]12dθ
∫02π(323−313)dθ
∫02π(38−31)dθ
∫02π37dθ
Step 5: Integrate with respect to θ.
[37θ]02π
37(2π)−0=314π
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 xy-plane is a disk or annulus.
📐Cylindrical Coordinate Transformation
The transformation equations are:
x=rcosθ
y=rsinθ
z=z
The volume element dV transforms as:
dV=dxdydz=rdzdrdθ
The Jacobian for cylindrical coordinates is r. The integral transforms as:
∭Ef(x,y,z)dV=∭Sf(rcosθ,rsinθ,z)rdzdrdθ
When to use: For regions that are cylinders, paraboloids, or cones, especially when the height z 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+y2 and the plane z=9.
Step 1: Define the region E. The solid is bounded below by z=x2+y2 and above by z=9. The projection onto the xy-plane is the disk D:x2+y2≤9.
Step 2: Convert to cylindrical coordinates. > x2+y2=r2. > z=r2 (lower bound for z). > z=9 (upper bound for z). > For the disk x2+y2≤9, 0≤r≤3 and 0≤θ≤2π. > dV=rdzdrdθ.
Step 3: Set up the integral. >
V=∫02π∫03∫r29rdzdrdθ
Step 4: Integrate with respect to z.
>
V=∫02π∫03r[z]r29drdθ
>
V=∫02π∫03r(9−r2)drdθ
>
V=∫02π∫03(9r−r3)drdθ
Step 5: Integrate with respect to r.
>
V=∫02π[29r2−4r4]03dθ
>
V=∫02π(29(3)2−4(3)4−0)dθ
>
V=∫02π(281−481)dθ
>
V=∫02π(4162−81)dθ
>
V=∫02π481dθ
Step 6: Integrate with respect to θ.
>
V=[481θ]02π
>
V=481(2π)−0=281π
Answer:281π
:::question type="MCQ" question="Evaluate ∭EzdV where E is the region above the cone z=x2+y2 and below the plane z=1." options=["π/6","π/4","π/3","π/2"] answer="π/4" hint="The region is a cone with its tip at the origin and base at z=1. Convert to cylindrical coordinates." solution="Step 1: Define the region E. > The lower bound for z is z=x2+y2. > The upper bound for z is z=1. > The projection onto the xy-plane is where x2+y2=1, which is the disk x2+y2≤1. Step 2: Convert to cylindrical coordinates. > z=x2+y2⟹z=r. So r≤z≤1. > For the disk x2+y2≤1, 0≤r≤1 and 0≤θ≤2π. > dV=rdzdrdθ. Step 3: Set up the integral. >
∫02π∫01∫r1z⋅rdzdrdθ
Step 4: Integrate with respect to z. >
∫02π∫01r[2z2]r1drdθ
>
∫02π∫01r(212−2r2)drdθ
>
∫02π∫01(2r−2r3)drdθ
Step 5: Integrate with respect to r. >
∫02π[4r2−8r4]01dθ
>
∫02π(41−81−0)dθ
>
∫02π(82−1)dθ
>
∫02π81dθ
Step 6: Integrate with respect to θ. >
[81θ]02π
>
81(2π)−0=82π=4π
Answer: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+z2.
📐Spherical Coordinate Transformation
The transformation equations are:
x=ρsinϕcosθ
y=ρsinϕsinθ
z=ρcosϕ
The volume element dV transforms as:
dV=dxdydz=ρ2sinϕdρdϕdθ
The Jacobian for spherical coordinates is ρ2sinϕ. The integral transforms as:
Where:ρ is the distance from the origin (ρ≥0), ϕ is the angle from the positive z-axis (0≤ϕ≤π), θ is the angle from the positive x-axis in the xy-plane (0≤θ≤2π). When to use: For regions that are spheres, cones, or when the integrand contains x2+y2+z2.
Quick Example: Given E:x2+y2+z2=a2, evaluate ∭Ex2+y2+z2dxdydz. (Based on PYQ 11)
Step 1: Define the region E. The region E is the solid sphere of radius a centered at the origin. In spherical coordinates: > 0≤ρ≤a > 0≤ϕ≤π > 0≤θ≤2π
Step 2: Convert the integrand and volume element to spherical coordinates. > x2+y2+z2=ρ2. > dV=ρ2sinϕdρdϕdθ. > The integrand becomes ρ21.
Step 3: Set up the integral.
>
∫02π∫0π∫0aρ21⋅ρ2sinϕdρdϕdθ
>
∫02π∫0π∫0asinϕdρdϕdθ
Step 4: Integrate with respect to ρ.
>
∫02π∫0π[ρsinϕ]0adϕdθ
>
∫02π∫0πasinϕdϕdθ
Step 5: Integrate with respect to ϕ.
>
∫02π[−acosϕ]0πdθ
>
∫02π(−acosπ−(−acos0))dθ
>
∫02π(−a(−1)−(−a(1)))dθ
>
∫02π(a+a)dθ
>
∫02π2adθ
Step 6: Integrate with respect to θ.
>
[2aθ]02π
>
2a(2π)−0=4πa
Answer:4πa
:::question type="MCQ" question="Find the volume of the solid bounded by the sphere x2+y2+z2=R2 using spherical coordinates." options=["32πR3","34πR3","πR3","2πR3"] answer="34πR3" hint="Integrate 1 over the spherical region in spherical coordinates." solution="Step 1: Define the region E. > The solid is a sphere of radius R centered at the origin. > In spherical coordinates: 0≤ρ≤R, 0≤ϕ≤π, 0≤θ≤2π. Step 2: Set up the integral for volume. >
V=∭E1dV=∫02π∫0π∫0Rρ2sinϕdρdϕdθ
Step 3: Integrate with respect to ρ. >
∫02π∫0π[3ρ3sinϕ]0Rdϕdθ
>
∫02π∫0π3R3sinϕdϕdθ
Step 4: Integrate with respect to ϕ. >
∫02π3R3[−cosϕ]0πdθ
>
∫02π3R3(−cosπ−(−cos0))dθ
>
∫02π3R3(−(−1)−(−1))dθ
>
∫02π3R3(1+1)dθ
>
∫02π32R3dθ
Step 5: Integrate with respect to θ. >
[32R3θ]02π
>
32R3(2π)−0=34πR3
Answer:34πR3" :::
---
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=const. Polar: Circular regions in 2D, or integrands involving x2+y2. Cylindrical: Solids with circular bases or cross-sections, and z limits are functions of x,y. Spherical: Solids with spherical symmetry, or integrands involving x2+y2+z2.
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 (r, r, ρ2sinϕ 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 dA or dV must be multiplied by the Jacobian determinant. For example, dxdy=drdθ; it is rdrdθ.
❌ 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 over the region R bounded by y=x, y=−x, and x=1." options=["1/3","2/3","1","4/3"] answer="2/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), (1,1), and (1,−1). > This region is defined by 0≤x≤1 and −x≤y≤x. Step 2: Set up the iterated integral. >
∫01∫−xx(x2+y2)dydx
Step 3: Integrate with respect to y. >
∫01[x2y+3y3]−xxdx
>
∫01((x2(x)+3x3)−(x2(−x)+3(−x)3))dx
>
∫01((x3+3x3)−(−x3−3x3))dx
>
∫01(34x3−(−34x3))dx
>
∫0138x3dx
Step 4: Integrate with respect to x. >
[128x4]01
>
[32x4]01
>
32(1)4−0=32
Answer:32" :::
:::question type="NAT" question="Find the volume of the solid bounded by the cylinder y2+z2=9 and the planes x=0,x=5." answer="45π" hint="The base is a circle in the yz-plane. The height is along the x-axis. Use cylindrical coordinates for y,z and Cartesian for x." solution="Step 1: Define the region E. > The cylinder y2+z2=9 has radius 3 and its axis is the x-axis. > The planes x=0 and x=5 define the extent along the x-axis. > So, 0≤x≤5. > The cross-section in the yz-plane is a disk y2+z2≤9. Step 2: Set up the integral. We are finding the volume, so we integrate 1. >
V=∭E1dV=∫05(∬Dyz1dydz)dx
> Where Dyz is the disk y2+z2≤9. The inner double integral ∬Dyz1dydz represents the area of the disk, which is π(32)=9π. >
V=∫059πdx
Step 3: Integrate with respect to x. >
V=[9πx]05
>
V=9π(5)−0=45π
Answer:45π" :::
:::question type="MCQ" question="The value of the integral ∫01∫01−y2(x2+y2)dxdy is:" options=["π/8","π/4","π/2","π"] answer="π/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 0≤y≤1 and 0≤x≤1−y2. > The boundary x=1−y2 implies x2=1−y2, or x2+y2=1. > Since x≥0 and y≥0, this is the quarter circle in the first quadrant of radius 1. Step 2: Convert to polar coordinates. > x2+y2=r2. > dxdy=rdrdθ. > For the quarter circle in the first quadrant, 0≤r≤1 and 0≤θ≤π/2. Step 3: Set up the integral in polar coordinates. >
∫0π/2∫01(r2)rdrdθ
>
∫0π/2∫01r3drdθ
Step 4: Integrate with respect to r. >
∫0π/2[4r4]01dθ
>
∫0π/2(414−0)dθ
>
∫0π/241dθ
Step 5: Integrate with respect to θ. >
[41θ]0π/2
>
41(2π)−0=8π
Answer:8π" :::
:::question type="MCQ" question="Which of the following expressions represents the volume of the solid bounded by the sphere x2+y2+z2=a2 and the cone z=x2+y2?" options=["∫02π∫π/4π/2∫0aρ2sinϕdρdϕdθ","∫02π∫0π/4∫0aρ2sinϕdρdϕdθ","∫02π∫0π/2∫0aρ2sinϕdρdϕdθ","∫02π∫0π/4∫0ρρ2sinϕdρdϕdθ"] answer="∫02π∫0π/4∫0aρ2sinϕdρdϕdθ" hint="Convert the sphere and cone equations to spherical coordinates to find the limits for ρ,ϕ,θ." solution="Step 1: Convert the equations to spherical coordinates. > Sphere: x2+y2+z2=a2⟹ρ2=a2⟹ρ=a. > Cone: z=x2+y2. We know x2+y2=ρ2sin2ϕ and z=ρcosϕ. > So, ρcosϕ=ρ2sin2ϕ=ρ∣sinϕ∣. > Since 0≤ϕ≤π, sinϕ≥0, so ρcosϕ=ρsinϕ. > This implies cosϕ=sinϕ. For 0≤ϕ≤π, this occurs at ϕ=π/4. Step 2: Determine the limits of integration. > The solid is bounded above by the sphere ρ=a. So 0≤ρ≤a. > The solid is bounded below by the cone. The cone z=x2+y2 makes an angle of π/4 with the positive z-axis. The region above the cone means ϕ ranges from 0 (positive z-axis) to π/4. So 0≤ϕ≤π/4. > The solid is symmetric around the z-axis, so θ ranges from 0 to 2π. Step 3: Set up the integral. > The volume element in spherical coordinates is dV=ρ2sinϕdρdϕdθ. >
V=∫02π∫0π/4∫0aρ2sinϕdρdϕdθ
Answer:∫02π∫0π/4∫0aρ2sinϕdρdϕdθ" :::
:::question type="MCQ" question="Evaluate ∬R2xydA where R is the region in the first quadrant bounded by the lines y=x, y=2x, x=1, x=2." options=["27/4","33/4","39/4","45/4"] answer="45/4" hint="Set up the integral as a Type I region. The limits for x are constants, and y is bounded by functions of x." solution="Step 1: Define the region R. > 1≤x≤2 > x≤y≤2x Step 2: Set up the iterated integral. >
∫12∫x2x2xydydx
Step 3: Integrate with respect to y. >
∫12[xy2]x2xdx
>
∫12(x(2x)2−x(x)2)dx
>
∫12(4x3−x3)dx
>
∫123x3dx
Step 4: Integrate with respect to x. >
[43x4]12
>
(43(2)4)−(43(1)4)
>
(43(16))−43
>
12−43=448−3=445
Answer:445" :::
---
Summary
❗Key Formulas & Takeaways
| # | Formula/Concept | Expression | |---|----------------|------------| | 1 | Double Integral (Type I) | ∫ab∫g1(x)g2(x)f(x,y)dydx | | 2 | Double Integral (Type II) | ∫cd∫h1(y)h2(y)f(x,y)dxdy | | 3 | Area of Region R | ∬R1dA | | 4 | Volume under Surface z=f(x,y) | ∬Rf(x,y)dA | | 5 | Triple Integral (General) | ∫ab∫g1(x)g2(x)∫u1(x,y)u2(x,y)f(x,y,z)dzdydx | | 6 | Volume of Solid E | ∭E1dV | | 7 | Jacobian for x(u,v),y(u,v) | J(u,v)=∂u∂x∂v∂y−∂v∂x∂u∂y | | 8 | Double Integral in Polar Coords | ∬Sf(rcosθ,rsinθ)rdrdθ | | 9 | Triple Integral in Cylindrical Coords | ∭Sf(rcosθ,rsinθ,z)rdzdrdθ | | 10 | Triple Integral in Spherical Coords | ∭Sf(ρsinϕcosθ,ρsinϕsinθ,ρcosϕ)ρ2sinϕdρdϕdθ |
---
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, the region R is defined by the limits of integration. We typically express these limits in one of two forms:
Type I Region:
R={(x,y)∣a≤x≤b,g1(x)≤y≤g2(x)}
leading to
∫ab∫g1(x)g2(x)f(x,y)dydx
Here, y varies between functions of x, and x varies between constants.
Type II Region:
R={(x,y)∣c≤y≤d,h1(y)≤x≤h2(y)}
leading to
∫cd∫h1(y)h2(y)f(x,y)dxdy
Here, x varies between functions of y, and y 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 ∫01∫0xf(x,y)dydx. The region of integration is defined by 0≤x≤1 and 0≤y≤x. This describes a triangle with vertices at (0,0), (1,0), and (1,1).
:::question type="MCQ" question="Which of the following describes the region of integration for the integral ∫02∫x2f(x,y)dydx?" options=["A rectangle bounded by x=0,x=2,y=0,y=2","A triangle with vertices (0,0),(2,0),(2,2)","A triangle with vertices (0,0),(0,2),(2,2)","A trapezoid bounded by x=0,x=2,y=x,y=2"] answer="A triangle with vertices (0,0),(0,2),(2,2)" hint="Sketch the region defined by 0≤x≤2 and x≤y≤2." solution="The outer limits 0≤x≤2 define the horizontal extent. The inner limits x≤y≤2 define the vertical extent. For a given x, y varies from x to 2. When x=0, y varies from 0 to 2. When x=2, y varies from 2 to 2. The boundaries are x=0, y=2, and y=x. The vertices are (0,0), (0,2), and (2,2). This forms a triangle." :::
---
2. Changing Order from dydx to dxdy
To change the order of integration from
∫ab∫g1(x)g2(x)f(x,y)dydx
to
∫cd∫h1(y)h2(y)f(x,y)dxdy
Identify the current limits:x varies from a to b, and y varies from g1(x) to g2(x).
Sketch the region: Plot the curves y=g1(x), y=g2(x), x=a, and x=b.
Determine new y-limits (constants): Find the minimum (c) and maximum (d) values that y takes over the entire region.
Determine new x-limits (functions of y): For a fixed y between c and d, draw a horizontal strip across the region. The left boundary of this strip will be x=h1(y) and the right boundary will be x=h2(y). We must express these boundary curves as x in terms of y.
Worked Example 1: Change the order of integration for
∫02∫0xf(x,y)dydx
Step 1: Identify current limits. The region is 0≤x≤2, 0≤y≤x. This is a triangle with vertices (0,0), (2,0), and (2,2).
Step 2: Sketch the region. The region is bounded by y=0 (x-axis), x=2, and y=x.
Step 3: Determine new y-limits (constants). From the sketch, y varies from 0 to 2. So, c=0, d=2.
Step 4: Determine new x-limits (functions of y). For a fixed y between 0 and 2, a horizontal strip starts at x=y (from the line y=x) and ends at x=2 (from the line x=2). Thus, y≤x≤2.
Answer: The integral with changed order is
∫02∫y2f(x,y)dxdy
:::question type="MCQ" question="The integral ∫01∫0xf(x,y)dydx with the order of integration changed is:" options=["
∫01∫y21f(x,y)dxdy
","
∫01∫0y2f(x,y)dxdy
","
∫01∫y1f(x,y)dxdy
","
∫01∫0x2f(x,y)dxdy
"] answer="
∫01∫y21f(x,y)dxdy
" hint="The region is 0≤x≤1 and 0≤y≤x. Sketch this region and identify new bounds." solution="Step 1: Identify current limits. The region is 0≤x≤1, 0≤y≤x. The boundaries are y=0, x=1, and y=x (or x=y2). The vertices are (0,0), (1,0), and (1,1).
Step 2: Sketch the region. The region is bounded by y=0 (x-axis), x=1, and the parabola y=x (upper branch).
Step 3: Determine new y-limits (constants). From the sketch, y varies from 0 to 1.
Step 4: Determine new x-limits (functions of y). For a fixed y between 0 and 1, a horizontal strip starts at x=y2 (from the curve y=x) and ends at x=1. Thus, y2≤x≤1.
Result: The integral becomes
∫01∫y21f(x,y)dxdy
" :::
---
3. Changing Order from dxdy to dydx
To change the order of integration from
∫cd∫h1(y)h2(y)f(x,y)dxdy
to
∫ab∫g1(x)g2(x)f(x,y)dydx
Identify the current limits:y varies from c to d, and x varies from h1(y) to h2(y).
Sketch the region: Plot the curves x=h1(y), x=h2(y), y=c, and y=d.
Determine new x-limits (constants): Find the minimum (a) and maximum (b) values that x takes over the entire region.
Determine new y-limits (functions of x): For a fixed x between a and b, draw a vertical strip across the region. The lower boundary of this strip will be y=g1(x) and the upper boundary will be y=g2(x). We must express these boundary curves as y in terms of x.
Worked Example 2: Change the order of integration for
∫01∫y1f(x,y)dxdy
Step 1: Identify current limits. The region is 0≤y≤1, y≤x≤1. This is a triangle with vertices (0,0), (1,0), and (1,1).
Step 2: Sketch the region. The region is bounded by y=0 (x-axis), x=1, and y=x.
Step 3: Determine new x-limits (constants). From the sketch, x varies from 0 to 1. So, a=0, b=1.
Step 4: Determine new y-limits (functions of x). For a fixed x between 0 and 1, a vertical strip starts at y=0 (x-axis) and ends at y=x (from the line y=x). Thus, 0≤y≤x.
Answer: The integral with changed order is
∫01∫0xf(x,y)dydx
:::question type="MCQ" question="The integral ∫02∫y/21f(x,y)dxdy with the order of integration changed is:" options=["
∫01∫02xf(x,y)dydx
","
∫02∫0x/2f(x,y)dydx
","
∫01∫2x2f(x,y)dydx
","
∫02∫0xf(x,y)dydx
"] answer="
∫01∫02xf(x,y)dydx
" hint="The region is 0≤y≤2 and y/2≤x≤1. Sketch and re-evaluate bounds." solution="Step 1: Identify current limits. The region is 0≤y≤2, y/2≤x≤1. The boundaries are y=0, x=1, and x=y/2 (or y=2x). The vertices are (0,0), (1,0), and (1,2).
Step 2: Sketch the region. The region is bounded by y=0 (x-axis), x=1, and the line y=2x.
Step 3: Determine new x-limits (constants). From the sketch, x varies from 0 to 1.
Step 4: Determine new y-limits (functions of x). For a fixed x between 0 and 1, a vertical strip starts at y=0 (x-axis) and ends at y=2x (from the line y=2x). Thus, 0≤y≤2x.
Result: The integral becomes
∫01∫02xf(x,y)dydx
" :::
---
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 ∫01∫x2xf(x,y)dydx.
Step 1: Identify current limits. The region is 0≤x≤1, x2≤y≤x. The boundaries are y=x2 and y=x. Intersection points: x2=x⟹x(x−1)=0⟹x=0,x=1. So, (0,0) and (1,1) are the intersection points.
Step 2: Sketch the region. The region is bounded below by the parabola y=x2 and above by the line y=x.
Step 3: Determine new y-limits (constants). From the sketch, y varies from 0 to 1.
Step 4: Determine new x-limits (functions of y). For a fixed y between 0 and 1, a horizontal strip starts at x=y (from the line y=x) and ends at x=y (from the parabola y=x2). Thus, y≤x≤y.
Answer: The integral with changed order is ∫01∫yyf(x,y)dxdy.
:::question type="NAT" question="Evaluate the integral ∫02∫x2ey2dydx 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 0≤x≤2 and x≤y≤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 ∫02∫x2ey2dydx. The limits define the region R={(x,y)∣0≤x≤2,x≤y≤2}. This is a triangle with vertices (0,0), (0,2), and (2,2). The boundaries are x=0, y=2, and y=x.
Step 2: Change the order of integration to dxdy. For the new outer limits (constant y), y varies from 0 to 2. For the new inner limits (functions of y), for a fixed y, x varies from 0 to y. So, 0≤y≤2 and 0≤x≤y. The integral becomes ∫02∫0yey2dxdy.
Step 3: Evaluate the inner integral.
∫0yey2dx=[xey2]x=0x=y=yey2−0⋅ey2=yey2
Step 4: Evaluate the outer integral. Now we integrate yey2 with respect to y from 0 to 2.
∫02yey2dy
Let u=y2. Then du=2ydy, so ydy=21du. When y=0, u=02=0. When y=2, u=22=4. The integral becomes:
Using e≈2.71828: e4≈54.59815 Value ≈21(54.59815−1)=21(53.59815)=26.799075. Rounding to two decimal places, the answer is 26.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 x and y limits directly without re-evaluating the region. For example, changing ∫01∫0xf(x,y)dydx to ∫0x∫01f(x,y)dxdy. ✅ 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), and you switch to dxdy, you must express the curve as x=h(y). Failing to correctly invert the function or choosing the wrong branch (e.g., for y=x, using x=−y2 instead of x=y2) will lead to an incorrect region. ✅ Always solve the boundary equations for the new integration variable. If y=x2, then x=y (for positive x).
---
Practice Questions
:::question type="MCQ" question="The double integral ∫01∫y1sin(x2)dxdy is equivalent to which of the following after changing the order of integration?" options=["∫01∫0xsin(x2)dydx","∫01∫x1sin(x2)dydx","∫01∫0ysin(x2)dydx","∫y1∫01sin(x2)dydx"] answer="∫01∫0xsin(x2)dydx" hint="Sketch the region 0≤y≤1,y≤x≤1. Identify the vertices and re-describe the region with y as the inner variable." solution="Step 1: Identify the current region. The integral is ∫01∫y1sin(x2)dxdy. The region is defined by 0≤y≤1 and y≤x≤1. This is a triangle with vertices (0,0), (1,0), and (1,1). The boundaries are y=0, x=1, and y=x.
Step 2: Change the order to dydx. For the outer limits (constant x), x varies from 0 to 1. For the inner limits (functions of x), for a fixed x, y varies from 0 (the x-axis) to x (the line y=x). So, 0≤x≤1 and 0≤y≤x.
Result: The equivalent integral is ∫01∫0xsin(x2)dydx." :::
:::question type="NAT" question="Evaluate the integral ∫01∫y1xsinxdxdy by changing the order of integration. (Provide the numerical answer rounded to three decimal places.)" answer="0.459" hint="The inner integral ∫xsinxdx 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 ∫01∫y1xsinxdxdy. The region is 0≤y≤1 and y≤x≤1. This forms a triangle with vertices (0,0), (1,0), and (1,1). The boundaries are y=0, x=1, and y=x.
Step 2: Change the order of integration to dydx. For the new outer limits (constant x), x varies from 0 to 1. For the new inner limits (functions of x), for a fixed x, y varies from 0 to x. So, 0≤x≤1 and 0≤y≤x. The integral becomes ∫01∫0xxsinxdydx.
Rounding to three decimal places, the answer is 0.459.
Answer: \boxed{0.459}" :::
:::question type="MCQ" question="Which of the following integrals is equivalent to ∫04∫0yf(x,y)dxdy?" options=["∫02∫x24f(x,y)dydx","∫02∫4x2f(x,y)dydx","∫04∫x24f(x,y)dydx","∫04∫0x2f(x,y)dydx"] answer="∫02∫x24f(x,y)dydx" hint="The region is 0≤y≤4 and 0≤x≤y. Sketch this region and change the order." solution="Step 1: Identify the current region. The integral is ∫04∫0yf(x,y)dxdy. The region is 0≤y≤4 and 0≤x≤y. The boundaries are x=0 (y-axis), y=4, and x=y (or y=x2). The intersection points are (0,0) and (2,4).
Step 2: Sketch the region. The region is bounded by the y-axis, the line y=4, and the parabola y=x2 (for x≥0).
Step 3: Change the order to dydx. For the outer limits (constant x), x varies from 0 to 2. For the inner limits (functions of x), for a fixed x, y varies from x2 (the parabola) to 4 (the line y=4). So, 0≤x≤2 and x2≤y≤4.
Result: The equivalent integral is ∫02∫x24f(x,y)dydx." :::
:::question type="MSQ" question="Select ALL the double integrals that represent the area of the region bounded by y=x2 and y=x." options=["∫01∫x2xdydx","∫01∫yydxdy","∫01∫0xdydx+∫01∫x20dydx","∫01(x−x2)dx"] answer="∫01∫x2xdydx,∫01∫yydxdy" hint="First, find the intersection points of y=x2 and y=x. Then, set up the double integral for area in both dydx and dxdy orders. Remember that the area is ∬R1dA." solution="Step 1: Find intersection points. Set x2=x. This gives x2−x=0⟹x(x−1)=0. So, x=0 and x=1. The intersection points are (0,0) and (1,1).
Step 2: Define the region. Between x=0 and x=1, we observe that x≥x2. So, the region is bounded below by y=x2 and above by y=x.
Step 3: Set up integral in dydx order. For dydx, x varies from 0 to 1. For a given x, y varies from x2 to x.
∫01∫x2xdydx
This is a correct representation.
Step 4: Set up integral in dxdy order. For dxdy, y varies from 0 to 1. For a given y, we need to express x in terms of y. From y=x2, we get x=y (since x≥0 in this region). From y=x, we get x=y. For a given y, x varies from y (the line) to y (the parabola).
∫01∫yydxdy
This is also a correct representation.
Step 5: Evaluate other options. Option 3: ∫01∫0xdydx+∫01∫x20dydx. This is not the correct region. The second integral has an upper limit of 0 which is below x2 for x∈(0,1]. This would represent a different, potentially negative, area. Option 4: ∫01(x−x2)dx. This is a single integral representing the area, but the question asks for double integrals.
Conclusion: The correct options are ∫01∫x2xdydx and ∫01∫yydxdy." :::
---
Summary
❗Key Formulas & Takeaways
| # | Concept | Expression | |---|----------------------------------|----------------------------------------------------------| | 1 | Type I Region Bounds | ∫ab∫g1(x)g2(x)f(x,y)dydx | | 2 | Type II Region Bounds | ∫cd∫h1(y)h2(y)f(x,y)dxdy | | 3 | Change dydx to dxdy | Sketch region a≤x≤b,g1(x)≤y≤g2(x). Re-express as c≤y≤d,h1(y)≤x≤h2(y). | | 4 | Change dxdy to dydx | Sketch region c≤y≤d,h1(y)≤x≤h2(y). Re-express as a≤x≤b,g1(x)≤y≤g2(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 dxdydz (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 R in the plane as the double integral of 1 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 A of a region R in the xy-plane is given by:
A=∬RdA=∬Rdxdy
Where:dA represents an infinitesimal area element. When to use: For regions defined by y=f(x) or x=g(y) boundaries.
Quick Example (Cartesian): We calculate the area of the region bounded by y=x2 and y=x.
Step 1: Determine intersection points.
x2=x⟹x2−x=0⟹x(x−1)=0
x=0,x=1
The intersection points are (0,0) and (1,1).
Step 2: Set up the double integral.
A=∫01∫x2xdydx
Step 3: Evaluate the inner integral.
∫x2xdy=[y]x2x=x−x2
Step 4: Evaluate the outer integral.
A=∫01(x−x2)dx=[2x2−3x3]01
A=(21−31)−(0−0)=63−2=61
Answer: 61 square units.
:::question type="MCQ" question="Determine the area of the region bounded by y=x3, y=0, and x=2 in the first quadrant." options=["2","4","8","16"] answer="4" hint="Sketch the region and set up the appropriate double integral with y as the inner integral." solution="Step 1: Identify the region. The region is bounded by y=x3 from above, y=0 from below, and x=2 from the right, starting from x=0. Step 2: Set up the double integral.
A=∫02∫0x3dydx
Step 3: Evaluate the inner integral.
∫0x3dy=[y]0x3=x3
Step 4: Evaluate the outer integral.
A=∫02x3dx=[4x4]02
A=424−404=416=4
Answer: 4 square units." :::
1.2. Area in Polar Coordinates
When a region is more easily described using polar coordinates (r,θ), we transform the area element. The area element dA in polar coordinates becomes rdrdθ.
📐Area in Polar Coordinates
The area A of a region R in the xy-plane, described in polar coordinates, is given by:
A=∬RdA=∬Rrdrdθ
Where:r is the radial distance and θ is the angle. When to use: For regions with circular or radial symmetry, or defined by polar equations like r=f(θ).
Quick Example (Polar): We find the area enclosed by the cardioid r=1+cosθ.
Step 1: Determine the limits of integration. The cardioid is symmetric about the polar axis. It completes one loop as θ goes from 0 to 2π. The radial limit is from r=0 to r=1+cosθ.
Step 2: Set up the double integral.
A=∫02π∫01+cosθrdrdθ
Step 3: Evaluate the inner integral.
∫01+cosθrdr=[2r2]01+cosθ=2(1+cosθ)2
Step 4: Evaluate the outer integral.
A=∫02π21(1+2cosθ+cos2θ)dθ
We use the identity cos2θ=21+cos(2θ).
A=21∫02π(1+2cosθ+21+cos(2θ))dθ
A=21∫02π(23+2cosθ+21cos(2θ))dθ
A=21[23θ+2sinθ+41sin(2θ)]02π
A=21((23(2π)+2sin(2π)+41sin(4π))−(0))
A=21(3π+0+0)=23π
Answer: 23π square units.
:::question type="MCQ" question="Find the area of one petal of the rose curve r=sin(3θ)." options=["12π","6π","3π","2π"] answer="12π" hint="For r=sin(nθ), a single petal spans an angle of π/n. For n=3, a petal spans π/3. The curve starts and ends at r=0 for θ=0 and θ=π/3 (or other intervals for other petals)." solution="Step 1: Determine the limits for one petal. For r=sin(3θ), one petal is traced as 3θ goes from 0 to π, so θ goes from 0 to π/3. Step 2: Set up the double integral.
A=∫0π/3∫0sin(3θ)rdrdθ
Step 3: Evaluate the inner integral.
∫0sin(3θ)rdr=[2r2]0sin(3θ)=2sin2(3θ)
Step 4: Evaluate the outer integral.
A=∫0π/321sin2(3θ)dθ
Using the identity sin2x=21−cos(2x):
A=21∫0π/321−cos(6θ)dθ
A=41∫0π/3(1−cos(6θ))dθ
A=41[θ−6sin(6θ)]0π/3
A=41((3π−6sin(2π))−(0−0))
A=41(3π−0)=12π
Answer: 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 E. The volume element dV can be expressed in Cartesian, cylindrical, or spherical coordinates.
📐Volume in Cartesian Coordinates
The volume V of a solid region E in 3D space is given by:
V=∭EdV=∭Edxdydz
Where:dV represents an infinitesimal volume element. When to use: For regions bounded by planes or surfaces described by z=f(x,y), y=g(x,z), or 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=1.
Step 1: Determine the limits of integration. The region is in the first octant. z goes from 0 to 1−x−y. y goes from 0 to 1−x (projection onto xy-plane). x goes from 0 to 1.
Step 2: Set up the triple integral.
V=∫01∫01−x∫01−x−ydzdydx
Step 3: Evaluate the inner integral (with respect to z).
∫01−x−ydz=[z]01−x−y=1−x−y
Step 4: Evaluate the middle integral (with respect to y).
∫01−x(1−x−y)dy=[(1−x)y−2y2]01−x
=(1−x)(1−x)−2(1−x)2=(1−x)2−2(1−x)2=2(1−x)2
Step 5: Evaluate the outer integral (with respect to x).
V=∫012(1−x)2dx
Let u=1−x, du=−dx. When x=0,u=1. When x=1,u=0.
V=∫102u2(−du)=21∫01u2du
V=21[3u3]01=21(313−0)=61
Answer: 61 cubic units.
:::question type="MCQ" question="Calculate the volume of the region bounded by z=x2+y2 and z=4." options=["8π","16π","32π","64π"] answer="8π" 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+y2 opening upwards, capped by the plane z=4. The intersection of z=x2+y2 and z=4 is x2+y2=4, which is a circle of radius 2 in the xy-plane. Step 2: Convert to cylindrical coordinates. x=rcosθ, y=rsinθ, z=z. The paraboloid is z=r2. The plane is z=4. The limits for z are r2≤z≤4. The projection onto the xy-plane is a disk of radius 2, so 0≤r≤2 and 0≤θ≤2π. The volume element is dV=rdzdrdθ. Step 3: Set up the triple integral.
V=∫02π∫02∫r24rdzdrdθ
Step 4: Evaluate the inner integral (with respect to z).
∫r24rdz=r[z]r24=r(4−r2)=4r−r3
Step 5: Evaluate the middle integral (with respect to r).
∫02(4r−r3)dr=[2r2−4r4]02
=(2(22)−424)−(0)=(8−416)=8−4=4
Step 6: Evaluate the outer integral (with respect to θ).
V=∫02π4dθ=[4θ]02π=4(2π)=8π
Answer: 8π cubic units." :::
2.2. Volume in Cylindrical Coordinates
Cylindrical coordinates (r,θ,z) are particularly useful for solids that possess rotational symmetry about the z-axis.
📐Volume in Cylindrical Coordinates
The volume V of a solid region E is given by:
V=∭EdV=∭Erdzdrdθ
Where:r is the radial distance from the z-axis, θ is the angle in the xy-plane, and z is the height. When to use: For regions with cylindrical symmetry, or when the projection onto the xy-plane is a disk or an annulus.
Quick Example (Cylindrical): We find the volume of the solid bounded by the cylinder x2+y2=1, the plane z=0, and the plane z=x+y+2.
Step 1: Express the boundaries in cylindrical coordinates. Cylinder: r=1. Lower plane: z=0. Upper plane: z=rcosθ+rsinθ+2=r(cosθ+sinθ)+2. The projection onto the xy-plane is a disk of radius 1: 0≤r≤1, 0≤θ≤2π.
:::question type="MCQ" question="A right circular cylinder of height 14 cm is inscribed in a sphere of radius 8 cm. Calculate the volume of the cylinder (in cm3). Use π=722." options=["110","220","440","600"] answer="440" 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 R be the radius of the sphere, h be the height of the cylinder, and r be the radius of the cylinder. We are given h=14 cm. Step 2: The volume of the cylinder is V=πr2h. To match one of the given options, we can work backward from the options to find the implied r2. Let's consider the option 440 cm3. If V=440 cm3, then:
440=πr2(14)
Using π=722:
440=722×r2×14
440=44r2
r2=44440=10
Step 3: Now, let's check if this r2=10 is consistent with the given sphere radius R=8 cm. The relation for an inscribed cylinder is R2=r2+(h/2)2.
R2=10+(214)2
R2=10+72
R2=10+49=59
R=59≈7.68 cm
Since 59 is approximately 7.68, which is close to the given 8 cm, it is highly probable that r2=10 was the intended value for the cylinder's radius squared, and R=8 was a rounded value in the problem statement for simplicity in an MCQ context. Step 4: Therefore, using r2=10 and h=14:
V=π(10)(14)=140π
V=140×722=20×22=440 cm3
Answer: 440 cm3." :::
---
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) be a continuous function such that ∫0xf(t)dt=sin(x2). What is f(π/2)?" options=["π/2", "2π/2", "0", "1"] answer="0" 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)dt, then G′(x)=f(x). Given ∫0xf(t)dt=sin(x2). Step 2: Differentiate both sides with respect to x.
f(x)=dxd(sin(x2))
f(x)=cos(x2)⋅(2x)
Step 3: Substitute x=π/2 into the expression for f(x).
f(π/2)=cos((π/2)2)⋅(2π/2)
f(π/2)=cos(π/2)⋅(2π/2)
Step 4: Evaluate the expression. Since cos(π/2)=0:
f(π/2)=0⋅(2π/2)=0
Answer: 0." :::
:::question type="NAT" question="Evaluate the double integral ∬R(x+y)dA where R is the region bounded by y=x2 and y=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=x2 and y=x. x2=x⟹x2−x=0⟹x(x−1)=0. So, x=0 and x=1. The corresponding y values are y=0 and y=1. Step 2: Define the region of integration. In the region R, for x∈[0,1], we have x2≤x, so y varies from x2 to x. The integral is:
∫01∫x2x(x+y)dydx
Step 3: Integrate with respect to y.
∫01[xy+2y2]x2xdx
∫01((x(x)+2x2)−(x(x2)+2(x2)2))dx
∫01(x2+2x2−x3−2x4)dx
∫01(23x2−x3−2x4)dx
Step 4: Integrate with respect to x.
[63x3−4x4−10x5]01
[2x3−4x4−10x5]01
(213−414−1015)−(0)
21−41−101
Step 5: Combine the fractions. To combine these, find a common denominator, which is 20:
2010−205−202=2010−5−2=203
Answer: 3/20." :::
:::question type="MCQ" question="The integral ∫01∫y1ex2dxdy is equivalent to which of the following after changing the order of integration?" options=["∫01∫0xex2dydx", "∫01∫x1ex2dydx", "∫01∫0yex2dydx", "∫01∫y1ex2dydx"] answer="∫01∫0xex2dydx" 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 ∫01∫y1ex2dxdy. The region of integration is defined by: 0≤y≤1 y≤x≤1 Step 2: Sketch the region. This means the region is bounded by the lines x=y, x=1, and y=0. This forms a triangle with vertices at (0,0), (1,0), and (1,1). Step 3: Change the order of integration to dydx. To integrate with respect to y first, we need to fix x. From the sketch, x ranges from 0 to 1. For a fixed x in this range, y goes from the x-axis (y=0) up to the line x=y (so y=x). Thus, the new limits are: 0≤x≤1 0≤y≤x Step 4: Write the equivalent integral. The equivalent integral is ∫01∫0xex2dydx. Answer: ∫01∫0xex2dydx." :::
---
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