Are my answers right? (Calculus YAY )

  • Thread starter Thread starter FancyNut
  • Start date Start date
AI Thread Summary
The discussion revolves around verifying the convergence or divergence of several calculus series. The first series, \(\sum \frac{ln k}{\sqrt{k}}\), is concluded to diverge due to the limit of its terms approaching 1. The second series, \(\sum \frac{cos^2 k}{k^2 +1}\), is determined to converge by comparison to the p-series \(\sum \frac{1}{k^2}\). For the power series \(\sum \frac{n(x-3)^n}{2^{n+1}}\), the radius is found to be 2 with a domain of [1, 5), but further analysis is needed to confirm convergence at the endpoints. The conversation emphasizes the importance of applying proper tests, like the alternating series test and L'Hôpital's Rule, while also addressing common misconceptions in limit evaluations.
FancyNut
Messages
113
Reaction score
0
Are my answers right? (Calculus! YAY!)

I need to know if my answers to these questions are correct... Any help is very much appreciated and thanks in advance. :)

Questions = bold

Does \sum \frac {ln k}{\sqrt k} converge or diverge? limits are 0 to infinity.

answer: diverge because the limit of a_n goes to 1 and not zero.

Does \sum \frac {cos^2 k}{k^2 +1} converge or diverge? Limits are 0 to infinity.

answer: converge because it's smaller then \sum \frac {1}{k^2} which converges because of the p-series test... I'm not sure about this since k is inside cosine... :(

What are the radius and domain of this power series: \sum \frac {n(x-3)^n}{2^(n+1)} limits are 0 to infinity.

answer: Radius is 2 and domain is [ 1, 5)...

What I did here was the ratio test which ended up with a limit of \frac {1}{2} and then got to x being between 1 and 5. I checked both points and the series diverges with 5 plugged in for x and converges (alternate series) when 1 is plugged in...

whew. Again, thanks for any help. This is pretty important right now.
 
Physics news on Phys.org
FancyNut said:
answer: diverge because the limit of a_n goes to 1 and not zero.

How did you get that the limit of the terms is not zero? You might want to check this.

FancyNut said:
answer: converge because it's smaller then \sum \frac {1}{k^2} which converges because of the p-series test... I'm not sure about this since k is inside cosine... :(

That's fine, you can compare the absolute values of the terms in your series to \frac{1}{k^{2}} and conclude your series converges (absolutely). Remember the absolute value of the cos part is no greater than 1.

FancyNut said:
answer: Radius is 2 and domain is [ 1, 5)...

What I did here was the ratio test which ended up with a limit of \frac {1}{2} and then got to x being between 1 and 5. I checked both points and the series diverges with 5 plugged in for x and converges (alternate series) when 1 is plugged in...
Something went wrong with your latex I think, is your series:
\sum \frac {n(x-3)^n}{2^{n+1}}

When you put 1 in for x, what's your series? Can you state the conditions of the alternating series test?
 
Last edited:
Ugh, I knew I didn't get those right. :frown:

shmoe said:
How did you get that the limit of the terms is not zero? You might want to check this.

I just thought that both lnx and x^1/2 go to infinity slowly but they do end up getting bigger and bigger and in the end it's infinity over infinity which I guess is one... but I guessed wrong, right? :(

That's fine, you can compare the absolute values of the terms in your series to \frac{1}/{k^{2}} and conclude your series converges (absolutely). Remember the absolute value of the cos part is no greater than 1.

nice to hear I do have a brain... not a good one though. :p
Something went wrong with your latex I think, is your series:
\sum \frac {n(x-3)^n}{2^{n+1}}

Yeah that's what I meant.
When you put 1 in for x, what's your series? Can you state the conditions of the alternating series test?

conditions for alternating series:

1) limit a_n goes to zero
2) absolute value of a_n is bigger then a_(n+1) and the same for the values after that.
2) a_n > 0 and a_n+1 < 0 and it goes back to bigger then zero for n + 2 and then smaller for the one after that and so on...

When I plug in 1 I get:

\sum \frac {n(-2)^n}{2^n 2^}

