Tangent Plane Calculator

Published on: July 21, 2026
Final Answer: Free Full Steps: Pro

This Tangent Plane Calculator finds the plane tangent to the surface \(z = f(x, y)\) at a point (the linear approximation). It computes the partial derivatives, evaluates them at the point, and assembles the plane equation step by step.

Step-by-step method

  1. Set up the surface and the point.
  2. Find the partial derivatives f_x and f_y.
  3. Evaluate f, f_x, and f_y at the point.
  4. Substitute into the tangent-plane formula.
  5. Simplify the plane equation.

Formula:

\(z = f(a,b) + f_{x}(a,b)(x-a) + f_{y}(a,b)(y-b)\)

Example 1:

\(f = x^{2} + y^{2},\; P = (1, 2)\)

Step 1 - Set up the surface and the point.

In this problem: We build the tangent plane to \(f = x^{2} + y^{2}\) at \((1, 2)\).

\(f = x^{2} + y^{2},\; P = (1, 2)\)

Step 2 - Find the partial derivatives f_x and f_y.

In this problem: The partials are \(f_x = 2 x\) and \(f_y = 2 y\).

\(f_x = 2 x,\quad f_y = 2 y\)

Step 3 - Evaluate f, f_x, and f_y at the point.

In this problem: At the point: \(f = 5\), \(f_x = 2\), \(f_y = 4\).

\(f(1,2) = 5,\quad f_x = 2,\quad f_y = 4\)

Step 4 - Substitute into the tangent-plane formula.

In this problem: Substitute these values into the tangent-plane formula.

\(z = 5 + 2\left(x - 1\right) + 4\left(y - 2\right)\)

Step 5 - Simplify the plane equation.

In this problem: Simplifying gives \(z = 2 x + 4 y - 5\).

\(z = 2 x + 4 y - 5\)

Final answer:

\(z = 2 x + 4 y - 5\)

Example 2:

\(f = x y,\; P = (2, 3)\)

Step 1 - Set up the surface and the point.

In this problem: We build the tangent plane to \(f = x y\) at \((2, 3)\).

\(f = x y,\; P = (2, 3)\)

Step 2 - Find the partial derivatives f_x and f_y.

In this problem: The partials are \(f_x = y\) and \(f_y = x\).

\(f_x = y,\quad f_y = x\)

Step 3 - Evaluate f, f_x, and f_y at the point.

In this problem: At the point: \(f = 6\), \(f_x = 3\), \(f_y = 2\).

\(f(2,3) = 6,\quad f_x = 3,\quad f_y = 2\)

Step 4 - Substitute into the tangent-plane formula.

In this problem: Substitute these values into the tangent-plane formula.

\(z = 6 + 3\left(x - 2\right) + 2\left(y - 3\right)\)

Step 5 - Simplify the plane equation.

In this problem: Simplifying gives \(z = 3 x + 2 y - 6\).

\(z = 3 x + 2 y - 6\)

Final answer:

\(z = 3 x + 2 y - 6\)