Results 1 to 6 of 6

Thread: collinear

  1. #1

    Thread Starter
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111

    collinear

    Are the points A(-2,-3), B(1,-1), and C(8,3) collinear?

    I said no, but the teacher said I'm wrong.

  2. #2
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397
    My Math termonology is a little rusty, but if collinear does mean if they all lay on a single line, then

    Since the slope from {1,-1} to {-2,-3} = (-3 - -1)/(-2-1) = -2/-3 = 2/3,
    and the slope from {8,3} to {1,-1} = (-1 - 3)/(1 - 8) = -4/-7 = 4/7,

    And since no one can validly prove 2/3 = 4/7,
    then I don't believe they are collinear.

    So, why does your teacher believe they are?


  3. #3
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Code:
    Three points are collinear if for each point xi for (X, Y, Z)
    (where i is 1,2,3) the following is true:
    
     X2-X1 : Y2-Y1 : Z2-Z1 = X3-X1 : Y3-Y1 : Z3-Z1
     
     Since we can assume Z is always zero (two dimensions) we get:
     
     -1 -(-2):-1 -(-3):0-0 must equal 8-(-2): 3-(-3):0-0
     which is:
        1:2:0 = 10:0:0
    These are NOT equal ratios, the lines are therefore not collinear.

  4. #4

    Thread Starter
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Well, I'm in alternative education, because regular school is quite boring, and I'm doing advanced alegrebra with trig. The program says I'm wrong, but I know I'm right. I showed the teacher, and she agreed.

    This happens quite often, and the problem doesn't get addressed probably because I'm the second one since the founding of the program to actually do the course.

    Oh well. She passed me out of it.

  5. #5
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    hey digital error. try this:

    using long division, divide 2.0000... by 2. except at first, instead of writing a "1", use a "0" as shown below:
    Code:
                 0.
                ------------------
             2 /2.0000000000000...
    Last edited by bugzpodder; Nov 12th, 2002 at 07:07 PM.
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  6. #6
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Bugz,

    Nice...so it's 0.99999...?
    Merry Math Making!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width