📚 Polar Coordinates: A KS3 Maths Guide | KS3 数学:极坐标考点精讲
Polar coordinates offer a fresh way to locate points on a plane using a distance and an angle instead of the usual horizontal and vertical positions. In this revision guide, you will learn how to read, plot, and convert polar coordinates, as well as explore simple polar graphs and exam-style tips tailored for KS3 learners.
极坐标用距离和角度来确定平面上的点,与我们习惯的水平和垂直坐标完全不同。在这份考点精讲中,你将学会如何读懂、绘制并转换极坐标,还会接触到简单的极坐标图形和专门为 KS3 学生准备的考试技巧。
1. What Are Polar Coordinates? | 什么是极坐标?
In standard Cartesian coordinates, we describe a point by how far it is to the right (or left) and up (or down) from a fixed origin. Polar coordinates, however, describe a point by its straight-line distance from the origin and the angle that line makes with a reference direction.
在标准的直角坐标系中,我们用相对于原点向右(或向左)以及向上(或向下)的距离来描述一个点。而极坐标则用点到原点的直线距离以及这条线与参考方向之间的角度来描述该点。
Think of a pirate treasure map: ‘Walk 30 metres at an angle of 45°.’ That instruction uses polar thinking—distance and direction give the exact spot. In maths, we turn this idea into a coordinate system where the origin is called the pole.
想象一张海盗藏宝图:‘朝45°方向走30米。’这个指令用的就是极坐标的思维——距离和方向给出了确切位置。在数学中,我们将这种想法转化为一个坐标系,其中原点被称为极点。
2. The Polar Coordinate System | 极坐标系
The polar coordinate system consists of a fixed point O, called the pole (like the origin), and a horizontal ray from O to the right, called the polar axis. The polar axis is usually the positive x-axis when we overlay Cartesian axes.
极坐标系由一个定点 O(称为极点,类似于原点)和一条从 O 向右延伸的水平射线(称为极轴)组成。极轴通常就是当我们叠加直角坐标轴时的正 x 轴。
Each point P is described by an ordered pair (r, θ), where r is the distance from O to P (the radial coordinate) and θ is the angle measured from the polar axis to the line OP. Angles can be given in degrees or radians, but at KS3 we will mainly use degrees.
每一个点 P 用有序对 (r, θ) 来描述,其中 r 是从 O 到 P 的距离(径向坐标),θ 是从极轴到线段 OP 的夹角。角度可以用度或弧度表示,但在 KS3 阶段我们主要使用度。
3. Polar Coordinates (r, θ) | 极坐标 (r, θ)
The radial coordinate r is always a non-negative number (r ≥ 0) in basic polar coordinate work. The angular coordinate θ is usually measured anticlockwise from the polar axis. For example, a point with polar coordinates (5, 30°) lies 5 units from the pole on a ray that makes a 30° angle with the positive x-axis.
在基础的极坐标知识中,径向坐标 r 总是一个非负数(r ≥ 0)。角度坐标 θ 通常从极轴沿逆时针方向测量。例如,极坐标为 (5, 30°) 的点位于距离极点 5 个单位、与正 x 轴成 30° 角的射线上。
Negative values of r can be introduced later, but for KS3 we stick to r ≥ 0. You might also see angles beyond 360° or negative angles, which represent rotations of more than one full turn or clockwise direction, respectively.
负的 r 值可以在以后引入,但 KS3 阶段我们只讨论 r ≥ 0。你也可能碰到大于 360° 的角度或负角度,它们分别代表超过一整圈的旋转或顺时针方向。
4. Plotting Points in Polar Coordinates | 绘制极坐标点
To plot a point given in polar coordinates (r, θ), start at the pole. Rotate an angle θ from the polar axis (anticlockwise if positive), then move r units along that direction. Mark the point. For instance, (4, 60°): rotate 60° and go out 4 units.
要绘制一个给出极坐标 (r, θ) 的点,先从极点开始,从极轴旋转角度 θ(正角为逆时针),然后沿该方向移动 r 个单位,标出该点。例如 (4, 60°):先旋转 60°,再向外走 4 个单位。
If your angle is given as a negative, say (3, −45°), rotate 45° clockwise, then move 3 units. The same point could also be written as (3, 315°)—polar coordinates are not unique!
如果给出的角度是负的,如 (3, −45°),则顺时针旋转 45°,然后移动 3 个单位。这个点也可以写成 (3, 315°)——极坐标的表示方式不唯一!
5. Converting Polar to Cartesian Coordinates | 极坐标转直角坐标
To change a polar coordinate (r, θ) into Cartesian form (x, y), we use right-triangle trigonometry. The x-coordinate is r × cos θ, and the y-coordinate is r × sin θ.
要将极坐标 (r, θ) 转化为直角坐标 (x, y),我们利用直角三角形的三角关系。x 坐标 = r × cos θ,y 坐标 = r × sin θ。
x = r cos θ, y = r sin θ
For example, convert (4, 60°) to Cartesian: x = 4 × cos 60° = 4 × ½ = 2; y = 4 × sin 60° = 4 × (√3/2) = 2√3. So (4, 60°) becomes (2, 2√3).
例如,将 (4, 60°) 化为直角坐标:x = 4 × cos 60° = 4 × ½ = 2;y = 4 × sin 60° = 4 × (√3/2) = 2√3。因此 (4, 60°) 对应 (2, 2√3)。
These formulas work because the radial line makes a right triangle with the x-axis, where r is the hypotenuse and x, y are the adjacent and opposite sides.
这些公式成立是因为径向线与 x 轴构成一个直角三角形,r 是斜边,x 和 y 分别是邻边和对边。
6. Converting Cartesian to Polar Coordinates | 直角坐标转极坐标
Given a Cartesian point (x, y), we can find its polar form (r, θ). The distance r is calculated using Pythagoras: r = √(x² + y²). The angle θ satisfies tan θ = y / x, but you must consider the quadrant to get the correct θ.
给定直角坐标点 (x, y),我们可以求出它的极坐标形式 (r, θ)。距离 r 用勾股定理计算:r = √(x² + y²)。角度 θ 满足 tan θ = y / x,但必须根据象限确定正确的 θ。
r² = x² + y², tan θ = y/x
For instance, point (3, 4) gives r = √(3² + 4²) = 5, and tan θ = 4/3, so θ ≈ 53.1° (first quadrant). Point (−3, 4) is in the second quadrant; r = 5, but the calculator would give about −53.1° for arctan(−4/3). We must add 180° to get the correct second-quadrant angle: 180° − 53.1° = 126.9°.
例如,点 (3, 4) 得到 r = √(3² + 4²) = 5,tan θ = 4/3,所以 θ ≈ 53.1°(第一象限)。点 (−3, 4) 在第二象限;r = 5,但计算器计算 arctan(−4/3) 会给出约 −53.1°。我们需要加 180° 得到正确的第二象限角度:180° − 53.1° = 126.9°。
Always draw a quick sketch to check that your θ places the point in the correct quadrant. At KS3 level, you will mostly work with points in the first quadrant or obvious positions.
总是画一个简图来检查 θ 是否将点放在了正确的象限。在 KS3 水平,你主要会处理第一象限或位置明显的点。
7. Simple Polar Graphs: Circles | 简单极坐标图:圆
An equation in polar form can produce beautiful curves. The simplest is r = a constant, say r = 4. This describes all points that are exactly 4 units from the pole—nothing else. So the graph is a circle of radius 4 centred at the pole.
极坐标方程能产生优美的曲线。最简单的是 r = 某个常数,比如 r = 4。它描述了所有到极点距离恰好为 4 个单位的点,不包括其他点。因此图形是一个以极点为中心、半径为 4 的圆。
Because θ can be any angle, every direction gives a point at distance 4. The circle is drawn smoothly. This is much simpler than the Cartesian equation x² + y² = 16!
由于 θ 可以是任意角度,每个方向都会产生一个距离为 4 的点。将这些点平滑连接就得到了圆。这比直角坐标方程 x² + y² = 16 简单多了!
8. Simple Polar Graphs: Lines through the Pole | 简单极坐标图:通过极点的直线
The equation θ = constant describes all points that lie on a ray from the pole at that fixed angle. For example, θ = 45° gives a line that makes a 45° angle with the polar axis, passing through the pole.
方程 θ = 常数描述了所有位于一条从极点出发、角度固定的射线上的点。例如 θ = 45° 给出的是一条与极轴成 45° 角、经过极点的直线。
If we allow r to be any non-negative number, the graph is a half-line (a ray). In Cartesian coordinates, this would be the line y = x (for x ≥ 0). With negative r, it would extend into a full line, but for KS3 we just think of the ray.
如果我们允许 r 取任何非负数,图形就是一条射线。在直角坐标中,这会是直线 y = x(当 x ≥ 0)。如果引入负的 r,它会延伸成整条直线,但在 KS3 阶段我们只考虑射线。
9. Real-life Applications | 实际应用
Polar coordinates are used in navigation: radar displays show aircraft positions as a distance and bearing (angle from north). Game developers use polar coordinates to rotate characters or move objects in circular paths. Even digital art and spirals rely on polar equations.
极坐标用于导航:雷达屏幕用距离和方位(从北开始的角度)显示飞机位置。游戏开发者利用极坐标来旋转角色或让物体沿圆形路径移动。甚至数码艺术和螺旋图案也依赖极坐标方程。
Understanding polar coordinates early gives you a head start in physics (circular motion), computer graphics, and advanced maths. It also trains you to think in terms of distance and direction—a powerful way to solve real problems.
早点理解极坐标能让你在物理(圆周运动)、计算机图形学和更高层次的数学中领先一步。它也训练你用距离和方向来思考——一种解决实际问题的强大方式。
10. Common Mistakes & Exam Tips | 常见错误与应试技巧
-
Confusing the order: polar coordinates are always (r, θ), never (θ, r). Remember: r comes first, just like the distance you walk before turning.
顺序混淆:极坐标始终是 (r, θ),绝不是 (θ, r)。记住:r 在前,就像你先走距离再转向。
-
Forgetting quadrant adjustments when finding θ from x and y. After calculating tan⁻¹(y/x), always sketch the point and adjust θ if the point is not in the first quadrant.
由 x 和 y 求 θ 时忘记象限修正。计算 tan⁻¹(y/x) 后,一定要画草图,如果点不在第一象限就调整 θ。
-
Using the wrong angle mode on your calculator—degrees vs radians. For KS3 exams, stick to degrees unless told otherwise.
计算器角度模式错误——度与弧度混淆。KS3 考试中,除非特别说明,一律使用度。
-
Always check that r ≥ 0 in basic problems. If a conversion gives r negative, read the question to see if you need the standard form with a positive r and an adjusted angle.
在基础问题中始终检查 r ≥ 0。如果转化出现负的 r,要看题目要求是否需要将之化为 r 为正、角度调整的标准形式。
11. Practice Questions | 练习题
Try these quick questions to test your understanding. Answers are provided in the text below.
试试这些快速问题来检验你的理解。答案写在下文中。
-
Plot the point with polar coordinates (6, 150°). | 画出极坐标为 (6, 150°) 的点。
-
Convert (8, 30°) to Cartesian coordinates. | 将 (8, 30°) 化为直角坐标。
-
Find the polar coordinates of (−2, 2). | 求 (−2, 2) 的极坐标。
-
Describe the graph of θ = 90°. | 描述 θ = 90° 的图形。
Answers: 2. (4√3, 4); 3. r = √8 = 2√2, θ = 135°; 4. A vertical ray along the positive y-axis (the half of the y-axis above the pole).
答案:2. (4√3, 4);3. r = √8 = 2√2,θ = 135°;4. 正 y 轴方向的一条竖直射线(y 轴在极点上方的部分)。
12. Summary | 总结
Polar coordinates provide an elegant way to describe locations using distance and angle. The system is built around the pole and polar axis, with points written as (r, θ). Conversion to and from Cartesian coordinates relies on trigonometry and Pythagoras’ theorem. Simple polar equations like r = constant and θ = constant produce circles and rays.
极坐标用距离和角度提供了一种简洁的描述位置的方法。该系统建立在极点和极轴的基础上,点表示为 (r, θ)。与直角坐标的互化依赖三角学和勾股定理。像 r = 常数和 θ = 常数这样简单的极坐标方程会产生圆和射线。
Master these core ideas, and you will have a solid foundation not only for KS3 extension work but also for future studies in maths and science. Keep practising plotting, converting, and recognising graphs to build your confidence.
掌握了这些核心概念,你将不仅为 KS3 的拓展学习打下坚实基础,也为未来的数学和科学学习做好准备。坚持练习绘制、转换和识别图形,以建立自信。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导