Question #36cf7

2 Answers
Jan 18, 2018

#a.) : P(1,1)#.

# b.) : Contd.........

Explanation:

Part a.): Suppose that, the required point (reqd. pt.) #P=P(x,y)#.

The given pts. are #A(2,-1), B(-1,5) and C(2,5)#.

#:. vec(PA)=(2,-1)-(x,y)=(2-x,-1-y)#.

#vec(PB)=(-1-x,5-y), and vec(PC)=(2-x,5-y)#.

Recall that, #(x_1,y_1)+(x_2,y_2)=(x_1+x_2,y_1+y_2)#.

#:. vec(PA)+vec(PB)+vec(PC),#

#(2-x,-1-y)+(-1-x,5-y)+(2-x,5-y)#

#=(2-x-1-x+2-x,-1-y+5-y+5-y),#

#=(3-3x,9-3y)#.

#"But, "vec(PA)+vec(PB)+vec(PC)=0=(0,0)#.

#:. (3-3x,9-3y)=(0,0)#.

Knowing that, #(x_1,y_1)=(x_2,y_2)rArr x_1=x_2, y_1=y_2#, we get,

#(3-3x,9-3y)=(0,0)rArr 3-3x=0, 9-9y=0, or, #

#x=1, y=1," which give, "P=P(x,y)=P(1,1)#.

Jan 18, 2018

Point P has the coordinates #(1,3)#.

The points #(-8,0)# and #(0,0)# will each make a different scalene triangle, but no solution is available that will make an equilateral triangle.

Explanation:

For any of these it makes sense to draw a diagram if you can. I haven't here, but you should. Do as I say, not as I do. ;-)

For part (a), we can treat each direction separately. We want the sum in #x# to be zero and the sum in #y# to be zero. If we decide that point P has the coordinates #(x,y)#, then we can say that in the #x# dimension:

#(x-2)+(x-(-1))+(x-2)=0#

I've just subtracted each of the #x# values of the known points from #x#, that is, found their distances from #x# in the x-direction.

#(x-2)+(x+1)+(x-2)=0#

#3x-3=0#

#x-1=0#

#x=1#

Same method for #y#:

#(y-(-1))+(y-5)+(y-5)=0#

#3y-9=0#

#y=3#

So #P# has the coordinates #(1,3)#. Add it to your diagram of the other three points and see whether it looks like it's in the centre.

For part (b) we have the coordinates of two points on a triangle, #(0,6)# and #(-4,3)#. We also know that, since the third point sits on the #x# axis, it's #y# coordinate will be #0#, so the third point is #(x,0)#.

Draw a diagram!

To make the triangle scalene, we would need two of its sides to be the same length. To make it equilateral, all three sides would need to be the same length.

Let's calculate the length of the side we already know:

#d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#

#=sqrt((0-(-4))^2+(3-6)^2)=sqrt(16+9)=5# units

We need to choose values of #x# such that the distances from the point (#x,0)# to the point #(0,6)# and/or from the point #(x,0)# to the point #(-4,3)# are equal to 5. If only one of them is, we will have a scalene triangle, if both of them are we will have an equilateral triangle.

Try first for #(0,6)#:

#d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#

#5=sqrt((0-x)^2+(6-0)^2)#

#5=sqrt(36+x^2)#

#5^2=25=(36+x^2)#

#x^2=-11#

Now, in the real numbers, we cannot do this (in imaginary numbers we can, but you're probably not studying that at the moment).

Since we can't find a value that makes this side have a length of #5#, we definitely can't make it an equilateral triangle.

Let's try for #(-4,3)#, see if we can't at least salvage a scalene triangle.

#d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#

#5=sqrt((-4-x)^2+(3-0)^2)#

#5=sqrt((-4-x)^2+9)#

#(-4-x)^2=16+4x+4x+x^2=16+8x+x^2#

#5=sqrt(16+8x+x^2+9)=sqrt(x^2+8x+25)#

(I'm gonna go around this a long way to make sure it's clear:

#5^2=x^2+8x+25#

#x^2+8x=0#

I would use the quadratic formula to solve this quadratic: use your favourite method.

#x=(-8+-sqrt(8^2-0))/2=-8 or 0#

So there are two solutions - two points on the #x# axis - that will give us a scalene triangle, but no solutions that will give us an equilateral triangle.

Test this on your diagram.