Circle Center From Three Points

Geometry Level 4

The following three points lie on a circle in the x y xy plane. Coordinates are approximated to three decimal places.

( x 1 , y 1 ) (x_1,y_1) ( 8.590 , 9.213 ) (8.590,9.213)
( x 2 , y 2 ) (x_2,y_2) ( 3.000 , 12.000 ) (3.000,12.000)
( x 3 , y 3 ) (x_3,y_3) ( 3.062 , 1.500 ) (-3.062,1.500)

If the center of the circle has coordinates ( h , k ) (h,k) , determine ( h + k ) (h+k) .

Details and Assumptions:
Round h h and k k individually to the nearest integer before adding them.


The answer is 8.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Steven Chase
Sep 2, 2016

Good and easy solution too ( +1). And nice problem...

Guillermo Templado - 4 years, 9 months ago

Given three points not aligned there exists one only circumference passing through of them. In this case, the circumference will have an equation C ( x h ) 2 + ( y k ) 2 = r 2 x 2 + y 2 2 h x 2 k y + c = 0 C \equiv (x - h)^2 + (y - k)^2 = r^2 \equiv x^2 + y^2 - 2hx - 2ky + c = 0 Then, it's sufficient to substitute ( x 1 , y 1 ) , ( x 2 , y 2 ) , ( x 3 , y 3 ) (x_1, y_1), (x_2, y_2), (x_3, y_3) in C C and solve the equation for h , k , r h, k, r or h , k , c h,k,c ... In this case,it's better h , k , c h,k,c , it's a long process, but not very hard... It's a linear system of three equations with three unknown variables. h 2.999... , k 5.000.. h \approx 2.999..., k \approx 5.000..

I like how you kept it linear by representing the sum of the squares of h and k as a constant. I have also posted a geometric solution.

Steven Chase - 4 years, 9 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...