Multivariable Calculus Quiz: Cartesian To Cylindrical
19 questions · exam conditions
0:00
Cartesian To CylindricalQuestion 1 of 19

The point PP has Cartesian coordinates (3,33,7)(-3, 3\sqrt{3}, 7). If we represent this point in cylindrical coordinates as (r,θ,z)(r, \theta, z) where 0θ<2π0 \leq \theta < 2\pi, what is the value of θ\theta?

2π3\frac{2\pi}{3}
π3\frac{\pi}{3}
4π3\frac{4\pi}{3}
5π3\frac{5\pi}{3}
← Back to quizzes

Multivariable Calculus Quiz

Multivariable Calculus Quiz: Cartesian To Cylindrical

Practice Cartesian To Cylindrical in Multivariable Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Cartesian To Cylindrical, giving you a quick way to practice the rules, question types, and explanations that matter most for Multivariable Calculus.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

The point PP has Cartesian coordinates (3,33,7)(-3, 3\sqrt{3}, 7). If we represent this point in cylindrical coordinates as (r,θ,z)(r, \theta, z) where 0θ<2π0 \leq \theta < 2\pi, what is the value of θ\theta?

  1. 2π3\frac{2\pi}{3} (correct answer)
  2. π3\frac{\pi}{3}
  3. 4π3\frac{4\pi}{3}
  4. 5π3\frac{5\pi}{3}
Explanation: To find θ\theta, we use θ=arctan(yx)\theta = \arctan(\frac{y}{x}) with consideration for the quadrant. Here, x=3<0x = -3 < 0 and y=33>0y = 3\sqrt{3} > 0, so the point is in the second quadrant. We have tan(θ)=333=3\tan(\theta) = \frac{3\sqrt{3}}{-3} = -\sqrt{3}. The reference angle is arctan(3)=π3\arctan(\sqrt{3}) = \frac{\pi}{3}. Since we're in the second quadrant, θ=ππ3=2π3\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}. Option B gives π3\frac{\pi}{3}, which would correspond to the first quadrant. Option C gives 4π3\frac{4\pi}{3}, which is in the third quadrant. Option D gives 5π3\frac{5\pi}{3}, which is in the fourth quadrant.

Question 2

The Cartesian equation z=arctan(y/x)z = \arctan(y/x) represents a surface, where the standard principal value of arctan in (π/2,π/2)(-\pi/2, \pi/2) is used. What is the equation of this surface in cylindrical coordinates and what is its geometric shape?

  1. z=θz = \theta, representing a plane containing the z-axis
  2. z=tan(r)z = \tan(r), representing a cone
  3. r=tan(z)r = \tan(z), representing a surface of revolution
  4. z=θz = \theta, representing a portion of a helicoid (correct answer)
Explanation: When converting between coordinate systems in multivariable calculus, you need to understand how each variable transforms and recognize the geometric meaning of the resulting equation. To convert z=arctan(y/x)z = \arctan(y/x) to cylindrical coordinates, recall that x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, and z=zz = z. The key insight is that yx=rsinθrcosθ=sinθcosθ=tanθ\frac{y}{x} = \frac{r\sin\theta}{r\cos\theta} = \frac{\sin\theta}{\cos\theta} = \tan\theta. Therefore, z=arctan(tanθ)=θz = \arctan(\tan\theta) = \theta (within the principal domain). The surface z=θz = \theta represents a helicoid—specifically, a portion of one. As you move around the z-axis (increasing θ\theta), the height zz increases linearly. This creates a twisted, ramp-like surface that spirals upward. Since we're using the principal value of arctan, we only get the portion where θ(π/2,π/2)\theta \in (-\pi/2, \pi/2), making this a partial helicoid. Choice A incorrectly identifies this as a plane—while z=θz = \theta is linear in θ\theta, it's not a plane because it spirals around the z-axis. Choice B gives z=tan(r)z = \tan(r), which would result from misapplying the coordinate transformation. Choice C suggests r=tan(z)r = \tan(z), which represents a completely different surface where radius depends on height, not the angular relationship we have here. Remember: when converting coordinate equations, always substitute the transformation relationships carefully and consider what the geometric shape actually looks like by thinking about how the surface behaves as each coordinate varies.

Question 3

A vector field is given in Cartesian coordinates by F(x,y,z)=y,x,z\vec{F}(x,y,z) = \langle -y, x, z \rangle. Find the cylindrical component of the vector field in the direction of increasing θ\theta, denoted FθF_{\theta}, at the point with Cartesian coordinates (1,3,4)(1, \sqrt{3}, 4).

  1. 11
  2. 22 (correct answer)
  3. 3-\sqrt{3}
  4. 00
