Maths 1: Week 02 - The Master Encyclopedia of Analytical Geometry
1. The Genesis: The Great Fusion π
1.1 The Descartes Revolution
For thousands of years, Geometry (shapes) and Algebra (equations) were two completely separate worlds. In 1637, RenΓ© Descartes published La GΓ©omΓ©trie, where he introduced the radical idea of using numerical βaddressesβ to describe points in space.
This birth of Analytical Geometry (or Coordinate Geometry) allowed us to solve geometric problems using algebraic tools. It is the foundation of every map, every video game engine, and every architectural blueprint in existence today. We no longer just βdrawβ a line; we βcalculateβ it.
1.2 The Philosophical Shift
Before Descartes, a βLineβ was just a stroke on a page. After Descartes, a Line became a Set of ordered pairs that satisfy a logical rule. This week explores the marriage of space and logic.
2. Axiomatic Foundations: The Plane of Existence ποΈ
2.1 The Cartesian Coordinate System
The plane is formed by the Cartesian Product .
- The Origin (): The reference point of the universe.
- Axes: The -axis (horizontal) and -axis (vertical) create four Quadrants.
- Ordered Pairs: The order is critical. It represents the horizontal and vertical displacement from the origin.
2.2 The Distance Axioms
Distance in the plane is defined by the Euclidean Metric, which originates from the Pythagorean Theorem.
- The Formula: For and :
- Axioms of Distance:
- (Distance is never negative).
- if and only if .
- (Distance is symmetric).
- Triangle Inequality: (The direct path is always the shortest).
3. The Topology of the Line: Slope & Steepness π οΈ
3.1 The Concept of Slope ()
Slope is the measure of the Rate of Change of height with respect to horizontal distance.
- Derivation: .
- Geometrically: It is the where is the angle the line makes with the positive -axis.
3.2 Parallelism & Perpendicularity (The Algebraic Proof)
- Parallel Lines: Two lines are parallel if they never meet. Algebarically, this requires .
- Perpendicular Lines: Two lines meet at if and only if .
- Theoretical Note: This relationship comes from the trigonometric identity .
4. Line Equations: The Language of Paths ποΈ
4.1 Standard Forms
There are multiple ways to write the βrecipeβ for a line, each useful for different scenarios:
- Slope-Intercept Form: . (Best for graphing).
- Point-Slope Form: . (Best for construction).
- General Form: . (Used in computer algorithms).
- Intercept Form: . (Shows where the line hits the axes instantly).
5. Linear Modeling: The Math of Prediction π
5.1 When Data forms a Line
In the real world, data points like βHeight vs Ageβ or βPrice vs Demandβ often trend in a line. We use Linear Models to predict the future.
- Slope in Context: If is Price and is Demand, a slope of 5 means βEvery 1 unit increase in demand increases price by 5.β
5.2 The Residuals & SSE (Sum of Squared Errors)
Since real-world data is messy (scattered), we draw the βBest-Fit Line.β
- Residual (): The vertical distance between the actual data point and our predicted line. .
- SSE: We square these errors and add them up. A βGood Modelβ has a very low SSE.
6. The Encyclopedia of Worked Examples (10 Case Studies) π
Case 1: The Three-Point Collinearity Test
Problem: Are points and on the same line?
- Thinking Process: If they are on the same line, the slope from to must equal the slope from to .
- Calculation:
- .
- .
- Result: Slopes are equal. The points are Collinear.
Case 2: Constructing a Perpendicular Bisector
Problem: Find the equation of the line that is perpendicular to the segment and passes through its midpoint.
- Step 1: Midpoint: .
- Step 2: Original Slope: .
- Step 3: Perp Slope: .
- Step 4: Equation: .
Case 3: Finding Intercepts from General Form
Problem: Find the X and Y intercepts of .
- Thinking Process: -intercept happens when . -intercept happens when .
- Calculations:
- Let .
- Let .
- Result: and .
Case 4: Distance between a Point and a Line
Problem: Find the shortest distance from to the line .
- Formula: (from ).
- Calculation: .
Case 5: Solving a Linear Model for Demand
Problem: Price . What is the price if quantity ?
- Logic: Just plug in the βinputβ to get the βoutput.β
- Calculation: .
Case 6: Calculating SSE for a Simple Dataset
Problem: Points . Model . Find SSE.
- Predict for : . Error .
- Predict for : . Error .
- SSE: .
Case 7: Triangle Area using Coordinates
Problem: Find area of triangle with vertices .
- Thinking Process: Base is along -axis (length 4). Height is along -axis (length 3).
- Result: sq units.
Case 8: Line through the Origin
Problem: A line has slope 5 and passes through . What is its equation?
- Logic: If it passes through , the intercept .
- Result: .
Case 9: Finding the Fourth Vertex of a Parallelogram
Problem: Vertices are given. Find .
- Thinking Process: In a parallelogram, midpoints of diagonals must be equal. .
- Calculation: . .
- Solve: .
Case 10: Horizontal and Vertical Lines
Problem: Write the equation of a vertical line passing through .
- Logic: Vertical lines are always .
- Result: .
7. Fundamental βHow-Toβ Recipes π³
Recipe: Converting Intercept Form to Slope Form
- Start with: .
- Multiply by : .
- Isolate : .
- Result: Your slope is and intercept is .
Recipe: Proving a Right-Angled Triangle
- Find all three slopes: .
- Test pairs: Multiply them in pairs.
- The Goal: If any pair product is , you have a angle.
8. Encyclopedia Mastery Challenge π
- The Descartes Challenge: If a line passes through the point and , what is its slope? Does the answer change if ?
- The Metric Proof: Prove that the distance from to is without using the full distance formula. Just use geometric logic.
- The SSE Deep Dive: If a line passes through every single data point exactly, what is the SSE? Explain why this rarely happens in real science.
- The Incenter Quest: Given the equations of three lines forming a triangle, describe the steps required to find the coordinates of the βIncenterβ (the point inside the triangle equidistant from all sides).
π Master Status: You have completed the Encyclopedic Foundation of Analytical Geometry. You now hold the power to map any physical relationship onto a logical plane.