Explain partial derivatives v2
I will give you a part of text taken from the book. Please explain the part where author explains directional derivative:
For functions with multiple inputs, we must make use of concept of partial derivatives. The partial derivative $$\frac{\partial}{\partial{x_i}}f(x)$$ measures how f changes as only the variable $$x_i$$ increases at point x. The gradient generalizes the notion of derivative to the case where the derivative is with respect to a vector: the gradient of f is the vector containing all of the partial derivatives, denoted $$\nabla_xf(x)$$
Element i of the gradient is the partial derivative of f with respect to $$x_i$$
Until now everything is clear.
But here comes the part which I don't understand :
The directional derivative in direction u (a unit vector) is the slope of the function f in direction u. In other words, the directional derivative is the derivative of the function $$f(x+\alpha{u})$$with respect to $$\alpha$$
evaluated at $$\alpha = 0$$
Using the chain rule, we can see that $$\frac{\partial}{\partial{\alpha}}f(x+\alpha{u})$$ evaluates to $$u^T\nabla_xf(x)$$ when $$\alpha = 0$$
So please explain:
1. What does $$f(x+\alpha{u})$$ represent (I don't really understand the idea behind x + au)?
2. According to the chain rule we have to have a function where f(x,y) and x is a function of some other variable, together with y, for example x(t), y(t), so f is also a function of t and I can find df/dt. But in case of $$f(x+\alpha{u})$$ I don't really understand why does Chain rule work here, so please explain.
3. And how does derivative of 2 evaluate to $$u^T\nabla_xf(x)$$
P.S. If you spend more time on explaining than equals to 10$ I will tip you.
For functions with multiple inputs, we must make use of concept of partial derivatives. The partial derivative $$\frac{\partial}{\partial{x_i}}f(x)$$ measures how f changes as only the variable $$x_i$$ increases at point x. The gradient generalizes the notion of derivative to the case where the derivative is with respect to a vector: the gradient of f is the vector containing all of the partial derivatives, denoted $$\nabla_xf(x)$$
Element i of the gradient is the partial derivative of f with respect to $$x_i$$
Until now everything is clear.
But here comes the part which I don't understand :
The directional derivative in direction u (a unit vector) is the slope of the function f in direction u. In other words, the directional derivative is the derivative of the function $$f(x+\alpha{u})$$with respect to $$\alpha$$
evaluated at $$\alpha = 0$$
Using the chain rule, we can see that $$\frac{\partial}{\partial{\alpha}}f(x+\alpha{u})$$ evaluates to $$u^T\nabla_xf(x)$$ when $$\alpha = 0$$
So please explain:
1. What does $$f(x+\alpha{u})$$ represent (I don't really understand the idea behind x + au)?
2. According to the chain rule we have to have a function where f(x,y) and x is a function of some other variable, together with y, for example x(t), y(t), so f is also a function of t and I can find df/dt. But in case of $$f(x+\alpha{u})$$ I don't really understand why does Chain rule work here, so please explain.
3. And how does derivative of 2 evaluate to $$u^T\nabla_xf(x)$$
P.S. If you spend more time on explaining than equals to 10$ I will tip you.
106
Answer
Answers can only be viewed under the following conditions:
- The questioner was satisfied with and accepted the answer, or
- The answer was evaluated as being 100% correct by the judge.
3.7K
-
I like it, thx.
The answer is accepted.
Join Matchmaticians Affiliate Marketing
Program to earn up to a 50% commission on every question that your affiliated users ask or answer.
- answered
- 1144 views
- $10.00
Related Questions
- A question about the mathematical constant e.
- Calculus - 2nd order differential equations and partial derivatives
- A function satifying $|f(x)-f(y)|\leq |x-y|^2$ must be constanct.
- Explain partial derivatives.
- Volume of the solid of revolution for $f(x)=\sin x$
- Find the coordinates of the point $(1,1,1)$ in Spherical coordinates
- Answer is done but need help
- Method of cylindrical shells
Is f(x+αu) somehow related to the definition of the of the directional derivative of multivariable function where we take limit of h->0 for (f(x+ha, y+hb) - f(x,y))/h with u = , so f(x+αu) represents f(x+ha, y+hb) where α represents h?
u = (a,b)
Yes, exactly so.