← 学习库 A First Course in Linear Algebra (Kuttler) · 中英对照 目录

Some Curvilinear Coordinate Systems 若干曲线坐标系

本页译自 LibreTexts · A First Course in Linear Algebra (Kuttler) 第 8 章「Some Curvilinear Coordinate Systems」(极坐标、柱面坐标与球面坐标)。公式经 MathJax 渲染,自定义宏已注入;正文与译文段段对照。

8.1 Polar Coordinates and Polar Graphs 极坐标与极图

Outcomes.

  1. Understand polar coordinates.
  2. Convert points between Cartesian and polar coordinates.
学习目标。
  1. 理解极坐标。
  2. 在直角坐标与极坐标之间转换点。

You have likely encountered the Cartesian coordinate system in many aspects of mathematics. There is an alternative way to represent points in space, called polar coordinates. The idea is suggested in the following picture.

在数学的许多领域中,你可能已经接触过直角坐标系。还有一种表示空间中点的替代方式,称为极坐标。下面的图示给出了其直观想法。
xy 平面上一点,既可记为 (x,y) 也可记为 (r,theta),其中 r 为长度、theta 为角度
图 1(来源:LibreTexts)

Consider the point above, which would be specified as $(x,y)$ in Cartesian coordinates. We can also specify this point using polar coordinates, which we write as $\left( r, \theta \right)$. The number $r$ is the distance from the origin $\left( 0,0\right)$ to the point, while $\theta$ is the angle shown between the positive $x$ axis and the line from the origin to the point. In this way, the point can be specified in polar coordinates as $\left( r, \theta \right)$.

考虑上面的点,在直角坐标中表示它为 $(x,y)$。我们也可以使用该点的极坐标来表示它,记作 $\left( r, \theta \right)$。数 $r$ 是从原点 $\left( 0,0\right)$ 到该点的距离,而 $\theta$ 是正 $x$ 轴与从原点到该点的射线之间的夹角。这样,该点就可以用极坐标 $\left( r, \theta \right)$ 来表示。

Now suppose we are given an ordered pair $\left( r,\theta \right)$ where $r$ and $\theta$ are real numbers. We want to determine the point specified by this ordered pair. We can use $\theta$ to identify a ray from the origin as follows. Let the ray pass from $\left( 0,0\right)$ through the point $\left( \cos \theta ,\sin \theta \right)$ as shown.

现在假设给定一个有序对 $\left( r,\theta \right)$,其中 $r$ 和 $\theta$ 为实数。我们要确定这个有序对所指定的点。可以利用 $\theta$ 来确定一条从原点出发的射线,方法如下:令该射线从 $\left( 0,0\right)$ 出发,经过 $\left( \cos \theta ,\sin \theta \right)$ 点,如图所示。
xy 平面上的单位圆,以及一条与单位圆交于 (cos theta, sin theta) 点的射线
图 2(来源:LibreTexts)

The ray is identified on the graph as the line from the origin, through the point $\left(\mbox{cos}(\theta),\mbox{sin}(\theta)\right)$. Now if $r>0,$ go a distance equal to $r$ in the direction of the displayed arrow starting at $\left(0,0\right)$. If $r<0,$ move in the opposite direction a distance of $\left\vert r\right\vert$. This is the point determined by $\left( r,\theta \right)$.

在图像上,这条射线被确定为由原点出发、经过 $\left(\mbox{cos}(\theta),\mbox{sin}(\theta)\right)$ 的直线。若 $r>0$,则从 $\left(0,0\right)$ 出发,沿箭头所指方向前进距离 $r$。若 $r<0$,则沿相反方向移动距离 $\left\vert r\right\vert$。这就是有序对 $\left( r,\theta \right)$ 所确定的点。

It is common to assume that $\theta$ is in the interval $[0,2\pi )$ and $r>0.$ In this case, there is a very simple relationship between the Cartesian and polar coordinates, given by $x=r\cos \left( \theta \right) ,$ $y=r\sin \left( \theta \right)$.

通常假设 $\theta$ 落在区间 $[0,2\pi )$ 内且 $r>0$。此时,直角坐标与极坐标之间存在非常简洁的关系: $x=r\cos \left( \theta \right) ,$ $y=r\sin \left( \theta \right)$。

These equations demonstrate how to find the Cartesian coordinates when we are given the polar coordinates of a point. They can also be used to find the polar coordinates when we know $\left( x, y \right)$. A simpler way to do this is the following equations:

这些等式说明了如何在已知一点的极坐标时求其直角坐标。当已知 $\left( x, y \right)$ 时,它们也可用来求极坐标。一个更简便的写法如下:
$$ \begin{array}{l} r = \sqrt{x^2 + y^2} \\ \mbox{tan} \left(\theta\right) = \frac{y}{x} \end{array} $$

In the next example, we look at how to find the Cartesian coordinates of a point specified by polar coordinates.

下面的例子演示如何由极坐标求出一点的直角坐标。

Example 1: Finding Cartesian Coordinates 例 1:求直角坐标

The polar coordinates of a point in the plane are $\left( 5,\pi /6\right)$. Find the Cartesian coordinates of this point.

平面上一点极坐标为 $\left( 5,\pi /6\right)$。求该点的直角坐标。

Solution. The point is specified by the polar coordinates $\left( 5,\pi /6\right)$. Therefore $r=5$ and $\theta = \pi /6$. From the above equations $x= r \cos \left( \theta \right)= 5\cos \left( \frac{\pi }{6}\right) = \frac{5}{2}\sqrt{3} $ $y= r \sin \left( \theta \right) = 5\sin \left( \frac{\pi }{6}\right) = \frac{5}{2} $ Thus the Cartesian coordinates are $\left( \frac{5}{2}\sqrt{3}, \frac{5}{2}\right)$. The point is shown in the below graph.

解。该点由极坐标 $\left( 5,\pi /6\right)$ 给出。因此 $r=5$,$\theta = \pi /6$。由上述等式得 $x= r \cos \left( \theta \right)= 5\cos \left( \frac{\pi }{6}\right) = \frac{5}{2}\sqrt{3}$, $y= r \sin \left( \theta \right) = 5\sin \left( \frac{\pi }{6}\right) = \frac{5}{2}$。故直角坐标为 $\left( \frac{5}{2}\sqrt{3}, \frac{5}{2}\right)$。该点如下图所示。
xy 平面上画出点 (5/2 sqrt(3), 5/2)
图 3(来源:LibreTexts)

