Thread Closed

Some Differential Equation help needed

 
Share Thread Thread Tools
Sep20-05, 09:49 PM   #1
 

Some Differential Equation help needed


Of the Partial Kind
Using d'Alemberts soltuion for the vibrating string in one dimension

Find u(1/2,3/2), when l-=1, c=1, f(x) = 0, g(x) = x(1-x)
Now i tried simply substituting this into the solution that is (since f(x)=0)
[tex] u(x,t) = \frac{1}{2} \int_{x-t}^{x+t} g(x) dx [/tex]
but it yields the wrong answer.
Does the length of the string have anything to do with the answer?

Thank you in advance for your help!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Sep21-05, 05:46 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by stunner5000pt
Of the Partial Kind
Using d'Alemberts soltuion for the vibrating string in one dimension

Find u(1/2,3/2), when l-=1, c=1, f(x) = 0, g(x) = x(1-x)
Now i tried simply substituting this into the solution that is (since f(x)=0)
[tex] u(x,t) = \frac{1}{2} \int_{x-t}^{x+t} g(x) dx [/tex]
but it yields the wrong answer.
Does the length of the string have anything to do with the answer?

Thank you in advance for your help!
Stunner, to use D'Alembert's forumua, you need to remember to use the "odd extensions" of both f(x) and g(x). Now, I know that's not pretty but that's just how it is. Remember when I said that [itex]Sin[\pi x][/itex] was already an odd-extension and so we didn't have to do anything about it? That's not the case with g(x)=x(1-x) over the interval you're integrating from. Look at the first plot. That's g(x) un-extended. We wish to make an odd periodic function of g(x) over the interval of integration. In your case thats 1/2-3/2 to 1/2+3/2 or the interval [-1,2]. So, first thing is to "odd-extend" what the function looks like in [0,1] to the interval [-1,0]. Well, that's the second plot and the equation for it is:

[tex]g_1[x]=x(1+x)[/tex]

The equation for the interval [0,1] is just g(x):

[tex]g_2(x)=x(1-x)[/tex]

Now I wish to do that again for the interval [1,2], that is an odd extension of g(x) which would just be flipping it over into the interval [1,2]. The equation for that one would be:

[tex]g_3(x)=-(x-1)+(x-1)^2[/tex]

The third plot is all three. So:

[tex]
\begin{align*}
u(1/2,3/2) &=\frac{1}{2}
\int_{-1}^{2}\tilde{g_0}(\tau)d\tau \\ &=
\frac{1}{2}\left(\int_{-1}^0 g_1(\tau)d\tau+\int_0^1 g_2(\tau)d\tau+\int_1^2 g_3(\tau)\tau \right)
\end{align}
[/tex]

I get -1/12. Is that what you get?

Edit: Stunner, I initially made a typo on g3 but corrected it above.

Edit2: Forgot the 1/2 in front of the integral sign. Suppose that's -1/12 now. Sorry.
Attached Thumbnails
g1.JPG   g2.JPG   gtotal.JPG  
 
Sep21-05, 05:37 PM   #3
 
it is quite clear that we are not being taught (or the material's presentation) correctly. I did not know how to extend the functions. I understand now... thank you very much!
 
Thread Closed
Thread Tools


Similar Threads for: Some Differential Equation help needed
Thread Forum Replies
Differential equation reducible to Bessel's Equation Differential Equations 9
Solving a partial differential equation (Helmholtz equation) Differential Equations 7
Schrödinger equation: eigen value or differential equation Quantum Physics 5
differential equation - 2nd order diff equation Calculus & Beyond Homework 5
Laplace's Equation and Seperation of Multivariable Differential Equation Introductory Physics Homework 2