Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the tangent plane of a function at a point
ResourceFunction["TangentPlane"][expr,{x,a},{y,b},z] returns an association of properties of the tangent plane to expr, viewed as an equation in x,y and z, at the point x=a,y=b. | |
ResourceFunction["TangentPlane"][expr,{x,a},{y,b},{z,c},w] returns properties of a tangent plane in four dimensions. | |
ResourceFunction["TangentPlane"][…,prop] returns the value of the tangent plane property prop. |
Return the equation of the tangent plane to a surface:
| In[1]:= |
| Out[1]= |
Visualize the tangent plane:
| In[2]:= |
| Out[2]= | ![]() |
Compute the slopes of the tangent plane with respect to x and y:
| In[3]:= |
| Out[3]= |
Get an association of properties of a tangent plane to a surface:
| In[4]:= |
| Out[4]= | ![]() |
The first argument to TangentPlane can be an implicit definition of a surface:
| In[5]:= |
| Out[5]= | ![]() |
TangentPlane also can return equations or slopes of surfaces defined in 4 dimensions:
| In[6]:= |
| Out[6]= |
If the coordinates are underspecified, information on only one of the possible tangent planes at the given coordinate values is returned:
| In[7]:= |
| Out[7]= | ![]() |
Requesting tangent plane information about a point that is not on the surface will result in an error message:
| In[8]:= |
| Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License