Consider the following example of the case where $r < 0$.

考虑下面这个 $r < 0$ 的情形。

Example 2: Finding Cartesian Coordinates 例 2:求直角坐标

The polar coordinates of a point in the plane are $\left( -5,\pi /6\right) .$ Find the Cartesian coordinates.

平面上一点极坐标为 $\left( -5,\pi /6\right)$。求该点的直角坐标。

Solution. For the point specified by the polar coordinates $\left( -5, \pi /6 \right)$, $r=-5$, and $\theta = \pi /6$. From the above equations $x= r \cos \left( \theta \right)= -5\cos \left( \frac{\pi }{6}\right) = -\frac{5}{2}\sqrt{3} $ $y= r \sin \left( \theta \right) = -5\sin \left( \frac{\pi }{6}\right) = -\frac{5}{2} $ Thus the Cartesian coordinates are $\left( -\frac{5}{2}\sqrt{3}, -\frac{5}{2}\right)$. The point is shown in the following graph.

解。对于由极坐标 $\left( -5, \pi /6 \right)$ 给出的点,$r=-5$,$\theta = \pi /6$。由上述等式得 $x= r \cos \left( \theta \right)= -5\cos \left( \frac{\pi }{6}\right) = -\frac{5}{2}\sqrt{3}$, $y= r \sin \left( \theta \right) = -5\sin \left( \frac{\pi }{6}\right) = -\frac{5}{2}$。故直角坐标为 $\left( -\frac{5}{2}\sqrt{3}, -\frac{5}{2}\right)$。该点如下图所示。
xy 平面上画出点 (-5/2 sqrt(3), -5/2)
图 4(来源:LibreTexts)

Recall from the previous example that for the point specified by $\left( 5, \pi /6 \right)$, the Cartesian coordinates are $\left( \frac{5}{2}\sqrt{3}, \frac{5}{2}\right)$. Notice that in this example, by multiplying $r$ by $-1$, the resulting Cartesian coordinates are also multiplied by $-1$.

回顾上一例,对于由 $\left( 5, \pi /6 \right)$ 给出的点,其直角坐标为 $\left( \frac{5}{2}\sqrt{3}, \frac{5}{2}\right)$。注意在此例中,若将 $r$ 乘以 $-1$,所得的直角坐标也会整体乘以 $-1$。

The following picture exhibits both points in the above two examples to emphasize how they are just on opposite sides of $\left( 0,0\right)$ but at the same distance from $\left( 0,0\right)$.

下图同时画出上面两例中的两个点,以强调它们只是位于 $\left( 0,0\right)$ 的两侧,却到 $\left( 0,0\right)$ 的距离相同。
xy 平面上画出点 (5/2 sqrt(3), 5/2) 与 (-5/2 sqrt(3), -5/2),并用线段连接
图 5(来源:LibreTexts)

In the next two examples, we look at how to convert Cartesian coordinates to polar coordinates.

在接下来的两个例子中,我们看看如何把直角坐标转换为极坐标。

Example 3: Finding Polar Coordinates 例 3:求极坐标

Suppose the Cartesian coordinates of a point are $\left( 3,4\right)$. Find a pair of polar coordinates which correspond to this point.

设一点直角坐标为 $\left( 3,4\right)$。求一组对应于该点的极坐标。

Solution. Using the above equations, we can find $r$ and $\theta$. Hence $r=\sqrt{3^{2}+4^{2}}=5$. It remains to identify the angle $\theta$ between the positive $x$ axis and the line from the origin to the point. Since both the $x$ and $y$ values are positive, the point is in the first quadrant. Therefore, $\theta$ is between $0$ and $\pi /2$. Using this and the above equations, we have to solve: $\mbox{tan}\left(\theta \right)=\frac{4}{3}$. Conversely, we can use the above equations as follows: $3=5\cos \left( \theta \right) $ $4 = 5\sin \left( \theta \right) $. Solving these equations, we find that, approximately, $\theta = 0.927$ radians.

解。利用上述等式,可求得 $r$ 与 $\theta$。于是 $r=\sqrt{3^{2}+4^{2}}=5$。剩下要确定正 $x$ 轴与从原点到该点连线之间的夹角 $\theta$。由于 $x$ 与 $y$ 均为正,该点在第一象限,因此 $\theta$ 介于 $0$ 与 $\pi /2$ 之间。据此并结合上述等式,需解:$\mbox{tan}\left(\theta \right)=\frac{4}{3}$。反之,也可由上述等式得:$3=5\cos \left( \theta \right) $,$4 = 5\sin \left( \theta \right) $。联立解得 $\theta \approx 0.927$ 弧度。

Example 4: Finding Polar Coordinates 例 4:求极坐标

Suppose the Cartesian coordinates of a point are $\left( -\sqrt{3},1\right)$. Find the polar coordinates which correspond to this point.

设一点直角坐标为 $\left(-\sqrt{3},1\right)$。求该点对应的极坐标。

Solution. Given the point $\left( -\sqrt{3}, 1\right)$, $$ \begin{aligned} r &= \sqrt{ 1^2 + (-\sqrt{3})^2}\\ &= \sqrt{1 + 3}\\ &=2\end{aligned} $$ In this case, the point is in the second quadrant since the $x$ value is negative and the $y$ value is positive. Therefore, $\theta$ will be between $\pi/2$ and $\pi$. Solving the equations $-\sqrt{3}= 2 \cos \left(\theta\right) $ $1 = 2 \sin \left( \theta\right) $ we find that $\theta = 5\pi /6.$ Hence the polar coordinates for this point are $\left(2, 5\pi /6 \right)$.

解。对点 $\left( -\sqrt{3}, 1\right)$, $$ \begin{aligned} r &= \sqrt{ 1^2 + (-\sqrt{3})^2}\\ &= \sqrt{1 + 3}\\ &=2\end{aligned} $$ 此时点在第二象限(因 $x<0$ 而 $y>0$),故 $\theta$ 介于 $\pi/2$ 与 $\pi$ 之间。由方程 $-\sqrt{3}= 2 \cos \left(\theta\right) $、$1 = 2 \sin \left( \theta\right) $ 解得 $\theta = 5\pi /6$。因此该点的极坐标为 $\left(2, 5\pi /6 \right)$。

