User Portlet User Portlet

Discussions
Hi, here is another - short and simple - approach: func = (2 x^2 - 9)/Sqrt[x^2 - 1]; asympt = Asymptotic[func, x -> Infinity]; Plot[{func, asympt}, {x, -13, 13}, AxesLabel -> {"X", "Y"}, GridLines -> {{1}, None}, PlotStyle ->...