Results 1 to 3 of 3

Thread: surds problem

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    58

    surds problem

    Evaluate

    1/(1 + 2^0.5) + 1/(2^0.5 + 3^0.5) + ... + 1/(8^0.5 + 9^0.5) + 1/(9^0.5 + 10^0.5)

    Dont know how to enter the square root sign so used ^0.5 instead.

  2. #2
    Frenzied Member zaza's Avatar
    Join Date
    Apr 2001
    Location
    Borneo Rainforest Habits: Scratching
    Posts
    1,486

    Re: Homework problem

    These problems are always solved in the same way.

    For each individual term:

    1/(sqrt(a) + sqrt(b))

    multiply by 1, where:

    1 = (sqrt(a) - sqrt(b))/(sqrt(a) - sqrt(b))

    That gets rid of the sqrts in the denominator and leaves you with integers, thus making it easier to deal with.


    zaza
    I use VB 6, VB.Net 2003 and Office 2010



    Code:
    Excel Graphing | Excel Timer | Excel Tips and Tricks | Add controls in Office | Data tables in Excel | Gaussian random number distribution (VB6/VBA,VB.Net) | Coordinates, Vectors and 3D volumes

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2006
    Posts
    58

    Re: surds problem

    thanks for that method. It helped a lot. Made it so much easier.
    2^0.5 - 1 + 3^0.5 - 2^0.5 + 4^0.5 - 3^0.5 ... = 10^0.5 - 1

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