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.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top