Derivation: Newton for systems by linearization
The first-order multivariate Taylor expansion linearizes F around the current iterate; setting that linearization to zero gives the Newton step, with the Jacobian in the role of the derivative.
Linearize and set to zero
The Jacobian matrix collects all first partial derivatives of the coordinate functions:
The first-order multivariate Taylor expansion around the current iterate is the vector version of the tangent line in the scalar derivation:
We seek the point that makes this linear approximation vanish (the analogue of the tangent crossing the axis). Setting it to zero and solving, with the Jacobian inverse instead of the quotient:
Example: building F and its Jacobian
Write the system , in the form , and compute its Jacobian matrix.
Move everything to the left-hand side:
Differentiating each component with respect to each variable:
This system is solved with Newton in the solved exercise. Note that on the constraint one has : at the solution, .