Lagrange multipliers

Everything You Need in One Place

Homework problems? Exam preparation? Trying to grasp a concept or just brushing up the basics? Our extensive help & practice library have got you covered.

Learn and Practice With Ease

Our proven video lessons ease you through problems quickly, and you get tonnes of friendly practice on questions that trip students up on tests and finals.

Instant and Unlimited Help

Our personalized learning platform enables you to instantly find the exact walkthrough to your specific type of question. Activate unlimited help now!

0/2
?
Intros
Lessons
  1. Lagrange Multipliers Overview:
  2. Lagrange Multipliers for 2 Variable Functions
    • fx=λgxf_x = \lambda g_x
    • fy=λgyf_y = \lambda g_y
    • g(x,y)=0g(x,y) = 0
    • Identify any max & mins
    • Example
  3. Lagrange Multipliers for 3 Variable Functions
    • fx=λgxf_x = \lambda g_x
    • fy=λgyf_y = \lambda g_y
    • fz=λgzf_z = \lambda g_z
    • g(x,y)=0g(x,y) = 0
    • Identify any max & mins
    • Example
0/0
?
Examples
Topic Notes
?
Notes:

Lagrange Multipliers for 2 Variable Functions

Last section, we saw that it was a long process to calculate potential absolute max & mins on a boundary. Lagrange Multipliers help make this process easier and faster.

Suppose we have a function f(x,y)f(x,y), and we want to optimize this function when given a constraint function g(x,y)g(x,y). There are 2 steps we need to do:

  1. Solve the systems of equations:

    fx=λgxf_x = \lambda g_x
    fy=λgyf_y = \lambda g_y
    g(x,y)=0g(x,y) = 0

  2. Plug all the solutions (x,y)(x,y) into the function f(x,y)f(x,y) to identify any maximums & minimum.

Lagrange Multipliers for 3 Variable Functions

Suppose we have a function f(x,y,z)f(x,y,z), and we want to optimize this function when given a constraint function g(x,y,z)g(x,y,z). Once again, there are two steps

  1. Solve the systems of equations:

    fx=λgxf_x = \lambda g_x
    fy=λgyf_y = \lambda g_y
    fz=λgzf_z = \lambda g_z
    g(x,y,z)=0g(x,y,z) = 0

  2. Plug all the solutions (x,y,z)(x,y,z) into the function f(x,y,z)f(x,y,z) to identify any maximums & minimum.