Now after that I don't really know what to do since the top 2 has a negative I'm not sure I can cancel it with the bottom... so I just assumed it's an alternating series. :redface:
 
Last edited:
FancyNut said:
I just thought that both lnx and x^1/2 go to infinity slowly but they do end up getting bigger and bigger and in the end it's infinity over infinity which I guess is one... but I guessed wrong, right? :(

x and x^1/2 both go to infinity, but x/(x^1/2) clearly doesn't go to 1.

I'm not sure you have the tools yet to deal with the limit of the terms of this series, but you don't need to in any case here (it won't actually help).

Try a simple comparison test, remembering that ln(x)>=1 if x is large enough.


FancyNut said:
conditions for alternating series:

1) limit a_n goes to zero
2) absolute value of a_n is bigger then a_(n+1) and the same for the values after that.
2) a_n > 0 and a_n+1 < 0 and it goes back to bigger then zero for n + 2 and then smaller for the one after that and so on...

When I plug in 1 I get:

\sum \frac {n(-2)^n}{2^n 2^}

Now after that I don't really know what to do since the top 2 has a negative I'm not sure I can cancel it with the bottom... so I just assumed it's an alternating series. :redface:

You can cancel, and you can break up the numerator as (-2)^n=(-1)^{n}2^{n} then cancel. It's definitely an alternating series from the (-1)^n term, you are right about that (this is your condition 3)). But you can't conclude from the alternating series test that it converges unless you've verified 1) and 2) as well. Do the cancelling, then what do you say about these conditions?
 
For the first one, just because both terms go to infinity, this does not necessarily mean that the limit is one. Equations of the form \frac{0}{0} or \frac{\infty}{\infty} are known as the indeterminate case. They may both approach the same number, but one number may do it much faster than the other, for instance in the fraction \frac{x}{x^4} both numbers approach \infty as x approaches \infty, however x^4 does so much faster that the actual fraction overal approaches 0. A good way to find the limit of a function as it approaches infinity is to use L'Hopitals Rule, basically take the dirivative of both the numerator and the denominator independently, and then evaluate those at the limit points. Using this rule you can find how the original function converges using the dirivatives of both parts of the fraction.
 
Lyuokdea said:
A good way to find the limit of a function as it approaches infinity is to use L'Hopitals Rule, basically take the dirivative of both the numerator and the denominator independently, and then evaluate those at the limit points. Using this rule you can find how the original function converges using the dirivatives of both parts of the fraction.

I'm sorry but I don't agree with you about L'Hopital's Theorem as the subsequent computation of derivatives can not only be tedious but misleading as in the case of

\lim_{x\rightarrow 0} \frac{\sin(\sqrt{x})}{\sqrt{x}}

which CANNOT be computed using L'Hopital's Rule simply because the function is not differentiable at x = 0. However a mere substitution, viz. y=\sqrt{x} gives the answer. Same goes for several rational functions which through a bit of thought can be reduced to previously known limits (some of which may have geometric significance).

Another example is

f(x) = \frac{\tan(x)}{\sec(x)}

and we are required to find the limit of f(x) as x tends to 0. Clearly L'Hopital's Rule is a bad idea...a simpler way is to express the numerator and denominator (in the limit) in terms of sin(x) and cos(x) so the problem reduces to finding the limit of sin(x) as x tends to 0.

I'd suggest that you avoid overuse of the theorem and resort to it only when the function appears to be irreducible or when nothing else comes to mind. Often, a geometric or order of magnitude argument such as the one used by Lyuokdea is a good idea too.

Hope that helps...

Cheers
Vivek
 
Last edited:
shmoe said:
It's definitely an alternating series from the (-1)^n term, you are right about that (this is your condition 3)). But you can't conclude from the alternating series test that it converges unless you've verified 1) and 2) as well. Do the cancelling, then what do you say about these conditions?


\sum \frac {n(-1)^n}{ 2^}

I'm guessing this goes to infinity and doesn't satisfy condition 1 for alternating series. :(



Thanks guys for all the help. I learned a lot from this. :)
 
Back
Top