Question

How to Test Whether the Series \(\sum \frac{1}{n+n!}\) Converges

Original question: 7a) n=11n+n!\sum_{n=1}^{\infty} \frac{1}{n+n!}

an=1n+n!a_n=\frac{1}{n+n!} an+1=1n+1+(n+1)!a_{n+1}=\frac{1}{n+1+(n+1)!}

limn1n+1+(n+1)!n+n!\lim_{n\to\infty} \frac{1}{n+1+(n+1)!}\cdot n+n!

Expert Verified Solution

thumb_up100%(1 rated)

Key concept: This is a nice comparison-test problem. The factorial in the denominator grows so fast that the terms become much smaller than a familiar p-series term.

Step by step

Step 1: Compare the term with something simpler

Let

an=1n+n!.a_n=\frac{1}{n+n!}.

Because n+n!n!n+n!\ge n!, we have

0<1n+n!1n!.0<\frac{1}{n+n!}\le \frac{1}{n!}.

Step 2: Use a known convergent series

The series

n=11n!\sum_{n=1}^{\infty}\frac{1}{n!}

converges.

Since ana_n is positive and bounded above by a convergent series term-by-term, the comparison test gives

n=11n+n! converges.\sum_{n=1}^{\infty}\frac{1}{n+n!} \text{ converges.}

A quick ratio-test check

If you try the ratio test,

an+1an=n+n!n+1+(n+1)!,\frac{a_{n+1}}{a_n}=\frac{n+n!}{n+1+(n+1)!},

and the factorial growth drives this ratio toward 0, which is also consistent with convergence.

Pitfall alert

A common slip is to compare 1n+n!\frac{1}{n+n!} with 1n\frac{1}{n}. That is too weak and can distract you from the fact that n!n! dominates everything here. The clean move is to compare directly with 1n!\frac{1}{n!} or use the ratio test.

Try different conditions

If the denominator were changed to n+(n!)2n+(n!)^2, the same idea still works: the terms are even smaller, so comparison with 1n!\frac{1}{n!} or 1(n!)2\frac{1}{(n!)^2} would again show convergence. If the denominator were only n2+nn^2+n, then you would need a different test, because the factorial advantage would be gone.

Further reading

comparison test, factorial growth, absolute convergence

FAQ

Does the series sum 1 over n plus n factorial converge?

Yes. Since 0 < 1/(n+n!) <= 1/n!, and the series sum 1/n! converges, the comparison test shows that sum 1/(n+n!) converges.

Which test is best for sum 1 over n plus n factorial?

The comparison test is the most direct choice. The ratio test also works, but comparison with 1/n! is faster and cleaner.

chat