Does anyone outside there know of a package helping to plot the tangent to a 2d curve (not being a circle) at a given point?
In Maple 8 you could compute the tangent line using the procedure TangentLine in the new VectorCalculus package.
Otherwise, just compute it yourself: if it’s a parametric curve x = X(t), y = Y(t), the
tangent line at t=t0 is parametrically
Or if the curve is given implicitly by F(x,y) = c and [x0,y0] is a point on the
curve where the gradient of F is nonzero, the tangent line is given implicitly
by
or parametrically by