Understanding Oblique Asymptotes in Mathematical Functions

  • Thread starter Thread starter flash
  • Start date Start date
  • Tags Tags
    Asymptote
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 6K views
flash
Messages
66
Reaction score
0
I am trying to draw the graph of

[tex] y = x + \sqrt{|x|}[/tex]

Can I say that as x approaches infinity, y approaches x? That would mean that the function has an oblique asymptote at the line y=x but I'm not sure.

Thanks for any help!
 
Physics news on Phys.org
y=x is an asymptote if (and only if):
y-x approaches zero as x approaches infinity.

Try subtracting x from both sides of your equation, and see whether the right-hand-side expression approaches zero or not.

Alternatively, you could plug in successively larger values of x into your expression (i.e, 100, then 1000, then 10,000).
Does the difference between the value and the value of x get larger or smaller?

Eg., for x = 100:
100 + sqrt(100) = ?
This number is ____ larger than 100.
Repeat for 1000, then 10,000.
 
Thanks for the reply. Thats what I was thinking, the difference gets larger as x gets larger. But then I thought, when you have a function like x^2 + x, it behaves more and more like x^2 as x gets larger. This function behaves more like x as x gets larger, doesn't it?