Show (x^3+2x)/(2x+1) < x^2 as x -> infinite

  • Thread starter Thread starter RogerDodgr
  • Start date Start date
  • Tags Tags
    Infinite
AI Thread Summary
To show that (x^3 + 2x)/(2x + 1) < x^2 as x approaches infinity, the expression can be simplified to highlight the dominant terms. The transformation leads to the inequality \frac{-x(x + 2)(x - 1)}{2x + 1} < 0. As x increases, the cubic term in the numerator grows faster than the linear term in the denominator, indicating that the fraction approaches negative infinity. Consequently, for sufficiently large x, the inequality holds true since 2x is less than x^3. Thus, it is established that (x^3 + 2x)/(2x + 1) is indeed less than x^2 as x approaches infinity.
RogerDodgr
Messages
20
Reaction score
0
Show (x^3+2x)/(2x+1) < x^2 as x --> infinite

Homework Statement


Show (x^3+2x)/(2x+1) < x^2 as x --> infinite


Homework Equations


This is not a formal proof. I just need to reduce the left side of the inequality to the point it is fairly obvious that it is less than x^2 as x-->infinite.


The Attempt at a Solution



so far I turned it into
(x^3-1)/(2x+1) + 1 but it is still not broken down enough to be obvious. I'm not sure what to do next.
 
Physics news on Phys.org


I'm not sure how "obvious" you want it to be, but this should do if it isn't going to be a formal proof -

\frac{x^{3}+2x}{2x+1}-x^{2}&lt;0

\frac{x^{3}+2x-2x^{3}-x^{2}}{2x+1}&lt;0

\frac{-x^{3}-x^{2}+2x}{2x+1}&lt;0

\frac{-x(x+2)(x-1)}{2x+1}&lt;0

The polynomial of x with degree 3 in the numerator dominates the linear polynomial in the denominator, so from here it can be seen that as x\rightarrow\infty, the value of the fraction \rightarrow\infty and since the highest degree of x is negative, the value will approach -\infty which is < 0
 


Since x \to \infty you can assume that x &gt; 1 so that 2x &lt; x^3

then, for such x
<br /> \frac{x^3 + 2x}{2x+1} &lt; \frac{x^3 + x^3}{2x} = \frac{2x^3}{2x} = x^2<br />
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top