Parameterize a union of circles

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
chipotleaway
Messages
174
Reaction score
0

Homework Statement


Let [itex]C=\lbrace(x,y) \in R^2: x^2+y^2=1 \rbrace \cup \lbrace (x,y) \in R^2: (x-1)^2+y^2=1 \rbrace[/itex]. Give a parameterization of the curve C.

The Attempt at a Solution


I'm not sure how valid it is but I tried to use a 'piecewise parameterisation', defining it to be [itex]r(t)=(cos(t+\frac{\pi}{6}), sin(t+\frac{\pi}{6})[/itex] for all [itex]t \in [0, 2\pi)[/itex] and [itex]r(t)=(cos(t+\frac{2\pi}{3})+1, sin(t+\frac{2\pi}{3})[/itex] for all [itex]t \in [2\pi, 4\pi][/itex].

So it traces out the first circle out at the top intersection and then the second. But I'm not sure how to make this smooth at the intersection, and one-to-one, as I'm quite sure it has to be. This is the best I could come up with.
 
Physics news on Phys.org
chipotleaway said:

Homework Statement


Let [itex]C=\lbrace(x,y) \in R^2: x^2+y^2=1 \rbrace \cup \lbrace (x,y) \in R^2: (x-1)^2+y^2=1 \rbrace[/itex]. Give a parameterization of the curve C.

The Attempt at a Solution


I'm not sure how valid it is but I tried to use a 'piecewise parameterisation', defining it to be [itex]r(t)=(cos(t+\frac{\pi}{6}), sin(t+\frac{\pi}{6})[/itex] for all [itex]t \in [0, 2\pi)[/itex] and [itex]r(t)=(cos(t+\frac{2\pi}{3})+1, sin(t+\frac{2\pi}{3})[/itex] for all [itex]t \in [2\pi, 4\pi][/itex].

So it traces out the first circle out at the top intersection and then the second. But I'm not sure how to make this smooth at the intersection, and one-to-one, as I'm quite sure it has to be. This is the best I could come up with.
What are the coordinates of the points of intersection ?
 
@SammyS: The circles intersect at [itex]x=\frac{1}{2}[/itex]

@haruspex: As a hybrid function/parameterization? So x=cos(t) for t in some interval and x=cos(t)+1 for t in another interval?

Would this mean we are doing two separate parameterizations and so they don't have to be smooth at the intersection?