A line segment has endpoints at #(a, b)# and #(c, d )#. The line segment is dilated by a factor of #r# around #(p,q )#. What are the new endpoints and length of the line segment?

1 Answer
May 1, 2018

#(a,b) to ( (1-r)p + ra, (1-r)q+ rb) #,

#(c,d) to ((1-r)p + rc, (1-r)q+ rd) #,

new length # l = r \sqrt{ (a-c)^2 + (b-d)^2 }.#

Explanation:

I have a theory all these questions are here so the there's something for newbies to do. I'll do the general case here and see what happens.

We translate the plane so the dilation point P maps to the origin. Then the dilation scales the coordinates by a factor of #r#. Then we translate the plane back:

# A' = r (A - P) + P = (1-r) P + r A #

That's the parametric equation for a line between P and A, with #r=0# giving P, #r=1# giving A, and #r=r# giving A', the image of A under dilation by #r# around P.

The image of #A(a,b)# under dilation by #r# around #P(p,q)# is thus

#(x,y) = (1-r)(p,q) + r(a,b) = ( (1-r)p + ra, (1-r)q+ rb) #

Similarly, the image of #(c,d)# is

#(x,y) = (1-r)(p,q) + r(c,d) = ( (1-r)p + rc, (1-r)q+ rd) #

The new length is #r# times the original length.

# l = r \sqrt{ (a-c)^2 + (b-d)^2 } #