RTUComputer ScienceYr 2024 · Sem 32024

Q10Advanced Engineering Mathematics

Question

10 marks

Answer

Solving a discrete linear difference equation using Z-transform techniques, including shifting properties and complex partial fraction decomposition.

Difference equations are the discrete-time equivalent of differential equations, used extensively to model digital filters, population dynamics, and economic systems. The Z-transform is the premier mathematical tool for solving linear, constant-coefficient difference equations, perfectly analogous to how the Laplace transform is used for continuous differential equations.

1. Transforming the Difference Equation

We are presented with a second-order, non-homogeneous difference equation: . We are also provided with the critical initial conditions and , which represent the state of the system at time zero.

The first step is to mathematically apply the one-sided Z-transform operator to both sides of the equation. Let . We must rigorously apply the time-shifting properties of the Z-transform, which correctly incorporate the initial conditions:

Because our initial conditions are all zero (), these shifting formulas simplify remarkably to and .

Next, we must find the Z-transform of the non-homogeneous forcing function on the right-hand side, . We know the standard transform for is . We then apply the scaling property , with .

Substituting all these transformed components back into the original difference equation yields an algebraic equation in the Z-domain:

2. Solving for U(z) and Inverse Transform

We algebraically factor out the unknown function on the left side:

We then isolate to obtain the system's transfer function multiplied by the input transform:

To find the time-domain solution , we must perform the Inverse Z-Transform, . The standard procedure is to divide by and then perform a partial fraction expansion on the resulting complex rational function:

This expansion will involve finding the roots of the cubic term (yielding repeated roots at ) and the irreducible quadratic term (yielding complex conjugate roots ). The partial fraction decomposition takes the mathematical form:

After algebraically solving for the coefficients (which is a computationally intensive process of equating coefficients), we multiply the entire expression back by . Finally, we apply standard inverse Z-transform formulas from lookup tables (e.g., ) to each individual term to derive the final, exact closed-form expression for the discrete sequence .

Back to Paper