Question #9f434

2 Answers
Oct 10, 2016

#C(-672/103, -1103/103)#

Explanation:

We are given two lines which intersect at #C#, the line containing the altitude from #C#, and the line containing the median from #C#. Additionally, we are given the equation of the line containing the median, meaning all that remains is to find the equation of the line containing the altitude, and find their point of intersection.

An altitude of a triangle is a line segment which intersects a vertex of the triangle and the side opposite that vertex, intersecting the side at a right angle.

As the altitude from #C# to #bar(AB)# is perpendicular to #bar(AB)#, that means its slope will be equal to the negative reciprocal of the slope of #bar(AB)#. That is, if #m_bar(AB)# is the slope of #bar(AB)#, then the slope of the altitude will be #m_"altitude" = -1/m_bar(AB)#.

The slope of a line containing two points #(x_1, y_1)# and #(x_2, y_2)# is given by #m = (y_2-y_1)/(x_2-x_1)#. With that, we can calculate the slope of #bar(AB)# as

#m_bar(AB) = (-6-2)/(2-(-5)) = -8/7#

thus

#m_"altitude" = -1/m_bar(AB) = 7/8#

We are also given that the #y#-intercept of the altitude is #(0,-5)#. Thus, using the slope-intercept form of a line, we get the equation of the line containing the altitude as

#y = 7/8x - 5#

As this intersects the line #y = 26/15x + 3/5# containing the median from #C# only at #C#, we are looking for the solution to the system of equations

#{(y = 7/8x - 5), (y = 26/15x + 3/5):}#

#=> 7/8x - 5 = 26/15x + 3/5#

#=> -103/120x = 28/5#

#=> x = -672/103#

#=> y = -1103/103#

This gives us the final result #C(-672/103, -1103/103)#

The graph would look as follows, with green dashed line containing the median and the blue dashed line containing the altitude.

enter image source here

Oct 10, 2016

#C = (-672/103, -1103/103)#

Explanation:

Segment #bar(AB)# is described by

#S->p=A+lambda(B-A)# with #p = (x,y)# and #lambda in [0,1]#

the line that supports the height is given by

#L_h->p = p_h + lambda_h vec v_h# with #p_h = (0,-5)# and
#vec v_h# orthogonal to #B-A#. Here #B-A = (7,-8)# so, a choice for #vec v_h# is #vec v_h = (8,7)#

The support line for the median is

#L_m->p = p_m+lambda_m vec v_m#. This line is given as
#L_m->26x-15y+9=0# and can be represented as
#L_m->a_m(x-x_m)+b_m(y-y_m) = 0# or
#L_m-> << p-p_m, vec n >> = 0#. Then follows that #vec v_m# must be orthogonal to #vec n#
#vec v_m = (-b_m, a_m) = (15,26)# and
#a_mx_m+b_my_m = -9# so
#p_m = (x_m,y_m)=(0,3/5)#

Now, the vertice #C# is at the intersection #C = L_h nn L_m#

which is obtained solving for #lambda_h, lambda_m# the system

#p_h + lambda_h vec v_h = p_m + lambda_m vec v_m# which gives #lambda_h = -84/103, lambda_m=-224/515# and finally

#C = (-672/103, -1103/103)#

Attached a situation plot

enter image source here