Solveeit Logo

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)

A

n

B

n-1

C

n^2/(2n-1)

D

ceil(n^2/(2n-1))

Answer

ceil(n^2/(2n-1))

Explanation

Solution

Let the initial velocity of the bullet be v0v_0. After passing through one plank, the velocity becomes v1=v0(11n)=v0n1nv_1 = v_0(1 - \frac{1}{n}) = v_0 \frac{n-1}{n}. Let the retardation be aa and the thickness of one plank be dd. Using the equation v2u2=2asv^2 - u^2 = 2as: For one plank: v12v02=2(a)dv_1^2 - v_0^2 = 2(-a)d (v0n1n)2v02=2ad(v_0 \frac{n-1}{n})^2 - v_0^2 = -2ad v02((n1)2n21)=2adv_0^2 \left( \frac{(n-1)^2}{n^2} - 1 \right) = -2ad v02(n22n+1n2n2)=2adv_0^2 \left( \frac{n^2 - 2n + 1 - n^2}{n^2} \right) = -2ad v02(12nn2)=2adv_0^2 \left( \frac{1 - 2n}{n^2} \right) = -2ad v02(2n1n2)=2ad()v_0^2 \left( \frac{2n - 1}{n^2} \right) = 2ad \quad (*)

Let NN be the least number of planks required to stop the bullet. For NN planks: 02v02=2(a)(Nd)0^2 - v_0^2 = 2(-a)(Nd) v02=2aNd()v_0^2 = 2aNd \quad (**)

Divide ()(**) by ()(*): v02v02(2n1n2)=2aNd2ad\frac{v_0^2}{v_0^2 \left( \frac{2n - 1}{n^2} \right)} = \frac{2aNd}{2ad} n22n1=N\frac{n^2}{2n - 1} = N

Since the number of planks must be an integer, we take the ceiling of the result. N=n22n1N = \left\lceil \frac{n^2}{2n - 1} \right\rceil