Distance Formula: The distance between two points (x₁, y₁) and (x₂, y₂) is: \(d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\)
Coordinate Plane: A two-dimensional plane formed by the intersection of x and y axes.
- Identify the coordinates of both points
- Assign them to (x₁, y₁) and (x₂, y₂)
- Substitute values into the distance formula
- Calculate the differences and apply the formula
- Simplify to get the final answer
Point A: (x₁, y₁) = (2, 3)
Point B: (x₂, y₂) = (6, 7)
d = √[(x₂-x₁)² + (y₂-y₁)²]
d = √[(6-2)² + (7-3)²]
(6-2) = 4 and (7-3) = 4
4² = 16 and 4² = 16
d = √(16 + 16) = √32 = √(16×2) = 4√2 ≈ 5.66 units
The distance between points A(2,3) and B(6,7) is 4√2 units.
• Distance Formula: d = √[(x₂-x₁)² + (y₂-y₁)²]
• Pythagorean Theorem: Distance formula is derived from it
• Order of Operations: Parentheses, exponents, square root
Midpoint Formula: The midpoint of a line segment with endpoints (x₁, y₁) and (x₂, y₂) is: \(\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\)
Midpoint: The point that divides a line segment into two equal parts.
Point C: (x₁, y₁) = (-3, 4)
Point D: (x₂, y₂) = (5, -2)
Midpoint = ((x₁+x₂)/2, (y₁+y₂)/2)
x = (-3 + 5)/2 = 2/2 = 1
y = (4 + (-2))/2 = 2/2 = 1
Midpoint = (1, 1)
The midpoint of the line segment connecting C(-3,4) and D(5,-2) is (1,1).
• Midpoint Formula: Average of x-coordinates and average of y-coordinates
• Average: Sum of values divided by number of values
• Order of Operations: Calculate numerator first, then divide
Slope Formula: The slope of a line through points (x₁, y₁) and (x₂, y₂) is: \(m = \frac{y_2-y_1}{x_2-x_1}\)
Slope: A measure of the steepness and direction of a line.
Point E: (x₁, y₁) = (1, 2)
Point F: (x₂, y₂) = (4, 8)
m = (y₂ - y₁)/(x₂ - x₁)
m = (8 - 2)/(4 - 1)
Numerator: 8 - 2 = 6
Denominator: 4 - 1 = 3
m = 6/3 = 2
Since m > 0, the line rises from left to right (positive slope).
The slope of the line through E(1,2) and F(4,8) is 2. The line rises from left to right.
• Slope Formula: m = (change in y)/(change in x)
• Positive Slope: Line rises from left to right
• Negative Slope: Line falls from left to right
Coordinate Plane: A two-dimensional surface defined by x and y axes intersecting at origin (0,0)
Ordered Pair: (x, y) representing a point's position with x as horizontal distance and y as vertical distance
Slope: The steepness of a line, calculated as rise over run
- Analyze the Problem: Determine what is being asked (distance, midpoint, slope, etc.)
- Identify Given Information: Locate coordinates and relevant data
- Select Appropriate Formula: Match the problem to the correct formula
- Substitute Values: Carefully plug coordinates into the formula
- Calculate Step-by-Step: Follow order of operations
- Verify Results: Check if the answer makes sense geometrically
Section Formula: A point dividing the line segment joining (x₁, y₁) and (x₂, y₂) in the ratio m:n is: \(\left(\frac{mx_2+nx_1}{m+n}, \frac{my_2+ny_1}{m+n}\right)\)
Ratio Division: Dividing a line segment into parts with a specific proportional relationship.
Point P: (x₁, y₁) = (2, 3)
Point Q: (x₂, y₂) = (8, 9)
Ratio m:n = 2:3
Division point = ((mx₂ + nx₁)/(m+n), (my₂ + ny₁)/(m+n))
x = (2×8 + 3×2)/(2+3) = (16 + 6)/5 = 22/5 = 4.4
y = (2×9 + 3×3)/(2+3) = (18 + 9)/5 = 27/5 = 5.4
Division point = (22/5, 27/5) or (4.4, 5.4)
The point that divides the line segment joining P(2,3) and Q(8,9) in the ratio 2:3 is (22/5, 27/5).
• Section Formula: For ratio m:n, point = ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n))
• Weighted Average: Each coordinate is weighted by the opposite segment
• Proportional Division: The ratio determines the relative position along the segment
Shoelace Formula: For a triangle with vertices (x₁, y₁), (x₂, y₂), (x₃, y₃), the area is: \(\frac{1}{2}|x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2)|\)
Triangle Area: Half the base times the height, or calculated using coordinates.
(x₁, y₁) = (1, 2), (x₂, y₂) = (4, 5), (x₃, y₃) = (2, 7)
Area = ½|x₁(y₂-y₃) + x₂(y₃-y₁) + x₃(y₁-y₂)|
Term 1: x₁(y₂-y₃) = 1(5-7) = 1(-2) = -2
Term 2: x₂(y₃-y₁) = 4(7-2) = 4(5) = 20
Term 3: x₃(y₁-y₂) = 2(2-5) = 2(-3) = -6
Sum = -2 + 20 + (-6) = 12
Area = ½|12| = ½ × 12 = 6 square units
The area of triangle ABC with vertices A(1,2), B(4,5), and C(2,7) is 6 square units.
• Shoelace Formula: Area = ½|x₁(y₂-y₃) + x₂(y₃-y₁) + x₃(y₁-y₂)|
• Absolute Value: Ensures positive area regardless of vertex order
• Vertex Order: Can be clockwise or counterclockwise
Coordinate Plane: A two-dimensional surface defined by x and y axes intersecting at origin (0,0)
Ordered Pair: (x, y) representing a point's position with x as horizontal distance and y as vertical distance
Distance: The length of the shortest path between two points
Midpoint: The point equidistant from both endpoints of a line segment
Slope: The rate of change of y with respect to x, indicating the steepness and direction of a line
- Understand the Problem: Identify what is being asked (distance, midpoint, slope, area, etc.)
- Extract Given Information: Note all coordinates and relevant parameters
- Select the Appropriate Formula: Match the problem to the correct coordinate geometry formula
- Substitute Values Carefully: Ensure coordinates are placed in the correct positions
- Follow Order of Operations: Calculate inside parentheses first, then exponents, etc.
- Verify Your Answer: Check if the result makes geometric sense
• Distance Formula: \(d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\)
• Midpoint Formula: \(\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\)
• Slope Formula: \(m = \frac{y_2-y_1}{x_2-x_1}\)
• Section Formula: \(\left(\frac{mx_2+nx_1}{m+n}, \frac{my_2+ny_1}{m+n}\right)\)
• Triangle Area: \(\frac{1}{2}|x_1(y_2-y_3) + x_2(y_3-y_1) + x_3(y_1-y_2)|\)
Line 1: A(1,1) to B(4,4), slope = 1
Line 2: C(2,1) to D(5,4), slope = 1
Line 3: E(1,2) to F(4,-1), slope = -1
Analysis: The visualization shows how slopes determine line relationships.
- Lines 1 and 2: Same slope (m=1), therefore parallel
- Lines 1 and 3: Product of slopes = 1×(-1) = -1, therefore perpendicular
- Parallel lines have equal slopes
- Perpendicular lines have slopes that multiply to -1