Does anyone know how to draw a vertical line on the TI-nspire?
Note sure if this will work, but found this by googing.
I've been creating vertical lines on Graph and Geometry pages by using
parametric functions. For example, setting x1(t) = 3 and y1(t) = t
will graph the vertical line x = 3. In my work, I set x1(t) = p
where p is a parameter controlled by a slider. In that way, the user
can move the vertical line left or right as necessary.
That will work, although if you know the equation of the asymptote that last part with the p isn't necessary. You may end up with a vertical line that doesn't cover the whole screen, if so change the

to say

or something that will cover the y-values (will depend on the scale you are using).
This next part isn't necessary and I wouldn't waste time on it in exams or sacs, but if you want to make it dotted then [Menu] [1:Actions] [4:Attributes] then hover over the line, click and select the second drop down box and change the style of the line to whichever dotted line you want.
Also on that note, if you want a break at sometime and just want to play around with the calc, you can make a rollercoaster

, drawing a sin(x) wave, then drawing a small box with two points on that line. Then using the attributes menu and animation speed dropdown, you can see it so that the box will move and follow the curve, like a cart riding a rollercoaster (ok this last bit is just wasting time, I got bored in one of my further classes one day and was playing around and figured it out

).