Explanation: When converting vector fields between coordinate systems, you need to express the field components in terms of the new coordinate system's unit vectors. This question tests your ability to transform from Cartesian to cylindrical coordinates. To find FθF_{\theta}, you need the unit vector in the direction of increasing θ\theta. In cylindrical coordinates, θ^=sinθ,cosθ,0\hat{\theta} = \langle -\sin\theta, \cos\theta, 0 \rangle. At the point (1,3,4)(1, \sqrt{3}, 4), first convert to cylindrical: r=12+(3)2=2r = \sqrt{1^2 + (\sqrt{3})^2} = 2 and θ=arctan(3/1)=π/3\theta = \arctan(\sqrt{3}/1) = \pi/3. Therefore, sinθ=3/2\sin\theta = \sqrt{3}/2 and cosθ=1/2\cos\theta = 1/2. The unit vector becomes θ^=3/2,1/2,0\hat{\theta} = \langle -\sqrt{3}/2, 1/2, 0 \rangle. Now compute the dot product: Fθ=Fθ^=3,1,43/2,1/2,0=(3)(3/2)+(1)(1/2)+(4)(0)=3/2+1/2=2F_{\theta} = \vec{F} \cdot \hat{\theta} = \langle -\sqrt{3}, 1, 4 \rangle \cdot \langle -\sqrt{3}/2, 1/2, 0 \rangle = (-\sqrt{3})(-\sqrt{3}/2) + (1)(1/2) + (4)(0) = 3/2 + 1/2 = 2. Answer A) gives 11, which you'd get if you only calculated the yy-component contribution and forgot the xx-component. Answer C) gives 3-\sqrt{3}, which is just the xx-component of F\vec{F} at this point—a common error when students confuse Cartesian components with cylindrical ones. Answer D) gives 00, which would result from incorrectly assuming the zz-component affects FθF_{\theta} or making sign errors in the calculation. Remember: cylindrical components require dot products with the appropriate unit vectors. Always convert your point's coordinates first, then construct the unit vectors, then compute the dot product carefully.

Question 4

A solid region is defined by the Cartesian inequalities x2+y29x^2 + y^2 \le 9, yxy \ge |x|, and 0z20 \le z \le 2. Which of the following sets of inequalities describes this same region in cylindrical coordinates?

  1. 0r30 \le r \le 3, π/4θ3π/4\pi/4 \le \theta \le 3\pi/4, 0z20 \le z \le 2 (correct answer)
  2. 0r30 \le r \le 3, 0θπ/40 \le \theta \le \pi/4, 0z20 \le z \le 2
  3. 0r30 \le r \le 3, π/4θπ/4-\pi/4 \le \theta \le \pi/4, 0z20 \le z \le 2
  4. 0r90 \le r \le 9, π/4θ3π/4\pi/4 \le \theta \le 3\pi/4, 0z20 \le z \le 2
Explanation: We convert each inequality to cylindrical coordinates. The inequality x2+y29x^2 + y^2 \le 9 becomes r29r^2 \le 9, which simplifies to 0r30 \le r \le 3 since rr must be non-negative. The inequality 0z20 \le z \le 2 remains unchanged. The inequality yxy \ge |x| describes the region in the xy-plane that is on or above the graphs of y=xy=x (for x0x \ge 0) and y=xy=-x (for x<0x < 0). The line y=xy=x in the first quadrant corresponds to θ=π/4\theta = \pi/4. The line y=xy=-x in the second quadrant corresponds to θ=3π/4\theta = 3\pi/4. The region between these lines in the upper half-plane (y>0y>0) corresponds to the angular range π/4θ3π/4\pi/4 \le \theta \le 3\pi/4. Combining these gives the description: 0r30 \le r \le 3, π/4θ3π/4\pi/4 \le \theta \le 3\pi/4, 0z20 \le z \le 2.

Question 5

The equation of a surface in Cartesian coordinates is x2+y2=2ayx^2 + y^2 = 2ay, where a>0a > 0 is a constant. This surface is a cylinder. Which choice correctly gives its equation in cylindrical coordinates and the minimal angular range required to trace its circular base exactly once?

  1. r=2acosθr = 2a \cos\theta, for θ[π/2,π/2]\theta \in [-\pi/2, \pi/2]
  2. r=2asinθr = 2a \sin\theta, for θ[0,2π)\theta \in [0, 2\pi)
  3. r2=2asinθr^2 = 2a \sin\theta, for θ[0,π]\theta \in [0, \pi]
  4. r=2asinθr = 2a \sin\theta, for θ[0,π]\theta \in [0, \pi] (correct answer)
