Fundamental theorem of calculus

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
4 replies · 2K views
nicolauslamsiu
Messages
16
Reaction score
0
Member warned about posting with no effort

Homework Statement


Using Fundamental Theorem of Calculus to find the derivative

2. Homework Equations
upper limit=x^2, lower limit=4x

∫ { 1 / [1+ (sin t)^2] }dt

The Attempt at a Solution


two independent variables are involved, how should i find the derivative? [/B]
 
Physics news on Phys.org
Let [itex]F(x) = \int_{4x}^{x^2} \frac{dt}{1 + \sin^{2}t},[/itex] and put [itex]G(y) := \int_{0}^{y} \frac{dt}{1 + \sin^{2}t}.[/itex]

Then, [itex]F(x) = G(x^2) - G(4x),[/itex] by the domain splitting property of the Riemann integral. Does this help things?
 
oo) yup... sure... i think i know how to solve now... thanks
 
It's probably worth making an attempt using the first FTC and understanding it.

You could use this,
Set ##F(x) = \int_{\alpha(x)}^{\beta(x)}{ f(t) dt}##. Then,

##F'(x) = f(\beta(x))\beta'(x) - f(\alpha(x))\alpha'(x)##

However it's probably worth understanding the first FTC before jumping into this.