Solve Difference Equations: Finding Impulse Response

  • Thread starter Thread starter EugP
  • Start date Start date
  • Tags Tags
    Difference
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
3 replies · 3K views
EugP
Messages
104
Reaction score
0

Homework Statement


For the discrete-time system:

[tex]y[k+2]+\frac{1}{6}y[k+1]-\frac{1}{6}y[k]=f[k+1]+f[k][/tex]

Find the impulse response.

Homework Equations





The Attempt at a Solution



Alright so I started like this:

[tex]h_0[k+2]+\frac{1}{6}h_0[k+1]-\frac{1}{6}h_0[k]=0[/tex]

[tex]h_0[1]=0[/tex]

[tex]h_0[2]=1[/tex]

Now this is where I'm stuck. I know I need to get the equation for [tex]h_0[k][/tex], but I don't know how. The equation they got is:

[tex]h_0[k]=C_1(-\frac{1}{2})^k+C_2(\frac{1}{3})^k[/tex]

Can anyone tell me how they got there?
 
Physics news on Phys.org
It is the homogeneous solution of the difference equation:

You can take the characteristic equation which is a quadratic:[tex]m^2 + \frac{1}{6}m-\frac{1}{6}=0[/tex]

and then take the roots. You will find the roots to be -1/2 and 1/3. The
[tex]C_1[/tex] and [tex]C_1[/tex] are constants made necessary because the ambiguity in the solution (same as differential equations). The answer is then just the roots taken to the power of k. k is just the value in a sequence.
 
Last edited:
Thank you so much, this clears everything up for me!