Results 1 to 7 of 7

Thread: Simultaneous equation

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2007
    Posts
    1

    Simultaneous equation

    Can't seem to solve it:

  2. #2
    Frenzied Member
    Join Date
    Jun 2006
    Posts
    1,098

    Re: Simultaneous equation

    y - 2x = 3
    y = 2x + 3
    y2 = (2x + 3)2

  3. #3
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: Simultaneous equation

    y - 2x = 3
    y = 2x + 3

    --> submit y into second equation:
    x² + y² = 18
    x² + (2x + 3)² = 18
    etc... (you only have x left now)

    Then, when you get x (both of them), submit them into either one of the equations to get y aswell.

  4. #4
    Lively Member
    Join Date
    Jan 2007
    Posts
    95

    Re: Simultaneous equation

    let me solve this...

    y - 2x = 3
    y = 2x + 3

    --> submit y into second equation:
    x² + y² = 18
    x² + (2x + 3)² = 18
    x² + ([2x]² + 2[2x][3] + [3]²) = 18
    x² + (4x² + 12x + 9) = 18
    x² + 4x² + 12x + 9 = 18
    5x² + 12x + (9 - 18) = 0
    5x² + 12x - 9 = 0
    Now put them in quadratic formula (-b √[b² - 4 a c]) / [2a]
    a = 5, b = 12, c = -9

  5. #5
    I don't do your homework! opus's Avatar
    Join Date
    Jun 2000
    Location
    Good Old Europe
    Posts
    3,863

    Re: Simultaneous equation

    It was OK until:
    Quote Originally Posted by extreme.aly
    let me solve this...

    y - 2x = 3
    y = 2x + 3

    --> submit y into second equation:
    x² + y² = 18
    x² + (2x + 3)² = 18
    x² + ([2x]² + 2[2x][3] + [3]²) = 18
    x² + (4x² + 12x + 9) = 18
    x² + 4x² + 12x + 9 = 18
    5x² + 12x + (9 - 18) = 0
    5x² + 12x - 9 = 0
    Now try again
    You're welcome to rate this post!
    If your problem is solved, please use the Mark thread as resolved button


    Wait, I'm too old to hurry!

  6. #6
    Lively Member
    Join Date
    Jan 2007
    Posts
    95

    Re: Simultaneous equation

    there are 3-4 ways to solve this equation...
    1.quadratic formula
    2.completing the square (the most difficult)
    3.breaking the middle term..
    4. i forgot that one or maybe there are only 3...

    we will use the first one which is easy to use in scriptings...

    the formula is:
    HTML Code:
           ____________
    -b ±√ b² - 4*a*c
    --------------------     <--- divide sign
              2*a
    this is the formula... now we got 5x² + 12x - 9 = 0 in the end
    we will suppose a,b,c like this:

    5x² + 12x - 9 = 0
    ax² + bx + c = 0 so we got:
    a=5, b=12, c=-9

    now put these values in that formula
    HTML Code:
           ____________
    -b ±√ b² - 4*a*c
    --------------------     <--- divide sign
              2*a
    ====================================
    HTML Code:
               ________________
    -(12) ±√ (12)² - 4*(5)*(-9)
    ----------------------------     <--- divide sign
                   2*(5)
    ====================================
    HTML Code:
             ___________
    -12 ±√ 144 - (-180)                    (4*5 = 20,    20*-9 = -180)
    ----------------------------     <--- divide sign
                   2*(5)
    ====================================
    HTML Code:
             _________
    -12 ±√ 144 + 180        (minus * minus = plus)
    ------------------     <--- divide sign
              2*(5)
    ====================================
    HTML Code:
             ____
    -12 ±√ 324             
    ----------     <--- divide sign
            10
    ====================================
    HTML Code:
    -12 ±18        (square root of 328 is 18)
    ----------     <--- divide sign
        10
    ====================================
    now we will get two values of x: look below:
    HTML Code:
    -12 +18                  -12-18
    ----------     AND   ---------
        10                         10
    ==========================
    HTML Code:
     6             -30
    ---   AND   ----
    10              10
    ===============
    HTML Code:
     3              -3
    ---    AND   ---
     5               1
    ==================
    so,
    x= 3/5 and x= -3
    Last edited by extreme.aly; Jun 13th, 2007 at 01:33 PM. Reason: forget to see the preview and submitted the post... and now settling the post

  7. #7
    Lively Member
    Join Date
    Jan 2007
    Posts
    95

    Re: Simultaneous equation

    now as you've got 2 values of 'x'... so you will get two values of 'y' also...:
    y = 2x + 3 (see MY first post to know that how this comes)

    x = (3/5) or 0.6 <---(value 1) put this value in 'y' (above)

    y = 2x + 3
    y = 2(0.6) + 3
    y = 1.2 + 3
    y = 4.2 (value 1) this become (0.6, 4.2) co-ordinates

    x = -3 (value 2)
    put this value in 'y'
    y = 2x + 3
    y = 2(-3) + 3
    y = -6 + 3
    y = -3 (value 2) coordinates: (-3, -3)

    Don't forget to rate my post if this helps you!!!!
    Last edited by extreme.aly; Jun 13th, 2007 at 01:41 PM. Reason: spelling mistake

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