Quiz 2
Registry Synced

Mathematics I · Week 2 — Coordinate system & straight lines

1400 words
7 min read
2026-08-16

Reading compass

Now · Week map

Week 2 — coordinate system & straight lines

Quiz 2 scope: Weeks 1–8 per IITM May 2026 foundation courses. Source baseline: IITM BS admissions important-dates calendar · May 2026 cycle. Times on assessments are operational conventions — verify hall ticket.

Week map

Points → slope → line forms → parallel/perpendicular → applications

Classify → Represent → Execute → Trap-check

  • Recognize: - Two points → find line.
  • Procedure: Subtract coordinates in the same order for both numerator and denominator. Simplify the fraction and state whether the line rises, falls, or is constant. If x1=x2x_1 = x_2, report undefined slope and write x=kx = k.
  • Variations / traps: Watch for: Mixing up (y2y1)/(x2x1)(y_2-y_1)/(x_2-x_1) with reversed differences inconsistently.

Formula chain (compressed)

Δx, Δy → slope m → line forms → parallel (same m) vs perpendicular (m₁m₂=−1).
  1. ChangeΔx = x₂−x₁, Δy = y₂−y₁ — before plugging into formulas
  2. Slopem = Δy/Δx — two distinct points
  3. Point-slopey−y₁ = m(x−x₁) — point + slope known
  4. Slope-intercepty = mx + c — c is y-intercept at x=0
  5. Perpendicularm₂ = −1/m₁ — non-vertical lines

Deep study

Mathematics I · Week 2 — Lines and slope

Coordinate plane tools for reading graphs, writing equations, and checking parallelism.

Week map

Points and distance → slope as rate of change → point-slope and slope-intercept → general form → parallel and perpendicular → intercepts and applications.

Coordinate notation

  • (x,y)(x,y) → ordered pair → horizontal then vertical → (3,2)(3,-2) is 3 right, 2 down.
  • mm → slope → rise over run → m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
  • Δy\Delta y → change in yy → vertical difference → if yy goes from 4 to 7, Δy=3\Delta y = 3.
  • Δx\Delta x → change in xx → horizontal difference → keep subtraction order consistent with yy.

Reading slope

  • m>0m > 0 → line rises left to right.
  • m<0m < 0 → line falls.
  • m=0m = 0 → horizontal; equation y=ky = k.
  • Undefined slope → vertical; equation x=kx = k (not y=mx+by = mx + b form).
Mini-example: Through (1,4)(1,4) and (5,10)(5,10): m=10451=64=32m = \frac{10-4}{5-1} = \frac{6}{4} = \frac{3}{2}. Rise 3 per run 2.

Line equations

Point-slope form

yy1=m(xx1)y - y_1 = m(x - x_1) — use when point and slope known.
Through (2,1)(2,-1) with m=3m = -3: y+1=3(x2)y + 1 = -3(x - 2)y=3x+5y = -3x + 5.

Slope-intercept form

y=mx+cy = mx + ccc is yy-intercept (value when x=0x=0).

General form

ax+by+c=0ax + by + c = 0 — useful for parallel/perpendicular via coefficients; slope m=abm = -\frac{a}{b} when b0b \neq 0.
Trap: In 3x+2y8=03x + 2y - 8 = 0, the yy-intercept is not 8-8; solve: 2y=3x+82y = -3x + 8, y=32x+4y = -\frac{3}{2}x + 4, intercept 44.

Parallel and perpendicular

  • Parallel: same slope m1=m2m_1 = m_2 (including both vertical).
  • Perpendicular (neither vertical): m1m2=1m_1 m_2 = -1m2=1m1m_2 = -\frac{1}{m_1}.
Mini-example: Line with m=25m = \frac{2}{5}. Perpendicular slope is 52-\frac{5}{2}. Parallel slope stays 25\frac{2}{5}.
Vertical ⊥ horizontal always. Two vertical lines are parallel; vertical ⊥ horizontal with undefined vs 0 slope — do not apply m1m2=1m_1 m_2 = -1 blindly.

Intercepts and distance

  • xx-intercept: set y=0y=0, solve for xx.
  • yy-intercept: set x=0x=0, solve for yy.
  • Distance between (x1,y1)(x_1,y_1) and (x2,y2)(x_2,y_2): d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
Mini-example: Line y=2x6y = 2x - 6. xx-intercept: 0=2x60 = 2x - 6, x=3x = 3. Point (3,0)(3,0). yy-intercept: (0,6)(0,-6).

Pattern families

Easy — Slope from two points

  • Compute mm with consistent Δy/Δx\Delta y / \Delta x.
  • State rise/run interpretation in words.
  • Identify horizontal/vertical from equal xx or equal yy coordinates.

