Find the constants for given IVP

  • Thread starter Thread starter Feodalherren
  • Start date Start date
  • Tags Tags
    Constants Ivp
Feodalherren
Messages
604
Reaction score
6

Homework Statement


Untitled.png


Homework Equations


DifEqs

The Attempt at a Solution



y ' = 4C1e-4xSinX - 4C2e-4xCosX

y'(0) = -1

-1 = 0 - 4C2

Therefore

C2 = 1/4

Not correct. What am I doing wrong?
 
Physics news on Phys.org
You didn't differentiate correctly. You have to use the product rule.
 
  • Like
Likes Feodalherren
Sigh... obviously. Can't believe I just did that. Thanks!
 
Feodalherren said:
What am I doing wrong?
  1. y=c_{1}e^{-4x}cos(x)+c_{2}e^{-4x}sin(x)
  2. y'=c_{1}(-4e^{-4x}cos(x)-e^{-4x}sin(x))+c_{2}(-4e^{-4x}sin(x)+e^{-4x}cos(x))
Now insert for y(0) and y'(0) and solve.
 
  • Like
Likes Feodalherren
Personally, I would find it easier to write the solution as y= e^{-4x}(C_1 cos(x)+ C_2 sin(x)).

Then, by the product rule, y'= -4e^{-4x}(C_1 cos(x)+ C_2 sin(x))+ e^{-4x}(-C_1 sin(x)+ C_2 cos(x)).
 
  • Like
Likes Feodalherren
Yeah I got it dudes. I was just being stupid and completely forgot the product rule.

Thanks
 
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...

Similar threads

Back
Top