Why is $x\frac{dy}{dx} + y = \frac{d}{dx} (xy)$?

69 Views Asked by At

In my physics textbook it is stated without further explanation that: $$x\frac{dy}{dx} + y = \frac{d}{dx} (xy)$$ How is this proven?

3

There are 3 best solutions below

0
On BEST ANSWER

If $y=y(x)$ is a function of $x$, then this is just the product rule: if $f$ and $g$ are differentiable, then $fg$ is differentiable and $$\frac{d}{dx}(fg)=\frac{df}{dx}g+f\frac{dg}{dx}.$$

0
On

Take the product rule between $\frac{d}{dx}\left(xy\right)$

$$\frac{d}{dx}\left(xy\right)=\left(\frac{d}{dx}x\right)y+\left(\frac{d}{dx}y\right)x=y+\frac{dy}{dx}x$$

0
On

Use the product rule:

$$\frac{d(fg)}{dx}=f'g+g'f$$ $f=x, g=y$.

Hence $f'=1, g'=\frac{dy}{dx}$

Thus we get $\frac{d(fg)}{dx}=1\cdot y+x\cdot \frac{dy}{dx}=y+x\frac{dy}{dx}$