📋 Formulario

Complete Theory

Worked Examples

Example 1Jacobian and local invertibility
Example 2Area of the unit sphere
Example 3Lagrange: maximum under a constraint
Example 4Jacobian determinant of polar coordinates
Example 5Implicit function: a system

Exercises with Solutions

Exercise 1JacobianMedium
📋 Problem to solve
Compute Jf(0,0)J_f(0,0) for f(x,y)=(sinx+y,eyx)f(x,y)=(\sin x+y,\,e^y-x).
Exercise 2LagrangeHard
📋 Problem to solve
Maximum of f=x+y+zf=x+y+z on x2+y2+z2=1x^2+y^2+z^2=1.
Exercise 3Inverse functionMedium
📋 Problem to solve
Is f(x,y)=(x2y2,2xy)f(x,y)=(x^2-y^2,2xy) locally invertible at (1,0)(1,0)?
Exercise 4Surface areaHard
📋 Problem to solve
Area of the plane z=x+yz=x+y over [0,1]2[0,1]^2.
Exercise 5LagrangeMedium
📋 Problem to solve
Min/max of f=x2+y2f=x^2+y^2 on x2+2y2=1x^2+2y^2=1.
Exercise 6Chain ruleHard
📋 Problem to solve
For f(u,v)=(u2,uv)f(u,v)=(u^2,uv) and g(t)=(t,t2)g(t)=(t,t^2), compute (fg)(1)(f\circ g)'(1).