Tangent Plane

x = , y =
Your browser does not support the HTML5 canvas tag.


Summary:
Equation of the tangent plane to the surface z = f(x, y) at the point (x0 , y0 , z0) is
z - z0 = fx(x0 , y0) (x - x0) + fy(x0 , y0) (y - y0).
Equation of the normal to the surface z = f(x, y) at the point (x0 , y0 , z0) is
( x ) = ( x0 ) + λ ( fx(x0 , y0 , z0) ) , λ ∈ ℝ
y y0 fy(x0 , y0 , z0)
z z0 -1


You can define functions using these operators:
+-*/^
abs( )sqrt( )ln( )exp( )pi
sin( )cos( )tan( )
asin( )acos( )atan( )