Integrating cos(u^2): A Calc One Challenge

  • #1
whozum
2,219
1
[tex] \int cos(u^2)du [/tex]

Is it doable at a Calc One level? I tried by parts and got to

[tex] \int cos(u^2)du = ucos(u^2) + 2\int(u^2sin(u^2)du [/tex]

but I am having a brain fart as to hwo to advance, trying again by parts.
 
Physics news on Phys.org
  • #2
[tex]y = \int_{3}^{5} cos(u^2)du [/tex]
 
Last edited:
  • #3
Use the fundamental theorem of calculus and the chain rule... you shouldn't have to integrate anything.
 
  • #4
But were integrating and deriving different variables.
Sorry I don't see what your trying to tell me.

I also kinda need this quick.. its for a friend and its due in 20 minutes
 
  • #5
[tex] \frac{dy}{dx} = \frac{dy}{du}\frac{du}{dx} [/tex]

[tex] \frac{d}{dx} \int cos(u^2) du = \left(\frac{d}{du} \int cos(u^2) du \right) \left(\frac{du}{dx}\right)[/tex]

Am I on the right track? The right hand simplifies I know
 
  • #6
Edit: Note I made a little mistake the first time I posted this, it's fixed now though.

ok... since you need this quickly

FTC says

[tex]f(x) = \frac{d}{dx} \int_a^x f(u) \ du[/tex]

so chain rule says

[tex]\frac{d}{dx} \int_a^{g(x)} f(u) \ du = f(g(x)) g^\prime(x)[/tex]

and from this you can also work out that

[tex]\frac{d}{dx} \int_{h(x)}^{g(x)} f(u) \ du = f(g(x))g^\prime(x) - f(h(x))h^\prime(x).[/tex]

Now just figure out what [itex]h, \ f,[/itex] and [itex]g[/itex] are in this case and you're done~
 
Last edited:
  • #7
Why have I never seen this before? FTC in stewart's book only deals with the derivative of an integral of the same variable.

That makes perfect sense. Thanks alot.
 
  • #8
Now you have me curious. How does your textbook state it? I've never seen it much differently.
 
  • #9
I don't have it on me, I'm not at home but I'll let you know.

The FTOC doesn't apply to discontinuous functions, right? If I was tryin to find

[tex] \int_{-3}^{3} \frac{1}{x^2} dx [/tex]

I would need to use improper integrals
 
Last edited:
  • #10
You would. One of the conditions is that the integrand must be continuous on the (closed) interval between the bounds of integration, so it also has to be bounded on that interval.

Take a look at the mathworld page for details (the second theorem can be generalized a little further than what mathworld states too, but that's not what you would try to use to evaluate that integral).
 
Last edited:
  • #11
Alot of editting there. :D

I don't get why this professor would give his student that problem when they haven't learned even integration by parts let alone improper integrals and such. He just gave them this one that I don't see how he cna solve without a really messy trig subs (which they also haven't learned).

[tex] \int_2^{20} \frac{\sqrt{200x-x^2}}{x}dx [/tex]

Even after messing with the square roots I can't get anywhere.
 
  • #12
Whozum, it looks to me you are confusing the dummy variable in the integral with the independent variable, or derivative with respect to.

For example

[tex] \int_{0}^{x} f(t) dt = F(x) [/tex]

x is the real variable, t it's just a dummy variable, it could be as well u.
 
  • #13
it's not a terrible integral. Simplify it to

[tex]\int \frac{\sqrt{200-x}}{\sqrt{x}} \ dx[/tex]

and then sub [itex]u = \sqrt{200-x}[/itex], and see where that gets you (it should get it to a standard integral).
 
  • #14
[tex] du = \frac{-1}{2\sqrt{200-x}} [/tex]

I don't have that in my integral, maple solved it with trig subs too. Messy answer.
 
  • #15
The question was, if the curve n'(t) = (the above integrand) represents the rate of change of profits, how much moeny was made between week 2 and week 20?
 
  • #16
I believe that Data suggested was for

[tex] u = \sqrt{200 - x} [/tex]

so

[tex] 200 - u^2 = x [/tex]

and

[tex]- 2udu = dx [/tex]

so

[tex] \int \frac{-2u^2 du}{\sqrt{200-u^2}} [/tex]

which is more approachable
 
Last edited:
  • #17
Using that sub I can get it to

[tex]\int \frac{-2u^2}{\sqrt{200-u^2}} \ du[/tex]

which I consider to be a standard integral, though I guess if you haven't seen it enough times in the past it might not seem that way :wink:. You can finish it by integration by parts if you need to (though it is a little strange that they wouldn't teach either int. by parts or trig substitution before giving this integral).
 
