Coordinate Plane: A two-dimensional plane formed by the intersection of a vertical y-axis and a horizontal x-axis.
Ordered Pair: A pair of numbers (x, y) that describes the location of a point on the coordinate plane.
- Start at the origin (0, 0)
- Move horizontally along the x-axis: positive to the right, negative to the left
- Move vertically along the y-axis: positive up, negative down
- Mark the point where the movements intersect
Each point has coordinates (x, y) where x is the horizontal distance and y is the vertical distance from the origin.
Start at origin, move 3 units right (positive x), then 4 units up (positive y)
Start at origin, move 2 units left (negative x), then 5 units up (positive y)
Start at origin, move 4 units left (negative x), then 3 units down (negative y)
Start at origin, move 1 unit right (positive x), then 2 units down (negative y)
Points A(3,4), B(-2,5), C(-4,-3), and D(1,-2) correctly plotted on the coordinate plane.
• Order Matters: Always plot x-coordinate first, then y-coordinate
• Signs Determine Direction: Positive moves right/up, negative moves left/down
• Quadrants: Points in different quadrants based on sign combinations
Rectangle: A quadrilateral with four right angles and opposite sides equal and parallel.
Vertices: The corner points of a geometric shape.
Plot points A(2,1), B(6,1), C(6,4), and D(2,4) on the coordinate plane.
Draw lines AB, BC, CD, and DA to form the rectangle.
Length (horizontal): |AB| = |6-2| = 4 units
Width (vertical): |AD| = |4-1| = 3 units
Perimeter = 2(length + width) = 2(4 + 3) = 14 units
Area = length × width = 4 × 3 = 12 square units
Rectangle drawn with perimeter = 14 units and area = 12 square units.
• Distance Formula: Distance between (x₁,y₁) and (x₂,y₂) is |x₂-x₁| or |y₂-y₁| for horizontal/vertical lines
• Rectangle Properties: Opposite sides are equal and parallel
• Formulas: Perimeter = 2(l+w), Area = l×w
Triangle: A polygon with three sides and three vertices.
Base and Height: Base is one side of the triangle, height is perpendicular distance from base to opposite vertex.
Plot points A(0,0), B(4,0), and C(2,3) on the coordinate plane.
Draw lines AB, BC, and CA to form the triangle.
Base AB = |4-0| = 4 units (horizontal line)
Height = perpendicular distance from C to AB = 3 units (vertical distance)
Area = ½ × base × height = ½ × 4 × 3 = 6 square units
Triangle ABC drawn with area = 6 square units.
• Triangle Area: Area = ½ × base × height
• Perpendicular Height: Measure height perpendicular to the base
• Coordinate Geometry: Use coordinates to find distances and positions
Coordinate Plane: A two-dimensional surface defined by x and y axes
Ordered Pair: (x, y) representing a point's location
Vertex: A corner point of a geometric shape
- Identify Coordinates: Note all given vertex coordinates
- Plot Points: Accurately place each point on the coordinate plane
- Connect Vertices: Draw straight lines between consecutive points
- Calculate Properties: Find distances, areas, perimeters as needed
- Verify Shape: Check if the figure meets the definition of the required shape
Parallelogram: A quadrilateral with opposite sides parallel and equal in length.
Rectangle: A parallelogram with four right angles.
Plot points P(1,2), Q(5,2), R(7,5), and S(3,5) on the coordinate plane.
PQ: Since y-coordinates are same, |PQ| = |5-1| = 4 units
QR: Using distance formula: √[(7-5)² + (5-2)²] = √[4+9] = √13 ≈ 3.61 units
RS: Since y-coordinates are same, |RS| = |7-3| = 4 units
SP: Using distance formula: √[(3-1)² + (5-2)²] = √[4+9] = √13 ≈ 3.61 units
Opposite sides are equal: |PQ| = |RS| = 4 units and |QR| = |SP| = √13 units
This confirms it's a parallelogram.
For a rectangle, adjacent sides must be perpendicular.
Slope of PQ: (2-2)/(5-1) = 0 (horizontal line)
Slope of QR: (5-2)/(7-5) = 3/2
Since 0 × (3/2) ≠ -1, the sides are not perpendicular.
Therefore, it's a parallelogram but not a rectangle.
Sides: PQ = RS = 4 units, QR = SP = √13 units. It's a parallelogram but not a rectangle.
• Distance Formula: d = √[(x₂-x₁)² + (y₂-y₁)²]
• Parallel Lines: Same slope, different y-intercepts
• Perpendicular Lines: Product of slopes = -1
Pentagon: A five-sided polygon with five vertices.
Shoelace Formula: A method to calculate the area of a polygon given its vertices.
Plot points A(-2,1), B(1,3), C(3,1), D(2,-2), and E(-1,-2) in sequence.
Draw lines AB, BC, CD, DE, and EA to complete the pentagon.
Arrange coordinates in order and repeat first vertex at the end:
(-2,1), (1,3), (3,1), (2,-2), (-1,-2), (-2,1)
Sum of forward products: (-2×3) + (1×1) + (3×-2) + (2×-2) + (-1×1) = -6+1-6-4-1 = -16
Sum of backward products: (1×1) + (3×3) + (1×2) + (-2×-1) + (-2×-2) = 1+9+2+2+4 = 18
Area = ½|(-16) - 18| = ½|−34| = 17 square units
We can also divide the pentagon into triangles and rectangles for verification.
Pentagon drawn with vertices A(-2,1), B(1,3), C(3,1), D(2,-2), E(-1,-2). Area = 17 square units.
• Shoelace Formula: Area = ½|x₁(y₂-yₙ) + x₂(y₃-y₁) + ... + xₙ(y₁-yₙ₋₁)|
• Vertex Order: List vertices in clockwise or counterclockwise order
• Complex Shapes: Break down into simpler shapes when possible
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
Quadrants: Four regions created by axes: I(+,+), II(-,+), III(-,-), IV(+,-)
- Analyze the problem: Identify what shape needs to be drawn and what information is given
- Plot coordinates: Accurately place each vertex on the coordinate plane
- Connect vertices: Draw straight lines between consecutive points
- Calculate properties: Use coordinate differences or formulas to find lengths, areas, perimeters
- Verify results: Check if calculated values make sense geometrically
• Distance Formula: \(d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\)
• Midpoint Formula: \(M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\)
• Area of Rectangle: \(A = l \times w\)
• Perimeter of Rectangle: \(P = 2(l + w)\)
• Area of Triangle: \(A = \frac{1}{2}bh\)
Square: A(0,0), B(4,0), C(4,4), D(0,4)
Rectangle: E(1,1), F(5,1), G(5,3), H(1,3)
Triangle: I(0,0), J(4,0), K(2,3)
Analysis: The visualization shows different polygon types and their coordinate representations.
- Square: All sides equal, all angles 90°
- Rectangle: Opposite sides equal, all angles 90°
- Triangle: Three sides with varying properties