Solving Linear Recurrence: ax_k+1 + bx_k + c

  • Thread starter Thread starter Parth Dave
  • Start date Start date
  • Tags Tags
    Linear Recurrence
AI Thread Summary
The discussion revolves around solving the linear recurrence relation x_k+2 = ax_k+1 + bx_k + c, where c is not zero. Participants clarify that the term p can be derived as p = c / (a + b - 1) when a + b is not equal to 1. By substituting y_k = x_k + p, the recurrence can be transformed into a simpler form without the constant term. This transformation allows for the sequence x_k to be determined if y_k can be found. Understanding the role of p is crucial for solving the recurrence effectively.
Parth Dave
Messages
298
Reaction score
0
Consider the recurrence x_k+2 = ax_k+1 + bx_k + c where c may not be zero.

If a + b is not equal to 1 show that p can be found such that, if we set y_k = x_k + p, then y_k+2 = ay_k+1 + by_k. [Hence, the sequence x_k can be found provided y_k can be found]


First of all, sorry about the messiness, I don't know how to use LaTeX. Now, this is the question exactly as it is from the question sheet. My problem is, I don't understand the question. And its kind of really hard to start the question without understanding it :mad: . My biggest concern is, what the heck is p and where does it come from? The way I read it, p is just -c.

Thx in advance for any help.
 
Physics news on Phys.org
1.You should learn "tex".
2.Hypothetis:x_{k+2}=ax_{k+1}+bx_{k}+c (1)
y_{k}=x_{k}+p (2)
y_{k+2}=ay_{k+1}+by_{k} (3)
3.Question:p=...?

4.From (2) u have:
y_{k+2}=x_{k+2}+p (4)
Combining (1) and (4),u get:
y_{k+2}=ax_{k+1}+bx_{k}+c+p (5)
Equate (5) with (3),make use of (2) and extract 'p':

Answer:p=\frac{c}{a+b-1}

Daniel.
 
Ah, it all makes sense. Can't believe I never saw that. Thx alot!
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Trying to understand the logic behind adding vectors with an angle between them'
My initial calculation was to subtract V1 from V2 to show that from the perspective of the second aircraft the first one is -300km/h. So i checked with ChatGPT and it said I cant just subtract them because I have an angle between them. So I dont understand the reasoning of it. Like why should a velocity be dependent on an angle? I was thinking about how it would look like if the planes where parallel to each other, and then how it look like if one is turning away and I dont see it. Since...
Thread 'Correct statement about a reservoir with an outlet pipe'
The answer to this question is statements (ii) and (iv) are correct. (i) This is FALSE because the speed of water in the tap is greater than speed at the water surface (ii) I don't even understand this statement. What does the "seal" part have to do with water flowing out? Won't the water still flow out through the tap until the tank is empty whether the reservoir is sealed or not? (iii) In my opinion, this statement would be correct. Increasing the gravitational potential energy of the...
Back
Top