Master the Chain Rule: Derivative of f(x) = \sqrt{5-x^{2}} and Its Composition

  • Thread starter Thread starter Incog
  • Start date Start date
  • Tags Tags
    Chain Chain rule
Incog
Messages
17
Reaction score
0

Homework Statement



A: Write f(x) = \sqrt{5-x^{2}} as a composite of two functions.

B: Use the Chain Rule to find the derivative of f(x) = \sqrt{5-x^{2}}

Homework Equations



Chain Rule:

y`= \frac{dy}{du} \frac{du}{dx}

The Attempt at a Solution



A:

y = \sqrt{u}
u = 5 - x^{2}


B:

This is where I get confused. I don't understand what's meant by "d" and what's meant by "y", "u", and "x".

I know the two du's cancel out in the Chain Rule so you're left with:

y`= (dy)(dx)

Does this mean the derivative of y times the derivative of x? And if so, how do you know what y and x are?
 
Physics news on Phys.org
Incog said:
y = \sqrt{u}
u = 5 - x^{2}
Good!
This is where I get confused. I don't understand what's meant by "d" and what's meant by "y", "u", and "x".
dy/dx is just notation for: take the derivative of the function y with respect to the variable x.

I know the two du's cancel out in the Chain Rule so you're left with:

y`= (dy)(dx)
Not exactly. y' = dy/dx.

The point is that you want to find dy/dx and that dy/dx = (dy/du)*(du/dx). And it's easy to calculate the derivatives dy/du and du/dx.
 
Doc Al said:
dy/dx is just notation for: take the derivative of the function y with respect to the variable x.

Thanks. That cleared the confusion. :cool:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top