NIOS Pure HTML Study Hub

Mathematics — Class 12 — L13: Cartesian System of Rectangular Co-ordinates

NIOS Code 311 · Module 4 · Co-ordinate Geometry

Notes extracted from NIOS Mathematics Course (311), Lesson 13 — Cartesian System of Rectangular Co-ordinates (311_Maths_Eng_Lesson13.pdf). Content covers sections 13.1–13.11.
Study timer: 00:00:00

Overview — Why this lesson matters

This NIOS Mathematics (311) lesson opens Module IV: Co-ordinate Geometry. It fixes how we locate a point in a plane using two perpendicular axes, then builds the tools you will reuse for straight lines, circles and conics: distance, section formula, area, collinearity, slope, intercepts, angle between lines, and translation of axes. Notes follow the textbook order from rectangular axes through shifting of origin.

Expected background (textbook): number system; plotting points; graphs of linear equations; solving linear systems. Treat every later coordinate problem as a combination of the formulae in this chapter.

Axes → distance → section → area → slope → intercepts → shift of origin
Ordered pairs · Pythagoras · ratios · tan θ · translation (h, k)

Section 1: Rectangular coordinate axes (13.1)

To fix the position of a point in a plane we draw two mutually perpendicular lines intersecting at a fixed point O, the origin. These lines are the coordinate axes. The horizontal line X′OX is the x-axis (axis of x). The vertical line Y′OY is the y-axis (axis of y).

x y x′ y′ O I (+,+) II (−,+) III (−,−) IV (+,−)
Fig. 13.1 idea — origin, axes and four quadrants.

1.1 Cartesian coordinates of a point (13.1.1)

Let P be a point in the plane of axes X′OX and Y′OY. Drop perpendiculars from P to the axes. The directed distance along the x-axis is the abscissa (x-coordinate). The directed distance along the y-axis is the ordinate (y-coordinate). Together they form the ordered pair P(x, y).

Order matters: (3, 2) and (2, 3) are different points. In general (x, y) ≠ (y, x).

P = (x, y) · x = abscissa · y = ordinate
Ordered pair — first number along x, second along y

1.2 Quadrants (13.1.2)

The axes divide the plane into four regions called quadrants (textbook spelling “quardrants”). Sign convention for P(x, y):

Quadrantxy
Ix > 0y > 0
IIx < 0y > 0
IIIx < 0y < 0
IVx > 0y < 0

Points on the axes have one coordinate zero (e.g. (a, 0) on x-axis; (0, b) on y-axis) and are not assigned to a single open quadrant in the usual sign table.

Section 2: Distance between two points (13.2)

For P(x₁, y₁) and Q(x₂, y₂), form a right triangle by drawing a horizontal through P and a vertical through Q. Horizontal leg |x₂ − x₁|, vertical leg |y₂ − y₁|. By Pythagoras:

PQ = √[(x₂ − x₁)² + (y₂ − y₁)²]
Valid in all quadrants · OP from origin = √(x² + y²)

Example 13.1 (textbook): Distance A(14, 3) to B(10, 6) = √[(10−14)² + (6−3)²] = √(16+9) = √25 = 5. Distance M(−1, 2) to N(0, −6) = √[(0−(−1))² + (−6−2)²] = √[1 + 64] = √65.

Example 13.2: P(−1,−1), Q(2,3), R(−2,6). Compute PQ² = (2+1)²+(3+1)² = 9+16 = 25; QR² = (−2−2)²+(6−3)² = 16+9 = 25; RP² = (−1+2)²+(−1−6)² = 1+49 = 50. Since PQ² + QR² = RP², △PQR is right-angled at Q (converse of Pythagoras).

Example 13.3 (collinear by distance): A(1,2), B(4,5), C(−1,0). AB = 3√2, BC = 5√2, AC = 2√2. Then AB + AC = 5√2 = BC, so A, B, C are collinear.

Example 13.4 (equilateral): A(2a,4a), B(2a,6a), C(2a+√3 a, 5a) (as in text). All three sides equal 2a, and triangle inequalities hold, so the triangle is equilateral of side 2a.

Check Your Progress 13.1 ideas: Find distances such as (5,4) to (2,−3); (a,−a) to (b,b). Prove right-angled triangles by side squares; prove collinearity of (3,−6), (2,−4), (−4,8); recognise rectangle/square vertices by equal sides and right angles (or slopes).

