Solving Second Order Differential Equations with Initial Value Problem

  • Thread starter Thread starter rbailey5
  • Start date Start date
  • Tags Tags
    Second order
rbailey5
Messages
10
Reaction score
0

Homework Statement


I have got the diff equ problem solved out to

y(t)=Ce^-t*cos4t+Ce^-t*sin4t

Homework Equations


now I have to solve for the IVP and the values are y(0)=1, yprime(0)=-1

The Attempt at a Solution


I believe for the first part I just plug in the y(0)=1 which results in the e^-t dropping out
coming out to be C=1 but I am not 100% on it.

Then I am assuming I take the derivative and solve for the next value.
 
Last edited:
Physics news on Phys.org
Are you sure those shouldn't be two different constants, as in y(t) = C1 e-t cos(4t) + C2 e-t sin(4t)

Then, you found that C1 = 1.

Now find y'(x) , then set y'(0) = -1 & solve for C2 .
 
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