Consider this example. Suppose we used $r=-2$ and $\theta =2\pi -\left( \pi /6\right) = 11\pi /6$. These coordinates specify the same point as above. Observe that there are infinitely many ways to identify this particular point with polar coordinates. In fact, every point can be represented with polar coordinates in infinitely many ways. Because of this, it will usually be the case that $\theta$ is confined to lie in some interval of length $2\pi$ and $r>0$, for real numbers $r$ and $\theta$.

再看这个例子。设我们取 $r=-2$,$\theta =2\pi -\left( \pi /6\right) = 11\pi /6$。这样写给出的点与上面相同。由此可见,用极坐标表示同一个点有无穷多种方式。事实上,每一点都可以用无穷多组极坐标来表示。正因如此,通常我们会把 $\theta$ 限制在某个长度为 $2\pi$ 的区间之内,并取 $r>0$(其中 $r,\theta$ 为实数)。

Just as with Cartesian coordinates, it is possible to use relations between the polar coordinates to specify points in the plane. The process of sketching the graphs of these relations is very similar to that used to sketch graphs of functions in Cartesian coordinates. Consider a relation between polar coordinates of the form, $r=f\left( \theta \right)$. To graph such a relation, first make a table of the form

与直角坐标一样,也可以利用极坐标之间的关系来确定平面上的点。描绘这些关系图像的过程,与在直角坐标中描绘函数图像非常相似。考虑极坐标之间的如下关系:$r=f\left( \theta \right)$。要画出这样的关系,首先列出如下形式的表格
$\theta$$r$
$\theta_1$$f(\theta_1)$
$\theta_2$$f(\theta_2)$
$\vdots$$\vdots$
上表给出了极角 $\theta$ 与对应极径 $r=f(\theta)$ 的若干取值,用于描点作图。

Graph the resulting points and connect them with a curve. The following picture illustrates how to begin this process.

把得到的点描在图上,并用曲线连接起来。下面的图示展示了这一过程如何开始。
xy 平面上两条射线,每条射线上各有一点,并标出角度 theta1 与 theta2
图 6(来源:LibreTexts)

To find the point in the plane corresponding to the ordered pair $\left( f\left( \theta \right) ,\theta \right)$, we follow the same process as when finding the point corresponding to $\left( r, \theta \right)$.

要找出与有序对 $\left( f\left( \theta \right) ,\theta \right)$ 对应的平面上的点,所用的过程与找出 $\left( r, \theta \right)$ 对应点完全相同。

Consider the following example of this procedure, incorporating computer software.

下面这个例子演示上述过程,并借助计算机软件来完成。

Example 5: Graphing a Polar Equation 例 5:绘制极坐标方程图像

Graph the polar equation $r=1+\cos \theta$.

绘制极坐标方程 $r=1+\cos \theta$ 的图像。

Solution. We will use the computer software Maple to complete this example. The command which produces the polar graph of the above equation is plot(1+cos(t), t=0..2*Pi, coords=polar). Here we use $t$ to represent the variable $\theta$ for convenience. The command tells Maple that $r$ is given by $1+\cos \left( t\right)$ and that $t\in \left[ 0,2\pi \right]$.

解。我们将使用计算机软件 Maple 来完成本例。生成上述方程极坐标图像的命令为 plot(1+cos(t), t=0..2*Pi, coords=polar)。这里为方便起见,用 $t$ 表示变量 $\theta$。该命令告知 Maple:$r$ 由 $1+\cos \left( t\right)$ 给出,且 $t\in \left[ 0,2\pi \right]$。
心形线图像
图 7(来源:LibreTexts)

The above graph makes sense when considered in terms of trigonometric functions. Suppose $\theta =0,r=2$ and let $\theta$ increase to $\pi /2$. As $\theta$ increases, $\cos \theta$ decreases to 0. Thus the line from the origin to the point on the curve should get shorter as $\theta$ goes from $0$ to $\pi /2$. As $\theta$ goes from $\pi /2$ to $\pi$, $\cos \theta$ decreases, eventually equaling $-1$ at $\theta =\pi$. Thus $r=0$ at this point. This scenario is depicted in the above graph, which shows a function called a cardioid.

从三角函数的角度思考,上面的图像是合理的。设 $\theta =0$ 时 $r=2$,并让 $\theta$ 增大到 $\pi /2$。随着 $\theta$ 增大,$\cos \theta$ 减小到 0,因此从原点到曲线上该点的连线应随 $\theta$ 从 $0$ 变到 $\pi /2$ 而变短。当 $\theta$ 从 $\pi /2$ 变到 $\pi$ 时,$\cos \theta$ 继续减小,在 $\theta =\pi$ 处最终等于 $-1$,于是此时 $r=0$。上面的图像描绘的正是这种情形,它展示了一种称为心形线(cardioid)的曲线。

The following picture illustrates the above procedure for obtaining the polar graph of $r=1+\cos(\theta)$. In this picture, the concentric circles correspond to values of $r$ while the rays from the origin correspond to the angles which are shown on the picture. The dot on the ray corresponding to the angle $\pi/6$ is located at a distance of $r = 1+\cos(\pi/6)$ from the origin. The dot on the ray corresponding to the angle $\pi/3$ is located at a distance of $r = 1+\cos(\pi/3)$ from the origin and so forth. The polar graph is obtained by connecting such points with a smooth curve, with the result being the figure shown above.

下图演示了求 $r=1+\cos(\theta)$ 极坐标图像的过程。图中,同心圆对应于不同的 $r$ 值,而从原点出发的射线对应于图中标出的各个角度。位于角 $\pi/6$ 射线上、距原点为 $r = 1+\cos(\pi/6)$ 处有一个点;位于角 $\pi/3$ 射线上、距原点为 $r = 1+\cos(\pi/3)$ 处也有一个点,依此类推。用一条光滑曲线把这些点连起来,就得到极坐标图像,即上图所示结果。
标出极角与极径的心形线图像
图 8(来源:LibreTexts)

Consider another example of constructing a polar graph.

再看一个绘制极坐标图像的例子。

Example 6: A Polar Graph 例 6:一个极坐标图像

Graph $r=1+2\cos \theta$ for $\theta \in \left[ 0,2\pi \right]$.

对 $\theta \in \left[ 0,2\pi \right]$,绘制 $r=1+2\cos \theta$ 的图像。

Solution. The graph of the polar equation $r=1+2\cos \theta$ for $\theta \in \left[ 0,2\pi \right]$ is given as follows.

解。极坐标方程 $r=1+2\cos \theta$($\theta \in \left[ 0,2\pi \right]$)的图像如下所示。
带内环的闭合曲线
图 9(来源:LibreTexts)