When proving a rectangle, show opposite sides equal and diagonals equal (or adjacent sides perpendicular). For a square, add equal diagonals and adjacent sides equal with one right angle (or both pairs of adjacent sides equal and perpendicular).

P(x₁,y₁) R Q(x₂,y₂) |x₂−x₁| |y₂−y₁| PQ
Fig. 13.5 idea — right triangle used to derive distance.

Section 3: Section formula (13.3)

3.1 Internal division (13.3.1)

Let R(x, y) divide the segment joining P(x₁, y₁) and Q(x₂, y₂) internally in the ratio m₁ : m₂ (PR : RQ = m₁ : m₂). By similar triangles:

x = (m₁x₂ + m₂x₁)/(m₁ + m₂) · y = (m₁y₂ + m₂y₁)/(m₁ + m₂)
Internal section · R lies between P and Q

Mid-point: m₁ = m₂ = 1 gives ((x₁+x₂)/2, (y₁+y₂)/2).

3.2 External division (13.3.2)

If R divides PQ externally in m₁ : m₂, the point lies on the line PQ but outside the segment. Formula:

x = (m₁x₂ − m₂x₁)/(m₁ − m₂) · y = (m₁y₂ − m₂y₁)/(m₁ − m₂)
External section · denominator m₁ − m₂ (m₁ ≠ m₂)

Example 13.5 pattern: Find the point dividing the join of (x₁,y₁) and (x₂,y₂) in m₁:m₂ internally — substitute directly into the internal formula.

Example 13.6 pattern: Given a point R(3,−2) on the join of two points, find the ratio λ:1 by setting R’s coordinates equal to the section formula and solving for λ. If λ is positive, division is internal; if the form indicates external, use the external formula.

Example 13.7 (quadrilateral): Vertices A(1,4), B(−2,1), C(0,−1), D(…): show that diagonals bisect each other by proving mid-point of AC = mid-point of BD (parallelogram test).

Applications: centroid of a triangle divides each median in 2:1 (internal, m₁:m₂ = 2:1 from vertex to mid-point of opposite side). Mid-point formula is the special case used constantly in geometry proofs.

Memory aid: Internal uses “plus” in numerator and denominator; external uses “minus”. Always write which point is first (P) and second (Q) so m₁ is the part toward Q.

Section 4: Area of a triangle (13.4)

For vertices A(x₁,y₁), B(x₂,y₂), C(x₃,y₃):

Area = ½ | x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) |
Absolute value · area never negative · unit = square units

Example 13.8: Area of triangle with vertices A(3,4), B(6,−2), C(…): plug into the formula carefully with signs, then take absolute value and multiply by ½.

Example 13.9: Vertices (1, k), (4, −3), (−9, 7) and area 15. Compute ½|…| = 15 ⇒ |expression| = 30. In the textbook solution one branch yields k = −3 (and a second branch may appear from the ±). Always solve both cases unless the question restricts k.

Unit: square units. Order of vertices does not matter because of the absolute value, but keep a consistent cyclic order when expanding to avoid arithmetic slips.

Section 5: Collinearity of three points (13.5)

Three points A, B, C are collinear if and only if the area of △ABC is zero:

x₁(y₂ − y₃) + x₂(y₃ − y₁) + x₃(y₁ − y₂) = 0 (without absolute value — the expression is zero).

Equivalent slope test (later section): slope of AB = slope of BC (when segments defined).

Use for finding k so that (1, 5), (k, 1), (4, 11) are collinear: plug into area = 0 and solve for k.

Section 6: Inclination and slope of a line (13.6–13.7)

The inclination of a line is the angle θ that the line makes with the positive direction of the x-axis, 0 ≤ θ < 180° (or 0° ≤ θ < π). The slope (gradient) is:

m = tan θ
θ = 0 → m = 0 (horizontal) · θ = 90° → slope undefined (vertical)

If a line joins distinct points (x₁, y₁) and (x₂, y₂) with x₂ ≠ x₁:

m = (y₂ − y₁)/(x₂ − x₁)
Rise over run · same for AB and BA? Signs flip carefully with order

If a line is equally inclined to both axes, θ = 45° or 135°, so m = ±1 (Example 13.15 idea).

θ line +x m = tan θ
Inclination θ and slope m = tan θ.

Section 7: Parallel and perpendicular lines (13.8)

  • Parallel lines: m₁ = m₂ (same inclination, or same slope).
  • Perpendicular lines: m₁ m₂ = −1 (provided both slopes exist). Vertical line has undefined slope and is perpendicular to every horizontal line (m = 0).

