Transformation of unit sqaure to circle

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 8K views
unique_pavadrin
Messages
100
Reaction score
0
I was wondering if anybody knew how to transform a unit square (point A (0,0) point B (1,0) point C (1,1) point D (0,1)) into a circle using a transformation matrix, or if there is a special name for this case.
Many thanks,
unique_pavadrin
 
Physics news on Phys.org
Well, look closely on the standard polar coordinates transformation.
This takes a rectangle onto a circle.

So, all you need to do is to map the unit square onto that rectangle, and you're done.
 
hmm...so the x' and y' points would be rcos(theta) and rsin(theta) respectivly?
thanks
 
thank you, however I am am still a little unsure...sorry...
 
thank you HallsofIvy