markdown
非同次方程式と特殊解構成-標準演習md 1d0b126
exercise/math/differential-equations/nonhomogeneous-equations-and-particular-solutions.exercise.n.md
非同次方程式と特殊解構成-標準演習
mathdifferential-equationsexercisenonhomogeneousvariation-of-parameters
1演習の方針
非同次の線型な式では、解を
y=y_h+y_p
に分解する。y_h は同次方程式の解、y_p は非同次項を実現する特殊解である。
2問題 1
次の微分方程式の一般解を未定係数法で求めよ。
y''-y=x
2.1解答例
○
y=C_1e^x+C_2e^{-x}-x
Standard Exercises on Nonhomogeneous Equations and Particular Solutions
1Exercise Strategy
For a nonhomogeneous linear equation, decompose the solution as
y=y_h+y_p,
where y_h solves the homogeneous equation and y_p is a particular solution producing the right-hand side.
2Problem 1
Solve the following differential equation by the method of undetermined coefficients:
y''-y=x.
2.1Sample Answer
○
y=C_1e^x+C_2e^{-x}-x.