Example patterns: Show line through A(5,6), B(2,3) is parallel to another join by equal slopes. Show A(2,−5), B(−2,5) is perpendicular to a given line by product −1. Using slopes, show A(4,4), B(3,5), C(−1,−1) form a right angle. Find y so that the line through A(3,y) and a second point is parallel (or perpendicular) to a given line.

Collinear by slope: Points A(6,−1), B(5,0), C(2,3) are collinear if slope AB = slope BC = slope CA (where defined).

Exam use: show three points form a right angle by product of slopes of two sides = −1; show a quadrilateral has perpendicular diagonals; find k so a join through (k,9) and (2,7) is parallel to the join of (2,−2) and (6,4).

Parallel: m₁ = m₂ · Perpendicular: m₁ m₂ = −1
Exclude cases where a line is vertical (undefined m)

Section 8: Intercepts made by a line on the axes (13.9)

If a line meets the x-axis at (a, 0) and the y-axis at (0, b), then a is the x-intercept and b is the y-intercept. For the line written ax + by + c = 0 (with a ≠ 0, b ≠ 0):

x-intercept = −c/a · y-intercept = −c/b.

Intercept form: x/a + y/b = 1 (when intercepts are a and b, nonzero).

Section 9: Angle between two lines (13.10)

If two lines have slopes m₁ and m₂ and are not perpendicular in a way that makes the formula fail (1 + m₁m₂ ≠ 0), the acute/obtuse angles φ between them satisfy:

tan φ = |(m₁ − m₂)/(1 + m₁ m₂)|
Take absolute value · choose acute or obtuse as required by the question

If 1 + m₁m₂ = 0, the lines are perpendicular (φ = 90°). Textbook examples: slopes 3 and 1/2; angle between x-axis (m = 0) and a join; given tan of angle and one slope, find the other.

Section 10: Shifting of origin (13.11)

When the origin is translated to a new origin O′(h, k) without rotating the axes, a point with old coordinates (x, y) has new coordinates (x′, y′) related by:

x = x′ + h · y = y′ + k
Or x′ = x − h · y′ = y − k · substitute into equations of curves/lines

Example 13.26 idea: Shift origin to (−3, 2); transform a point or equation by substitution. Example 13.27: Origin to (3, 4); line 3x + 2y − 5 = 0 becomes 3(x′+3) + 2(y′+4) − 5 = 0 → 3x′ + 2y′ + 12 = 0.

O O′(h,k) P x = x′ + h · y = y′ + k
Translation of axes: new origin O′(h, k).

Terminal-style revision map

From the textbook terminal exercises and check-your-progress blocks, expect: (1) pure distance and collinearity; (2) section and mid-point in polygons; (3) area and parameter k; (4) slope, parallel/perpendicular, and angle between lines; (5) intercepts of ax+by+c=0; (6) translation of a point or a line equation after shifting origin to (h,k).

Worked habit: box the formula first, substitute with labelled x₁,y₁,x₂,y₂, simplify radicals only at the end, and write a one-line conclusion (“hence collinear”, “hence right-angled at Q”, “hence m₁m₂=−1”).

What to master for the exam

Write every answer with clear substitution of (x₁,y₁), (x₂,y₂). State which formula (distance, section, area, slope, translation). For geometry proofs (right triangle, rectangle, square, collinear), compute sides or slopes and quote the criterion. Keep signs careful in external section and area absolute value. Next lessons (straight lines, circles) reuse slope and distance constantly — this chapter is the foundation of Module IV.

Link forward: Lesson 14 (Straight Lines) will write equations using slope and intercepts you now know; distance from a point to a line builds on this geometry. Keep the distance and section formulae on your formula sheet until they become automatic.

MCQ Quiz — L13 Cartesian System of Rectangular Co-ordinates

0 / 15 correct

Flashcards — L13

1 / 20

Golden Rules — L13 Cartesian System of Rectangular Co-ordinates

Most exam-important points from this chapter:

Ordered pairs

Always write (x, y) in that order. (3,2) and (2,3) are different points.

Distance everywhere

Use √[(Δx)²+(Δy)²] in all quadrants; check right triangles with PQ²+QR²=RP².

Section signs

Internal: plus in numerator and denominator. External: minus; m₁ ≠ m₂.

Area absolute value

Area formula uses |…|; collinearity when the expression inside is zero.

Slope toolkit

m = tan θ = rise/run; parallel m₁=m₂; perpendicular m₁m₂=−1; angle via tan φ formula.

