Cartesian and Polar Frames of Reference | 笛卡尔与极坐标参考框架

📚 Cartesian and Polar Frames of Reference | 笛卡尔与极坐标参考框架

In coordinate geometry, the same point in a plane can be described in more than one way. The Cartesian frame uses horizontal and vertical distances from a fixed origin, while the polar frame uses a direct distance from a pole and an angle from a fixed initial line. Understanding how these two reference frames are linked is essential for AQA A-level coordinate geometry and for simplifying curves with circular or radial symmetry.

在坐标几何中,平面上同一个点可以用不止一种方式描述。笛卡尔坐标系使用从固定原点出发的水平距离和垂直距离,而极坐标系使用从极点出发的直接距离和从固定初始线出发的角度。理解这两种参考框架之间的联系,对于 AQA A-level 坐标几何以及简化具有圆形或径向对称性的曲线至关重要。


1. The Two Reference Frames | 两种参考框架

The Cartesian frame labels a point by an ordered pair (x, y). The x-coordinate is the signed horizontal distance from the origin O, and the y-coordinate is the signed vertical distance. The axes are perpendicular, so every point corresponds to exactly one pair (x, y).

笛卡尔坐标系用一个有序数对 (x, y) 来标记一个点。x 坐标是从原点 O 出发的带符号水平距离,y 坐标是带符号垂直距离。两条坐标轴互相垂直,因此每个点都恰好对应一对 (x, y)。

The polar frame labels a point by (r, θ). Here r is the distance from the pole O, and θ is the angle measured from the initial line, usually the positive x-axis. Positive values of θ are measured anticlockwise, and θ is normally given in radians.

极坐标系用 (r, θ) 来标记一个点。这里 r 是从极点 O 到该点的距离,θ 是从初始线(通常是正 x 轴)开始测量的角度。θ 的正值按逆时针方向测量,并且 θ 通常以弧度为单位。

Feature Cartesian frame Polar frame
Coordinates (x, y) (r, θ)
Reference Two perpendicular axes A pole and an initial line
Best for Straight lines, rectangles, grids Circles, spirals, radial symmetry

特征:笛卡尔坐标系使用 (x, y),参考两条垂直轴,适合直线、矩形和网格;极坐标系使用 (r, θ),参考极点和初始线,适合圆、螺线和径向对称图形。


2. Reading Polar Coordinates | 读取极坐标

For a polar point (r, θ), start at the pole O and face along the initial line. Rotate through angle θ, then move outward by r units. If r is positive, the point lies on the ray at angle θ; if the course extends to negative r, the point lies on the opposite ray.

对于极坐标点 (r, θ),从极点 O 出发,面对初始线方向。旋转角度 θ 后,向外移动 r 个单位。如果 r 为正,点位于角度 θ 的射线上;如果课程扩展到负 r,点则位于相反方向的射线上。

For example, (2, π/3) means rotate anticlockwise by π/3 and move 2 units. The point (3, 0) lies 3 units along the positive x-axis, and (1, π/2) lies 1 unit vertically above the pole.

例如,(2, π/3) 表示逆时针旋转 π/3 并移动 2 个单位。点 (3, 0) 位于正 x 轴方向上 3 个单位处,(1, π/2) 位于极点正上方 1 个单位处。

Polar coordinates are not unique. Adding 2π to the angle gives the same point, so (r, θ) and (r, θ + 2πn) are equivalent for any integer n. In the extended system, (-r, θ) is the same as (r, θ + π).

极坐标并不唯一。给角度加上 2π 会得到同一个点,因此对于任意整数 n,(r, θ) 与 (r, θ + 2πn) 等价。在扩展体系中,(-r, θ) 与 (r, θ + π) 表示同一个点。


3. From Polar to Cartesian | 从极坐标到笛卡尔坐标

To convert a polar point (r, θ) to Cartesian form, project the radial distance onto the x- and y-axes. The right triangle formed by r, x and y gives the fundamental identities.

