Results 1 to 5 of 5

Thread: solve

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    3

    solve

    k (power 4) - k (power 2) - 12 = 0

    sorry if this sounds stupid, im not good at maths

  2. #2
    Hyperactive Member voidflux's Avatar
    Join Date
    Jun 2003
    Location
    Brockway, PA
    Posts
    290

    Re: solve

    x = 2, or x = -2
    C¤ry Sanchez
    Computer Science/Engineering
    @ Penn State
    IBM.zSeries Intern
    Mandriva 2007

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    3

    Re: solve

    thanks

    would you mind telling me how you did that?

  4. #4
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: solve

    Welcome to the forums.

    One way is to make the following substitution: k2 = x. The equation then becomes x2 - x - 12 = 0, which is a quadratic equation in x. The solutions of the quadratic equation are x = 4, -3, resulting in 4 solutions for k:

    k = ± √x

    k = ± √4 = ± 2

    k = ± √-3 = ± i√3
    Last edited by VBAhack; Jan 20th, 2007 at 05:46 PM.

  5. #5

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    3

    Re: solve

    thankyou very much for your help

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