Shift of origin

Substitute x = x′+h, y = y′+k into the equation; do not rotate axes in this lesson.

P(x, y) ordered pair
Quadrants I–IV
PQ = √[(x₂−x₁)²+(y₂−y₁)²]
OP = √(x²+y²)
Internal section m₁:m₂
Mid-point
External section
Area of triangle
Collinear ⇔ area=0
Slope m = tan θ
∥ / ⊥ conditions
Origin shift

1. Formulas & Definitions

Full Ch 13 — Cartesian System of Rectangular Co-ordinates study guide: definitions, derivations, why each formula works, history, deep understanding, pencil diagrams, step-by-step use, and 4-level solved examples.

PQ = √[(x₂−x₁)² + (y₂−y₁)²]

Definition: Distance between two points in the Cartesian plane is the Euclidean length of the segment joining them.

Derivation

Apply Pythagoras to the right triangle with legs |x₂−x₁| and |y₂−y₁|: hypotenuse = √(Δx²+Δy²).

Variables

P(x₁,y₁), Q(x₂,y₂) · PQ = distance (same units as axes)

Why it works

Horizontal and vertical separations are independent; Pythagorean theorem combines them into true length.

Historical context

Descartes (1637) linked algebra to geometry; distance formula is Pythagoras in coordinates.

Deep understanding

Distance is invariant under rotation of axes; only differences of coordinates matter, not absolute position.

2. Diagrams & Visuals

x y O P(x, y)

Pencil sketch · labelled · step-by-step breakdown below

  1. Label the two points carefully
  2. Compute Δx = x₂−x₁ and Δy = y₂−y₁
  3. Square, add, take positive square root
  4. Simplify radicals if asked

3. Solved Examples

Basic

Q: Distance A(0,0) to B(3,4).

Solution: √(9+16)=√25

Answer: 5

Intermediate

Q: Distance (14,3) to (10,6).

Solution: Δx=−4, Δy=3 → √(16+9)=√25

Answer: 5

Advanced

Q: Find k if distance from (1,2) to (k,6) is 5.

Solution: √((k−1)²+16)=5 → (k−1)²=9 → k=4 or −2

Answer: k = 4 or k = −2

Exam

Q: Show A(−1,−1), B(2,3), C(−2,6) form isosceles right triangle.

Solution: AB²=25, BC²=25, AC²=50; AB=BC and AB²+BC²=AC²

Answer: Isosceles right-angled at B

R = ((m₁x₂+m₂x₁)/(m₁+m₂), (m₁y₂+m₂y₁)/(m₁+m₂))

Definition: Internal section formula: point R dividing join of P and Q in ratio m₁:m₂ (PR:RQ = m₁:m₂).

Derivation

Parametric balance of position: weighted average of coordinates with weights m₂ for P and m₁ for Q.

Variables

m₁, m₂ > 0 for internal · P first point · Q second

Why it works

Closer to the heavier weight: if m₁ > m₂, R is closer to Q.

Historical context

Section formula appears in Euclid’s geometry and is algebraic form of similar triangles.

Deep understanding

Mid-point is special case m₁=m₂=1. Centroid uses equal weights on three vertices.

2. Diagrams & Visuals

R = ((m₁x₂+m₂x₁)/(m₁+m₂), (m₁y₂+m₂y₁)/(m Internal: plus signs Weights swap with points Mid-point: m₁=m₂=1

Pencil sketch · labelled · step-by-step breakdown below

  1. Identify P, Q and ratio m₁:m₂ (PR:RQ)
  2. Write x = (m₁x₂ + m₂x₁)/(m₁+m₂)
  3. Same for y
  4. Simplify fractions

3. Solved Examples

Basic

Q: Mid-point of (2,4) and (6,8).

Solution: ((2+6)/2,(4+8)/2)

Answer: (4, 6)

Intermediate

Q: Divide (4,−1),(7,2) in 1:1.

Solution: Mid-point

Answer: (11/2, 1/2)

Advanced

Q: P divides (2,−5) and (−3,5) in 1:4 internally.

Solution: x=(1·−3+4·2)/5=1; y=(1·5+4·−5)/5=−3

Answer: (1, −3)

Exam

Q: Find ratio in which (1,2) divides (3,4) and (−1,0).

Solution: Section reverse: m₁/m₂ = …

Answer: 1 : 1 (mid-point)

Area = ½ |x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|

Definition: Area of a triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃).

Derivation

From base×height via coordinates, or half absolute value of the determinant of the three point vectors.

Variables

Vertices in any order · absolute value ensures non-negative area

Why it works

Signed area detects orientation (clockwise/counterclockwise); magnitude is geometric area.

Historical context

Shoelace formula attributed to surveyors; equivalent to Gauss’s area method.

Deep understanding

Collinear points ⇔ area = 0 ⇔ slopes of consecutive sides equal.

2. Diagrams & Visuals

Area = ½ |x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)| Shoelace: zip x with next y Absolute value → positive area Area 0 ⇔ collinear

