BrainyBeeBrainyBee
ExploreBlogStart Studying
Home›Explore›Calculus III: Multivariable Calculus

Free Calculus III: Multivariable Calculus Study Resources

Free study resources for Calculus III: Multivariable Calculus — practice questions, mock exams, AI-generated study notes, and flashcards.

653
Practice Questions
39
Study Notes
2
Source Materials
Start Studying — Free

On This Page

  • Practice Questions (15)
  • Related Study Resources

Calculus III: Multivariable Calculus Practice Questions

Try 15 sample questions from a bank of 653. Answers and detailed explanations included.

Q1hard

Consider the iterated integral I=∫01∫x1ey2 dy dxI = \int_0^1 \int_x^1 e^{y^2} \, dy \, dxI=∫01​∫x1​ey2dydx This integral is impossible to evaluate in the current order because ey2hasnoelementaryantiderivativewithrespecttoye^{y^2} has no elementary antiderivative with respect to yey2hasnoelementaryantiderivativewithrespecttoy. By analyzing the region of integration, determine which of the following represents the same integral with the order of integration reversed.

A.

∫01∫0yey2 dx dy\int_0^1 \int_0^y e^{y^2} \, dx \, dy∫01​∫0y​ey2dxdy

B.

∫01∫y1ey2 dx dy\int_0^1 \int_y^1 e^{y^2} \, dx \, dy∫01​∫y1​ey2dxdy

C.

∫x1∫01ey2 dx dy\int_x^1 \int_0^1 e^{y^2} \, dx \, dy∫x1​∫01​ey2dxdy

\mathbf{D}.

∫01∫1xey2 dx dy\int_0^1 \int_1^x e^{y^2} \, dx \, dy∫01​∫1x​ey2dxdy

Show answer & explanation

Correct Answer: A

To change the order of integration, we must first identify the region DDD from the given limits:

  1. Identify Boundaries: The original limits are $0 \le x \le 1andandandx \le y \le 1. This describes a triangular region in the xy$-plane.
  2. Visualize the Region:
    • The left boundary is the yyy-axis (x=0x=0x=0).
    • The upper boundary is the horizontal line y=1y=1y=1.
    • The lower/right boundary is the line y=xy=xy=x.
  3. Switch to Type II: To integrate with respect to xfirst,welookatthehorizontalextentforafixedvalueofyx first, we look at the horizontal extent for a fixed value of yxfirst,welookatthehorizontalextentforafixedvalueofy:
    • For any yyy in the interval [0,1][0, 1][0,1], the x−valuesstartattheyx-values start at the yx−valuesstartatthey-axis (x=0)andendattheliney=xx=0) and end at the line y=xx=0)andendattheliney=x (which is x=yx=yx=y).
    • Therefore, the inner limits are $0 \le x \le y$.
    • The outer limits for yyy cover the full vertical range of the triangle: $0 \le y \le 1$.

Combining these, we get: ∫01∫0yey2 dx dy\int_0^1 \int_0^y e^{y^2} \, dx \, dy∫01​∫0y​ey2dxdy

Evaluating this is now possible because the inner integral \int_0^y e^{y^2}$ \, dx$ results in x e^{y^2} \Big|_0^y = y e^{y^2}$$, which can be integrated with respect to yyy using a simple uuu-substitution (u=y2u=y^2u=y2).

Final Answer: A

Q2hard

Consider the function f(x,y)=x2yx4+y2f(x, y) = \frac{x^2y}{x^4 + y^2}f(x,y)=x4+y2x2y​. A student attempts to evaluate lim⁡(x,y)→(0,0)f(x,y)\lim_{(x,y) \to (0,0)} f(x,y)lim(x,y)→(0,0)​f(x,y) by testing all linear paths of the form y=mxy = mxy=mx and finds that f(x,y)→0f(x,y) \to 0f(x,y)→0 as (x,y)→(0,0)(x,y) \to (0,0)(x,y)→(0,0) along every such path. Which of the following is the most accurate analysis of this result?

A.

The limit exists and equals 0 because all linear paths through the origin yield the same value.

B.

The limit does not exist because testing the parabolic path y=x2y = x^2y=x2 yields a constant value of $1/2$, which contradicts the limit along linear paths.

C.

The limit exists and equals 0, but it cannot be definitively proven without using the Squeeze Theorem or switching to polar coordinates.

D.

The limit does not exist because the degree of the denominator (4) is higher than the degree of the numerator (3), which always implies a vertical asymptote at the origin.

Show answer & explanation

Correct Answer: B

To analyze the limit lim⁡(x,y)→(0,0)x2yx4+y2\lim_{(x,y) \to (0,0)} \frac{x^2y}{x^4 + y^2}lim(x,y)→(0,0)​x4+y2x2y​, we first examine linear paths y=mxy = mxy=mx. Substituting y=mxy = mxy=mx into the function gives:

lim⁡x→0x2(mx)x4+(mx)2=lim⁡x→0mx3x4+m2x2=lim⁡x→0mxx2+m2=00+m2=0\lim_{x \to 0} \frac{x^2(mx)}{x^4 + (mx)^2} = \lim_{x \to 0} \frac{mx^3}{x^4 + m^2x^2} = \lim_{x \to 0} \frac{mx}{x^2 + m^2} = \frac{0}{0 + m^2} = 0limx→0​x4+(mx)2x2(mx)​=limx→0​x4+m2x2mx3​=limx→0​x2+m2mx​=0+m20​=0

While all linear paths yield 0, this is insufficient to prove the limit exists. In multivariable calculus, the limit must be the same along every possible path.

Next, we analyze the function using a parabolic path, y=kx2.Choosingthispathisstrategicbecausethepowersinthedenominator(x4y = kx^2. Choosing this path is strategic because the powers in the denominator (x^4y=kx2.Choosingthispathisstrategicbecausethepowersinthedenominator(x4 and y2)becomecomparable.Substitutingy=kx2y^2) become comparable. Substituting y = kx^2y2)becomecomparable.Substitutingy=kx2:

lim⁡x→0x2(kx2)x4+(kx2)2=lim⁡x→0kx4x4+k2x4=lim⁡x→0kx4x4(1+k2)=k1+k2\lim_{x \to 0} \frac{x^2(kx^2)}{x^4 + (kx^2)^2} = \lim_{x \to 0} \frac{kx^4}{x^4 + k^2x^4} = \lim_{x \to 0} \frac{kx^4}{x^4(1 + k^2)} = \frac{k}{1 + k^2}limx→0​x4+(kx2)2x2(kx2)​=limx→0​x4+k2x4kx4​=limx→0​x4(1+k2)kx4​=1+k2k​