To see the way this is graphed, consider the following picture. First the indicated points were graphed and then the curve was drawn to connect the points. When done by a computer, many more points are used to create a more accurate picture.

为看清它是如何画出的,请看下面的图示。先描出所标出的各个点,再连曲线把这些点连接起来。计算机作图时会使用更多的点,从而得到更精确的图像。

Consider first the following table of points.

首先来看下面这张取值表。
$\theta$$\pi /6$$\pi /3$$\pi /2$$5\pi /6$$\pi$$4\pi /3$$7\pi /6$$5\pi /3$
$r$$\sqrt{3}+1$$2$$1$$1-\sqrt{3}$$-1$$0$$1-\sqrt{3}$$2$
上表给出了若干极角 $\theta$ 与对应极径 $r$ 的取值。

Note how some entries in the table have $r<0.$ To graph these points, simply move in the opposite direction. These types of points are responsible for the small loop on the inside of the larger loop in the graph.

注意表中有些项的 $r<0$。描绘这些点时,只需沿相反方向前进即可。正是这类点造成了大环内部的小环。
带内环的闭合曲线,并标出极角与极径
图 10(来源:LibreTexts)

The process of constructing these graphs can be greatly facilitated by computer software. However, the use of such software should not replace understanding the steps involved.

计算机的软件可以极大地辅助绘制这些图像。不过,使用这类软件不应取代对其中步骤的理解。

The next example shows the graph for the equation $r=3+\sin \left( \displaystyle \frac{7\theta }{6}\right)$. For complicated polar graphs, computer software is used to facilitate the process.

下一个例子展示了方程 $r=3+\sin \left( \displaystyle \frac{7\theta }{6}\right)$ 的图像。对于复杂的极坐标图像,常借助计算机软件来完成。

Example 7: A Polar Graph 例 7:一个极坐标图像

Graph $r=3+\sin \left( \displaystyle \frac{7\theta }{6} \right)$ for $\theta \in \left[ 0,14\pi \right]$.

对 $\theta \in \left[ 0,14\pi \right]$,绘制 $r=3+\sin \left( \displaystyle \frac{7\theta }{6} \right)$ 的图像。

Solution.

解。
一条绕原点多次摆动的曲线
图 11(来源:LibreTexts)

The next example shows another situation in which $r$ can be negative.

下一个例子展示了 $r$ 为负的另一种情形。

Example 8: A Polar Graph: Negative $r$ 例 8:一个极坐标图像($r$ 为负)

Graph $r=3\sin(4\theta)$ for $\theta \in \left[ 0,2\pi \right]$.

对 $\theta \in \left[ 0,2\pi \right]$,绘制 $r=3\sin(4\theta)$ 的图像。

Solution.

解。
八瓣花形图像
图 12(来源:LibreTexts)

We conclude this section with an interesting graph of a simple polar equation.

本节最后看一个简单极坐标方程的有趣图像。

Example 9: The Graph of a Spiral 例 9:螺线图像

Graph $r=\theta$ for $\theta \in [0,2\pi]$.

对 $\theta \in [0,2\pi]$,绘制 $r=\theta$ 的图像。

Solution. The graph of this polar equation is a spiral. This is the case because as $\theta$ increases, so does $r$.

解。该极坐标方程的图像是一条螺线,因为当 $\theta$ 增大时,$r$ 也随之增大。
逆时针旋转的螺线
图 13(来源:LibreTexts)

In the next section, we will look at two ways of generalizing polar coordinates to three dimensions.

在下一节中,我们将看到把极坐标推广到三维的两种方法。

8.2 Spherical and Cylindrical Coordinates 球面坐标与柱面坐标

Outcomes.

  1. Understand cylindrical and spherical coordinates.
  2. Convert points between Cartesian, cylindrical, and spherical coordinates.
学习目标。
  1. 理解柱面坐标与球面坐标。
  2. 在直角坐标、柱面坐标与球面坐标之间转换点。

Spherical and cylindrical coordinates are two generalizations of polar coordinates to three dimensions. We will first look at cylindrical coordinates.

球面坐标与柱面坐标是把极坐标推广到三维的两种方式。我们先看柱面坐标

When moving from polar coordinates in two dimensions to cylindrical coordinates in three dimensions, we use the polar coordinates in the $xy$ plane and add a $z$ coordinate. For this reason, we use the notation $(r, \theta, z)$ to express cylindrical coordinates. The relationship between Cartesian coordinates $(x,y,z)$ and cylindrical coordinates $(r, \theta, z)$ is given by $$ \begin{aligned} x& =r\cos \left( \theta \right) \\ y& =r\sin \left( \theta \right) \\ z& =z\end{aligned} $$ where $r\geq 0$, $\theta \in \lbrack 0,2\pi ),$ and $z$ is simply the Cartesian coordinate. Notice that $x$ and $y$ are defined as the usual polar coordinates in the $xy$-plane. Recall that $r$ is defined as the length of the ray from the origin to the point $(x,y,0)$, while $\theta$ is the angle between the positive $x$-axis and this same ray.

从二维极坐标推广到三维柱面坐标时,我们沿用 $xy$ 平面上的极坐标,并增加一个 $z$ 坐标。因此,我们用记号 $(r, \theta, z)$ 表示柱面坐标。直角坐标 $(x,y,z)$ 与柱面坐标 $(r, \theta, z)$ 的关系为 $$ \begin{aligned} x& =r\cos \left( \theta \right) \\ y& =r\sin \left( \theta \right) \\ z& =z\end{aligned} $$ 其中 $r\geq 0$,$\theta \in \lbrack 0,2\pi )$,而 $z$ 就是通常的直角坐标。注意,$x$ 与 $y$ 定义为 $xy$ 平面上通常的极坐标。回想 $r$ 是从原点到点 $(x,y,0)$ 的射线长度,而 $\theta$ 是该射线与正 $x$ 轴之间的夹角。

To illustrate this coordinate system, consider the following two pictures. In the first of these, both $r$ and $z$ are known. The cylinder corresponds to a given value for $r$. A useful way to think of $r$ is as the distance between a point in three dimensions and the $z$-axis. Every point on the cylinder shown is at the same distance from the $z$-axis. Giving a value for $z$ results in a horizontal circle, or cross section of the cylinder at the given height on the $z$ axis (shown below as a black line on the cylinder). In the second picture, the point is specified completely by also knowing $\theta$ as shown.

