SOLUTION: if two vertices of an equilateral triangle are (-4,3) and(0,0), find the third vertex.

Algebra ->  Length-and-distance -> SOLUTION: if two vertices of an equilateral triangle are (-4,3) and(0,0), find the third vertex.       Log On


   



Question 682613: if two vertices of an equilateral triangle are (-4,3) and(0,0), find the third vertex.

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!
Here is one side of the equilateral triangle:
 

 
And as you can see there are two solutions. Let the third
vertex be (a,b):
 
and
 
First we find the distance from (0,0) to (-4,3) by the distance formula:
 
d = sqrt%28+%28x%5B2%5D-x%5B1%5D%29%5E2+%2B+%28y%5B2%5D-y%5B1%5D%29%5E2+%29+  
 
d = sqrt%28%280-3%29%5E2+%2B+%280-%28-4%29%29%5E2+%29+
 
d = sqrt%28%28-3%29%5E2+%2B+%284%29%29%5E2+%29+
d = sqrt%289+%2B+16%29+
d = sqrt%2825%29+   
d = 5
 
So we know the distance from (0,0) to (a,b) must equal 5
so that the triangle will be equilateral.  So we use the
distance formula to make that equation:
 
+sqrt%28%28a-0%29%5E2+%2B+%28b-0%29%5E2+%29+ = 5
+sqrt%28a%5E2+%2B+b%5E2+%29+ = 5
Square both sides:
a² + b² = 25
 
We also know the distance from (-4,3) to (a,b) must also
equal 5 so that the triangle will be equilateral.  So we 
use the distance formula again to make that equation:
 
+sqrt%28%28a-%28-4%29%29%5E2+%2B+%28b-3%29%5E2+%29+ = 5
+sqrt%28%28a%2B4%29%5E2+%2B+%28b-3%29%5E2+%29+ = 5
Square both sides:
           (a+4)² + (b-3)² = 25
a² + 8a + 16 + b² - 6b + 9 = 25
    a² + 8a + b² - 6b + 25 = 25
         a² + 8a + b² - 6b = 0
 
So we have the system of equations:
 
          a² + b² = 25         
a² + 8a + b² - 6b = 0
 
Subtracting the second equation from the first equation
gives the equation:
 
-8a + 6b = 25
      6b = 25 + 8a
       b = %2825%2B8a%29%2F6
 
Substitute in
 
a² + b² = 25
 
a² + %28+%2825%2B8a%29%2F6%29%5E2 = 25
a² + +%2825%2B8a%29%5E2%2F36 = 25

Multiply thru by 36 to clear of fractions:

36a² + (25 + 8a)² = 900

36a² + 625 + 400a + 64a² = 900

100a² + 400a - 275 = 0

Divide thru by 25

4a² + 16a - 11 = 0

Use the quadratic formula:

a = %28-16+%2B-+sqrt%28+16%5E2-4%2A4%2A%28-11%29+%29%29%2F%282%2A4%29+

a = %28-16+%2B-+sqrt%28256%2B176+%29%29%2F8+

a = %28-16+%2B-+sqrt%28432+%29%29%2F8+

a = %28-16+%2B-+sqrt%28144%2A3%29%29%2F8+

a = %28-16+%2B-+12sqrt%283%29%29%2F8+

a = %284%28-4+%2B-+3sqrt%283%29%29%29%2F8

a = %28-4+%2B-+3sqrt%283%29%29%2F2

Substituting in

6b = 25 + 8a

6b = 25 + 8(%28-4+%2B-+3sqrt%283%29%29%2F2)

6b = 25 + 4(-4 +- 3sqrt%283%29)

6b = 25 - 16 +- 12sqrt%283%29)

6b = 9 ± 12sqrt%283%29)

Divide through by 3

2b = 3 ± 4sqrt%283%29

b = %283+%2B-+4sqrt%283%29%29%2F2

So the third coordinate has two solutions:

(a,b) = (%28-4+%2B+3sqrt%283%29%29%2F2, %283+%2B+4sqrt%283%29%29%2F2)

 and

(a,b) = (%28-4+-+3sqrt%283%29%29%2F2, %283+-+4sqrt%283%29%29%2F2)

These are approximately:

(a,b) = (0.598, 4.964)  and

(a,b) = (-4.598, -1.964)

Edwin