Explanation: To convert the equation x2+y2=2ayx^2 + y^2 = 2ay to cylindrical coordinates, substitute x2+y2=r2x^2+y^2=r^2 and y=rsinθy=r\sin\theta. This gives r2=2a(rsinθ)r^2 = 2a(r\sin\theta). This equation can be satisfied if r=0r=0 (which is the z-axis) or if we divide by rr (assuming r0r \ne 0), which gives r=2asinθr = 2a\sin\theta. The Cartesian equation can be rewritten as x2+(ya)2=a2x^2 + (y-a)^2 = a^2, which is a circle in the xy-plane centered at (0,a)(0, a) with radius aa. Since a>0a>0, this circle lies in the upper half-plane (y0y \ge 0) where θ\theta is in the interval [0,π][0, \pi]. As θ\theta varies from 00 to π\pi, rr starts at 00, increases to 2a2a at θ=π/2\theta=\pi/2, and returns to 00 at θ=π\theta=\pi, tracing the circle exactly once. The range θ[0,2π)\theta \in [0, 2\pi) would trace the circle twice.

Question 6

A point PP has cylindrical coordinates (r,θ,z)=(4,2π3,2)(r, \theta, z) = (4, \frac{2\pi}{3}, -2). If this point is rotated about the zz-axis by an angle of π6\frac{\pi}{6} in the positive direction, what are the Cartesian coordinates of the resulting point?

  1. (23,2,2)(-2\sqrt{3}, 2, -2) (correct answer)
  2. (2,23,2)(-2, 2\sqrt{3}, -2)
  3. (2,23,2)(2, 2\sqrt{3}, -2)
  4. (23,2,2)(2\sqrt{3}, -2, -2)
Explanation: After rotation, the new cylindrical coordinates are (4,2π3+π6,2)=(4,5π6,2)(4, \frac{2\pi}{3} + \frac{\pi}{6}, -2) = (4, \frac{5\pi}{6}, -2). Converting to Cartesian: x=4cos(5π6)=4(32)=23x = 4\cos(\frac{5\pi}{6}) = 4 \cdot (-\frac{\sqrt{3}}{2}) = -2\sqrt{3}, y=4sin(5π6)=412=2y = 4\sin(\frac{5\pi}{6}) = 4 \cdot \frac{1}{2} = 2, z=2z = -2. Since 5π6\frac{5\pi}{6} is in the second quadrant where cosine is negative and sine is positive, we get (23,2,2)(-2\sqrt{3}, 2, -2).

Question 7

A solid region is bounded by the surfaces r=1r = 1, r=3r = 3, θ=π6\theta = \frac{\pi}{6}, θ=π3\theta = \frac{\pi}{3}, z=0z = 0, and z=rcos(θ)z = r\cos(\theta) in cylindrical coordinates. At the point with cylindrical coordinates (2,π4,1)(2, \frac{\pi}{4}, 1), is this point inside, outside, or on the boundary of this region?

  1. Cannot be determined from the given information
  2. Outside the region
  3. On the boundary of the region
  4. Inside the region (correct answer)
Explanation: When you encounter a region defined by multiple inequalities in cylindrical coordinates, you need to check whether a given point satisfies all the boundary conditions simultaneously. The region is defined by six surfaces creating boundaries: 1r31 \leq r \leq 3, π6θπ3\frac{\pi}{6} \leq \theta \leq \frac{\pi}{3}, and 0zrcos(θ)0 \leq z \leq r\cos(\theta). To determine if point (2,π4,1)(2, \frac{\pi}{4}, 1) lies inside this region, check each coordinate against its bounds. For the rr-coordinate: 1231 \leq 2 \leq 3 ✓ For the θ\theta-coordinate: π6π4π3\frac{\pi}{6} \leq \frac{\pi}{4} \leq \frac{\pi}{3}. Since π6=2π12\frac{\pi}{6} = \frac{2\pi}{12}, π4=3π12\frac{\pi}{4} = \frac{3\pi}{12}, and π3=4π12\frac{\pi}{3} = \frac{4\pi}{12}, we have 2π123π124π12\frac{2\pi}{12} \leq \frac{3\pi}{12} \leq \frac{4\pi}{12} For the zz-coordinate: We need 01rcos(θ)=2cos(π4)=222=21.4140 \leq 1 \leq r\cos(\theta) = 2\cos(\frac{\pi}{4}) = 2 \cdot \frac{\sqrt{2}}{2} = \sqrt{2} \approx 1.414. So 011.4140 \leq 1 \leq 1.414 Since all three conditions are satisfied with strict inequalities (not equalities), the point is inside the region, making (D) correct. (A) is wrong because we have complete information to make this determination. (B) is incorrect because all boundary conditions are satisfied. (C) is wrong because the point doesn't lie exactly on any of the six bounding surfaces—all inequalities are strict. Study tip: Always check each coordinate systematically against its bounds, and remember that "inside" means all inequalities are satisfied without equality.

