Polar Coordinates Key Points | 极坐标考点精讲

📚 Polar Coordinates Key Points | 极坐标考点精讲

Polar coordinates offer an alternative way to describe the position of a point in a plane. Instead of using horizontal and vertical distances (x, y), we specify an angle and a distance from a fixed point. This system is especially powerful when dealing with curves that have circular symmetry, such as circles centred at the origin, spirals, and flower-like patterns. Understanding polar coordinates deepens your grasp of coordinate geometry and opens the door to elegant problem-solving in CIE IGCSE Additional Mathematics.

极坐标提供了另一种描述平面上点位置的方式。我们不用水平与垂直距离 (x, y),而是用角度和距定点距离来定义点。对于具有圆对称性的曲线,如圆心在原点的圆、螺旋线和花瓣状图形,极坐标尤其强大。理解极坐标能加深你对坐标几何的掌握,并为 CIE IGCSE 附加数学中的解题打开一扇优雅的大门。

1. Introduction to Polar Coordinates | 极坐标简介

A point P is represented by (r, θ), where r is the distance from the origin O (the pole) and θ is the angle measured anticlockwise from the positive x‑axis (the polar axis). Usually θ is given in radians. The same point can have many polar representations: (r, θ + 2kπ) or (−r, θ + (2k+1)π) for any integer k.

点 P 用 (r, θ) 表示,r 是点到原点 O(极点)的距离,θ 是从正 x 轴(极轴)逆时针测量的角度。θ 通常以弧度给出。同一点可以有多种极坐标表示:(r, θ + 2kπ) 或 (−r, θ + (2k+1)π),k 为任意整数。

The pole itself is defined by r = 0, with any value of θ. When r is negative, the point lies on the opposite ray; for example, (2, π/6) and (−2, 7π/6) represent the same point. Always check the context to decide which form is most convenient.

极点本身定义为 r = 0,θ 可取任意值。当 r 为负时,点落在相反的射线上;例如 (2, π/6) 和 (−2, 7π/6) 表示同一点。解题时应根据情境选择最方便的表达形式。


2. Polar and Cartesian Conversion | 极坐标与直角坐标转换

To switch between polar and Cartesian coordinates, use the relationships derived from basic trigonometry:

要在极坐标与直角坐标之间转换,可使用由基本三角学导出的关系式:

x = r cos θ, y = r sin θ

From these, we obtain r² = x² + y² and tan θ = y/x (taking care with the quadrant). When converting from Cartesian to polar, always sketch the point to determine the correct angle.

由上式可推出 r² = x² + y² 和 tan θ = y/x(注意象限)。从直角坐标转极坐标时,务必画草图来确定正确的角度。

For equations, substitute directly: r = 3 becomes x² + y² = 9, while x = 2 turns into r cos θ = 2. Conversely, r = 2 sin θ becomes x² + y² = 2y, which simplifies to a circle. Mastery of these conversions is essential for sketching and solving problems.

对方程直接代入:r = 3 变为 x² + y² = 9,而 x = 2 变为 r cos θ = 2。反过来,r = 2 sin θ 变为 x² + y² = 2y,化简后是一个圆。精通这些转换对作图与解题至关重要。


3. Plotting Polar Curves | 绘制极坐标曲线

Sketching polar curves often involves creating a table of values for θ and r, then plotting points on polar graph paper. Key angles like 0, π/6, π/4, π/3, π/2, π, 2π are typically used. Connect the points smoothly, keeping in mind the symmetry of the curve.

绘制极坐标曲线通常需先建立 θ 与 r 的数值表,然后在极坐标纸上描点。常用关键角度如 0, π/6, π/4, π/3, π/2, π, 2π。平滑连接各点,并牢记曲线的对称性。

Look for symmetries to reduce work: if replacing θ with −θ leaves the equation unchanged, the curve is symmetric about the polar axis. If r remains unchanged when θ is replaced by π−θ, symmetry about the vertical line θ = π/2 exists. Symmetry about the pole occurs when r(−θ) = −r(θ) or replacing (r, θ) with (−r, θ) yields the same equation.

利用对称性可减少工作量:若将 θ 换为 −θ 方程不变,则曲线关于极轴对称;若将 θ 换为 π−θ 时 r 不变,则关于直线 θ = π/2 对称;关于极点对称出现在 r(−θ) = −r(θ) 或将 (r, θ) 换为 (−r, θ) 方程不变时。


