Sequences and series help / recurrence relation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
tweety1234
Messages
111
Reaction score
0

Homework Statement



A sequence of terms [tex]U_{k}[/tex] is defined by [tex]K \geq[/tex] by the recurrence relation [tex]U_{k+2} = U_{k+1} - pU_{k}[/tex] where P is a constant Given that [tex]U_{1} =2[/tex] and [tex]U_{2} = 4[/tex]

a) find an expression in terms of p for [tex]U_{3}[/tex]

b) hence find an expression in terms of p for [tex]U_{4}[/tex]

given also that [tex]U_{4}[/tex] is twice the value of [tex]U_{3}[/tex]
c) find the value of p

The Attempt at a Solution



for question a i just subsititue k=1 and i get [tex]U_{3} = 4 - 2p[/tex] and for B i substituted k=2 and the expression i got is [tex]U_{4} = 4-6p[/tex]

what i am really stuck on is how to work out the value of 'p' ?

can anyone please show me ?

thanks!
 
Physics news on Phys.org
tweety1234 said:

Homework Statement



A sequence of terms [tex]U_{k}[/tex] is defined by [tex]K \geq[/tex] by the recurrence relation [tex]U_{k+2} = U_{k+1} - pU_{k}[/tex] where P is a constant Given that [tex]U_{1} =2[/tex] and [tex]U_{2} = 4[/tex]

a) find an expression in terms of p for [tex]U_{3}[/tex]

b) hence find an expression in terms of p for [tex]U_{4}[/tex]

given also that [tex]U_{4}[/tex] is twice the value of [tex]U_{3}[/tex]
c) find the value of p

The Attempt at a Solution



for question a i just subsititue k=1 and i get [tex]U_{3} = 4 - 2p[/tex] and for B i substituted k=2 and the expression i got is [tex]U_{4} = 4-6p[/tex]

what i am really stuck on is how to work out the value of 'p' ?

can anyone please show me ?

thanks!
Excellent! You have done exactly what you should have done. Now use that last condition, U4 is twice the value of U3 or U4= 3U3 with the U3 and U4 you have and solve for p.