If we let k=1k=1k=1 (the path y=x2y=x^2y=x2), the limit is $1/2.Ifwelet. If we let .Ifweletk=0(thepath(the path(thepathy=0$), the limit is 0. Since different paths yield different limits, the limit does not exist.

Q3easy

A particle moves along a path in space described by the position vector r(t).Basedontheprinciplesofvectorcalculus\mathbf{r}(t). Based on the principles of vector calculusr(t).Basedontheprinciplesofvectorcalculus, which of the following statements correctly identifies the relationship between the position vector, thevelocityvectorv(t)the velocity vector \mathbf{v}(t)thevelocityvectorv(t), and theaccelerationvectora(t)the acceleration vector \mathbf{a}(t)theaccelerationvectora(t)?

A.

v(t)=r′(t)\mathbf{v}(t) = \mathbf{r}'(t)v(t)=r′(t) and a(t)=r′′(t)\mathbf{a}(t) = \mathbf{r}''(t)a(t)=r′′(t); the velocity vector is always tangent to the particle's path.

B.

v(t)=r′′(t)\mathbf{v}(t) = \mathbf{r}''(t)v(t)=r′′(t) and a(t)=r′(t)\mathbf{a}(t) = \mathbf{r}'(t)a(t)=r′(t); the velocity vector is always perpendicular to the particle's path.

C.

v(t)=∣r′(t)∣\mathbf{v}(t) = |\mathbf{r}'(t)|v(t)=∣r′(t)∣ and a(t)=v′(t)\mathbf{a}(t) = \mathbf{v}'(t)a(t)=v′(t); the acceleration vector is always parallel to the velocity vector.

D.

v(t)=r′(t)\mathbf{v}(t) = \mathbf{r}'(t)v(t)=r′(t) and a(t)=r′′′(t)\mathbf{a}(t) = \mathbf{r}'''(t)a(t)=r′′′(t); the velocity vector is always directed toward the origin.

Show answer & explanation

Correct Answer: A

To describe the motion of a particle in space:

  1. The velocity vector v(t)\mathbf{v}(t)v(t) is the first derivative of the position vector with respect to time: v(t)=ddtr(t)=r′(t)\mathbf{v}(t) = \frac{d}{dt}\mathbf{r}(t) = \mathbf{r}'(t)v(t)=dtd​r(t)=r′(t) Geometrically, the velocity vector is always tangent to the trajectory (path) of the particle at any point ttt.

  2. The acceleration vector a(t)\mathbf{a}(t)a(t) is the first derivative of the velocity vector, which is the second derivative of the position vector: a(t)=ddtv(t)=r′′(t)\mathbf{a}(t) = \frac{d}{dt}\mathbf{v}(t) = \mathbf{r}''(t)a(t)=dtd​v(t)=r′′(t)

Option B is incorrect because it swaps the order of derivatives and incorrectly states the direction of velocity. Option C defines velocity as a scalar (speed) rather than a vector and suggests acceleration is always parallel to velocity (which only happens in straight-line motion). Option D uses the wrong derivative for acceleration.

Correct Option: A

Q4hard

Consider the vector field F(x,y,z)=(2xy+z2)i+(x2+cos⁡(z))j+(2xz−ysin⁡(z))k\mathbf{F}(x, y, z) = (2xy + z^2)\mathbf{i} + (x^2 + \cos(z))\mathbf{j} + (2xz - y\sin(z))\mathbf{k}F(x,y,z)=(2xy+z2)i+(x2+cos(z))j+(2xz−ysin(z))k defined on R3\mathbb{R}^3R3. Which of the following statements correctly identifies the property of this field?

A.

The vector field is conservative because curl F=0\text{curl } \mathbf{F} = \mathbf{0}curl F=0 and the domain is simply connected.

B.

The vector field is not conservative because ∂P∂z≠∂R∂x\frac{\partial P}{\partial z} \neq \frac{\partial R}{\partial x}∂z∂P​=∂x∂R​ even though ∂P∂y=∂Q∂x\frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x}∂y∂P​=∂x∂Q​.

C.

The vector field is conservative because its divergence ∇⋅F=0\nabla \cdot \mathbf{F} = 0∇⋅F=0, which is a sufficient condition in three dimensions.

D.

The vector field is not conservative because the mixed partial derivatives ∂Q∂z\frac{\partial Q}{\partial z}∂z∂Q​ and ∂R∂y\frac{\partial R}{\partial y}∂y∂R​ are not equal.

Show answer & explanation

Correct Answer: A

To determine if a vector field F=⟨P,Q,R⟩\mathbf{F} = \langle P, Q, R \rangleF=⟨P,Q,R⟩ is conservative on a simply connected domain like R3\mathbb{R}^3R3, we must verify that its curl is zero, which is equivalent to checking three pairs of mixed partial derivatives:

  1. Check ∂P∂y\frac{\partial P}{\partial y}∂y∂P​ and ∂Q∂x\frac{\partial Q}{\partial x}∂x∂Q​: ∂∂y(2xy+z2)=2x\frac{\partial}{\partial y}(2xy + z^2) = 2x∂y∂​(2xy+z2)=2x ∂∂x(x2+cos⁡(z))=2x\frac{\partial}{\partial x}(x^2 + \cos(z)) = 2x∂x∂​(x2+cos(z))=2x These are equal (2x=2x2x = 2x2x=2x).

  2. Check ∂P∂z\frac{\partial P}{\partial z}∂z∂P​ and ∂R∂x\frac{\partial R}{\partial x}∂x∂R​: ∂∂z(2xy+z2)=2z\frac{\partial}{\partial z}(2xy + z^2) = 2z∂z∂​(2xy+z2)=2z ∂∂x(2xz−ysin⁡(z))=2z\frac{\partial}{\partial x}(2xz - y\sin(z)) = 2z∂x∂​(2xz−ysin(z))=2z These are equal (2z=2z2z = 2z2z=2z).

  3. Check ∂Q∂z\frac{\partial Q}{\partial z}∂z∂Q​ and ∂R∂y\frac{\partial R}{\partial y}∂y∂R​: ∂∂z(x2+cos⁡(z))=−sin⁡(z)\frac{\partial}{\partial z}(x^2 + \cos(z)) = -\sin(z)∂z∂​(x2+cos(z))=−sin(z) ∂∂y(2xz−ysin⁡(z))=−sin⁡(z)\frac{\partial}{\partial y}(2xz - y\sin(z)) = -\sin(z)∂y∂​(2xz−ysin(z))=−sin(z) These are equal (−sin⁡(z)=−sin⁡(z)-\sin(z) = -\sin(z)−sin(z)=−sin(z)).

Since all three conditions (∂P∂y=∂Q∂x,∂P∂z=∂R∂x,∂Q∂z=∂R∂y)(\frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x}, \frac{\partial P}{\partial z} = \frac{\partial R}{\partial x}, \frac{\partial Q}{\partial z} = \frac{\partial R}{\partial y})(∂y∂P​=∂x∂Q​,∂z∂P​=∂x∂R​,∂z∂Q​=∂y∂R​) are satisfied everywhere in R3\mathbb{R}^3R3 and the domain is simply connected, the vector field is conservative. Option C is incorrect because divergence being zero (solenoidal) does not imply a field is conservative (irrotational). Options B and D are factually incorrect based on the calculations above. The vector field is conservative because its curl is zero.

