A ball is placed on the middle of a length of track. The track is modeled such that the sum of the ball's displacement, velocity and acceleration at any point in time is equal to a constant, .
If , where and are integers, enter .
Details and Assumptions :
At the moment of release, the ball is travelling at to the right.
After , the ball is positioned to the left of the starting point.
The positive direction is to the right, and the negative direction is to the left.
The displacement is measured from the starting point, the middle of the track.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice problem!
Consider the differential equation:
x ¨ + x ˙ + x = β
Taking the Laplace transform on both sides gives:
s 2 X − s x ( 0 ) − x ˙ ( 0 ) + s X − x ( 0 ) + X = s β
Replacing the following initial conditions and simplifying:
x ( 0 ) = 0 ; x ˙ ( 0 ) = 0 . 5
Gives:
X ( s ) = 2 s ( s 2 + s + 1 ) 2 β + s
Using a standard table of laplace transform and taking the inverse Laplace transform of the above expression gives:
x ( t ) = β − e − t / 2 ( β cos ( 2 t 3 ) + 3 β − 1 sin ( 2 t 3 ) )
Having obtained the general solution, the next step is to use the fact that:
x ( 3 2 π ) = − ( 1 − e − π / 3 )
Substituting, simplifying and solving for β gives:
β = 1 − 1 + e − π / 3 2
Intermediate simplifications have been skipped in the solution. I initially posted this solution as a report, but I later found a typo in my own work.