Sequences and series help / recurrence relation

AI Thread Summary
The sequence defined by the recurrence relation U_{k+2} = U_{k+1} - pU_{k} starts with U_{1} = 2 and U_{2} = 4. The expressions derived are U_{3} = 4 - 2p and U_{4} = 4 - 6p. Given that U_{4} is twice U_{3}, the equation U_{4} = 2U_{3} can be used to solve for p. Substituting the expressions for U_{3} and U_{4} into this equation allows for the determination of the value of p. This approach effectively leads to finding the required constant p.
tweety1234
Messages
111
Reaction score
0

Homework Statement



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

a) find an expression in terms of p for U_{3}

b) hence find an expression in terms of p for U_{4}

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

The Attempt at a Solution



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

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 U_{k} is defined by K \geq by the recurrence relation U_{k+2} = U_{k+1} - pU_{k} where P is a constant Given that U_{1} =2 and U_{2} = 4

a) find an expression in terms of p for U_{3}

b) hence find an expression in terms of p for U_{4}

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

The Attempt at a Solution



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

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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top