Problem 274. Bouncing disk
A disk is placed in a rectangular room with dimensions a and b in a point with coordinates x0 and y0. The disk is given a startup speed V, m/s, the angle between the speed and the x axis is phi, rad. All coordinates have metric dimensions. (See the figure below, just right-click on it and choose open in new tab). The friction factor is nu (always greater then zero). The energy loss caused by bumping the walls is negligible.
Find the resulting position of the disk. The answer should be given with the tolerance greater than 10^-3.
Solution Stats
Problem Comments
-
11 Comments
Image URL: https://lh3.googleusercontent.com/NfbXN6dTVzB7e6hoR68t-zSp7SbSk63R42G5Ep8x41pPlF-_yNjECYgzsY52vY7Xi2Ixjg78nJKIIO4Kbd7DdVtbPRdfuBLCfDw=w1600
could you define "friction factor"?
I meant the coefficient of friction
In that case, what are you using for acceleration due to gravity?
For those wondering, it's 9.80665
Thanks to @bmtran, a bug in testing procedures was resolved.
For those still wondering, the disk is dimensionless.
haha
Can't see image.
1. The image url has not been working since quite a long time.
2. The last 2 statements seems contradictory - Friction factor is to be considered but then energy loss from bumping the wall is to be considered negligible?
If the bumping is only considered to be with the vertical wall members, it should have been specified clearly.
I have cleaned up some hard-coded solutions.
Best not to spend time on this problem for the time being.
@Dyuman I agree that the problem description could be MUCH improved... see solution 14777825 for a better explanation (and a detailed solution development).
As for friction: friction happens as the "disk" (really dimensionless, as Rafael pointed out) moves about in the rectangular "room". Bounces at any room boundary are frictionless.
Solution Comments
Show commentsProblem Recent Solvers20
Suggested Problems
-
6014 Solvers
-
5804 Solvers
-
149 Solvers
-
Check if number exists in vector
13099 Solvers
-
Create matrix of replicated elements
386 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!