Question 8

The cylindrical coordinate system uses the transformation x=rcos(θ)x = r\cos(\theta), y=rsin(θ)y = r\sin(\theta), z=zz = z. If a function f(x,y,z)=x2+y2+z2f(x,y,z) = x^2 + y^2 + z^2 is expressed in cylindrical coordinates, what is the simplified form?

  1. f(r,θ,z)=r2cos2(θ)+r2sin2(θ)+z2f(r,\theta,z) = r^2\cos^2(\theta) + r^2\sin^2(\theta) + z^2
  2. f(r,θ,z)=r2+z2f(r,\theta,z) = r^2 + z^2 (correct answer)
  3. f(r,θ,z)=r2(cos2(θ)+sin2(θ))+z2f(r,\theta,z) = r^2(\cos^2(\theta) + \sin^2(\theta)) + z^2
  4. f(r,θ,z)=r2+θ2+z2f(r,\theta,z) = r^2 + \theta^2 + z^2
Explanation: When converting functions from Cartesian to cylindrical coordinates, you're essentially substituting the coordinate relationships to express the same function in a different variable system. The key insight is recognizing when algebraic simplification can dramatically clean up your expression. Starting with f(x,y,z)=x2+y2+z2f(x,y,z) = x^2 + y^2 + z^2, you substitute the cylindrical coordinate transformations: x=rcos(θ)x = r\cos(\theta) and y=rsin(θ)y = r\sin(\theta). This gives you: f(r,θ,z)=(rcos(θ))2+(rsin(θ))2+z2=r2cos2(θ)+r2sin2(θ)+z2f(r,\theta,z) = (r\cos(\theta))^2 + (r\sin(\theta))^2 + z^2 = r^2\cos^2(\theta) + r^2\sin^2(\theta) + z^2 Now comes the crucial step: factor out r2r^2 from the first two terms to get r2(cos2(θ)+sin2(θ))+z2r^2(\cos^2(\theta) + \sin^2(\theta)) + z^2. Since the fundamental trigonometric identity tells us that cos2(θ)+sin2(θ)=1\cos^2(\theta) + \sin^2(\theta) = 1, this simplifies beautifully to r2+z2r^2 + z^2. Choice A shows the substitution but stops before applying the trigonometric identity—it's mathematically correct but not simplified. Choice C also represents the intermediate step where you've factored out r2r^2 but haven't used the identity cos2(θ)+sin2(θ)=1\cos^2(\theta) + \sin^2(\theta) = 1. Choice D incorrectly includes θ2\theta^2 instead of recognizing that θ\theta cancels out completely through the trigonometric identity. The correct answer is B: f(r,θ,z)=r2+z2f(r,\theta,z) = r^2 + z^2. Study tip: When converting to cylindrical coordinates, always look for opportunities to use cos2(θ)+sin2(θ)=1\cos^2(\theta) + \sin^2(\theta) = 1. This identity frequently appears and can dramatically simplify expressions involving x2+y2x^2 + y^2 terms.

Question 9

Consider the region in 3D space described by the intersection of the cylinder x2+y2=4x^2 + y^2 = 4 and the plane z=x+yz = x + y. If a point in this region has cylindrical coordinates (r,θ,z)(r, \theta, z), which equation correctly relates zz to rr and θ\theta?

  1. z=2(cos(θ)+sin(θ))z = 2(\cos(\theta) + \sin(\theta))
  2. z=r(cos(θ)+sin(θ))z = r(\cos(\theta) + \sin(\theta)) (correct answer)
  3. z=rcos2(θ)+sin2(θ)z = r\sqrt{\cos^2(\theta) + \sin^2(\theta)}
  4. z=r2(cos(θ)+sin(θ))z = r^2(\cos(\theta) + \sin(\theta))
