Triangle lies in the cartesian plane and has an area of 70. The coordinates of and are and , respectively, and the coordinates of are . The line containing the median to side has slope . Find the largest possible value of .
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.
I think that my solution isn't the most simplest one, but I enjoyed so much solving this way!
The Gauss's Shoelace Formula allows us to find a area of a simple polygon whose vertices are in the Cartesian Plane by using matrices. Observe the following image:
We multiply two numbers connected by a red slash and sum up the products. We obtain 1 9 p + 2 4 0 + 2 3 q . Then we multiply two numbers connected by a green slash and sum up the products. We obtain 1 2 q + 4 3 7 + 2 0 p .
The modulus of the difference between these two results is 2 times the area of Triangle A B C which is 2 × 7 0 = 1 4 0 . Then we have ∣ ( 1 9 p + 2 4 0 + 2 3 q ) − ( 1 2 q + 4 3 7 + 2 0 p ) ∣ = ∣ p + 1 9 7 − 1 1 q ∣ = 1 4 0 .
Now we can get another equation by using the information about the median.
The median of a triangle is the segment that connects a vertex to the midpoint of its opposite side. Then we need to find the midpoint of the segment B C . The coordinates of the segment that connects points ( x 1 , y 1 ) and ( x 2 , y 2 ) is ( 2 x 1 + x 2 , 2 y 1 + y 2 ) .
Then, the coordinates of the midpoint M of the segment that connects points B ( 1 2 , 1 9 ) and C ( 2 3 , 2 0 ) is ( 2 1 2 + 2 3 , 2 1 9 + 2 0 ) = M ( 1 7 . 5 , 1 9 . 5 )
Now we need to find the equation of the line that passes trough points M ( 1 7 . 5 , 1 9 . 5 ) and A ( p , q ) . To do so I will use my favorite method that use the following formula to find the general equation of a line. This formula can be obtained by using similar triangles:
Equation of the line that passes trough points ( x 1 , y 1 ) and ( x 2 , y 2 ) is ( x 1 − x 2 x − x 1 = y 1 − y 2 y − y 1 ) . Solving for points A ( p , q ) and M ( 1 7 . 5 , 1 9 . 5 ) :
( p − 1 7 . 5 x − p = q − 1 9 . 5 y − q )
( x − p ) ( q − 1 9 . 5 ) = ( y − q ) ( 9 − 1 7 . 5 )
x q − 1 9 . 5 x − p q + 1 9 . 5 p = y p − 1 7 . 5 y − p q + 1 7 . 5 q
x q − 1 9 . 5 x + 1 9 . 5 p = y p − 1 7 . 5 y + 1 7 . 5 q
Manipulation the equation to get the reduced equation in the form m a + b = y where m is the slope of the line:
x q − 1 9 , 5 x + 1 9 , 5 p = y p − 1 7 , 5 y + 1 7 , 5 q
x q − 1 9 . 5 x + 1 9 . 5 p − 1 7 . 5 q = y p − 1 7 . 5 y
x ( q − 1 9 . 5 ) + 1 9 . 5 p − 1 7 . 5 q = y ( p − 1 7 . 5 )
( p − 1 7 . 5 ) ( q − 1 9 . 5 ) x + ( p − 1 7 . 5 ) ( 1 9 . 5 p − 1 7 . 5 q ) = y
We can see in this equation by compared to the reduced one that our m = ( p − 1 7 . 5 ) ( q − 1 9 . 5 ) . In this case the slope is equal to − 5 . Then we have ( p − 1 7 . 5 ) ( q − 1 9 . 5 ) = − 5
Now we have the following system of equations:
{ p − 1 7 . 5 q − 1 9 . 5 = − 5 ∣ p + 1 9 7 − 1 1 q ∣ = 1 4 0
For the second equation we have two cases: (i) p + 1 9 7 − 1 1 q = 1 4 0 and (ii) p + 1 9 7 − 1 1 q = − 1 4 0 . Solving for each case:
Case (i)
p + 1 9 7 − 1 1 q = 1 4 0
p = 1 1 q − 5 7
Substituting in the first equation:
p − 1 7 . 5 q − 1 9 . 5 = − 5
1 1 q − 5 7 − 1 7 . 5 q − 1 9 . 5 = − 5
1 1 q − 7 4 , 5 q − 1 9 . 5 = − 5
q − 1 9 . 5 = − 5 ( 1 1 q − 7 4 , 5 )
q − 1 9 . 5 = ( − 5 5 q + 3 7 2 , 5 )
5 6 q = ( 3 9 2
q = 7
p = 1 1 ⋅ ( 7 ) − 5 7 = 2 0
Then we have p = 2 0 and q = 7 . Then p + q = 2 0 + 7 = 2 7 in this case.
Case (ii)
p + 1 9 7 − 1 1 q = − 1 4 0
p = 1 1 q − 3 7 7
Substituting in the first equation:
p − 1 7 . 5 q − 1 9 . 5 = − 5
1 1 q − 3 3 7 − 1 7 . 5 q − 1 9 . 5 = − 5
1 1 q − 3 5 4 , 5 q − 1 9 . 5 = − 5
q − 1 9 . 5 = − 5 ( 1 1 q − 3 5 4 , 5 )
q − 1 9 . 5 = ( − 5 5 q + 1 7 9 2 )
5 6 q = ( 1 7 9 2
q = 3 2
p = 1 1 ⋅ ( 3 2 ) − 5 7 = 1 5
Then we have p = 1 5 and q = 3 2 .
Then p + q will be 1 5 + 3 2 = 4 7 in this case.
4 7 > 2 7
Hence the largest possible value for p + q is 4 7