How Do You Find a Normal Vector to a Graph?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
RaulTheUCSCSlug
Gold Member
Messages
179
Reaction score
28
How do you find a normal vector of a function at a point, such as f(x,y)= ax^y+yx^y^x+b at (X_o,Y_o)

where a and b are just arbitrary constants, and the function is an arbitrary function. So I guess, what is the general steps you take to find the normal? I thought it had to do with the gradient, but I'm still confused.
 
Physics news on Phys.org
You can find the tangent plane of the graph at the point ##\left(x_{0},y_{0}\right)##. The coefficients of the tangent plane ## n_{1}x+n_{2}y+n_{3}z+c=0## are the component of the normal vector ## \vec{n}=\left(n_{1},n_{2},n_{3}\right)## of the plane that is a normal vector of ##f(x,y)## at the given point ...
 
Given a surface described by z= f(x, y),the surface can be thought of as a "level surface for the function [itex]\phi(x, y, z)= f(x, y)- z= 0[/itex] so [itex]\nabla (f(x,y- z)= f_x\vec{i}+ f_y\vec{j}- \vec{k}[/itex] is immediately a vector normal to the surface.