New Reply

Differential Equation with Summation

 
Share Thread Thread Tools
Nov6-12, 07:30 PM   #1
 

Differential Equation with Summation


1. The problem statement, all variables and given/known data

[tex]y''+0.1y'+y=1+2\sum_{k=1}^{n}(-1)^{k}u_{k\pi}(t)[/tex]
and quiescent initial conditions.

2. Relevant equations

None.

3. The attempt at a solution
[tex](s^{2}+0.1s+1)Y(s)=\mathcal{L}\{1\}+2\sum_{k=1}^{n}(-1)^{k}\mathcal{L}\big\{ u_{k\pi}(t)\big\}[/tex]

I'm not sure if this step was correct, and how to proceed since the result of that is quite nasty.

Any help would be appreciated, thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Nov6-12, 11:18 PM   #2
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by jrcdude View Post
1. The problem statement, all variables and given/known data

[tex]y''+0.1y'+y=1+2\sum_{k=1}^{n}(-1)^{k}u_{k\pi}(t)[/tex]
and quiescent initial conditions.

2. Relevant equations

None.

3. The attempt at a solution
[tex](s^{2}+0.1s+1)Y(s)=\mathcal{L}\{1\}+2\sum_{k=1}^{n}(-1)^{k}\mathcal{L}\big\{ u_{k\pi}(t)\big\}[/tex]

I'm not sure if this step was correct, and how to proceed since the result of that is quite nasty.

Any help would be appreciated, thanks.
We aren't mind readers here. What is ## u_{k\pi}(t)##? And what do you get for the transform of the right side?
Nov6-12, 11:41 PM   #3
 
I'm sorry, I thought it was common notation that [itex]u_{k\pi}(t)[/itex] is the indicator function denoting the unit step function:
[tex]u_{k\pi}(t)=u_{k}(t)-u_{\pi}(t)=\begin{cases}
0, & t<k\quad\text{or}\quad t\ge\pi\\
1, & k\le t<\pi
\end{cases}
[/tex]
As for what I got for the Laplace transform of the right, it is:
[tex]
\frac{1}{s}+2\sum_{k=1}^{n}(-1)^{k}\cdot\frac{e^{-ks}-e^{-\pi s}}{s}
[/tex]
Nov6-12, 11:50 PM   #4
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help

Differential Equation with Summation


Quote by jrcdude View Post
I'm sorry, I thought it was common notation that [itex]u_{k\pi}(t)[/itex] is the indicator function denoting the unit step function:
[tex]u_{k\pi}(t)=u_{k}(t)-u_{\pi}(t)=\begin{cases}
0, & t<k\quad\text{or}\quad t\ge\pi\\
1, & k\le t<\pi
\end{cases}
[/tex]
As for what I got for the Laplace transform of the right, it is:
[tex]
\frac{1}{s}+2\sum_{k=1}^{n}(-1)^{k}\cdot\frac{e^{-ks}-e^{-\pi s}}{s}
[/tex]
For example, if ##k=5## your definition says ##u_{5\pi} = 0\hbox{ if } t<5\hbox{ or }t>\pi##, which is identically zero. Same for any ##k\ge 4##. Something looks fishy to me.
Nov6-12, 11:55 PM   #5
 
Courtesy of Brannan,


The only other possibility is that [itex]c=k\pi[/itex].


Edit: Yes I think thats actually the problem faced here.. I believe it works if I let
[tex]u_{k\pi}(t)=u(t-k\pi)[/tex]
Nov7-12, 11:02 AM   #6
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by jrcdude View Post
Courtesy of Brannan,


The only other possibility is that [itex]c=k\pi[/itex].


Edit: Yes I think thats actually the problem faced here.. I believe it works if I let
[tex]u_{k\pi}(t)=u(t-k\pi)[/tex]
It shows what a horrible notation that subscripted u is. If you just write u(t-c) when you want it, there is no ambiguity. So apparently you are saying your equation is$$
y''+0.1y'+y=1+2\sum_{k=1}^{n}(-1)^{k}u(t-k\pi)$$Is that correct? And when you say "it works", do you mean you see how to finish the question?
Nov7-12, 02:54 PM   #7
 
Yes, that subscript notation is definitely horrible as it caused me a lot of grief haha.

And yes, by "it works" I meant I solved the DE resulting in the solution of,

[tex]
y(t)=h(t)+2\sum_{k=1}^{n}(-1)^{k}h(t-k\pi)
[/tex]

where
[tex]
h(t)=1-e^{-0.05t}\cos(\sqrt{0.9975}t)-\frac{0.05e^{-0.05t}}{\sqrt{0.9975}}\sin(\sqrt{0.9975}t)
[/tex]

Thanks for the 'indirect' help!
Nov7-12, 03:06 PM   #8
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by jrcdude View Post
Yes, that subscript notation is definitely horrible as it caused me a lot of grief haha.

And yes, by "it works" I meant I solved the DE resulting in the solution of,

[tex]
y(t)=h(t)+2\sum_{k=1}^{n}(-1)^{k}h(t-k\pi)
[/tex]

where
[tex]
1-e^{-0.05t}\cos(\sqrt{0.9975}t)-\frac{0.05e^{-0.05t}}{\sqrt{0.9975}}\sin(\sqrt{0.9975}t)
[/tex]

Thanks for the 'indirect' help!
Is that your solution for a particular value of ##n##? Otherwise wouldn't your solution depend on ##n##? Out of curiosity have you graphed your forcing function and solution? What you have is a system being driven for a few cycles by a square wave whose frequency is very near the natural frequency of the system.

[Edit]Never mind about the n. I see where it is now.
Nov7-12, 03:10 PM   #9
 
The next part of the question was actually to graph the forcing function and solution on the same set of coordinates. So you are interpreting it correctly.
Nov7-12, 03:13 PM   #10
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by jrcdude View Post
The next part of the question was actually to graph the forcing function and solution on the same set of coordinates. So you are interpreting it correctly.
OK. Have fun with it. I let Maple do the grunt work to look at the graphs. It's a nice example.
Nov7-12, 03:14 PM   #11
 
Yeah, we too let Maple do the grunt work. Funny thing is Maple was developed at my university so they push us to use it.
New Reply
Thread Tools


Similar Threads for: Differential Equation with Summation
Thread Forum Replies
Summation Notation for Weak form of Differential Equation General Math 2
Summation equation for odd numbers? General Math 8
Simple Differential Equation (Ordinary Differential Equation) Differential Equations 7
figure out summation(x^2) in summation equation[Simple] Calculus & Beyond Homework 5
Summation/Sigma equation Calculus & Beyond Homework 3