Does the Integral Converge at w=2?

  • Thread starter Thread starter Jbreezy
  • Start date Start date
  • Tags Tags
    Integral
Jbreezy
Messages
582
Reaction score
0

Homework Statement



integral [0,5] (w/(w-2))

Homework Equations



I just want to know if does not converge or not.

The Attempt at a Solution




∫2(1(w-2)) dw + ∫dw

= 2ln| w-2| + w from 0 to 5. I know about the discontinuity at w = 2.
So is it still ok from me to just evaluate this as normal.
I would get

2ln|3| + 5 - 2ln|-2|

? Is this OK?
 
Physics news on Phys.org
Jbreezy said:

Homework Statement



integral [0,5] (w/(w-2))

Homework Equations



I just want to know if does not converge or not.

The Attempt at a Solution




∫2(1(w-2)) dw + ∫dw

= 2ln| w-2| + w from 0 to 5. I know about the discontinuity at w = 2.
So is it still ok from me to just evaluate this as normal.
I would get

2ln|3| + 5 - 2ln|-2|

? Is this OK?

No. You must evaluate ##\int_0^2 + \int_2^5## and they must both converge.
 
Confused to I evaluate ∫2(1(w-2)) dw + ∫dw from [0,2] then again from 2 to 5? The whole thing right?
 
Jbreezy said:
Confused to I evaluate ∫2(1(w-2)) dw + ∫dw from [0,2] then again from 2 to 5? The whole thing right?
If the range of an integral includes a point where the integrand is undefined then you must be careful. The integral as a whole is undefined if there is any subrange on which it is undefined.
 
Jbreezy said:
Confused to I evaluate ∫2(1(w-2)) dw + ∫dw from [0,2] then again from 2 to 5? The whole thing right?
Yes, if I understand your garbled question. This integral--
$$\int_0^5 \frac{w}{w - 2}$$
-- is an improper integral because the integrand is undefined at w = 2. You have to split the original integral into two improper integrals on the intervals [0, 2] and [2, 5], and evaluate each using limits. Both integrals have to converge so that the original integral converges.

Also, try to be more careful with what you write. You started off with an integrand of w/(w - 2). In both of your last two posts you have somehow turned this into 2(1(w -2)) + 1, which is not the same.
 
I just divided and I got 2/(w-2) +w is what it should say.

So I got 2 (lim) ln|w-2| +w

evaluate it between 0 and 2 and I got 2ln|0| +2 - (ln|-2| +2) I did not do the other one yet because since I have the ln of 0 does that mean that this doesn't converge? So I can stop here right?
 
Yes. Neither of the log terms is defined. Since one integral diverges, the whole integral (on the interval [0, 5]) must also diverge.
 
OK. Thanks a lot mark I appreciate it.
 
Back
Top