Efficient Techniques for Solving Second Order Differential Equations

  • Thread starter Thread starter nysnacc
  • Start date Start date
  • Tags Tags
    Method Reduction
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 2K views
nysnacc
Messages
184
Reaction score
3

Homework Statement


upload_2016-10-17_22-21-28.png


Homework Equations

The Attempt at a Solution


Should I find the characteristic equation then find the solution y2? Or just integrate the expression of part (a)??

Part B, just find the derivatives and plug into the ode
 
Physics news on Phys.org
nysnacc said:
Should I find the characteristic equation then find the solution y2? Or just integrate the expression of part (a)??
yes you can put the expression in the ODE and use the fact that ##y_{1}## is a particular solution ...
 
So, I calculate the y2, y2' and y2" in terms of y1, and plug into ODE (1st line)??
 
yes, as hint I show you how to derive ##y_{2}(x)## respect ##x##. We observe that we have a product so:

##y_{2}'(x)=y_{1}'(x)\int \frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}dx + y_{1}(x)\frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}##

try for ##y_{2}''## ...
 
d/dx ##y_{1}(x)\frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}##

= -1/y1^2 ##e^{-\int p(x)dx}## +1/y p(x) ##e^{-\int p(x)dx}##
 
Last edited by a moderator:
After hving the y, y', y", what should I do?
 
nysnacc said:
d/dx y1(x)e−∫p(x)dxy21(x)y_{1}(x)\frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}

= -1/y1^2 e^{-\int p(x)dx}}e^{-\int p(x)dx}} +1/y p(x) e^{-\int p(x)dx}}e^{-\int p(x)dx}}
wait this not ##y_{2}''(x)## this is only a part of the second derivative, you forgot to derive the term ##y_{1}'(x)\int\frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}dx## ...
 
Yes, you're right, but is this part correct tho?
 
oh right, because of ∫ -p(x) :)
 
Then I plug into the ODE?? but I have 2 unknowns p(x) and q(x) ... what should I do?
 
If your calculation are correct you must have this:

##y_{1}''(x)\int \frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}dx +y_{1}'(x)\frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}+\frac{-p(x)y(x)e^{-\int p(x)dx}-y_{1}'(x)e^{-\int p(x)dx}}{y_{1}^{2}(x)}+##
##+p(x)y_{1}'\int \frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}dx+p(x)\frac{e^{-\int p(x)dx}}{y_{1}(x)}+q(x)y_{1}(x)\int \frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}dx=0##
 
that is ##\left[y_{1}''(x)+p(x)y_{1}'(x)+q(x)y_{1}(x)\right]\int\frac{e^{-\int p(x)dx}}{y_{1}^{2}(x)}dx=0##, you can simplify and this prove the first part ...