Multivar Optimization question

  • Thread starter Thread starter Damascus Road
  • Start date Start date
  • Tags Tags
    Optimization
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Damascus Road
Messages
117
Reaction score
0
Greetings,
I'm working on a problem where I am to find the coordinates of the point (x,y,z) to the plane z=3x+2y+1, which is closest to the origin.

I know that this is an optimization problem, and I believe I have to minimize (x,y,3x+2y+1).

I started by finding partial derivative, fx, of the magnitude of the function.

[tex]f_{x}=\frac{10x+12y+4}{2\sqrt{x^2+y^2+2x+3y+1}}[/tex]

Setting that = 0

[tex]0 =\frac{10x+12y+4}{2\sqrt{x^2+y^2+2x+3y+1}}[/tex]

now what?
 
Last edited:
Physics news on Phys.org
anyone know how to do this?
 
I've since solved this, although it took me a few days.
For future reference, was this the correct forum for this question? It got zero replies...