Difference between a Gradient and Tangent
I am unable to understand the fundamental difference between a Gradient vector and a Tangent vector. I need to understand the geometrical difference between the both.
By Gradient I mean a vector , where Note: I saw similar questions on "Difference between a Slope and Gradient" but the answers didn't help me much. Appreciate any effort. | ||||
I suppose the question has been answered in the comments.
The gradient of a function is the vector . The tangent to a curve is the vector . Both can be thought of as special cases of the Jacobian of a vector-valued multivariate function , which is the matrix | |||
Say you are standing on the side of a hill. Imagine somewhere beneath the hill, there is a flat
plane that you can use to determine your position. Let's say
is east and
is north.
If the hill is smooth, then the height of the hill above this plane is some continuous function . The gradient of at any point tells you which direction is the steepest from that point and how steep it is. To find the direction of the gradient of where you are standing, decide which direction is the steepest. The answer could be "north" or "30 degrees west of south". There is no vertical component to the gradient, it is telling you a direction with respect to the plane which is your reference. The magnitude of the gradient will be the slope of the hill in that direction. The tangent plane is the plane that best approximates the shape of the hill where you are standing. The hill may be curved if you look at it from a distance, but maybe directly beneath your feet it is flat enough to set a pizza box down and have it be flush with the ground. The plane that the bottom of the pizza box defines would, roughly, be the "tangent" plane. |
:)
– Rahul Jan 30 '13 at 23:02