How To sketch the graph of C and label relevant points?
A curve C is given by parametric equations x=sect and y=tant, where 0<=t<pi/2
A curve C is given by parametric equations x=sect and y=tant, where 0<=t<pi/2
1 Answer
Jul 24, 2018
We can rewrite as follows:
#x^2 = sec^2t = tan^2t + 1#
Now solve for
#x^2 - 1 = tan^2t#
#tant = +- sqrt(x^2 - 1)#
Now you can substitute :
#y = +- sqrt(x^2 - 1)#
This is an easy relation to plot now.
Hopefully this helps!