要将极坐标点 (r, θ) 转换为笛卡尔形式,需要将径向距离投影到 x 轴和 y 轴上。由 r、x 和 y 构成的直角三角形给出了基本恒等式。

x = r cos θ, y = r sin θ

These equations follow directly from the definitions of cosine and sine in a right-angled triangle. They hold for any angle θ, including angles outside 0 to π/2, as long as the signs of sin θ and cos θ are used correctly.

这些公式直接来自直角三角形中余弦和正弦的定义。只要正确使用 sin θ 和 cos θ 的符号,它们对任何角度 θ 都成立,包括 0 到 π/2 以外的角度。

Example: for (4, π/6), we have x = 4 cos(π/6) = 4 × √3/2 = 2√3 and y = 4 sin(π/6) = 4 × 1/2 = 2. So the Cartesian point is (2√3, 2).

示例:对于 (4, π/6),有 x = 4 cos(π/6) = 4 × √3/2 = 2√3,y = 4 sin(π/6) = 4 × 1/2 = 2。因此笛卡尔坐标为 (2√3, 2)。


4. From Cartesian to Polar | 从笛卡尔坐标到极坐标

Given a Cartesian point (x, y), the distance r is found by Pythagoras’ theorem. The angle θ must be chosen so that tan θ = y/x, with careful attention to the quadrant of the point.

给定笛卡尔坐标点 (x, y),距离 r 可由勾股定理求出。角度 θ 必须满足 tan θ = y/x,并且要特别注意点所在的象限。

r = √(x² + y²), θ = arctan(y/x) adjusted by quadrant

The formula r = √(x² + y²) always gives a non-negative distance. The expression arctan(y/x) only returns a principal angle between -π/2 and π/2, so an adjustment of π is needed when x is negative.

公式 r = √(x² + y²) 始终给出非负距离。表达式 arctan(y/x) 只返回 -π/2 到 π/2 之间的主值角,因此当 x 为负时需要加上 π 进行调整。

Example: for (1, 1), r = √2 and θ = arctan(1) = π/4. For (-1, 1), r = √2 but the point lies in the second quadrant, so θ = π – π/4 = 3π/4, not π/4.

示例:对于 (1, 1),r = √2,θ = arctan(1) = π/4。对于 (-1, 1),r = √2,但该点位于第二象限,所以 θ = π – π/4 = 3π/4,而不是 π/4。


5. Quadrants and the Principal Angle | 象限与主值角

Choosing the correct polar angle is a common source of error. The table below shows how to obtain an angle in the range 0 ≤ θ < 2π from the signs of x and y.

选择正确的极角是一个常见错误来源。下表展示了如何根据 x 和 y 的符号得到 0 ≤ θ < 2π 范围内的角度。

Quadrant Sign of x Sign of y Polar angle θ
I + + arctan(y/x)
II + arctan(y/x) + π
III arctan(y/x) + π
IV + arctan(y/x) + 2π

象限:第一象限 x 正 y 正,θ = arctan(y/x);第二象限 x 负 y 正,θ = arctan(y/x) + π;第三象限 x 负 y 负,θ = arctan(y/x) + π;第四象限 x 正 y 负,θ = arctan(y/x) + 2π。

Example: for (-√3, -1), r = 2 and arctan(1/√3) = π/6. Since the point is in the third quadrant, θ = π/6 + π = 7π/6. The alternative principal value -5π/6 also represents the same direction but is outside the usual 0 to 2π range if that range is required.

示例:对于 (-√3, -1),r = 2,arctan(1/√3) = π/6。由于该点位于第三象限,θ = π/6 + π = 7π/6。另一个主值 -5π/6 也表示相同方向,但如果要求通常的 0 到 2π 范围,它就不在该范围内。


6. Polar Equations and Curves | 极坐标方程与曲线

In Cartesian coordinates, a curve is often written as y = f(x). In polar coordinates, a curve is usually written as r = f(θ), where r changes as θ varies. A polar equation can describe circles, lines and spirals very compactly.

