What is the limit of a rational function as x goes to infinity?

  • Thread starter Thread starter Moogie
  • Start date Start date
  • Tags Tags
    Limit Polynomial
Click For Summary

Homework Help Overview

The discussion revolves around evaluating the limit of a rational function as x approaches infinity, specifically the expression \(\frac{-x-1/2}{2x^4}\). Participants are exploring the behavior of the function under these conditions and discussing the proper notation in LaTeX for limits and fractions.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants attempt to rewrite the limit expression in LaTeX and explore different forms of the function to evaluate the limit. There are questions about the correct notation for limits and multiplication in LaTeX, as well as discussions about the implications of the degrees of the numerator and denominator on the limit.

Discussion Status

Some participants have provided guidance on LaTeX formatting and shared their approaches to evaluating the limit. There is a mix of interpretations regarding the limit's value, with some asserting that the limit is zero while others question the correctness of the work leading to that conclusion. The discussion remains open with various perspectives being explored.

Contextual Notes

Participants are navigating the challenges of expressing mathematical concepts in LaTeX, and there are indications of confusion regarding the application of limit properties based on the degrees of polynomials in the numerator and denominator.

Moogie
Messages
167
Reaction score
1
Hi

Could someone see if I have done the following limit right please? By the way, where is the limit symbol in the latex reference as I couldn't find it :(

Anyway the limit is as x-> infinity (I won't keep writing that out) of

[tex]\frac{-x-1/2}{2x^4}[/tex]
 
Physics news on Phys.org
I'll try again..

[tex]\frac{-x-1/2}{2x^{4}}[/tex]

[tex]\frac{(-x-1/2)/-x x -x}{2x^{4}}[/tex]
 
What do you think the limit is, so we can check? For the way to write limit in TeX, click on the following:

[tex]\lim_{x \rightarrow \infty} \frac{-x-1/2}{2x^4}[/tex]
 
I can't get latex to do anything i want. I'm trying to write a nested fraction on the numerator to show I have multiplied and divided (-x-1/2) by -x. Could you show me the code for this please
 
Do you mean

[tex]\lim_{x \rightarrow \infty} \frac{\frac{-x-1/2}{-x}}{-2x^3}[/tex]

or something similar? In any case, this should give you the idea for nested fraction code.
 
Is there anything i can use to create the fractions visually which will then let me get the latex code to copy and paste in here?
 
I really don't know. The best I can do is show you the code; you can see it by clicking on the LaTeX image.
 
[tex]\lim_{x \rightarrow \infty} \frac{\frac{-x-1/2} {-x} . -x }{-2x^4}[/tex]

[tex]\lim_{x \rightarrow \infty} 1+ 1/2x . \frac{-x}{-2x^4}[/tex]

[tex]\lim_{x \rightarrow \infty} 1+ 1/2x . \frac{1}{2x^3}[/tex]

[tex]\lim_{x \rightarrow \infty} 1+ 0 . 0 = 0[/tex]
 
How do you get a multiplication symbol? I had to use a period which looks like a decimal point in the last line
 
  • #10
Moogie said:
[tex]\lim_{x \rightarrow \infty} \frac{\frac{-x-1/2} {-x} . -x }{-2x^4}[/tex]

[tex]\lim_{x \rightarrow \infty} 1+ 1/2x . \frac{-x}{-2x^4}[/tex]

[tex]\lim_{x \rightarrow \infty} 1+ 1/2x . \frac{1}{2x^3}[/tex]

[tex]\lim_{x \rightarrow \infty} 1+ 0 . 0 = 0[/tex]

Your limit is correct but the work isn't. The limit of a constant is the constant. In your work you have
[tex]\lim_{x \rightarrow \infty} 1+ 0 . 0 = 0[/tex]

but
[tex]\lim_{x \rightarrow \infty} 1 = 1[/tex]

You are making this problem more difficult than it needs to be.
[tex]\lim_{x \to \infty} \frac{-x-1/2}{2x^4} = \lim_{x \to \infty} \frac{x(-1 - 1/(2x))}{x \cdot 2x^3} = \lim_{x \to \infty} \frac{-1 - 1/(2x)}{ 2x^3} = 0[/tex]

To make the dot for multiplication, use \cdot.
 
  • #11
Hi

I'm not sure what I wrote earlier. This is how i would do it but i don't know if this is right

[tex]\lim_{x \to \infty} \frac{-x-1/2}{2x^4} = \lim_{x \to \infty} \frac{-x}{2x^4} - \frac{1}{4x^4} = \lim_{x \to \infty} \frac{-1}{2x^3} - \frac{1}{4x^4} = 0 - 0 = 0[/tex]
 
  • #13
In general, if a rational function (one polynomial divided by another) has denominator with higher power than the numerator, its limits, as x goes to infinity, is 0. It the numerator has higher power than the denominator, the limit does not exist. If numerator and denominator have the same power, the limit is the ratio of the leading coefficients.

Those can be shown in more detail by dividing both numerator and denominator by the highest power of x in either.
Here, dividing both numerator and denominator by [itex]x^4[/itex],
[itex]\frac{-x^{-3}- \frac{1}{2}x^{-4}}{2}[/itex]
which gives [itex]\frac{0}{2}= 0[/itex].
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K