State-space Representation of Dynamical System- Exercise

Goodevening,
given this state-space dynamical system It's asked to show if exists an initial state x(0) for whitch the output is:
yl(t)=2+e^{2t}


A=[0,1;-4,4]
B=[1,1;1,0]
C=[1, 0.5]
D=[0, 2]
.

I think that a possible solution is:
yl(t)=C \cdot e^{At} \cdot x(0)

where
C \cdot e^{At}
is equal to:
[e^{2t}-4te^{2t} , \frac{e^{2t}}{2}+2te^{2t}]

So it should exist an initial state x(0) for whitch this equation is satisfied:
2+e^{2t}=[e^{2t}-4te^{2t} , \frac{e^{2t}}{2}+2te^{2t}] \cdot [x_{1} ; x_{2}]


Solutions are:
x_{1}=\frac{1}{2} - \frac{1}{4te^{2t}}
x_{2}=1+ \frac{1}{2te^{2t}}
but these two values are not constants (they depend from time t ) so it doesn't exists an initial state x(0) that gives that output.
What do you think ? thank you for you time .
 
Top