Chapter 5.1 Practice
Fully Worked Out Questions
- Take \(D\) to be the disk of radius \(3\) with center at \((2,4)\). Find a path that parameterizes the boundary of \(D\). Be sure that \(D\) moves clockwise.
Answer
Rotation on the unit circle (radius \(1\) and center \((0,0)\)) in a counterclockwise direction is given by \[R_t(1,0)=(\cos(t),\sin(t))\star(1,0)=(\cos(t),\sin(t)),\] where \(t\in[0,2\pi].\) To get a parameterization of the boundary of \(D\), scale symmetrically by \(3\) and then shift the path in the direction \(\langle 2,4\rangle:\) \[\langle 2,4\rangle+\sigma_3(\cos(t),\sin(t))=(3\cos(t)+2,3\sin(t)+4).\] To get a clockwise parameterization, scale \(t\) by \(-1\). The final answer is \[c(t)=(3\cos(-t)+2,3\sin(-t)+4)\] where \(t\in[0,2\pi].\) - Take \(R\) to be the rectangle with vertices \((3,5), (4,11), (-14,14)\) and \((-15,8)\). Find a piecewise linear function \(c\) that parameterizes the boundary of \(R\) and simulate the motion of a particle whose position at time \(t\) is \(c(t)\).
Answer
Start with identifying the vector that moves the vertex \((3,5)\) to the vertex \((4,11).\) The vector is \(V=\langle 1,6\rangle.\) The unit vector in the same direction as \(V\) and its corresponding unit, perpendicular vector are \[\hat{V}=\left\langle\frac{1}{\sqrt{37}},\frac{6}{\sqrt{37}} \right\rangle\quad\text{and}\quad\hat{V}_{\perp}=\left\langle -\frac{6}{\sqrt{37}},\frac{1}{\sqrt{37}}\right\rangle.\] The side lengths of the rectangle, \(a\) and \(b\), are \[a=\|V\|=\sqrt{37}\quad\text{and}\quad b=\|(-14,14)-(4,11)\|=3\sqrt{37}.\] The piecewise linear function \(c\) that parameterizes the boundary of \(R\) is \[c(t)=\begin{cases}\sqrt{37}t\left\langle\frac{1}{\sqrt{37}},\frac{6}{\sqrt{37}}\right\rangle+(3,5)&\text{if }0\leq t<1\\ 3\sqrt{37}(t-1)\left\langle -\frac{6}{\sqrt{37}},\frac{1}{\sqrt{37}}\right\rangle+(4,11)&\text{if }1\leq t<2\\ -\sqrt{37}(t-2)\left\langle\frac{1}{\sqrt{37}},\frac{6}{\sqrt{37}}\right\rangle+(-14,14)&\text{if }2\leq t<3\\ -3\sqrt{37}(t-3)\left\langle -\frac{6}{\sqrt{37}},\frac{1}{\sqrt{37}}\right\rangle +(-15,8)&\text{if }3\leq t\leq 4.\end{cases}.\] This can be simplified down to look like this \[c(t)=\begin{cases}t\left\langle 1,6\right\rangle+(3,5)&\text{if }0\leq t<1\\ (t-1)\left\langle -18,3\right\rangle+(4,11)&\text{if }1\leq t<2\\ (t-2)\left\langle-1,-6\right\rangle+(-14,14)&\text{if }2\leq t<3\\ (t-3)\left\langle 18,-3\right\rangle +(-15,8)&\text{if }3\leq t\leq 4.\end{cases}.\] - Take \(R\) to be the rectangle with vertices \((3,5), (4,11), (-14,14)\) and \((-15,8)\). Describe \(R\) as the feasible set of inequalities.
Answer
Start with the determining the lines that describe each edge of \(R\). This can be by looking at the piecewise linear path.
The first piece, \(t\left\langle 1,6\right\rangle+(3,5),\) can be rewritten like this: \(y=6(x-3)+5.\)
The second piece, \((t-1)\left\langle -18,3\right\rangle+(4,11),\) can be rewritten like this: \(y=-\frac{1}{6}(x-4)+11.\)
The third piece, \((t-2)\left\langle-1,-6\right\rangle+(-14,14)\), can be rewritten like this: \(y=6(x+14)+14.\)
The fourth piece, \((t-3)\left\langle 18,-3\right\rangle +(-15,8)\), can be rewritten like this: \(y=-\frac{1}{6}(x+15)+8.\)
The feasible set of inequalities looks like this: \[\begin{cases} y\geq 6(x-3)+5\\ y\leq-\frac{1}{6}(x-4)+11\\ y\leq 6(x+14)+14\\ y\geq -\frac{1}{6}(x+15)+8 \end{cases}\] - Take \(R\) to be the rectangle with ordered vertex set \(((3,5), (4,11), (-14,14), (-15,8))\). Is \(R\) positively oriented?
Answer
Take \(p_1=(3,5)\), \(p_2=(4,11)\) and \(p_3=(-14,14).\) To determine the orientation, check whether \[p_3-p_2=\|p_3-p_2\|\hat{V}_{\perp},\] where \(V=p_2-p_1.\) For this problem,\(V=\langle 1,6\rangle\) and so \(\hat{V}_{\perp}=\left\langle -\frac{6}{\sqrt{37}},\frac{1}{\sqrt{37}} \right\rangle.\) Also \(p_3-p_2=\langle-18,3 \rangle\) and \(\|p_3-p_2\|=3\sqrt{37}.\) Calculate \(\|p_3-p_2\|\hat{V}_{\perp}\) to get that \[\begin{align*}\|p_3-p_2\|\hat{V}_{\perp}&=3\sqrt{37}\left\langle -\frac{6}{\sqrt{37}},\frac{1}{\sqrt{37}} \right\rangle\\ &=\langle -18,3\rangle.\end{align*}\] This is equal to \(p_3-p_2\), which means that \(R\) is positively oriented. - Take \(R\) to be the rectangle with ordered vertex set \(((3,5), (4,11), (-14,14), (-15,8))\). Find a translation and rotation so that \((3,5)\) is moved to \((0,0)\) and one of the edges of \(R\) is on the \(x\)-axis.
Answer
First translate all points by the vector that moves \((3,5)\) to \((0,0),\) which is the vector \(V=\langle -3,-5\rangle.\) The original vertices of \(R\) \[(3,5),(4,11),(-14,14),(-15,8)\] translated by \(V=\langle -3,-5\rangle\) are now the vertices \[(0,0),(1,6),(-17,9),(-18,3).\] This new rectangle is \(V+R.\) To get one of the edges of \(V+R\) in the \(x\)-axis, rotate \(V+R\) by the right amount. To find this focus on the vertex \(p=(1,6).\) Its projection onto the unit circle, \(q=\left(\frac{1}{\sqrt{37}},\frac{6}{\sqrt{37}}\right)\), is an angle that takes \((1,0)\), a point on the \(x\)-axis, to \(q=\left(\frac{1}{\sqrt{37}},\frac{6}{\sqrt{37}}\right)\). To go the other way around, calculate \(q^{-1}\), which is \(q^{-1}=\left(\frac{1}{\sqrt{37}},-\frac{6}{\sqrt{37}}\right).\) Therefore, rotate \(V+R\) by \(q^{-1}\) to achieve our goal. The vertices of \(q^{-1}\star(V+R)\) are \[q^{-1}\star (0,0)=(0,0),\] \[q^{-1}\star (1,6)=\left(\frac{37}{\sqrt{37}},0\right),\] \[q^{-1}\star (-17,9)=\left(\frac{37}{\sqrt{37}},\frac{111}{\sqrt{37}}\right),\] \[q^{-1}\star (-18,3)=\left(0,\frac{111}{\sqrt{37}}\right).\] So the final answer is that a translation by \(V=\langle -3,-5\rangle\) and a rotation by \(q^{-1}=\left(\frac{1}{\sqrt{37}},\frac{6}{\sqrt{37}}\right)\) will produce the desired results. - Take \(R\) to be the oriented triangle with ordered vertex set equal to \(((2,3),(8,4),(6,9))\). Find a continuous, piecewise linear parameterization for the boundary of \(R\), where the domain of the path is equal to \([0,5].\)
Answer
The are many different parameterizations of the triangle \(R\) with a domain of \([0,5]\). The example below breaks the path to time intervals \([0,2]\), \((2,4]\) and \((4,5]:\) \[c(t)=\begin{cases}\frac{t}{2}\langle 6,1 \rangle +(2,3)&\text{if }0\leq t\leq 2\\ \frac{t-2}{2}\langle -2,5\rangle +(8,4)&\text{if }2<t\leq 4\\ (t-4)\langle-4 ,-6\rangle+(6,9)&\text{if }4<t\leq 5\end{cases}.\] - Take \(p_1=(1,2),p_2=(3,4),p_3=(2,5)\). Use the shoelace formula to determine the area of the triangle \(\Delta p_1p_2p_3\) and to determine whether or not the triangle is positively or negatively oriented.
Answer
Use the shoelace formula: \[\begin{align*} \alpha(\triangle p_1p_2p_3)&=\frac{1}{2}\left(1\cdot 4+3\cdot 5+2\cdot 2-2\cdot 3-4\cdot 2-5\cdot 1\right)\\ &=\frac{1}{2}\cdot(4)\\ &=2. \end{align*}\] So the area is \[\mathcal{A}(\Delta p_1p_2p_3)=|\alpha(\triangle p_1,p_2,p_3)|=|2|=2.\] Because \(\alpha(\triangle p_1p_2p_3)\) is positive, this means that the triangle is positively oriented. - Take \(p_1=(1,2),p_2=(3,4),p_3=(2,5)\) Use Heron’s formula to determine the area of the triangle \(\Delta p_1p_2p_3\) by first finding the length of each of its sides.
Answer
First find the lengths of the triangle: \[a=\|p_1-p_2\|=\sqrt{8}=2\sqrt{2}\] \[b=\|p_2-p_3\|=\sqrt{2}\] \[c=\|p_3-p_1\|=\sqrt{10}.\] The quantity \(S\) is \[S=\frac{a+b+c}{2}=\frac{3\sqrt{2}+\sqrt{10}}{2}.\] The quantities \(S-a\), \(S-b\), and \(S-c\) are \[S-a=\frac{-\sqrt{2}+\sqrt{10}}{2},\] \[S-b=\frac{\sqrt{2}+\sqrt{10}}{2},\] and \[S-c=\frac{3\sqrt{2}-\sqrt{10}}{2}.\] Use Herron’s formula to get \[\begin{align*}\mathcal{A}(\triangle p_1p_2p_3)&=\sqrt{S(S-a)(S-b)(S-c)}\\ &=\sqrt{\frac{3\sqrt{2}+\sqrt{10}}{2}\cdot \frac{-\sqrt{2}+\sqrt{10}}{2}\cdot \frac{\sqrt{2}+\sqrt{10}}{2}\cdot \frac{3\sqrt{2}-\sqrt{10}}{2}}\\ &=\sqrt{ \left(\frac{-\sqrt{2}+\sqrt{10}}{2}\cdot \frac{\sqrt{2}+\sqrt{10}}{2}\right)\cdot\left( \frac{3\sqrt{2}+\sqrt{10}}{2}\cdot\frac{3\sqrt{2}-\sqrt{10}}{2}\right)}\\ &=\sqrt{\left(\frac{-2+10}{4}\right)\cdot\left(\frac{9\cdot 2-10}{4}\right)}\\ &=\sqrt{2\cdot 2}\\ &=2. \end{align*}\] - Take \(\square(1,2)(2,4)(4,3)(3,1)\) to be the parallelogram with the given ordered vertex set. Calculate \(\mathcal{A}(\square (1,2)(2,4)(4,3)(3,1)).\)
Answer
Here are two ways to do it.Shoelace Formula
One method is to use the shoelace formula: \[\begin{align*}\alpha(\square (1,2)(2,4)(4,3)(3,1))&=\frac{1}{2}\cdot \left(1\cdot 4+2\cdot 3+4\cdot 1+3\cdot 2-2\cdot 2-4\cdot 4-3\cdot 3-1\cdot 1\right)\\ &=\frac{1}{2}(-10)\\ &=-5. \end{align*}\] So the area is \[\mathcal{A}(\square (1,2)(2,4)(4,3)(3,1))=|\alpha(\square (1,2)(2,4)(4,3)(3,1))|=5.\]Triangulation
One method is to create a triangulation and find the area of each triangle.
One piece is \(\Delta (1,2)(2,4)(4,3)\) and the other is \(\Delta((1,2)(4,3)(3,1)).\) The area of each triangle is \[\mathcal{A}(\Delta(1,2)(2,4)(4,3))=\frac{5}{2}\quad\text{and}\quad\mathcal{A}(\Delta((1,2)(4,3)(3,1))=\frac{5}{2}.\] So the area of the parallelogram is \[\begin{align*}\mathcal{A}(\square (1,2)(2,4)(4,3)(3,1))&=\mathcal{A}(\Delta(1,2)(2,4)(4,3))+\mathcal{A}(\Delta((1,2)(4,3)(3,1))\\&=\frac{5}{2}+\frac{5}{2}\&=5.\end{align*}\] - Take \(((-3,1),(-1,4),(1,3),(-4,8))\) to be the ordered vertex set of a polygonal path with epoch \((0,3,8,11,15)\). Identify the given path with a piecewise linear function, \(c\). Simulate a particle whose position at time \(t\) is \(c(t)\).
Answer
Based on the ordered vertex set and epoch, we need the particle to do the following:
at \(t=0\), it needs to be at \((-3,1)\)
at \(t=3\), it needs to be at \((-1,4)\)
at \(t=8\), it needs to be at \((1,3)\)
at \(t=11\), it needs to be at \((-4,8)\)
at \(t=15\), it needs to be at \((-3,1).\)
The piecewise linear function \(c\) is therefore \[c(t)=\begin{cases}\frac{t}{3}\langle 2,3\rangle +(-3,1)&\text{if }0\leq t<3\\ \frac{(t-3)}{5}\langle 2,-1\rangle +(-1,4)&\text{if }3\leq t<8\\ \frac{(t-8)}{3}\langle -5,5\rangle +(1,3)&\text{if }8\leq t<11\\ \frac{(t-11)}{4}\langle 1,-7\rangle +(-4,8)&\text{if }11\leq t\leq 15\\ \end{cases}.\] - Take \(((-3,1),(-1,4),(1,3),(-4,8))\) to be the ordered vertex set of a polygon \(P\). Identify a positively oriented triangulation for \(P\) and identify all of the triangles in this triangulation. Calculate the area of your triangulation.
Answer
Here is one example of a positively oriented triangulation of \(P\). One triangle is \(\Delta (-3,1)(-1,4)(-4,8)\) and the other is \(\Delta (-1,4)(1,3)(-4,8).\) Calculate the area using the shoelace formula to get \[\mathcal{A}(\Delta (-3,1)(-1,4)(-4,8))=\frac{17}{2}\quad\text{and}\quad\mathcal{A}(\Delta (-1,4)(1,3)(-4,8))=\frac{5}{2}.\] The sum of these areas equals the area of \(P\); \[\mathcal{A}(P)=11.\] - Take \(((-3,1),(-1,4),(1,3),(-4,8))\) to be the ordered vertex set of a polygon \(P\). Identify a negatively oriented triangulation for \(P\) and identify all of the triangles in this triangulation.
Answer
You can take the triangulation used in the previous question and change the orientation. One triangle is \(\Delta (-3,1)(-4,8)(-1,4)\) and the other is \(\Delta (-1,4)(-4,8)(1,3).\) Calculate the area using the shoelace formula to get \[\mathcal{A}(\Delta (-3,1)(-1,4)(-4,8))=\frac{17}{2}\quad\text{and}\quad\mathcal{A}(\Delta (-1,4)(1,3)(-4,8))=\frac{5}{2}.\] The sum of these areas equals the area of \(P\); \[\mathcal{A}(P)=11.\] - Take \(((-3,1),(-1,4),(1,3),(-4,8))\) to be the ordered vertex set of a polygon \(P\). Use the shoelace formula to determine the area of \(P\) and the orientation of \(\partial_o P\).
Answer
Use the shoelace formula to get \[\begin{align*}\alpha(P)&=\frac{1}{2}\cdot \left(-3\cdot 4+(-1)\cdot 3+1\cdot 8+(-4)\cdot 1-1\cdot (-1)-4\cdot (1)-3\cdot (-4)-8\cdot (-3)\right)\\ &=\frac{1}{2}\cdot(22)\\ &=11. \end{align*}\] Because \(\alpha(P)\) is positive, \(\partial_oP\) is positively oriented. The area of \(P\) is \(11.\)
Questions
Take \(f\) to be the function from \([-2,1]\) to \(\mathbb R\) that is given by \[f(x)=2x^2+1.\] Find parameterizations for \(f\) (viewed as a subset of \(\mathbb R^2\)) that have domains equal to the following intervals:
- \([-2,1]\)
- \([0,3]\)
- \([-3,3]\)
Take \(D\) to be the disk of radius \(5\) with center at \((-1,5).\) Find a path that parameterizes the boundary of \(D\) clockwise.
Take \(D\) to be the disk of radius \(2\) with center at \((-2,-2).\) Find a path that parameterizes the boundary of \(D\) counter-clockwise.
Take \(D\) to be the disk of radius \(6\) with center \((2,-6)\).
- Determine a parameterization of \(\partial D\), the boundary of \(D\).
- Determine an inequality for which \(D\) is a feasible set.
- Identify a point in \(D\), a point on \(\partial D\), and a point outside of \(D.\)
Take \(E\) to be the solid ellipse that is given by the equation \[\frac{(x-3)^2}{9}+(y+5)^2 \leq 9.\]
- Find a point that is inside \(E.\)
- Find a path \(c\) that parameterizes the ellipse \(\partial E.\)
Take \(R\) to be the rectangle with vertices \((1,3)\), \((4,4)\), \((3,7)\), and \((0,6).\)
- Find a piecewise linear function \(c\) that parameterizes \(\partial R\) and simulate the motion of a particle whose position at time \(t\) is \(c(t).\)
- Describe \(R\) as the feasible set for a system of inequalities.
- Determine whether \(p=(2,3.33332)\) is inside or outside \(R.\)
For each triangle \(\Delta p_1p_2p_3\), use the shoelace formula to describe the area of the triangle and determine whether or not the triangle is positively or negatively oriented.
- \(p_1=(-1,3),p_2=(1,5),p_3=(0,7)\)
- \(p_1=(0,-3),p_2=(3,0),p_3=(-1,3)\)
- \(p_1=(3,5),p_2=(2,5),p_3=(2,9)\)
For each parallelogram \(\square p_1p_2p_3p_4\), calculate its area.
- \(p_1=(2,4),p_2=(6,7),p_3=(8,12),p_4=(4,9)\)
- \(p_1=(1,-1),p_2=(3,2),p_3=(8,4),p_4=(6,1)\)
- \(p_1=(3,1),p_2=(4,6),p_3=(9,7),p_4=(8,2)\)
For each ordered vertex set of a polygon path and epoch, identify the given path with a piecewise linear function, \(c\).
- ordered vertex set \(((1,4),(3,6),(2,7),(1,5),(-1,3),(-2,6))\), epoch \((0,2,4,5,7,8,10).\)
- \(((0,0),(2,3),(2,6),(0,6),(-3,6),(-3,0))\), epoch \((0,3,6,8,10,12,15).\)
For each vertex set given for a triangle \(\Delta\), determine the circumcircle for \(\Delta\).
- \(\{(2,5),(2,0),(0,3)\}.\)
- \(\{(1,1),(5,2),(3,4)\}.\)
Answers
- \(c(t)=(t,2t^2+1)\) where \(t\) is in \([-2,1]\)
- \((t-2,2(t-2)^2+1)\) where \(t\) is in \([0,3]\)
- \(\left(\frac{1}{2}(t-1),2(\frac{1}{2}(t-1))^2+1\right)\) where \(t\) is in \([-3,3]\)
\(c(t)=(5\cos(-t)-1,5\sin(-t)+5)\) where \(t\) is in \([0,2\pi]\)
\(c(t)=(2\cos(t)-2,2\sin(t)-2)\) where \(t\) is in \([0,2\pi]\)
- \(c\colon [0,2\pi]\to\mathbb{R}^2\) with \(c(t)=(6\cos(t)+2,6\sin(t)-6)\)
- \((x-2)^2+(y+6)^2\leq 36\)
- \(p=(2,-5)\) is in \(D\), \(q=(2,-12)\) is in \(\partial D\), and \(u=(2,6)\) is not in \(D\).
- Any point in the disk centered at \((0,0)\) with radius \(r=3\) that is transformed by \(\langle 3, -5\rangle+X_3.\) For example, \((1,1)\) is in the disk centered at \((0,0)\) with radius \(r=3\). So the point \(p=\langle 3,-5\rangle +X_3(1,1)\) will be in \(E\). The point is \(p=(6,-4).\)
- \((9\cos(t)+3,3\sin(t)-5)\) where \(t\) is in \([0,2\pi]\)
- \[c(t)=\begin{cases}\sqrt{10}\left\langle \frac{3}{\sqrt{10}},\frac{1}{\sqrt{10}}\right\rangle t+(1,3) &\text{ if }0\leq t< 1\\ \sqrt{10}\left\langle -\frac{1}{\sqrt{10}},\frac{3}{\sqrt{10}}\right\rangle (t-1)+\sqrt{10}\left\langle \frac{3}{\sqrt{10}},\frac{1}{\sqrt{10}}\right\rangle +(1,3) &\text{ if }1\leq t< 2\\ -\sqrt{10}\left\langle \frac{3}{\sqrt{10}},\frac{1}{\sqrt{10}}\right\rangle (t-2)+\sqrt{10}\left\langle -\frac{1}{\sqrt{10}},\frac{3}{\sqrt{10}}\right\rangle +\sqrt{10}\left\langle \frac{3}{\sqrt{10}},\frac{1}{\sqrt{10}}\right\rangle +(1,3) &\text{ if }2\leq t< 3\\ -\sqrt{10}\left\langle -\frac{1}{\sqrt{10}},\frac{3}{\sqrt{10}} \right\rangle (t-3)+\sqrt{10}\left\langle -\frac{1}{\sqrt{10}},\frac{3}{\sqrt{10}} \right\rangle+(1,3) &\text{ if }3\leq t< 4 \end{cases}\] or \[c(t)=\begin{cases}\left\langle 3,1\right\rangle t+(1,3) &\text{ if }0\leq t< 1\\ \left\langle -1,3\right\rangle (t-1)+(4,7) &\text{ if }1\leq t< 2\\ \left\langle- 3,-1\right\rangle (t-2)+(3,7) &\text{ if }2\leq t< 3\\ \left\langle 1,-3 \right\rangle (t-3)+(0,6) &\text{ if }3\leq t< 4 \end{cases}\]
- \[\begin{cases}y\geq\frac{1}{3}(x-1)+3\\y\leq-3(x-4)+4\\ y\leq\frac{1}{3}x+6\\ y\geq-3(x-1)+3\end{cases}\]
- Check if it satisfies the above inequalities or translate and rotate the rectangle so one of the edges is on the \(x\)-axis. If you do it the second way, the rotated rectangle has vertices at \((0,0),\left(\frac{10}{\sqrt{10}},0\right),\left(\frac{10}{\sqrt{10}},\frac{10}{\sqrt{10}}\right),\left(0,\frac{10}{\sqrt{10}}\right).\) You can also rewrite these vertices as \((0,0),\left(\sqrt{10},0\right),\left(\sqrt{10},\sqrt{10}\right),\left(0,\sqrt{10}\right).\) Take the point \(p\), and do the same translation and rotation you did to rotate the rectangle. The new point is \(\left(\frac{3.33332}{\sqrt{10}},-\frac{0.00004}{\sqrt{10}}\right).\) For this translated and rotated point to be in the translated and rotated rectangle, its \(x\) and \(y\) coordinates must satisfy \(0\leq x\leq\frac{10}{\sqrt{10}}\) and \(0\leq y\leq \frac{10}{\sqrt{10}}\). The \(y\)-coordinate requirement is not satisfied. So the original \(p\) is not in the rectangle \(R.\)
- \(\mathcal{A}(\Delta p_1p_2p_3)=3\), positively oriented.
- \(\mathcal{A}(\Delta p_1p_2p_3)=\frac{21}{2}\), positively oriented.
- \(\mathcal{A}(\Delta p_1p_2p_3)=2\), negatively oriented.
- \(\mathcal{A}(\square p_1p_2p_3p_4)=14\)
- \(\mathcal{A}(\square p_1p_2p_3p_4)=11\)
- \(\mathcal{A}(\square p_1p_2p_3p_4)=24\)
- \(c(t)=\begin{cases}\langle 2,-2 \rangle\frac{t}{2}+(1,4) &\text{ if } 0\leq t<2\\ \langle -1,-1 \rangle\frac{t-2}{2}+(3,6) &\text{ if } 2\leq t<4\\ \langle -1,2 \rangle(t-4)+(2,7) &\text{ if } 4\leq t<5\\\langle -2,2 \rangle\frac{t-5}{2}+(1,5) &\text{ if } 5\leq t<7\\ \langle -1,-3 \rangle(t-7)+(-1,3) &\text{ if } 7\leq t<8\\ \langle 2,6 \rangle\frac{t-8}{2}+(-2,6) &\text{ if } 8\leq t\leq 10\\ \end{cases}\)
- \(c(t)=\begin{cases}\langle 2,-3 \rangle\frac{t}{3}+(0,0) &\text{ if } 0\leq t<3\\ \langle 0,-3 \rangle\frac{t-3}{3}+(2,3) &\text{ if } 3\leq t<6\\ \langle -2,0 \rangle\frac{t-6}{2}+(2,6) &\text{ if } 6\leq t<8\\\langle -3,0 \rangle\frac{t-8}{2}+(0,6) &\text{ if } 8\leq t<10\\ \langle 0,6 \rangle\frac{t-10}{2}+(-3,6) &\text{ if } 10\leq t<12\\ \langle 3,0 \rangle\frac{t-12}{3}+(-3,0) &\text{ if } 8\leq t\leq 10\\ \end{cases}\)
- \(\left(x-\frac{5}{2}\right)^2+\left(y-\frac{5}{2}\right)^2=\frac{13}{2}\)
- \(\left(x-\frac{29}{10}\right)^2+\left(y-\frac{19}{10}\right)^2=\frac{221}{50}.\)