Asymptote of x^3 - x^5 / ( x^2 + 1) and similar curves

In summary, when plotting the function ##x^3-\frac{x^5}{x^2+2}## in Wolfram Cloud or Mathematica, it approaches the slant asymptote ##2x## instead of ##x^3## as expected. This can be explained by performing polynomial division and finding that the leading term is ##2x##, indicating a slant asymptote. This can also be obtained theoretically and through the use of software such as Mathematica.
  • #1
Swamp Thing
Insights Author
908
572
Playing with some numerical simulations, I plotted this in Wolfram Cloud / Mathematica:
##x^3-\frac{x^5}{x^2+2}##
1575855561058.png

I had naively expected it to approach ##x^3−x^3=0##, but that isn't the case. It approaches 2x.
I can now vaguely understand that the two terms need not cancel at infinity, but I'd like to get a better handle on this.

[1] How to break this down intuitively and estimate the qualitative nature of the asymptote "by inspection"?

[2] How can we obtain the asymptote ##2x## theoretically?

[3] Can we find the equation of the asymptote using Mathematica etc?

[Moderator's note: Moved from a technical forum and thus no template.]
 
Last edited by a moderator:
Physics news on Phys.org
  • #2
##x^3 -\dfrac{x^5}{x^3+2} \sim x^3 -x^{5-3} = x^3 -x^2 \sim x^3## although it looks as if you used another scaling.
 
  • #3
Sorry, the laTex formula was wrong. I've corrected it. It has ##x^2## in the denominator.
Code:
Plot[{x^3-x^5/(x^2+2),2*x},{x,0,20},ImageSize->600,AxesStyle->20,PlotStyle->{Blue,Red},PlotRange->All]

Corrected the title as well.
 
  • #4
Then use good old basic fraction algebra! Search a common denominator, expand the first fraction, add them, calculate the new numerator, divide again and see what the leading term is. Where is the problem?
 
Last edited:
  • #6
##x^3-\frac{x^5}{x^2+2} = \frac{x^3(x^2 + 2) - x^5}{x^2 + 2} = \frac{x^5 + 2x^3 - x^5}{x^2 + 2} = \frac {2x^3}{x^2 + 2}##
If you carry out the polynomial division, you get 2x plus a proper rational expression.

Whenever you have a rational function, as in the third expression above, where the degree of the numerator is one more than the degree of the denominator, there will be a slant asymptote. In this case, the slant asymptote is the line y = 2x, which is what you're seeing in the Wolfram graph.
 
  • Like
Likes Charles Link and SammyS

1. What is an asymptote?

An asymptote is a line that a curve approaches, but never touches or crosses.

2. How do you find the asymptote of a polynomial function?

To find the asymptote of a polynomial function, you can use the following steps:

  • Step 1: Simplify the function by dividing out any common factors between the numerator and denominator.
  • Step 2: Set the denominator equal to zero and solve for x. These values will be the vertical asymptotes of the function.
  • Step 3: Find the horizontal asymptote by comparing the degrees of the numerator and denominator. If the degree of the numerator is greater than the degree of the denominator, the horizontal asymptote is y=0. If the degree of the numerator is equal to the degree of the denominator, the horizontal asymptote is the ratio of the leading coefficients. If the degree of the numerator is less than the degree of the denominator, there is no horizontal asymptote.
  • Step 4: Use the x-values from the vertical asymptotes to plot points on either side of the vertical asymptotes. Connect these points with a dashed line to represent the asymptote.

3. Can a polynomial function have more than one asymptote?

Yes, a polynomial function can have multiple asymptotes. It can have both vertical and horizontal asymptotes, as well as slant asymptotes.

4. How does the degree of the polynomial affect the asymptotes?

The degree of the polynomial can affect the number and type of asymptotes. As the degree of the polynomial increases, the number of vertical asymptotes also increases. The degree of the polynomial also determines the type of horizontal asymptote, as mentioned in step 3 of finding the asymptote.

5. Can the graph of a polynomial function intersect with its asymptote?

No, by definition, an asymptote is a line that a curve approaches but never touches. Therefore, the graph of a polynomial function cannot intersect with its asymptote.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
3
Views
273
  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
890
  • Precalculus Mathematics Homework Help
Replies
21
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • General Math
Replies
3
Views
745
  • Precalculus Mathematics Homework Help
Replies
5
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
1K
Replies
6
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
2K
Back
Top