Solving Limit and Integral Problems: Tips and Tricks

  • Thread starter Thread starter insynC
  • Start date Start date
  • Tags Tags
    Integral Series
insynC
Messages
66
Reaction score
0
Hi all. I've just come across two issues in some problems I have been doing and although I know the results, I can't remember the reason why or how to show it. Hoping someone can point me in the right direction.

Homework Statement



1: lim[n->∞] f(g(n)) = f(lim[n->∞]g(n))

2. Integral terminals [0,a]: ∫dx/(x(a-x))

The Attempt at a Solution



1: I'm pretty sure this is true given f is continuous. I'm sure there's some series theorem that establishes it but I haven't been able to find anything in my notes.

2: From memory I think this integral comes out to be something nice like pi or pi/2, but I couldn't figure it out with trig substitution.

Thanks
 
Physics news on Phys.org
insynC said:
Hi all. I've just come across two issues in some problems I have been doing and although I know the results, I can't remember the reason why or how to show it. Hoping someone can point me in the right direction.

Homework Statement



1: lim[n->∞] f(g(n)) = f(lim[n->∞]g(n))

2. Integral terminals [0,a]: ∫dx/(x(a-x))

The Attempt at a Solution



1: I'm pretty sure this is true given f is continuous. I'm sure there's some series theorem that establishes it but I haven't been able to find anything in my notes.
That's pretty much the definition of continuous!

2: From memory I think this integral comes out to be something nice like pi or pi/2, but I couldn't figure it out with trig substitution.

Thanks
What "trig substitution"? Do it by "partial fractions":
\frac{1}{x(a-x)}= \frac{1}{a}\left(\frac{1}{x}+ \frac{1}{a- x}\right)
\int_0^a \frac{dx}{x(a-x)}= \frac{1}{a}\left(\int_0^a \frac{dx}{x}+ \int_0^a\frac{dx}{a-x}\right)

= \frac{1}{a}\left(ln(x)- ln(a-x)\right)= \frac{1}{a}ln\left(\frac{x}{a-x}\right)
and, since that does not exist at x= 0 or x= a, the integral does not exist.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top