M HYPE SPLASH
// news

What is the difference between d/dt and dy/dt?

By John Campbell
$\begingroup$

What is the difference between d/dt and dy/dt? And when should either be used? I have seen both in my calculus class and don't know which to use in what context.

$\endgroup$

1 Answer

$\begingroup$

$\frac d{dt}$ is the differential operator. It doesn't signify any particular value, it's just meant to be applied to functions.

If you apply that operator to the function $y=y(t)$, then you get $$\frac d{dt}y = \frac{dy}{dt}$$

Or you can apply it to both sides of an equation relating functions like: $$f(t) = t^2+1 \\ \implies \frac d{dt}f(t) = \frac{d}{dt}(t^2+1) \\ \implies \frac{df(t)}{dt} = 2t$$

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy