Student[VectorCalculus][TangentPlane] - computes the plane tangent to a surface
|
Calling Sequence
|
|
TangentPlane(f, var1, var2)
|
|
Parameters
|
|
f
|
-
|
free or position Vector, Vector- or scalar-valued procedure, or scalar expression; specify the surface
|
var1
|
-
|
name=algebraic or algebraic; specify the value of the first parameter, and optionally its name
|
var2
|
-
|
name=algebraic or algebraic; specify the value of the second parameter, and optionally its name
|
|
|
|
|
Description
|
|
•
|
The TangentPlane(f, var1, var2) command computes the plane tangent to the surface f at the point specified by var1 and var2. The surface can be entered as a Vector, a Vector-valued procedure, a scalar expression, or a scalar-valued procedure. If f is entered as a procedure, then it must have precisely two parameters.
|
•
|
If f is a scalar expression or a scalar-valued procedure, then the current coordinate system must be three-dimensional; i.e., cartesian (in three dimensions), spherical, or cylindrical.
|
•
|
If f is a scalar-valued procedure, the second and third arguments must be equations in which the left-hand sides are two distinct coordinate variable names from the current coordinate system. These two variable names will then be plugged into f, producing a scalar expression, and the previous paragraph applies.
|
•
|
If f is a procedure, the information in var1 will always be substituted into the first parameter of f, and likewise, the information in var2 will always be substituted into the second parameter.
|
•
|
If f is a Vector, var1 and var2 must specify the names of the two parameters of the surface.
|
•
|
If f is a Vector-valued procedure, the names can be omitted from the second and third arguments. If they are not omitted, then these supplied names will take precedence and they will be plugged into f to produce a Vector.
|
•
|
If the input curve is a Vector or a scalar, the output is a position Vector. If the input curve is a procedure, the output is a procedure that evaluates to a position Vector.
|
•
|
If the current coordinate system is not indexed by its coordinate variable names, then the default names will be used, should they be requested during computation. For example, if the current coordinate system is cartesian (in three dimensions), then if required, the default names x, y and z will be used as the coordinate variable names.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|