Polar Coordinates: Representation and Conversion | 极坐标的表示与转换

📚 Polar Coordinates: Representation and Conversion | 极坐标的表示与转换

In the Cartesian coordinate system, we locate a point by its horizontal and vertical distances (x, y). However, many mathematical and real-world phenomena, such as circular motion or wave propagation, are better described by a system based on distance and direction. The polar coordinate system does exactly that by using a distance from a fixed point and an angle from a fixed direction.

在直角坐标系中,我们通过水平与垂直距离 (x, y) 来确定一个点的位置。然而,许多数学与现实世界中的现象,如圆周运动或波动传播,用基于距离与方向的方式来描述会更加自然。极坐标系正是利用距固定点的距离和与固定方向的夹角这两大要素来定义平面上的点。


1. The Polar Coordinate System | 极坐标系的定义

In the polar coordinate system, a point is defined by an ordered pair \((r, \theta)\). Here, \(r\) is the radial distance from the origin (called the pole), and \(\theta\) is the polar angle measured counterclockwise from the polar axis (the positive x-axis). Unlike Cartesian coordinates, which use projections onto mutually perpendicular axes, polar coordinates rely on a radial distance and an angular displacement.

在极坐标系中,一个点由有序数对 \((r, \theta)\) 定义。其中 \(r\) 表示到极点(即原点)的径向距离,而 \(\theta\) 表示从极轴(即 x 轴正半轴)按逆时针方向旋转所得到的极角。与直角坐标使用相互垂直的轴进行投影不同,极坐标依赖于径向距离和角度位移。

(r, θ) 的基本定义:r 为距离,θ 为角度 (r ≥ 0, 0 ≤ θ < 2π)

It is essential to understand that any point in the plane has infinitely many polar representations if we allow full rotations of the angle. For example, \((r, \theta)\) and \((r, \theta + 2π)\) represent the exact same location. This cyclical nature is a key difference between the two systems.

需要特别注意的是,如果允许角度任意旋转,平面上的任意一点其实拥有无数个极坐标表示。例如,\((r, \theta)\) 与 \((r, \theta + 2π)\) 描述的是完全相同的点。这种角度上的周而复始正是极坐标与直角坐标的重要差异之一。


2. The Polar Angle: Radians and Principal Value | 极角:弧度制与主值

IB examinations require angles to be measured in radians, not degrees. To avoid ambiguity, the principal value of the polar angle is often restricted to a specific interval. The two most common intervals are \(0 \le \theta \lt 2π\) and \(-π \lt \theta \le π\). You must always check which interval the question specifically requires. Converting degrees to radians is a fundamental prerequisite for solving any polar coordinate problem.

IB 考试明确要求角度使用弧度制而非度数。为避免因角度多值性产生的歧义,极角的主值通常会被限定在一个特定区间内。最常见的两种主值区间为 \(0 \le \theta \lt 2π\)(从 0 到 360 度)和 \(-π \lt \theta \le π\)(从 -180 度到 180 度)。解题前务必仔细审题,明确题目要求的是哪个区间。将角度从度数转换为弧度是处理一切极坐标问题的基础。

角度 (Degrees) 弧度 (Radians)
0
30° π / 6
45° π / 4
60° π / 3
90° π / 2
180° π

3. From Polar to Cartesian (P → C) | 从极坐标到直角坐标的转换

To convert a point from polar coordinates \((r, \theta)\) to Cartesian coordinates \((x, y)\), we use the fundamental identities derived from right-triangle trigonometry. Imagine drawing a right triangle with the radial line as the hypotenuse. The projection onto the x-axis is \(x\), and the projection onto the y-axis is \(y\). The conversion formulas are \(x = r \cos\theta\) and \(y = r \sin\theta\).

要将点的极坐标 \((r, \theta)\) 转换为直角坐标 \((x, y)\),我们需要借助直角三角形这一几何模型,利用基础的三角函数关系。想象一下,以径向连线为斜边构造一个直角三角形,其在 x 轴上的投影为 \(x\),在 y 轴上的投影为 \(y\)。由此得出核心转换公式:\(x = r \cos\theta\) 和 \(y = r \sin\theta\)。

x = r cos θ, y = r sin θ

Worked Example 1: Convert \((4, π/3)\) to Cartesian coordinates. Using \(x = 4 \cos(π/3) = 4 \times (1/2) = 2\) and \(y = 4 \sin(π/3) = 4 \times (√3/2) = 2√3\). Thus, the Cartesian coordinates are \((2, 2√3)\).

具体示例 1: 将极坐标 \((4, π/3)\) 转换为直角坐标。套用公式得 \(x = 4 \cos(π/3) = 4 \times (1/2) = 2\),以及 \(y = 4 \sin(π/3) = 4 \times (√3/2) = 2√3\)。因此,对应的直角坐标为 \((2, 2√3)\)。是不是非常直接?只需要准确代入并计算。


4. From Cartesian to Polar (C → P) | 从直角坐标到极坐标的转换

To convert a point from Cartesian coordinates \((x, y)\) to polar coordinates \((r, \theta)\), we must find both the radial distance and the angle. The radial distance is the Euclidean distance from the origin to the point, given by \(r = √(x² + y²)\). The angle can be found by reversing the trig functions, using the relationship \(\tan\theta = y / x\).

要将点的直角坐标 \((x, y)\) 转换为极坐标 \((r, \theta)\),我们既要计算径向距离,也要确定极角。径向距离即点到原点的欧氏距离,其计算公式为 \(r = √(x² + y²)\)。极角则可以通过反求三角函数得到,核心关系式为 \(\tan\theta = y / x\)。

r = √(x² + y²), tan θ = y / x

