Section 7.4 Lagrange Multipliers and Constrained Optimization

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • How to find relative extrema using the Lagrange Multipliers method

ความคิดเห็น • 29

  • @j.emmanueldugborgartarrjr.6283
    @j.emmanueldugborgartarrjr.6283 2 ปีที่แล้ว +2

    Thanks! But you only solved for critical values, and not optimal quantity.

  • @johnnolen8338
    @johnnolen8338 3 ปีที่แล้ว +3

    @17:41 "We're gonna be off by a negative here."
    The minus sign is superfluous. The constraint, g(x,y), is a homogeneous equation [it's equal to zero]. As such it literally does not matter whether you add or subtract it from the objective function when forming the Lagrangian function, F(x,y,λ).
    Most mathematicians would write F(x,y,λ) = f(x,y) - λ·g(x,y), where g(x,y) = 100x + 200y - 30000 = 0. Economists have a weird obsession with non-standard notation. They think it enhances job security or something. To an economist the Lagrangian is typically written as F(x,y,λ) = f(x,y) + λ·g(x,y), where g(x,y) = 30000 - 100x - 200y = 0. In this case the minus sign that would typically be in front of λ is distributed across the terms of g(x,y). But even this doesn't make any difference in the solution to the problem because g(x,y) = 0 and because nobody cares about the sign of λ; it's only a parameter guaranteeing that grad f is parallel to grad g. You didn't make a mistake in setting the problem up the way you did in the first place. 😎

  • @Kraft_Funk
    @Kraft_Funk 4 ปีที่แล้ว +5

    Thank you very much, your work is appreciated :)

  • @victorhong3466
    @victorhong3466 10 หลายเดือนก่อน

    Dont you have to take the negative of the objective function since this is a maximization problem?

  • @jedi10101
    @jedi10101 หลายเดือนก่อน

    from scipy.optimize import minimize as mimi
    sol=mimi(lambda a:2*a[0]*a[1],x0=[1,1],constraints=[{'type':'eq','fun':lambda a:a[0]+a[1]-6}])
    print(sol)
    message: Optimization terminated successfully
    success: True
    status: 0
    fun: 18.000000357627883
    * x: [ 3.000e+00 3.000e+00]*
    nit: 3
    jac: [ 6.000e+00 6.000e+00]
    nfev: 10
    njev: 3

  • @cclemente74
    @cclemente74 5 ปีที่แล้ว +4

    Explained quite well. Where can one get the book?

  • @karthik2728
    @karthik2728 3 ปีที่แล้ว +3

    such a good and funny professor..Thanks a lot

  • @juliaansahbobie779
    @juliaansahbobie779 3 ปีที่แล้ว +2

    This is really helpful , thank you

  • @laurenceigala7819
    @laurenceigala7819 2 ปีที่แล้ว +1

    What textbook are you using to get this theorem?

  • @igweonucassy
    @igweonucassy 3 ปีที่แล้ว +1

    Please do a video on second order condition?

  • @chinomnsodaniel7234
    @chinomnsodaniel7234 2 ปีที่แล้ว

    Thank you very much. Not making it formal made it interesting. Imagine! Maths? Interesting?

  • @sadiyairin339
    @sadiyairin339 3 ปีที่แล้ว

    Q= ALαKβ
    C = wL + rK
    F(L,K, λ) = ALαKβ + λ(C-wL-rK)
    Where r=5; w=10; α=1/2; β=1/2;
    How can I find L,K,Q, and λ?

  • @coricom
    @coricom 2 ปีที่แล้ว

    You never explained why (3,3) was a point of maximum and not of minimum. You must explain the sufficient conditions as well.

  • @wachi6850
    @wachi6850 3 ปีที่แล้ว +1

    Thank you very much

  • @clareprv8878
    @clareprv8878 ปีที่แล้ว

    what is is the maximum value of the second problem?

  • @kinkajou23
    @kinkajou23 3 ปีที่แล้ว +1

    Thanks a lot.

  • @newtonocharimenyenya2458
    @newtonocharimenyenya2458 3 ปีที่แล้ว +1

    A very Great piece.

  • @coliwemoyo3941
    @coliwemoyo3941 2 ปีที่แล้ว

    😄😄😄😄😄thank you ma'am, yo explain in so well!!

  • @AdityaRaj-xm6oi
    @AdityaRaj-xm6oi 2 ปีที่แล้ว

    Thank you love you hug you and appreciate you

  • @vijays-rd8uc
    @vijays-rd8uc 5 ปีที่แล้ว +1

    thank you

  • @elinanikolopoulou1769
    @elinanikolopoulou1769 2 ปีที่แล้ว

    don't we need to do the second derivative test with the bordered hessian matrix at the end of each exercise ?

  • @HuaweiY-kq2yq
    @HuaweiY-kq2yq 3 ปีที่แล้ว

    Are u mad women frist you learn

  • @rishavjain1867
    @rishavjain1867 2 ปีที่แล้ว

    Absolutely loved the video

  • @navneetkaur9244
    @navneetkaur9244 6 ปีที่แล้ว

    Tysm....this video proves to b very useful for me...😊

  • @yourname1869
    @yourname1869 3 ปีที่แล้ว

    Very well explained

  • @melisasercan9480
    @melisasercan9480 5 ปีที่แล้ว

    so helpful thank you

  • @ttt1786
    @ttt1786 2 ปีที่แล้ว

    What software do you use to write?

  • @anmariasunny123
    @anmariasunny123 3 ปีที่แล้ว

    Tysm❤️