Q5hard

Evaluate the triple integral ∭Vx2+y2+z2 dV\iiint_V \sqrt{x^2 + y^2 + z^2} \, dV∭V​x2+y2+z2​dV, where Visthesolidregionboundedbythespherex2+y2+z2=2zV is the solid region bounded by the sphere x^2 + y^2 + z^2 = 2zVisthesolidregionboundedbythespherex2+y2+z2=2z.

A.

8π5\frac{8\pi}{5}58π​

B.

4π3\frac{4\pi}{3}34π​

C.

2π2\pi2π

D.

16π5\frac{16\pi}{5}516π​

Show answer & explanation

Correct Answer: A

To evaluate the integral, we analyze the geometry of the region and the integrand to convert the problem into spherical coordinates.

  1. Analyze the Boundary: The boundary of the region VVV is given by x2+y2+z2=2zx^2 + y^2 + z^2 = 2zx2+y2+z2=2z. In spherical coordinates, we use the transformations x2+y2+z2=ρ2x^2 + y^2 + z^2 = \rho^2x2+y2+z2=ρ2 and z=ρcos⁡ϕz = \rho \cos \phiz=ρcosϕ. Substituting these into the boundary equation yields: ρ2=2ρcos⁡ϕ  ⟹  ρ=2cos⁡ϕ\rho^2 = 2\rho \cos \phi \implies \rho = 2 \cos \phiρ2=2ρcosϕ⟹ρ=2cosϕ Since the sphere x2+y2+(z−1)2=1x^2 + y^2 + (z-1)^2 = 1x2+y2+(z−1)2=1 is tangent to the xy−planeattheoriginandliesentirelyintheupperhalf−space(z≥0xy-plane at the origin and lies entirely in the upper half-space (z \ge 0xy−planeattheoriginandliesentirelyintheupperhalf−space(z≥0), the polar angle ϕ\phiϕ ranges from 0 to π/2.Theregionissymmetricaboutthez\pi/2. The region is symmetric about the zπ/2.Theregionissymmetricaboutthez-axis, so $0 \le θ\thetaθ \le $2\pi$$.

  2. Transform the Integrand: The function to be integrated is f(x,y,z)f(x, y, z) f(x,y,z)= \sqrt{x^2 + y^2 + z^2},whichsimplifiesto, which simplifies to ,whichsimplifiesto\rhoinsphericalcoordinates.ThevolumeelementisdVin spherical coordinates. The volume element is dVinsphericalcoordinates.ThevolumeelementisdV= \rho^2 \sin \phi \,d\rho \,d\phi \,d\theta$$.

  3. Set Up and Evaluate the Integral: I=∫02π∫0π/2∫02cos⁡ϕρ⋅(ρ2sin⁡ϕ) dρ dϕ dθ=∫02π∫0π/2[ρ44sin⁡ϕ]02cos⁡ϕdϕ dθI = \int_{0}^{2\pi} \int_{0}^{\pi/2} \int_{0}^{2\cos \phi} \rho \cdot (\rho^2 \sin \phi) \, d\rho \, d\phi \, d\theta = \int_{0}^{2\pi} \int_{0}^{\pi/2} \left[ \frac{\rho^4}{4} \sin \phi \right]_{0}^{2\cos \phi} d\phi \, d\thetaI=∫02π​∫0π/2​∫02cosϕ​ρ⋅(ρ2sinϕ)dρdϕdθ=∫02π​∫0π/2​[4ρ4​sinϕ]02cosϕ​dϕdθ I=∫02π∫0π/24cos⁡4ϕsin⁡ϕ dϕ dθI = \int_{0}^{2\pi} \int_{0}^{\pi/2} 4 \cos^4 \phi \sin \phi \, d\phi \, d\thetaI=∫02π​∫0π/2​4cos4ϕsinϕdϕdθ Using the substitution u=cos⁡ϕu = \cos \phiu=cosϕ, dudu du= -\sin \phi \,d\phi:: :\int_{0}^{\pi/2} 4 \cos^4 \phi \sin \phi , d\phi = 4 \int_{0}^{1} u^4 , du = \frac{4}{5}Finally,integratingoverFinally, integrating overFinally,integratingover\thetafrom0tofrom 0 tofrom0to2\pi:: :I = \int_{0}^{2\pi} \frac{4}{5} , d\theta = \frac{8\pi}{5}Thefinalansweris∗∗ The final answer is **Thefinalansweris∗∗\frac{8\pi}{5}$$**.

Q6hard

Consider the vector field F(x,y)=⟨y1+x2y2+2xy,x1+x2y2+x2⟩\mathbf{F}(x, y) = \left\langle \frac{y}{1+x^2 y^2} + 2xy, \frac{x}{1+x^2 y^2} + x^2 \right\rangleF(x,y)=⟨1+x2y2y​+2xy,1+x2y2x​+x2⟩. Evaluate the line integral ∫CF⋅dr\int_C \mathbf{F} \cdot d\mathbf{r}∫C​F⋅dr along a piecewise smooth curve Cthatbeginsatthepoint(0,5)andterminatesatthepoint(2,0.5)C that begins at the point (0, 5) and terminates at the point (2, 0.5)Cthatbeginsatthepoint(0,5)andterminatesatthepoint(2,0.5).

A.

π4+2\frac{\pi}{4} + 24π​+2

B.

π2+2\frac{\pi}{2} + 22π​+2

C.

π4\frac{\pi}{4}4π​

D.

2

Show answer & explanation

Correct Answer: A

To evaluate the line integral ∫CF⋅dr\int_C \mathbf{F} \cdot d\mathbf{r}∫C​F⋅dr for a complex path C,wemustfirstdetermineifthevectorfieldF=⟨P,Q⟩isconservativebyverifyingifthepartialderivativessatisfy∂P∂y=∂Q∂xC, we must first determine if the vector field \mathbf{F} = \langle P, Q \rangle is conservative by verifying if the partial derivatives satisfy \frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x}C,wemustfirstdetermineifthevectorfieldF=⟨P,Q⟩isconservativebyverifyingifthepartialderivativessatisfy∂y∂P​=∂x∂Q​.

  1. Verify the Conservative Property: ∂P∂y=∂∂y(y1+x2y2+2xy)=(1+x2y2)(1)−y(2x2y)(1+x2y2)2+2x=1−x2y2(1+x2y2)2+2x\frac{\partial P}{\partial y} = \frac{\partial}{\partial y} \left( \frac{y}{1+x^2 y^2} + 2xy \right) = \frac{(1+x^2 y^2)(1) - y(2x^2 y)}{(1+x^2 y^2)^2} + 2x = \frac{1 - x^2 y^2}{(1+x^2 y^2)^2} + 2x∂y∂P​=∂y∂​(1+x2y2y​+2xy)=(1+x2y2)2(1+x2y2)(1)−y(2x2y)​+2x=(1+x2y2)21−x2y2​+2x ∂Q∂x=∂∂x(x1+x2y2+x2)=(1+x2y2)(1)−x(2xy2)(1+x2y2)2+2x=1−x2y2(1+x2y2)2+2x\frac{\partial Q}{\partial x} = \frac{\partial}{\partial x} \left( \frac{x}{1+x^2 y^2} + x^2 \right) = \frac{(1+x^2 y^2)(1) - x(2xy^2)}{(1+x^2 y^2)^2} + 2x = \frac{1 - x^2 y^2}{(1+x^2 y^2)^2} + 2x∂x∂Q​=∂x∂​(1+x2y2x​+x2)=(1+x2y2)2(1+x2y2)(1)−x(2xy2)​+2x=(1+x2y2)21−x2y2​+2x Since ∂P∂y=∂Q∂x\frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x}∂y∂P​=∂x∂Q​ and the domain R2\mathbb{R}^2R2 is simply connected, the vector field is conservative.

  2. Identify the Potential Function f(x,y)f(x, y)f(x,y): We seek a function fff such that ∇f=F\nabla f = \mathbf{F}∇f=F. Integrating the first component PPP with respect to xxx: f(x,y)=∫(y1+x2y2+2xy)dx=arctan⁡(xy)+x2y+g(y)f(x, y) = \int \left( \frac{y}{1+x^2 y^2} + 2xy \right) dx = \arctan(xy) + x^2 y + g(y)f(x,y)=∫(1+x2y2y​+2xy)dx=arctan(xy)+x2y+g(y) Differentiating this result with respect to yandsettingitequaltoQy and setting it equal to QyandsettingitequaltoQ: fy=x1+x2y2+x2+g′(y)=x1+x2y2+x2f_y = \frac{x}{1+x^2 y^2} + x^2 + g'(y) = \frac{x}{1+x^2 y^2} + x^2fy​=1+x2y2x​+x2+g′(y)=1+x2y2x​+x2 This implies g′(y)=0g'(y) = 0g′(y)=0, so we can choose g(y)=0.Thus,thepotentialfunctionisf(x,y)=arctan⁡(xy)+x2yg(y) = 0. Thus, the potential function is f(x, y) = \arctan(xy) + x^2 yg(y)=0.Thus,thepotentialfunctionisf(x,y)=arctan(xy)+x2y.

  3. Apply the Fundamental Theorem for Line Integrals: The integral is path-independent, meaning we only need to evaluate the potential function at the boundary points: ∫CF⋅dr=f(2,0.5)−f(0,5)\int_C \mathbf{F} \cdot d\mathbf{r} = f(2, 0.5) - f(0, 5)∫C​F⋅dr=f(2,0.5)−f(0,5) f(2,0.5)=arctan⁡(2⋅0.5)+22(0.5)=arctan⁡(1)+2=π4+2f(2, 0.5) = \arctan(2 \cdot 0.5) + 2^2(0.5) = \arctan(1) + 2 = \frac{\pi}{4} + 2f(2,0.5)=arctan(2⋅0.5)+22(0.5)=arctan(1)+2=4π​+2 f(0,5)=arctan⁡(0⋅5)+02(5)=0+0=0f(0, 5) = \arctan(0 \cdot 5) + 0^2(5) = 0 + 0 = 0f(0,5)=arctan(0⋅5)+02(5)=0+0=0 Value=(π4+2)−0=π4+2\text{Value} = \left( \frac{\pi}{4} + 2 \right) - 0 = \frac{\pi}{4} + 2Value=(4π​+2)−0=4π​+2

