When should the Chain Rule be applied for finding derivatives?

  • Thread starter Thread starter Dustnite
  • Start date Start date
  • Tags Tags
    Chain Chain rule
Dustnite
Messages
4
Reaction score
0
I've been having some trouble grasping the conditions necessary to apply the chain rule to achieve the derivative of an algebraic expression or even apply it to a real world situation.

So, my question to those skilled in qualitatively explaining the conditions for applying the Chain Rule and also when the Product Rule or Quotient Rule should be applied when the Chain Rule won't work.

Essentially, I believe the Chain Rule is applied when it is possible to separate a function into two separate algebraic equations. Is this some sort of shortcut to not using the Product Rule or Quotient Rule in order to obtain the derivative of an equation? Is there more to that definition than I suspect?

Are there situations where the Chain Rule cannot be used to obtain the derivative of a function?

Thanks in advance.
 
Physics news on Phys.org
Dustnite said:
I've been having some trouble grasping the conditions necessary to apply the chain rule to achieve the derivative of an algebraic expression or even apply it to a real world situation.
So, my question to those skilled in qualitatively explaining the conditions for applying the Chain Rule and also when the Product Rule or Quotient Rule should be applied when the Chain Rule won't work.
Essentially, I believe the Chain Rule is applied when it is possible to separate a function into two separate algebraic equations. Is this some sort of shortcut to not using the Product Rule or Quotient Rule in order to obtain the derivative of an equation? Is there more to that definition than I suspect?
Are there situations where the Chain Rule cannot be used to obtain the derivative of a function?
Thanks in advance.
I'm sure someone here has a better explanation, but this is how I understand it: The chain rule is generally used for composite functions, for example:

\sin{e^{2\pi x}}

...is really f\left(g\left(x\right)\right) where:

f\left(x\right)=\sin{x};\quad g\left(x\right)=e^{2\pi x}

Whereas the product and quotient rules would be used for something like:

\frac{\sin{x}}{e^{2\pi x}}
 
therrem: Chain Rule

if g is differentiable at point x and f is differentiable at the point g(x), then the composition of f*g is differentiable at the point x. Moreover, if

y = f(g(x)) qnd u = g(x)

then y = f(u)

and

dy/dx = dy/du * du/dy
 
Chain Rule works indeed for what seems to be a composite function or something that is made out of more components. For example a trigonometric function.

To find the first derivative of y=tan(2x+x^2) for example you must apply the Chain Rule to get a correct answer.

dy/dx=Sec^2(2x+x^2)*(2x+2)
 
Back
Top