Difference between revisions of "Chain rule"
Jump to navigation
Jump to search
m (Linked to Change of variables, which I'm about to create) |
m (What was I thinking? Not always!) |
||
| Line 1: | Line 1: | ||
{{Template:Math-h}} | {{Template:Math-h}} | ||
| − | The '''chain rule''' in [[calculus]] is a formula for determining the [[derivative]] of a [[functional composition|composite function]] | + | The '''chain rule''' in [[calculus]] is a formula for determining the [[derivative]] of a [[functional composition|composite function]]: |
:<math>f(g(x))' = f'(g(x))\times g'(x)</math> | :<math>f(g(x))' = f'(g(x))\times g'(x)</math> | ||
| Line 21: | Line 21: | ||
The function r is sometimes called the ''path'' of the particle. | The function r is sometimes called the ''path'' of the particle. | ||
| + | |||
| + | Sometimes it might be helpful to [[Change of variables|change variables]] into a more convenient form before differentiating. | ||
[[category:Calculus]] | [[category:Calculus]] | ||
[[category:differentiation]] | [[category:differentiation]] | ||
Revision as of 00:57, December 1, 2009
| <math>\frac{d}{dx} \sin x=?\,</math> | This article/section deals with mathematical concepts appropriate for late high school or early college. |
The chain rule in calculus is a formula for determining the derivative of a composite function:
- <math>f(g(x))' = f'(g(x))\times g'(x)</math>
The chain rule can also be expressed as:
- <math>\frac {dy}{dx} = \frac {dy} {du} \times \frac {du}{dx}.</math>
The chain rule can also be applied to multivariable functions. The derivative of a multivariable function is expressed as follows:
<math> \frac {d}{dt}(f(x(t), y(t))) = \frac{\partial f}{dx}\times \frac{dx}{dt} + \frac{\partial f}{dy}\times \frac{dy}{dt} </math>
or in vector notation:
<math> \nabla f \cdot \frac {dr}{dt} </math>
where r is the vector function
<math> r = <x(t), y(t), z(t) ... > </math>
The function r is sometimes called the path of the particle.
Sometimes it might be helpful to change variables into a more convenient form before differentiating.