Derivative for a Galilean Tranformation

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
5 replies · 2K views
doggydan42
Messages
169
Reaction score
18

Homework Statement


Using the chain rule, find a, b, c, and d:
$$\frac{\partial}{\partial x'} = a\frac{\partial}{\partial x} + b\frac{\partial}{\partial t}$$
$$\frac{\partial}{\partial t'} = c\frac{\partial}{\partial x} + d\frac{\partial}{\partial t}$$

Homework Equations


Chain rule:
$$\frac{\partial f(x,t)}{\partial x'} = \frac{\partial x}{\partial x'}\frac{\partial f}{\partial x} + \frac{\partial t}{\partial x'}\frac{\partial f}{\partial t}$$
The same form can be used for t'.

Gaililean tranformation
$$x' = x - vt$$
$$t' = t$$

The Attempt at a Solution


For x',
$$a = \frac{\partial x}{\partial x'} = \frac{\partial}{\partial x'} (x' + vt) = 1$$
$$b = \frac{\partial t}{\partial x'} = \frac{\partial}{\partial x'} (\frac{1}{v}(x-x')) = -\frac{1}{v}$$

Similarly, for t',
$$c = \frac{\partial x}{\partial t'} = \frac{\partial}{\partial t'} (x' + vt) = \frac{\partial}{\partial t'} (x' + vt')= v$$
$$d = \frac{\partial t}{\partial t'} = \frac{\partial t'}{\partial t'} = 1$$
 
Physics news on Phys.org
What is your question?
 
eys_physics said:
What is your question?
I do not know what is wrong. When I submitted my solution, it was wrong.

I am also confused. Since if t' = t, then shouldn't the partials be equivalent? That would mean c=0 and d=1.
 
Last edited:
You have that ##t=t'##, so ##t## doesn't have any dependence on ##x'##. Therefore,
$$b=0$$
In your derivation of ##b## you are missing that ##x## depends on ##x'##.
 
eys_physics said:
You have that ##t=t'##, so ##t## doesn't have any dependence on ##x'##. Therefore,
$$b=0$$
In your derivation of ##b## you are missing that ##x## depends on ##x'##.
So overall,
a = 1,
b= 0,
c = v,
d = 1?
 
Yes, it should be correct.