The final answer is π4+2\frac{\pi}{4} + 24π​+2.

Q7hard

An ellipse has one focus located at the pole, and its major axis lies along the polar axis. The total length of the major axis is 10 units, and the eccentricity of the ellipse is e=0.5.Ifthedirectrixassociatedwiththefocusatthepoleistheverticallinex=pe = 0.5. If the directrix associated with the focus at the pole is the vertical line x = pe=0.5.Ifthedirectrixassociatedwiththefocusatthepoleistheverticallinex=p for some p>0p > 0p>0, which of the following represents the polar equation of this ellipse?

A.

r=154+2cos⁡θr = \frac{15}{4 + 2 \cos \theta}r=4+2cosθ15​

B.

r=154+2sin⁡θr = \frac{15}{4 + 2 \sin \theta}r=4+2sinθ15​

C.

r=154−2cos⁡θr = \frac{15}{4 - 2 \cos \theta}r=4−2cosθ15​

D.

r=52+cos⁡θr = \frac{5}{2 + \cos \theta}r=2+cosθ5​

Show answer & explanation

Correct Answer: A

To determine the polar equation, we follow these analytical steps:

  1. Identify the standard form: Since the focus is at the pole and the directrix is a vertical line x=px = px=p (where p>0p > 0p>0), the major axis is horizontal. The standard polar form for such a conic is: r=ep1+ecos⁡θr = \frac{ep}{1 + e \cos \theta}r=1+ecosθep​

  2. Determine the semi-major axis: The length of the major axis is given as 2a=10,whichimpliesthesemi−majoraxisa=52a = 10, which implies the semi-major axis a = 52a=10,whichimpliesthesemi−majoraxisa=5.

  3. **Relate atothefocalparameterp∗∗:Foranellipse(e<1)withafocusatthepole,therelationshipbetweenthesemi−majoraxisandthedistancetothedirectrixpa to the focal parameter p**: For an ellipse (e < 1) with a focus at the pole, the relationship between the semi-major axis and the distance to the directrix patothefocalparameterp∗∗:Foranellipse(e<1)withafocusatthepole,therelationshipbetweenthesemi−majoraxisandthedistancetothedirectrixp is: a=ep1−e2a = \frac{ep}{1 - e^2}a=1−e2ep​ Substituting the known values a=5a = 5a=5 and e=0.5e = 0.5e=0.5: 5=0.5p1−(0.5)2=0.5p0.755 = \frac{0.5p}{1 - (0.5)^2} = \frac{0.5p}{0.75}5=1−(0.5)20.5p​=0.750.5p​ 5=23p  ⟹  p=7.55 = \frac{2}{3}p \implies p = 7.55=32​p⟹p=7.5

  4. Construct the equation: Now, calculate the numerator epepep: ep=0.5×7.5=3.75=154ep = 0.5 \times 7.5 = 3.75 = \frac{15}{4}ep=0.5×7.5=3.75=415​ Substitute epepep and eee back into the polar form: r=3.751+0.5cos⁡θr = \frac{3.75}{1 + 0.5 \cos \theta}r=1+0.5cosθ3.75​ To simplify, multiply the numerator and denominator by 4: r=154+2cos⁡θr = \frac{15}{4 + 2 \cos \theta}r=4+2cosθ15​

