Solving First Order Differential Equation

jellicorse
Messages
40
Reaction score
0

Homework Statement



I have been trying to solve this equation but keep coming to the same solution, which according to my book is not the correct one. Is anyone able to point out what I am doing wrong?

\frac{dy}{dt}-\frac{1}{2}y=2cos(t)




The Attempt at a Solution



To solve, use the integrating factor e^{\int\frac{1}{2}dt}; Integrating factor=e^{-\frac{t}{2}}

ye^{-\frac{t}{2}} = 2\int e^{-\frac{t}{2}}cos(t)dt




Integrating the RHS by parts:

= 2\left[e^{-\frac{t}{2}}sin(t)+\frac{1}{2}\int sin(t)e^{-\frac{t}{2}}dt\right]

= 2\left[e^{-\frac{t}{2}}sin(t)+\frac{1}{2}\left[e^{-\frac{t}{2}}\cdot(-cos(t)-\frac{1}{2}\int cos(t)e^{-\frac{t}{2}}dt\right]\right]




And using a reduction formula:

= 2\left[e^{-\frac{t}{2}}sin(t)-\frac{e^{-\frac{t}{2}}cos(t)}{2}-\frac{1}{4}I\right]

I =2e^{-\frac{t}{2}}sin(t)-e^{-\frac{t}{2}}cos(t)-\frac{1}{2}I

\frac{3}{2}I=2e^{-\frac{t}{2}}sin(t)-e^{-\frac{t}{2}}cos(t)

I = \frac{2}{3}(2e^{-\frac{t}{2}}sin(t)-e^{-\frac{t}{2}}cos(t))

ye^{-\frac{t}{2}}=\frac{4e^{-\frac{t}{2}}sin(t)-e^{-\frac{t}{2}}cos(t)}{3}

y = \frac{4 sin(t)-cos(t)}{3}+ce^{\frac{t}{2}}




After all this, the book gives a solution of y=\frac{4}{5}(2sin(t)-cos(t))+ce^{\frac{t}{2}}
 
Physics news on Phys.org
hi jellicorse! welcome to pf! :smile:

good method, but i think you've used ye-t/2 = 2I in one place and = I in another place :wink:
 
  • Like
Likes 1 person
Ah, thanks tiny-tim... I will look into that!
 
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