How do I find the derivative of one vector with respect to another?

If the second matrix is not invertible, there is no linear transformation from R2 to R2 that represents the derivative of F with respect to Q.In summary, when operating with the derivative \frac{d}{d\vec{v}}, where \vec{v} is a vector, it is important to specify the vector space and function involved. The derivative is a linear transformation that approximates the function in a region around a given point. It can be represented by a matrix of partial derivatives in a chosen basis. When differentiating vector functions, the chain rule can be used to find the derivative with respect to each component. The existence of the derivative depends on the invertibility of the matrix of partial derivatives.
  • #1
spastic
6
1
What does it mean to operate with [itex]\frac{d}{\vec{v}}[/itex] where v is a vector?

Say you have another vector q, how do you do [itex]\frac{d\vec{v}} {d\vec{q}}[\itex]?

What about [itex]\frac{d\vec{v}} {d\vec{v}}[/itex]?
(Can't remember how to do the proper font sorry)
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
First you will have to say what kind of vector space [itex]\vec{v}[/itex] is in and what kind of function of v you are talking about. If f: Rn to Rm, that is if the variable, [itex]\vec{v}[/itex] is an n dimensional vector variable and f maps it to an m dimensional vector, the [itex]d\vec{f}/d\vec{v}[/itex], at [itex]\vec{v}_0[/itex] is "the linear transformation from Rn to Rm that best approximates [itex]\vec{f}[/itex] in some region around [itex]\vec{v}_0[/itex]".

More precisely, a function,[itex]\vec{f}[/itex], from Rn to Rm, is said to be differentiable at [itex]\vec{v}_0[/itex] if and only if there exist a linear transformation, L, from Rn to Rm, and a function [itex]\epsilon(\vec{v})[/itex], from Rn to Rm, such that
1) [itex]f(\vec{v})= f(\vec{v}_0)+ L(\vec{v}- \vec{v_0})+ \epsilon(\vec{v})[/itex]
2) [itex]\lim_{\vec{v}\rightarrow \vec{0}}\epsilon(\vec{v})/||\vec{v}-\vec{v}_0||= 0[/itex]

It can be shown that the linear transformation, L, in (1), is unique and we say that L is the derivative of f at [itex]\vec{v}_0[/itex].

Notice that, if we reduce this to R1 to R1, we are saying that the derivative is NOT the slope of the tangent line y= mx+ b but, rather, the linear function y= mx.

If f is from R1 to R3, a "vector valued function of a single real variable", then the L above is linear transformation from R1 to R3 given by
[tex]Lt= \left<\frac{df_x}{dt},\frac{df_y}{dt},\frac{df_z}{dt}\right>t[/tex]
which we can think of as being "represented" by the usual derivative vector,
[tex] \left<\frac{df_x}{dt},\frac{df_y}{dt}, \frac{df_z}{dt}\right>[/tex]

If f is from R3 to R, a "real valued function of 3 real variables, x, y, z", then the derivative, in the sense above, is the linear transformation from R3 to R given by the dot product
[tex]\left<\frac{\partial f}{\partial x},\frac{\partial f}{\partial y}, \frac{\partial f}{\partial z}\left>\cdot \vec{v}[/itex]
which we can think of as represented by the gradient vector,
[tex]\left<\frac{\partial f}{\partial x},\frac{\partial f}{\partial y}, \frac{\partial f}{\partial z}\left>[/itex]

More generally, if f is from Rn to Rm, it derivative, at any "point", is the linear transformation which can be represented, in some basis, as the m by n matrix having the partial derivatives of the components of f as elements.

In any case, of course, [itex]\frac{d\vec{v}}{d\vec{v}}[/itex], where [itex]\vec{v}[/itex] is a vector function from Rn to itself (NOT just a single vector- derivatives are only defined for functions) is the identity transformation on Rn which can be reprsented by the n by n identity matrix.
 
  • #3
Thanks mate. I didn't expect such a long reply and one quite so theoretical. It'll take me a bit to mull over so cheers!
 
  • #4
