Quiz 2

Chatty reference · maths1 week 2

87 words
1 min read
2026-08-16T00:00:00.000Z
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

ChatGPT archive slice for week 2. ### Week 2 — Coordinate System & Straight Lines - Cartesian/rectangular coordinate system - Coordinates - Slope - Parallel lines - Perpendicular lines - Representations of a line - General equation of a line - Straight-line fitting Core patterns: $$m=\frac{y_2-y_1}{x_2-x_1}$$ Line r...

Week 2 — Coordinate System & Straight Lines

  • Cartesian/rectangular coordinate system
  • Coordinates
  • Slope
  • Parallel lines
  • Perpendicular lines
  • Representations of a line
  • General equation of a line
  • Straight-line fitting
Core patterns:
m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}
Line representations:
y=mx+cy=mx+c
and
ax+by+c=0ax+by+c=0
Recognition patterns:
  • Two points → find line.
  • Point + slope → find line.
  • Two lines → determine parallel/perpendicular.
  • Equation → extract slope/intercept.
  • Data points → straight-line fit.
Harder questions will combine geometry + algebra + interpretation.

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.