Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
graphing x^2+y^2=1
06-01-2012, 04:44 PM
Post: #1
graphing x^2+y^2=1
Hi folks,

When I graph x^2+y^2=1 in 3d mode and examine the graph in the x-y plane there is a gap in the graph at the end of the domain of x.

See attached.


How can I correct this if at all?

As always thanks,
Libman


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
09-01-2012, 10:08 AM
Post: #2
RE: graphing x^2+y^2=1
Hi Libman,

That is a result of the way Autograph plots that type of equation numerically. We basically scan from left to right on the x-axis, the size of the steps along the x-axis determines how precise the plot it.

Click on Replot, select Manual and change the x-step to 0.01 for example. You should notice the circle edges getting closer to closing.

To produce a perfectly closing circle you will need to resort to the parametric form. This is plotted numerically by incrementing t which will avoid these issues, because t represents an angle:

x = cost, y = sint, z = 0

Best regards,

Simon
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)