Explanation: When you encounter problems involving coordinate transformations in multivariable calculus, your goal is to express one coordinate system in terms of another using the fundamental conversion relationships. To find how zz relates to rr and θ\theta, you need to use the cylindrical-to-Cartesian conversion formulas. In cylindrical coordinates, x=rcos(θ)x = r\cos(\theta) and y=rsin(θ)y = r\sin(\theta). Since the region lies on the plane z=x+yz = x + y, you can substitute these expressions: z=rcos(θ)+rsin(θ)=r(cos(θ)+sin(θ))z = r\cos(\theta) + r\sin(\theta) = r(\cos(\theta) + \sin(\theta)). Let's examine why each answer choice works or fails: Choice A gives z=2(cos(θ)+sin(θ))z = 2(\cos(\theta) + \sin(\theta)). This incorrectly assumes r=2r = 2 for all points in the region. While the cylinder has radius 2, points inside the cylinder have r2r \leq 2, so this only describes points on the cylinder's surface. Choice B correctly gives z=r(cos(θ)+sin(θ))z = r(\cos(\theta) + \sin(\theta)). This properly accounts for all radial distances within the cylindrical region. Choice C shows z=rcos2(θ)+sin2(θ)=r1=rz = r\sqrt{\cos^2(\theta) + \sin^2(\theta)} = r \cdot 1 = r. This incorrectly simplifies the plane equation, ignoring that we need x+yx + y, not the distance formula. Choice D gives z=r2(cos(θ)+sin(θ))z = r^2(\cos(\theta) + \sin(\theta)). This introduces an incorrect r2r^2 term that doesn't arise from the coordinate conversion. Study tip: Always write out the basic conversion formulas (x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta) first, then substitute directly into the given constraint equation. This systematic approach prevents algebraic errors.

Question 10

A point moves along a helical path described in cylindrical coordinates by r=2r = 2, θ=t\theta = t, z=3tz = 3t where tt is a parameter. At what value of tt (where 0t4π0 \leq t \leq 4\pi) is the xx-coordinate of the point's position equal to 3-\sqrt{3}?

  1. t=5π6t = \frac{5\pi}{6} only
  2. t=7π6t = \frac{7\pi}{6} only
  3. t=5π6t = \frac{5\pi}{6} or t=7π6t = \frac{7\pi}{6}
  4. t=5π6,7π6,17π6,19π6t = \frac{5\pi}{6}, \frac{7\pi}{6}, \frac{17\pi}{6}, \frac{19\pi}{6} (correct answer)
Explanation: The xx-coordinate is x=rcos(θ)=2cos(t)x = r\cos(\theta) = 2\cos(t). Setting 2cos(t)=32\cos(t) = -\sqrt{3} gives cos(t)=32\cos(t) = -\frac{\sqrt{3}}{2}. In [0,2π][0, 2\pi], this occurs at t=5π6t = \frac{5\pi}{6} and t=7π6t = \frac{7\pi}{6}. In [2π,4π][2\pi, 4\pi], adding 2π2\pi to each solution gives t=17π6t = \frac{17\pi}{6} and t=19π6t = \frac{19\pi}{6}. Since 19π6<24π6=4π\frac{19\pi}{6} < \frac{24\pi}{6} = 4\pi, all four values are valid.

Question 11

A region RR in the xyxy-plane is defined by 1x2+y291 \leq x^2 + y^2 \leq 9 and y0y \geq 0. When this region is described using cylindrical coordinates, which of the following correctly gives the bounds?

  1. 1r31 \leq r \leq 3, 0θπ0 \leq \theta \leq \pi, zz arbitrary (correct answer)
  2. 1r291 \leq r^2 \leq 9, 0θπ0 \leq \theta \leq \pi, zz arbitrary
  3. 1r31 \leq r \leq 3, 0θ2π0 \leq \theta \leq 2\pi, zz arbitrary
  4. 1r31 \leq r \leq 3, 0θπ20 \leq \theta \leq \frac{\pi}{2}, zz arbitrary
Explanation: The constraint 1x2+y291 \leq x^2 + y^2 \leq 9 becomes 1r291 \leq r^2 \leq 9 in cylindrical coordinates, which simplifies to 1r31 \leq r \leq 3 (since r0r \geq 0). The constraint y0y \geq 0 means rsin(θ)0r\sin(\theta) \geq 0. Since r>0r > 0, this requires sin(θ)0\sin(\theta) \geq 0, which occurs when 0θπ0 \leq \theta \leq \pi. Option B incorrectly keeps r2r^2 in the bound instead of taking the square root. Option C uses the full range 0θ2π0 \leq \theta \leq 2\pi, which would include the region where y<0y < 0. Option D restricts θ\theta to [0,π2][0, \frac{\pi}{2}], which only covers the first quadrant and misses the second quadrant where y>0y > 0 and x<0x < 0.

Question 12

