Solution:
Let the coordinates of moving point be P(h,k).
The equation of line joining P(h,k) and origin (0,0) is:
y−k=h−0k−0(x−h)⇒y−k=hk(x−h)⇒y−k=hkx−k⇒y=hkx ...(i)
Here, slope is m1=hk
Now, the equation of line joining (3,-2), (5,7) is:
y−(−2)=5−37+2(x−3)⇒y+2=29(x−3)⇒y+2=29x−227⇒y=29x−231 ...(ii)
Here, slope is m2=29
Angle between the lines is θ:
tanθ=∣1+m1m2m1−m2∣⇒tan45°=∣1+hk×29hk−29∣
⇒1=∣2h2h+9k2h2k−9h∣⇒±1=2h+9k2k−9h
⇒2h+9k=2k−9h; 2h+9k=9h−2k⇒11h+7k=0; 7h−11k=0⇒11x+7y=0; 7x−11y=0
Comments