Pencil sketch · labelled · step-by-step breakdown below

  1. List vertices in order (prefer counterclockwise)
  2. Apply the cyclic sum
  3. Take absolute value and divide by 2
  4. If 0, points are collinear

3. Solved Examples

Basic

Q: Area of (0,0),(4,0),(0,3).

Solution: ½|0+0+0| wait: ½|0(0−3)+4(3−0)+0(0−0)|=½·12

Answer: 6

Intermediate

Q: Vertices (1,1),(2,3),(4,1).

Solution: ½|1(3−1)+2(1−1)+4(1−3)|=½|2+0−8|=3

Answer: 3

Advanced

Q: Show (1,2),(3,4),(5,6) collinear.

Solution: Area=½|1(4−6)+3(6−2)+5(2−4)|=½|−2+12−10|=0

Answer: Collinear

Exam

Q: Find k so (k,0),(0,k),(1,1) has area ½.

Solution: ½|k(k−1)+0(1−0)+1(0−k)|=½ → |k²−k−k|=1

Answer: Solve |k²−2k|=1

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

Definition: Slope of a line is rise over run; equal to tan of inclination θ with positive x-axis.

Derivation

From definition of inclination: opposite/adjacent on the slope triangle.

Variables

m = slope · θ ∈ (−90°, 90°) usually · vertical line: slope undefined

Why it works

Slope measures steepness and direction: positive rises right; negative falls right.

Historical context

Descartes and later analytic geometry texts fixed m = tan θ as standard.

Deep understanding

Parallel lines share m; perpendicular non-vertical lines satisfy m₁m₂ = −1.

2. Diagrams & Visuals

m = (y₂−y₁)/(x₂−x₁) = tan θ m = rise / run θ with +x-axis m₁m₂=−1 if ⊥

Pencil sketch · labelled · step-by-step breakdown below

  1. Pick two distinct points on the line
  2. Compute (Δy)/(Δx) if Δx ≠ 0
  3. Relate to tan θ if angle asked
  4. Check ∥ or ⊥ with product/sum of slopes

3. Solved Examples

Basic

Q: Slope from (0,0) to (2,2).

Solution: 2/2

Answer: 1

Intermediate

Q: Slope (2,3) to (6,−7).

Solution: (−7−3)/(6−2)=−10/4

Answer: −5/2

Advanced

Q: Line with slope 2 through (1,1).

Solution: y−1=2(x−1) → y=2x−1

Answer: y = 2x − 1

Exam

Q: Show lines m=2 and m=−1/2 are perpendicular.

Solution: 2·(−1/2)=−1

Answer: Perpendicular

x = x′ + h , y = y′ + k

Definition: When origin is shifted to (h,k) without rotating axes, old coordinates equal new plus (h,k).

Derivation

Translation: every point’s position vector gains the vector (h,k).

Variables

(h,k) = new origin in old system · (x′,y′) = new coordinates

Why it works

Simplifies equations by removing linear terms (completing the square geometrically).

Historical context

Standard tool in analytic geometry since 17th–18th century textbooks.

Deep understanding

Does not change distances, angles, or slopes — only the coordinate origin.

2. Diagrams & Visuals

x = x′ + h , y = y′ + k Old O → new O′(h,k) Axes stay parallel Distances unchanged

Pencil sketch · labelled · step-by-step breakdown below

  1. Identify shift (h,k)
  2. Replace x by x′+h, y by y′+k in the equation
  3. Simplify in x′,y′
  4. Interpret the new equation

3. Solved Examples

Basic

Q: Origin to (2,3); point (5,7) in new coords?

Solution: x′=5−2=3, y′=7−3=4

Answer: (3, 4)

Intermediate

Q: Shift origin to (1,−1); rewrite x+y=0.

Solution: (x′+1)+(y′−1)=0 → x′+y′=0

Answer: x′ + y′ = 0

Advanced

Q: Remove linear terms of x²+y²−4x+6y=0 by shift.

