Having problems with this limit

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Limit
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit of a function involving cosine as n approaches infinity, specifically the expression: lim_{n \rightarrow \infty} n^8 (2cos(1/n^2) - 2 + 1/n^4). Participants explore various methods, including L'Hôpital's rule and Taylor series expansion, to simplify and solve the limit.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the application of L'Hôpital's rule and the potential use of Taylor series for simplification. Some express confusion about the correctness of limits they intend to use. Others question the effectiveness of their approaches and whether they should have used Taylor expansion earlier in the process.

Discussion Status

The conversation is active, with participants sharing their attempts and insights. Some have suggested that using Taylor series may be the most straightforward approach, while others are still grappling with the implications of applying L'Hôpital's rule. There is a recognition of the complexity involved in differentiating the expressions.

Contextual Notes

Participants note that the limit presents an indeterminate form of 0 * infinity, prompting further exploration of the problem. There is also mention of the need for careful handling of terms during differentiation and the potential for variable substitution to simplify the limit evaluation.

twoflower
Messages
363
Reaction score
0
Hi all,

I'm having problems with this limit:

[tex] \lim_{n \rightarrow \infty} n^8 \left( 2\cos \left( \frac{1}{n^2} \right) - 2 + \frac{1}{n^4} \right)[/tex]

I adjusted it to the fraction so that I can use l'Hospital, but it didn't get simpler...I know I should use the limit

[tex] \lim_{x \rightarrow 0} \frac{1 - \cos x}{x^2} = \frac{1}{2}[/tex]

[tex] \lim_{x \rightarrow 0} \frac{\sin x}{x} = 1[/tex]

, the arguments are ready for that but I can't get it even after third l'Hospital...Is there any smart adjustment I can't see at the moment?

Thank you.
 
Last edited:
Physics news on Phys.org
One of those limits you said you should use is wrong.

Anyways, show your work and we can help you with it.
 
Last edited:
Hurkyl said:
One of those limits you said you should use is wrong.

Anyways, show your work and we can help you with it.

I miswrote the limit with cos, sorry. So here is the point I got to:

[tex] - \frac{1}{2} \lim \frac{x^2.\sin \left( \frac{1}{x^2} \right) - 1}{\frac{1}{x^4}}[/tex]
 
If I understand you right, you figured you should apply L'hôpital here too, right? (which is fine, once you prove both numerator and denominator go to 0) What did you get?
 
Last edited:
[tex] \lim_{n \rightarrow \infty} n^8 \left( 2\cos \left( \frac{1}{n^2} \right) - 2 + \frac{1}{n^4} \right) = \lim_{n \rightarrow \infty}\left( n^8\left(2\cos(\frac{1}{n^2}) - 2)\right) + n^4 \right)[/tex]

Does that help to express things better ? The cosine part approaches one as n becomes larger and larger, and the form [tex]2 \cos\theta - 2[/tex] will approach zero. You don't even have to wonder what happens when you multiply that by [tex]n^8[/tex] because you're adding to [tex]n^4[/tex] which unequivocally tends to infinity, so that's the limit.
 
Yes, 2 cos (1/n^2) - 2 does tend to zero, but n^8 tends to infinity, and 0 * infinity is an indeterminate form. Furthermore, that term is always nonpositive.
 
Hurkyl said:
Yes, 2 cos (1/n^2) - 2 does tend to zero, but n^8 tends to infinity, and 0 * infinity is an indeterminate form. Furthermore, that term is always nonpositive.


That's true. I'm wrong, sorry very sleepy at the moment (after 2 am here).
 
Hurkyl said:
If I understand you right, you figured you should apply L'hôpital here too, right? (which is fine, once you prove both numerator and denominator go to 0) What did you get?

Well, after next l'Hospitaling I got

[tex] \frac{1}{4} \lim \frac{ - \cos \left( \frac{1}{x^2} \right) + x^2.\sin \left( \frac{1}{x^2} \right)}{\frac{4}{x^6}}[/tex]

which is 0/0 again...
 
I have an interesting idea. Try the Taylor's expansion for cosine. I get the final limit as 1/12, but I really am sleepy and could be wrong. :smile:

