Output Equation: y(x)=Input+Initial Data Response

  • Thread starter Thread starter asdf1
  • Start date Start date
AI Thread Summary
The discussion centers on the output equation y(x) = e^(-h)*(integral*(e^h)*rdx) + ce^(-h), where the total output is viewed as the sum of responses to input and initial conditions. The term e^(-h)∫(e^h)r(x)dx represents the response to the input r(x), while ce^(-h) corresponds to the initial state of the system. Clarification is provided that c is the initial value of the dependent variable y at x = x_0, and h is defined as a function of the difference between x and x_0. The integral is specified as a definite integral, which has fixed limits and results in a numerical value rather than a function. Overall, the conversation emphasizes the distinction between input and initial conditions in the context of the output equation.
asdf1
Messages
734
Reaction score
0
if y(x)=e^(-h)*(integral *(e^h)*rdx) + ce^(-h)
then why can you look at that equation from this view:
total output = response to the input+response to the initial data
 
Engineering news on Phys.org
The term e^{-h}\int{e^{h}rdx} is the response to the input and the term ce^{-h} is the response to the initial conditions.
 
i know, but why?
 
In the expression, r(x) is the input and c is the initial state. So, the integral is a function of the input and the second term is a function of the initial state.
 
@@a
i thought c was a constant? why is that particular one the initial state?
r(x) is the input because usually x is the input, right?
 
x is the independent variable. r(x) is an arbitrary function of the independent variable and is the input to your system. c = y(x_0) is the initial value of the dependent variable y. h = a.(x - x_0).
The integral is in reality a definite one. So:
y(x) = e^{-h}\int_{x_0}^{x}e^hr(x')dx' + c e^{-h}
At x = x_0 e^{-h} = e^{-a.(x_0 - x_0)} = e^0 = 1 and the integral from x_0 to x_0 is zero. So,
y(x_0) = 0 + c.1 = c
 
thank you very much! :)
 
by the way, do you mean that a "definite integral" is one that converges?
 
asdf1 said:
by the way, do you mean that a "definite integral" is one that converges?
No, a definite integral is one that has specified limits, so its result is a number and not a function of the integration variable. As you can see, in my example, I used x' as integration variable and x as one of the limits. Relative to x', x is a constant.
 
  • #10
thanks! :)
 
Back
Top