为说明这一坐标系,请看下面两幅图。在第一幅图中,$r$ 与 $z$ 均已知。给定的 $r$ 值对应一个圆柱面。一个有用的理解方式是:把 $r$ 看作三维空间中的一点到 $z$ 轴的距离。所示圆柱面上的每个点到 $z$ 轴的距离都相同。再给定 $z$ 的值,就得到该圆柱在 $z$ 轴给定高度处的一个水平圆截面(图中圆柱上的黑线所示)。在第二幅图中,再知道 $\theta$ 即可完全确定该点,如图所示。
左图为已知 r 与 z 的圆柱;右图给出 (x,y,z) 以及 r 和 theta
图 1(来源:LibreTexts)

Every point of three dimensional space other than the $z$ axis has unique cylindrical coordinates. Of course there are infinitely many cylindrical coordinates for the origin and for the $z$-axis. Any $\theta$ will work if $r=0$ and $z$ is given.

三维空间中除 $z$ 轴以外的每一点都有唯一的柱面坐标。当然,原点与 $z$ 轴上的点有无穷多组柱面坐标:只要 $r=0$ 且给定 $z$,任意 $\theta$ 都成立。

Consider now spherical coordinates, the second generalization of polar form in three dimensions. For a point $(x,y,z)$ in three dimensional space, the spherical coordinates are defined as follows. $$ \begin{array}{l} \rho:\ \mbox{the length of the ray from the origin to the point}\\ \theta:\ \mbox{the angle between the positive $x$-axis and the ray from the origin to the point $(x,y,0)$}\\ \phi:\ \mbox{the angle between the positive $z$-axis and the ray from the origin to the point of interest} \end{array} $$ The spherical coordinates are determined by $\left( \rho ,\phi ,\theta \right)$. The relation between these and the Cartesian coordinates $\left( x,y,z \right)$ for a point are as follows. $$ \begin{aligned} x& =\rho \sin \left( \phi \right) \cos \left( \theta \right) ,\ \phi \in \left[ 0,\pi \right] \\ y& =\rho \sin \left( \phi \right) \sin \left( \theta \right) ,\ \theta \in \lbrack 0,2\pi ) \\ z& =\rho \cos \phi \text{, }\rho \geq 0. \end{aligned} $$

现在考虑球面坐标,这是把极坐标推广到三维的第二种方式。对三维空间中的点 $(x,y,z)$,其球面坐标定义如下。 $$ \begin{array}{l} \rho:\ \mbox{从原点到该点的射线长度}\\ \theta:\ \mbox{正 $x$ 轴与从原点到点 $(x,y,0)$ 的射线之间的夹角}\\ \phi:\ \mbox{正 $z$ 轴与从原点到目标点的射线之间的夹角} \end{array} $$ 球面坐标由 $\left( \rho ,\phi ,\theta \right)$ 确定。它们与点的直角坐标 $\left( x,y,z \right)$ 之间的关系如下。 $$ \begin{aligned} x& =\rho \sin \left( \phi \right) \cos \left( \theta \right) ,\ \phi \in \left[ 0,\pi \right] \\ y& =\rho \sin \left( \phi \right) \sin \left( \theta \right) ,\ \theta \in \lbrack 0,2\pi ) \\ z& =\rho \cos \phi \text{, }\rho \geq 0. \end{aligned} $$

Consider the pictures below. The first illustrates the surface when $\rho$ is known, which is a sphere of radius $\rho$. The second picture corresponds to knowing both $\rho$ and $\phi$, which results in a circle about the $z$-axis. Suppose the first picture demonstrates a graph of the Earth. Then the circle in the second picture would correspond to a particular latitude.

请看下面的图示。第一幅展示了当 $\rho$ 已知时对应的曲面,即以 $\rho$ 为半径的球面。第二幅对应同时已知 $\rho$ 与 $\phi$,结果是绕 $z$ 轴的一个圆。假设第一幅图是地球的示意图,那么第二幅图中的圆就对应某条特定的纬度线。
左图为已知 rho 的球面;右图给出平行于 xy 平面且标出角 phi 的圆
图 2(来源:LibreTexts)

Giving the third coordinate, $\theta$ completely specifies the point of interest. This is demonstrated in the following picture. If the latitude corresponds to $\phi$, then we can think of $\theta$ as the longitude.

再给出第三个坐标 $\theta$,就完全确定了目标点。这一点由下面的图示说明。如果纬度对应于 $\phi$,那么我们可把 $\theta$ 理解为经度。
一个平行于 xy 平面、标出角 theta 与 phi 的圆,已知 rho, phi, theta
图 3(来源:LibreTexts)

The following picture summarizes the geometric meaning of the three coordinate systems.

下图概括了这三种坐标系的几何含义。
同一点分别以 (rho,phi,theta)、(r,theta,z)、(x,y,z) 标出,并画出从原点出发的两条射线
图 4(来源:LibreTexts)

Therefore, we can represent the same point in three ways, using Cartesian coordinates, $\left(x,y,z\right)$, cylindrical coordinates, $\left( r, \theta, z \right)$, and spherical coordinates $\left( \rho, \phi, \theta \right)$.

因此,同一个点可以用三种方式表示:直角坐标 $\left(x,y,z\right)$、柱面坐标 $\left( r, \theta, z \right)$、以及球面坐标 $\left( \rho, \phi, \theta \right)$。

Using this picture to review, call the point of interest $P$ for convenience. The Cartesian coordinates for $P$ are $(x,y,z)$. Then $\rho$ is the distance between the origin and the point $P$. The angle between the positive $z$ axis and the line between the origin and $P$ is denoted by $\phi$. Then $\theta$ is the angle between the positive $x$ axis and the line joining the origin to the point $(x,y,0)$ as shown. This gives the spherical coordinates, $(\rho, \phi, \theta)$. Given the line from the origin to $(x,y,0)$, $r=\rho \sin(\phi)$ is the length of this line. Thus $r$ and $\theta$ determine a point in the $xy$-plane. In other words, $r$ and $\theta$ are the usual polar coordinates and $r\geq 0$ and $\theta \in \lbrack 0,2\pi )$. Letting $z$ denote the usual $z$ coordinate of a point in three dimensions, $(r,\theta ,z)$ are the cylindrical coordinates of $P$.

