2nd order ODE - Show solution by substitution

wxstall
Messages
6
Reaction score
0

Homework Statement



Show that

y(t) = (1/w) ∫[0,t] f(s)*sin(w(t-s)) ds

is a particular solution to

y'' +w2 y = f(t)where w is a constant.

The Attempt at a Solution



After wasting several pages of paper I have made virtually no progress. Obviously, substitution suggests you plug in y(t), differentiate it twice for the first term, and somehow arrive at f(t) = f(t). However, without more information about f(s), it seems impossible. Integration by parts on y(t) will result in another integral which in turn must be integrated by parts...and so on infinitely many times. Therefore integration by parts of the solution y(t) is not an option.

I have considered that this could be an application of the fundamental theorem of calculus, but with an additional sine term that also depends on t in the integrand, it seems not not apply (at least not in a way I am familiar with).This is a problem from Richard Haberman's text: Applied PDE with Fourier Series and Boundary Value Problems.

Any ideas/advice would be much appreciated.
Thank you
 
Physics news on Phys.org
wxstall said:

Homework Statement



Show that

y(t) = (1/w) ∫[0,t] f(s)*sin(w(t-s)) ds

is a particular solution to

y'' +w2 y = f(t)


where w is a constant.

The Attempt at a Solution



After wasting several pages of paper I have made virtually no progress. Obviously, substitution suggests you plug in y(t), differentiate it twice for the first term, and somehow arrive at f(t) = f(t). However, without more information about f(s), it seems impossible. Integration by parts on y(t) will result in another integral which in turn must be integrated by parts...and so on infinitely many times. Therefore integration by parts of the solution y(t) is not an option.

I have considered that this could be an application of the fundamental theorem of calculus, but with an additional sine term that also depends on t in the integrand, it seems not not apply (at least not in a way I am familiar with).


This is a problem from Richard Haberman's text: Applied PDE with Fourier Series and Boundary Value Problems.

Any ideas/advice would be much appreciated.
Thank you

You don't need to integrate anything. You need to differentiate using Leibnitz's rule. There are several forms. You will find this form useful:$$
\frac d {dt} \int_0^t g(s,t)\, ds = \int_0^t \frac {\partial g(s,t)}{\partial t}\, ds + g(t,t)$$
 
So as I suspected, it's some rule that I was unfamiliar with. Thanks for the help!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top