Non-homogeneous Difference Equations

  • Thread starter Thread starter Daniel323
  • Start date Start date
  • Tags Tags
    Difference
Daniel323
Messages
14
Reaction score
0
Hi everyone, this is my first post but I've been reading through the forum for a quite sometime now. I've recently began trying to do some difference equations, for the most I've been doing good, but just a few things have puzzled me.
I have two questions relating to the particular solutions of non-homogeneous equation.
First one is, if the equation is x(k+1) - x(k) = 8log2(k) and I wanted to get the particular solution:
f(x) = 8long2(k) but what is particular solution? I know for example if f(x) = 8e^k it would be c*e^k.

Secondly if the equation is x(3k) = 2x(k) for 1,3,9,27,..., with x(1) = 1, how do I get this into the standard form? Or is it already in the standard form.
My first step for this one was:
let k = 2^m and x(k) = y(m) hence,
3k = 2^(m+2) and x(3k) = y(m+2)
But have no idea of this is the right approach.

Sorry I know they are stupid questions, but they've really stumped me. Any help would be great. Thanks.
 
Last edited:
Physics news on Phys.org
Any ideas anyone?
 
Well, let us exponentiate, and we get:
\frac{y_{k+1}}{y_{k}}=k^{8}, y_{k}=2^{x_{k}}

Furthermore, introduce z_{k}=\sqrt[8]{y_{k}}, whereby we get the difference equation:
z_{k+1}-kz_{k}=0
The solution of this is well-known:
z_{k}=B(k-1)!
Thus, we get:
y_{k}=C((k-1)!)^{8}
And the particular solution for x becomes:
x_{k}=D+8\log_{2}((k-1)!)

Also note that this includes the homogenous solution, i.e a constant, so this is, as it happens, the general solution.
 
Last edited:
Ah I see, I'm still a bit confused but that helped a great deal. Thank you arildno, I appreciate it.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top