Ask your own question, for FREE!
Mathematics 19 Online
OpenStudy (anonymous):

A body of mass m kg attached to a spring moves with friction. The motion is described by the second Newton's law: m(d^2y/dt^2) + a(dy/dt) + ky = 0 where y is the body displacement in m, t is the time in s, a > 0 is the friction coeffcient in kg/s and k is the spring constant in kg/s2. Assuming m = 1 kg and k = 4 kg/s2, find:

OpenStudy (anonymous):

a) What is the range of values of a for which the body moves (i) with oscillations, (ii) without oscillations? b) Find the general solution for any a < 4. (Your solution should be a formula depending on the parameter a.) Proof that it follows from the solution obtained that the body slows down to a virtually rest state at large time (i.e. when t --> infinity)? c) Find the particular solution for a = 4 subject to the initial conditions y(0) = 0, dy/dt = 1 m/s at t = 0. Plot this solution and determine the largest displacement of the mass using calculus.

OpenStudy (anonymous):

This is a standard non-homogeneus second order ODEs with constant coefficients, is it not?

OpenStudy (anonymous):

homogeneus second order ODE with constant coefficients

OpenStudy (anonymous):

now you have to solve characteristic polynomial mt^2+at+ky=0

OpenStudy (anonymous):

to get y by itself on the left?

OpenStudy (anonymous):

sorry mt^2+at+k=0

OpenStudy (anonymous):

now you will have solutions for t.. you know how the solution for the differential equation look if you have one t two t or minus under the square root ?

OpenStudy (anonymous):

right which in our case we have one t

OpenStudy (anonymous):

we better write the equation as mw^2+aw+k=0 because t might confuse us with the time .. we really find from this equation the angular frequency

OpenStudy (anonymous):

in (a) they want you to find the range of values for a ..

OpenStudy (anonymous):

oscillations will occur only when there is negative sign under the square root

OpenStudy (anonymous):

yep ok as oscillations require +'s and -'s. So as we have no -'s for this question?

OpenStudy (anonymous):

what do you mean ?

OpenStudy (anonymous):

mw^2+aw+k=0 for oscillations : a^2-4mk < 0

OpenStudy (anonymous):

i have to go now but ill come back later

OpenStudy (anonymous):

ok thanks cause Im stuck with this one.

OpenStudy (anonymous):

im back.. any progress ?

OpenStudy (anonymous):

no sorry Ive been working on other problems. I had a go but am really stuck on this one.

OpenStudy (anonymous):

thanks for coming back!

OpenStudy (anonymous):

so we said for oscillations we need to have a^2-4mk < 0 a^2 < 16 -4 < a < 4

OpenStudy (anonymous):

since a > 0 we have 0< a < 4 agree so far ?

OpenStudy (anonymous):

for a => 4 we have no oscillations

OpenStudy (anonymous):

Yes following so far

OpenStudy (anonymous):

so done with a) now go to b) the general solution (using the fact that we have negative under the square root) is given by: \[y=e^{\lambda \times t}(c1Sin(\omega \times t) + c2Cos(\omega \times t))\]

OpenStudy (anonymous):

where \[\lambda \pm i \mu = \frac{ -a \pm \sqrt{a^2-4mk} }{ 2m }\]

OpenStudy (anonymous):

now since we know a<4 -> a^2<4mk we can re write the last thing i wrote as : \[\lambda \pm i \mu = \frac{ -a }{ 2m } \pm i\frac{ \sqrt{4mk - a^2} }{ 2m }\]

OpenStudy (anonymous):

plug in values gives us : \[\lambda \pm i \mu = \frac{ -a }{ 2 } \pm i\frac{ \sqrt{16-a^2} }{ 2 }\]

OpenStudy (anonymous):

agree with what i did so far ?

OpenStudy (anonymous):

where did the equation y=eλ×t(c1Sin(ω×t)+c2Cos(ω×t)) come from?

OpenStudy (anonymous):

this is the general solution if you have minus under the square root.. you have 3 cases.. for each case the general solution looks different

OpenStudy (anonymous):

You mean in the equation \[a^2-4mk\]

OpenStudy (anonymous):

no for the whole differential equation .. the cases are determined by a^2 -4mk .. it might be 0, larger than 0 or smaller than 0

OpenStudy (anonymous):

Oh a quadratic equation. following you now.

OpenStudy (anonymous):

the discriminant of the quadratic equation tells you how the solution of the differential equation will look like

OpenStudy (anonymous):

so you can use the general solution for a<4 that i gave you and plug in the lambda and mu that i wrote and there you have the general for a<4.

OpenStudy (anonymous):

ok I remember doing similar problems as per the reference. You may continue Im with you now.

OpenStudy (anonymous):

so you can use the general solution for a<4 that i gave you and plug in the lambda and mu that i wrote and there you have the general for a<4.

OpenStudy (anonymous):

Im not following what you mean here

