Question
Question: Find the locus of the midpoint of a rod of length 'l' which slides on the lines x + y= 0 and and x -...
Find the locus of the midpoint of a rod of length 'l' which slides on the lines x + y= 0 and and x - y = 0(each endpoint lies on one of the lines)
The locus of the midpoint is the circle with the equation x2+y2=4l2.
The locus of the midpoint is the circle with the equation x2+y2=l2.
The locus of the midpoint is the line x+y=0.
The locus of the midpoint is the line x−y=0.
The locus of the midpoint is the circle with the equation x2+y2=4l2.
Solution
Let the two lines be L1:x+y=0 and L2:x−y=0. Let the endpoints of the rod of length l be A and B. Let A lie on L1, so its coordinates can be represented as (a,−a). Let B lie on L2, so its coordinates can be represented as (b,b).
The distance between A and B is l. Using the distance formula: AB2=(b−a)2+(b−(−a))2=l2 (b−a)2+(b+a)2=l2 (b2−2ab+a2)+(b2+2ab+a2)=l2 2a2+2b2=l2 a2+b2=2l2
Let the midpoint of the rod be M(h,k). The coordinates of the midpoint are given by: h=2a+b⟹2h=a+b k=2−a+b⟹2k=b−a
We have a system of equations:
- a+b=2h
- b−a=2k
Adding (1) and (2): 2b=2h+2k⟹b=h+k Subtracting (2) from (1): 2a=2h−2k⟹a=h−k
Substitute these expressions for a and b into the equation a2+b2=2l2: (h−k)2+(h+k)2=2l2 (h2−2hk+k2)+(h2+2hk+k2)=2l2 2h2+2k2=2l2 h2+k2=4l2
To find the locus, we replace (h,k) with (x,y): x2+y2=4l2
This is the equation of a circle centered at the origin (0,0) with a radius of 2l.