Multivar Optimization question

  • Thread starter Thread starter Damascus Road
  • Start date Start date
  • Tags Tags
    Optimization
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.

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

Setting that = 0

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

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...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top