借助此图回顾一下,为方便起见把目标点记作 $P$。$P$ 的直角坐标为 $(x,y,z)$。那么 $\rho$ 是原点与点 $P$ 之间的距离。正 $z$ 轴与从原点到 $P$ 的连线之间的夹角记为 $\phi$。而 $\theta$ 是正 $x$ 轴与从原点到 $(x,y,0)$ 的连线之间的夹角,如图所示。由此得到球面坐标 $(\rho, \phi, \theta)$。对于从原点到 $(x,y,0)$ 的连线,$r=\rho \sin(\phi)$ 是该连线的长度。于是 $r$ 与 $\theta$ 确定了 $xy$ 平面上的一个点。换言之,$r$ 与 $\theta$ 就是通常的极坐标,且 $r\geq 0$、$\theta \in \lbrack 0,2\pi )$。令 $z$ 表示三维空间中一点的通常 $z$ 坐标,则 $(r,\theta ,z)$ 就是 $P$ 的柱面坐标。

The relation between spherical and cylindrical coordinates is that $r=\rho \sin(\phi)$ and the $\theta$ is the same as the $\theta$ of cylindrical and polar coordinates.

球面坐标与柱面坐标之间的关系是:$r=\rho \sin(\phi)$,且其中的 $\theta$ 与柱面坐标、极坐标中的 $\theta$ 相同。

We will now consider some examples.

下面我们来看几个例子。

Example 1: Describing a Surface in Spherical Coordinates 例 1:用球面坐标描述曲面

Express the surface $z=\frac{1}{\sqrt{3}}\sqrt{x^{2}+y^{2}}$ in spherical coordinates.

用球面坐标表示曲面 $z=\frac{1}{\sqrt{3}}\sqrt{x^{2}+y^{2}}$。

Solution. We will use the equations from above: $$ \begin{array}{l} x =\rho \sin \left( \phi \right) \cos \left( \theta \right), \phi \in \left[ 0,\pi \right]\\ y =\rho \sin \left( \phi \right) \sin \left( \theta \right) ,\text{ }\theta \in \lbrack 0,2\pi ) \\ z =\rho \cos \phi \text{, }\rho \geq 0 \end{array} $$ To express the surface in spherical coordinates, we substitute these expressions into the equation. This is done as follows: $$ \rho \cos \left( \phi \right) =\frac{1}{\sqrt{3}}\sqrt{\left( \rho \sin \left( \phi \right) \cos \left( \theta \right) \right) ^{2}+\left( \rho \sin \left( \phi \right) \sin \left( \theta \right) \right) ^{2}}= \frac{1}{3}\sqrt{3}\rho \sin \left( \phi \right). $$ This reduces to $\tan \left( \phi \right)=\sqrt{3}$ and so $\phi =\pi /3$.

解。我们使用上面的等式: $$ \begin{array}{l} x =\rho \sin \left( \phi \right) \cos \left( \theta \right), \phi \in \left[ 0,\pi \right]\\ y =\rho \sin \left( \phi \right) \sin \left( \theta \right) ,\text{ }\theta \in \lbrack 0,2\pi ) \\ z =\rho \cos \phi \text{, }\rho \geq 0 \end{array} $$ 要将该曲面用球面坐标表示,可将这些表达式代入原方程。过程如下: $$ \rho \cos \left( \phi \right) =\frac{1}{\sqrt{3}}\sqrt{\left( \rho \sin \left( \phi \right) \cos \left( \theta \right) \right) ^{2}+\left( \rho \sin \left( \phi \right) \sin \left( \theta \right) \right) ^{2}}= \frac{1}{3}\sqrt{3}\rho \sin \left( \phi \right). $$ 化简得 $\tan \left( \phi \right)=\sqrt{3}$,故 $\phi =\pi /3$。

Example 2: Describing a Surface in Spherical Coordinates 例 2:用球面坐标描述曲面

Express the surface $y=x$ in terms of spherical coordinates.

用球面坐标表示曲面 $y=x$。

Solution. Using the same procedure as the previous example, this says $\rho \sin \left( \phi \right) \sin \left( \theta \right) =\rho \sin \left( \phi \right) \cos \left( \theta \right)$. Simplifying, $\sin \left( \theta \right) =\cos \left( \theta \right)$, which you could also write $\tan \left( \theta \right)=1$.

解。沿用上例的方法,可得 $\rho \sin \left( \phi \right) \sin \left( \theta \right) =\rho \sin \left( \phi \right) \cos \left( \theta \right)$。化简得 $\sin \left( \theta \right) =\cos \left( \theta \right)$,亦可写作 $\tan \left( \theta \right)=1$。

We conclude this section with an example of how to describe a surface using cylindrical coordinates.

本节最后用一个例子演示如何用柱面坐标描述曲面。

Example 3: Describing a Surface in Cylindrical Coordinates 例 3:用柱面坐标描述曲面

Express the surface $x^{2}+y^{2}=4$ in cylindrical coordinates.

用柱面坐标表示曲面 $x^{2}+y^{2}=4$。

Solution. Recall that to convert from Cartesian to cylindrical coordinates, we can use the following equations: $x =r\cos \left( \theta \right) , y=r\sin \left( \theta \right) , z =z$. Substituting these equations in for $x,y,z$ in the equation for the surface, we have $r^{2}\cos ^{2} \left( \theta \right) +r^{2}\sin ^{2} \left( \theta \right)=4 $. This can be written as $r^2 ( \cos^{2} \left( \theta \right)+ \sin^{2} \left(\theta\right) ) = 4$. Recall that $\cos^{2} \left( \theta \right)+ \sin^{2} \left( \theta \right)=1$. Thus $r^{2} = 4$ or $r=2$.

解。回想,从直角坐标转换到柱面坐标可用下列等式:$x =r\cos \left( \theta \right) , y=r\sin \left( \theta \right) , z =z$。将 $x,y,z$ 替换为这些表达式代入曲面方程,得 $r^{2}\cos ^{2} \left( \theta \right) +r^{2}\sin ^{2} \left( \theta \right)=4$。可写为 $r^2 ( \cos^{2} \left( \theta \right)+ \sin^{2} \left(\theta\right) ) = 4$。由于 $\cos^{2} \left( \theta \right)+ \sin^{2} \left( \theta \right)=1$,故 $r^{2} = 4$,即 $r=2$。

8.E Exercises 习题

Exercise 1 习题 1

In the following, polar coordinates $(r,\theta)$ for a point in the plane are given. Find the corresponding Cartesian coordinates.

