Hi
Could someone shed some light, on how I would solve the following difference equation?
Would I use the divide and conquer method or something else?
I look forward to your responses!
Printable View
Hi
Could someone shed some light, on how I would solve the following difference equation?
Would I use the divide and conquer method or something else?
I look forward to your responses!
Hey zzizi.
For these kinds of problems, you should consider getting a_n as a function of n purely and see if there is a relationship.
Also do you have a set of identities or formulas for your class that you are doing this exercise for?
Hi Chiro!
Yes I have been given a formula - I have attached it. Please have a look, I'd appreciate help in trying to apply this problem using the given formula. Thank youAttachment 26336
Can you identify what the f's and g's should be in this formula? (It's mostly a thing of plugging in the definitions).
What about the factorial term? [Recall that g(n) = 5^n/n!]
Oh yes!
How about now?
Recall that f(n) = 5/n [Hint: Look at the last multiplication term, you've confused f(n) and g(n) using the definition]
That looks pretty good.
Would this next step be correct?
Can anyone help me with this next step? or possibly offer a link to site that offers a tutorial on this subject. Is this called the telescoping method? Many thanks in advance
First solve the homogeneous equation
Work it out from
etc.
Having done that, assume that the solution to the original equation is
Substitute that in and show that
That gets you the solution
Thank you so so much! I wish you were my lecturer!!
.