Last edited:
  • #18
if you're using

[tex]\int x \ dy = xy - \int y \ dx[/tex]

then let [itex]x = -2u, dy = u\ du/\sqrt{200-u^2}[/itex]. You'll also have to make a trigonometric substitution to evaluate one of the resulting integrals.
 
  • #19
whozum said:
... maple solved it with trig subs too. Messy answer.

Is it really?

[tex]\int \frac{\sqrt{200-x}}{\sqrt{x}} \ dx = \int \sqrt{\frac{200}{x}-1} \ dx[/tex]

Let

[tex]x=200cos^{2}(\theta)[/tex]

Then

[tex]\int \sqrt{\frac{200}{x}-1} \ dx = \int -400cos(\theta)sin(\theta)\sqrt{sec^{2}(\theta)-1} \ d\theta = \int -400cos(\theta)sin(\theta)tan(\theta) \ d\theta[/tex]

[tex]= \int -400sin^{2}(\theta) \ d\theta = \int 200cos(2\theta) - 200 \ d\theta = 100sin(2\theta) -200\theta + K[/tex]

and just reevaluate your original limits for the definite inegral.
 
Last edited by a moderator:
  • #20
Data said:
if you're using

[tex]\int x \ dy = xy - \int y \ dx[/tex]

then let [itex]x = -2u, dy = u\ du/\sqrt{200-u^2}[/itex]. You'll also have to make a trigonometric substitution to evaluate one of the resulting integrals.

Thats what I'm saying, it makes no sense to me if theyre being tested on the FTOC to have to solve integrals such as this one, it also emphasizes the resulting answer to be exact. I haven't integrated funky functions much, more standard form ones just to get the jist of what integrating is, but I am sure there's an integral table iwth that form on there. If I don't know it, I'm sure someone who was introduced to integrals a few weeks ago wouldn't either.

Hippo,

I understand, but as you can see above, its expected to be solved by someone who doesn't know integration by parts or trig substitutions.

Maple's answer involved 2 arcsin's and three square roots I believe.
 
  • #21
Cyclovenom said:
Whozum, it looks to me you are confusing the dummy variable in the integral with the independent variable, or derivative with respect to.

For example

[tex] \int_{0}^{x} f(t) dt = F(x) [/tex]

x is the real variable, t it's just a dummy variable, it could be as well u.

Yeah I'm trying to figure this out in my head, but for some reason it still seems a bit sketchy, I know what you mean though.
 
  • #22
Well, the first part of the FTC is precisely what let's you say (for a sufficiently well-behaved function [itex]f[/itex]) that

[tex]\int_a^b f(x) \ dx = F(b) - F(a)[/tex]

where [itex]F^\prime(x) = f(x)[/itex], is true at all.
 
  • #23
Is that analogous to

[tex] \int_a^b f'(x) dx = f(b)-f(a) [/tex]

Because that's all I remember. I just looked at Stewart's book and it is mentioned both ways, I must have just overlooked that one.
 
  • #24
it's exactly the same thing (note my little [itex]F \ ^\prime (x) = f(x)[/itex] at the end :smile:).
 

Similar threads

Replies
8
Views
814
Replies
6
Views
2K
Replies
1
Views
1K
Replies
3
Views
2K
Replies
1
Views
1K
Back
Top