Solutions of Differential Equations with Initial Value Problems

Weatherkid11
Messages
18
Reaction score
0
Consider the initial-value problem y'''+9y'=0, y(0)=3, y'(0)=-1, y''(0)=2. Given that http://forums.cramster.com/Answer-Board/Image/cramster-equation-2006318224846327831888477500005072.gif are three linearly independent solutions of the given homogeneous linear differential equation, determine the particular solution of the initial-value problem.

So far I have y=C1(1)+C2(cos3x)+C3(sin3x) so 3=C1+C2+C3sin9 Is that right? Please help
 
Last edited by a moderator:
Physics news on Phys.org
No, it isn't. You know y(0)=3 and what you want to do is substitute that into y=C1(1)+C2(cos3x)+C3(sin3x) (which is correct). Doing that gives you
3 = c1(0) + C2(cos3*0) + C3(sin3*0).
 
OK, so then I would get C2 = 3, Then I would do the derivative of y and get -9sin3x+3c3cos3x, and use y'(0)=-1, so that would be -1=-9sin-3+3c3cos-3
 
No, what's the derivative of y, forget the C's for a minute.
 
In y(0)= 3, x= 0, not 3! That was your mistake in your first post
sin(0)= 0, cos(0)= 1 so y(0)= 3 gives you C1+ C2= 3.

In "y'(0)= -1", x= 0, not -1!
3C3= -1.
 
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