MHB Sum of Sequence $(a_{n+1}+3)(2-a_n)=6$ to 100

  • Thread starter Thread starter Albert1
  • Start date Start date
  • Tags Tags
    Sequence Sum
AI Thread Summary
The sequence defined by the equation $(a_{n+1}+3)(2-a_n)=6$ leads to a linear recurrence relation for $x_n = \frac{1}{a_n}$, specifically $x_{n+1} = \frac{1}{3}(2x_n - 1)$ with $x_1 = 1$. The general solution for $x_n$ is $x_n = 2\left(\frac{2}{3}\right)^{n-1} - 1$. The sum $\sum_{n=1}^{100} x_n$ can be calculated as $6\left(1 - \left(\frac{2}{3}\right)^{100}\right) - 100$. The approximate value of this sum is around -94, accurate to about 17 decimal places.
Albert1
Messages
1,221
Reaction score
0
given :$(a_{n+1}+3)(2-a_n)=6$
$(a_n\neq 0, a_1=1)$
please find :$\sum_{n=1}^{100} \dfrac {1}{a_n}$
 
Last edited:
Mathematics news on Phys.org
Albert said:
given :$(a_{n+1}+3)(2-a_n)=6$
$(a_n\neq 0, a_1=1)$
please find :$\sum_{n=1}^{100} \dfrac {1}{a_n}$
[sp]If $(a_{n+1}+3)(2-a_n)=6$ then $2a_{n+1} - 3a_n - a_{n+1}a_n = 0$ and so $$\frac2{a_n} - \frac3{a_{n+1}} = 1.$$

Let $x_n = \dfrac1{a_n}$. Then $x_{n+1} = \frac13(2x_n - 1)$, with $x_1 = 1$. That is a linear recurrence relation, with solution $x_n = 2\bigl(\frac23\bigr)^{\!n-1} - 1$. Therefore $$\sum_{n=1}^{100}x_n = \sum_{n=1}^{100} \Bigl( 2\bigl(\tfrac23\bigr)^{\!n-1} - 1 \Bigr) = \frac{2\Bigl( 1 - \bigl(\frac23\bigr)^{\!100} \Bigr)}{1-\frac23} - 100 = 6\Bigl(1 - \bigl(\tfrac23\bigr)^{\!100} \Bigr) - 100.$$

The approximate solution $$\sum_{n=1}^{100}x_n \approx -94$$ is correct to about 17 decimal places.[/sp]
 
Opalg said:
[sp]If $(a_{n+1}+3)(2-a_n)=6$ then $2a_{n+1} - 3a_n - a_{n+1}a_n = 0$ and so $$\frac2{a_n} - \frac3{a_{n+1}} = 1.$$Let $x_n = \dfrac1{a_n}$. Then $x_{n+1} = \frac13(2x_n - 1)$, with $x_1 = 1$. That is a linear recurrence relation, with solution $x_n = 2\bigl(\frac23\bigr)^{\!n-1} - 1$. Therefore $$\sum_{n=1}^{100}x_n = \sum_{n=1}^{100} \Bigl( 2\bigl(\tfrac23\bigr)^{\!n-1} - 1 \Bigr) = \frac{2\Bigl( 1 - \bigl(\frac23\bigr)^{\!100} \Bigr)}{1-\frac23} - 100 = 6\Bigl(1 - \bigl(\tfrac23\bigr)^{\!100} \Bigr) - 100.$$The approximate solution $$\sum_{n=1}^{100}x_n \approx -94$$ is correct to about 17 decimal places.[/sp]
perfect!
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top