frenzal_dude said:
Sketch y=x + 1/x showing all stationary points and asymptotes.
Asymptotes:
The way I would do it is:
Put in the form (x - a)(y - b) = c
This is where x = a, y = b are asymptotes and c = coefficient or steepness of your graph.
.: y = x + 1/x
(y - x) = 1/x
x(y - x) = 1
(x - 0)(y - x) = 1
therefore the asymptotes are y = x and x = 0
Another way you could do it is by dividing all terms by the lowest power of x, which is a more common method. The method I used above only works for some functions, not all.
Stationary points:
Differentiate y = x + 1/x
dy/dx = 1 - 1/x²
Stationary points occur when dy/dx = 0
1 - 1/x² = 0
1/x² = 1
.: x² = 1
x = 1, -1
Sub x = 1, -1 into original equation
At x = 1, y = 2
At x = -1, y = -2
.: Stationary points are (1,2) and (-1,-2)
You can then work out concavity, and whether each of the stationary points are maximum or minimum points etc.
Your graph should look like a positive hyperbola (or two parabolas) stretching between the two asymptotes.