SOLUTION: Find the centre and circumradius of a triangle with vertices A(4,3),B(-3,2) and C(1,-6).

Algebra ->  Triangles -> SOLUTION: Find the centre and circumradius of a triangle with vertices A(4,3),B(-3,2) and C(1,-6).      Log On


   



Question 551038: Find the centre and circumradius of a triangle with vertices A(4,3),B(-3,2) and C(1,-6).
Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!
  

Let the coordinates of the circumcenter (or "circumcentre", 
as you spell it in the UK) be O(h,k).  Then the circumradius
r = AO = BO = CO.

We use the distance formula d = sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29

AO = sqrt%28%28h-4%29%5E2%2B%28k-3%29%5E2%29
BO = sqrt%28%28h-%28-3%29%29%5E2%2B%28k-2%29%5E2%29 = sqrt%28%28h%2B3%29%5E2%2B%28k-2%29%5E2%29
CO = sqrt%28%28h-1%29%5E2%2B%28k-%28-6%29%29%5E2%29 = sqrt%28%28h-1%29%5E2%2B%28k%2B6%29%5E2%29

sqrt%28%28h-4%29%5E2%2B%28k-3%29%5E2%29 = sqrt%28%28h%2B3%29%5E2%2B%28k-2%29%5E2%29 = sqrt%28%28h-1%29%5E2%2B%28k%2B6%29%5E2%29

Squaring all three expressions:

(h-4)² + (k-3)² = (h+3)² + (k-2)² = (h-1)² + (k+6)² 

Equating the first two:

(h-4)² + (k-3)² = (h+3)² + (k-2)²

Rearrange terms to create the difference of squares:

(h-4)² - (h+3)² = (k-2)² - (k-3)² 

Factor (or as they say in UK, "factorise")

[(h-4) - (h+3)][(h-4) + (h+3)] = [(k-2) - (k-3)][(k-2) + (k-3)]

[h - 4 - h - 3][h - 4 + h + 3] = [k - 2 - k + 3][k - 2 + k - 3]

[-7][2h-1] = [1][2k-5]
-14h + 7 = 2k - 5
-14h = 2k - 12
 -7h = k - 6

Equating the lst and 3rd

(h-4)² + (k-3)² = (h-1)² + (k+6)²

Rearrange terms to create the difference of squares:

(h-4)² - (h-1)² = (k+6)² - (k-3)² 

Factor ("factorise")

[(h-4) - (h-1)][(h-4) + (h-1)] = [(k+6) - (k-3)][(k+6) + (k-3)]

[h - 4 - h + 1][h - 4 + h - 1] = [k + 6 - k + 3][k + 6 + k - 3]

[-3][2h-5] = [9][2k+3]
-6h + 15 = 18k + 27
-6h = 18k + 12
  h = -3k - 2
  
So we solve this system of two equations:

 -7h = k - 6
   h = -3k - 2

by substitution and get 

-7(-3k - 2) = k - 6
   21k + 14 = k - 6
        20k = -20
          k = -1

   h = -3(-1) - 2
   h = 3 - 2
   h = 1

So the circumcenter (or "circumcentre") is O(h,k) = O(1,-1)

The circumradius r is

r = AO = sqrt%28%28h-4%29%5E2%2B%28k-3%29%5E2%29 = sqrt%28%281-4%29%5E2%2B%28-1-3%29%5E2%29 = sqrt%28%28-3%29%5E2%2B%28-4%29%5E2%29 = sqrt%289%2B16%29 = sqrt%2825%29 = 5

Edwin