Equations of Motion - NEET Physics Questions
← Back to Kinematics

Equations of Motion

Question 1:

The velocity of a body of mass 20 kg decreases from 20 ms–¹ to 5 ms–¹ in a distance of 100 m. Force on the body is

1. –27.5 N
2. –47.5 N
3. –37.5 N
4. –67.5 N
View Answer

We can use the work-energy principle to find the force.

Given:
- Initial velocity, \( u = 20 \, \text{m/s} \)
- Final velocity, \( v = 5 \, \text{m/s} \)
- Distance, \( s = 100 \, \text{m} \)
- Mass, \( m = 20 \, \text{kg} \)

Using the equation of motion:
\[
v^2 = u^2 + 2as
\]
\[
(5)^2 = (20)^2 + 2a(100)
\]
\[
25 = 400 + 200a
\]
\[
200a = -375 ;a = -\frac{375}{200} = -1.875 \, \text{m/s}^2
\]

Now, force \( F = ma \):
\[
F = 20 \times (-1.875) = -37.5 \, \text{N}
\]

Thus, the force on the body is -37.5 N (opposite to the direction of motion).

Question 2:

A body moving with a uniform acceleration crosses a distance of 65 m in the 5th second and 105 m in 9th second. How far will it go in first 20 s?

1. 2040 m
2. 240 m
3. 2400 m
4. 2004 m
View Answer

We will use the formula for the distance covered in the \(n\)-th second:

\[
s_n = u + \frac{a}{2}(2n - 1)
\]

Given:
- Distance in the 5th second: \( s_5 = 65 \, \text{m} \)
- Distance in the 9th second: \( s_9 = 105 \, \text{m} \)

Using the formula for both:
1. \( s_5 = u + \frac{a}{2}(9) = 65 \)
\[
u + \frac{9a}{2} = 65 \tag{1}
\]

2. \( s_9 = u + \frac{a}{2}(17) = 105 \)
\[
u + \frac{17a}{2} = 105 \tag{2}
\]

Now, subtract equation (1) from equation (2):
\[
\left( u + \frac{17a}{2} \right) - \left( u + \frac{9a}{2} \right) = 105 - 65
\]
\[
\frac{8a}{2} = 40 \implies 4a = 40 \implies a = 10 \, \text{m/s}^2
\]

Substitute \( a = 10 \) into equation (1):
\[
u + \frac{9 \times 10}{2} = 65 \implies u + 45 = 65 \implies u = 20 \, \text{m/s}
\]

Now, to find the total distance covered in 20 seconds:
\[
S = ut + \frac{1}{2} a t^2 = 20 \times 20 + \frac{1}{2} \times 10 \times 20^2
\]
\[
S = 400 + 0.5 \times 10 \times 400 = 400 + 2000 = 2400 \, \text{m}
\]

Thus, the body will cover 2400 meters in 20 seconds.

Question 3:

A body starting from rest moves with constant acceleration. The ratio of distance covered by the body during the 5th second to that covered in 5 s in

1. 9/25
2. 3/5
3. 25/5
4. 1/25
View Answer

For a body starting from rest with constant acceleration:

- Distance covered in the 5th second: \( s_5 = u + \frac{a}{2}(2n - 1) \), where \( u = 0 \) and \( n = 5 \):
\[
s_5 = \frac{a}{2} (9) = \frac{9a}{2}
\]

- Distance covered in 5 seconds: \( S = \frac{1}{2} a t^2 \), where \( t = 5 \):
\[
S = \frac{1}{2} a (5)^2 = \frac{25a}{2}
\]

Ratio of distances:
\[
\frac{s_5}{S} = \frac{\frac{9a}{2}}{\frac{25a}{2}} = \frac{9}{25}
\]

Thus, the ratio is 9:25.

Question 4:

A car is travelling at 72 kmh–¹ and is 20 m from a barrier when the driver puts on the brakes. The car hits the barrier 2s later. What is the magnitude of the constant deceleration?

1. \[7.2 ms^{-2}\]
2. \[10 ms^{-2}\]
3. \[36 ms^{-2}\]
4. \[15 ms^{-2}\]
View Answer

Given:
- Initial velocity: \( u = 20 \, \text{m/s} \)
- Time: \( t = 2 \, \text{seconds} \)
- Distance to the barrier: \( s = 20 \, \text{m} \)

Using the equation of motion:
\[
s = ut + \frac{1}{2} a t^2
\]
\[
20 = 20 \times 2 + \frac{1}{2} a \times 2^2
\]
\[
20 = 40 + 2a
\]
\[
2a = -20
\]
\[
a = -10 \, \text{m/s}^2
\]

Thus, the magnitude of the deceleration is 10 m/s².

Question 5:

A particle moving with a velocity equal to 0.4 m/s is subjected to an uniform acceleration of 0.15 m/s² for 2 sec in a direction at right angles to its initial direction of motion. The resultant

