Math Notes 2: Understanding Rotational Surfaces in Space

When I first started learning, I was somewhat confused by problems like "rotate a certain curve around the xx axis." This article will provide a detailed explanation with illustrations to clarify this issue for readers.

Such problems may require finding the surface equations formed by rotating parabolas or hyperbolas around a certain axis.

When a curve rotates around the x-axis, the yy and zz coordinates of each point will form the equation of a circle, with a radius equal to the absolute value of the original yy coordinate. In other words:

y2+z2=r2y^2 + z^2 = r^2

How do we determine rr? Since the curve lies in the xOyxOy plane, the yy value of any point on the curve at the start of the rotation is the radius. Thus, we have:

y_12+z_12=y2y\_1^2 + z\_1^2 = y^2

Therefore, we only need to replace yy in the curve with y2+z2y^2 + z^2 to derive the new surface equation.

Similarly, when rotating around the y-axis, the value of xx is the radius, so we have:

y_12+z_12=x2y\_1^2 + z\_1^2 = x^2

Note that it is important to identify which plane the curve is located in before determining the radius. For curves in the xOzxOz plane, the replacement equation is slightly different. This will not be demonstrated here:

  • Rotating around the xx axis: z2=z2+y2z^2 = z^2 + y^2
  • Rotating around the yy axis: x2=x2+z2x^2 = x^2 + z^2
  • Rotating around the zz axis: x2=x2+y2x^2 = x^2 + y^2

This image demonstrates the rotation of a parabola in the xOyxOy plane around the x-axis by 180 degrees. The right side shows the front view, and it is easy to see:

r2=y2=4r^2 = y^2 = 4

Image
Image

To make it easier to remember the value of rr, you can understand it this way: To choose one of the three values x,y,zx, y, z as rr, simply remove the coordinate axis around which you are rotating, and then select the intersection of the remaining two values with the two values of the plane.

For example, if a curve in the xOyxOy plane rotates around the xx axis, you remove the x-axis, leaving y and z. Then, find the intersection of y and z with x and y to determine that rr is yy.