I have been trying to solve the following equation, but I am still stuck after trying many different methods.
I have been given this equation to solve:
$$(1 + z^{-1})^4 (a + bz^{-1} + az^{-2}) - (1 - z^{-1})^4 (a - bz^{-1} + az^{-2}) = 2z^{-d}$$
I have simplified it down to $$a(4z^{-1} + 8z^{-3} + 4z^{-5}) + b(z^{-1} + 6z^{-3} + z^{-5}) = z^{-d}$$
The goal is to find the values for '$a$' and '$b$' for ANY value for '$d$'. I don't think I made any mistakes up to the simplifications.
EDIT: I thought of having $a = 1$ and $b = 4$, but this would give me
$$ -16z^{-3} = z^{-d} $$
This is not exactly equal since it should be $1$ in front, instead of $-16$
The answer would be:
a = -1/16
b = 1/4
That would give us $z^{-3}$, so d = 3