I have a function $2x(x-1)=y(y-1)$. I tried to plot it in wolframalpha. However, plotting took a long time without showing any result.
Asked
Active
Viewed 97 times
0
-
2try using geogebra – Nick Aug 11 '16 at 13:30
-
Do note it's not a function but a curve. – Vincenzo Oliva Aug 11 '16 at 14:47
3 Answers
2
If you complete the squares on both sides you get $$2x(x-1)=y(y-1)\\2(x^2-x)=y^2-y\\2(x-\frac 12)^2-\frac 14=(y-\frac 12)^2\\2(x-\frac 12)-(y-\frac 12)^2=\frac 14$$ which fits the standard form for a hyperbola, shifted $\frac 12$ unit right and up from the origin
Ross Millikan
- 374,822
1
If you use polar coordinates $x=r \cos(t)$, $y=r \sin(t)$.
Solve the equation for $r$ to get $$r=\frac{4 \cos (t)-2 \sin (t)}{1+3 \cos (2 t)}$$ Make a polar plot $(0 \leq t\leq \pi)$ to get what Jan Eerland answered.
Claude Leibovici
- 260,315
