Solving a special type of a second order differential equation

Jim4592
Messages
49
Reaction score
0

Homework Statement



y''[x] = y'[x] + x


Homework Equations


We were taught two special types of second order diff. equations:

Type 1: Supposed to be when x is missing
v = y'[x]
v'[x] = y''[x]

Type 2: Supposed to be when y is missing
v = y'[x]
v v'[x] = y''[x]


The Attempt at a Solution


The answer key reads:

v'[x] - v = x

d/dx{e^-x v} = x e^-x

e^-x v = C1 * e^-x -x -1

v = C1 * e^x -x -1

y[x] = c2 - c1 * e^-x - (.5)x^2 - x


I don't understand why we used type 1 to solve this problem since x is clearly stated in the problem. I was hoping someone could explain, thanks.
 
Physics news on Phys.org
Are you sure you have listed the two types correctly? Usually, if y is missing you would do:

v = y'
v' = y''

so your second order equation in y becomes a first order equation in v. That is the type of equation you have and also the method your manual gives.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top