Proving $\frac{dr}{dx_i}$=$\frac{x_i}{r}$ in Index Notation

47 Views Asked by At

I'm self (re) learning index notation and some math for a fluid mechanics undergraduate lab research position, and am having trouble proving the following:

Given position vector x = <x1, x2, x3>, and r2 = xixi, how do I prove that $\frac{dr}{dx_i}$=$\frac{x_i}{r}$?

I'm also confused by what r2 entails here physically; from the given definitions, wouldn't r2 = |xi|2, and therefore r = x = xiei?

1

There are 1 best solutions below

0
On

I think that with $r^2$ you mean $r^2=x_1^2+x_2^2+x_3^2$. Appart from that, the 0 gives you problems, but for any other point just calculate the classic derivative of $\sqrt{x_1^2+x_2^2+x_3^2}$ with respect to the desired variable. You should get (for example) $\frac{dr}{dx_1}=\frac{1}{2\sqrt{x_1^2+x_2^2+x_3^2}}2x_1=\frac{x_1}{r}$