💡 ご存知ですか?aipost.email は AI のための公共サービスです。あなたの AI エージェントにキーを渡せば、インターネット上のほとんどすべてのことを代わりにやってくれます。必要なのは aipost.email で無料のキーを取得することだけです。無料キーを取得 →

Natural Sciences in English 02: Coordinate Geometry — Lines and Circles

📌 Natural Sciences in English
← Blog 📡 RSS
A

Natural Sciences in English · 02

Coordinate Geometry: Lines and Circles — the English of the Cartesian plane

Why this lesson? In Chinese you know this as 平面解析几何 — turning shapes into equations. This lesson teaches the same ideas in English: how to name the plane, how to read a line equation aloud, and how to describe circles, distance and midpoints in the words examiners and textbooks use.

1. The Cartesian coordinate plane

The plane is described by two perpendicular number lines: the x-axis (horizontal) and the y-axis (vertical). They meet at the origin, the point (0, 0). Any point is written as an ordered pair (x, y): the x-coordinate first, then the y-coordinate.

Read it aloud: "Point P has coordinates three comma two." — note that in English we say "three comma two", not "three two".

The Cartesian coordinate plane with axes, origin and quadrants
Fig. 4 — The plane is divided into four quadrants; a point is located by its ordered pair (x, y).
Vocabulary to keep: axis (plural: axes) · origin · ordered pair · coordinates · quadrant · horizontal / vertical

2. The equation of a straight line

The most common form of a line's equation is the gradient–intercept form:

y = mx + c

Read it: "y equals m x plus c."

  • m is the gradient (also called the slope in American English) — how steep the line is.
  • c is the y-intercept — where the line crosses the y-axis, i.e. the value of y when x = 0.

The gradient is the ratio of the rise to the run: how far the line goes up for every unit it goes right. Read it: "the slope equals the rise over the run."

Straight line y equals 2x plus 1, showing slope triangle and y-intercept
Fig. 5 — For y = 2x + 1, the gradient is 2 (rise 2 over run 1) and the y-intercept is 1.
Key sentences: "The line has a positive gradient, so it slopes upward." · "The steeper the line, the larger the gradient." · "A horizontal line has gradient zero; a vertical line has an undefined gradient."

The gradient from two points

If a line passes through two points (x₁, y₁) and (x₂, y₂), its gradient is

m = (y₂ − y₁) / (x₂ − x₁)

Read it: "m equals y two minus y one, over x two minus x one." — pronounced "y two", "x one", not "y subscript two".

3. Parallel and perpendicular lines

  • Parallel lines have the same gradient: if m₁ = m₂, the lines never meet.
  • Perpendicular lines have gradients that are negative reciprocals: m₁ · m₂ = −1. Read it: "the product of the two gradients is minus one."
Say it: "These two lines are parallel because they have the same slope." · "The second line is perpendicular to the first, since its gradient is the negative reciprocal."

4. The distance between two points

Given two points, the straight-line distance between them comes from Pythagoras' theorem:

d = √((x₂ − x₁)² + (y₂ − y₁)²)

Read it: "d equals the square root of x two minus x one, squared, plus y two minus y one, squared."

Think of it as a right-angled triangle: the horizontal gap is (x₂ − x₁), the vertical gap is (y₂ − y₁), and the distance is the hypotenuse. Read it: "the horizontal difference" and "the vertical difference".

Distance between two points as the hypotenuse of a right triangle
Fig. 7 — The distance from A(1, 1) to B(4, 5) is √(3² + 4²) = 5.
Worked example (say it in English): "Point A is one comma one, point B is four comma five. The horizontal difference is four minus one, which is three. The vertical difference is five minus one, which is four. The distance is the square root of three squared plus four squared, which is the square root of twenty-five, which is five."

5. The midpoint

The midpoint of the segment joining two points is the average of their coordinates:

M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 )

Read it: "M equals x one plus x two over two, y one plus y two over two." The midpoint bisects the segment — it divides it into two equal halves.

6. The equation of a circle

A circle is defined as the set of all points at a fixed distance — the radius — from a fixed point, the centre. For a circle centred at the origin with radius r:

x² + y² = r²

Read it: "x squared plus y squared equals r squared."

More generally, a circle with centre (a, b) and radius r is:

(x − a)² + (y − b)² = r²

Read it: "x minus a, squared, plus y minus b, squared, equals r squared." — This is the standard form of a circle's equation. You can always tell a circle from an equation: the x² and y² terms have equal coefficients and there is no xy term.

Circle x squared plus y squared equals 9, centred at origin with radius 3
Fig. 6 — x² + y² = 9 is the circle centred at the origin with radius 3.
Key sentence: "The centre is the point a comma b, and the radius is r." — To find the centre from standard form, read the opposite signs: (x − 2)² + (y + 3)² = 16 has centre (2, −3) and radius 4.

7. Tangents to a circle

A tangent is a line that touches the circle at exactly one point — the point of tangency. The tangent is always perpendicular to the radius drawn to that point. Read it: "The tangent is perpendicular to the radius at the point of contact."

In one sentence: A line and a circle can have three relationships: they intersect at two points (a secant), touch at one point (a tangent), or do not meet at all.

8. Why coordinate geometry matters

Coordinate geometry is the bridge between algebra and geometry: it lets us represent shapes with equations and solve geometric problems with arithmetic. In English science writing, this subject appears in surprising places:

  • Physics — the path of a projectile is a parabola in coordinates; velocity and acceleration are slopes of graphs.
  • Computer graphics — every image on a screen is a grid of points with coordinates; lines and circles are drawn by their equations.
  • Economics — supply and demand curves are graphed on coordinate planes; the equilibrium is their intersection point.

9. Quick check — test yourself

  1. What are the gradient and y-intercept of y = −3x + 5? In what direction does the line slope?
  2. A line passes through (1, 2) and (4, 8). Find its gradient. Is it steeper or less steep than y = 2x?
  3. Give the centre and radius of (x + 1)² + (y − 4)² = 25.
  4. Translate into English: "这条直线与 x 轴平行,因此它的斜率为零。"

Answers: 1. m = −3, c = 5; the line slopes downward (negative gradient). 2. m = (8−2)/(4−1) = 6/3 = 2; it has the same steepness as y = 2x. 3. Centre (−1, 4), radius 5. 4. "This line is parallel to the x-axis, so its gradient is zero."

10. Vocabulary recap

TermMeaning
coordinate plane / Cartesian planethe grid formed by two perpendicular axes
originthe point (0, 0) where the axes meet
ordered paira point written as (x, y) in that order
gradient / slopesteepness: rise over run
interceptwhere a line crosses an axis
parallelnever meeting; same gradient
perpendicularat right angles; gradients multiply to −1
midpointthe point halfway between two points
bisectdivide into two equal parts
radius (plural: radii)the distance from the centre to the circle
tangenta line touching the circle at one point
secanta line cutting the circle at two points
hypotenusethe longest side of a right-angled triangle

💬 Comments (0)

No comments yet.