Solution: Complete square: (x−2)²+(y+3)²=13

Answer: Origin → (2,−3)

Exam

Q: State transformation if axes parallel and new origin (h,k).

Solution: x=x′+h, y=y′+k

Answer: Translation only

5. Special Features & Extras

Complete study guide — exam tips, common mistakes, memory aids, and quick reference.

Exam Tips & Tricks

  • Always write which point is first when using section formula.
  • Use area = 0 for collinearity — often faster than equal slopes.
  • Vertical line: never write m = ∞; say “slope undefined”.
  • Box final coordinates as ordered pairs.

Common Student Mistakes

  • Swapping m₁ and m₂ in section formula
  • Forgetting absolute value in triangle area
  • Using external formula for internal division
  • Sign errors in Δx, Δy

Memory Aids & Mnemonics

Internal: PLUS in numerator and denominator.
External: MINUS (difference of weights).
Slope: “up over along” — Δy / Δx.

Which Formula When?

  • Length between two points → distance formula
  • Point dividing a segment → section formula
  • Three points form triangle? → area
  • Steepness / parallel / perpendicular → slope
  • Simplify equation by moving origin → shift

Quick reference box

• Distance · section · mid-point · area

• Slope m = tan θ · ∥ m₁=m₂ · ⊥ m₁m₂=−1

• Shift: x=x′+h, y=y′+k

PYQ — Previous Year Questions

English questions from NIOS Mathematics (311) public / sample papers (Sample 2024, Apr 2024, Oct 2024, Apr 2025; board-style where scanned papers had no extractable text). Mapped exclusively to this chapter — no cross-chapter duplicates. Use Model Answer for the marking key and Explanation for working.

L13 — Cartesian System of Rectangular Co-ordinates

5 question(s) · Sources: Apr 2024, Oct 2024, Sample QP 2024

PYQ1. The coordinates of the mid-point of A(4, −1) and B(7, 2) are:

  • (A) (11/2, 1/2)
  • (B) (3/2, 1/2)
  • (C) (11/2, −1/2)
  • (D) (4, 2)

1 mark(s) · MCQ · Sample QP 2024 · Q1(i)

Model Answer

1)  (11/2, 1/2)

Explanation

1)  Mid-point M = ((x₁+x₂)/2, (y₁+y₂)/2) = ((4+7)/2, (−1+2)/2) = (11/2, 1/2).

PYQ2. The slope of the line segment joining A(2, 3) and B(6, −7) is:

  • (A) −5/2
  • (B) 5/2
  • (C) −2/5
  • (D) 2/5

1 mark(s) · MCQ · Sample QP 2024 · Q1(ii) OR

Model Answer

1)  −5/2

Explanation

1)  m = (y₂−y₁)/(x₂−x₁) = (−7−3)/(6−2) = (−10)/4 = −5/2.

PYQ3. The coordinates of the centroid of the triangle with vertices (x₁,y₁), (x₂,y₂), (x₃,y₃) are:

1 mark(s) · SA · Sample QP 2024 · Q5

Model Answer

1)  ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3)

Explanation

1)  The centroid is the average of the three vertices’ coordinates (section formula with equal weights).

PYQ4. The points A(−1, −1), B(2, 3) and C(−2, 6) are the vertices of:

  • (A) an equilateral triangle
  • (B) an isosceles triangle
  • (C) a scalene triangle
  • (D) an isosceles right triangle

1 mark(s) · MCQ · Oct 2024 · Q1

Model Answer

1)  an isosceles right triangle

Explanation

1)  AB²=(3)²+(4)²=25, BC²=(−4)²+(3)²=25, AC²=(−1)²+(7)²=

2)  5

0. AB=BC and AB²+BC²=AC² ⇒ isosceles right-angled at B.

PYQ5. Find the distance between the points A(−2, 3) and B(4, −5).

1 mark(s) · SA · Apr 2024 · board-style (2D)

Model Answer

1)  10 units

Explanation

1)  PQ = √[(4−(−2))²+(−5−3)²] = √(6²+(−8)²) = √(36+64) = √100 = 10.

Problem Solving — L13 Cartesian Coordinates

10 English exam-style problems for this chapter (NIOS Mathematics 311). Each question states the formula, gives full step-by-step working with the final answer, plus formal/easy explanations. English only.

Question 1 of 10Distance

Find the distance between A(14, 3) and B(10, 6).

PQ = √[(x₂−x₁)² + (y₂−y₁)²]

