Alternate methods for finding the shortest distance between these two curves

algebra-precalculusanalytic geometrycalculuscoordinate systemscurves

There are two curves $2y^2=2x-1$ and $2x^2=2y-1$ Find the shortest distance between these two curves.

I'm well aware of the traditional method of solving these type of questions. The concept is that the minimum distance is along the common normal. And then we find $y'$ and the points and then we proceed accordingly. I want to know if there is some other method of solving this particular question.

A method that uses minimum calculus is appreciated. That being said, it doesn't mean that calculus based methods are not welcomed. I'm posting my attempt below as answer.

Best Answer

We can assign parametric coordinates to the curves. Let them be $\left(a^2+\frac12,a\right)$ and $\left(b,b^2+\frac12\right)$

Distance between any two points will be $$\sqrt{\left(a^2+\frac12-b\right)^2+\left(b^2+\frac12-a\right)^2}$$ Now using some inequalities we can say (it's the quadratic mean inequality) $$\sqrt{\left(a^2+\frac12-b\right)^2+\left(b^2+\frac12-a\right)^2}\ge\frac{a^2+b^2-a-b+1}{\sqrt{2}}=\frac{\left(a-\frac12\right)^2+\left(b-\frac12\right)^2+\frac12}{\sqrt2}$$ which has a minimum value equal to $\frac{1}{2\sqrt2}$ Hence the minimum distance between the two curves is $$\boxed{\frac{1}{2\sqrt2}}$$

Related Question