User nw patrick - MathOverflowmost recent 30 from http://mathoverflow.net2013-05-20T02:15:16Zhttp://mathoverflow.net/feeds/user/15928http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/68654/how-to-solve-this-differential-equationHow to solve this differential equation?NW Patrick2011-06-23T21:02:45Z2011-06-23T23:39:45Z
<p>I want to solve this differential equation:</p>
<p>$$ C \cdot y(t)\frac{d}{dt} = x(t) - y(t) $$</p>
<p>$x(t)$ and $y(t)$ are two ordinary functions of t, C is a constant - all in in $R$</p>
<p>I am trying to solve it towards $y(t)$. The solution I am looking for looks something like this:</p>
<p>$$ y(t) = e^{\int{x(t)dt}} + C $$</p>
<p>So $\int{x(t)dt}$ can stay - but how will the rest look like and could you show me the individual steps and name the method how to solve it? Could "variation of the parameters" be applied?</p>
http://mathoverflow.net/questions/68428/why-is-the-output-of-an-lti-system-the-convolution-of-the-input-funtion-and-the-iWhy is the output of an LTI system the convolution of the input funtion and the impulse response?NW Patrick2011-06-21T19:50:01Z2011-06-22T00:15:22Z
<p>I am looking at the description of LTI systems in the time domain.</p>
<p>Intuitively, I'd have guessed it would be the composition of the input function and some "system function".
$$ y(t) = f(x(t)) = (f\circ x)(t)$$
Where $x(t)$ is the input, $y(t)$ output and $f(x)$ a "system function".</p>
<p>Why is it not that way? Could such a "system function" be found for, say, an R-C-Circuit?</p>
<p>The actual output function y(t), is defined as
$$ y(t) = (h * x)(t) $$
Where $h(t)$ is the response to a dirac impulse.
This is hard to grasp for me. Why is it so? I have looked at various explanations, drawings of rectangles becoming infinitely narrow, which I sort of understood, but it is still "hard to grasp"! I am looking for a simple explanation in one or two sentences here.</p>
<p><a href="http://en.wikipedia.org/wiki/LTI_system_theory" rel="nofollow">http://en.wikipedia.org/wiki/LTI_system_theory</a></p>
http://mathoverflow.net/questions/68654/how-to-solve-this-differential-equationComment by NW PatrickNW Patrick2011-06-24T14:13:50Z2011-06-24T14:13:50Z$\frac{d}{dt}$ is applied to $t$, which $y(t)$ is a function of. I thought I knew what a differential equation is. @Gerald There are of course (many) other possibilities to write it down. Which notation would you prefer ?http://mathoverflow.net/questions/68654/how-to-solve-this-differential-equationComment by NW PatrickNW Patrick2011-06-23T21:07:44Z2011-06-23T21:07:44ZThis comes very close to what I'm trying to do but my equation is a little bit simpler: <a href="http://de.wikipedia.org/wiki/Variation_der_Konstanten" rel="nofollow">de.wikipedia.org/wiki/Variation_der_Konstanten</a>
http://mathoverflow.net/questions/68428/why-is-the-output-of-an-lti-system-the-convolution-of-the-input-funtion-and-the-i/68453#68453Comment by NW PatrickNW Patrick2011-06-22T13:14:28Z2011-06-22T13:14:28ZAll right. I was too locked in to use $f$ as the $f$unction letter. Also, our prof has been using $\omega$, the circular frequency, which equals to $2\pi f$, mostly. -- I am aware of the advantages of doing things in the frequency domain but I'd nevertheless like to see the mess I'm avoiding, just once, to have an better understanding of what I'm doinghttp://mathoverflow.net/questions/68428/why-is-the-output-of-an-lti-system-the-convolution-of-the-input-funtion-and-the-i/68463#68463Comment by NW PatrickNW Patrick2011-06-22T01:05:20Z2011-06-22T01:05:20ZThis (together with <a href="http://www.khanacademy.org/video/introduction-to-the-convolution?playlist=Differential%20Equations" rel="nofollow">khanacademy.org/video/…</a> & a variety of other documents) helped me actually understand what convolution is. -- Thanks a lot! -- // Because an R-C-Circuit can only be described by dirac- or step-function response or an ODE in the time domain, my quest for a "system function" f(x) must be futile, it seems. Correct?http://mathoverflow.net/questions/68428/why-is-the-output-of-an-lti-system-the-convolution-of-the-input-funtion-and-the-i/68453#68453Comment by NW PatrickNW Patrick2011-06-22T00:17:33Z2011-06-22T00:17:33ZThanks a lot. The answer is not that useful to me because I am not familiar with the term "input-output operator". I find $f$ a confusing choice for the name of a constant here. Furthermore I'd prefer to look at the problem without changing to the frequency domain. As to the "system function": How would it look like?