Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

In[27]:= x[t_] := 2 Cos[t] - Sqrt[t]

y[t_] := 2 Sin[t] + Sqrt[t]


f[t_]  = {Č[Ă], y[t]}
ParametricPlotf[t], t, 0, 3 Pi
{x[0], y[0]}, {xL1.M, yL1.MS, {x[2.], y[2.]}, {x[4.], y[4.]}, {x[5.], y[5.]}, {x[6.], y[6.]}
Out[30]=
5

-5 -4 -3 -2 -1 1 2

Out[31]=

{{2, 0}, {0.0806046, 2.68294}, {- 2.24651, 3.23281},


{- 3.30729, 0.486395}, {- 1.66874, 0.318219}, {- 0.529149, 1.89066}}

In[32]:= FindRoot[{x[t1] ⩵ x[t2], y[t1] ⩵ y[t2]}, {t1, 2}, {t2, 5}]


Out[32]=

{t1 → 1.30899, t2 → 6.54499}


2 ≅≅≅

In[33]:= Show
ParametricPlotf[t], t, 0, 3 Pi,
Graphics
Red, PointSize[.03], Point[f[1.3099]],
Blue, PointSize[.03], Point[f[6.54499]],


Out[33]=
5

-5 -4 -3 -2 -1 1 2

You might also like