1)  Use PQ = √[(x₂−x₁)² + (y₂−y₁)²] with A(14,3), B(10,6).

2)  Δx = 10 − 14 = −4, Δy = 6 − 3 = 3.

3)  PQ = √[(−4)² + 3²] = √(16+9) = √25 = 5.

Answer:  5

Formula used

PQ = √[(x₂−x₁)² + (y₂−y₁)²]

Textbook formal language

By the distance formula in the Cartesian plane, the length of segment AB is √[(10−14)²+(6−3)²]=√25=5.

Easy language (same calculation)

Horizontal gap 4, vertical gap 3 → 3-4-5 triangle, so length is 5.

Why this formula

Distance works in all quadrants because squares remove sign.

Exam tip

Square first, then add, then square-root.

Common mistakes

  • Forgetting the squares
  • Using (x₁−x₂) only once
  • Leaving √25 unsimplified
Question 2 of 10Mid-point

Find the mid-point of the segment joining (−1, 2) and (5, −4).

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

1)  M_x = (−1+5)/2 = 4/2 = 2.

2)  M_y = (2+(−4))/2 = (−2)/2 = −1.

3)  Hence M = (2, −1).

Answer:  (2, −1)

Formula used

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

Textbook formal language

The mid-point formula averages corresponding coordinates: ((−1+5)/2,(2−4)/2)=(2,−1).

Easy language (same calculation)

Average the x’s: 2. Average the y’s: −1.

Why this formula

Mid-point is the internal section formula with m₁=m₂=1.

Exam tip

Watch the sign of y when adding 2+(−4).

Common mistakes

  • Averaging only one coordinate
  • Writing (2,1) with wrong y sign
Question 3 of 10Section

Find the point that divides the join of P(2, −3) and Q(6, 5) internally in the ratio 1 : 3.

Internal: ((m₁x₂+m₂x₁)/(m₁+m₂), (m₁y₂+m₂y₁)/(m₁+m₂))

1)  Here m₁=1, m₂=3, (x₁,y₁)=(2,−3), (x₂,y₂)=(6,5).

2)  x = (1·6 + 3·2)/(1+3) = (6+6)/4 = 12/4 = 3.

3)  y = (1·5 + 3·(−3))/(1+3) = (5−9)/4 = (−4)/4 = −1.

4)  Required point is (3, −1).

Answer:  (3, −1)

Formula used

Internal: ((m₁x₂+m₂x₁)/(m₁+m₂), (m₁y₂+m₂y₁)/(m₁+m₂))

Textbook formal language

Using the internal section formula with ratio 1:3 gives ((1·6+3·2)/4, (1·5+3·(−3))/4)=(3,−1).

Easy language (same calculation)

Weighted average: closer to P because the ratio toward Q is smaller (1 vs 3).

Why this formula

Internal uses + in numerator and denominator; external uses −.

Exam tip

Keep the order m₁:m₂ matching P:Q as stated in the formula.

Common mistakes

  • Swapping m₁ and m₂
  • Using external formula by mistake
Question 4 of 10AreaCollinear

Show that A(1,2), B(4,5), C(−1,0) are collinear using the area formula.

Area = ½|x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|

1)  Compute Δ = 1(5−0)+4(0−2)+(−1)(2−5) = 1·5 + 4·(−2) + (−1)·(−3).

2)  Δ = 5 − 8 + 3 = 0.

3)  Area = ½|0| = 0 ⇒ points are collinear.

Answer:  Area = 0 ⇒ A, B, C collinear

Formula used

Area = ½|x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|

Textbook formal language

The determinant/area expression vanishes, so the three points determine a degenerate triangle and are collinear.

Easy language (same calculation)

Plug into the area formula; get zero, so they lie on one straight line.

Why this formula

Collinearity ⇔ area zero ⇔ slopes AB = AC (alternative test).

Exam tip

Include the absolute value only for positive area; for collinearity, zero is enough.

Common mistakes

  • Arithmetic error in the expansion
  • Claiming collinear without showing Δ=0
Question 5 of 10Slope

Find the slope of the line joining (2, 3) and (6, −1). Hence find the slope of a line perpendicular to it.

m = (y₂−y₁)/(x₂−x₁) · perpendicular: m₁m₂ = −1

1)  m = (−1 − 3)/(6 − 2) = (−4)/4 = −1.

2)  If m₁ = −1 and the perpendicular has slope m₂, then m₁m₂ = −1 ⇒ (−1)m₂ = −1 ⇒ m₂ = 1.

