The **chain rule** is your best friend when you're dealing with compositions of functions. This rule helps you find the derivative of a function within another function, using the formula:
- \((f(g(x)))' = f'(g(x))g'(x)\)
In this expression, \(f(x)\) represents the outer function and \(g(x)\) is the inner function. You differentiate the outer function first, keeping the inner function unchanged, and then multiply by the derivative of the inner function.
For our example, \(v(x) = (1-x^2)^{0.5}\), we treated the outer function as \(f(x) = x^{0.5}\) and the inner function as \(g(x) = 1 - x^{2}\). Differentiating these gives us \(f'(x) = 0.5x^{-0.5}\) and \(g'(x) = -2x\). Thus, applying the chain rule results in
- \(v'(x) = -x (1 - x^{2})^{-0.5}\)