ODE: Combining Undetermined Coeff. & VOP Method

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
gabriels-horn
Messages
92
Reaction score
0
Title should read "Combining", is there anyway a moderator could alter that so the search function isn't messed up?

Homework Statement


Image4.jpg


The Attempt at a Solution


I am familiar with both methods, however combining the two is foreign to me. Anyone have any suggestions for this ODE? My guess would be to use the VOP method for the (1/x)*e^x portion and the undetermined coefficients for the 4x^2-3 portion. Any pointers?
 
Last edited:
Physics news on Phys.org


You have the right idea. I will call the left side of your equation L(y) for brevity.

Your complementary solution yc satisfies the homogeneous equation

L(y) = 0. Now if you have two particular solutions satisfying L(yp1) = f(x) and L(yp2) = g(x), then

L(yp1+yp2) = L(yp1)+L(yp1) = f(x)+g(x)

so find the two particular solutions separately as you have indicated, and add them to your yc.
 


LCKurtz said:
You have the right idea. I will call the left side of your equation L(y) for brevity.

Your complementary solution yc satisfies the homogeneous equation

L(y) = 0. Now if you have two particular solutions satisfying L(yp1) = f(x) and L(yp2) = g(x), then

L(yp1+yp2) = L(yp1)+L(yp1) = f(x)+g(x)

so find the two particular solutions separately as you have indicated, and add them to your yc.

Great, thanks for the insight.