I am trying to prove that $S^1 = \{(x,y) \in \mathbb{R}^2 \mid x^2 + y^2 = 1\}$ is path connected, so I need to, for any $(a,b), (c,d) \in \mathbb{R}^2$, find a function $f: [0,1] \to \mathbb{R}^2$ that is continuous, that $f(t) \in S^1$ for all $t$, and $f(0) = (a,b)$, $f(1) = (c,d)$.
I can't figure out how to get started. The function should be a straight line of some sort joining the points, but that doesn't lie entirely on the boundary of the circle. I could take an arc, which surely would lie on the circle, but I don't know how to write out its equation. Polar coordinates is the first thing that comes to mind.
Any help on the formalization would be appreciated.
Using polar coordinates, we can write $S^1=\{(\cos \theta,\sin\theta):\theta \in [0,2\pi]\}$. Thus we can define a map $f:[0,2\pi] \rightarrow S^1$ by $\theta \mapsto (\cos \theta,\sin\theta)$. This map is continuous surjective. Hence $S^1$ is the continuous image of an interval, which is path-connected.