Study Guide: Tangent Planes and Linear Approximations
Tangent Planes and Linear Approximations
Tangent Planes and Linear Approximations
Learning Objectives
After studying this material, you should be able to:
- Determine the equation of a plane tangent to a given surface at a specific point .
- Construct and use the Linearization to approximate function values near a known point.
- Explain the formal definition of differentiability for functions of two variables, distinguishing it from the mere existence of partial derivatives.
- Calculate the total differential to estimate small changes in a dependent variable.
Key Terms & Glossary
- Tangent Plane: A plane that "just touches" a surface at a point . For a smooth surface, it contains all possible tangent lines to curves on the surface passing through . Example: A flat piece of glass resting on top of a bowling ball.
- Linearization (): The linear function whose graph is the tangent plane. It provides the "best linear approximation" to the function near the point of tangency. Example: Using a flat map to calculate distances for a small park on the curved Earth.
- Differentiability: A property where the linear approximation becomes increasingly accurate as you move closer to the point. It requires the surface to be locally "flat" and smooth. Example: A smooth hillside is differentiable; a sharp mountain peak is not.
- Total Differential (): Represents the change in the height of the tangent plane () given small changes and . Example: Estimating how much the volume of a box changes if each side is slightly elongated.
The "Big Idea"
In Single-Variable Calculus, we use the tangent line to approximate a curve. In Multivariable Calculus, we extend this to 3D: we use a tangent plane to approximate a surface. This allows us to simplify complex nonlinear functions into linear ones for local calculations, which is the foundation for optimization and numerical physics simulations.
Formula / Concept Box
| Concept | Formula / Definition |
|---|---|
| Tangent Plane Equation | |
| Linearization | |
| Total Differential | |
| Differentiability Requirement |
Hierarchical Outline
- I. The Geometry of Tangent Planes
- Smoothness: A tangent plane only exists if the surface is "smooth" (no sharp corners/creases).
- Normal Vector: The coefficients of the tangent plane equation relate to the vector normal to the surface.
- II. Linear Approximations
- Local Linearity: when is close to .
- Error Analysis: The approximation error grows as you move further from the point of tangency.
- III. Differentiability and the Total Differential
- Sufficient Condition: If and exist and are continuous near , then is differentiable at .
- Differentials vs. Increments: (differential) approximates (actual change).
Visual Anchors
Logic Flow: From Partials to Tangent Planes
Geometric Representation
Definition-Example Pairs
- Partial Derivative Interpretation: is the slope of the surface in the -direction. Example: If you are standing on a hill and move strictly North, the steepness you feel is the partial derivative in the North direction.
- Total Differential Approximation: Using to find errors. Example: A machine cuts a metal disk. If the radius has a tolerance of mm, tells us the estimated range of error for the disk's area.
Worked Examples
Example 1: Finding a Tangent Plane
Problem: Find the equation of the tangent plane to at the point .
Step 1: Find the z-value. .
Step 2: Compute partial derivatives.
Step 3: Plug into the tangent plane formula. z - 11 = 8(x - 1) + 7(y - 2) z = 8x - 8 + 7y - 14 + 11 Final Equation: .
Example 2: Linear Approximation
Problem: Approximate for the function in Example 1.
Solution: Using L(x, y) = 11 + 8(x - 1) + 7(y - 2): L(1.02, 1.97) = 11 + 8(0.02) + 7(-0.03) L(1.02, 1.97) = 11 + 0.16 - 0.21 = 10.95.
Checkpoint Questions
- Concept Check: If the partial derivatives and exist at a point, is the function guaranteed to be differentiable there? (Answer: No, the derivatives must also be continuous, or the limit of the error term must be zero).
- Calculation: What is the total differential for ? (Answer: ).
- Visualization: In the equation of a plane , what do and represent in terms of calculus? (Answer: is and is ).
[!TIP] When calculating , always pick a "base point" where the function and its derivatives are easy to calculate (integers or simple fractions).
[!WARNING] Differentiability in 2D is much stricter than in 1D. A surface can have partial derivatives in every direction but still not be differentiable if those tangent lines don't all lie in the same flat plane.