Rectangle on Coordinate Plane: A four-sided polygon with four right angles. Opposite sides are equal and parallel. In coordinate geometry, we can calculate area and perimeter using coordinate values.
- Plot all vertices on the coordinate plane
- Connect consecutive vertices to form the rectangle
- Calculate length and width using coordinate differences
- Area = length × width
- Perimeter = 2(length + width)
A(2, 1), B(2, 5), C(6, 5), D(6, 1)
Length (AB): |5 - 1| = 4 units (vertical side)
Width (AD): |6 - 2| = 4 units (horizontal side)
Area = length × width = 4 × 4 = 16 square units
Perimeter = 2(length + width) = 2(4 + 4) = 2(8) = 16 units
The rectangle has an area of 16 square units and a perimeter of 16 units.
• Rectangle Properties: Opposite sides equal and parallel
• Coordinate Distance: Distance between points with same x/y coordinate is absolute difference
• Area Formula: A = length × width
Triangle Area Formula: For a triangle with vertices (x₁, y₁), (x₂, y₂), and (x₃, y₃), the area is: A = (1/2)|x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)|.
(x₁, y₁) = (1, 2), (x₂, y₂) = (5, 2), (x₃, y₃) = (3, 6)
A = (1/2)|x₁(y₂ - y₃) + x₂(y₃ - y₁) + x₃(y₁ - y₂)|
A = (1/2)|1(2 - 6) + 5(6 - 2) + 3(2 - 2)|
Term 1: 1(2 - 6) = 1(-4) = -4
Term 2: 5(6 - 2) = 5(4) = 20
Term 3: 3(2 - 2) = 3(0) = 0
A = (1/2)|-4 + 20 + 0| = (1/2)|16| = (1/2)(16) = 8
The area of triangle PQR is 8 square units.
• Shoelace Formula: A = (1/2)|∑(xᵢyᵢ₊₁ - xᵢ₊₁yᵢ)|
• Absolute Value: Area is always positive
• Order Matters: Follow vertices in consistent order (clockwise or counterclockwise)
Parallelogram: A quadrilateral with both pairs of opposite sides parallel and equal in length. Diagonals bisect each other.
AB = √[(4-1)² + (1-1)²] = √[9 + 0] = √9 = 3
DC = √[(6-3)² + (4-4)²] = √[9 + 0] = √9 = 3
AD = √[(3-1)² + (4-1)²] = √[4 + 9] = √13
BC = √[(6-4)² + (4-1)²] = √[4 + 9] = √13
AB = DC = 3 and AD = BC = √13
Since opposite sides are equal, ABCD is a parallelogram.
Since opposite sides are equal (AB = DC = 3 and AD = BC = √13), the points form a parallelogram.
• Distance Formula: d = √[(x₂-x₁)² + (y₂-y₁)²]
• Parallelogram Property: Opposite sides are equal and parallel
• Verification: Measure all four sides to confirm equality of opposites
Coordinate Geometry: The branch of mathematics that studies geometric figures using coordinate systems.
Vertex: A corner point of a geometric figure where two or more lines meet.
Diagonal: A line segment connecting two non-adjacent vertices of a polygon.
Perimeter: The total distance around the boundary of a geometric figure.
Area: The amount of space inside a two-dimensional figure, measured in square units.
- Plot vertices: Carefully place all points on the coordinate plane
- Connect points: Draw line segments in the correct order
- Identify properties: Determine if the figure is a rectangle, triangle, etc.
- Calculate measurements: Use appropriate formulas for area and perimeter
- Verify properties: Check if the figure has expected characteristics
- Express results: Include proper units
Trapezoid: A quadrilateral with exactly one pair of parallel sides. The parallel sides are called bases, and the perpendicular distance between them is the height.
Slope of EF = (1-1)/(7-1) = 0/6 = 0
Slope of HG = (4-4)/(5-3) = 0/2 = 0
Since both slopes are 0, EF || HG
Base₁ (EF) = |7-1| = 6 units
Base₂ (HG) = |5-3| = 2 units
Height = |4-1| = 3 units (difference in y-coordinates)
Area = (1/2)(base₁ + base₂) × height
Area = (1/2)(6 + 2) × 3 = (1/2)(8) × 3 = 12 square units
The area of the trapezoid is 12 square units, with parallel sides EF and HG.
• Slope Test: Parallel lines have equal slopes
• Trapezoid Area: A = (1/2)(b₁ + b₂)h
• Coordinate Distance: For horizontal lines, distance is absolute difference of x-coordinates
Translation: A transformation that moves every point of a figure the same distance in the same direction. The rule is (x, y) → (x+h, y+k) where h and k are the horizontal and vertical shifts.
A(2, 3) → A'(2-3, 3+2) = A'(-1, 5)
B(4, 1) → B'(4-3, 1+2) = B'(1, 3)
C(6, 5) → C'(6-3, 5+2) = C'(3, 7)
A = (1/2)|2(1-5) + 4(5-3) + 6(3-1)|
A = (1/2)|2(-4) + 4(2) + 6(2)| = (1/2)|-8 + 8 + 12| = (1/2)(12) = 6
A' = (1/2)|(-1)(3-7) + 1(7-5) + 3(5-3)|
A' = (1/2)|(-1)(-4) + 1(2) + 3(2)| = (1/2)|4 + 2 + 6| = (1/2)(12) = 6
Original area = 6 sq units, Translated area = 6 sq units
Area is preserved under translation!
The translated triangle has vertices A'(-1, 5), B'(1, 3), C'(3, 7) with the same area of 6 square units.
• Translation Rule: (x, y) → (x+h, y+k)
• Isometry: Translations preserve distances and angles
• Area Conservation: Area remains unchanged under rigid transformations
Coordinate Geometry: The study of geometric figures using coordinate systems to analyze properties and relationships.
Rigid Transformation: A transformation that preserves distances and angles. Includes translations, rotations, and reflections.
Similarity Transformation: A transformation that preserves shape but not necessarily size. Includes dilations.
- Identify vertices: List all coordinates of the geometric figure
- Determine figure type: Classify based on properties (number of sides, angles, etc.)
- Calculate measurements: Use appropriate formulas for area, perimeter, etc.
- Verify properties: Check if the figure meets the criteria for its classification
- Apply transformations: Use coordinate rules for translations, rotations, reflections
- Preserve invariants: Note which properties remain unchanged
• Rectangle: Opposite sides equal and parallel, all angles 90°
• Parallelogram: Opposite sides equal and parallel, opposite angles equal
• Rhombus: All sides equal, diagonals perpendicular
• Square: All sides equal, all angles 90°, diagonals equal and perpendicular
• Triangle Area: A = (1/2)bh or using coordinate formula
• Trapezoid Area: A = (1/2)(b₁ + b₂)h
• Distance Preservation: Rigid transformations maintain all distances and angles
Square: side length 4, perimeter 16, area 16
Rectangle: 3×5, perimeter 16, area 15
Triangle: base 6, height 4, perimeter ≈ 15.2, area 12
Analysis: The chart shows how area varies with different shapes having similar perimeters.
- Squares generally have maximum area for a given perimeter
- More compact shapes tend to have larger areas
- Shape affects the area-perimeter relationship