EDIT : The limit is [tex]\frac{1}{12}[/tex]. Basically express the cosine part as a series of powers of n, multiply out by [itex]n^8[/itex], simplify and take the limit. Off to bed now.
 
Last edited:
  • #10
Curious3141 said:
I have an interesting idea. Try the Taylor's expansion for cosine. I get the final limit as 1/12, but I really am sleepy and could be wrong. :smile:

You're right :wink:
 
  • #11
Curious3141 said:
I have an interesting idea. Try the Taylor's expansion for cosine. I get the final limit as 1/12, but I really am sleepy and could be wrong. :smile:

EDIT : The limit is [tex]\frac{1}{12}[/tex]. Basically express the cosine part as a series of powers of n, multiply out by [itex]n^8[/itex], simplify and take the limit. Off to bed now.

One more question, please, did you do the Taylor expansion right from the original limit or did you use l'Hospital and not before then did you use Taylor?
 
  • #12
twoflower said:
One more question, please, did you do the Taylor expansion right from the original limit or did you use l'Hospital and not before then did you use Taylor?

Ok, now I read the edit in your post. I'll try it, unfortunately I'm not familiar with Mr. Taylor much
:smile:
 
  • #13
If you go Taylor, the -2 and the 1/(n^4) cancel out against the first 2 terms in the series beautifully. Looks like it was made for this purpose.
 
  • #14
Galileo said:
If you go Taylor, the -2 and the 1/(n^4) cancel out against the first 2 terms in the series beautifully. Looks like it was made for this purpose.

Probably yes. Maybe I should take a look at that magic Taylor before tommorow exam :smile:
 
  • #15
Yes, that does look more complicated than the original, when you applied L'hôpital's rule. Can you think of any way to rewrite the fraction so that when you differentiate, it won't become more complicated?
 
  • #16
Hurkyl said:
Yes, that does look more complicated than the original, when you applied L'hôpital's rule. Can you think of any way to rewrite the fraction so that when you differentiate, it won't become more complicated?

Well Hurkyl, in my opinion, when we know now that this limit was probably intended to be solved using Taylor, there may be no chance to l'Hospital-it into a more simple form...maybe I'm wrong, but I'm afraid sometimes the limits can be solved in only one way...

Or do you have the way how to make it simpler and are you just asking me whether I have found it too?
 
  • #17
twoflower said:
Well Hurkyl, in my opinion, when we know now that this limit was probably intended to be solved using Taylor, there may be no chance to l'Hospital-it into a more simple form...maybe I'm wrong, but I'm afraid sometimes the limits can be solved in only one way...

Or do you have the way how to make it simpler and are you just asking me whether I have found it too?

If you do a variable substitution in the beginning, then things get easier. Do you see it? Hint: differentiating cos(1/x^2) is really messy.
 
  • #18
Could you help me please? I'm having troubles with the Taylor expansion. I got:

[tex] \lim x^8 \left( \frac{1}{24x^8} + \frac{1}{2x^4} - 1 \right)[/tex]

but it isn't much useful...What am I doing wrong with the expansion?

Thank you.
 
  • #19
There is a way of making it simpler, and I am hoping to hint you towards seeing how.

Using Taylor series is certainly the easier way to do the limit, though.
 
  • #20
Cost=1-t^2/2!+t^4/4!-t^6/6!+t^8/8!+...
Your t=1/n^2
 
Last edited:
  • #21
Yegor said:
Cost=1-t^2/2!+t^4/4!-t^6/6!-t^8/8!+...
Your t=1/n^2

I finally have it, I did the expansion of cos properly, but forgot to multiply each term with 2...
 
  • #22
twoflower said:
I finally have it, I did the expansion of cos properly, but forgot to multiply each term with 2...

Well, since you've completed the problem, I thought I'd just mention how I did it, and what I think Hurkyl was hinting at. I substitued a=1/x^2, and then took the limit with a->0. This makes differentiating a little easier. Using l'Hopital's rule over and over you get 1/12.
 
  • #23
Actually, I was hinting to divide the numerator and denominator through by x^2, so that the "complication" of the product rule doesn't enter.
 

Similar threads

  • · Replies 21 ·
Replies
21
Views
2K
Replies
28
Views
2K
Replies
8
Views
2K
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K