A curve in 3D space is defined parametrically by x(t)=3tx(t) = 3t, y(t)=4ty(t) = 4t, z(t)=5tz(t) = 5t for t0t \geq 0. What is the equation of this curve when expressed in cylindrical coordinates (r,θ,z)(r, \theta, z)?

  1. r=5tr = 5t, θ=arctan(43)\theta = \arctan(\frac{4}{3}), z=5tz = 5t
  2. r=5zr = 5z, θ=arctan(43)\theta = \arctan(\frac{4}{3}), z=zz = z
  3. r=zr = z, θ=arctan(43)\theta = \arctan(\frac{4}{3}), z=zz = z (correct answer)
  4. r=5z4r = \frac{5z}{4}, θ=arctan(34)\theta = \arctan(\frac{3}{4}), z=zz = z
Explanation: First, convert the parametric equations to cylindrical coordinates. We have r=x2+y2=(3t)2+(4t)2=9t2+16t2=25t2=5tr = \sqrt{x^2 + y^2} = \sqrt{(3t)^2 + (4t)^2} = \sqrt{9t^2 + 16t^2} = \sqrt{25t^2} = 5t. Also, θ=arctan(yx)=arctan(4t3t)=arctan(43)\theta = \arctan(\frac{y}{x}) = \arctan(\frac{4t}{3t}) = \arctan(\frac{4}{3}) (constant). Since z=5tz = 5t, we can express t=z5t = \frac{z}{5}. Substituting: r=5z5=zr = 5 \cdot \frac{z}{5} = z. Therefore, the curve in cylindrical coordinates is r=zr = z, θ=arctan(43)\theta = \arctan(\frac{4}{3}). Option A incorrectly keeps the parameter tt. Option B has r=5zr = 5z instead of r=zr = z. Option D has both incorrect rr and θ\theta expressions.

Question 13

A line segment connects point P1=(4,0,2)P_1 = (4, 0, 2) and point P2=(4,4,6)P_2 = (-4, 4, 6). What are the cylindrical coordinates (r,θ,z)(r, \theta, z) of the midpoint of this segment, assuming 0θ<2π0 \le \theta < 2\pi?

  1. (2,π/2,4)(2, \pi/2, 4) (correct answer)
  2. (22,π/4,4)(2\sqrt{2}, \pi/4, 4)
  3. (42,3π/4,4)(4\sqrt{2}, 3\pi/4, 4)
  4. (2,3π/2,4)(2, 3\pi/2, 4)
Explanation: First, find the Cartesian coordinates of the midpoint MM using the midpoint formula: M=(x1+x22,y1+y22,z1+z22)M = \left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2} \right). M=(4+(4)2,0+42,2+62)=(0,2,4)M = \left( \frac{4+(-4)}{2}, \frac{0+4}{2}, \frac{2+6}{2} \right) = (0, 2, 4). Next, convert these Cartesian coordinates (x,y,z)=(0,2,4)(x, y, z) = (0, 2, 4) to cylindrical coordinates (r,θ,z)(r, \theta, z). z=4z = 4. r=x2+y2=02+22=2r = \sqrt{x^2+y^2} = \sqrt{0^2+2^2} = 2. Since x=0x=0 and y>0y > 0, the point lies on the positive y-axis, so θ=π/2\theta = \pi/2. Thus, the cylindrical coordinates are (2,π/2,4)(2, \pi/2, 4).

Question 14

A point has Cartesian coordinates (3,1,5)(-\sqrt{3}, -1, 5). Which of the following are its cylindrical coordinates (r,θ,z)(r, \theta, z), where the angle θ\theta is in the interval [0,2π)[0, 2\pi)?

  1. (2,7π/6,5)(2, 7\pi/6, 5) (correct answer)
  2. (2,π/6,5)(2, \pi/6, 5)
  3. (2,5π/6,5)(2, 5\pi/6, 5)
  4. (2,11π/6,5)(2, 11\pi/6, 5)
Explanation: Given Cartesian coordinates (x,y,z)=(3,1,5)(x,y,z) = (-\sqrt{3}, -1, 5). The z-coordinate is the same in both systems, so z=5z=5. The radial coordinate is r=x2+y2=(3)2+(1)2=3+1=4=2r = \sqrt{x^2+y^2} = \sqrt{(-\sqrt{3})^2 + (-1)^2} = \sqrt{3+1} = \sqrt{4} = 2. To find the angle θ\theta, we use tanθ=y/x=1/(3)=1/3\tan\theta = y/x = -1/(-\sqrt{3}) = 1/\sqrt{3}. The reference angle for which tanθref=1/3\tan\theta_{ref} = 1/\sqrt{3} is θref=π/6\theta_{ref} = \pi/6. Since both xx and yy are negative, the point lies in the third quadrant. To find the angle in the third quadrant, we add π\pi to the reference angle: θ=π+π/6=7π/6\theta = \pi + \pi/6 = 7\pi/6. The cylindrical coordinates are (2,7π/6,5)(2, 7\pi/6, 5).

