Why each component of gradient which is slope of the curve in itself while keeping other variables constant gives us slope of curve?

74 Views Asked by At

My doubt is suppose we assume a 3D space with 2D surface in it given by some function z = f(x,y). Then each component of the gradient is geometrically the slope of the tangent at f on either x-z or y-z 2D plane which is basically a scalar. So mathematically or geometrically how does each of these components make a vector that gives a direction of steepest ascent and the slope of the surface at that point?

One intuition that I have thought of is since these two components (scalar values) are in perpendicular planes they should be combines using pythagoras formula to give resultant slope, but this doesn't seem sufficient explanation.

1

There are 1 best solutions below

2
On

By definition, the gradient is the vector whose components are derivatives on each coordinates, for functions in which it can exist.

The derivative of a function at a point $x$ represents the slope of the function, the director coefficient $f'(x)$ of the slope, actually. So, yes, by definition, it represents the slope on each axis.

About the steepest ascent, well, on each component, you sum the slopes, and you get the 3D slope to the steepest ascent.