Find the particular solution of the second order differential equation

  • Thread starter Thread starter chwala
  • Start date Start date
  • Tags Tags
    solution
Click For Summary
The discussion focuses on finding a particular solution to a second-order differential equation using both simultaneous equations for coefficients p and q and Laplace transforms. The participants clarify the process of substituting a proposed solution form into the differential equation to determine the coefficients. The use of Laplace transforms is explored, with one participant noting the limitations of AI tools in solving definite integrals. The conversation highlights the importance of understanding homogeneous and inhomogeneous approaches in solving ordinary differential equations. The thread concludes with a reminder that AI chatbots should not be referenced in technical discussions.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
see attached
Relevant Equations
understanding of homogenous and inhomegenous approach in solving ode's
My interest is on the highlighted (In Red). Otherwise the other steps are clear.

1712993429550.png



1712993460897.png


We have on that part of the problem,

##(-p\sin t -q\cos t)-12(p\cos t -q \sin t)+36p\sin t +36q\cos t = 37 \sin t + 0 \cos t##

Ah I just realized we are solving a simultaneous equation for ##p## and ##q## !

My problem was on how to get,

##-q-12p+36q =0##

Clear now.

Cheers if there is another approach to the problem. Laplace? I may need to refresh on it.

I now have (using laplace);

##s^2 \bar y -12(s\bar y -1) +36 \bar y = \dfrac {37}{s^2+1}##

##\bar y = \dfrac{37}{(s^2+1)(s-6)^2} - \dfrac{12}{(s-6)^2}## will proceed later.
 
Last edited:
Physics news on Phys.org
chwala said:
Ah I just realized we are solving a simultaneous equation for p and q !
Hope you figured it out.
The idea is that a particular solution will be ##x_p = A\sin(t) + B\cos(t)##
When you substitute the above into x'' - 12x' + 36x you'll have some combination of sine and cosine terms that must be identically equal to ##37\sin(t)##. Since there is no cosine term, its coefficient must be zero. This will allow you to determine A and B.
 
  • Like
Likes chwala
chwala said:
Homework Statement: see attached
Relevant Equations: understanding of homogenous and inhomegenous approach in solving ode's

My interest is on the highlighted (In Red). Otherwise the other steps are clear.

View attachment 343289


View attachment 343290

We have on that part of the problem,

##(-p\sin t -q\cos t)-12(p\cos t -q \sin t)+36p\sin t +36q\cos t = 37 \sin t + 0 \cos t##

Ah I just realized we are solving a simultaneous equation for ##p## and ##q## !

My problem was on how to get,

##-q-12p+36q =0##

Clear now.

Cheers if there is another approach to the problem. Laplace? I may need to refresh on it.

I now have (using laplace);

##s^2 \bar y -12(s\bar y -1) +36 \bar y = \dfrac {37}{s^2+1}##

##\bar y = \dfrac{37}{(s^2+1)(s-6)^2} - \dfrac{12}{(s-6)^2}## will proceed later.
I asked chat gpt to use laplace transform into realising a solution. It is interesting that chat gpt is able to give the steps to a solution... But it is not able to solve the definite integral i.e

##x(t)= 37\int_0^t (ue^{6u})\sin (t-u) du##

Finally, it has indeed solved the problem using laplace transforms (see attached)...let me counter check its steps. Cheers.
 

Attachments

Last edited:
chwala said:
I asked chat gpt to use laplace transform into realising a solution. It is interesting that chat gpt is able to give the steps to a solution... But it is not able to solve the definite integral i.e
As you should know, AI chatbots are not allowed as references in PF technical threads. This thread is now closed.
 
  • Informative
Likes chwala
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...