Drawing an arc of a circle based on an angle

Does anyone know if this is possible? I would like to be able to specify an angle and starting at (0,0) draw a circle of a particular radius and arc length.

I’m trying to create an activity that shows a circle unraveling to form a straight line.

You want to be able to animate something like this, correct?

1 Like

Is this a basic version of what you are thinking?

1 Like

That is beautiful, thank you!

1 Like

How would the center of the circle be changed?

Just use x^2+y^2= it and transform this instead or r and it should work without becoming too complicated

here is the graph Fifth Grade Q5 | Desmos

Does anyone know how to make a slanted circle to fit a shape of a nose? I’m making a math project and I can’t seem to make it work.