How Do You Differentiate Complex Functions Involving Exponents and Operations?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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.