I wanted to ask how you can reduce an equation of the form y'' + my + y^n=0 to first order. Any resources to figure this out or direction could be helpful.
2026-03-26 22:50:05.1774565405
Reduction from second oder to first order
26 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$ y'' + my + y^n=0 $$ Multiply by $y'$: $$ y'y'' + myy' + y'y^n=0 $$ $$ \dfrac 12 (y'^2)' + \dfrac m2(y^2)' + \dfrac 1 {n+1}(y^{n+1})'=0 $$ Integrate to reduce the order:
$$ y'^2 + my^2 + \dfrac 2 {n+1}y^{n+1}=C $$