这是用户在 2024-3-19 21:56 为 https://brilliant.org/courses/multivariable-functions/introduction/3d-coordinate-systems/1/?from_llp... 保存的双语快照页面,由 沉浸式翻译 提供双语支持。了解如何保存?

Coordinates in 3D

Understanding graphs and surfaces requires us to delve a little deeper into the place where they live: R3.\mathbb{R}^3.

This lesson covers the essentials of three-dimensional coordinate systems. We'll need some right triangle trigonometry in order to construct the polar, cylindrical, and spherical coordinate systems.

We'll start with the 33D Cartesian system, which extends the familiar 22D xyxy-coordinate system into the full three dimensions of our day-to-day experience by adding a new axis. (Check out the animation below!)

The new axis is labeled z,z, and we have three coordinates (x,y,z)( x,y,z) for every point in space R3.\mathbb{R}^3.

To get to the point (1,2,2)(1, 2 , 2) pictured (the red dot), we start at the origin where all axes meet, move 11 unit in the positive xx direction, 22 units in the positive yy direction, and then 22 units up in the positive zz direction.

For your convenience, here is an interactive diagram that you can rotate and zoom into.

What are the coordinates of the green triangle?

Explanation

To locate the green triangle, we move one unit away from the origin along the negative xx direction and one unit up the zz-axis. This gives us an xx-coordinate of 1- 1 and a zz-coordinate of 1.1. Since we don't move along the yy-axis at all, the yy-coordinate is 0.0.
为了找到绿色三角形,我们沿负 xx 方向远离原点移动一个单位,并沿 zz 轴向上移动一个单位。这给了我们 1- 1xx 坐标和 1.1.zz 坐标,因为我们不沿着 yy 轴, yy 坐标为 0.0.

Now, what are the coordinates of the blue rectangle?
现在,蓝色矩形的坐标是多少?

Explanation 解释

To locate the blue rectangle, we move one unit away from the origin along the negative yy direction and two units down the zz-axis.
为了找到蓝色矩形,我们沿着负 yy 方向远离原点移动一个单位,并沿着 zz 轴向下移动两个单位。

Since we don't move along the xx-direction at all, the coordinates are (0,1,2).(0,-1,-2).
由于我们根本不沿着 xx 方向移动,因此坐标为 (0,1,2).(0,-1,-2).

Not all creatures prefer Cartesian coordinates.
并非所有生物都喜欢笛卡尔坐标。

Bees do a waggle-dance to communicate distance and direction information, in effect using a coordinate system based on circles instead of perpendicular lines.
蜜蜂通过摇摆舞来传达距离和方向信息,实际上使用基于圆形而不是垂直线的坐标系。

If we're to be at least as clever as bees, we should develop alternative coordinate systems, too!
如果我们至少要像蜜蜂一样聪明,我们也应该开发替代坐标系!

Cylindrical and spherical coordinate systems for R3\mathbb{R}^3 are just such coordinate systems, and both are built up from polar coordinates (r,θ)(r,\theta) in R2,\mathbb{R}^2, the system of choice for talkative bees.
R3\mathbb{R}^3 的柱坐标系和球坐标系就是这样的坐标系,并且两者都是从 R2,\mathbb{R}^2, 系统中的极坐标 (r,θ)(r,\theta) 建立起来的,这是健谈的蜜蜂选择的系统。

The rest of the lesson will develop all three coordinate systems from scratch.
本课程的其余部分将从头开始开发所有三个坐标系。

Let's start with polar coordinates.
让我们从极坐标开始。

We arrive at the planar point P=(x,y)P =(x,y) by following a ray starting at the origin and making an angle of θ\theta with respect to the positive xx-axis for a distance of r.r. Trigonometry then tells us that x=rcos(θ).x = r \cos(\theta ).
我们通过沿着从原点开始的射线并相对于正 xx 轴形成 θ\theta 角度一段距离来到达平面点 P=(x,y)P =(x,y) r.r. 三角函数告诉我们 x=rcos(θ).x = r \cos(\theta ).

What option best represents the relationship between yy and the polar coordinates (r,θ)?(r,\theta) ?
哪个选项最能代表 yy 与极坐标 (r,θ)?(r,\theta) ? 之间的关系

Explanation 解释

If we drop a line perpendicular to the xx-axis from the point P,P, it forms a right triangle together with the ray of length rr and part of the xx-axis.
如果我们从点 P,P, 引出一条垂直于 xx 轴的线,它与长度 rr 的射线和 rr 的一部分形成直角三角形b3> - 轴。

This triangle tells us that
这个三角形告诉我们

cos(θ)=adjacenthypotenuse \cos(\theta) = \frac{\text{adjacent}}{\text{hypotenuse}}

