How Can You Find an Expression for t(n)?

  • Context:
  • Thread starter Thread starter issoder
  • Start date Start date
  • Tags Tags
    Expression
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
issoder
Messages
1
Reaction score
0
hi all,

Would it be possible for you to explain how to reach a solution for this question, or explain the process that you need to find the solution
View attachment 2469

thank you
 

Attachments

  • Screen Shot 2014-05-11 at 1.34.13 pm.png
    Screen Shot 2014-05-11 at 1.34.13 pm.png
    5.8 KB · Views: 127
Physics news on Phys.org
issoder said:
hi all,

Would it be possible for you to explain how to reach a solution for this question, or explain the process that you need to find the solution
View attachment 2469

thank you

Wellcome on MHB issoder!...

The general procedure for solving a first order linear difference equation is illustrated here...

http://mathhelpboards.com/discrete-mathematics-set-theory-logic-15/difference-equation-tutorial-draft-part-i-426.html#post2494

This is one of simplest cases because the coefricients are constant. A difference equation in the form...

$\displaystyle t_{n+1} = \alpha\ t_{n} + \beta,\ t_{0}=a (1)$

... has solution...

$\displaystyle t_{n} = a\ \alpha^{n} + \beta\ \frac{1 - \alpha^{n}}{1 - \alpha}\ (2)$

In Your case is $\alpha= 2$, $\beta=4$ and $a=2$ so that is $\displaystyle t_{n} = 2^{n+2} + 2^{n+1} - 4$...

Kind regards

$\chi$ $\sigma$
 
Hello, issoder!

Let [tex]t_o,t_1,t_2,\cdots[/tex] be a sequence defined by:
. . [tex]t_0 \:=\:2[/tex]
. . [tex]t_{n+1} \:=\:2t_n+4[/tex]

Find an expression for [tex]t_n.[/tex]
[tex]\begin{array}{cccccc}\text{We are given:} & t_{n+1} &=& 2t_n + 4 & [1] \\ \text{Next term:} & t_{n+2} &=& 2t_{n+1} + 4 & [2] \end{array}[/tex]

[tex]\text{Subtract [2]-[1]: }\;t_{n+2} - t_{n+1} \;=\;2t_{n+1} - 2t_n[/tex]

. . . . . . . [tex]t_{n+2} - 3t_{n+1} + 2t_n \;=\;0[/tex]

Let [tex]X^n = t_n\!:\;\;X^{n+2} - 3X^{n+1} + 2X^n \;=\;0[/tex]

Divide by [tex]X^n\!:\;\;X^2 - 3X + 2 \;=\;0[/tex]

Then: .[tex](X-1)(X-2) \:=\:0 \quad\Rightarrow\quad X \:=\:1,2[/tex]

The function is: .[tex]f(n) \:=\: (1^n)A + (2^n)B[/tex]

We know the first two terms: [tex]t_0 = 2,\;t_1 = 8[/tex]

[tex]\begin{array}{cccccc}f(0) = 2: & A + B &=& 2 & [3] \\ f(1) = 8: & A + 2B &=& 8 & [4] \end{array}[/tex]

Subtract [4]-[3]: .[tex]B = 6 \quad\Rightarrow\quad A = -4[/tex]

Hence: .[tex]f(n) \;=\;-4(1^n) + 6(2^n)[/tex]

Therefore: .\[tex]t_n \;=\;f(n) \;=\;6\!\cdot\!2^n - 4[/tex]