在笛卡尔坐标中,曲线通常写作 y = f(x)。在极坐标中,曲线通常写作 r = f(θ),其中 r 随着 θ 的变化而变化。极坐标方程可以非常简洁地描述圆、直线和螺线。

x² + y² = r², x = r cos θ, y = r sin θ, tan θ = y/x

These substitution identities are useful for changing an equation from one frame to the other. For example, the circle x² + y² = 4 becomes r² = 4, so r = 2 for every θ.

这些代换恒等式可用于将方程从一种坐标系转换到另一种坐标系。例如,圆 x² + y² = 4 变为 r² = 4,因此对每个 θ 都有 r = 2。

The equation θ = constant represents a straight ray from the pole in the polar frame. In Cartesian terms, θ = π/4 is the line y = x in the first quadrant, but as a ray it only includes points where r ≥ 0.

方程 θ = 常数 表示从极点出发的一条直线射线。在笛卡尔坐标中,θ = π/4 是第一象限中的直线 y = x,但作为射线,它只包含 r ≥ 0 的点。


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

Several standard polar curves appear regularly at A-level. Recognising their forms helps with sketching and with identifying symmetries. The table lists some important families.

几种标准极坐标曲线在 A-level 中经常出现。识别它们的形式有助于绘图和判断对称性。下表列出了一些重要的曲线族。

Polar equation Curve type
r = a Circle centred at the pole
r = 2a cos θ Circle with centre (a, 0)
r = a(1 + cos θ) Cardioid
r = a + b cos θ Limaçon
r = a cos(nθ) Rose curve with n petals if n is odd
r = aθ Archimedean spiral

极坐标方程与曲线类型:r = a 是以极点为中心的圆;r = 2a cos θ 是圆心在 (a, 0) 的圆;r = a(1 + cos θ) 是心形线;r = a + b cos θ 是蜗线;r = a cos(nθ) 是玫瑰线,当 n 为奇数时有 n 个花瓣;r = aθ 是阿基米德螺线。

For sketching, it is helpful to make a table of θ values and compute the corresponding r. Symmetry can reduce the number of points needed.

绘图时,可以列出 θ 值表并计算对应的 r。利用对称性可以减少需要计算的点数。


8. Symmetry in Polar Curves | 极坐标曲线的对称性

Polar curves often have simple symmetry tests. If replacing θ by -θ leaves the equation unchanged, the curve is symmetric about the polar axis. This happens with cosine terms because cos(-θ) = cos θ.

极坐标曲线通常有简单的对称性检验方法。如果用 -θ 代替 θ 后方程不变,则曲线关于极轴对称。余弦项满足 cos(-θ) = cos θ,因此会出现这种情况。

If replacing θ by π – θ leaves r unchanged, the curve is symmetric about the vertical line θ = π/2. This often occurs with sine terms, since sin(π – θ) = sin θ.

如果用 π – θ 代替 θ 后 r 不变,则曲线关于垂直线 θ = π/2 对称。这通常出现在正弦项中,因为 sin(π – θ) = sin θ。

If replacing r by -r leaves the equation equivalent, the curve may be symmetric about the pole. These symmetry tests are useful for checking sketches and reducing computation.

如果用 -r 代替 r 后方程保持等价,则曲线可能关于极点对称。这些对称性检验有助于检查图形并减少计算量。


9. Distance and Tangents in Polar Form | 极坐标下的距离与切线

The distance between two polar points (r₁, θ₁) and (r₂, θ₂) can be found by converting to Cartesian coordinates, or directly by the cosine rule. The direct formula is concise and useful in exam problems.

两个极坐标点 (r₁, θ₁) 和 (r₂, θ₂) 之间的距离可以通过转换为笛卡尔坐标求得,也可以直接用余弦定理求出。直接公式简洁,在考试问题中很有用。

d = √(r₁² + r₂² – 2r₁r₂ cos(θ₂ – θ₁))

