Solveeit Logo

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)

A

The locus of the midpoint is the circle with the equation x2+y2=l24x^2 + y^2 = \frac{l^2}{4}.

B

The locus of the midpoint is the circle with the equation x2+y2=l2x^2 + y^2 = l^2.

C

The locus of the midpoint is the line x+y=0x+y=0.

D

The locus of the midpoint is the line xy=0x-y=0.

Answer

The locus of the midpoint is the circle with the equation x2+y2=l24x^2 + y^2 = \frac{l^2}{4}.

Explanation

Solution

Let the two lines be L1:x+y=0L_1: x + y = 0 and L2:xy=0L_2: x - y = 0. Let the endpoints of the rod of length ll be A and B. Let A lie on L1L_1, so its coordinates can be represented as (a,a)(a, -a). Let B lie on L2L_2, so its coordinates can be represented as (b,b)(b, b).

The distance between A and B is ll. Using the distance formula: AB2=(ba)2+(b(a))2=l2AB^2 = (b - a)^2 + (b - (-a))^2 = l^2 (ba)2+(b+a)2=l2(b - a)^2 + (b + a)^2 = l^2 (b22ab+a2)+(b2+2ab+a2)=l2(b^2 - 2ab + a^2) + (b^2 + 2ab + a^2) = l^2 2a2+2b2=l22a^2 + 2b^2 = l^2 a2+b2=l22a^2 + b^2 = \frac{l^2}{2}

Let the midpoint of the rod be M(h,k)M(h, k). The coordinates of the midpoint are given by: h=a+b2    2h=a+bh = \frac{a + b}{2} \implies 2h = a + b k=a+b2    2k=bak = \frac{-a + b}{2} \implies 2k = b - a

We have a system of equations:

  1. a+b=2ha + b = 2h
  2. ba=2kb - a = 2k

Adding (1) and (2): 2b=2h+2k    b=h+k2b = 2h + 2k \implies b = h + k Subtracting (2) from (1): 2a=2h2k    a=hk2a = 2h - 2k \implies a = h - k

Substitute these expressions for aa and bb into the equation a2+b2=l22a^2 + b^2 = \frac{l^2}{2}: (hk)2+(h+k)2=l22(h - k)^2 + (h + k)^2 = \frac{l^2}{2} (h22hk+k2)+(h2+2hk+k2)=l22(h^2 - 2hk + k^2) + (h^2 + 2hk + k^2) = \frac{l^2}{2} 2h2+2k2=l222h^2 + 2k^2 = \frac{l^2}{2} h2+k2=l24h^2 + k^2 = \frac{l^2}{4}

To find the locus, we replace (h,k)(h, k) with (x,y)(x, y): x2+y2=l24x^2 + y^2 = \frac{l^2}{4}

This is the equation of a circle centered at the origin (0,0)(0, 0) with a radius of l2\frac{l}{2}.