New Reply

Integrating out of the real domain of a function

 
Share Thread Thread Tools
Nov27-12, 11:43 AM   #1
 

Integrating out of the real domain of a function


Check this out:

[tex]\int_{-1}^{0} ln(x) dx[/tex]

[tex]u=ln(x), dv=dx[/tex]
[tex]du=\frac{1}{x},v=x[/tex]

[tex]\int_{-1}^{0} ln(x) dx= x\space ln(x) \|_{-1}^{0} -\int_{-1}^{0} \frac{x}{x} dx[/tex]
[tex]=x\space ln(x) \|_{-1}^{0}-x \|_{-1}^{0}[/tex]
[tex]=\lim_{x\to0} x\space ln(x)-(-ln(-1))-(0-(-1))[/tex]
[tex]\lim_{x\to0} x\space ln(x)=lim_{x\to0} \frac{ln(x)}{1/x}[/tex]
[tex]=\lim_{x\to0} \frac{1/x}{-1/x^2}[/tex]
[tex]=\lim_{x\to0} -x=0[/tex]

[tex]\int_{-1}^{0} ln(x)dx=ln(-1)-1[/tex]
[tex]e^{i\pi}=-1\to ln(-1)=i\pi[/tex]

[tex]\int_{-1}^{0}ln(x)\space dx=i\pi-1[/tex]

Is this legitimate?

P.S. Why don't my limits look right?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Nov27-12, 02:11 PM   #2
 
By the way, this is not a textbook style question, I'm wondering whether or not it makes sense to integrate out of a function's domain.
 
Nov27-12, 02:33 PM   #3
 
Mentor
Quote by piercebeatz View Post
Check this out:

[tex]\int_{-1}^{0} ln(x) dx[/tex]
Nothing below is legitimate. For the Fundamental Theorem of calculus to apply, the function (ln(x) here) has to be defined on the interval [-1, 0], and continuous on the interior of this interval. ln(x) is defined only for x > 0.
Quote by piercebeatz View Post

[tex]u=ln(x), dv=dx[/tex]
[tex]du=\frac{1}{x},v=x[/tex]

[tex]\int_{-1}^{0} ln(x) dx= x\space ln(x) \|_{-1}^{0} -\int_{-1}^{0} \frac{x}{x} dx[/tex]
[tex]=x\space ln(x) \|_{-1}^{0}-x \|_{-1}^{0}[/tex]
[tex]=lim_{x\to0} x\space ln(x)-(-ln(-1))-(0-(-1))[/tex]

[tex]lim_{x\to0} x\space ln(x)=lim_{x\to0} \frac{ln(x)}{1/x}[/tex]
[tex]=lim_{x\to0} \frac{1/x}{-1/x^2}[/tex]
[tex]=lim_{x\to0} -x=0[/tex]

[tex]\int_{-1}^{0} ln(x)dx=ln(-1)-1[/tex]
[tex]e^{i\pi}=-1\to ln(-1)=i\pi[/tex]

[tex]\int_{-1}^{0}ln(x)\space dx=i\pi-1[/tex]

Is this legitimate?

P.S. Why don't my limits look right?
Use \lim, not lim.
 
Nov27-12, 03:23 PM   #4
 

Integrating out of the real domain of a function


Quote by Mark44 View Post
Nothing below is legitimate. For the Fundamental Theorem of calculus to apply, the function (ln(x) here) has to be defined on the interval [-1, 0], and continuous on the interior of this interval. ln(x) is defined only for x > 0.
So one can never integrate out of a function's domain? What about in complex analysis?
 
Nov27-12, 05:59 PM   #5
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by piercebeatz View Post
So one can never integrate out of a function's domain? What about in complex analysis?
Reinterpreting your integral in the complex plane, we need r >= 0, so over the x interval (-1,0) we will have θ=π:
[itex]\int_{-1}^0ln(z)dz = \int_{1}^0(ln(r)+i\pi) d(-r) = \left[r ln(r) - r + i\pi r \right]_0^1 = i\pi - 1[/itex]
 
Nov27-12, 06:12 PM   #6
 
Quote by haruspex View Post
Reinterpreting your integral in the complex plane, we need r >= 0, so over the x interval (-1,0) we will have θ=π:
[itex]\int_{-1}^0ln(z)dz = \int_{1}^0(ln(r)+i\pi) d(-r)[/itex]
How did you go to polar coordinates?

Also, is integrating the function without reinterpreting it into the complex plane o.k. (i.e. is my way of arriving at the same answer legitimate)?
 
Nov27-12, 07:25 PM   #7
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by piercebeatz View Post
How did you go to polar coordinates?
Not polar co-ordinates (which would be (r,θ)) but the polar form of complex variables (z=re). It's better not to confuse the two.
is integrating the function without reinterpreting it into the complex plane o.k.
No, for the reasons given in other posts.
 
Nov27-12, 08:10 PM   #8
 
Quote by haruspex View Post
Not polar co-ordinates (which would be (r,θ)) but the polar form of complex variables (z=re.
OK, but what did you do to transform the integral into that form?
 
Nov27-12, 08:44 PM   #9
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by piercebeatz View Post
OK, but what did you do to transform the integral into that form?
First, you need to assume a specific path, P (though for the ln() function it won't matter as long as we don't go around the origin to get there). Assume it's along the negative real axis. So at all points in the path, z is of the form re.
[itex]\int_Pln(z)dz = \int_P(ln(re^{iπ}) dre^{iπ}= e^{iπ}\int_{r=1}^0(ln(r)+iπ) dr = -\int_{r=1}^0(ln(r)+iπ) dr[/itex]
[itex] = \int_{r=0}^1(ln(r)+iπ) = \left[(r ln(r)-r+iπr)\right]_0^1 = -1+iπ [/itex]
 
Nov27-12, 08:59 PM   #10
 
Quote by haruspex View Post
First, you need to assume a specific path, P (though for the ln() function it won't matter as long as we don't go around the origin to get there). Assume it's along the negative real axis. So at all points in the path, z is of the form re.
[itex]\int_Pln(z)dz = \int_P(ln(re^{iπ}) dre^{iπ}= e^{iπ}\int_{r=1}^0(ln(r)+iπ) dr = -\int_{r=1}^0(ln(r)+iπ) dr[/itex]
[itex] = \int_{r=0}^1(ln(r)+iπ) = \left[(r ln(r)-r+iπr)\right]_0^1 = -1+iπ [/itex]
Alright. What exactly do you mean by a "path"? And why did the limits of integration change?
 
New Reply
Thread Tools


Similar Threads for: Integrating out of the real domain of a function
Thread Forum Replies
Quick domain of function question: Why do you have 2 cases for this function? Calculus & Beyond Homework 9
Inverse tangent function in real and complex domain Calculus & Beyond Homework 1
Frequency domain analysis, real data Engineering, Comp Sci, & Technology Homework 0
Real analysis differentiation of a real function defined by a matrix Calculus & Beyond Homework 6
How do you set up an integral integrating two functions within a domain?? Calculus & Beyond Homework 1