1. 0.7 m/s
2. 0.5 m/s
3. 0.1 m/s
4. None of these
View Answer

To find the resultant velocity using unit vectors:

- Initial velocity: \( \vec{u} = 0.4 \, \hat{i} \, \text{m/s} \)
- Acceleration: \( \vec{a} = 0.15 \, \hat{j} \, \text{m/s}^2 \)
- Time: \( t = 2 \, \text{seconds} \)

Using the equation of motion \( \vec{v} = \vec{u} + \vec{a}t \):

- In the \( x \)-direction: \( v_x = 0.4 \, \text{m/s} \)
- In the \( y \)-direction: \( v_y = 0 + 0.15 \times 2 = 0.3 \, \text{m/s} \)

The resultant velocity is:

\[
|\vec{v}| = \sqrt{v_x^2 + v_y^2} = \sqrt{(0.4)^2 + (0.3)^2} = \sqrt{0.25} = 0.5 \, \text{m/s}
\]

Thus, the resultant velocity is 0.5 m/s

Question 6:

A car moving along a straight road with speed of 144 km h–¹ is brought to a stop within a distance of 200 m. How long does it take for the car to stop :

1. 5 s
2. 10 s
3. 15 s
4. 20 s
View Answer

To solve this, we'll use the equation of motion:

\[
v^2 = u^2 + 2as
\]

Where:
- \( v = 0 \) (final velocity, since the car comes to rest)
- \( u = 144 \, \text{km/h} = 40 \, \text{m/s} \) (initial velocity)
- \( s = 200 \, \text{m} \) (distance)
- \( a \) is the acceleration (which we'll solve for)

Rearranging the equation:

\[
0 = (40)^2 + 2 \cdot a \cdot 200
\]
\[
0 = 1600 + 400a
\]
\[
a = - \frac{1600}{400} = -4 \, \text{m/s}^2
\]

Now, to find the time (\( t \)):

\[
v = u + at
\]
\[
0 = 40 + (-4)t
\]
\[
t = \frac{40}{4} = 10 \, \text{seconds}
\]

Thus, it takes 10 seconds for the car to stop.

Question 7:

A car travelling with a velocity of 90 km/h slowed down to 54 km/h in 15 s. The retardation is

1. 0.67 m/s²
2. 1 m/s²
3. 1.25 m/s²
4. 1.5 m/s²
View Answer

Using the formula

a=vfvita = \frac{v_f - v_i}{t}

:

Converting to m/s:

9090

km/h =

2525

m/s,

5454

km/h =

1515

m/s.

 

a=152515=1015=0.67 m/s2a = \frac{15 - 25}{15} = \frac{-10}{15} = -0.67 \text{ m/s}^2

 

Retardation = 0.67 m/s².

Question 8:

A person driving a car with a speed 54 km/h, suddenly sees a boy crossing the road. If the distance moved by car, before the person applies brakes is 5 m, the reaction time of the person is

1. 0.5 sec
2. 0.66 sec
3. 0.33 sec
4. 1 sec
View Answer

Using

time=svt = \frac{s}{v}

, with

v=54v = 54

km/h = 15 m/s and

s=5s = 5

m:

 

t=515=0.33 st = \frac{5}{15} = 0.33 \text{ s}

 

Reaction time = 0.33 s.

Question 9:

When a car is stopped by applying brakes, it stops after travelling a distance of 80 m. If speed of car is halved and same retarding acceleration is applied then it stops after travelling a distance of

1. 20 m
2. 50 m
3. 75 m
4. 100 m
View Answer

Using the stopping distance formula:

 

su2s \propto u^2

 

If speed is halved, new stopping distance:

 

s2=804=20 ms_2 = \frac{100}{4} = 25 \text{ m}

 

Question 10:

Two cars A and B are approaching each other head-on with speeds 20 m/s and 10 m/s respectively. When their separation is X then A and
B start braking at 4 m/s² and 2m/s² respectively. Minimum value of X to avoid collision is

1. 60 m
2. 75 m
3. 80 m
4. 90 m
View Answer

Using the stopping distance formula:

 

s=u22as = \frac{u^2}{2a}

 

For Car A (

uA=20u_A = 20

m/s,

aA=4a_A = 4

m/s²):

 

sA=2022×4=4008=50 ms_A = \frac{20^2}{2 \times 4} = \frac{400}{8} = 50 \text{ m}

 

For Car B (

uB=10u_B = 10

m/s,

aB=2a_B = 2

m/s²):

 

sB=1022×2=1004=25 ms_B = \frac{10^2}{2 \times 2} = \frac{100}{4} = 25 \text{ m}

 

Total minimum separation to avoid collision:

 

X=sA+sB=50+25=75 mX = s_A + s_B = 50 + 25 = 75 \text{ m}