Medium — Equation from conditions

  • Line through one point with given slope → point-slope, simplify.
  • Line parallel/perpendicular to known line through a point → copy or negate-reciprocal slope first.
  • Convert between forms as requested.

Hard — Geometry with lines

  • Find intersection by solving linear system (substitution).
  • Verify perpendicularity via slopes after finding both lines.
  • Distance from point to point combined with intercept puzzles.

Worked mini-examples

Example 1 — Slope and intercept. Points (2,5)(-2,5) and (4,1)(4,1): m=154(2)=46=23m = \frac{1-5}{4-(-2)} = \frac{-4}{6} = -\frac{2}{3}. Using point (4,1)(4,1): y1=23(x4)y - 1 = -\frac{2}{3}(x - 4).
Example 2 — Parallel line. Given 2x5y+10=02x - 5y + 10 = 0, slope m=25m = \frac{2}{5}. Line through (0,3)(0,3) parallel: y3=25xy - 3 = \frac{2}{5}xy=25x+3y = \frac{2}{5}x + 3.
Example 3 — Perpendicular. Slope of y=4x+1y = 4x + 1 is 44. Perpendicular slope 14-\frac{1}{4}. Through (8,2)(8,2): y2=14(x8)y - 2 = -\frac{1}{4}(x - 8).
Example 4 — Distance. (1,2)(1,2) to (4,6)(4,6): d=(41)2+(62)2=9+16=5d = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{9+16} = 5.

Traps

  • Inconsistent difference order: y2y1x2x1\frac{y_2-y_1}{x_2-x_1} not mixed with y1y2x2x1\frac{y_1-y_2}{x_2-x_1} wrongly.
  • Using m1m2=1m_1 m_2 = -1 when one line is horizontal.
  • Confusing general-form constant with intercept.
  • Assuming lines with different slopes must intersect off-screen — they intersect somewhere unless parallel.

Diagnostic (try yourself)

  1. Find the slope of the line through (5,1)(5,-1) and (3,7)(-3,7).
  2. Write the equation of the line with slope 34-\frac{3}{4} passing through (12,5)(12,5) in slope-intercept form.
  3. Line LL has equation 3x+y=93x + y = 9. Write an equation for the line through (2,1)(2,1) perpendicular to LL.
  4. Where does the line 4x2y=124x - 2y = 12 cross the xx-axis and the yy-axis?
  5. Are the lines y=5x2y = 5x - 2 and 5xy=75x - y = 7 parallel, perpendicular, or neither?

ChatGPT prep archive

Archived import for extra depth — complements the notes above, not official IITM material.

Core concepts

  • Slope as rise over run; undefined slope for vertical lines; zero slope for horizontal.
  • Forms: point-slope yy1=m(xx1)y - y_1 = m(x - x_1), slope-intercept y=mx+cy = mx + c, general ax+by+c=0ax + by + c = 0.
  • Parallel lines share slope; perpendicular slopes multiply to 1-1 (when neither is vertical).
  • Intercepts: xx-intercept where y=0y=0; yy-intercept where x=0x=0.

Notation & vocabulary

ItemFormula
Slopem=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}
Distanced=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}
Parallelm1=m2m_1 = m_2
Perpendicularm1m2=1m_1 m_2 = -1

Pattern families

Easy — Slope from two points

Subtract coordinates in the same order for both numerator and denominator. Simplify the fraction and state whether the line rises, falls, or is constant. If x1=x2x_1 = x_2, report undefined slope and write x=kx = k.

Medium — Line through point with condition

Start from point-slope form when a point and slope are known. For parallel to a given line, copy its slope; for perpendicular, use the negative reciprocal. Convert to the form requested (slope-intercept or general).

Hard — Geometry with lines

Combine distance formula with line equations to find intersection or verify perpendicularity via slopes. Sketch roughly to catch sign errors. Check feasibility: perpendicular slope to a horizontal line is undefined (vertical).
Drill these on the pattern atlas — filter to week 2.

Traps

  • Mixing up (y2y1)/(x2x1)(y_2-y_1)/(x_2-x_1) with reversed differences inconsistently.
  • Using m1m2=1m_1 m_2 = -1 when one line is horizontal and the other should be vertical.
  • Forgetting that parallel vertical lines both have undefined slope.
  • Confusing intercept cc in y=mx+cy=mx+c with constant term in ax+by+c=0ax+by+c=0.

Retrieval prompts

  1. What slope characterizes a line perpendicular to y=3x2y = 3x - 2?
  2. How do you write the equation of a vertical line through (4,1)(4,-1)?
  3. When are two lines parallel in slope-intercept form?

Practice loop

  1. Read Deep study (if present) or core concepts once.
  2. Recite the formula chain without looking.
  3. Open one easy pattern on the interactive atlas for week 2.
  4. Attempt without solutions; mark studied after an honest try.
  5. Say one trap aloud before closing the tab.
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.