Results 1 to 4 of 4

Thread: How to draw a circle using TI 89

  1. #1
    Join Date
    Feb 2009
    Posts
    56

    How to draw a circle using TI 89

    hi,

    I want to ask a simple question about TI 89 (Texas Instruments 89). How can I draw a circle using TI 89. Can anybody please suggest some useful tips regarding this......thanks

  2. #2
    Join Date
    May 2008
    Posts
    4,345

    Re: How to draw a circle using TI 89

    I think that the scientific calculators are capable of carrying out functions in the form : y = f(x) ...so you need to obtain the explicit form of the function as given in the following form -

    (x^2 - 8x) + (y^2 - 12y) = -36

    (x^2 - 8x + 10) + (y^2 - 12y + 32) = -36 + 10 + 32

    (x-8)^2 + (y-12)^2 = 14

    y - 12 = ± square root((14 - (x-8)^2))

    y = 12 ± square root((14 - (x-8)^2))

    These are the two functions you need to combine to form your circle.

    all the best

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: How to draw a circle using TI 89

    Whatever your equation is ? You first need to evaluate that equation in terms of 'Y' and then simply put the appropriate values (normally integers) into the TI 89 application, you 'll get the required result.

  4. #4
    Join Date
    May 2008
    Posts
    3,316

    Re: How to draw a circle using TI 89

    Circles are not the functions. You will require the separate conics program to simplify the equation in terms of the required format so that you can easily enter the values.

Similar Threads

  1. Replies: 1
    Last Post: 25-02-2012, 11:31 AM
  2. How to draw a circle from 3 points using C++ language
    By jAYASENA in forum Software Development
    Replies: 5
    Last Post: 27-06-2011, 10:31 AM
  3. How to draw a circle in Excel 2007
    By Daksha90 in forum Windows Software
    Replies: 5
    Last Post: 13-06-2011, 08:20 AM
  4. Draw a rectangle using VB.NET
    By MACE in forum Software Development
    Replies: 3
    Last Post: 04-11-2009, 10:17 PM
  5. How to Draw & Color in lotus 123
    By FADILA in forum Windows Software
    Replies: 3
    Last Post: 31-08-2009, 11:34 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,312,038.69592 seconds with 17 queries