document.write( "Question 175764: Find all the geometric sequences such that the sum of the first two terms is 2 and the sum of the first three terms is 3.\r
\n" );
document.write( "\n" );
document.write( "I got this:
\n" );
document.write( "a + ar = 2
\n" );
document.write( "a + a(+- 1/√a) = 2\r
\n" );
document.write( "\n" );
document.write( "I don't know what to do now. Please help! \n" );
document.write( "
Algebra.Com's Answer #130906 by gonzo(654)![]() ![]() ![]() You can put this solution on YOUR website! i forget the formulas all the time so i keep having to look them up. \n" ); document.write( "--- \n" ); document.write( "here's a website that contains geometric series formulas. \n" ); document.write( "http://www.purplemath.com/modules/series5.htm \n" ); document.write( "--- \n" ); document.write( "there are others. \n" ); document.write( "all you have to do is go to yahoo or google and search on geometric series, or geometric sequence, or sum of geometric sequence, etc. \n" ); document.write( "--- \n" ); document.write( "after you search a number of times, you'll get the hang of what keywords you should use. \n" ); document.write( "--- \n" ); document.write( "you can even look in your book. \n" ); document.write( "since i don't have a book i use the web. \n" ); document.write( "the web is useful because you get different ways of explaining the material and you can choose the way which is easiest for you to understand. \n" ); document.write( "--- \n" ); document.write( "my search led me to the following formula. \n" ); document.write( " \n" ); document.write( "--- \n" ); document.write( "my search also led me to the following formula for the nth term of a geometric series. \n" ); document.write( " \n" ); document.write( "--- \n" ); document.write( "you are given that the sum of the first 2 terms is equal to 2. \n" ); document.write( "this means that: \n" ); document.write( "a + ar = 2 \n" ); document.write( "--- \n" ); document.write( "you are also given that the sum of the first 3 terms is equal to 3. \n" ); document.write( "this means that: \n" ); document.write( "a + ar + ar^2 = 3 \n" ); document.write( "--- \n" ); document.write( "if you subtract the sum of the first 2 terms from the first 3 terms, you get the 3d term. \n" ); document.write( "this means that: \n" ); document.write( "a + ar + ar^2 - a - ar = 3 - 2 \n" ); document.write( "which results in: \n" ); document.write( "ar^2 = 1 \n" ); document.write( "--- \n" ); document.write( "if ar^2 = 1, then \n" ); document.write( "a = (1/r^2) \n" ); document.write( "or \n" ); document.write( "r^2 = (1/a) \n" ); document.write( "--- \n" ); document.write( "i tried using r^2 = (1/a) but got nowhere. \n" ); document.write( "--- \n" ); document.write( "i then tried using a = (1/r^2) and got somewhere as follows: \n" ); document.write( "--- \n" ); document.write( "since the sum of the first 2 terms equals 2, this means that: \n" ); document.write( "a + ar = 2 \n" ); document.write( "since a = (1/r^2), this also means that: \n" ); document.write( "(1/r^2) + (1/r^2)*r = 2 \n" ); document.write( "which means that: \n" ); document.write( "(1/r^2) + 1/r = 2, since r/r^2 = 1/r \n" ); document.write( "--- \n" ); document.write( "i then multiplied both sides of this equation by r^2 to remove the fractions. \n" ); document.write( "doing this i got: \n" ); document.write( "1 + r = 2r^2 \n" ); document.write( "subtracting (1+r) from both sides of the equation, i then got: \n" ); document.write( "2r^2 - r - 1 = 0 \n" ); document.write( "--- \n" ); document.write( "this factors out to be: \n" ); document.write( "(2r+1) * (r-1) = 0 \n" ); document.write( "which yields the following results: \n" ); document.write( "r = 1 \n" ); document.write( "or \n" ); document.write( "r = -1/2 \n" ); document.write( "--- \n" ); document.write( "either one or both of these values should help solve the equation. \n" ); document.write( "--- \n" ); document.write( "i tried r = 1 first. \n" ); document.write( "--- \n" ); document.write( "i already figured out that ar^2 = 1 \n" ); document.write( "if r = 1, this means that: \n" ); document.write( "a*1^2 = 1 \n" ); document.write( "which means that: \n" ); document.write( "a = 1. \n" ); document.write( "--- \n" ); document.write( "if a = 1, and the sum of the first terms is equal to 2, then the 2d term in the sequence must be equal to 1. \n" ); document.write( "the sum of the first 3 terms is equal to 3, and the 3d term is equal to 1, so this holds up because 1 + 1 + 1 = 3. \n" ); document.write( "--- \n" ); document.write( "r = 1 is good. \n" ); document.write( "--- \n" ); document.write( "next i looked at r = -1/2 to see if this is also valid. \n" ); document.write( "--- \n" ); document.write( "since the 3d terms is equal to 1 and is also equal to ar^2, i solved for: \n" ); document.write( "ar^2 = 1, using r = (-1/2) \n" ); document.write( "this became: \n" ); document.write( "a*(-1/2)^2 = 1 \n" ); document.write( "which became: \n" ); document.write( "a*(1/4) = 1 \n" ); document.write( "which became: \n" ); document.write( "a = 4 \n" ); document.write( "--- \n" ); document.write( "if a = 4, and r = -1/2, then the second term would be: \n" ); document.write( "4*(-1/2) = -2. \n" ); document.write( "--- \n" ); document.write( "since the first term is 4 and the second term is -2, then the sum of the first 2 terms is 2 which is valid. \n" ); document.write( "--- \n" ); document.write( "i then took the second term and multiplied it to get the 3d term which should equal 1. \n" ); document.write( "-2 * (-1/2) = 1 which is equal to the third term. \n" ); document.write( "--- \n" ); document.write( "since the sum of the first 3 terms is 3, then: \n" ); document.write( "4 - 2 + 1 should equal 3. \n" ); document.write( "it does. \n" ); document.write( "--- \n" ); document.write( "your answer is: \n" ); document.write( "r can either be 1 or (-1/2). \n" ); document.write( "if r is 1, then a is 1. \n" ); document.write( "if r is (-1/2), then a is 4 \n" ); document.write( "--- \n" ); document.write( "what happens if you go out one further? \n" ); document.write( "take n = 4 \n" ); document.write( "--- \n" ); document.write( "if a = 1 and r = 1 this would be equal to: \n" ); document.write( "1*1^3 = 1 \n" ); document.write( "--- \n" ); document.write( "if a = 4 and r = (-1/2) this would be equal to: \n" ); document.write( "1*(-1/2)^3 = -.5 \n" ); document.write( "--- \n" ); document.write( "the fourth terms are not equal, and since the sum of the first 3 terms are equal, it follows that the sum of the first 4 terms will not be equal either. \n" ); document.write( "--- \n" ); document.write( "in order words, the sum of each of these geometric sequences are only equal when n = 2 or n = 3 and not after, or at least not every time after, and certainly not equal when n = 1. \n" ); document.write( "--- \n" ); document.write( "since the problem only states that the sum of the first 2 terms and the sum of the first 3 terms are equal, both answers are still valid because they satisfy the given criteria. \n" ); document.write( "---\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |