Use the Lagrange mulipliers to find the points on the parabola y=x^2+2x which are the closest to the point(-1,0).

1 Kommentar

Walter Roberson
Walter Roberson am 15 Apr. 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

bym
bym am 16 Apr. 2012

0 Stimmen

here is a nudge to solving your problem
syms x y L
d = ??? % for you to fill out; distance from (-1,0)
g = d+L*(x^2+2*x-y) % constraint for given parabola
% additional operations here
show some effort, and some additional help may be forthcoming

Weitere Antworten (1)

Richard Brown
Richard Brown am 15 Apr. 2012

0 Stimmen

This is not a Matlab question, it's a calculus homework problem. Define a function f(x,y) that you want to minimise, a constraint c(x,y) = 0, and then solve c(x,y) = 0, together with
grad f = lambda grad c
for x, y, and lambda.

3 Kommentare

Dhurgham Kadhim
Dhurgham Kadhim am 16 Apr. 2012
It is calculus and matlab as well.
Richard Brown
Richard Brown am 16 Apr. 2012
It's pretty straightforward to solve by hand - I recommend you do it that way, you'll learn more if you do.
Divy
Divy am 21 Jan. 2023
nice ra

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 15 Apr. 2012

Kommentiert:

am 21 Jan. 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by