Graphing f(x) = e^x/x and Testing for Infinity

  • Context: Undergrad 
  • Thread starter Thread starter tomwilliam
  • Start date Start date
  • Tags Tags
    Expression Limits
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
tomwilliam
Messages
142
Reaction score
3
When sketching a graph I'm told to assume that the expression:

f(x) =( e^x)/x

Tends towards the infinite as x tends towards the infinite. Can someone show me how to check this?

Thanks
 
Physics news on Phys.org
The short answer is that the exponential function [itex]a^x[/itex] increases faster than any power of [itex]x[/itex] ([itex]x^{\alpha}, \ \alpha \in \mathbb{R}[/itex]).

The long answer is that you could prove that the limit [itex]\displaystyle \lim_{x\to\infty} \frac{a^x}{x^{\alpha}}[/itex] (and thus that your given limit tends towards inf) tends towards infinity for any [itex]a > 0[/itex] and [itex]\alpha \in \mathbb{R}[/itex] by expanding [itex]a^x = (1+p)^x \geq (1+p)^n[/itex], where [itex]p > 1[/itex] and [itex]n[/itex] is the integer part of [itex]x[/itex], and then doing some algebra. You should have come up with an expression which is smaller than [itex]\frac{a^x}{x^{\alpha}}[/itex] which tends to infinity, which implies the wanted result.
 
Thanks, very clear.