Trying to solve a boundary value problem

ugetwutugiv
Messages
3
Reaction score
0
Trying to solve the following boundary value problems.



y'' + 4y = cos x; y(0) = 0, y(pi) = 0
y'' + 4y = sin x; y(0) = 0, y(pi) = 0




The answer key says that there's no solution to the first part, but there is a solution to the 2nd part. I'm really lost and am not sure how to go about this. I'd greatly appreciate everyone's help on this!
 
Physics news on Phys.org
Were you ever taught to solve 2nd order differential equations with constant coefficients?
 
For the most part. If it were y'' + 4y = 0, I'd know what to do. But for some reason, I'm at a mental block with this. Or is this something completely different from what you're asking?
 
ugetwutugiv said:
For the most part. If it were y'' + 4y = 0, I'd know what to do. But for some reason, I'm at a mental block with this. Or is this something completely different from what you're asking?

The first step is to find the complementary solution by solving y''+4y=0. What will y be equal to for this?

You then find a particular integral for the right side.
 
y = A cos 2x + B sin 2x...that would be the complementary solution. How would I go about finding a particular integral? I was going to do an integrating factor but I think that's only for first-order ODE.
 
ugetwutugiv said:
y = A cos 2x + B sin 2x...that would be the complementary solution. How would I go about finding a particular integral? I was going to do an integrating factor but I think that's only for first-order ODE.

If the Right side is cosax,sinax, sinax+cosax, then your particular integral is Asinax+Bcosax.

To find A and B, you need to substitute back this into the differential equation and then compare coefficients.
 
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