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?
You are looking for $x$ and $y$ so that $$ y = mx + \frac{a}{m} $$ (point lies on original line) and $$ x+my-a=0 $$ (point lies on the perpendicular through $a$). To find $x,y$ that satisfy both of these equations, solve them simultaneously.
Let's start by eliminating $y$. The first equation gives a value for $y$ in terms of $x$, and we can put this into the second equation and solve it for $x$: $$ x+m\left(mx + \frac{a}{m} \right) - a = 0 \\ x(1+m^2) = 0, $$ so $x=0$ (since $m^2 \geq 0$ the other factor cannot be zero). But then substituting this value of $x$ into the first equation, $y=a/m$, so the point is $(0,a/m)$ (this is also consistent with the second equation; it's always worth back-substituting to check you have the right solution).