Finding antiderivative without integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 3K views
PhizKid
Messages
477
Reaction score
2

Homework Statement


f'(u) = 1 / (1 + u^3)
g(x) = f(x^2)
Find g'(x) and g'(2)

Homework Equations





The Attempt at a Solution


So the derivative of function f at u is: 1 / (1 + u^3)
That means g'(x) would be f'(x^2), but to find the general derivative of f at u is 1 / (1 + u^3) so can I just plug in x^2 for u so I get: 1 / (1 + x^6) ?
 
Physics news on Phys.org
Don't you need to find f(u) which would be going backwards from 1 / (1 + u^3), which is an antiderivative?

And why is g'(x) != f'(x^2)? I just took the derivative of both functions on each side with respect to x
 
PhizKid said:
Don't you need to find f(u) which would be going backwards from 1 / (1 + u^3), which is an antiderivative?

And why is g'(x) != f'(x^2)? I just took the derivative of both functions on each side with respect to x

No, you don't need to find f(u). Regarding why g'(x) != f'(x^2), please apply the chain rule to differentiate both sides of g(x) = f(x^2).
 
We learned the Chain Rule but not sure how to apply it here. My best guess would be:

g'(x) = f'(x) * 2x
 
PhizKid said:
We learned the Chain Rule but not sure how to apply it here. My best guess would be:

g'(x) = f'(x) * 2x
Since g(x) = f(x2), then g'(x) = f'(x2[/color]) * 2x
 
Sorry, that's what I meant. I write it down on paper but I'm not very good at typing

So for g'(x) I have f'(x^2) * 2x
Do I have to somehow use f'(u) = 1 / (1 + u^3) in order to find the values for 'x' for f'(x^2) * 2x ? Do I need to use the Chain Rule again? If so, how would I apply it in this situation?
 
PhizKid said:
Sorry, that's what I meant. I write it down on paper but I'm not very good at typing

So for g'(x) I have f'(x^2) * 2x
Do I have to somehow use f'(u) = 1 / (1 + u^3) in order to find the values for 'x' for f'(x^2) * 2x ? Do I need to use the Chain Rule again? If so, how would I apply it in this situation?
You don't need to use the chain rule again. If f'(u) = 1/(1 + u^3) then what is f'(x^2)? Just substitute u = x^2. You are simply evaluating the function defined by f'(u) = 1/(1 + u^3) at the particular value u = x^2.
 
Last edited:
How do you know that u = x^2 ?
 
PhizKid said:
How do you know that u = x^2 ?

What does f'(x^2) mean? It means "evaluate the function f' at x^2." We have a formula for f'(u), i.e. a formula to "evaluate the function f' at u." If I want to evaluate f'(5), then I replace u with 5. If I want to evaluate f'(x^2), then I replace u with x^2.