Jim, the scientist, is planning to do a dangerous stunt in which he puts his life at stake. He asks his assistant to shoot him while he stands behind a stack of identical books.
Before he does the stunt, he test fires a bullet on a single book and confirms that the bullet fired at speed 4 5 7 . 2 m / s penetrates the 3 . 5 c m thick book and comes out from the other side at speed 4 0 0 m / s .
What is the minimum number of books Jim needs to stack up so that he can pull off this stunt safely?
Details and Assumptions:
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.
By the way, I would appreciate if someone writes a solution in the conventional way.
Using formula υ 2 = υ 0 2 − 2 a s where:
a is (negative) acceleration of the bullet caused by thickness of book,
s is distance traveled (in this case thickness of one book),
υ 0 is starting speed of the bullet and
υ s is speed of the bullet after distance traveled s ,
we get a = 2 s υ 0 2 − υ s 2 .
If n s is thickness of n books, then n s = 2 a υ 0 2 − υ n s 2 .
Substituting υ n s with 0 and a with 2 s υ 0 2 − υ s 2 :
n s = 2 2 s υ 0 2 − υ s 2 υ 0 2
⇒ n = υ 0 2 − υ s 2 υ 0 2 = 4 . 2 7 9 1 4 . . .
In order to be sure that bullet will stop before reaching him, he should stack up at least 5 books.
Nice. This shows that we actually don't need the thickness at all. 😁
Log in to reply
Exactly! It was intuitive to me when I read the question, but I had to prove myself correct using bit of math.
Problem Loading...
Note Loading...
Set Loading...
Let's do this short. If the thickness of one book is s , then thickness of n books is n s .
Now we would implement proportionality concept. We know s = 2 a v 2 − u 2 As the deceleration, a is constant, we can write s ∝ v 2 − u 2 → s 1 s 2 = v 1 2 − u 1 2 v 2 2 − u 2 2 For the 1st (couple's) case, s 1 = s , u 1 = 4 5 7 . 2 m / s , v 1 = 4 0 0 m / s And for the 2nd (and safe) case, s 2 = n s , u 2 = 4 5 7 . 2 m / s , v 2 = 0 m / s (as the bullet must stop)
Finally, s n s = 4 0 0 2 − 4 5 7 . 2 2 0 − 4 5 7 . 2 2 → n = ⌈ 4 . 2 6 ⌉ = 5 ( a n s ) As we can't take 4.26 books, we need at least five books to stop the bullet.