Non-trigonometric parametric equation of a circle

  • Context: Undergrad 
  • Thread starter Thread starter johann1301
  • Start date Start date
  • Tags Tags
    Circle Parametric
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
johann1301
Messages
216
Reaction score
1
I wish to write this equation:

1=√(x2+y2)

as a parametric equation but WITHOUT the use of sine and cosine.

Is this possible?
 
Mathematics news on Phys.org
I don't think so. You could use the maclauren series for sine and cosine, but you'd need an infinite sum for it to be completely correct.

Edit: A generic circle can be drawn in the complex plane without sine/cosine, but it wouldn't be whatsoever equivalent to the formula you gave.
 
There is another parametrization:
$$x={1-t^2 \over 1+t^2}$$
$$y={2t \over 1+t^2}$$
 
I like Serena said:
There is another parametrization:
$$x={1-t^2 \over 1+t^2}$$
$$y={2t \over 1+t^2}$$

Almost - this is a semicircle. -1<t<1.
 
mathman said:
Almost - this is a semicircle. -1<t<1.

It's a little more with ##t \in \mathbb R##, or even better with ##t \in \mathbb R \cup \{\infty\}##.