0
$\begingroup$

Wikepeda says: The gradient of $H$ at a point is a vector pointing in the direction of the steepest slope or grade at that point. The steepness of the slope at that point is given by the magnitude of the gradient vector.

Can one prove, without inner product that this must be so. I mean, given the partial derivatives $\frac{\partial H}{\partial x}$,$\frac{\partial H}{\partial y}$,$\frac{\partial H}{\partial z}$, etc... , can one prove that the gradient is vector pointing in the direction of the steepest slope?

My motivation is this: the gradient (as a sum of partial derivatives) existed before the concept of inner product/dot product. So I wonder how it was done.

  • 2
    Minor comment: the gradient is not a sum of partial derivatives.2017-01-05
  • 1
    The directional derivative of $f$ in the direction $u$ at $x$ is denoted $D_u f(x)$. It can be shown (by applying the chain rule) that $D_u f(x) = \langle \nabla f(x), u \rangle$ for any vector $u$. It then follows (from the Cauchy-Schwarz inequality) that if we restrict $u$ to being a unit vector, then $D_u f(x)$ is maximized when $u$ is parallel to $\nabla f(x)$. Is this proof not acceptable? Why avoid inner products when the directional derivative formula uses an inner product?2017-01-05
  • 0
    @littleO There are other definitions of directional derivatives that don’t.2017-01-06
  • 0
    Have a look at [this question](http://math.stackexchange.com/q/1912660/265466) and its answers. In several of them, the dot product enters as a consequence of basic definitions of directional derivatives and the gradient.2017-01-06
  • 0
    little i thought tha proof of CSwarz also uses dot product2017-01-06
  • 0
    @amd: thanks for yr suggestion but they all use dot product . I think i have to look for an old concept: the directional cosines... but i'm not sure how to fit these2017-01-06
  • 0
    little O: ok I found CS without using dot product . So how to proof that if u being a unit vector then )Duf(x) is maximized when u is parallel to ∇f(x)2017-01-06
  • 0
    Did you read the last paragraph of [this answer](http://math.stackexchange.com/a/1913832/265466)? The idea is that a directional derivative measures the slope of the tangent hyperplane in a given direction. I’m not sure how one would go about connecting the direction in which this is maximal without dot products appearing somewhere along the way. It seems like a notion of orthogonality and orthogonal projection is necessary, and this is intimately connected to scalar products.2017-01-06
  • 0
    I don’t think directional cosines are a way out, either. That involves a conception of angle, which is also connected to scalar products.2017-01-06

1 Answers 1

0

Here is my intuition about the whole thing.

I think of the gradient as the vector perpendicular to a surface.

That is the equation for my surface is $f(x,y,z) = k$

for any $(x_0, y_0, z_0)$ satisfying the above.

$\frac {\partial f}{\partial x} (x-x_0) + \frac {\partial f}{\partial y} (y-y_0) + \frac {\partial f}{\partial y} (z-z_0) = 0$

Is the plane parallel to the surface and $\nabla f$ is normal to this plane.

So, now we add an extra degree of freedom and relax the requirement that $f(x,y,z) = k$

Any component of motion parallel to the plane I had prior to relaxing the constraint is not in the direction of maximal change in $f.$

$\nabla f$ points in the direction of maximal change in $f.$

  • 0
    this answer does not satisfy me because gradient as perpendicular is a consequence of the definition of gradient as steepest hill and also consequence of dot product. I'm looking for the origin of the concept2017-01-06
  • 0
    What do you have against the dot product? The dot product (in this sense, as opposed to Hilbert spaces, etc.) is a direct fall-out of Euclidean geometry. Galileo discussed orthogonal projections of vectors. It certainly predates calculus.2017-01-06
  • 0
    Doug, can you elaborate the Galileo discussion . I thought that dot product was a re arrangement of Hamiltons search of quatornions and became something on its own through Gibbs My point is : i'm looking for proofs of formulae for which we nowaydays use dot product , but for which the Original proof did not use the dot product . As an example Gauss first fundamental form in differential geometry. And also the gradiënt being or, perpendicular to level curve or being direction of maximal change.2017-01-14