Question
How to Test Whether the Series \(\sum \frac{1}{n+n!}\) Converges
Original question: 7a)
Expert Verified Solution
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
Because , we have
Step 2: Use a known convergent series
The series
converges.
Since is positive and bounded above by a convergent series term-by-term, the comparison test gives
A quick ratio-test check
If you try the ratio test,
and the factorial growth drives this ratio toward 0, which is also consistent with convergence.
Pitfall alert
A common slip is to compare with . That is too weak and can distract you from the fact that dominates everything here. The clean move is to compare directly with or use the ratio test.
Try different conditions
If the denominator were changed to , the same idea still works: the terms are even smaller, so comparison with or would again show convergence. If the denominator were only , 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.