A triangle has corners at #(1, 6 )#, ( 1 , 2)#, and #( 7, -1)#. If the triangle is reflected across the x-axis, what will its new centroid be?

2 Answers
Jun 17, 2018

#(3,-7/3)#.

Explanation:

If a point #(x,y)# is reflected over the x-axis, then the new point will be #(x,-y)#. Therefore, instead of first finding the coordinates of the triangle at #(1,6)#,#(1,2)# and #(7,-1)# after being reflected across the x-axis, and then finding the centroid of that reflected triangle. We can simply find the centroid of the triangle we are given and then reflect that point across the x-axis.

For information on centroids, visit this webpage.

Now, if we can find out the three medians of the given triangle, and find their point of intersection, we will have the centroid of the triangle. From there, we only need to translate this point from #(x,y)# to #(x,-y)#, and we will arrive at our answer.

The process of finding out the medians of a triangle is quite tedious, so I will only explain how to find out the first. But don't worry, it will become apparent from this one example how to figure out the other two.

We will now figure out the median that originates at point #(1,6)# and terminates at the midpoint of the line segment that connects points #(1,2)# and #(7,-1)#. We can determine the midpoint of this line segment using the midpoint formula,

#mid(P_1,P_2)=((x_1+x_2)/2,(y_1+y_2)/2)#
where #P_1# and #P_2# are two points with coordinates #(x_1,y_1)# and #(x_2,y_2)# respectively.

Applying this formula to the points #P_1=(1,2)# and
#P_2=(7,-1)#, we obtain the midpoint #(4,1/2)#.

Now to return to finding the median of the first point of our triangle. We must now write a linear equation for a line that passes through the points #(1,6)# and the midpoint #(4,1/2)#. This can be done thusly:

#f_1(x)=ax+b# is the blueprint for our first median. We know:
#f_1(1)=a(1)+b=a+b=6#, and
#f_1(4)=a(4)+b=4a+b=1/2#.

Solving for the system of linear equations
#a+b=6#
#4a+b=1/2#
by means of substitution, we obtain:
#a=-11/6#, and #b=47/6#.

Therefore the linear equation that describes our first median can be written

#f_1(x)=-11/6x +47/6#.

After finding out the remaining two medians, we set them all equal to find for which #x# each equation is equal and intersects, and by plugging this #x# into one of the equations, we will obtain the centroid. Thus:

#-11/6x+47/6=1/6x+11/6=-5/6x+29/6#.

Simplifying and solving, we obtain

#x=3#.
#f_1(3)=-11/6(3)+47/6=14/6=7/3.#

The centroid of the triangle given is therefore #(3,7/3)#. Reflected over the x-axis, this point becomes #(3,-7/3)#.

Jun 17, 2018

#color(blue)((3,-7/3)#

Explanation:

If the given triangle is reflected across the x axis, then the centroid will also be reflected in the x axis.

Let the triangle be #ABC#

The co-ordinates of the centroid of a triangle are the arithmetic mean of the x and y co-ordinates of the vertices.

#:.#

Centroid is:

#((x_1+x_2+x_3)/3,(y_1+y_2+y_3)/3)#

Centroid of #ABC#

#((1+1+7)/3,(6+2-1)/3)=(3,7/3)#

A reflection in the x axis maps:

#(x,y)->(x,-y)#

So image of centroid is:

#(x,y)->(x,-y)=(3,7/3)->(3-7/3)#