Equation #1
y′′′+y′′=y+x5 1 STEP: Solve a homogeneous equation
y′′′+y′′−y=0 We are looking for a solution in the form
y(x)=ekx⟶y′′=k2⋅ekxandy′′′=k3⋅ekx Then,
k3⋅ekx+k2⋅ekx−ekx=0⟶k3+k2−1=0 the cubic equation has three solutions: one real and two complex
k1=31⎝⎛−1+3225−2369+3225+369⎠⎞k2=−31−61−i3⎝⎛3225−2369⎠⎞−61+i3⎝⎛3225+369⎠⎞k3=−31−61+i3⎝⎛3225−2369⎠⎞−61−i3⎝⎛3225+369⎠⎞ Then,
y(x)=C1⋅ek1x+C2⋅ek2x+C3⋅ek3x−homogeneoussolution 2 STEP: Solve an Inhomogeneous Equation
We are looking for a solution in the form
y(x)=Ax5+Bx4+Cx3+Dx2+Ex+F Then,
y′′=20Ax3+12Bx2+6Cx+2Dy′′′=60Ax2+24Bx+6C Substitute in the original equation
60Ax2+24Bx+6C+20Ax3+12Bx2+6Cx+2D==Ax5+Bx4+Cx3+Dx2+Ex+F+x5⟶(A+1)x5+Bx4+(C−20A)x3++(D−60A−12B)x2+(E−24B−6C)x+(F−6C−2D)=0A+1=0⟶A=−1B=0C−20A=0⟶C=−20D−60A−12B=0⟶D=−60E−24B−6C=0⟶E=−120F−−6C−2D=0⟶F=−240 Conclusion,
y(x)=−x5−20x3−60x2−120x−240−inhomogeneoussolution
General conclusion:
y(x)=C1ek1x+C2ek2x+C3ek3x−x5−20x3−60x2−120x−240
ANSWER
y(x)=C1ek1x+C2ek2x+C3ek3x−x5−20x3−60x2−120x−240
Equation #2:
y⋅y′′=y′+8x3 1 STEP: Solve a homogeneous equation
y⋅y′′=y′⟶y′′=yy′⟶dxd(y′)=dxd(ln(y))⟶y′=ln(Cy)⟶dxdy=ln(Cy)⟶∫ln(Cy)dy=∫1dx Since
∫ln(Cy)dyistheintegrallogarithm,notanelementaryfunction
This means that we can’t write down the general solution of this equation in the usual elementary functions. The only thing we CAN write is
li(y)=x+C More information: https://en.wikipedia.org/wiki/Logarithmic_integral_function
Comments