Calculus – Solving FoxTrot Bill Amend Problems

algebra-precalculuscalculusderivativesintegrationlimits

So I found this on the Wolfram website today:

cartoon

So I was wondering about how one might be able to (if possible) solve those four problems by hand. Here are the problems, $\LaTeX$ed:

  1. $ \lim_{x \to +\infty} \dfrac {\sqrt{x^3-x^2+3x}}{\sqrt{x^3}-\sqrt{x^2}+\sqrt{3x}} $
  2. $ \displaystyle\sum_{k=1}^{\infty} \dfrac {(-1)^{k+1} k^2}{k^3+1} $
  3. $ \dfrac {\mathrm{d}}{\mathrm{d}u} \left[ \dfrac {u^{n+1}}{(n+1)^2} \cdot \left[ (n+1) \ln u – 1 \right] \right] $
  4. $ \displaystyle\int_0^{2\pi}\displaystyle\int_0^{\frac{\pi}{4}}\displaystyle\int_0^4 \left( \rho \cos \phi \right) \rho^2 \sin \phi \, \mathrm{d}\rho \mathrm{d}\phi \mathrm{d}\theta$

Ideas

  1. The degree of the numerator is $\frac{3}{2}$. The degree of the
    denominator is $\frac{3}{2}$. The expression is of an indeterminate
    form, namely $\frac{\infty}{\infty}$, so we use l'Hoptial's Rule.
  2. No ideas, really.

  3. Derivatives are always pretty easy, although this one is a bit
    bashy. Basically bash Product and Chain Rules, etc.

  4. Integration by Parts bash? The $\mathrm{d}\theta$ part is very
    trivial. I mean for the $\rho$ and $\phi$.

Best Answer

I can derive the sum quite easily, using partial fractions and the residue theorem.

Note that $$\frac{k^2}{k^3+1} = \frac13 \left [\frac{1}{k+1} + \frac{2 k-1}{k^2-k+1}\right ]$$

Now, note that

$$\sum_{k=1}^{\infty} \frac{(-1)^{k+1}}{k+1} = 1-\log{2}$$

For the other piece, note the fortuitous coincidence that

$$\sum_{k=1}^{\infty} \frac{(-1)^{k+1} (2 k-1)}{k^2-k+1} = -\frac12 \sum_{k=-\infty}^{\infty} \frac{(-1)^{k} (2 k-1)}{k^2-k+1}$$

(One may see this by showing that the map $k \mapsto -k$ produces the $k+1$th term of the summand.)

Now, the sum on the RHS may be evaluated using residue theory. In general, one may show that

$$\sum_{k=-\infty}^{\infty} (-1)^k f(k) = -\pi \sum_n \operatorname*{Res}_{z=z_n} [\csc{\pi z} \, f(z)]$$

where the $z_n$ are the non-integral poles of $f$. In this case, the poles are at $z=e^{\pm i \pi/3}$, and we are also lucky to have an $f$ of the form $g'/g$, so that the residue at each pole is simply $1$. Therefore, we have

$$\sum_{k=1}^{\infty} \frac{(-1)^{k+1} (2 k-1)}{k^2-k+1} = \frac{\pi}{2} \left ( \csc{\left (\pi e^{i \pi/3}\right )}+ \csc{\left (\pi e^{-i \pi/3}\right )} \right ) = \pi \, \text{sech}{\left ( \frac{\sqrt{3} \pi}{2}\right )}$$

Therefore,

$$\sum_{k=1}^{\infty} \frac{(-1)^{k+1} k^2}{k^3+1} = \frac13 \cdot \left [ 1-\log{2} + \pi \, \text{sech}{\left ( \frac{\sqrt{3} \pi}{2}\right )}\right ]$$

Related Question