Therefore, the correct equation is r=154+2cos⁡θr = \frac{15}{4 + 2 \cos \theta}r=4+2cosθ15​.

Q8hard

Evaluate the following triple integral by changing the order of integration to an order that allows for an analytical solution:

I=∫04∫01∫2y2cos⁡(x2) dx dy dzI = \int_{0}^{4} \int_{0}^{1} \int_{2y}^{2} \cos(x^2) \, dx \, dy \, dzI=∫04​∫01​∫2y2​cos(x2)dxdydz

Which of the following represents the correct equivalent setup and the final value of the integral?

A.

∫04∫02∫0x/2cos⁡(x2) dy dx dz=sin⁡(4)\int_{0}^{4} \int_{0}^{2} \int_{0}^{x/2} \cos(x^2) \, dy \, dx \, dz = \sin(4)∫04​∫02​∫0x/2​cos(x2)dydxdz=sin(4)

B.

∫04∫02∫02xcos⁡(x2) dy dx dz=4sin⁡(4)\int_{0}^{4} \int_{0}^{2} \int_{0}^{2x} \cos(x^2) \, dy \, dx \, dz = 4\sin(4)∫04​∫02​∫02x​cos(x2)dydxdz=4sin(4)

C.

∫04∫01∫02ycos⁡(x2) dx dy dz=sin⁡(1)\int_{0}^{4} \int_{0}^{1} \int_{0}^{2y} \cos(x^2) \, dx \, dy \, dz = \sin(1)∫04​∫01​∫02y​cos(x2)dxdydz=sin(1)

D.

∫04∫02∫x/21cos⁡(x2) dy dx dz=4−cos⁡(4)\int_{0}^{4} \int_{0}^{2} \int_{x/2}^{1} \cos(x^2) \, dy \, dx \, dz = 4 - \cos(4)∫04​∫02​∫x/21​cos(x2)dydxdz=4−cos(4)

Show answer & explanation

Correct Answer: A

To solve this integral, we must first analyze the region of integration EEE and recognize why the current order is problematic.

  1. Identify the Problem: The innermost integral ∫cos⁡(x2) dx\int \cos(x^2) \, dx∫cos(x2)dx is a non-elementary integral (it cannot be expressed in terms of standard functions). To evaluate the triple integral, we must change the order of integration so that we integrate with respect to yyy or zfirst,potentiallyproducinganxtermthatallowsforauz first, potentially producing an x term that allows for a uzfirst,potentiallyproducinganxtermthatallowsforau-substitution in the xxx-integral.

  2. Analyze the Region EEE: The given limits are:

    • $0 \le z \le 4$
    • $0 \le y \le 1$
    • 2y≤x≤22y \le x \le 22y≤x≤2

    The projection of this solid onto the xy−planeisatriangleboundedbyy=0xy-plane is a triangle bounded by y=0xy−planeisatriangleboundedbyy=0, x=2x=2x=2, and x=2yx=2yx=2y.

  3. **Change the Order of Integration (dy dx)∗∗:Toswitchfromdx dydy \, dx)**: To switch from dx \, dydydx)∗∗:Toswitchfromdxdy to dy dxdy \, dxdydx for this triangular region:

    • For a fixed xxx, yrangesfromthelowerboundaryy=0y ranges from the lower boundary y=0yrangesfromthelowerboundaryy=0 to the line x=2yx=2yx=2y, which is y=x/2y=x/2y=x/2.
    • The total range for xxx is from 0 to 2.
    • The limits for zzz remain 0 to 4.

    Thus, the new setup is ∫04∫02∫0x/2cos⁡(x2) dy dx dz\int_{0}^{4} \int_{0}^{2} \int_{0}^{x/2} \cos(x^2) \, dy \, dx \, dz∫04​∫02​∫0x/2​cos(x2)dydxdz.

  4. Evaluate the Integral:

    • Inner (dydydy): ∫0x/2cos⁡(x2) dy=[ycos⁡(x2)]0x/2=x2cos⁡(x2)\int_{0}^{x/2} \cos(x^2) \, dy = [y \cos(x^2)]_{0}^{x/2} = \frac{x}{2} \cos(x^2)∫0x/2​cos(x2)dy=[ycos(x2)]0x/2​=2x​cos(x2).
    • Middle (dxdxdx): ∫02x2cos⁡(x2) dx\int_{0}^{2} \frac{x}{2} \cos(x^2) \, dx∫02​2x​cos(x2)dx. Let u=x2u = x^2u=x2, then du=2x dx  ⟹  14du=x2 dxdu = 2x \, dx \implies \frac{1}{4} du = \frac{x}{2} \, dxdu=2xdx⟹41​du=2x​dx. Changing limits: x=0→u=0x=0 \to u=0x=0→u=0; x=2→u=4x=2 \to u=4x=2→u=4. ∫0414cos⁡(u) du=[14sin⁡(u)]04=14sin⁡(4)\int_{0}^{4} \frac{1}{4} \cos(u) \, du = [\frac{1}{4} \sin(u)]_{0}^{4} = \frac{1}{4} \sin(4)∫04​41​cos(u)du=[41​sin(u)]04​=41​sin(4).
    • Outer (dzdzdz): ∫0414sin⁡(4) dz=[z4sin⁡(4)]04=sin⁡(4)\int_{0}^{4} \frac{1}{4} \sin(4) \, dz = [\frac{z}{4} \sin(4)]_{0}^{4} = \sin(4)∫04​41​sin(4)dz=[4z​sin(4)]04​=sin(4).

