Solving a Second Order Differential Equation: $$xy''-y'=3x^2$$

vanceEE
Messages
109
Reaction score
2
$$ xy'' - y' = 3x^{2} $$
$$ y' = p $$
$$ y'' = p' $$
$$ xp' - p =3x^{2} $$
$$ p' - \frac{1}{x}p = 3x $$
after multiplying by the integrating factor we get..
$$ \frac{1}{x}p' - \frac{1}{x^{2}}p =3 $$
so $$ [\frac{1}{x}p]' = 3? $$

I know that these two below are equal, but can someone please show HOW
$$ \frac{1}{x}p' - \frac{1}{x^{2}}p $$ equals $$[\frac{1}{x}p]' $$

Thank you!
 
Physics news on Phys.org
vanceEE said:
$$ xy'' - y' = 3x^{2} $$
$$ y' = p $$
$$ y'' = p' $$
$$ xp' - p =3x^{2} $$
$$ p' - \frac{1}{x}p = 3x $$
after multiplying by the integrating factor we get..
$$ \frac{1}{x}p' - \frac{1}{x^{2}}p =3 $$
so $$ [\frac{1}{x}p]' = 3? $$

I know that these two below are equal, but can someone please show HOW
$$ \frac{1}{x}p' - \frac{1}{x^{2}}p $$ equals $$[\frac{1}{x}p]' $$

Thank you!

You want to find d/dx of the product (1/x)*p(x). Use the product rule.
 
  • Like
Likes 1 person
vanceEE said:
I know that these two below are equal, but can someone please show HOW
$$ \frac{1}{x}p' - \frac{1}{x^{2}}p $$ equals $$[\frac{1}{x}p]' $$

Thank you!

Use the product rule on that last equation.
 
  • Like
Likes 1 person
Awesome, I now understand that part. Now for any equation $$y' + a(x)y = b(x)$$ after multiplying the integrating factor, will my left side always be... $$ [e^{∫a(x) dx} * y]' ?$$
 
Last edited:
I think you can answer your own question. is$$
\left(e^{∫a(x) dx} * y' + e^{∫a(x) dx} a(x)y\right)$$
the derivative of $$
e^{∫a(x) dx} * y$$
 
yes, thank you LCKurtz!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top