A graph $y=\sqrt{x}$ is plotted on a Cartesian plane. P is a point of the curve, except the origin and Q is the point where the perpendicular bisector of OP intersects the x-axis.
As P tends to O, does Q have a limiting position?
I have attempted to find a general expression for Q by letting P be (a,b) then finding the midpoint. But I'm unable to do so.
Please guide me on how I might solve this question. Thank you!
To avoid confusion, and to distinguish the point from the curve $y=\sqrt{x}$, let $P=(t,\sqrt{t})$.
Midpoint of $OP$, $M=(t/2, \sqrt{t}/2)$.
Slope of $OP$ is $\;\;\dfrac 1{\sqrt{t}}\;\;$ therefore slope of perpendicular bisector is $\;\;{-\sqrt{t}}\;$.
Equation of perpendicular bisector is $$y-\frac {\sqrt{t}}2=-\sqrt{t}\left(x-\frac t2\right)\\ y=-\sqrt{t}\left(x-\frac {t+1}2\right)$$
At $Q$, $y=0$, so $x=\frac {t+1}2$, i.e. $Q=\left(\dfrac {t+1}2,0\right)$.
As $P$ approaches $O$, $t\to 0$, hence $Q\to \color{red}{\left(\dfrac 12,0\right)}$
See desmos implementation here.