Explore partial derivatives and multivariable optimization through interactive SageMath computations including critical point analysis, Lagrange multipliers, and constrained optimization problems. This hands-on Jupyter notebook covers second derivative tests, Hessian matrices, saddle point identification, and practical optimization applications in economics and engineering. CoCalc provides pre-configured computational tools for symbolic differentiation, 3D surface plotting, and gradient descent visualization, allowing students to solve complex optimization problems and understand multivariable calculus concepts through immediate computational feedback.
ubuntu2404
Advanced Calculus with SageMath - Chapter 2
Multivariable Functions and Partial Derivatives
This notebook contains Chapter 2 from the main Advanced Calculus with SageMath notebook.
For the complete course, please refer to the main notebook: Advanced Calculus with SageMath.ipynb
Chapter 2: Multivariable Functions and Partial Derivatives
Understanding Functions of Several Variables
A multivariable function maps points in ℝⁿ to ℝ. Examples include:
Temperature distribution: T(x,y,z,t)
Economic utility: U(x₁,x₂,...,xₙ)
Wave equations: ψ(x,y,z,t)
Partial Derivatives and the Gradient
For a function f(x,y), the gradient is:
The gradient points in the direction of steepest ascent.
Continuing Your Learning Journey
You've completed Multivariable Functions and Partial Derivatives! The concepts you've mastered here form essential building blocks for what comes next.
Ready for Optimization in Multiple Dimensions?
In Chapter 3, we'll build upon these foundations to explore even more fascinating aspects of the subject. The knowledge you've gained here will directly apply to the advanced concepts ahead.
What's Next
Chapter 3 will expand your understanding by introducing new techniques and applications that leverage everything you've learned so far.
Continue to Chapter 3: Optimization in Multiple Dimensions →
or