Linear Approximations

Tangent Lines

  • Each partial derivative forms a tangent line parallel to that coordinate plane

Relationship to Tangents

  • where is the angle between the tangent line and a horizontal line
  • Same applies for y

Tangent Plane

  • The plane that contains both tangent lines
  • Serves the same purpose as tangent lines just for multiple variables
  • The negative one in doesn’t always have to be on the , if there is a partial deriv for but not a different variable they would switch places

Tangent Plane Approximation

  1. Round values of x and y to get and
  2. Find , , and

Multivariable Newton’s Method

  • Approximates a and towards the and values that satisfy the following system from an initial point
  • Needs a solution near the point where you start
  • To do so solve this system of equations for and :
  • Can be iterated. Take the new point and treat it as a starting point and repeat