4. Polar Equations of Circles | 圆的极坐标方程

Circles passing through the pole or centred at the pole have very simple polar forms. A circle centred at the pole with radius a is simply r = a. This represents all points at distance a from O, giving the familiar x² + y² = a².

经过极点或圆心在极点的圆具有很简单的极坐标形式。圆心在极点、半径为 a 的圆就是 r = a,表示距 O 为 a 的所有点,即常见的 x² + y² = a²。

Other common cases: r = 2a cos θ gives a circle of radius a, centred at (a, 0) on the polar axis, passing through the pole. r = 2a sin θ gives a circle of radius a, centred at (0, a) in Cartesian coordinates, tangent to the polar axis at the pole. Sketch these by noting that r is maximum when cos θ or sin θ is ±1, and r = 0 at the opposite direction.

其他常见情况:r = 2a cos θ 给出半径为 a、圆心在极轴上 (a, 0) 且过极点的圆;r = 2a sin θ 给出半径为 a、直角坐标中圆心在 (0, a) 且在极点与极轴相切的圆。作图时注意 r 在 cos θ 或 sin θ 为 ±1 时最大,在相反方向 r = 0。


5. Polar Equations of Lines | 直线的极坐标方程

Lines that do not pass through the pole can be expressed as r = p / cos(θ − α), or equivalently r cos(θ − α) = p. Here p is the perpendicular distance from the pole to the line, and α is the angle that this perpendicular makes with the polar axis.

不通过极点的直线可表示为 r = p / cos(θ − α),或等价形式 r cos(θ − α) = p。其中 p 是极点到直线的垂直距离,α 是该垂线与极轴的夹角。

A vertical line x = k becomes r cos θ = k. A horizontal line y = k becomes r sin θ = k. Rays emanating from the pole are simply θ = constant; for instance, θ = π/4 represents a line through the pole at 45°. Recognising these forms helps in quickly sketching regions bounded by lines and curves.

竖直线 x = k 变为 r cos θ = k;水平线 y = k 变为 r sin θ = k。从极点出发的射线就是 θ = 常数,例如 θ = π/4 表示过极点且倾角 45° 的直线。识别这些形式有助于快速绘制由直线与曲线围成的区域。


6. Cardioids and Limacons | 心形线与蚶线

Equations of the form r = a ± b cos θ or r = a ± b sin θ produce shapes known as limaçons. When |a| = |b|, the curve is called a cardioid because of its heart-like shape. For a cardioid r = a(1 + cos θ), the maximum r is 2a at θ = 0, and r = 0 at θ = π.

形如 r = a ± b cos θ 或 r = a ± b sin θ 的方程产生称为蚶线的曲线。当 |a| = |b| 时,因心形形状而称为心形线。对于心形线 r = a(1 + cos θ),最大值 r = 2a 出现在 θ = 0 处,θ = π 时 r = 0。

When |a| > |b|, the limaçon is dimpled; if |a| < |b|, the curve has an inner loop. You should be able to sketch these families by calculating r at key angles and using symmetry. Cardioids and limaçons are symmetric about the polar axis if they involve cos θ, and about θ = π/2 if they involve sin θ.

当 |a| > |b| 时,蚶线有凹痕;若 |a| < |b|,曲线具有内环。你需要能通过计算关键角度的 r 并利用对称性画出这些曲线族。含有 cos θ 的心形线和蚶线关于极轴对称,含有 sin θ 的则关于 θ = π/2 对称。


7. Rose Curves | 玫瑰曲线

Rose curves have polar equations r = a cos(nθ) or r = a sin(nθ), where n is a positive integer. If n is even, the rose has 2n petals; if n is odd, it has n petals. The length of each petal is a. For r = a cos(nθ), one petal usually points along the polar axis when n is odd, while for r = a sin(nθ) a petal is symmetric about θ = π/(2n).

玫瑰曲线的极坐标方程为 r = a cos(nθ) 或 r = a sin(nθ),n 为正整数。若 n 为偶数,玫瑰有 2n 片花瓣;若 n 为奇数,则有 n 片花瓣。每片花瓣的长度为 a。对于 r = a cos(nθ),当 n 为奇数时通常有一片花瓣沿极轴方向;对于 r = a sin(nθ),花瓣关于 θ = π/(2n) 对称。

