Substituting w=y' in the Differential Equation

Turion
Messages
145
Reaction score
2
y'''-5y''+6y'=8+2sinx

If I let w=y', would I be able to solve this differential equation? I'm currently stuck and I just want to know if making this substitution is why I am stuck.
 
Physics news on Phys.org
Have you followed the procedure for solving a linear ODE?

First, solve the homogeneous equation.
Second, find the particular solution.
Third, add the particular solution to the complementary solution (of the homogeneous equation).
 
Turion said:
y'''-5y''+6y'=8+2sinx

If I let w=y', would I be able to solve this differential equation? I'm currently stuck and I just want to know if making this substitution is why I am stuck.
Yes, that works nicely.
If we look at the homogenous system, you get the characteristic polynomial, with e^rx as trial solution:
r^2-5r+6=0, giving r=3 and r=2 as possibles. Furthermore, you have w_p1=4/3, for the constant particular solution.
Now, in order to solve for the particular solution 2sinx, you generally will need w_p=Asin(x)+Bcos(x)

Inserting this gives you the two equations in A and B

sin(x): -A+5B+6A=2 goes to: 5A+5B=2
cos(x):-B-5A+6B=0 goes to: 5B-5A=0
Thus, A=B=1/5.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top