tracedinair
- 47
- 0
Homework Statement
Solve the following IVPs.
a) y'' + y = 0 for y(x0)=1 and y'(x0)=0
b) y'' - λ2y = 0 for y(x0)=0 and y'(x0)=1
Homework Equations
The Attempt at a Solution
a) Two distinct solutions for y'' + y = 0 are cos(x) and sin(x).
So, y(x0) = C1cos(x0) + C2sin(x0) = 1
y'(x0) = -C1sin(x0) + C2cos(x0) = 0
b) Two distinct solutions for y'' + λ2y = 0 is just e^(\lambdax) and e^(-\lambdax)
So,
y(x0) = C1e^(\lambdax0) + C2e^(\lambdax0)) = 0
y'(x0) = C1λe^(\lambdax0) - C2λe^(-\lambdax0) = 1
Now do I need to go through and solve for the C's or I am OK?