Answer:  m = −1; perpendicular slope = 1

Formula used

m = (y₂−y₁)/(x₂−x₁) · perpendicular: m₁m₂ = −1

Textbook formal language

Slope of the given line is −1; any perpendicular line has slope 1 because the product of slopes is −1.

Easy language (same calculation)

Rise −4 over run 4 gives slope −1; flip and change sign → perpendicular slope 1.

Why this formula

Vertical/horizontal special cases: undefined slope ⟂ slope 0.

Exam tip

Use m₁m₂=−1 only when both slopes are defined.

Common mistakes

  • Inverting without changing sign
  • Using m₁=m₂ for perpendicular
Question 6 of 10Shift of origin

If the origin is shifted to (2, −1) without rotating axes, find the new coordinates of the point (5, 3).

x = x′ + h, y = y′ + k

1)  Here (h,k)=(2,−1) and old coordinates (x,y)=(5,3).

2)  x′ = x − h = 5 − 2 = 3.

3)  y′ = y − k = 3 − (−1) = 4.

4)  New coordinates are (3, 4).

Answer:  (3, 4)

Formula used

x = x′ + h, y = y′ + k

Textbook formal language

Under translation of origin to (h,k), x′=x−h and y′=y−k, giving (3,4).

Easy language (same calculation)

Subtract the new origin from the old coordinates: (5−2, 3−(−1))=(3,4).

Why this formula

Translation does not change distances or slopes of lines.

Exam tip

Remember y′ = y − k, so minus a negative becomes plus.

Common mistakes

  • Adding (h,k) instead of subtracting
  • Swapping x and y
Question 7 of 10DistanceExam

Two towns are marked on a map at A(−2, 3) and B(4, −5). Find the map distance between them.

PQ = √[(x₂−x₁)²+(y₂−y₁)²]

1)  Δx = 4 − (−2) = 6, Δy = −5 − 3 = −8.

2)  Distance = √(6² + (−8)²) = √(36+64) = √100 = 10.

Answer:  10 units

Formula used

PQ = √[(x₂−x₁)²+(y₂−y₁)²]

Textbook formal language

By the Cartesian distance formula, AB = √[(4+2)²+(−5−3)²] = 10.

Easy language (same calculation)

Gaps 6 and 8 form a 6-8-10 triangle.

Why this formula

Squares remove signs of Δx and Δy.

Exam tip

Simplify the square root fully.

Common mistakes

  • Leaving √100
  • Using 6+8 without squares
Question 8 of 10Centroid

Find the centroid of the triangle with vertices (1, 2), (3, 4) and (5, 0).

G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3)

1)  x̄ = (1+3+5)/3 = 9/3 = 3.

2)  ȳ = (2+4+0)/3 = 6/3 = 2.

3)  Centroid G = (3, 2).

Answer:  (3, 2)

Formula used

G = ((x₁+x₂+x₃)/3, (y₁+y₂+y₃)/3)

Textbook formal language

The centroid is the average of the three vertices’ coordinates.

Easy language (same calculation)

Average x is 3; average y is 2.

Why this formula

Centroid divides each median in 2:1 ratio.

Exam tip

Do not use mid-point formula alone.

Common mistakes

  • (3,3)
  • Forgetting to divide by 3
Question 9 of 10Area

Find the area of the triangle with vertices (0, 0), (4, 0) and (0, 6).

Area = ½|x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|

1)  Δ = 0(0−6)+4(6−0)+0(0−0) = 0 + 24 + 0 = 24.

2)  Area = ½|24| = 12.

Answer:  12 square units

Formula used

Area = ½|x₁(y₂−y₃)+x₂(y₃−y₁)+x₃(y₁−y₂)|

Textbook formal language

Using the coordinate area formula gives 12.

Easy language (same calculation)

Base 4, height 6 ⇒ area ½×4×6=12 (same result).

Why this formula

Right triangle on the axes.

Exam tip

Include the factor ½.

Common mistakes

  • 24 without ½
  • Negative area
Question 10 of 10Slope

A ramp joins floor point (1, 2) to platform (5, 10). Find the slope of the ramp.

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

1)  m = (10 − 2)/(5 − 1) = 8/4 = 2.

Answer:  2

Formula used

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

Textbook formal language

Slope is rise over run: 8/4 = 2.

Easy language (same calculation)

For every 1 unit right, height rises by 2.

Why this formula

Positive slope means the line rises to the right.

Exam tip

Order of points does not change the slope.

Common mistakes

  • 1/2
  • 8