mickellowery
- 69
- 0
Homework Statement
∑ ln((n)/(n+1)) I was assuming this would be \infty/\infty
and if I divide through by n it gives me 1/1 or 1 so would this just be divergent?
mickellowery said:Homework Statement
∑ ln((n)/(n+1)) I was assuming this would be \infty/\infty
and if I divide through by n it gives me 1/1 or 1 so would this just be divergent?
Homework Equations
The Attempt at a Solution
Mark44 said:\infty/\infty is meaningless as a final answer to anything (it is called indeterminate), and you're ignoring the fact that the general term in your series is ln(n/(n + 1)). As n gets large, n/(n + 1) --> 1, so your general term --> 0. This tells you precisely nothing about your series, so you're going to need to do something else. What other tests do you know?
I'm not sure I understand your question, but I'll take a stab at it. lim [ln(f(x))] = ln[lim (f(x))] as long as f is continuous. In this case f(x) = x/(x + 1), which is continuous for x > - 1. For the series in this problem, it's not shown, but I suspect that n ranges from 1 to infinity.physicsman2 said:Hey Mark, do you have to make it a continuous function to cancel the n's after factoring them out, the way I did it?