5

I need some help understanding how to parameterize a circle.

Suppose the line integral problem requires you to parameterize the circle, $x^2+y^2=1$. My question is, if I parameterize it, would it just be: $r(t)=($cos $t)i+($sin $t)j$? And how would that change if say my radius became $4$ instead of $1$? Thanks in advance!

Extremal
  • 5,785
Katie
  • 259

2 Answers2

4

If you have the circle $x^2+y^2=a^2$, then $x=a$cos $t$ and $y=a$ sin $t$ where $0\leq t \leq 2\pi$. Then $r(t)=(a$ cos $t)i+(a$ sin $t)j$.

Extremal
  • 5,785
0

Your parametrization is correct. Once you have a parameterization of the unit circle, it's pretty easy to parameterize any circle (or ellipse for that matter): What's a circle of radius $4$? Well, it's four times bigger than a circle of radius $1$!

Milo Brandt
  • 60,888