fnord
- 2
- 0
Hi! Probably quite easy for you guys (Im not even sure I am in the right thread).
The assignment is in constrained optimization, and we're supposed to use lagrange to find the point on the parabola y=x^2 which is closes to (2, 1). I've been trying for a while and can't seem to find the right answer, so I hope you can help me.
Cheers!
Updated: I am putting in my "progress":
I've used lagrange, with the restriction (y-x^2), and objective function (x-2)^2 + (y-1)^2
Cutting the lambda I get:
2(x-2)=2(y-1)(-2x)
y-x^2=0
And from there I don't know where to go. :(
The assignment is in constrained optimization, and we're supposed to use lagrange to find the point on the parabola y=x^2 which is closes to (2, 1). I've been trying for a while and can't seem to find the right answer, so I hope you can help me.
Cheers!
Updated: I am putting in my "progress":
I've used lagrange, with the restriction (y-x^2), and objective function (x-2)^2 + (y-1)^2
Cutting the lambda I get:
2(x-2)=2(y-1)(-2x)
y-x^2=0
And from there I don't know where to go. :(
Last edited: