From a47803306b7cf3b1a47d9d78e38e63c0d5f29fd9 Mon Sep 17 00:00:00 2001 From: Lucas Rufkahr Date: Mon, 2 Mar 2026 22:36:32 -0600 Subject: [PATCH] updated calc iii notes --- .../.function-of-several-variables.md.swp | Bin 12288 -> 0 bytes .../calculus/function-of-several-variables.md | 16 ++++++++++++++++ layouts/_partials/math.html | 10 ++++++++-- 3 files changed, 24 insertions(+), 2 deletions(-) delete mode 100644 content/calculus/.function-of-several-variables.md.swp diff --git a/content/calculus/.function-of-several-variables.md.swp b/content/calculus/.function-of-several-variables.md.swp deleted file mode 100644 index 647a4c37a112a61f64faea37d5c5b7181ef5fcb6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 12288 zcmeI2OKT)m6vywl@j0XDPC<@F=!B#nNpzTm89@x{fWcs51no?`U3IJblIprWRku3b zhE{Mdxbp)Degb!b8+Xnpa3KhSD+NEm2>#Els!r!+bTJF%7Wt>UZ`FOA-+7SGr_uAT7UHGHStqlh&T^qmgdoc?4^ABqAS$0Z<4SvjJu7lOvj0`4U=}y zJpRe-g3ULzZ62ylrmboQCb259%|OOM9_Lvz%9FrqlhjRA&(u(*GOiD0s%0luS)(7G zS=$eI0-nHS1g?tJmE{&cHTU8R^vu)mT{gkr_XIovPrwuK1Uvyxz!UHUJc0ia0Xw)N zK7~CGl{PiX*DI%9%a8uW6YvB)0Z+ga@B};oPrwuK1Uvyxz!UHU{(}T0zDm~*3$gYH z4v+8utN;J+KPkkI&^_oY=nLpGXaGrQ4{AeiK`%qAPz`zs`uv&@x1c|+3h_Ji8}tkG zGxR+49P})-^@I@bK=&RO;s@wE=v!zPx&aC3&&Pzg4~0+weE_`=efg*mb?AGX+d?-X zw&4ckFHgV|@B};oPrws+Km^)*qHWd49^H;;LL2jPsk1=0s71vn*`6Y+GD|umouI)l zKwqC8s>bA;c{iu?mUv>SNR4!6Gm@0aFpL!qj7}^`OOs-!Vwc9G-9BfzSEtL7OhOzl z+CLhN%9($&S8ULLNPV5Sjp)JeBuAI+#27OLd?5{FYBkOms#Fi919J+`s+dmT7a|X8D`<>{p|w9R*7O`ih_0!Yx}%(s9+p?Sj_0lk?!Yx7Y7)0?}swZ(M5_s zVD|)@QJtMk$~2G0(}B={abj!{jx)T9c~#IenlieO0n?DA*G`#-M3{9KGJ_+|vL_Jg z32x))8mB0teR3iKNk^nKD5UFC#v2MC0njAC{Q4=B%v*=>wT?8l=!_k8opkBYr5FRf zAf}WIdQ|n>@~QdRejZz0bm3Y>RfjIAySa=r`dFm~NN0U*sXgxy!JV9k+{ZgEH|Kze zjX7}nj;-JkN>EPNgM1Hcdb*2qE*-}X!q@?GDe62qFlZl!^$o(lZu!Er^Hz7X4=-A< z43pypU3AP;xM`C0*jLp#kic*kSB%00E>I`E#)e-+nhVotn!I?B2gcQaD}ggHSB^Vk zE{-^K&kwA5}w_XT%Io zBwGFKCFbU6Q;wROINDZfQ04lW5Q~e8BIwBhvN|!SrpvDgE4vxq)v8YSny}-6;*k!r zp(bL9*tPD7Vj>>U7DW?JyiqpAbJgE2n&N4gs3Y#X{EJtz1~`_ Vw^nwR*VbDt{M1|5@w?`Z_ZO#=?AQPR diff --git a/content/calculus/function-of-several-variables.md b/content/calculus/function-of-several-variables.md index 5fd177c..852489b 100644 --- a/content/calculus/function-of-several-variables.md +++ b/content/calculus/function-of-several-variables.md @@ -44,3 +44,19 @@ Theorem: \text{If } D(a,b) < 0 \text{, there exists a saddle point at }(a,b) \text{.}\\ \text{If } D(a,b) = 0 \text{ the test is inconclusive.} \] + +## Lagrange Multipliers + +Theorem: +\[ +\text{Let } f \text{ be a differentiable function in } R^2 \text{ that contains curve } C \text{ given by } g(x,y) = 0. \text{ Assume } f \text{ has a local extrema on } C \text{ at point } P(a,b). \text{ Then } \nabla f(a,b) \text{ is orthogonal to the tangent line of } C \text{ at } P. \text{ Assuming } \nabla g(a,b) \neq 0, \text{ then there is a real number } \lambda \text{, or lagrange multiplier, such that } \nabla f(a,b) = \lambda \nabla g(a,b). +\] + +To find absolute extremas using lagrange multipliers: + +1. Find the gradient of \(f\) +2. Find the gradient of \(g\) +3. Set \(\nabla f(x,y) = \lambda \nabla g(x,y)\) +4. Solve the system for \(x\) and \(y\) of \(\nabla f(x,y) = \lambda \nabla g(x,y)\) and \(g(x,y) = 0\). +5. Evaluate the points you've found in \(f(x,y)\). The largest value is the absolute maximum. The smallest value is the absolute minimum. + diff --git a/layouts/_partials/math.html b/layouts/_partials/math.html index e359a19..52a7de3 100644 --- a/layouts/_partials/math.html +++ b/layouts/_partials/math.html @@ -7,13 +7,19 @@ inlineMath: [['\\(', '\\)']] // inline }, loader:{ - load: ['ui/safe'] + load: ['ui/safe'] }, output: { displayAlign: 'left', - displayIndent: '0.5in', + displayIndent: '0.25in', displayOverflow: 'linebreak' }, + linebreaks: { + inline: true, + width: '100%', + lineleading: '0.2', + LinebreakVisistor: '-' + } };