To sketch a rose curve, determine the angles where r = 0 (petal boundaries) and where r = ±a (petal tips). For example, r = 3 cos(2θ) has zeros at θ = π/4, 3π/4, etc., and maxima at θ = 0, π/2, π, 3π/2, giving four petals. Always use symmetry to fill the sketch efficiently.

绘制玫瑰曲线时,要确定 r = 0 的角度(花瓣边界)以及 r = ±a 的角度(花瓣尖端)。例如 r = 3 cos(2θ) 在 θ = π/4, 3π/4 等处为零,在 θ = 0, π/2, π, 3π/2 达到极大,给出四片花瓣。务必利用对称性高效完成草图。


8. Intersection of Polar Curves | 极坐标曲线的交点

Finding intersections in polar coordinates requires care: solve the equations simultaneously, but remember that the same point can be expressed in multiple ways. Always check for coincident points by substituting alternative representations such as (−r, θ + π) into the other equation.

在极坐标中求交点需谨慎:联立方程求解,但要记住同一点可以有多种表达方式。务必通过代入其他表示形式如 (−r, θ + π) 到另一方程来检查重合点。

A good approach is to convert both equations to Cartesian form where possible, solve, and then convert back. Also sketch the curves to identify how many intersections to expect. For instance, the circles r = 1 and r = 2 cos θ intersect at two points, but solving r = 2 cos θ with r = 1 gives cos θ = 1/2, so θ = ±π/3, yielding (1, π/3) and (1, −π/3). Both are valid.

一个好方法是尽可能将两方程转换为直角坐标形式,求解后再换回。同时画图判断预期的交点个数。例如,圆 r = 1 和 r = 2 cos θ 相交于两点,由 r = 2 cos θ 与 r = 1 得 cos θ = 1/2,故 θ = ±π/3,交点 (1, π/3) 和 (1, −π/3) 均有效。


9. Tangent to a Polar Curve | 极坐标曲线的切线

The slope of the tangent to a polar curve r = f(θ) is found by treating the curve as a parametric one with parameter θ: x = r cos θ, y = r sin θ. Then dy/dx = (dy/dθ) / (dx/dθ). After differentiating using the product rule, the well‑known formula is:

求极坐标曲线 r = f(θ) 的切线斜率时,可将曲线视为以 θ 为参数的参数方程:x = r cos θ, y = r sin θ。那么 dy/dx = (dy/dθ) / (dx/dθ)。利用积的求导法则,得到著名公式:

dy/dx = (r’ sin θ + r cos θ) / (r’ cos θ − r sin θ)

Here r’ = dr/dθ. Horizontal tangents occur when the numerator is zero (and denominator non‑zero); vertical tangents occur when the denominator is zero (and numerator non‑zero). At the pole (r = 0), the tangent is simply the line θ = θ₀ if the curve passes through the pole at that angle.

其中 r’ = dr/dθ。分子为零且分母不为零时切线水平;分母为零且分子不为零时切线竖直。在极点 (r = 0) 处,若曲线在该角度过极点,则切线即为直线 θ = θ₀。


10. Summary and Exam Tips | 总结与应试技巧

In CIE IGCSE Additional Mathematics, polar coordinates questions typically require you to convert between forms, sketch a given curve, find intersections, and occasionally compute the gradient of a tangent. Always tag your radian scale on the polar axis. When sketching, label key points such as maximum r, zeros, and the direction of the initial line.

在 CIE IGCSE 附加数学中,极坐标题目通常要求你进行形式转换,绘制给定曲线,求交点,偶尔还需要计算切线斜率。永远在极轴上标注弧度刻度。作图时,标出关键点,如最大 r、零点及初始线的方向。

Double‑check points of intersection by testing both positive and negative r representations. Use Cartesian conversion for tricky simultaneous equations. Practise sketching the standard families: circles, cardioids, limaçons, and roses – recognising them by equation will save precious exam time. With systematic practice, you will find polar coordinates both logical and rewarding.

通过检验正负 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课程辅导,国外大学本科硕士研究生博士课程论文辅导Cancel reply

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

Exit mobile version