Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Given a function $f(t, y(t))$, how can I express its derivative with respect to $t$ and $d f/{d t}$?

share|improve this question

1 Answer

up vote 2 down vote accepted

Suppose $x = x(s,t)$, and $y = y(s,t)$, the chain rule for two variables is

\begin{align} \frac{\partial}{\partial s} f\big(x(s,t),y(s,t)\big) &= \frac{\partial f}{\partial x} \frac{\partial x}{\partial s} + \frac{\partial f}{\partial y} \frac{\partial y}{\partial s}\\ \\ \frac{\partial}{\partial t} f\big(x(s,t),y(s,t)\big) &= \frac{\partial f}{\partial x} \frac{\partial x}{\partial t} + \frac{\partial f}{\partial y} \frac{\partial y}{\partial t} \end{align}

What happens if $x(s,t) = t$ and $y(s,t) = y(t)$?

share|improve this answer
@F'OlaYinka Really? Any multivariable calculus textbook will have the construction. A good introductory textbook is Marsden and Tromba's Vector Calculus. – Pragabhava Oct 16 '12 at 4:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.