Results 1 to 6 of 6

Thread: Can anyone find a pattern?

Threaded View

  1. #1

    Thread Starter
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Can anyone find a pattern?

    (For pattern, see a few posts down)

    In school we are just learning about the root of quadratics (sum= -b/a, product = c/a etc)
    There are many questions we have to do with stuff like: The roots of the equation "..." are A and B. Find the equation with roots 1/A3 and 1/B3
    This lead to a lot of stuffing about writing stuff in terms of (A+B) and AB. I then looked for a general formula, and found this:

    An+Bn =

    Code:
     
        k=n
        ___
    Sn -\  (-1)k(P)k-1(S)n-2k+2 * [(n-k)C(k-2) + (n-k+1)C(k-1)]
        /__
        k=2
    where P(roduct) = AB, S(um) = A+B

    What i was wondering was:
    a) Can anyone proove/disproove this?
    b) can (n-k)C(k-2) + (n-k+1)C(k-1) be simplified?
    Last edited by sql_lall; Apr 9th, 2003 at 06:10 PM.
    sql_lall

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