Rearranging equation of a circle

  • Context: High School 
  • Thread starter Thread starter Georgepowell
  • Start date Start date
  • Tags Tags
    Circle
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 5K views
Georgepowell
Messages
179
Reaction score
0
[solved] rearranging equation of a circle

the equation of a circle with radius 1 around the origin is normally given by:

x²+y²=1

or parametrically:

x= sin(t)
y= cos(t)

If you rearrange the parametric equations to get rid of t you get:

arcsin(x)=arccos(y)

which should also be the equation of the same circle.

So my question is, how do you rearrange arcsin(x)=arccos(y) to get x²+y²=1 ?
 
Last edited:
Mathematics news on Phys.org
[itex]x = sin(arccos(y)) = \sqrt{1 - y^2}[/itex],

because

[itex] \begin{equation*}\begin{split}<br /> arccos(y) &= \theta \\<br /> y &= cos(\theta) \\<br /> \sqrt{1-y^2} &= sin(\theta) \\<br /> \end{split}\end{equation*}[/itex]
 
Thanks, that was more simple than I thought.
 
To go from parametric form
[tex]x = sin(t) \mbox{ and } y =cos(t),[/tex]
to the form
[tex]x^{2} + y^{2} = 1[/tex]
you do not use the rearrangement as you have given. What you do is consider
[tex]x^{2} + y^{2} = sin^{2}(t) + cos^{2}(t) = 1.[/tex]
The last step is using a trigonometric identity.

The rearrangement you have given breaks down as sin and cos are not 'one-to-one' functions thus arcsin and arccos are not the inverse functions. e.g
[tex]sin(0) = sin(\pi) = 0 \mbox{ but what about } arcsin(0) = 0 \mbox{ or } \pi.[/tex]
For arcsin to be well defined it can only be one. This is where trouble can occur.

P.S. My example is not as general as it could have been as [itex]sin(n\pi) = 0[/itex] for all integers n.
 
ThirstyDog said:
The rearrangement you have given breaks down as sin and cos are not 'one-to-one' functions thus arcsin and arccos are not the inverse functions. e.g
[tex]sin(0) = sin(\pi) = 0 \mbox{ but what about } arcsin(0) = 0 \mbox{ or } \pi.[/tex]
For arcsin to be well defined it can only be one. This is where trouble can occur.

I don't understand the problem is with using a one-to-many 'function'. (note the inverted commas)

You would NEED to use one to get an equation of a circle because there are two values for anyone x or y value. Why is using sqrt(1-x²) any better because this can also be two values?

I'm not saying your wrong, just that I don't understand.
 
One could be careful and restrict the domain of sin and cos, such that the functions are 1-1 and hence invertible. It sounds like a bit of argument and specification/patchwork, but not unimaginable.
 
The point I was making was that although through the rearranging you can get the right answer in the end in the middle you made statement which were not entirely true. This is does not matter significantly if you are just looking for a sketch of the proof or aren't required to be completely rigorous.

One technical error that was made was using
[tex]x = sin(t) \Rightarrow t = arcsin(x),[/tex]
this is not actually true. As derek e said this can be fixed by restricting domains etc but this might become tedious.