Questions   
Sort: 
 #33
avatar
0
Feb 5, 2016
 #4
avatar+130518 
+15

Rarinstraw.....here's one way to do this:

 

Note that the mid-point of the diagonal is located at [ (0 +2)/2, (-3 +3)/2 ] = [2/2 , 0/2] =  (1,0)

 

Now.....the diagonal length will be =  sqrt [2^2 + (-3-3)^2]  = sqrt(40)

 

And 1/2 of this  =  sqrt(40)/2

 

Now....if we construct  a circle centered at (1,0)  with a radius  of 1/2 of the diagonal length, this circle will pass through the given diagonal endpoints as well as the ones we are looking for.  And the equation  of such a circle becomes :

 

(x - 1)^2  + y^2  = [sqrt(40)/2]^2 

 

(x - 1)^2 + y^2  = 40/4

 

(x - 1)^2 + y^2  = 10

 

Now....the slope of the given diagonal  is  [-3-3] / [0-2]  = -6/-2  = 3

 

But the other diagonal will lie on a line with the negative reciprocal slope and it will go through the point (1,0)....so the equation  of this line is:

 

y = (-1/3)(x -1)

 

y = (-1/3)x + 1/3

 

y = (1 - x)/3

 

And putting this into our equation of the circle for y to solve for x, we can find the x coordinates of the diagonal endpoints we are looking for :

 

(x - 1)^2  + ( [x - 1]/3)^2  = 10   simplify

 

x^2 - 2x + 1  + [1/9](x^2 - 2x + 1)  = 10      multiply through by 9

 

9x^2 - 18x + 9 + x^2 - 2x + 1  = 90   simplify

 

10x^2 - 20x - 80  = 0   divide through by 10

 

x^2 - 2x  - 8  = 0        factor

 

(x - 4) (x + 2)  = 0      and setting each factor to 0, we have that   x = 4  and x = -2

 

So.....we can find the y coordinates of the diagonal endpoints, thusly :

 

When x = 4  ....   y =  [1- 4]/ 3  = -3/3 = -1

 

When x= -2 ....    y  = [ 1 - (-2)]/ 3  = 3/3  = 1

 

So....the endpoints of the other diagonal are (4, -1) and ( -2, 1)

 

Here's a pic that verifies the results :

 

 

 

 

cool cool cool

Feb 5, 2016
 #2
avatar
0
Feb 5, 2016
 #4
avatar+384 
+4
Feb 5, 2016
 #2
avatar+82 
0
Feb 5, 2016

1 Online Users