mp6250
- 3
- 0
I'm going through a basic introduction to tensors, specifically https://web2.ph.utexas.edu/~jcfeng/notes/Tensors_Poor_Man.pdf and I'm confused by the author when he defines vectors as directional derivatives at the bottom of page 3.
He defines a simple example in which
ƒ(x^j) = x^1
and then goes on to write the directional derivative along a vector v as:
v ⋅ ∇ ƒ(x^j) = v ⋅ ∇ x^1 = v^i ⋅ \delta^1_i = v^1
Next the author says that all we need to do to get the vector out is to feed the corresponding component into the directional derivative
v^i = v ⋅ ∇ x^i
I don't understand what is being said here at all. This formula only works for the first component and only when the function is is f(x^j) = x^1. If we wanted to get the second component out of the vector we would end up with 0 no matter what the vector actually was. If our function was f(x^j) = (x^1)^2 then we would have
v ⋅ ∇f(x^j) = v ⋅ (2x^1, 0, 0)
and the first component of our vector would depend on the point of evaluation.
Directional derivatives are scalars, I don't understand how you could equate them with vectors. Directional derivatives need context (a function, a point of evaluation, and a direction from that point) but a vector alone needs none of that.
I'm very confused by this section and I think i completely mis-interpret what is trying to be said. What is meant by all this?
He defines a simple example in which
ƒ(x^j) = x^1
and then goes on to write the directional derivative along a vector v as:
v ⋅ ∇ ƒ(x^j) = v ⋅ ∇ x^1 = v^i ⋅ \delta^1_i = v^1
Next the author says that all we need to do to get the vector out is to feed the corresponding component into the directional derivative
v^i = v ⋅ ∇ x^i
I don't understand what is being said here at all. This formula only works for the first component and only when the function is is f(x^j) = x^1. If we wanted to get the second component out of the vector we would end up with 0 no matter what the vector actually was. If our function was f(x^j) = (x^1)^2 then we would have
v ⋅ ∇f(x^j) = v ⋅ (2x^1, 0, 0)
and the first component of our vector would depend on the point of evaluation.
Directional derivatives are scalars, I don't understand how you could equate them with vectors. Directional derivatives need context (a function, a point of evaluation, and a direction from that point) but a vector alone needs none of that.
I'm very confused by this section and I think i completely mis-interpret what is trying to be said. What is meant by all this?