Question
Question: A bullet losses 1/n of its velocity in passing through a plank. What is the least number of plancks ...
A bullet losses 1/n of its velocity in passing through a plank. What is the least number of plancks required to stop the bullet ? (Assuming constant retardation)
n
n-1
n^2/(2n-1)
ceil(n^2/(2n-1))
ceil(n^2/(2n-1))
Solution
Let the initial velocity of the bullet be v0. After passing through one plank, the velocity becomes v1=v0(1−n1)=v0nn−1. Let the retardation be a and the thickness of one plank be d. Using the equation v2−u2=2as: For one plank: v12−v02=2(−a)d (v0nn−1)2−v02=−2ad v02(n2(n−1)2−1)=−2ad v02(n2n2−2n+1−n2)=−2ad v02(n21−2n)=−2ad v02(n22n−1)=2ad(∗)
Let N be the least number of planks required to stop the bullet. For N planks: 02−v02=2(−a)(Nd) v02=2aNd(∗∗)
Divide (∗∗) by (∗): v02(n22n−1)v02=2ad2aNd 2n−1n2=N
Since the number of planks must be an integer, we take the ceiling of the result. N=⌈2n−1n2⌉
