Trebla said:
y = x + 1/x
A quick way to find the asympote is by this method: (Don't know if you've learnt it or your school approves of it though...)
Make it in the form (x - a)(y - b) = c
Then, you have x = a and y = b as your asymptotes. The c will tell you about the steepness and position of the hyperbola.
So:
y = x + 1/x
=> y - x = 1/x
=> x(y - x) = 1
or: (x - 0)(y - x) = 1
.: asymptotes are x = 0 and y = x
Just to add a note of explanation to that method:
What we're arguing here is that as the product is 1, if one factor approaches +/-infinity, the other factor approaches 1/+-infinity = 0.
So consider x. As it approaches +-infinity, y-x, the other factor, must approach 0. That is, y-->x. So a point(x,y) gets as close as we like to the line y = x. That is y = x is an asymtote.
Similarly near x = 0, y - x = 1/x approaches +-infinity. And so x = 0 is a vertical asymptote.
This is the general method used to find the asymptotes of hyperbolas in ext2 conics.