The Missing Intercept: -1,0 in Parametric Equations

  • Context:
  • Thread starter Thread starter soroban
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
soroban
Messages
191
Reaction score
0

Consider the parametric equations: [tex]\:\begin{Bmatrix}x &=& \dfrac{t^2-1}{t^2+1} \\ y &=& \dfrac{2t}{t^2+1} \end{Bmatrix}[/tex]

Then: [tex]\;x^2 + y^2 \:=\:\left(\frac{t^2-1}{t^2+1}\right)^2 + \left(\frac{2t}{t^2+1}\right)^2 \;=\;\frac{(t^2-1)^2 + (2t)^2}{(t^2+1)^2}[/tex]

. . . . [tex]=\;\frac{t^4-2t^2+1 +4t^2}{(t^2+1)^2} \;=\;\frac{t^4+2t^2+1}{(t^2+1)^2} \;=\;\frac{(t^2+1)^2}{(t^2+1)^2} \;=\;1[/tex]

We have: [tex]\;x^2+y^2\,=\,1[/tex], a unit circle centered at the origin.Find the [tex]y[/tex]-intercepts.
Set [tex]x=0\!:\;\frac{t^2-1}{t^2+1} \,=\,0 \quad\Rightarrow\quad t\,=\,\pm1[/tex]
. . Hence: [tex]\;y \:=\:\frac{2(\pm1)}{(\pm1)^2+1} \:=\:\pm1[/tex]

The [tex]y[/tex]-intercepts are: [tex]\;(0,1),\;(0,-1)[/tex]Find the [tex]x[/tex]-intercepts.
Set [tex]y = 0\!:\;\frac{2t}{t^2+1}\,=\,0 \quad\Rightarrow\quad t \,=\,0[/tex]
. . Hence: [tex]\;x \:=\:\frac{0^2-1}{0^2+1} \:=\:-1[/tex]

The [tex]x[/tex]-intercept is: [tex]\;(-1,0)[/tex]What happened to the other [tex]x[/tex]-intercept?
 
Physics news on Phys.org
A way of thinking on it.

You are giving to any point of the unit circle the parametrization given by the equation of a line whose gradient is rational and passes through $(1,0)$, and the parameter is when that line intersect the circle at a point diferent from $(1,0)$, then the point $(1,0)$ is going to infinity since it's line is tangent to the circle through $(1,0)$.
 
Another, purely analytic, way of looking at it:
The second "solution" for $y=0$ is $t= \infty$ because
$$\lim_{t \to \infty} \frac{2t}{t^2+1} = 0.$$
So taking the limit as $t \to \infty$ of $x$ gives
$$\lim_{t \to \infty} \frac{t^2-1}{t^2+1} = 1,$$
and $(x,y) = (1,0).$