给出平面上一点下列极坐标 $(r,\theta)$,求其对应的直角坐标。
  1. $(2,\pi /4)$
  2. $(-2, \pi/4)$
  3. $(3, \pi/3)$
  4. $(-3, \pi/3)$
  5. $(2,5\pi /6)$
  6. $(-2, 11\pi /6)$
  7. $(2,\pi /2)$
  8. $(1,3\pi /2)$
  9. $(-3, 3\pi/4)$
  10. $(3, 5\pi/4)$
  11. $(-2, \pi /6)$
  1. $(2,\pi /4)$
  2. $(-2, \pi/4)$
  3. $(3, \pi/3)$
  4. $(-3, \pi/3)$
  5. $(2,5\pi /6)$
  6. $(-2, 11\pi /6)$
  7. $(2,\pi /2)$
  8. $(1,3\pi /2)$
  9. $(-3, 3\pi/4)$
  10. $(3, 5\pi/4)$
  11. $(-2, \pi /6)$

Exercise 2 习题 2

Consider the following Cartesian coordinates $(x, y)$. Find polar coordinates corresponding to these points.

给出下列直角坐标 $(x, y)$,求对应的极坐标。
  1. $(-1,1)$
  2. $(\sqrt{3},-1)$
  3. $(0,2)$
  4. $(-5,0)$
  5. $(-2\sqrt{3},2)$
  6. $(2,-2)$
  7. $(-1,\sqrt{3})$
  8. $(-1,-\sqrt{3})$
  1. $(-1,1)$
  2. $(\sqrt{3},-1)$
  3. $(0,2)$
  4. $(-5,0)$
  5. $(-2\sqrt{3},2)$
  6. $(2,-2)$
  7. $(-1,\sqrt{3})$
  8. $(-1,-\sqrt{3})$

Exercise 3 习题 3

The following relations are written in terms of Cartesian coordinates $(x, y)$. Rewrite them in terms of polar coordinates, $(r,\theta )$.

下列关系用直角坐标 $(x, y)$ 写出,请用极坐标 $(r,\theta )$ 重写。
  1. $y=x^2$
  2. $y=2x+6$
  3. $x^2+y^2=4$
  4. $x^2-y^2=1$
  1. $y=x^2$
  2. $y=2x+6$
  3. $x^2+y^2=4$
  4. $x^2-y^2=1$

Exercise 4 习题 4

Use a calculator or computer algebra system to graph the following polar relations.

使用计算器或计算机代数系统绘制下列极坐标关系图像。
  1. $r=1-\sin (2\theta ),\ \theta\in [0,2\pi ]$
  2. $r=\sin (4\theta ),\ \theta\in [0,2\pi ]$
  3. $r=\cos (3\theta )+\sin (2\theta ),\ \theta\in [0,2\pi ]$
  4. $r=\theta,\ \theta\in [0,15]$
  1. $r=1-\sin (2\theta ),\ \theta\in [0,2\pi ]$
  2. $r=\sin (4\theta ),\ \theta\in [0,2\pi ]$
  3. $r=\cos (3\theta )+\sin (2\theta ),\ \theta\in [0,2\pi ]$
  4. $r=\theta,\ \theta\in [0,15]$

Exercise 5 习题 5

Graph the polar equation $r = 1+\sin\theta$ for $\theta \in [0, 2\pi]$.

对 $\theta \in [0, 2\pi]$,绘制极坐标方程 $r = 1+\sin\theta$ 的图像。

Exercise 6 习题 6

Graph the polar equation $r = 2+\sin\theta$ for $\theta \in [0, 2\pi]$.

对 $\theta \in [0, 2\pi]$,绘制极坐标方程 $r = 2+\sin\theta$ 的图像。

Exercise 7 习题 7

Graph the polar equation $r = 1+2 \sin\theta$ for $\theta \in [0, 2\pi]$.

对 $\theta \in [0, 2\pi]$,绘制极坐标方程 $r = 1+2 \sin\theta$ 的图像。

Exercise 8 习题 8

Graph the polar equation $r = 2+\sin(2\theta)$ for $\theta \in [0, 2\pi]$.

对 $\theta \in [0, 2\pi]$,绘制极坐标方程 $r = 2+\sin(2\theta)$ 的图像。

Exercise 9 习题 9

Graph the polar equation $r = 1+\sin(2\theta)$ for $\theta \in [0, 2\pi]$.

对 $\theta \in [0, 2\pi]$,绘制极坐标方程 $r = 1+\sin(2\theta)$ 的图像。

Exercise 10 习题 10

Graph the polar equation $r = 1+\sin(3\theta)$ for $\theta \in [0, 2\pi]$.

对 $\theta \in [0, 2\pi]$,绘制极坐标方程 $r = 1+\sin(3\theta)$ 的图像。

Exercise 11 习题 11

Describe how to solve for $r$ and $\theta$ in terms of $x$ and $y$ in polar coordinates.

说明在极坐标中如何由 $x$ 和 $y$ 解出 $r$ 与 $\theta$。

Exercise 12 习题 12

This problem deals with parabolas, ellipses, and hyperbolas and their equations. Let $l$, $e > 0$ and consider $r=\frac{l}{1\pm e\cos\theta}$. Show that if $e = 0$, the graph of this equation gives a circle. Show that if $0 < e < 1$, the graph is an ellipse, if $e = 1$ it is a parabola and if $e > 1$, it is a hyperbola.

本题涉及抛物线、椭圆、双曲线及其方程。设 $l$、$e > 0$,考虑 $r=\frac{l}{1\pm e\cos\theta}$。证明:若 $e = 0$,该方程图像为圆;若 $0 < e < 1$,图像为椭圆;若 $e = 1$,为抛物线;若 $e > 1$,为双曲线。

Exercise 13 习题 13

The following are the cylindrical coordinates of points, $(r,\theta,z)$. Find the Cartesian and spherical coordinates of each point.

给出下列点的柱面坐标 $(r,\theta,z)$,求每点的直角坐标与球面坐标。
  1. $(5,\frac{5\pi}{6},-3)$
  2. $(3,\frac{\pi}{3},4)$
  3. $(4,\frac{2\pi}{3},1)$
  4. $(2,\frac{3\pi}{4},-2)$
  5. $(3,\frac{3\pi}{2},-1)$
  6. $(8,\frac{11\pi}{6},-11)$
  1. $(5,\frac{5\pi}{6},-3)$
  2. $(3,\frac{\pi}{3},4)$
  3. $(4,\frac{2\pi}{3},1)$
  4. $(2,\frac{3\pi}{4},-2)$
  5. $(3,\frac{3\pi}{2},-1)$
  6. $(8,\frac{11\pi}{6},-11)$