HallsofIvy
More generally, if f is from Rn to Rm, it derivative, at any "point", is the linear transformation which can be represented, in some basis, as the m by n matrix having the partial derivatives of the components of f as elements.
I want to understand exactly how do I derivate vector by vector.
My problem: I try to solve Euler equations with some method... In this method I use a linearization to the first vector [tex]\hat{Q}[/tex]. I need to write the [tex]\partial[/tex]F/[tex]\partial[/tex]Q.
Where Q and F are vectors [1,4].
Can you help me to understand how to build the matrix of linear transformation?

Thank you, I have found the reference: http://www.met.rdg.ac.uk/~ross/Documents/VectorDeriv.html
 
Last edited:
  • #5
4eburashka said:
HallsofIvy

I want to understand exactly how do I derivate vector by vector.
My problem: I try to solve Euler equations with some method... In this method I use a linearization to the first vector [tex]\hat{Q}[/tex]. I need to write the [tex]\partial[/tex]F/[tex]\partial[/tex]Q.
Where Q and F are vectors [1,4].
I presume that you mean they are vectors in R2, not just that specific vector!

Can you help me to understand how to build the matrix of linear transformation?
Thank you.

Say F= <f(x,y), g(x,y)> and Q= <p(x,y), q(x,y)>. Let r= <x,y>. Then, by the chain rule,
[tex]\frac{dF}{dQ}= \frac{dF}{dr}/\frac{dQ}{dr}[/itex].

And those two derivatives are the matrices having the partial derivatives as entries. (Strictly speaking, they are the linear transformations represented by these matrices in the <1, 0>, <0, 1> basis for R2.)
[tex]\frac{dF}{dr}= \left[\begin{array}{cc}\frac{\partial f}{\partial x} & \frac{\partial f}{\partial y} \\ \frac{\partial g}{\partial x} & \frac{\partial g}{\partial y}\end{array}\right][/tex]

Similarly,
[tex]\frac{dQ}{dr}= \left[\begin{array}{cc}\frac{\partial p}{\partial x} & \frac{\partial p}{\partial y} \\ \frac{\partial q}{\partial x} & \frac{\partial q}{\partial y}\end{array}\right][/tex]

So that
[tex]\frac{dF}{dW}= \left[\begin{array}{cc}\frac{\partial f}{\partial x} & \frac{\partial f}{\partial y} \\ \frac{\partial g}{\partial x} & \frac{\partial g}{\partial y}\end{array}\right]\left[\begin{array}{cc}\frac{\partial p}{\partial x} & \frac{\partial p}{\partial y} \\ \frac{\partial q}{\partial x} & \frac{\partial q}{\partial y}\end{array}\right]^{-1}[/tex]

The existence of that derivative depends not only on the existence of these partial derivatives but also on dQ/dr being invertible.
 

What is a vector derivative?

A vector derivative refers to the differentiation of a vector function with respect to one or more variables. It is used to determine the rate of change of a vector quantity over time or space.

How is a vector derivative calculated?

A vector derivative is calculated by taking the partial derivatives of each component of the vector function with respect to the variable(s) of interest. These partial derivatives are then combined to form a new vector, known as the derivative vector.

What is the difference between a vector derivative and a del operator?

A vector derivative is a mathematical operation that calculates the rate of change of a vector quantity, while a del operator is a differential operator used to calculate the gradient, divergence, or curl of a vector field. While both involve the calculation of derivatives, they serve different purposes.

What are some applications of vector derivatives?

Vector derivatives have a wide range of applications in physics, engineering, and other scientific fields. They are used to study the motion of particles and fluids, analyze electromagnetic fields, and model complex systems.

Are there any important properties of vector derivatives?

Yes, there are several important properties of vector derivatives, including linearity, product rule, and chain rule. These properties allow for the simplification and manipulation of vector derivatives in mathematical equations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
7
Views
967
  • Precalculus Mathematics Homework Help
Replies
20
Views
840
  • Introductory Physics Homework Help
Replies
12
Views
200
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top