Thread Closed

Solving First Order Differential Equation using substitution

 
Share Thread Thread Tools
Sep26-09, 01:47 PM   #1
 

Solving First Order Differential Equation using substitution


Hi,

Here is the equation:

x+x'=5.1sin(600*t)*u(t)

Our teacher gave us a hint that we should try using a substitution which is a system of sines, cosines, and looks something similar to 5.1sin(600*t)*u(t).

I tried substituting:

x(t)= A sin (w1*t)+B cos (w2*t)+ c cos(w3*t)*u(t)

By differentiated this I get:

x'(t)=A*w(1)*cos(w1*t)-B*w2*sin(w2*t)-c*w3*sin(w3*t)*u(t)+c cos(w3*t)*u'(t)

Putting everything together I have:

A sin (w1*t)+B cos (w2*t)+ c cos(w3*t)*u(t)+A*w(1)*cos(w1*t)-B*w2*sin(w2*t)-c*w3*sin(w3*t)*u(t)+c cos(w3*t)*u'(t) =5.1sin(600*t)*u(t)

Then I get 5 equations:

1) A sin (w1*t)-B*w2*sin(w2*t)=0
2) B cos (w2*t)+A*w(1)*cos(w1*t)=0
3)c cos(w3*t)*u(t)=0
4)-c*w3*sin(w3*t)*u(t)=0
5)-c*w3*sin(w3*t)*u(t)=5.1sin(600*t)*u(t)

By solving 5, I get w3=600 and c=-.0085. As there are less equations than unknowns, how do I find A, B, wi, and w2.

Also, the initial condition is x(0)=0.

Thanks
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Oct2-09, 08:57 PM   #2
 
An easy way to solve this problem is to multiply by e^t both sides, and rewriting the left then as d/dt(xe^t).
 
Oct3-09, 08:00 AM   #3
 
i don't understand why you use w1,w2 and w3. clearly there is only one possible frequency for the solution so w1=w2=w3=600.
 
Oct3-09, 11:26 AM   #4
 

Solving First Order Differential Equation using substitution


Quote by sristi89 View Post
Hi,

Here is the equation:

x+x'=5.1sin(600*t)*u(t)


Thanks

I think we need to be clear first about the function u(t) here. What it is. It is any function or it is a specific function such as the unit step function.
 
Thread Closed
Thread Tools


Similar Threads for: Solving First Order Differential Equation using substitution
Thread Forum Replies
Solving Higher Order Differential Equation Differential Equations 3
Solving a first-order nonlinear differential equation. Differential Equations 11
Differential Equation Approach to solving First Order Circuits Engineering, Comp Sci, & Technology Homework 4
Help in solving a second-order linear differential equation Differential Equations 1
Solving a Second-Order Differential Equation Calculus & Beyond Homework 10