Partial derivative of inner product in Einstein Notation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Loberg
Messages
1
Reaction score
0

Homework Statement


Can someone please check my working, as I am new to Einstein notation:
Calculate $$\partial^\mu x^2.$$

Homework Equations


3. The Attempt at a Solution [/B]
\begin{align*}
\partial^\mu x^2 &= \partial^\mu(x_\nu x^\nu) \\
&= x^a\partial^\mu x_a + x_b\partial^\mu x^b \ \ \text{(by product rule and relabelling indices)} \\
&=x^a\delta_\mu^a + x_b\delta_\mu^b \\
&=2x_\mu.
\end{align*}
I'm not sure is the expression in the second term of the second line is correct, as the partial is with respect to the covariant vector but the argument is a contravariant vector.
 
Physics news on Phys.org
A useful tip to keep in mind is that indices keep their position (upper or lower) unless they are raised or lowered by a metric. So the equality that you wrote,
[tex]x^a\partial^\mu x_a + x_b\partial^\mu x^b =x^a\delta_\mu^a + x_b\delta_\mu^b,[/tex] is clearly not correct.

Firstly, ##\partial^{\mu} x_{a} = \delta_{a}^{\mu}## (notice that ##\mu## stays upper and ##a## stays lower).

Next, you cannot simply perform the derivative ##\partial^{\mu} x^{b}## directly because the derivative is with respect to the contravariant component. So the correct way to go about doing it is to rewrite ##x^{b} = g^{cb} x_{c}##, so that ##\partial^{\mu} x^{b} = g^{cb} \partial^{\mu} x_{c} +x_{c} \partial^{\mu}g^{cb} ##. In a cartesian coordinate system, the metric is just identity and so we get the same result as you do.