Direction: Consider the following for the next two (02) items that follow. The two vertices of and equilateral triangle are (0, 0) and (2, 2).
The difference of coordinates of the third vertex is
2√3
We are given two vertices of an equilateral triangle: A at (0, 0) and B at (2, 2). We need to find the difference in coordinates of the third vertex. Let the third vertex be C at (x, y).
In an equilateral triangle, all sides are equal in length. First, let's calculate the length of the side AB using the distance formula between two points $(x_1, y_1)$ and $(x_2, y_2)$: $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$.
Using points A(0, 0) and B(2, 2):
$\text{Side length AB} = \sqrt{(2 - 0)^2 + (2 - 0)^2} = \sqrt{2^2 + 2^2} = \sqrt{4 + 4} = \sqrt{8} = 2\sqrt{2}$.
So, the side length of the equilateral triangle is $2\sqrt{2}$. The square of the side length is $(2\sqrt{2})^2 = 8$.
The distance from the third vertex C(x, y) to vertex A(0, 0) must be equal to the side length, $2\sqrt{2}$.
Distance AC $= \sqrt{(x - 0)^2 + (y - 0)^2} = \sqrt{x^2 + y^2}$.
Setting this equal to the side length:
$\sqrt{x^2 + y^2} = 2\sqrt{2}$
$x^2 + y^2 = (2\sqrt{2})^2 = 8$. (Equation 1)
Similarly, the distance from the third vertex C(x, y) to vertex B(2, 2) must also be equal to the side length, $2\sqrt{2}$.
Distance BC $= \sqrt{(x - 2)^2 + (y - 2)^2}$.
Setting this equal to the side length:
$\sqrt{(x - 2)^2 + (y - 2)^2} = 2\sqrt{2}$
$(x - 2)^2 + (y - 2)^2 = (2\sqrt{2})^2 = 8$. (Equation 2)
Now we have a system of two equations with two variables:
Expand Equation 2:
$(x^2 - 4x + 4) + (y^2 - 4y + 4) = 8$
$x^2 + y^2 - 4x - 4y + 8 = 8$
Substitute $x^2 + y^2 = 8$ from Equation 1 into this expanded equation:
$8 - 4x - 4y + 8 = 8$
$16 - 4x - 4y = 8$
$8 = 4x + 4y$
Divide by 4:
$2 = x + y$
From this, we get $y = 2 - x$. Substitute this into Equation 1:
$x^2 + (2 - x)^2 = 8$
$x^2 + (4 - 4x + x^2) = 8$
$2x^2 - 4x + 4 = 8$
$2x^2 - 4x - 4 = 0$
Divide by 2:
$x^2 - 2x - 2 = 0$
Use the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ to solve for x. Here, $a=1$, $b=-2$, $c=-2$.
$x = \frac{-(-2) \pm \sqrt{(-2)^2 - 4(1)(-2)}}{2(1)}$
$x = \frac{2 \pm \sqrt{4 + 8}}{2}$
$x = \frac{2 \pm \sqrt{12}}{2}$
$x = \frac{2 \pm 2\sqrt{3}}{2}$
$x = 1 \pm \sqrt{3}$
Now find the corresponding y values using $y = 2 - x$:
We need to find the absolute difference between the x and y coordinates for the third vertex, i.e., $|x - y|$.
$|x - y| = |(1 + \sqrt{3}) - (1 - \sqrt{3})| = |1 + \sqrt{3} - 1 + \sqrt{3}| = |2\sqrt{3}| = 2\sqrt{3}$.
$|x - y| = |(1 - \sqrt{3}) - (1 + \sqrt{3})| = |1 - \sqrt{3} - 1 - \sqrt{3}| = |-2\sqrt{3}| = 2\sqrt{3}$.
In both possible cases for the third vertex, the difference of coordinates is $2\sqrt{3}$.
| Calculation Step | Result |
|---|---|
| Side Length Squared ($s^2$) | $8$ |
| Relationship between x and y | $x + y = 2$ |
| Quadratic Equation for x | $x^2 - 2x - 2 = 0$ |
| Possible x values | $1 + \sqrt{3}$, $1 - \sqrt{3}$ |
| Corresponding y values | $1 - \sqrt{3}$, $1 + \sqrt{3}$ |
| Possible Third Vertices | $(1 + \sqrt{3}, 1 - \sqrt{3})$, $(1 - \sqrt{3}, 1 + \sqrt{3})$ |
| Difference of Coordinates ($|x-y|$) | $2\sqrt{3}$ |
The difference of coordinates of the third vertex is $2\sqrt{3}$.
| Concept | Description | Formula/Property |
|---|---|---|
| Equilateral Triangle | A triangle with all three sides of equal length. | Side a = Side b = Side c |
| Distance Formula | Used to calculate the distance between two points $(x_1, y_1)$ and $(x_2, y_2)$ in a coordinate plane. | $d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$ |
| Solving System of Equations | Finding the values of variables that satisfy multiple equations simultaneously. | Substitution or Elimination methods |
| Quadratic Formula | Used to find the roots (solutions) of a quadratic equation $ax^2 + bx + c = 0$. | $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ |
Geometrically, the two possible locations for the third vertex of an equilateral triangle, given two vertices A and B, lie on a line perpendicular to the segment AB. This line passes through the midpoint of AB. The distance from the midpoint to the third vertex is the height of the equilateral triangle. The height (h) of an equilateral triangle with side 's' is given by $h = \frac{\sqrt{3}}{2}s$.
In this case, the side length is $s = 2\sqrt{2}$. The height would be $h = \frac{\sqrt{3}}{2}(2\sqrt{2}) = \sqrt{6}$.
The midpoint of AB is $(\frac{0+2}{2}, \frac{0+2}{2}) = (1, 1)$.
The line connecting A(0,0) and B(2,2) has a slope of $\frac{2-0}{2-0} = 1$.
The line perpendicular to AB passing through the midpoint (1,1) has a slope of $-1$ (negative reciprocal). Its equation is $y - 1 = -1(x - 1)$, which simplifies to $y - 1 = -x + 1$, or $y = -x + 2$. This is the same relationship $x + y = 2$ we found algebraically!
The two possible third vertices lie on the line $y = -x + 2$ at a distance of $\sqrt{6}$ from the midpoint (1,1). This geometric perspective confirms the algebraic solution and shows why there are typically two possible locations for the third vertex.
Let ABC be a triangle. If D(2, 5) and E(5, 9) are the mid-points of the sides AB and AC respectively, then what is the length of the side BC?
What is the circumcenter of the triangle ABC?
What is the centroid of the triangle ABC?
What is the foot of the altitude from the vertex A of the triangle ABC?
Consider the following statements:
1. The third vertex has at least one irrational coordinate.
2. The area is irrational.
Which of the above statements is/are correct?
Among the following options, which are NOT sides of a triangle?
In a Δ ABC, if ∠A = 120° and AB = AC, then the values of ∠B and ∠C are respectively:
In the equilateral Δ ABC, the base BC is trisected at D and E. The line through D, Parallel to AB, meets AC at F and the line through E parallel to AC meets AB at G. If EG and DF intersect at H, then what is the ratio of the sum of the area of parallelogram AGHF and the area of the Δ DHE to the area of the Δ ABC?
The product of the perimeter of a triangle, the radius of its in‐circle, and a number gives the area of the triangle. The number is
A man goes 24 m towards east and then 10 m towards north. How far is he away from his initial position?