Non Homogeneous Higher Order Differential Equations With Constant Coefficients This Section Will Help The Students Find 1 (47.09 KiB) Viewed 36 times
Non-Homogeneous Higher Order Differential Equations with Constant Coefficients This section will help the students find a solution to a Non-Homogeneous Higher Order Differential Equation Using MATLAB Example: syms y(x) g(x) Dy(x)=diff(y) D2y(x)=diff(y,2) L=D2y+3*Dy+2*y; g(x)= x^2 yc = dsolve(L==0) YGS = dsolve(L==g(x)) yp=yGS-yc Exercises: In each of the following, determine the general solution, particular solution and complementary solution. 1. y + y = tanx 2. y + 4y = sec2x 3. y-2y-y + 2y = ex 4. y" - 3y + 2y = 1+et My Solutions >
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!