Evaluating INTEGRAL(-1, 1): 1^x2

  • Thread starter Thread starter Dissonance in E
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Dissonance in E
Messages
71
Reaction score
0

Homework Statement


Evaluate:
INTEGRAL(-1, 1): 1^x2

Homework Equations


power rule


The Attempt at a Solution


1/x^2
x^-2
x^-1
(-1/x)

plugging in values:
(-1/1) - (-1/-1)
-1 - 1
-2

Now i KNOW that -2 is an incorrect answer, the solution is infinity according to maple, nut I am not 100% why. I would guess its something to do with the fact that the integral involves the value x = 0 which is undefined for f(x) = -1/x as it asymptotically approaches 0.

Could i get a nice concise, clarification. thx
 
Physics news on Phys.org
That needs to be done as an improper integral since the original function is not defined at x=0. You can't just integrate over 0, you have to approach it as a limit. Take the integral of 1/x^2 from a to 1 and let a->0 (similarly on the negative side).
 
ok so could i do it like this.

INT (-1, 1) : 1/x^2
=
INT (-1, A)(Lim A--> 0, from the left): 1/x^2
+
INT(A , 1)(Lim A -->0, from the right): 1/x^2

(-1/-A) -(-1/-1)
as A approaches 0 from the left we get
INFINITY - 1 = INFINITY

(-1/1) - (-1/A)
as A approaches 0 from the right we get
-1+INFINITY = INFINITY

Now by sum of the 2 limits
inf + inf = inf
 
Last edited:
Dissonance in E said:
ok so could i do it like this.

INT (-1, 1) : 1/x^2
=
INT (-1, A)(Lim A--> 0, from the left): 1/x^2
+
INT(A , 1)(Lim A -->0, from the right): 1/x^2

(-1/-A) -(-1/-1)
as A approaches 0 from the left we get
INFINITY - 1 = INFINITY

(-1/1) - (-1/A)
as A approaches 0 from the right we get
-1+INFINITY = INFINITY

Now by sum of the 2 limits
inf + inf = inf

Yes. That's the idea. Don't be too casual about doing arithmetic with 'infinity' though. E.g. infinity-infinity is not necessarily 0.
 
The "Cauchy principal value" for such an integral of a function not defined at 0 is
[tex]\lim_{\epsilon\to 0}\left[\int_{-1}^{-\epsilon} f(x) dx+ \int_{\epsilon}^1 f(x)dx[/itex]<br /> <br /> The difference between that and the "regular" integral is that we do not take the limits independently. With f(x)= 1/x<sup>2</sup>, we have<br /> [tex]\lim_{\epsilon\to 0}\left[-x^{-1}\right]_{-1}^{-\epsilon}+ \left[-x^{-1}\right]_\epsilon^1[/tex]<br /> [tex]= \lim_{\epsilon\to 0} \left(\frac{1}{\epsilon}- 1\right)+ \left(1- \frac{1}{\epsilon}\right)= 0[/tex].[/tex]