1

I need to find the points on the surface $y^2 = 25 + xz$ that are closest to the origin.
I don't have any idea how to approach this.

Can someone explain to me?

user76568
  • 4,542

2 Answers2

2

Hint:

You want to minimize $\|(x,y,z)\|^2=x^2+y^2+z^2$ with the constraint $y^2=25+xz$. Use Lagrange multipliers!

J.R.
  • 17,904
1

Set $x^2+y^2+z^2=d^2$. Now you have $$d^2=25+x^2+xz+z^2=25+\left(x+\frac z 2\right)^2+ 3\frac{z^2}4\ge 25 $$ With equality iff $x=z=0$ (so $y = \pm5$ )

chubakueno
  • 5,623