Question: How to Solve an Integration Problem with Multiple Variables?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
soopo
Messages
222
Reaction score
0

Homework Statement


Let
F(x) = integral from x to 1 ( [tex]3t^3 - x^2 t ) dt[/tex]

1. Calculate F'(x)

The Attempt at a Solution



I know the answer is

x^3 + x.

However, I am not sure how it is obtained.

I know about implicit differentian, but I have never done implicit integration.

How can you solve the problem?
 
Physics news on Phys.org
In this case, you can simply work out the integral.
Do the t-integration, it will give you
[tex]\frac34 t^4 - \frac12 x^2 t^2[/tex]
evaluated between the boundaries t = x and t = 1.
Then differentiate.
 
CompuChip said:
In this case, you can simply work out the integral.
Do the t-integration, it will give you
[tex]\frac34 t^4 - \frac12 x^2 t^2[/tex]
evaluated between the boundaries t = x and t = 1.
Then differentiate.

Thank you for your answer!

The solution was much easier than I first thought.