Find the co ordinate of the foot of perpendicular from $(a,0)$ on the line $y=mx+\dfrac {a}{m}$
My Attempt: $$y=mx+\dfrac {a}{m}$$ $$mx-y+\dfrac {a}{m}=0$$ The equation of the line perpendicular to $mx-y+\dfrac {a}{m}=0$ is $x+my+k=0$ where $k$ is an arbitrary constant. Since the line passes through $(a,0)$ , we have: $$a+0+k=0$$ $$k=-a$$
Then, $x+my-a=0$ is the required equation. Now, how do I proceed further?