How Do You Differentiate a Vector Function with Respect to Another Vector?

  • Thread starter Thread starter Sorento7
  • Start date Start date
  • Tags Tags
    Differentiate
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 2K views
Sorento7
Messages
16
Reaction score
0

Homework Statement



[itex]\frac{∂ \frac{\vec{a}}{ \vec{a} . \vec{b}} }{∂\vec{a}}[/itex]

b is not a function of a

Homework Equations


I want to differentiate this, (the jacobian of the vector field)
dot is the Euclidean inner product.

The Attempt at a Solution


[itex]\acute{u}[/itex].v - [itex]\acute{v}[/itex].u / v2 doesn't seem to work
 
Physics news on Phys.org
To begin with, i could barely see anything with that font size...
[tex]\frac{∂ \frac{\vec{a}}{ \vec{a} . \vec{b}} }{∂\vec{a}}[/tex]
 
[itex]\frac{∂ \frac{\vec{a}}{ \vec{a} . \vec{b}} }{∂\vec{a}}[/itex]
 
no answer? wow I thought that should have been an easy differentiation?
 
Maybe I phrased it wrong. Its the result of multiplying inversion of an inner product to one of its vector components. (1/[itex]\vec{a}[/itex].[itex]\vec{b}[/itex]) * [itex]\vec{a}[/itex]

edit: [itex]\vec{b}[/itex] is a constant vector.
 
I like Serena said:
So is ##\vec a## a function of (x,y) or something?

Suppose:

F([itex]\vec{a}[/itex]) = (1/[itex]\vec{a}[/itex].[itex]\vec{b}[/itex]) [itex]\vec{a}[/itex]

dot is the Euclidean inner product and F is defined as a vector space(R3 → R3)

I need ∂[itex]\vec{F}[/itex]/∂[itex]\vec{a}[/itex] (given that [itex]\vec{b}[/itex] is an arbitrary constant vector.)
 
Ok, so suppose ##\vec a## is ##[^x_y]##.

Then ##\vec F(\vec a) = \vec F(x, y) = [^{F_x(x,y)}_{F_y(x,y)}]##.

In that case the Jacobian is the 2x2 matrix of the partial derivatives of F.

With your ##\vec F(\vec a) = {\vec a \over \vec a \cdot \vec b}##, you get:
$$\vec F(\vec a) = {[^x_y] \over x b_x + y b_y}$$
From this you can calculate the partial derivatives.

For instance:
$${\partial F_x \over \partial x} = {\partial\over \partial x}({x \over x b_x + y b_y})$$
With an application of the quotient rule the result follows...
 
Thanks. That was helpful:approve: