Solving Chain Rule A(r,t) Problem

  • Thread starter Thread starter Confundo
  • Start date Start date
  • Tags Tags
    Chain Chain rule
Confundo
Messages
36
Reaction score
0
Problem

Use the chain rule to proof
<br /> \dot{A}=\partial_t A+v_j\partial_jA_i<br />

Attempt at Solution

<br /> \dot{A}=\frac{dA_i}{dt} = \partial_t A_i+\frac{dr_i}{dt}\frac{\partial A_i}{\partial r_i}<br /> <br />

Obviously
<br /> v_j = \frac{dr_j}{dt}<br />

I'm puzzled where the v_j and partial d_j come in
 
Physics news on Phys.org
If you're talking about why the index is j and not i, the answer is simple. The problem is using the summation convention that a repeated index is understood to be summed over:

<br /> v_j\partial_j \equiv \sum_j v_j\partial_j.<br />

When you wrote

<br /> \dot{A}=\frac{dA_i}{dt} = \partial_t A_i+\frac{dr_i}{dt}\frac{\partial A_i}{\partial r_i},<br />

the index in the derivatives should not have been the same index on A_i, since it is confusing to have the same index appearing three times when it is being implicitly summed over in part of the expression. You should have written

<br /> <br /> \dot{A}=\frac{dA_i}{dt} = \partial_t A_i+ \sum_j \frac{dr_j}{dt}\frac{\partial A_i}{\partial r_j} = \partial_t A_i+ \frac{dr_j}{dt}\frac{\partial A_i}{\partial r_j}, <br /> <br /> <br />

where the summation convention is being used in the last expression.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top