Summation 1

For a recursion series if a 1 = 3 , a 2 = 6 , a 3 = 18 a_1 = 3 , a_2 = 6\ , a_3 = 18 where a n = 2 a n 1 + 5 a n 2 6 a n 3 a_n = 2 a_{n-1} + 5 a_{n-2} - 6 a_{n-3} for all n 3 n ≥ 3 .

Then the value of the following expression :

n = 0 a n 4 n \large \sum_{n=0}^\infty \frac{a_n}{4^n} comes out to be P Q \large \frac{P}{Q} , where P P and Q Q are co-primes.

Then find the value for P Q + P + Q PQ + P + Q

And if the sum given above diverges then please give the answer as 1. -1 .


The answer is 47.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

It's easy to derive from the given recurrance relation that a 0 = 3 2 a_0=\dfrac {3}{2} . Let the sum be S S . Then

S = 3 2 + 3 4 + 3 8 + n = 3 a n 4 n S=\dfrac {3}{2}+\dfrac {3}{4}+\dfrac {3}{8}+\displaystyle \sum_{n=3}^\infty \dfrac {a_n}{4^n}

= 21 8 + 2 n = 3 a n 1 4 n + 5 n = 3 a n 2 4 n 6 n = 3 a n 3 4 n =\dfrac {21}{8}+2\displaystyle \sum_{n=3}^\infty \dfrac {a_{n-1}}{4^n}+5\displaystyle \sum_{n=3}^\infty \dfrac {a_{n-2}}{4^n}-6\displaystyle \sum_{n=3}^\infty \dfrac {a_{n-3}}{4^n}

= 21 8 + 2 ( S 4 9 16 ) + 5 ( S 16 5 32 ) 6 S 64 =\dfrac {21}{8}+2\left (\dfrac {S}{4}-\dfrac {9}{16}\right ) +5\left (\dfrac {S}{16}-\dfrac {5}{32}\right ) -6\dfrac{S}{64}

S ( 1 1 2 5 16 + 3 32 ) = 21 8 9 8 15 32 \implies S\left (1-\dfrac {1}{2}-\dfrac {5}{16}+\dfrac {3}{32}\right ) =\dfrac {21}{8}-\dfrac {9}{8}-\dfrac {15}{32}

S = 11 3 \implies S=\dfrac {11}{3}

So, P = 11 , Q = 3 P=11,Q=3 , and P Q + P + Q = 33 + 11 + 3 = 47 PQ +P +Q=33+11+3=\boxed {47} .

Sir this question was made by me , and I am very inspired by your solution which I did not think could get this much simpler.

Tattwa shiwani - 11 months, 1 week ago

You're assuming that the series converges. You have not ruled out the possibility that the series diverges. How do you know that you did not commit the fallacy of \infty - \infty ?

Pi Han Goh - 11 months, 1 week ago
Tattwa Shiwani
Jul 4, 2020
  • For the recursion series given above , the characteristic polynomial will be :

    x ³ = 2 x ² + 5 x 6 x³ = 2x² + 5x - 6

    Thus we get

x ³ 2 x ² 5 x + 6 = 0 x³ - 2x² - 5x + 6 = 0

  • Now we need to find the roots of this polynomial to get the closed form of the recurrence.

    By vieta's formula , we can say that the roots are a factor of 6. And luckily we get that x = 1 x = 1 is a root of this polynomial.

  • Furthermore by the factor theorem we know if x = 1 x = 1 is a root , then (x-1) must be a factor or the same polynomial.

    On division we get quotient equal to

x ² x 6 x² - x - 6

  • Now simply use the quadratic formula to get the roots of this polynomial

    x = b ± b 2 4 a c 2 a \large x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

    = ( 1 ) ± ( 1 ) 2 4 ( 1 ) ( 6 ) 2 ( 1 ) \large =\frac{-(-1) \pm \sqrt{(-1)^2-4(1)(-6)}}{2(1)}

    = 1 ± ( 1 + 24 ) 2 \large =\frac{ 1 \pm \sqrt{(1 +24)}}{2}

    = 1 ± 5 2 \large =\frac{ 1 \pm 5}{2}

    = 3 \large = 3 or 2 \large -2

Finally the roots of the equation are 1 , 2 , 3 \large 1,-2,3

  • Now we can write the closed form as

    a n = x ( 1 ) n + y ( 2 ) n + z ( 3 ) n a_n = x(1)^n + y(-2)^n + z(3)^n

    Put the values of a 1 , a 2 , a 3 a_1 , a_2 , a_3 to get three equations for x , y , z x,y,z

    The three equations would be :

    1. ) x 2 y + 3 z = 3 1.) x - 2y + 3z = 3

    2. ) x + 4 y + 9 z = 6 2.) x + 4y + 9z = 6

    3. ) x 8 y + 27 z = 18 3.) x - 8y + 27z = 18

    On solving these equations we get x = 1 , y = 1 / 10 , z = 3 / 5 x = 1 , y = -1/10 , z = 3/5

So the closed for the recursion is: a n = ( 1 ) n + ( 2 ) n 10 + 3 ( 3 ) n 5 a_n = (1)^n + \frac{-(-2)^n}{10} + \frac {3(3)^n}{5}

  • Moving towards the summation part

Let S = n = 0 a n 4 n \large = \sum_{n=0}^\infty \frac{a_n}{4^n}

= n = 0 ( 1 ) n + ( 2 ) n 10 + 3 ( 3 ) n 5 4 n = \sum_{n=0}^\infty \frac{(1)^n + \frac{-(-2)^n}{10} + \frac {3(3)^n}{5}}{4^n}

= n = 0 1 n 4 n + 1 10 n = 0 ( 2 ) n 4 n + 3 5 n = 0 3 n 4 n = \sum_{n=0}^\infty \frac{1^n}{4^n} + \frac{-1}{10}\sum_{n=0}^\infty \frac{(-2)^n}{4^n} + \frac{3}{5}\sum_{n=0}^\infty \frac{3^n}{4^n}

= n = 0 ( 1 4 ) n + 1 10 n = 0 ( 1 2 ) n + 3 5 n = 0 ( 3 4 ) n = \sum_{n=0}^\infty (\frac{1}{4})^n + \frac{-1}{10}\sum_{n=0}^\infty (\frac{-1}{2})^n + \frac{3}{5}\sum_{n=0}^\infty (\frac{3}{4})^n

= 1 1 1 4 + ( 1 10 ) 1 1 1 2 + ( 3 5 ) 1 1 3 4 \large = \frac{1}{1-\frac{1}{4}} + (\frac{-1}{10}) \frac{1}{1-\frac{-1}{2}} + (\frac{3}{5} ) \frac{1}{1-\frac{3}{4}}

= 4 3 + ( 1 10 ) 2 3 + ( 3 5 ) 4 1 \large = \frac{4}{3} + (\frac{-1}{10}) \frac{2}{3} + (\frac{3}{5} ) \frac{4}{1}

= 4 3 1 15 + 12 5 \large = \frac{4}{3} - \frac{1}{15} + \frac{12}{5}

= 20 1 + 36 15 \large = \frac{20-1+36}{15}

= 55 15 = 11 3 \large = \frac{55}{15} = \frac{11}{3}

Thus P = 11 , Q = 3 P = 11 , Q = 3

and the answer is ( 11 ) ( 3 ) + 11 + 3 (11)(3) + 11 + 3 = 47 \large = 47

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...