Plane Geometry - Congruence
We use plane geometry to understand different shapes, and is good to know that basics when we work with graphics, to deal with 2D you should be able to analise properties in a two-dimensional plane. Here we will talk about circle, triangle, square, and others…
There are few important concepts in plane geometry that are important to know:
- Point: A local in a plane, there is no dimension involved.
- Line: An infinite line, without curves.
- Line Segment: A line between two points.
- ray: A line without endpoint
- Angle: It is composed by two rays. The rays build the sides of the angle, they also share the same endpoint.
The most basics concepts in geometry are probably, Area and Perimeter.
Area is the amount of space in a plane. For example, to calculate the area of a circle we use \(A = πr^2\).
Perimeter is the outline measure of a shape. A good examples is to calculate the perimeter of a square \(P = 4 × side\).
But here I want to talk more about congruence in geometrical shapes!
Congruence
Congruence in two figures having the same shape and size. Congruent figures can be superimposed on each other using transformations such as translation (sliding), rotation (turning), or reflection (flipping). So that way:
- Corresponding sides are equal: All sides of one figure are equal to the corresponding sides of the other figure.
- Corresponding angles are equal: All angles of one figure are equal to the corresponding angles of the other figure.
Steps to Determine Congruence:
- Measure: Use a ruler or other measuring tools to find the lengths of sides and angles.
- Compare: Check if the corresponding sides and angles of both figures are equal.
- Confirm: If all sides and angles correspond perfectly, the figures are congruent.
Example:
Suppose you have two triangles, \(△ABC\) triangle and \(△DEF\) triangle, with the following measurements:
\[AB=DE\] \[BC=EF\] \[AC=DF\]Since all corresponding sides are equal, the two triangles are congruent.
Ways to check congruence in different shapes
(Even though I reviewed this, I’ve revisited those points with AI, so it could be wrong)
Congruence of Triangles:
Congruence of triangles is one of the most common topics in geometry. There are specific rules or criteria to determine whether two triangles are congruent without measuring all sides and angles:
Triangle Congruence Criteria:
- Side-Side-Side (SSS): If all three sides of one triangle are equal to the corresponding sides of another triangle, the triangles are congruent.
- Side-Angle-Side (SAS): If two sides and the included angle (the angle between those sides) of one triangle are equal to the corresponding sides and included angle of another triangle, the triangles are congruent.
- Angle-Side-Angle (ASA): If two angles and the side between them are equal in both triangles, they are congruent.
- Angle-Angle-Side (AAS): If two angles and any one side of a triangle are equal to the corresponding angles and side of another triangle, the triangles are congruent.
- Hypotenuse-Leg (HL): In right triangles, if the hypotenuse and one leg of one triangle are equal to the hypotenuse and corresponding leg of another triangle, the triangles are congruent.
Congruence of Quadrilaterals:
For quadrilaterals, you check if their corresponding sides and angles are equal. To prove congruence between quadrilaterals:
- Equal sides: All four sides of the quadrilaterals must be equal to each other.
- Equal angles: The four angles must also be equal.
Congruence of Circles:
Two circles are congruent if their radii are equal. This can be checked by comparing the radius of each circle:
\[r_1 = r_2\]If the radii are the same, the circles are congruent.
Congruence of Polygons:
For polygons with more sides (pentagons, hexagons, etc.), you apply the same approach:
- Equal sides: Measure and compare the lengths of all corresponding sides.
- Equal angles: Check if all corresponding interior angles are equal.
Thanks, bye!