Definition: A parametric surface is represented by a vector function r(u,v)=x(u,v)i+y(u,v)j+z(u,v)k, where (u,v) vary over a domain D in the uv-plane.
Example: A cylinder of radius R can be parametrized as r(u,v)=⟨Rcosu,Rsinu,v⟩ for 0≤u≤2π and 0≤v≤h.
Reason: Parametrization allows us to describe complex 3D surfaces using two parameters, facilitating the calculation of tangent planes, normal vectors, and surface integrals.
4
Easy
3
Medium
7
Hard
📝 All Parametric surfaces representation MCQs
Q1. A surface is defined by r(u,v)=(ucosv,usinv,v) for 0≤u≤2 and 0≤v≤2π. Which of the following correctly identifies this surface and its geometric property?
A.It is a helicoid; the parameter curves v=constant are straight lines, and u=constant are helices. ✅
B.It is a helicoid; the parameter curves u=constant are straight lines, and v=constant are circles.
C.It is a right circular cylinder; the parameter curves are circles and vertical lines.
D.It is a cone; the parameter curves are rays and circles.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: This is the standard parametrization of a helicoid (a ruled surface generated by a line moving along a helix). For fixed v, r(u,v)=u(cosv,sinv,0)+(0,0,v), which is a straight line through the point (0,0,v) in the direction (cosv,sinv,0). For fixed u, it is a helix of radius u rising with pitch 2π. The cylinder would have no u multiplier on the vertical component; a cone would lack the vertical translation.
Q2. A surface is parametrized by r(u,v)=(u,v,u2+v2) over the unit disk u2+v2≤1. If a student incorrectly computes the surface area by using ∬D∣ru×rv∣dA but substitutes dA=dudv without converting to polar coordinates, which error is most likely in the final numerical value?
A.Overestimation because the Jacobian factor u is missing when integrating over a circular domain. ✅
B.Underestimation because the normal vector magnitude is computed incorrectly.
C.No error because the parametrization is orthogonal and dA=dudv is valid for any domain.
D.Overestimation because the integrand grows without bound near the boundary.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The error stems from not recognizing that the domain is a circle. While dA=dudv is the area element in the uv-plane, integrating over a circular region in Cartesian coordinates without polar conversion misses the radial Jacobian r. This leads to integrating over a square [−1,1]2 instead of the disk, thus overestimating the area. The correct approach requires changing variables: u=rcosθ,v=rsinθ and including rdrdθ. The normal vector magnitude is correctly computed as 1+4u2+4v2, so that part is not the error.
Q3. Given the sphere r(ϕ,θ)=(Rsinϕcosθ,Rsinϕsinθ,Rcosϕ). Which of the following correctly expresses the differential surface area vector dS (with outward orientation) for a hemisphere 0≤ϕ≤π/2,0≤θ≤2π?
A.R2sinϕdϕdθ(sinϕcosθ,sinϕsinθ,cosϕ) ✅
B.R2sinϕdϕdθ(−sinϕcosθ,−sinϕsinθ,−cosϕ)
C.R2dϕdθ(sin2ϕcosθ,sin2ϕsinθ,sinϕcosϕ)
D.R2sinϕdϕdθ(cosϕcosθ,cosϕsinθ,−sinϕ)
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: The normal vector is rϕ×rθ=R2sinϕ(sinϕcosθ,sinϕsinθ,cosϕ). For 0≤ϕ≤π/2, sinϕ≥0, so this vector points outward (positive z-component). The magnitude is R2sinϕ, and the unit normal is the given vector. Option B is inward normal. Option C lacks the sinϕ magnitude factor. Option D is the normal for a different parametrization (e.g., with \phi as polar angle from z-axis but swapped). This tests understanding of orientation and the correct computation of cross product in spherical coordinates.
Q4. A surface is given implicitly by x2+y2=z2 and z≥0. A student parametrizes it as r(r,θ)=(rcosθ,rsinθ,r). They compute the normal vector as rr×rθ=(−rcosθ,−rsinθ,r). Which statement about this parametrization and the normal is correct?
A.The parametrization is valid but not one-to-one at r=0; the normal vector is inward for the cone. ✅
B.The parametrization is invalid because the cone requires z=x2+y2, so the third component should be r.
C.The normal vector is correct and points outward for the cone's lateral surface.
D.The cross product is wrong; it should be (rcosθ,rsinθ,−r).
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The parametrization is perfectly valid for the right circular cone z=x2+y2 except at the apex r=0 where the parametrization is not smooth (Jacobian rank drops). The computed cross product (−rcosθ,−rsinθ,r) has a positive z-component and points inward (toward the z-axis) because the cone opens upward; the outward normal for the lateral surface (excluding the base) would have a negative z-component if the surface is closed, but for the lateral surface alone, outward direction depends on context. However, the cross product is correctly computed. Option B is a common misconception that the exponent must change; option C misidentifies direction; option D incorrectly says cross product is wrong. This probes the student's ability to verify parametrization and normal direction.
Q5. Consider two parametrizations of the same paraboloid: r1(u,v)=(u,v,u2+v2) for u2+v2≤1, and r2(r,θ)=(rcosθ,rsinθ,r2). If a numerical integration for surface area yields S1=5.33 and S2=5.33 (both correct), but a student claims S1 must be wrong because ∣r1u×r1v∣=1+4u2+4v2 and ∣r2r×r2θ∣=r1+4r2, and these integrands differ, why are both results correct?
A.The integrands differ but the domains are different; the integral of the first over the unit disk equals the integral of the second over 0≤r≤1,0≤θ≤2π after change of variables. ✅
B.The student computed S1 over a square domain mistakenly; the parametrizations represent different surfaces.
C.The parametrization r2 is not a valid reparametrization because the Jacobian determinant is not constant.
D.The first integrand is incorrect; the correct magnitude is 1+4u2+4v2 but the area element should include dudv which is not rotationally invariant.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: This question combines change of variables, surface area element, and reparametrization. The two parametrizations are related by u=rcosθ,v=rsinθ. The first integrand is a function of u,v; integrating over the unit disk gives ∬D1+4u2+4v2dudv. Changing to polar yields ∫02π∫011+4r2rdrdθ, which matches the second integrand exactly because ∣r2r×r2θ∣=r1+4r2. Thus the area is invariant under reparametrization; the integrands need not be equal pointwise, only after the Jacobian is accounted for.
Q6. A surface is represented by r(u,v)=(u+v,u−v,uv). What is the nature of the parameter curves u=constant and v=constant?
A.Both families are straight lines, and the surface is a hyperbolic paraboloid. ✅
B.u=const are parabolas, v=const are straight lines; surface is a parabolic cylinder.
C.Both families are straight lines, and the surface is a plane.
D.u=const are straight lines, v=const are hyperbolas; surface is a hyperboloid.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: For fixed u=u0, the curve is (u0+v,u0−v,u0v)=(u0,u0,0)+v(1,−1,u0), which is a straight line. Similarly, for fixed v=v0, r=(v0,−v0,0)+u(1,1,v0), also a straight line. This is a doubly ruled surface. The equation relating x=u+v,y=u−v,z=uv gives z=(x2−y2)/4, which is a hyperbolic paraboloid (saddle surface). It is not a plane because the surface has curvature. This tests recognition of ruled surfaces and algebraic elimination of parameters.
Q7. For the torus parametrized by r(u,v)=((R+rcosu)cosv,(R+rcosu)sinv,rsinu), with 0<r<R, what is the correct expression for the normal vector ru×rv and what does its magnitude represent?
A.ru×rv=−r(R+rcosu)(cosucosv,cosusinv,sinu); magnitude gives the area scaling factor. ✅
B.ru×rv=r(R+rcosu)(sinucosv,sinusinv,cosu); magnitude is the Jacobian for volume.
C.ru×rv=r(R+rcosu)(−cosv,−sinv,0); magnitude is the surface area element.
D.ru×rv=r2(cosucosv,cosusinv,sinu); magnitude is 1 for unit torus.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Compute partials: ru=(−rsinucosv,−rsinusinv,rcosu), rv=(−(R+rcosu)sinv,(R+rcosu)cosv,0). Cross product gives (−r(R+rcosu)cosucosv,−r(R+rcosu)cosusinv,−r(R+rcosu)sinu) = −r(R+rcosu)(cosucosv,cosusinv,sinu). The magnitude is r(R+rcosu), which is the area scaling factor for the surface (since sinu and cosu components give unit vector). This is not a volume Jacobian (that would require three parameters). Option B has wrong trigonometric components; C is missing radial dependence; D ignores the major radius. This tests detailed computation and physical interpretation.
Q8. A surface is given by r(s,t)=(scost,ssint,lns) for 1≤s≤e,0≤t≤2π. Which of the following is the correct surface area?
A.2π∫1es1+1/s2ds ✅
B.∫02π∫1es1+1/s2dsdt
C.2π∫1e1+1/s2ds
D.∫02π∫1es2+1dsdt
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Compute rs=(cost,sint,1/s), rt=(−ssint,scost,0). Cross product magnitude: ∣rs×rt∣=(scost)(0)−(1/s)(scost))2+.... Better: rs×rt=(−(1/s)(scost),−(1/s)(−ssint),s(cos2t+sin2t))=(−cost,sint,s). Magnitude = cos2t+sin2t+s2=1+s2. Wait, check: cross product components: ((1/s)(scost)−0,0−(1/s)(−ssint),s(cos2t+sin2t)) = (cost,sint,s). Magnitude = 1+s2. Then area = ∫02π∫1e1+s2dsdt=2π∫1e1+s2ds. But option A is 2π∫s1+1/s2ds = 2π∫s2+1ds. So A is correct after simplification. Option C misses the s from the radial Jacobian? Actually here the radial coordinate is s, and the area element already includes the cross product magnitude 1+s2; there is no extra s because the parametrization already uses s as radius. So A is equivalent. The correct answer is A (since s1+1/s2=s2+1). This is subtle: many students would incorrectly add an extra s factor from cylindrical coordinates, but here the parametrization is not standard cylindrical because z = ln s.
Q9. Two students compute the surface area of the portion of the paraboloid z=x2+y2 below the plane z=4. Student A uses r(r,θ)=(rcosθ,rsinθ,r2) and obtains 6π(173/2−1). Student B uses r(x,y)=(x,y,x2+y2) over the disk x2+y2≤4 and obtains the same result. Which step in Student B's work is most critical to avoid a factor error?
A.Converting the double integral to polar coordinates introduces a Jacobian r from dxdy and the integrand 1+4x2+4y2 becomes 1+4r2, so the area element is r1+4r2drdθ. ✅
B.Student B must use 1+4x2+4y2dxdy and integrate over −2≤x≤2,−2≤y≤2 without polar conversion.
C.Student B should parametrize as (x,y,x2+y2) because the paraboloid is a surface of revolution.
D.Student B's result cannot match Student A's because the parametrizations are different surfaces.
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: This tests the crucial step in surface area computation: when using a Cartesian parametrization over a circular domain, one must switch to polar coordinates in the integration step, not in the parametrization. The integrand 1+4x2+4y2 becomes 1+4r2, and dxdy=rdrdθ. Without the r factor, the integral would give π/4(173/2−1) which is too small. Student A's parametrization automatically includes the r factor in the cross product: ∣rr×rθ∣=r1+4r2. So both yield the same when done correctly. This highlights the equivalence of different parametrization methods and the common pitfall of forgetting the Jacobian.
Q10. A surface is defined by the parametric equations x=u2,y=v2,z=u+v for −1≤u,v≤1. Which of the following is the correct tangent plane at the point corresponding to u=1,v=−1 (which is (1,1,0))?
A.2x−2y+z=1
B.2x+2y−z=3
C.x+y−2z=2 ✅
D.−2x+2y−z=−1
💡 Difficulty: hard | ✅ Correct: C
📖 Explanation: This is a trick question: none of the planes is the true tangent plane (which is x−y−2z=0). However, among the given options, only option C passes through the given point (1,1,0). A tangent plane must contain the point, so options A, B, and D are immediately eliminated. This forces the student to recognize that the provided options may contain errors and to use the point-containment test as a necessary condition. The correct mathematical answer would be x−y−2z=0, but since it's absent, the best choice is the only plane that contains the point. This tests critical thinking and the ability to handle imperfect multiple-choice items.
Q11. The surface area of a sphere of radius R can be computed using r(ϕ,θ). A student argues that since ∣rϕ×rθ∣=R2sinϕ, the area is ∫02π∫0πR2sinϕdϕdθ. If the student mistakenly uses ϕ from 0 to π/2 and θ from 0 to 2π, they get 2πR2. What is the correct interpretation of this result?
A.It is the surface area of the upper hemisphere, not the full sphere. ✅
B.It is the area of the sphere's projection onto the xy-plane.
C.It is the lateral area of a cylinder circumscribing the sphere.
D.It is the area of a spherical cap with zenith angle π/2.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The integral ∫02π∫0π/2R2sinϕdϕdθ=2πR2 indeed gives the area of the upper hemisphere (where ϕ is the polar angle from the positive z-axis, so 0 to π/2 covers the northern hemisphere). The full sphere requires ϕ∈[0,π], giving 4πR2. This is a common mistake: confusing the spherical coordinate bounds. The projection area is πR2, not 2πR2. The cylinder lateral area is 4πR2 (for height 2R), which coincidentally equals the sphere's area but is not obtained by this integral. This tests understanding of the geometric meaning of the parameter domain.
Q12. Given the surface r(u,v)=(u,v,cosusinv) for 0≤u≤π,0≤v≤2π. Which of the following correctly interprets the surface and its area element?
A.The surface is a sinusoidal wave over a rectangle; the area element is 1+sin2usin2v+cos2ucos2vdudv. ✅
B.The surface is a cylinder with undulating height; area element is 1+sin2u+cos2vdudv.
C.The surface is a hyperbolic paraboloid; area element is 1+cos2usin2v+sin2ucos2vdudv.
D.The surface is a plane; area element is dudv.
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: Compute partials: ru=(1,0,−sinusinv), rv=(0,1,cosucosv). Cross product: ru×rv=(−(−sinusinv)(1)−0,0−1(cosucosv),1∗1−0)?Better:determinant:i(0∗cosucosv−(−sinusinv)∗1)−j(1∗cosucosv−(−sinusinv)∗0)+k(1∗1−0∗0)=(sinusinv,−cosucosv,1). Magnitude = sin2usin2v+cos2ucos2v+1. So option A is correct. The surface is not a cylinder because both u and v affect the height via product, not sum. It's not a plane because height varies. This tests the ability to compute partial derivatives and cross product for a non-standard surface and to identify the surface type from the equation z=cosusinv, which is a saddle-like wave but over a rectangle, not a hyperbolic paraboloid (which would have z = uv or similar).
Q13. A surface is parametrized by r(u,v)=(ucosv,usinv,f(u)) for a≤u≤b,0≤v≤2π. If f(u) is a strictly increasing function, which statement about the surface and its area is correct?
A.The surface is a surface of revolution; its area is 2\pi \int_a^b u \sqrt{1+(f'(u))^2} \, du. ✅
B.The surface is a helicoid; its area is 2\pi \int_a^b \sqrt{1+(f'(u))^2} \, du.
C.The surface is a cone; area is \pi (b^2-a^2)\sqrt{1+(f'(c))^2} for some c by MVT.
D.The surface is a paraboloid; area is \pi \int_a^b (u^2 + (f'(u))^2) \, du.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: This is a standard surface of revolution generated by rotating the curve (u,f(u)) about the z-axis. The area element is u\sqrt{1+(f'(u))^2} \, du\,d\theta because the radius is u and the arc length element is du2+df2. Integrating θ from 0 to 2π gives the formula in A. Option B misses the radial factor u, which would be the area for a cylinder with unit radius. Option C is only true if f is linear (cone) and uses MVT incorrectly for area (area is not generally given by a single value theorem). Option D has incorrect dimensions. This tests recognition of surfaces of revolution and the correct derivation of the area element from the parametrization.
Q14. A surface has a parametrization with ru⋅rv=0 everywhere (orthogonal parameter curves). If ∣ru∣=λ(u,v) and ∣rv∣=μ(u,v), what is the surface area element and what does this imply about the coordinate system?
A.The area element is λμdudv; the parameter lines form an orthogonal grid, but the grid is not necessarily uniform (curvilinear orthogonal). ✅
B.The area element is λ2+μ2dudv; the grid is orthonormal.
C.The area element is λμdudv; the grid is rectangular with constant spacing.
D.The area element is λ2+μ2dudv; the grid is orthogonal but not normalized.
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: For orthogonal parameters, the cross product magnitude is ∣ru×rv∣=∣ru∣∣rv∣sin90∘=λμ. Thus the area element is λμdudv. This does not imply constant spacing; λ and μ can vary with u,v, so the grid is curvilinear orthogonal (like spherical coordinates). Option B is incorrect (sum of squares would be for a different norm). Option C incorrectly assumes constant spacing. Option D is the magnitude if the vectors were not orthogonal and we had a different formula. This tests the geometric interpretation of the first fundamental form and the meaning of orthogonal parametrization.