Wednesday, April 20, 2016

calculus - Integrating int10sqrtfraclog(1/t)t,mathrmdt=sqrt2pi



I'd like to evaluate the integral




10log(1/t)tdt.



I know that the value is 2π but I'm not sure how to get there.



I've tried a substitution of u=log(1/t), which transforms the integral into



0ueudu.



This seems easier to deal with. But where do I go from here? I'm not sure.



Answer



The function Γ(x) is defined as



Γ(x)=0tx1etdt.



This general integral below on the left can be transformed in terms of the gamma function with a substitution like so:



0tx1ebtdt=0(ub)x1eubdu=bxΓ(x).



This is in the form of the integral in the question. Plugging in the values yields the desired result, 2π.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...