and also that 还有那个

sin(θ)=opposite sidehypotenuse=yr, \sin(\theta) = \frac{\text{opposite side}}{\text{hypotenuse}} = \frac{y}{r},

so y=rsin(θ).y = r \sin(\theta). 所以 y=rsin(θ).y = r \sin(\theta).

Polar coordinates and Cartesian coordinates are related through
极坐标和笛卡尔坐标通过以下关系相关

x=rcos(θ),y=rsin(θ). x = r \cos(\theta), \quad y = r \sin(\theta) .

Suppose we're given the Cartesian coordinates for PP but want to know the polar form. Since sin2(θ)+cos2(θ)=1,\sin^2(\theta)+ \cos^2(\theta) =1,
假设我们给出了 PP 的笛卡尔坐标,但想知道极坐标形式。自 sin2(θ)+cos2(θ)=1,\sin^2(\theta)+ \cos^2(\theta) =1,

x2+y2=[rcos(θ)]2+[rsin(θ)]2=r2[cos2(θ)+sin2(θ)]=r2=r. \begin{aligned} \sqrt{x^2+y^2} &= \sqrt{ \big[ r \cos(\theta) \big]^2 + \big[r \sin(\theta)\big]^2} \\ & = \sqrt{ r^2 \big[ \cos^2(\theta)+ \sin^2(\theta)\big]} \\ &= \sqrt{r^2 } \\ &= r. \end{aligned}

What formula lets us calculate θ\theta given the Cartesian coordinates (x,y)?(x,y)?
给定笛卡尔坐标 (x,y)?(x,y)? 的情况下,什么公式可以让我们计算 θ\theta

Explanation 解释

Starting with 从...开始

x=rcos(θ),y=rsin(θ), x = r \cos(\theta),\quad y = r \sin(\theta),

we can write 我们可以写

yx=rsin(θ)rcos(θ)=sin(θ)cos(θ)=tan(θ). \frac{y}{x} = \frac{ r \sin(\theta)}{r \cos(\theta)} = \frac{ \sin(\theta)}{ \cos(\theta)} = \tan( \theta).

The idea here is to isolate θ\theta by cancelling rr in the ratio of yy and x.x.
这里的想法是通过按 yyx.x. 的比例取消 rr 来隔离 θ\theta