Question 15

Point PP has Cartesian coordinates (2,2,1)(2, -2, 1). Point QQ has cylindrical coordinates (r,θ,z)=(3,π,5)(r, \theta, z) = (3, \pi, 5). What is the square of the distance between PP and QQ?

  1. 3333
  2. 2121
  3. 4545 (correct answer)
  4. 4141
Explanation: When you encounter problems involving points in different coordinate systems, you need to convert everything to the same system before calculating distances. Here, point P is given in Cartesian coordinates while point Q is in cylindrical coordinates. First, convert Q's cylindrical coordinates (r,θ,z)=(3,π,5)(r, \theta, z) = (3, \pi, 5) to Cartesian using the conversion formulas: x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, and z=zz = z. For point Q: x=3cos(π)=3(1)=3x = 3\cos(\pi) = 3(-1) = -3, y=3sin(π)=3(0)=0y = 3\sin(\pi) = 3(0) = 0, and z=5z = 5. So Q has Cartesian coordinates (3,0,5)(-3, 0, 5). Now calculate the square of the distance between P(2,2,1)(2, -2, 1) and Q(3,0,5)(-3, 0, 5) using the distance formula: d2=(x2x1)2+(y2y1)2+(z2z1)2d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2 d2=(32)2+(0(2))2+(51)2=(5)2+(2)2+(4)2=25+4+16=45d^2 = (-3 - 2)^2 + (0 - (-2))^2 + (5 - 1)^2 = (-5)^2 + (2)^2 + (4)^2 = 25 + 4 + 16 = 45 Answer A (33) likely comes from incorrectly using cos(π)=0\cos(\pi) = 0 and sin(π)=1\sin(\pi) = -1, swapping the trigonometric values. Answer B (21) might result from calculation errors in the distance formula. Answer D (41) could occur from sign errors or arithmetic mistakes in the squaring process. Study tip: Always double-check your trigonometric values when converting coordinates. Remember that cos(π)=1\cos(\pi) = -1 and sin(π)=0\sin(\pi) = 0, and verify your coordinate conversion before applying the distance formula.

Question 16

The equation of a surface in Cartesian coordinates is (x2+y2)2=4(x2y2)(x^2+y^2)^2 = 4(x^2-y^2). Which of the following is the equation for this surface in cylindrical coordinates?

  1. r=4cos(2θ)r = 4\cos(2\theta)
  2. r2=4cos2θr^2 = 4\cos^2\theta
  3. r2=4cos(2θ)r^2 = 4\cos(2\theta) (correct answer)
  4. r4=4cos(2θ)r^4 = 4\cos(2\theta)
Explanation: When converting equations between coordinate systems, you need to systematically substitute the conversion formulas and simplify. For cylindrical coordinates, the key relationships are x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, and x2+y2=r2x^2 + y^2 = r^2. Starting with (x2+y2)2=4(x2y2)(x^2+y^2)^2 = 4(x^2-y^2), substitute the cylindrical relationships. The left side becomes (r2)2=r4(r^2)^2 = r^4. For the right side, you need x2y2=r2cos2θr2sin2θ=r2(cos2θsin2θ)x^2 - y^2 = r^2\cos^2\theta - r^2\sin^2\theta = r^2(\cos^2\theta - \sin^2\theta). Using the double angle identity, cos2θsin2θ=cos(2θ)\cos^2\theta - \sin^2\theta = \cos(2\theta), so the right side becomes 4r2cos(2θ)4r^2\cos(2\theta). This gives you r4=4r2cos(2θ)r^4 = 4r^2\cos(2\theta). Dividing both sides by r2r^2 (assuming r0r \neq 0), you get r2=4cos(2θ)r^2 = 4\cos(2\theta), which is answer C. Let's examine why the other options are wrong: Answer A gives r=4cos(2θ)r = 4\cos(2\theta), which would result from incorrectly taking the square root of both sides without accounting for the r2r^2 factor. Answer B, r2=4cos2θr^2 = 4\cos^2\theta, comes from failing to use the double angle identity and leaving cos2θsin2θ\cos^2\theta - \sin^2\theta as just cos2θ\cos^2\theta. Answer D, r4=4cos(2θ)r^4 = 4\cos(2\theta), represents stopping before the final simplification step. Remember: coordinate conversions require careful algebraic manipulation and trigonometric identities. Always check that your final form makes sense by considering special angle values.

Question 17

