Calc I limit (find the horizontal asymptote)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
Dr. HappyNuke
Messages
8
Reaction score
0
I'm a calc newb, and I am a little stumped here. Thanks for your help. How do you do this?

http://www.webassign.net/www29/symImages/0/8/103b04681b693242466ef17cefccc1.gif
 
Last edited by a moderator:
Physics news on Phys.org
If the limit exists, denote it by L. Then
[tex] \begin{align*}<br /> \lim_{x\to\infty} \arctan(x^5-x^7) &= L \\<br /> \lim_{x\to\infty} (x^5-x^7) &= \tan(L)<br /> \end{align*}[/tex]
So as the left side approaches -infinity, what does L have to approach? Remember tan=sin/cos.
 
Remember that if a function is continuous, you can take the limit 'inside'. By that, I mean that if f(x) is continuous, then [tex]\lim_{x \rightarrow \infty} f(x) = f(\lim_{x \rightarrow \infty} x)[/tex].



arctan(x) is a continuous function, so just like Office Shredder first suggested, find the limit of x^5 - x^7 first.
 
Not to spoil the surprise, but

While the idea in the two above posts is correct, it should be noted that in this case

[tex]\lim_{x \rightarrow \infty} (x^5-x^7)[/tex]

is NOT in the domain of either tan(x) or arctan(x) so you technically can't arctan out of the limit, and in this case the limit is not in the domain of tan(x) either. So while doing what JG and n!k posted should give a good idea as to what the answer is, they can't be used as methods for final solutions
 
Office_Shredder, I thought that arctan(x) was defined for all x and also continuous for all x?