Knowing which quadrant contains (x,y)(x,y) allows us to compute θ\theta with this formula. (We'll make this comment clearer in the next problem.)
知道哪个象限包含 (x,y)(x,y) 使我们能够使用此公式计算 θ\theta 。 (我们将在下一个问题中使这一评论更加清晰。)

Together with r=x2+y2,r = \sqrt{x^2+y^2}, we know how to go back and forth between polar and Cartesian coordinates.
r=x2+y2,r = \sqrt{x^2+y^2}, 一起,我们知道如何在极坐标和笛卡尔坐标之间来回切换。

For 33D problems, we can build a hybrid of the 22D polar system and Cartesian coordinates called polar cylindrical (or just cylindrical) coordinates.
对于 33 D 问题,我们可以构建 22 D 极坐标系和笛卡尔坐标的混合体,称为极柱坐标(或简称柱坐标)。

Suppose P=(x,y,z)R3.P = (x,y,z) \in \mathbb{R}^3. The first two numbers represent a point in the plane, which we can describe using (r,θ).( r, \theta). The cylindrical coordinates of PP are then (r,θ,z).(r,\theta,z).
假设 P=(x,y,z)R3.P = (x,y,z) \in \mathbb{R}^3. 前两个数字代表平面上的一个点,我们可以用 (r,θ).( r, \theta). 来描述,那么 PP 的柱坐标就是 (r,θ,z).(r,\theta,z).

Compute the cylindrical coordinates of (2,2,5).(-2,-2, 5).
计算 (2,2,5).(-2,-2, 5). 的柱坐标

Explanation 解释

The zz-coordinate (5)(5) is the same in both cylindrical and Cartesian coordinates. Let's focus on the (x,y)(x,y)-coordinates.
zz 坐标 (5)(5) 在圆柱坐标和笛卡尔坐标中是相同的。让我们关注 (x,y)(x,y) 坐标。

From r=x2+y2,r = \sqrt{x^2+y^2}, we have r=x2+y2,r = \sqrt{x^2+y^2}, 我们有

r=(2)2+(2)2=2×4=22. r = \sqrt{ (-2)^2 + (-2)^2} = \sqrt{2 \times 4} = 2 \sqrt{2}.

We need to be a little bit more careful when it comes to finding θ.\theta. From the last problem, we know that
在寻找 θ.\theta. 时我们需要更加小心 从上一题中我们知道

yx=22=1=tan(θ) \frac{y}{x} = \frac{-2}{-2} = 1 = \tan( \theta)

has to be true. This would suggest that θ=π4,\theta = \frac{\pi}{4}, but this is incorrect.
必须是真的。这表明 θ=π4,\theta = \frac{\pi}{4}, ,但这是不正确的。

Remember that θ\theta is the angle formed by a ray from the origin to PP and the positive xx-axis.
请记住, θ\theta 是从原点到 PP 的射线与正 xx 轴形成的角度。

So θ=π4+π=5π4.\theta = \frac{\pi}{4} + \pi = \frac{ 5 \pi}{4}. A quick calculation confirms that
所以 θ=π4+π=5π4.\theta = \frac{\pi}{4} + \pi = \frac{ 5 \pi}{4}. 快速计算证实

22cos(5π4)=2=x22sin(5π4)=2=y. \begin{aligned} 2 \sqrt{2} \cos \left( \frac{5 \pi}{4} \right) & = - 2 = x \\ 2 \sqrt{2} \sin \left( \frac{5 \pi}{4} \right) & = - 2 = y.\end{aligned}

To summarize, the cylindrical coordinates of PP are
总而言之, PP 的柱坐标为

P=(22,5π4,5). P = \left( 2 \sqrt{2} , \frac{5 \pi}{4} , 5 \right).

Cylindrical coordinates are ideally suited for problems in R3\mathbb{R}^3 symmetric about the zz-axis, like describing CR,C_{R}, the cylinder of radius RR about the zz-axis, which is made up of all points of distance RR from this line.
圆柱坐标非常适合解决 R3\mathbb{R}^3 关于 zz 轴对称的问题,例如描述 CR,C_{R}, 半径为 RR 的圆柱体 zz - 轴,由距该线 RR 距离的所有点组成。

For this diagram, we use dashed lines to indicate portions of the picture that continue out to infinity. The cylinder above continues parallel to the zz-axis in both the positive and negative directions.
对于此图,我们使用虚线来表示图片中一直延伸到无穷大的部分。上面的圆柱体在正方向和负方向上都继续平行于 zz 轴。

Of the equations presented, which one best describes CRC_{R} in cylindrical coordinates?
在所提出的方程中,哪一个最能描述柱坐标系中的 CRC_{R}

Explanation

Setting r=Rr = R is equivalent to setting x2+y2=R,\sqrt{x^2+y^2} = R, fixing the distance of the point (x,y,z)(x,y,z) from the zz-axis to be exactly RR units. This perfectly describes CR.C_{R}.

The other options have interesting geometric interpretations as well. If θ\theta is held fixed, we have part of a plane containing the zz -axis.

It's probably easiest to see why this is true by taking a bird's eye view. Looking down the zz-axis, we see that holding θ\theta fixed gives us a line in the plane.

Since r0r \geq 0 always, the plane is actually formed from only half this line. A copy of this half line sits at each position along the zz-axis. Putting all the lines together gives us a half plane.

The interactive below shows a θ=constant\theta = \text{constant} line segment (blue) in the z=0z = 0 plane. Adjust the slider to see the result of stacking θ=constant\theta = \text{constant} line segments for all zz-values from 00 up to height h>0.h > 0.

z=Rz = R also defines a plane, but one that cuts through the zz-axis perpendicularly.

Since R3\mathbb{R}^3 is the set of all ordered triples, setting z=const.=Rz = \text{const.} = R fixes the third coordinate to some value. This leaves the first two coordinates free to be anything, which is virtually the same thing as the Cartesian plane R2.\mathbb{R}^2. So z=Rz = R is a plane parallel to the xyxy-plane (perpendicular to the zz-axis) sitting at the RR tick mark on the zz-axis.

When a problem has complete symmetry around the origin, spherical coordinates are usually better than cylindrical coordinates.

Suppose P=(x,y,z)R3.P = (x,y,z) \in \mathbb{R}^3. We know

x=rcos(θ),y=rsin(θ), x = r \cos(\theta),\quad y = r \sin(\theta) ,

where rr is the distance between the point (0,0)( 0,0) and (x,y)(x,y) in the plane.

θ\theta is taken to be one of the new spherical coordinates; the other two are ρ\rho (\big(the distance between PP and (0,0,0))(0,0,0)\big) and ϕ,\phi, the angle between the positive zz-axis and the ray joining PP with the origin.

Use the diagram to relate rr and ρ.\rho.

Explanation

Focus on the right triangle in the diagram made up of the two dashed lines and the solid line labeled ρ.\rho.

From the hint, the angle at PP also has size ϕ.\phi. Now, the side opposite this angle has length r,r, and the hypotenuse has length ρ.\rho.

From right triangle trigonometry, we have that

sin(ϕ)=length of opposite sidelength of hypotenuse=rρ, \sin( \phi) = \frac{\text{length of opposite side}}{\text{length of hypotenuse}} = \frac{ r}{\rho},

so

r=ρsin(ϕ). r = \rho \sin(\phi) .

Since r=ρsin(ϕ),r = \rho \sin(\phi),

x=ρsin(ϕ)cos(θ),y=ρsin(ϕ)sin(θ). x = \rho \sin(\phi) \cos(\theta), \quad y = \rho \sin(\phi) \sin(\theta).

We need to find a formula for zz to complete the relationship between Cartesian and spherical coordinates.

Using the picture shown, what is zz expressed in terms of (ρ,θ,ϕ)?( \rho, \theta, \phi) ?

Explanation

Geometry tells us that the interior angle at PP in the triangle above is also ϕ.\phi. It then follows that

cos(ϕ)=adjacenthypotenuse=zρ, \cos( \phi) = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{z}{\rho} ,

so

z=ρcos(ϕ). z = \rho \cos( \phi).

Finally, let's understand why the coordinates (ρ,θ,ϕ)( \rho, \theta, \phi) given by

x=ρsin(ϕ)cos(θ),y=ρsin(ϕ)sin(θ),z=ρcos(ϕ) x = \rho \sin(\phi) \cos(\theta),\quad y = \rho \sin(\phi) \sin(\theta),\quad z = \rho \cos( \phi)

are called spherical.

Of the options presented, which one correctly describes the sphere SRS_{R} of radius RR centered at the origin in spherical coordinates?

Explanation

A direct calculation shows that ρ2=x2+y2+z2.\rho^2 = x^2 + y^2 + z^2. Alternatively, ρ\rho is defined to be the distance from (0,0,0)(0,0,0) to (x,y,z).(x,y,z). Either way we see that the sphere SRS_{R} is perfectly represented by ρ=R.\rho = R.

Fixing θ\theta to be constant gives us a plane, just as we argued in cylindrical coordinates. The result of fixing ϕ,\phi, however, depends on the value.

First, note that ϕ[0,π].\phi \in [0, \pi]. This makes sure that every point in R3\mathbb{R}^3 has one and only one representation in spherical coordinates. If ϕ=0\phi = 0 or ϕ=π,\phi = \pi, the result is a ray starting at the origin.

If ϕπ2\phi \neq \frac{\pi}{2} is held fixed somewhere between 00 and π,\pi, the result is a cone:

Looking down the xx -axis when ϕ\phi is held fixed, we see a ray starting at the origin having slope cot(ϕ).\cot(\phi).

This is because the line segment sits in the yzyz-plane (which corresponds to θ=π2\theta = \frac{\pi}{2}), and is described by

zy=ρcos(ϕ)ρsin(ϕ)sin(θ)=cot(ϕ)sin(π2)=cot(ϕ) \frac{z}{y} = \frac{\rho \cos( \phi)}{\rho \sin(\phi) \sin(\theta)} = \frac{\cot(\phi)}{\sin \left( \frac{\pi}{2} \right) } = \cot(\phi)

or z=cot(ϕ)y.z = \cot(\phi)y.

Revolving this shape around the zz-axis gives us ϕ=constant,\phi = \text{constant}, which is a cone.

The set corresponding to ϕ=π2\phi = \frac{\pi}{2} is just the xyxy-plane.

Visualizing mathematical objects like surfaces in R3\mathbb{R}^3 can be very helpful in solving many multivariable calculus problems.
可视化数学对象(例如 R3\mathbb{R}^3 中的曲面)对于解决许多多变量微积分问题非常有帮助。

We saw one example of this already when we visualized the graph of the depth function at the end of the optimization lesson. At a glance we were able to see where the minimum and maximum values of the depth function occur.
当我们在优化课程结束时可视化深度函数图时,我们已经看到了这样的一个例子。我们一眼就能看出深度函数的最小值和最大值出现在哪里。

The Cartesian, spherical, and cylindrical systems provide the means for visualizing a large variety of useful objects in multivariable calculus.
笛卡尔、球面和柱面系统提供了可视化多元微积分中各种有用对象的方法。

The final lesson of this intro chapter shows one particular and very important example.
本章的最后一课展示了一个特殊且非常重要的示例。

There, we'll use the 33D coordinate system to understand what place integrals have in the world of multivariable calculus.
在那里,我们将使用 33 D 坐标系来了解积分在多变量微积分世界中的地位。

Report a problem 报告一个问题