A particle's position in Cartesian coordinates at time tt is given by P(t)=(t2,t,5)P(t) = (t^2, t, 5). What is the rate of change of its radial cylindrical coordinate, dr/dtdr/dt, at t=2t=2?

  1. 9/59/\sqrt{5} (correct answer)
  2. 17\sqrt{17}
  3. 9/109/10
  4. 00
Explanation: The radial cylindrical coordinate rr is given by r=x2+y2r = \sqrt{x^2+y^2}. Here, x(t)=t2x(t)=t^2 and y(t)=ty(t)=t. So, r(t)=(t2)2+t2=t4+t2r(t) = \sqrt{(t^2)^2 + t^2} = \sqrt{t^4+t^2}. To find dr/dtdr/dt, we differentiate r(t)r(t) with respect to tt using the chain rule: dr/dt=ddt(t4+t2)1/2=12(t4+t2)1/2(4t3+2t)=4t3+2t2t4+t2=2t3+tt4+t2dr/dt = \frac{d}{dt}(t^4+t^2)^{1/2} = \frac{1}{2}(t^4+t^2)^{-1/2} \cdot (4t^3+2t) = \frac{4t^3+2t}{2\sqrt{t^4+t^2}} = \frac{2t^3+t}{\sqrt{t^4+t^2}}. Now, evaluate this derivative at t=2t=2: dr/dtt=2=2(23)+224+22=2(8)+216+4=1820dr/dt|_{t=2} = \frac{2(2^3)+2}{\sqrt{2^4+2^2}} = \frac{2(8)+2}{\sqrt{16+4}} = \frac{18}{\sqrt{20}}. To simplify, 20=45=25\sqrt{20} = \sqrt{4 \cdot 5} = 2\sqrt{5}. So, dr/dt=1825=95dr/dt = \frac{18}{2\sqrt{5}} = \frac{9}{\sqrt{5}}.

Question 18

A sphere is given by x2+y2+(z2)2=4x^2+y^2+(z-2)^2=4 and a cylinder by x2+y2=3x^2+y^2=3. Which of the following describes their curve(s) of intersection in cylindrical coordinates?

  1. One circle given by r=3,z=2r=\sqrt{3}, z=2
  2. Two circles given by r=3,z=1r=\sqrt{3}, z=1 and r=3,z=3r=\sqrt{3}, z=3 (correct answer)
  3. Two circles given by r=3,z=1r=3, z=1 and r=3,z=3r=3, z=3
  4. One circle given by r=2,z=2r=2, z=2
Explanation: First, convert the equations of the surfaces to cylindrical coordinates. The equation of the sphere x2+y2+(z2)2=4x^2+y^2+(z-2)^2=4 becomes r2+(z2)2=4r^2+(z-2)^2=4. The equation of the cylinder x2+y2=3x^2+y^2=3 becomes r2=3r^2=3, which means r=3r=\sqrt{3} (since r0r \ge 0). To find the intersection, substitute the value of r2r^2 from the cylinder equation into the sphere equation: 3+(z2)2=43 + (z-2)^2 = 4. Solving for zz: (z2)2=1(z-2)^2 = 1, which gives z2=±1z-2 = \pm 1. The solutions are z=2+1=3z = 2+1=3 and z=21=1z=2-1=1. Therefore, the intersection consists of two curves, both with radius r=3r=\sqrt{3}: one circle in the plane z=1z=1 and another circle in the plane z=3z=3.

Question 19

In cylindrical coordinates, the equation r=2sin(θ)r = 2\sin(\theta) represents a curve. What is the Cartesian equation of this same curve?

  1. x2+y2=2yx^2 + y^2 = 2y
  2. (x1)2+y2=1(x-1)^2 + y^2 = 1
  3. x2+(y1)2=1x^2 + (y-1)^2 = 1 (correct answer)
  4. x2+y2=2xx^2 + y^2 = 2x
Explanation: Starting with r=2sin(θ)r = 2\sin(\theta), multiply both sides by rr: r2=2rsin(θ)r^2 = 2r\sin(\theta). Since r2=x2+y2r^2 = x^2 + y^2 and rsin(θ)=yr\sin(\theta) = y, we get x2+y2=2yx^2 + y^2 = 2y. Rearranging: x2+y22y=0x^2 + y^2 - 2y = 0. Completing the square: x2+(y22y+1)=1x^2 + (y^2 - 2y + 1) = 1, which gives x2+(y1)2=1x^2 + (y-1)^2 = 1. This is a circle with center (0,1)(0,1) and radius 11. Option A shows the intermediate step before completing the square. Option B represents a circle centered at (1,0)(1,0), which would come from r=2cos(θ)r = 2\cos(\theta). Option D would result from r=2cos(θ)r = 2\cos(\theta) before completing the square.