I need to find the points of $C=\{(x,y,z)\in \mathbb R^3:4\sqrt{x^2+y^2}\le z\le 1 \}$ with max and min distance from $(-1,0,3)$ I think the solution is:
- Looking for the distance with Lagrange multiplier on the upper surface of the cone
- Looking for the distance with Lagrange multiplier on the external surface of the cone
But i don't know how to parameterize those sets (the upper surface and the external surface).
Can someone help me?