01
Vectors and space
Track dimensions and geometric meaning while computing, then verify the result by multiplication, substitution, or a basis-vector test.
Goal: recognise a vectors and space problem from its wording, carry out the governing method, and check that the result is reasonable.
02
Partial derivatives
Relate local change to slope, apply the appropriate derivative rule, and use sign, units, and graph behavior to interpret the result.
Goal: recognise a partial derivatives problem from its wording, carry out the governing method, and check that the result is reasonable.
03
Multiple integrals
Represent accumulated change, choose bounds and technique carefully, and check the result with units, area, or differentiation.
Goal: recognise a multiple integrals problem from its wording, carry out the governing method, and check that the result is reasonable.
04
Vector fields
Track dimensions and geometric meaning while computing, then verify the result by multiplication, substitution, or a basis-vector test.
Goal: recognise a vector fields problem from its wording, carry out the governing method, and check that the result is reasonable.
05
Line integrals
Represent accumulated change, choose bounds and technique carefully, and check the result with units, area, or differentiation.
Goal: recognise a line integrals problem from its wording, carry out the governing method, and check that the result is reasonable.
06
Surface integrals
Represent accumulated change, choose bounds and technique carefully, and check the result with units, area, or differentiation.
Goal: recognise a surface integrals problem from its wording, carry out the governing method, and check that the result is reasonable.
07
Green, Stokes, and divergence theorems
Define the central objects, connect at least two representations, solve direct and unfamiliar applications, and explain how the result can be checked.
Goal: recognise a green, stokes, and divergence theorems problem from its wording, carry out the governing method, and check that the result is reasonable.
Multivariable Calculus questions with worked answers
These 8 questions are printed in full on this page and are drawn across all 7 course units. Nothing here is generated on the fly. Cover the options, solve each one on paper, and only then open the worked answer to compare your method with the one shown.
Question 1: For u = (2, -1, 3) and v = (1, 4, -2), compute the dot product and the cross product u x v.
Multivariable Calculus · Vectors and space
- dot -8, cross (-10, 7, 9)
- dot 8, cross (-10, 7, 9)
- dot -8, cross (10, -7, -9)
- dot -8, cross (-10, -7, 9)
Show the worked answer
- Dot product: 2(1) + (-1)(4) + 3(-2) = 2 - 4 - 6 = -8.
- First cross component: (-1)(-2) - (3)(4) = 2 - 12 = -10.
- Second component (remember the minus sign): -[(2)(-2) - (3)(1)] = -(-4 - 3) = 7.
- Third component: (2)(4) - (-1)(1) = 8 + 1 = 9. So u x v = (-10, 7, 9).
Answer: dot -8, cross (-10, 7, 9)
Question 2: What is the distance from the point (3, 1, 2) to the plane 2x - y + 2z = 6?
Multivariable Calculus · Vectors and space
- 1
- 3
- 1/3
- 9
Show the worked answer
- Distance is |ax + by + cz - d| divided by the length of the normal vector (a, b, c).
- Top: |2(3) - 1(1) + 2(2) - 6| = |6 - 1 + 4 - 6| = 3.
- The normal is (2, -1, 2), with length the square root of 4 + 1 + 4 = 3.
- 3 / 3 = 1.
Answer: 1
Question 3: For f(x, y) = x^3 y^2 - 4xy, what is the mixed partial derivative f_xy at (2, 1)?
Multivariable Calculus · Partial derivatives
- 20
- 8
- 24
- -4
Show the worked answer
- First take the partial with respect to x: f_x = 3x^2 y^2 - 4y.
- Now take the partial of that with respect to y: f_xy = 6x^2 y - 4.
- At (2, 1): 6(4)(1) = 24.
- 24 - 4 = 20.
Answer: 20
Question 4: Evaluate the double integral of (x + 2y) over the rectangle 0 to 2 in x and 0 to 3 in y.
Multivariable Calculus · Multiple integrals
- 24
- 18
- 30
- 12
Show the worked answer
- Integrate with respect to y first: the integral of x + 2y dy is xy + y^2.
- Evaluate from y = 0 to 3: 3x + 9.
- Now integrate 3x + 9 from x = 0 to 2: 1.5x^2 + 9x.
- At x = 2 that is 6 + 18 = 24.
Answer: 24
Question 5: Is F = (2xy, x^2 + 3y^2) conservative, and if so what is a potential function?
Multivariable Calculus · Vector fields
- Yes, f = x^2 y + y^3
- No, the field is not conservative
- Yes, f = 2x^2 y + 3y^3
- Yes, f = x^2 y + 3y^2
Show the worked answer
- Check the cross partials. The partial of 2xy with respect to y is 2x.
- The partial of x^2 + 3y^2 with respect to x is also 2x, so the field is conservative.
- Integrate the first part with respect to x: x^2 y plus a function of y.
- Differentiating x^2 y + g(y) with respect to y and matching x^2 + 3y^2 gives g'(y) = 3y^2, so g = y^3 and f = x^2 y + y^3.
Answer: Yes, f = x^2 y + y^3
Question 6: Using F = (2xy, x^2 + 3y^2), what is the work done along any path from (0, 0) to (1, 2)?
Multivariable Calculus · Line integrals
- 10
- 2
- 8
- it depends on the path
Show the worked answer
- The field is conservative with potential f = x^2 y + y^3, so only the endpoints matter.
- At (1, 2): f = 1(2) + 2^3 = 2 + 8 = 10.
- At (0, 0): f = 0.
- The work is 10 - 0 = 10.
Answer: 10
Question 7: Use the divergence theorem to find the flux of F = (x, y, z) out of the sphere of radius 2.
Multivariable Calculus · Green, Stokes, and divergence theorems
- 32 pi
- 16 pi
- 8 pi
- 96 pi
Show the worked answer
- The divergence of (x, y, z) is 1 + 1 + 1 = 3.
- The flux equals the divergence integrated over the enclosed volume.
- The sphere of radius 2 has volume (4/3) pi (2^3) = 32 pi / 3.
- 3 x 32 pi / 3 = 32 pi.
Answer: 32 pi
Question 8: Use Green's theorem to evaluate the line integral of y dx + 2x dy counterclockwise around a circle of radius 3.
Multivariable Calculus · Surface integrals
- 9 pi
- 3 pi
- 18 pi
- 6 pi
Show the worked answer
- Green's theorem turns the loop integral into a double integral of (partial of 2x in x) minus (partial of y in y).
- That is 2 - 1 = 1.
- So the answer is just the area of the region.
- The circle of radius 3 has area pi(3^2) = 9 pi.
Answer: 9 pi
Which unit each printed question belongs to
Use this map after marking your work. If two misses share a unit, review that unit before starting a generated set.
How the generated Multivariable Calculus sets are created
The 8 questions above are fixed and checked. The generator at the top of the page is different: it writes fresh questions with AI from the course and unit information shown here, then the application checks each one for a complete prompt, four choices, one keyed answer, and an explanation. Generated questions are original practice—not official or released exam questions—and AI can still make mathematical mistakes. Verify a disputed answer with the stated method, your course materials, or the MathGPT solver, and follow the site's academic-integrity guidance.
Questions about this Multivariable Calculus practice page
What does this page cover?
It covers all 7 Multivariable Calculus units listed above. Choose one unit for focused work, or mixed review to test method selection, and switch to test mode when you want all units mixed under time.
When can I see correct answers and explanations?
The 8 printed questions on this page keep their worked answers behind a toggle, so you can check any one of them straight away. In the generator above, practice mode explains each question as soon as you answer it, while test mode holds every explanation until you submit.
What should I do with a missed question?
Classify the miss as a definition, setup, calculation, interpretation, or timing error. Re-solve it from a blank page, then use the MathGPT tutor for a hint or method check.