A curve has parametric equations: $x=2\csc(X)$, $y=\cot(X)$. How do I find the cartesian equation of the curve? Thanks in advance.
Asked
Active
Viewed 29 times
0
-
https://www.algebra.com/algebra/homework/Trigonometry-basics/Trigonometry-basics.faq.question.1065788.html – lab bhattacharjee Aug 27 '17 at 12:39
-
Welcome to MSE. Please use MathJax. – José Carlos Santos Aug 27 '17 at 12:44
2 Answers
1
My first reaction to any problem involving trig functions is to write them in terms of sine and cosine. Here, $x= 2 csc(X)= \frac{2}{sin(X)}$ and $y= \frac{cos(X)}{sin(X)}$. From the first equation $sin(X)= \frac{2}{x}$ so that $cos(X)= \sqrt{1- sin^2(X)}= \sqrt{1- \frac{4}{x^2}}= \frac{\sqrt{x^2- 4}}{x}$
$y= \frac{\frac{\sqrt{x^2- 4}}{x}}{\frac{2}{x}}= \frac{1}{2}\sqrt{x^2- 4}$.
To allow for possible sign changes, multiply both sides by 2 and square: $4y^2= x^2- 4$ which reduces to the hyperbola $x^2- 4y^2= 4$.
user247327
- 18,710
0
squaring your second equation we get $$y^2=\frac{1-\sin^2(t)}{\sin^2(t)}$$ and from $$\sin(t)=\frac{2}{x}$$ we obtain $$y^2=\frac{1-\left(\frac{2}{x}\right)^2}{\left(\frac{2}{x}\right)^2}$$
Dr. Sonnhard Graubner
- 95,283