Suppose that we have dy/dt in an equation like:
dy/dx=x
Can we write this equation as dy/dx*dt/dt=x?
Moreover, can we always multiply any derivative with dt/dt?
Suppose that we have dy/dt in an equation like:
dy/dx=x
Can we write this equation as dy/dx*dt/dt=x?
Moreover, can we always multiply any derivative with dt/dt?
It is unclear what you are trying to do here.
$ \dfrac{\text{d} t}{\text{d} t} = 1 $, so multiplying by it is simply multiplication by 1 and changes nothing.
$$ \dfrac{\text{d} y}{\text{d} x} \cdot \dfrac{\text{d} t}{\text{d} t} = \dfrac{\text{d} y}{\text{d} x} \cdot 1 = \dfrac{\text{d} y}{\text{d} x} $$
Are you getting confused with the chain rule?
$$ \dfrac{\text{d} y}{\text{d} u} \cdot \dfrac{\text{d} u}{\text{d} x} = \dfrac{\text{d} y}{\text{d} x} $$
Consider for example. $ y = \sin(3 \cdot x) $
$ \dfrac{\text{d} }{\text{d} x} \left( \sin(3 \cdot x) \right) $ and let $ u = 3 \cdot x $ . Now $ \dfrac{\text{d} u}{\text{d} x} = 3$ and $ \dfrac{\text{d} y }{\text{d} u} = \dfrac{\text{d} }{\text{d} u} \left( \sin(u) \right) = \cos(u) = cos(3 \cdot x)$
Thus
$$ \dfrac{\text{d} y }{\text{d} x} = \dfrac{\text{d} }{\text{d} x} \left( \sin(3 \cdot x) \right) = 3 \cdot \cos(3 \cdot x) $$