Final Answer: sin⁡(4)\sin(4)sin(4)

Q9easy

When an object moves along a smooth curved path, its acceleration vector acanbedecomposedintoatangentialcomponentaTandanormalcomponentaN\mathbf{a} can be decomposed into a tangential component a_T and a normal component a_NacanbedecomposedintoatangentialcomponentaT​andanormalcomponentaN​. Which statement correctly identifies the physical significance of these components?

A.

aTmeasurestherateofchangeoftheobject′sspeed,whileaNa_T measures the rate of change of the object's speed, while a_NaT​measurestherateofchangeoftheobject′sspeed,whileaN​ measures the rate of change in the object's direction.

B.

aNmeasurestherateofchangeoftheobject′sspeed,whileaTa_N measures the rate of change of the object's speed, while a_TaN​measurestherateofchangeoftheobject′sspeed,whileaT​ measures the rate of change in the object's direction.

C.

aTisalwaysdirectedtowardthecenterofcurvature,whileaNa_T is always directed toward the center of curvature, while a_NaT​isalwaysdirectedtowardthecenterofcurvature,whileaN​ is always tangent to the path of motion.

D.

aNa_NaN​ is only non-zero when the object is speeding up or slowing down along the path.

Show answer & explanation

Correct Answer: A

The acceleration vector aforaparticlemovingalongacurvecanbewrittenasa=aTT+aNN\mathbf{a} for a particle moving along a curve can be written as \mathbf{a} = a_T \mathbf{T} + a_N \mathbf{N}aforaparticlemovingalongacurvecanbewrittenasa=aT​T+aN​N, where TistheunittangentvectorandN\mathbf{T} is the unit tangent vector and \mathbf{N}TistheunittangentvectorandN is the principal unit normal vector.

  1. The tangential component (aTa_TaT​) is given by aT=ddt∣v(t)∣a_T = \frac{d}{dt}|\mathbf{v}(t)|aT​=dtd​∣v(t)∣, which is the derivative of speed with respect to time. Thus, it accounts for the object's change in speed.
  2. The normal component (aNa_NaN​) is given by aN=κv2a_N = \kappa v^2aN​=κv2 (where κ\kappaκ is curvature and vvv is speed). This component is responsible for the change in the direction of the velocity vector.

Therefore, Option A is correct.

Q10hard

Analyze the polar equation r=6cos⁡θ−8sin⁡θr = 6 \cos \theta - 8 \sin \thetar=6cosθ−8sinθ. Which of the following represents the equivalent equation in rectangular coordinates?

A.

(x−3)2+(y+4)2=25(x - 3)^2 + (y + 4)^2 = 25(x−3)2+(y+4)2=25

B.

(x+3)2+(y−4)2=25(x + 3)^2 + (y - 4)^2 = 25(x+3)2+(y−4)2=25

C.

(x−3)2+(y−4)2=100(x - 3)^2 + (y - 4)^2 = 100(x−3)2+(y−4)2=100

D.

x2+y2+6x−8y=0x^2 + y^2 + 6x - 8y = 0x2+y2+6x−8y=0

Show answer & explanation

Correct Answer: A

To convert the polar equation r=6cos⁡θ−8sin⁡θr = 6 \cos \theta - 8 \sin \thetar=6cosθ−8sinθ to rectangular coordinates, follow these steps:

  1. Multiply both sides of the equation by rtocreatetermsthatcanbeeasilysubstitutedusingtheidentitiesx=rcos⁡θr to create terms that can be easily substituted using the identities x = r \cos \thetartocreatetermsthatcanbeeasilysubstitutedusingtheidentitiesx=rcosθ, y=rsin⁡θy = r \sin \thetay=rsinθ, and r2=x2+y2r^2 = x^2 + y^2r2=x2+y2: r2=6(rcos⁡θ)−8(rsin⁡θ)r^2 = 6(r \cos \theta) - 8(r \sin \theta)r2=6(rcosθ)−8(rsinθ)

  2. Substitute the rectangular identities into the equation: x2+y2=6x−8yx^2 + y^2 = 6x - 8yx2+y2=6x−8y

  3. Rearrange the equation to group xxx and yyy terms on one side: x2−6x+y2+8y=0x^2 - 6x + y^2 + 8y = 0x2−6x+y2+8y=0

  4. Complete the square for both the xxx and yyy terms:

  • For xxx: (x2−6x+9)(x^2 - 6x + 9)(x2−6x+9) adding 9 to both sides.
  • For yyy: (y2+8y+16)(y^2 + 8y + 16)(y2+8y+16) adding 16 to both sides. (x2−6x+9)+(y2+8y+16)=9+16(x^2 - 6x + 9) + (y^2 + 8y + 16) = 9 + 16(x2−6x+9)+(y2+8y+16)=9+16
  1. Simplify to the standard form of a circle equation (x−h)2+(y−k)2=R2(x - h)^2 + (y - k)^2 = R^2(x−h)2+(y−k)2=R2: (x−3)2+(y+4)2=25(x - 3)^2 + (y + 4)^2 = 25(x−3)2+(y+4)2=25

This represents a circle centered at (3,−4)witharadiusof5.Thecorrectrectangularformis∗∗(x−3)2+(y+4)2=25(3, -4) with a radius of 5. The correct rectangular form is **(x - 3)^2 + (y + 4)^2 = 25(3,−4)witharadiusof5.Thecorrectrectangularformis∗∗(x−3)2+(y+4)2=25**.

Q11easy

Given the vectors u=⟨3,−1,2⟩\mathbf{u} = \langle 3, -1, 2 \rangleu=⟨3,−1,2⟩ and v=⟨1,4,0⟩\mathbf{v} = \langle 1, 4, 0 \ranglev=⟨1,4,0⟩, which of the following represents the resulting vector u+2v\mathbf{u} + 2\mathbf{v}u+2v?

A.

⟨5,7,2⟩\langle 5, 7, 2 \rangle⟨5,7,2⟩

B.

⟨5,3,2⟩\langle 5, 3, 2 \rangle⟨5,3,2⟩

C.

⟨2,8,0⟩\langle 2, 8, 0 \rangle⟨2,8,0⟩

D.

14

Show answer & explanation

Correct Answer: A

