Monday, February 29, 2016

calculus - Find limit of limlimitsxtoinftyleft((x!)2over(2x)!right)



I'm practising solving some limits and, currently, I'm trying to solve limx((x!)2(2x)!).



What I have done:




  • I have attempted to simplify the fraction until I've reached an easier one to solve, however, I'm currently stuck at the following:




limx((x!)2(2x)!)=limx((xi=1i)22xi=1i)=limx(xi=1ixi=1ixi=1i2xi=x+1i)=limx(xi=1i2xi=x+1i).




  • Instinctively, I can see that the limit is equal to 0, since the numerator is always less than the denominator, thus approaching infinity slower as x.




Question:




  • How can I continue solving the above limit w/o resorting to instinct to determine it equals 0 ?

  • If the above solution can't go any further, is there a better way to approach this problem?


Answer



Continuing from what you have mentioned,

0limx(xi=1i2xi=x+1i)=limxxi=1ii+xlimxxi=1xx+x=limx12x=0.


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...