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!
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...
Back
Top