Max Distance: Find Largest Difference Between Function & XY Plot

  • Thread starter Thread starter asi123
  • Start date Start date
  • Tags Tags
    Maximum
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
asi123
Messages
254
Reaction score
0

Homework Statement



Hey.
I need to find the biggest distance between this function and the XY plot, any ideas?

Homework Equations





The Attempt at a Solution

 

Attachments

  • 12.jpg
    12.jpg
    2.4 KB · Views: 326
Physics news on Phys.org
asi123 said:

Homework Statement



Hey.
I need to find the biggest distance between this function and the XY plot, any ideas?
You mean the xy-plane.
The surface is given by [itex]2x^3+ 3y^2+ 2z^2+ 2xz= 6[/itex] and the distance from any point (x, y, z) to (x, y, 0) (the xy-plane) is just z. To minimize of maximize that, look at the derivatives of z with respect to x and y. Using the chain rule to differentiate with respect to x, [itex]6x^2+ 4zz_x+ 2z+ 2xz_x= 0[/itex] so [itex]z_x= -(6x^2+ 2z)/(4z+ 2x)= -(3x^2+ z)/(2z+x)=0[/itex] and differentiating with respect to y, [itex]6y+ 2zz_y+ 2xz_y= 0[/itex] so [itex]z_y= -6y/(2z+ 2x)= -3y/(z+ x)= 0[/itex]. Find values of of x, y, z that satisfy those as well as [itex]2x^3+ 3y^2+ 2z^2+ 2xz= 6[/itex].
 
HallsofIvy said:
You mean the xy-plane.
The surface is given by [itex]2x^3+ 3y^2+ 2z^2+ 2xz= 6[/itex] and the distance from any point (x, y, z) to (x, y, 0) (the xy-plane) is just z. To minimize of maximize that, look at the derivatives of z with respect to x and y. Using the chain rule to differentiate with respect to x, [itex]6x^2+ 4zz_x+ 2z+ 2xz_x= 0[/itex] so [itex]z_x= -(6x^2+ 2z)/(4z+ 2x)= -(3x^2+ z)/(2z+x)=0[/itex] and differentiating with respect to y, [itex]6y+ 2zz_y+ 2xz_y= 0[/itex] so [itex]z_y= -6y/(2z+ 2x)= -3y/(z+ x)= 0[/itex]. Find values of of x, y, z that satisfy those as well as [itex]2x^3+ 3y^2+ 2z^2+ 2xz= 6[/itex].

10x a lot