However, since the tangent function has a period of π, merely calculating \(\arctan(y / x)\) does not always give the correct angle. The principal value of \(\arctan\) only ranges from \(-π/2\) to \(π/2\), which strictly corresponds to the first and fourth quadrants. You must always consider the signs of \(x\) and \(y\) to determine the exact quadrant and adjust the angle accordingly.

然而,由于正切函数 tan 的周期为 π,仅仅计算 \(\arctan(y / x)\) 并不总能得到正确的极角。因为 \(\arctan\) 的主值区间仅从 \(-π/2\) 到 \(π/2\),这严格对应第一和第四象限。因此,你必须观察 \(x\) 和 \(y\) 的正负号来判断点所在的具体象限,并对计算出的角度进行相应的修正.


5. Determining the Correct θ: Quadrant Analysis | 确定正确的 θ:象限分析

The calculation of θ depends critically on the quadrant in which the point \((x, y)\) lies. This is a classic pitfall for IB students. If the point is in the first quadrant, then \(\theta = \arctan(y/x)\). If the point is in the second or third quadrant, you need to add π to the principal value. If the point is in the fourth quadrant, you can add \(2π\) to bring it into the range \(0 \le \theta \lt 2π\).

θ 的确定在很大程度上取决于点 \((x, y)\) 所在的象限。这堪称 IB 学生最容易踩入的经典陷阱。若点位于第一象限,则 \(\theta = \arctan(y/x)\)。若点位于第二或第三象限,则需要在主值基础上加上 π。若点位于第四象限,为了将角度控制在 \(0 \le \theta \lt 2π\) 范围内,通常要在负角度基础上加上 \(2π\)。

Quadrant Sign of x Sign of y Adjustment for θ
I > 0 > 0 θ = arctan(y/x)
II < 0 > 0 θ = arctan(y/x) + π
III < 0 < 0 θ = arctan(y/x) + π (or – π)
IV > 0 < 0 θ = arctan(y/x) + 2π

Always sketch the point mentally or on paper. For instance, since \((-1, -1)\) lies in the third quadrant, the acute angle \(\arctan(1)\) corresponds to \(π/4\), so the actual angle is \(π + π/4 = 5π/4\).

在处理此类问题时,建议你在脑海中或草稿纸上先画个示意图。举例来说,点 \((-1, -1)\) 位于第三象限,其中 \(\arctan(1)\) 对应的锐角是 \(π/4\),因此其实际极角应为 \(π + π/4 = 5π/4\),而不是 \(π/4\)。


6. Worked Example: Complete Conversion | 具体示例:完整转换过程

Let’s consolidate our understanding with a full conversion example. Convert \((-1, -√3)\) to polar coordinates with the principal value range \(0 \le \theta \lt 2π\).

让我们通过一个完整的转换示例来巩固理解。请将直角坐标 \((-1, -√3)\) 转换为主值范围为 \(0 \le \theta \lt 2π\) 的极坐标。

Step 1: Calculate the radial distance r. Using the formula \(r = √(x² + y²)\), we get \(r = √((-1)² + (-√3)²) = √(1 + 3) = 2\).

步骤 1:计算径向距离 r。 根据公式 \(r = √(x² + y²)\),代入数据得 \(r = √((-1)² + (-√3)²) = √(1 + 3) = 2\)。

Step 2: Determine the reference angle. The absolute value of y/x is \(|y/x| = |-√3 / -1| = √3\). Thus, the reference angle is \(\arctan(√3) = π/3\).

步骤 2:确定参考角。 计算 \(|y/x| = |-√3 / -1| = √3\),因此参考角为 \(\arctan(√3) = π/3\)。

Step 3: Adjust for the quadrant. Since both x and y are negative, the point lies in the third quadrant. We must add π to the reference angle: \(\theta = π/3 + π = 4π/3\). Therefore, the polar coordinates are \((2, 4π/3)\).

步骤 3:根据象限进行调整。 由于 x 和 y 均为负数,该点位于第三象限。因此需要在参考角基础上加上 π:\(\theta = π/3 + π = 4π/3\)。综上,该点的极坐标为 \((2, 4π/3)\)。


7. Negative Radius: A Special Case | 负半径:特殊情形处理

In polar coordinates, the radial distance \(r\) is not strictly required to be positive. When \(r < 0\), the point is plotted in the direction opposite to the angle \(\theta\). In other words, \((-r, \theta)\) is equivalent to \((r, \theta + π)\). This is a powerful concept in graphing polar equations but often confuses students.

在极坐标系中,径向距离 \(r\) 并不强制要求为正数。当 \(r < 0\) 时,点的位置位于角度 \(\theta\) 所指的相反方向。换句话说,\((-r, \theta)\) 与 \((r, \theta + π)\) 表示的是同一个点。这一观念在绘制极坐标方程图像时非常有用,但也常常让考生感到困惑。

(-r, θ) ⇔ (r, θ + π)

For example, the point \((-2, π/4)\) is the same as the point \((2, 5π/4)\). However, when IB questions specifically ask for the principal value, they usually restrict \(r\) to be greater than or equal to zero. Always read the question carefully to check if \(r\) must be non-negative.

例如,点 \((-2, π/4)\) 实际上等价于点 \((2, 5π/4)\)。但是,当 IB 题目特别要求使用主值时,通常会限制 \(r\) 必须大于等于零。在考试中务必仔细读题,明确题目是否对 \(r\) 有非负的要求。


8. Common Polar Curves | 常见极坐标曲线

Beyond single points, IB Mathematics AA HL also introduces the concept of polar equations. Recognizing the standard forms can

Published by TutorHao | IB Mathematics Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading