#Converges or Diverges
55 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
firstly you can split the interval at $x=2$ to deal with the abs value, then just integrate each piece
Omegabet_
idk why you made limits going to 2
|2-x|/x^3 has no problems at x=2
the problem is x=0 for the denominator
(also wrong handling of the ||)
$=\int_0^2\frac{2-x}{x^3}\dd{x}+\int_2^4\frac{x-2}{x^3}\dd{x}$
Omegabet_
it's clear the last integral converges (or compute it yourself and check), so it converges iff $\int_0^2$ does
Omegabet_
But there's a infinity there
Is my working correct
I mean -1/0 technically infinity right
no
Right
1/0 is complete garbage
$\int_0^2\frac{2}{x^3}-\frac{1}{x^2}\dd{x}:=\lim_{a\downarrow 0}\int_a^2\frac{2}{x^3}-\frac{1}{x^2}\dd{x}=\lim_{a\downarrow0}[\frac{-1}{x^2}+\frac{1}{x}]a^2=\lim{a\downarrow0}\frac{1}{4}+\frac{1}{a^2}-\frac{1}{a}$
Omegabet_
Owh okayh, should we plug in 'a' value?
well obviously you cant
the function isnt defined at a=0
you evaluate that limit
$=\frac{1}{4}+\lim_{a\downarrow 0}\frac{1-a}{a^2}$. Handwavily, numerator goes to $1$ from above, and denominator goes to $0$ from above, so net limit goes to $\infty$
Omegabet_
Owh, so then the limit is infinity?
wdym other one
The upper bound of 4 I mean
$\int_2^4$ clearly converges
Omegabet_
nothing has the possibility to blow-up on [2,4]
Owh, wait how do I know?
you can just compute it
but I just told you
it's a continuous bounded function defined on [2,4]
it converges
Owh
cause you know from above what the primitive is (up to a - at least)
and you know from said primitive the integral will be (finite thing) - (finite thing) = finite thing
I see
yeah
So one limit is diverges, the other is converges. Hence, for the entire integral is divergence, correct?