How Do You Differentiate Complex Functions Involving Exponents and Operations?

DespicableMe
Messages
40
Reaction score
0

Homework Statement



If f(x) can be differentiated, find expressions for the derivatives of the following functions.

a) g(x) = f(x6)
b) h(x) = [ f(x)]6
c) f(x) = x2/ f(x)


The Attempt at a Solution


a)
b) Use the product rule first then multiply that expression by the expression for the chain rule?
c) Use the quotient rule?

My problem is knowing the difference between what they mean when the exponent is inside the bracket with x, when the exponent is outside f(x) and f(x) alone.
 
Physics news on Phys.org
DespicableMe said:

Homework Statement



If f(x) can be differentiated, find expressions for the derivatives of the following functions.

a) g(x) = f(x6)
b) h(x) = [ f(x)]6
c) f(x) = x2/ f(x)


The Attempt at a Solution


a)
Use the chain rule.
DespicableMe said:
b) Use the product rule first then multiply that expression by the expression for the chain rule?
No. Use the chain rule.
DespicableMe said:
c) Use the quotient rule?
Yes.
DespicableMe said:
My problem is knowing the difference between what they mean when the exponent is inside the bracket with x, when the exponent is outside f(x) and f(x) alone.

For f(x6) and (f(x))2, the difference is the order in which you evaluate things. As an example, let f(x) = 2x + 1

For f(x6), you raise x to the 6th power, and then use that value as the input to your function f. Using my example, f(x6) = 2(x6) + 1 = 2x6 + 1.

For [f(x)]6, you use x as the input to the function, and then raise the output of the function to the 6th power. Using my example, [f(x)]6 = [2x + 1]6 = 64x6 + a bunch of other terms.
 
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