To find the resulting vector u+2v\mathbf{u} + 2\mathbf{v}u+2v, we apply scalar multiplication and then vector addition component-wise.

  1. Scalar Multiplication: Multiply each component of vector v\mathbf{v}v by the scalar 2: 2v=2⟨1,4,0⟩=⟨2(1),2(4),2(0)⟩=⟨2,8,0⟩2\mathbf{v} = 2\langle 1, 4, 0 \rangle = \langle 2(1), 2(4), 2(0) \rangle = \langle 2, 8, 0 \rangle2v=2⟨1,4,0⟩=⟨2(1),2(4),2(0)⟩=⟨2,8,0⟩

  2. Vector Addition: Add the components of utothecomponentsof2v\mathbf{u} to the components of 2\mathbf{v}utothecomponentsof2v: u+2v=⟨3,−1,2⟩+⟨2,8,0⟩=⟨3+2,−1+8,2+0⟩=⟨5,7,2⟩\mathbf{u} + 2\mathbf{v} = \langle 3, -1, 2 \rangle + \langle 2, 8, 0 \rangle = \langle 3+2, -1+8, 2+0 \rangle = \langle 5, 7, 2 \rangleu+2v=⟨3,−1,2⟩+⟨2,8,0⟩=⟨3+2,−1+8,2+0⟩=⟨5,7,2⟩

The final vector is ⟨5,7,2⟩\langle 5, 7, 2 \rangle⟨5,7,2⟩.

Q12hard

Evaluate the following triple integral by changing the order of integration to an order that allows for an elementary antiderivative:

I=∫01∫01∫x1cos⁡(y3) dy dz dxI = \int_{0}^{1} \int_{0}^{1} \int_{\sqrt{x}}^{1} \cos(y^3) \, dy \, dz \, dxI=∫01​∫01​∫x​1​cos(y3)dydzdx

Which of the following values represents the result of the calculation?

A.

13sin⁡(1)\frac{1}{3} \sin(1)31​sin(1)

B.

sin⁡(1)\sin(1)sin(1)

C.

12sin⁡(1)\frac{1}{2} \sin(1)21​sin(1)

D.

13cos⁡(1)\frac{1}{3} \cos(1)31​cos(1)

Show answer & explanation

Correct Answer: A

To evaluate the integral, we first observe that the innermost integrand cos⁡(y3)hasnoelementaryantiderivativewithrespecttoy\cos(y^3) has no elementary antiderivative with respect to ycos(y3)hasnoelementaryantiderivativewithrespecttoy. Therefore, we must change the order of integration.

Step 1: Identify the bounds of the region EEE. From the integral, the bounds are:

  • $0 \le x \le 1$
  • $0 \le z \le 1$
  • x≤y≤1\sqrt{x} \le y \le 1x​≤y≤1

Step 2: Change the order of integration. We want to integrate with respect to xxx or zfirstsothatafactorofy2appearstofacilitateau−substitutionlater.Were−examinethexy−projectionoftheregionEz first so that a factor of y^2 appears to facilitate a u-substitution later. We re-examine the xy-projection of the region Ezfirstsothatafactorofy2appearstofacilitateau−substitutionlater.Were−examinethexy−projectionoftheregionE. The bounds $0 \le x \le 1 and $$\sqrt{x} \le y \le 1describetheareainthefirstquadrantbelowthelinedescribe the area in the first quadrant below the linedescribetheareainthefirstquadrantbelowtheliney=1 and above the curve y=xy = \sqrt{x}y=x​ (which is equivalent to x = y^2$).

Reversing the order for xxx and yyy, we get:

  • $0 \le y \le 1$
  • $0 \le x \le y^2$

Since zzz is independent of xxx and yintheoriginallimits,wecanplacethedzintegralanywhere.Let′susetheorderdx dz dyy in the original limits, we can place the dz integral anywhere. Let's use the order dx \, dz \, dyyintheoriginallimits,wecanplacethedzintegralanywhere.Let′susetheorderdxdzdy: I=∫01∫01∫0y2cos⁡(y3) dx dz dyI = \int_{0}^{1} \int_{0}^{1} \int_{0}^{y^2} \cos(y^3) \, dx \, dz \, dyI=∫01​∫01​∫0y2​cos(y3)dxdzdy

Step 3: Evaluate the new integral. Inner integral (dxdxdx): ∫0y2cos⁡(y3) dx=[xcos⁡(y3)]0y2=y2cos⁡(y3)\int_{0}^{y^2} \cos(y^3) \, dx = [x \cos(y^3)]_0^{y^2} = y^2 \cos(y^3)∫0y2​cos(y3)dx=[xcos(y3)]0y2​=y2cos(y3)

Middle integral (dzdzdz): ∫01y2cos⁡(y3) dz=[zy2cos⁡(y3)]01=y2cos⁡(y3)\int_{0}^{1} y^2 \cos(y^3) \, dz = [z y^2 \cos(y^3)]_0^1 = y^2 \cos(y^3)∫01​y2cos(y3)dz=[zy2cos(y3)]01​=y2cos(y3)

Outer integral (dydydy): ∫01y2cos⁡(y3) dy\int_{0}^{1} y^2 \cos(y^3) \, dy∫01​y2cos(y3)dy Using uuu-substitution: Let u=y3u = y^3u=y3, so du=3y2 dydu = 3y^2 \, dydu=3y2dy or y2 dyy^2 \, dy y2dy= \frac{1}{3}du dudu. At y=0,u=0y=0, u=0y=0,u=0; at y=1,u=1y=1, u=1y=1,u=1. 13∫01cos⁡(u) du=13[sin⁡(u)]01=13sin⁡(1)\frac{1}{3} \int_{0}^{1} \cos(u) \, du = \frac{1}{3} [\sin(u)]_0^1 = \frac{1}{3} \sin(1)31​∫01​cos(u)du=31​[sin(u)]01​=31​sin(1)

Thus, the final answer is 13sin⁡(1)\frac{1}{3} \sin(1)31​sin(1).

Q13hard

Consider the logarithmic spiral defined by the polar equation r=e3θr = e^{3\theta}r=e3θ for $0 \le θ\thetaθ \le $\pi$$. Analyze the geometry of this curve to determine the exact length of the arc over the given interval.

A.

103(e3π−1)\frac{\sqrt{10}}{3}(e^{3\pi} - 1)310​​(e3π−1)

B.

e3π−1e^{3\pi} - 1e3π−1

C.

23(e3π−1)\frac{\sqrt{2}}{3}(e^{3\pi} - 1)32​​(e3π−1)

D.

43(e3π−1)\frac{4}{3}(e^{3\pi} - 1)34​(e3π−1)

Show answer & explanation

Correct Answer: A

To find the arc length LLL of a polar curve r=f(θ)r = f(\theta)r=f(θ) from θ=α\theta = \alphaθ=α to θ=β\theta = \betaθ=β, we use the formula:

