Points Nearest/Farthest from Origin on Plane-Paraboloid Intersection?

Click For Summary
SUMMARY

The discussion focuses on finding the points nearest and farthest from the origin on the intersection of the plane defined by the equation x+y+2z=30 and the paraboloid z=x²+y². The key insight is that instead of deriving the ellipse of intersection, one can directly minimize or maximize the function x²+y²+z² using the constraints provided. The recommended method is to apply Lagrange multipliers, which simplifies the problem significantly.

PREREQUISITES
  • Understanding of multivariable calculus, specifically optimization techniques.
  • Familiarity with Lagrange multipliers for constrained optimization.
  • Knowledge of 3D Cartesian coordinates and equations of planes and surfaces.
  • Ability to manipulate and solve polynomial equations.
NEXT STEPS
  • Study the method of Lagrange multipliers in detail.
  • Practice solving optimization problems involving multiple constraints.
  • Explore the geometric interpretation of intersections between planes and surfaces.
  • Learn about the properties of paraboloids and their applications in optimization.
USEFUL FOR

Students and professionals in mathematics, engineering, and physics who are dealing with optimization problems involving multiple variables and constraints.

skyturnred
Messages
117
Reaction score
0

Homework Statement



Find the points nearest and furthest from the origin on the intersection of a plane with a paraboloid.

Plane:
x+y+2z=30

Paraboloid:
z=x^{2}+y^{2}

Homework Equations





The Attempt at a Solution



Obviously the first step is to find the equation of the ellipse that is formed

I do that by plugging the equation of the paraboloid into the equation of the plane and get:

x+y+2x^{2}+2y^{2}=30

But my problem is that the equation above isn't really the equation I need. The equation above gives the shape of the ellipse *on the plane* but I need an equation for that shape on the original 3D Cartesian plane. How do I go about doing that?

Also, once I find said equation, would the following way to go about finding the max/min be correct?

Choose the equation of the ellipse as the constraint, choose f(x,y,z)=\sqrt{x^{2}+y^{2}+z^{2}} and then just treat it like any straight forward max/min question?

Thanks
 
Physics news on Phys.org


skyturnred said:

Homework Statement



Find the points nearest and furthest from the origin on the intersection of a plane with a paraboloid.

Plane:
x+y+2z=30

Paraboloid:
z=x^{2}+y^{2}

Homework Equations





The Attempt at a Solution



Obviously the first step is to find the equation of the ellipse that is formed

I do that by plugging the equation of the paraboloid into the equation of the plane and get:

x+y+2x^{2}+2y^{2}=30

But my problem is that the equation above isn't really the equation I need. The equation above gives the shape of the ellipse *on the plane* but I need an equation for that shape on the original 3D Cartesian plane. How do I go about doing that?

Also, once I find said equation, would the following way to go about finding the max/min be correct?

Choose the equation of the ellipse as the constraint, choose f(x,y,z)=\sqrt{x^{2}+y^{2}+z^{2}} and then just treat it like any straight forward max/min question?

Thanks

You don't need to find the ellipse of intersection; you just need to minimize (or maximize) x^2 + y^2 + z^2, subject to the two equality constraints x+y+2z = 30 and z = x^2 + y^2. You could, for example, use Lagrange multipliers to solve this problem; you would have two Lagrange multipliers, one for each constraint. Of course, you COULD find the intersection ellipse and proceed that way, but it is not the only way and maybe not even the easiest way.

Note: min/max ##x^2+y^2+z^2## has exactly the same solutions as min/max ##\sqrt{x^2 + y^2 + z^2}## but is much easier to work with.

RGV
 


Ray Vickson said:
You don't need to find the ellipse of intersection; you just need to minimize (or maximize) x^2 + y^2 + z^2, subject to the two equality constraints x+y+2z = 30 and z = x^2 + y^2. You could, for example, use Lagrange multipliers to solve this problem; you would have two Lagrange multipliers, one for each constraint. Of course, you COULD find the intersection ellipse and proceed that way, but it is not the only way and maybe not even the easiest way.

Note: min/max ##x^2+y^2+z^2## has exactly the same solutions as min/max ##\sqrt{x^2 + y^2 + z^2}## but is much easier to work with.

RGV

Thanks! That simplifies things a lot.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
4
Views
5K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K