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

  • Thread starter Thread starter Swamp Thing
  • Start date Start date
  • Tags Tags
    Asymptote Curves
Click For Summary

Homework Help Overview

The discussion revolves around understanding the asymptotic behavior of the function \( x^3 - \frac{x^5}{x^2 + 2} \) and similar curves. Participants are exploring how to intuitively estimate the asymptote and the theoretical derivation of the asymptote, which appears to be \( 2x \). The subject area includes polynomial functions and rational expressions.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss numerical simulations and graphical representations to understand the asymptotic behavior. Questions are raised about how to break down the function intuitively and how to theoretically derive the asymptote. There is also mention of using computational tools like Mathematica for assistance.

Discussion Status

The discussion is active, with participants sharing insights and corrections regarding the function's formulation. Some guidance has been provided on the algebraic manipulation of the expression to find the asymptote, and there is a recognition of the relationship between the degrees of the numerator and denominator in determining the type of asymptote.

Contextual Notes

There are indications of confusion regarding the initial formulation of the function, with corrections made to the expression. The discussion also touches on the implications of polynomial division and the characteristics of rational functions in relation to asymptotes.

Swamp Thing
Insights Author
Messages
1,047
Reaction score
798
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
##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.
 
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.
 
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:
Silly me. :oops:
 
##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   Reactions: Charles Link and SammyS

Similar threads

Replies
3
Views
2K
Replies
21
Views
4K
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
1
Views
2K
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K