To find the gradient of a tangent to a polar curve r = f(θ), treat x and y as parametric functions of θ. Differentiate x = r cos θ and y = r sin θ with respect to θ, then use dy/dx = (dy/dθ) / (dx/dθ).

要求极坐标曲线 r = f(θ) 的切线斜率,可将 x 和 y 视为 θ 的参数函数。对 x = r cos θ 和 y = r sin θ 关于 θ 求导,然后使用 dy/dx = (dy/dθ) / (dx/dθ)。

dy/dx = (dr/dθ sin θ + r cos θ) / (dr/dθ cos θ – r sin θ)

This expression is derived from the product rule and is valid wherever the denominator is not zero. A horizontal tangent occurs when dy/dθ = 0, and a vertical tangent occurs when dx/dθ = 0.

该表达式由乘积法则推导而来,在分母不为零时成立。当 dy/dθ = 0 时出现水平切线,当 dx/dθ = 0 时出现垂直切线。


10. Choosing the Right Reference Frame | 选择恰当的参考框架

The choice between Cartesian and polar coordinates should be based on the geometry of the problem. If the situation has a natural centre or radial symmetry, polar coordinates usually lead to simpler equations and integrals.

在笛卡尔坐标和极坐标之间进行选择,应根据问题的几何特征来决定。如果问题具有自然的中心或径向对称性,极坐标通常会得到更简单的方程和积分。

For a circle centred at the origin, Cartesian form x² + y² = a² becomes simply r = a. A straight line through the origin becomes θ = constant. In contrast, a rectangle or a line with equation y = mx + c is often easier to handle in Cartesian form.

对于以原点为圆心的圆,笛卡尔形式 x² + y² = a² 可简化为 r = a。过原点的直线变为 θ = 常数。相比之下,矩形或方程为 y = mx + c 的直线通常更适合用笛卡尔形式处理。

In AQA exam questions, you may be asked to convert between frames, sketch a polar curve, or find areas and tangents. Always check which frame gives the simpler expression before starting a long calculation.

在 AQA 考试题中,可能要求你在两种坐标系之间转换、绘制极坐标曲线,或求面积和切线。在开始冗长计算之前,始终检查哪种坐标系能给出更简单的表达式。


11. Exam Technique and Common Mistakes | 考试技巧与常见错误

A very common mistake is using degrees instead of radians for θ. In A-level polar coordinate work, all angles should be in radians unless the question explicitly states otherwise.

一个很常见的错误是对 θ 使用角度制而不是弧度制。在 A-level 极坐标问题中,除非题目明确说明,否则所有角度都应使用弧度制。

Another frequent error is choosing the wrong quadrant after calculating arctan(y/x). Always draw a quick sketch of the point before writing down the polar angle, and check that r is non-negative when using the usual convention r ≥ 0.

另一个常见错误是在计算 arctan(y/x) 后选错了象限。在写下极角之前,一定要快速画出点的位置,并在使用通常约定 r ≥ 0 时检查 r 是否为非负。

For converting a polar equation such as r = 3 cos θ to Cartesian form, multiply both sides by r to obtain r² = 3r cos θ. Then substitute r² = x² + y² and r cos θ = x, giving x² + y² = 3x.

将极坐标方程如 r = 3 cos θ 转换为笛卡尔形式时,先将两边乘以 r 得到 r² = 3r cos θ。然后代入 r² = x² + y² 和 r cos θ = x,得到 x² + y² = 3x。

Finally, remember that polar coordinates can be written in infinitely many equivalent forms. Adding 2π to the angle does not change the point, and in the extended system, (-r, θ) is equivalent to (r, θ + π). Use the form that makes the problem clearest.

最后,请记住极坐标有无数种等价写法。给角度加上 2π 不会改变点的位置,在扩展体系中,(-r, θ) 等价于 (r, θ + π)。使用能使问题最清晰的形式。


Published by TutorHao | 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