DmytriE
- 78
- 0
Homework Statement
Consider the first order differential equation
\frac{dx(t)}{dt} + ax(t) = f(t), x(0) = x_{0}, t\geq0
Suppose the "input signal" f(t)=e^{-t}, t\geq0. (a) Find the solution to the equation. Find a condition on the parameter a so that the solution of the (forced) system approaches zero as t→∞.
Homework Equations
\frac{dy}{dt} + p(x)y = 0
The Attempt at a Solution
Setup as a homogenous equation therefore f(t) = 0.
\frac{dx(t)}{dt} + ax(t) = 0
\frac{dx(t)}{x(t)} = -a*dt
ln(x(t)) = -at
x(t) = e^{-at}
I don't know how to proceed any further...