Problem 87
Question
Suppose that functions \(f\) and \(g\) and their derivatives with respect to \(x\) have the following values at \(x=2\) and \(x=3\) $$\begin{array}{lcccc} \hline \boldsymbol{x} & \boldsymbol{f}(\boldsymbol{x}) & \boldsymbol{g}(\boldsymbol{x}) & \boldsymbol{f}^{\prime}(\boldsymbol{x}) & \boldsymbol{g}^{\prime}(\boldsymbol{x}) \\ \hline 2 & 8 & 2 & 1 / 3 & -3 \\ 3 & 3 & -4 & 2 \pi & 5 \\ \hline \end{array}$$ Find the derivatives with respect to \(x\) of the following combinations at the given value of \(x\) a. \(2 f(x), \quad x=2\) b. \(f(x)+g(x), \quad x=3\) c. \(f(x) \cdot g(x), \quad x=3\) d. \(f(x) / g(x), \quad x=2\) e. \(f(g(x)), \quad x=2\) f. \(\sqrt{f(x)}, \quad x=2\) g. \(1 / g^{2}(x), \quad x=3\) h. \(\sqrt{f^{2}(x)+g^{2}(x)}, \quad x=2\)
Step-by-Step Solution
VerifiedKey Concepts
Chain Rule
For example, if \( u(x) = g(x) \) and \( v(u) = f(u) \), then \( y = f(g(x)) \) is \( v(u(x)) \). According to the chain rule:
- Find the derivative of \( v \) with respect to \( u \), which is \( v'(u) \).
- Next, find the derivative of \( u \) with respect to \( x \), which is \( u'(x) = g'(x) \).
- Finally, multiply these results: \( y'(x) = v'(u) \times g'(x) \).
Product Rule
- The derivative of \( y \) is \( y'(x) = u'(x)v(x) + u(x)v'(x) \).
- Find \( u'(x) \), the derivative of \( u(x) \).
- Multiply it by \( v(x) \).
- Then, find \( v'(x) \), the derivative of \( v(x) \).
- Multiply it by \( u(x) \).
- The sum of these two products gives the derivative of the product.
This rule shines in problems involving multiplying functions, such as in physics where position and velocity functions multiply.
Quotient Rule
- The derivative is \( y'(x) = \frac{u'(x)v(x) - u(x)v'(x)}{[v(x)]^2} \).
- Compute \( u'(x) \) and multiply by \( v(x) \).
- Compute \( v'(x) \) and multiply by \( u(x) \).
- Subtract the second product from the first one.
- Divide this difference by \( [v(x)]^2 \), the square of the denominator.
This approach is especially useful in situations where the outputs are in fractions, helping to systematically tackle derivatives.
Composite Functions
- The derivative of the inner function \( g(x) \).
- Then multiply it by the derivative of the outer function,, evaluated at \( g(x) \).