OpenStudy (anonymous):

i gave you a general solution y=eλ×t(c1Sin(ω×t)+c2Cos(ω×t)) and then i showed you what are λ and ω (i showed you what are λ and mu instead of mu i should have written ω its just a mistake that i wrote mu)

OpenStudy (anonymous):

look at the last thing i wrote before you asked "where did the equation y=eλ×t(c1Sin(ω×t)+c2Cos(ω×t)) come from?"

OpenStudy (anonymous):

just treat mu as omega and plug it into the general solution

OpenStudy (anonymous):

whats plugged in for a as we have a>4? any number between 0-4?

OpenStudy (anonymous):

we have a <4

OpenStudy (anonymous):

sorry typo

OpenStudy (anonymous):

and we should leave a as a .. they want an equation with a

OpenStudy (anonymous):

so you can choose any a you want

OpenStudy (anonymous):

as long as it between 0 and 4

OpenStudy (anonymous):

"Your solution should be a formula depending on the parameter a"

OpenStudy (anonymous):

So I have to plug in equation for λ into the general solution above?

OpenStudy (anonymous):

replace lambda by -a/2 replace omega by sqrt(16-a^2)/2

OpenStudy (anonymous):

that ends up being a big equation. What am I solving it for, a?

OpenStudy (anonymous):

no.. this is the general solution for a<4..

OpenStudy (anonymous):

you dont have to do anything more

OpenStudy (anonymous):

if they told you what a is and some more initial conditions you could say what is 'y' for every 't' ..

OpenStudy (anonymous):

we found an equation that tells the position with respect to time

OpenStudy (anonymous):

So this is the final answer for part (b) \[y=e ^{\frac{ -a }{ ?2}xt}c1Sin(\sqrt{\frac{ 16-a ^{2} }{ 2 }}\times t)+c2Cos(\sqrt{\frac{ 16-a ^{2} }{ 2 }}\times t)\]

OpenStudy (anonymous):

you know you can remove the "x" sign its just multiplication and the 2 is not under the square root

OpenStudy (anonymous):

and e^(-at/2) multiplies both c1sin.. and c2cos..

OpenStudy (anonymous):

Why is the 2 not under the square root?

OpenStudy (anonymous):

look at the solution up there

OpenStudy (anonymous):

follows from the solution to quadratic equation

OpenStudy (anonymous):

Ah yes I see its just a typo in me writing the equation in this forum. I have written it correctly on paper. And I also missed the brackets after the e^(-at/2) but I have written it down correctly.

OpenStudy (anonymous):

And lastly part (c) when a=4 Auxiliary equation is; p^2+4p+4=0 Which both roots equal -2, therefore general solution y(t)=(At+B)e^kt where k=-2 Initial conditions y(0)=0, y'(0)=1 Therefore B=1, -2B+A=1 hence A=3 Therefore final solution; y(t)=(3t+1)e^-2t

OpenStudy (anonymous):

i think B should be 0

OpenStudy (anonymous):

Hmm why?

OpenStudy (anonymous):

y(0) = 0

OpenStudy (anonymous):

So my final solution is wrong?

OpenStudy (anonymous):

y(0) = 0 means B = 0 y(t) = (At+B)e^kt y'(t) = Ae^kt + kAte^k(t) y'(0) = A = 1 y(t)=te^-2t

OpenStudy (anonymous):

Wow thanks so much Coolsector. Your patience and time has been much appreciated. I will go away and practice what you have showed me.

OpenStudy (anonymous):

yw :) good luck with that you should remember there are 3 cases .. for each one the solution looks different it all follows with "assuming" a solution of y = Ae^(iwt)

OpenStudy (anonymous):

Oh and the last bit of (c) is to sketch solution and determine largest displacement of the mass. We have done the last part havent we? I just have to do the sketch?

OpenStudy (anonymous):

where in the general case A can be complex as well

OpenStudy (anonymous):

sorry sorry misrake

OpenStudy (anonymous):

and the plot is just an upside down parabola?

OpenStudy (anonymous):

you have to plot this : y(t)=te^-2t in order to find larger displacement you should take the derivative y'(t) = e^-2t -2te^-2t equate to 0 (1-2t)e^(-2t) = 0 t = 0.5 this is the maximum for sure since this function rises at the beginning then decreasing to 0 as t goes to infinity now plug y(0.5) to get maximum displacement

OpenStudy (anonymous):

no! this is not a parabola!!! t*e^(-2t)

OpenStudy (anonymous):

wow great reference showing the plot as well! I will bookmark that!

OpenStudy (anonymous):

wolframalpha is a really good tool :)

OpenStudy (anonymous):

you can as well plug in there te^(-2t) and it gives you information about the function like maximum, limits etc

OpenStudy (anonymous):

anyway i have to go now .. see you.. good luck

OpenStudy (anonymous):

Yes many thanks you have been a lifesaver. Have a good day!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!