Exercise 14 习题 14

The following are the Cartesian coordinates of points, $(x, y,z)$. Find the cylindrical and spherical coordinates of these points.

给出下列点的直角坐标 $(x, y, z)$,求这些点的柱面坐标与球面坐标。
  1. $(\frac{5}{2}\sqrt{2},\frac{5}{2}\sqrt{2},-3)$
  2. $(\frac{3}{2},\frac{3}{2}\sqrt{3},2)$
  3. $(-\frac{5}{2}\sqrt{2},\frac{5}{2}\sqrt{2},11)$
  4. $(-\frac{5}{2},\frac{5}{2}\sqrt{3},23)$
  5. $(-\sqrt{3},-1,-5)$
  6. $(\frac{3}{2},-\frac{3}{2}\sqrt{3},-7)$
  7. $(\sqrt{2},\sqrt{6},2\sqrt{2})$
  8. $(-\frac{1}{2}\sqrt{3},\frac{3}{2},1)$
  9. $(-\frac{3}{4}\sqrt{2},\frac{3}{4}\sqrt{2},-\frac{3}{2}\sqrt{3})$
  10. $(-\sqrt{3},1,2\sqrt{3})$
  11. $(-\frac{1}{4}\sqrt{2},\frac{1}{4}\sqrt{6},-\frac{1}{2}\sqrt{2})$
  1. $(\frac{5}{2}\sqrt{2},\frac{5}{2}\sqrt{2},-3)$
  2. $(\frac{3}{2},\frac{3}{2}\sqrt{3},2)$
  3. $(-\frac{5}{2}\sqrt{2},\frac{5}{2}\sqrt{2},11)$
  4. $(-\frac{5}{2},\frac{5}{2}\sqrt{3},23)$
  5. $(-\sqrt{3},-1,-5)$
  6. $(\frac{3}{2},-\frac{3}{2}\sqrt{3},-7)$
  7. $(\sqrt{2},\sqrt{6},2\sqrt{2})$
  8. $(-\frac{1}{2}\sqrt{3},\frac{3}{2},1)$
  9. $(-\frac{3}{4}\sqrt{2},\frac{3}{4}\sqrt{2},-\frac{3}{2}\sqrt{3})$
  10. $(-\sqrt{3},1,2\sqrt{3})$
  11. $(-\frac{1}{4}\sqrt{2},\frac{1}{4}\sqrt{6},-\frac{1}{2}\sqrt{2})$

Exercise 15 习题 15

The following are spherical coordinates of points in the form $(\rho,\phi,\theta)$. Find the Cartesian and cylindrical coordinates of each point.

给出下列点的球面坐标 $(\rho,\phi,\theta)$,求每点的直角坐标与柱面坐标。
  1. $(4,\frac{\pi}{4},\frac{5\pi}{6})$
  2. $(2,\frac{\pi}{3},\frac{2\pi}{3})$
  3. $(3,\frac{5\pi}{6},\frac{3\pi}{2})$
  4. $(4,\frac{\pi}{2},\frac{7\pi}{4})$
  5. $(4,\frac{2\pi}{3},\frac{\pi}{6})$
  6. $(4,\frac{3\pi}{4},\frac{5\pi}{3})$
  1. $(4,\frac{\pi}{4},\frac{5\pi}{6})$
  2. $(2,\frac{\pi}{3},\frac{2\pi}{3})$
  3. $(3,\frac{5\pi}{6},\frac{3\pi}{2})$
  4. $(4,\frac{\pi}{2},\frac{7\pi}{4})$
  5. $(4,\frac{2\pi}{3},\frac{\pi}{6})$
  6. $(4,\frac{3\pi}{4},\frac{5\pi}{3})$

Exercise 16 习题 16

Describe the surface $\phi = \pi/4$ in Cartesian coordinates, where $\phi$ is the polar angle in spherical coordinates.

用直角坐标描述曲面 $\phi = \pi/4$,其中 $\phi$ 为球面坐标中的极角。

Exercise 17 习题 17

Describe the surface $\theta = \pi/4$ in spherical coordinates, where $\theta$ is the angle measured from the positive $x$ axis.

在球面坐标中描述曲面 $\theta = \pi/4$,其中 $\theta$ 为从正 $x$ 轴起量的角。

Exercise 18 习题 18

Describe the surface $r=5$ in Cartesian coordinates, where $r$ is one of the cylindrical coordinates.

用直角坐标描述曲面 $r=5$,其中 $r$ 为柱面坐标之一。

Exercise 19 习题 19

Describe the surface $\rho =4$ in Cartesian coordinates, where $\rho$ is the distance to the origin.

用直角坐标描述曲面 $\rho =4$,其中 $\rho$ 为到原点的距离。

Exercise 20 习题 20

Give the cone described by $z=\sqrt{x^2+y^2}$ in cylindrical coordinates and in spherical coordinates.

用柱面坐标与球面坐标分别表示圆锥 $z=\sqrt{x^2+y^2}$。

Exercise 21 习题 21

The following are described in Cartesian coordinates. Rewrite them in terms of spherical coordinates.

下列用直角坐标描述,请用球面坐标重写。
  1. $z=x^2+y^2$
  2. $x^2-y^2=1$
  3. $z^2+x^2+y^2=6$
  4. $z=\sqrt{x^2+y^2}$
  5. $y=x$
  6. $z=x$
  1. $z=x^2+y^2$
  2. $x^2-y^2=1$
  3. $z^2+x^2+y^2=6$
  4. $z=\sqrt{x^2+y^2}$
  5. $y=x$
  6. $z=x$

Exercise 22 习题 22

The following are described in Cartesian coordinates. Rewrite them in terms of cylindrical coordinates.

下列用直角坐标描述,请用柱面坐标重写。
  1. $z=x^2+y^2$
  2. $x^2-y^2=1$
  3. $z^2+x^2+y^2=6$
  4. $z=\sqrt{x^2+y^2}$
  5. $y=x$
  6. $z=x$
  1. $z=x^2+y^2$
  2. $x^2-y^2=1$
  3. $z^2+x^2+y^2=6$
  4. $z=\sqrt{x^2+y^2}$
  5. $y=x$
  6. $z=x$