L=∫αβr2+(drdθ)2dθL = \int_{\alpha}^{\beta} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\thetaL=∫αβ​r2+(dθdr​)2​dθ

  1. Find the derivative: Given r=e3θr = e^{3\theta}r=e3θ, we calculate drdθ\frac{dr}{d\theta}dθdr​ using the chain rule: drdθ=3e3θ\frac{dr}{d\theta} = 3e^{3\theta}dθdr​=3e3θ

  2. Set up the integrand: Substitute rrr and drdθ\frac{dr}{d\theta}dθdr​ into the radical expression: (e3θ)2+(3e3θ)2=e6θ+9e6θ=10e6θ\sqrt{(e^{3\theta})^2 + (3e^{3\theta})^2} = \sqrt{e^{6\theta} + 9e^{6\theta}} = \sqrt{10e^{6\theta}}(e3θ)2+(3e3θ)2​=e6θ+9e6θ​=10e6θ​

  3. Simplify the radical: Since e6θ=(e3θ)2e^{6\theta} = (e^{3\theta})^2e6θ=(e3θ)2 and e3θ>0e^{3\theta} > 0e3θ>0: 10e6θ=10e3θ\sqrt{10e^{6\theta}} = \sqrt{10} e^{3\theta}10e6θ​=10​e3θ

  4. Evaluate the integral: Integrate from 0 to π\piπ: L=∫0π10e3θdθ=10[13e3θ]0πL = \int_{0}^{\pi} \sqrt{10} e^{3\theta} d\theta = \sqrt{10} \left[ \frac{1}{3}e^{3\theta} \right]_{0}^{\pi}L=∫0π​10​e3θdθ=10​[31​e3θ]0π​ L=103(e3π−e0)=103(e3π−1)L = \frac{\sqrt{10}}{3} (e^{3\pi} - e^{0}) = \frac{\sqrt{10}}{3} (e^{3\pi} - 1)L=310​​(e3π−e0)=310​​(e3π−1)

The exact arc length is 103(e3π−1)\frac{\sqrt{10}}{3}(e^{3\pi} - 1)310​​(e3π−1).

Q14easy

Identify the type of conic section represented by the following general second-degree equation:

4x2−9y2+16x+18y−29=04x^2 - 9y^2 + 16x + 18y - 29 = 04x2−9y2+16x+18y−29=0

A.

Parabola

B.

Ellipse

C.

Hyperbola

D.

Circle

Show answer & explanation

Correct Answer: C

To identify the type of conic section from the general equation Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0Ax2+Bxy+Cy2+Dx+Ey+F=0, we look at the coefficients of the squared terms and the cross-product term.

  1. Identify the coefficients: A=4A = 4A=4, B=0(sincethereisnoxyB = 0 (since there is no xyB=0(sincethereisnoxy term), and C=−9C = -9C=−9.
  2. Calculate the discriminant for conic classification: B2−4ACB^2 - 4ACB2−4AC.
  3. Substitute the values: 02−4(4)(−9)=1440^2 - 4(4)(-9) = 14402−4(4)(−9)=144.
  4. Since the discriminant $144 > 0$, the equation represents a hyperbola.

Alternatively, when B=0,wecansimplylookatthesignsofAB=0, we can simply look at the signs of AB=0,wecansimplylookatthesignsofA and CCC. Because AAA and Chaveoppositesigns(4ispositiveand−9C have opposite signs (4 is positive and -9Chaveoppositesigns(4ispositiveand−9 is negative), the conic is a hyperbola.

Q15easy

Stokes' Theorem relates a line integral around a closed boundary to a surface integral over an interior region. Which of the following best defines this relationship for a vector field F\mathbf{F}F?

A.

The line integral of FaroundaclosedcurveCisequaltothesurfaceintegralofthecurlofF\mathbf{F} around a closed curve C is equal to the surface integral of the curl of \mathbf{F}FaroundaclosedcurveCisequaltothesurfaceintegralofthecurlofF over any surface SSS for which CCC is the boundary.

B.

The flux of FthroughaclosedsurfaceSisequaltothetripleintegralofthedivergenceofF\mathbf{F} through a closed surface S is equal to the triple integral of the divergence of \mathbf{F}FthroughaclosedsurfaceSisequaltothetripleintegralofthedivergenceofF over the volume VVV enclosed by SSS.

C.

The line integral of a gradient vector field ∇falongapathisequaltothedifferenceinthevaluesoff\nabla f along a path is equal to the difference in the values of f∇falongapathisequaltothedifferenceinthevaluesoff at the start and end points of the path.

D.

The double integral of Foveraflatregioninthexy\mathbf{F} over a flat region in the xyFoveraflatregioninthexy-plane is equal to the area of that region multiplied by the divergence of the field at the origin.

Show answer & explanation

Correct Answer: A

Stokes' Theorem is a fundamental principle in vector calculus that establishes a link between a line integral and a surface integral. 1. Mathematical Definition: The theorem states that ∮CF⋅dr=∬S(∇×F)⋅dS\oint_C \mathbf{F} \cdot d\mathbf{r} = \iint_S (\nabla \times \mathbf{F}) \cdot d\mathbf{S}∮C​F⋅dr=∬S​(∇×F)⋅dS. 2. Physical Interpretation: It relates the circulation of a vector field FaroundaclosedboundarycurveCtothefluxofthecurlofF\mathbf{F} around a closed boundary curve C to the flux of the curl of \mathbf{F}FaroundaclosedboundarycurveCtothefluxofthecurlofF through any surface SSS bounded by that curve. 3. Distractors: Option B describes the Divergence Theorem (Gauss's Theorem), which relates flux to a volume integral. Option C describes the Fundamental Theorem for Line Integrals, which applies to conservative fields. Option D is an incorrect statement with no physical basis. Therefore, Option A is the correct identification of Stokes' Theorem.

These are 15 of 653 questions available. Take a practice test →

Related Study Resources

Explore other free certification prep and study materials on BrainyBee.

∫

Calculus 1 Mastery

AWS Certified Cloud Practitioner (CLF-C02)

854 questions · 163 notes

AWS Certified Solutions Architect - Associate (SAA-C03)

833 questions · 204 notes

AWS Certified Advanced Networking - Specialty (ANS-C01)

1156 questions · 231 notes

Microsoft Azure Fundamentals (AZ-900)

680 questions · 96 notes

AWS Certified Security - Specialty (SCS-C03)

980 questions · 130 notes

AWS Certified Machine Learning Engineer - Associate (MLA-C01)

724 questions · 160 notes

Microsoft Azure AI Fundamentals (AI-900)

255 questions · 54 notes

Ready to ace Calculus III: Multivariable Calculus?

Access all 653 practice questions, study notes, and flashcards — no sign-up required.

Start Studying — Free
Explore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.