Method to parameterize circles in R3 laying in a plane

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
dispiriton
Messages
8
Reaction score
0

Homework Statement


In general how do i parametrize a circle of radius r at centre (a,b,c) laying on a plane? E.g. (x + y + z = 6)


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
Vela has given you one method. Another is to find two unit vectors u and v that are perpendicular to the plane's normal vector N and perpendicular to each other. Then use

[tex]R(t) = \langle a,b,c\rangle +r \vec u \cos(t) + r\vec v \sin(t)[/tex]