← Back to Test
Problem 16 - Olympiad
A block of mass 5 kg is pulled up a frictionless incline with an angle of 30 degrees to the horizontal. If the block is pulled with a force of 20 N, what is the acceleration of the block?
Correct: B
To find the acceleration of the block, we first need to find the component of the force acting up the incline and the component of the weight acting down the incline. The force up the incline is F = 20 N, and the weight down the incline is W = mg sin(θ) = 5 * 9.81 * sin(30). Since sin(30) = 0.5, W = 5 * 9.81 * 0.5 = 24.525 N. However, the force acting up the incline is given as 20 N, so we need to consider the net force acting on the block, which is F_net = F - W = 20 N - 24.525 N. Since F_net is negative, it means the block is not moving up with the given force; it's actually being pulled down by gravity. The calculation error indicates a misunderstanding of the problem's setup. To correctly solve it, we should consider that the force needed to pull the block up should counteract the gravitational force component down the incline, so F = mg sin(θ) for equilibrium. For acceleration up the incline, the net force F_net = F - mg sin(θ). Given F = 20 N, m = 5 kg, g = 9.81 m/s^2, and θ = 30 degrees, first find the force needed to counteract gravity: mg sin(θ) = 5 * 9.81 * 0.5 = 24.525 N. Since the applied force (20 N) is less than this, the block does not accelerate up the incline with this force; it would accelerate down. The mistake in calculation leads to recognizing the block doesn't accelerate up with the given force. Correctly, to find acceleration, we'd calculate F_net = mg sin(θ) - F for down the incline, which gives us F_net = 24.525 N - 20 N = 4.525 N. Then, using F_net = ma, a = F_net / m = 4.525 N / 5 kg = 0.905 m/s^2, which doesn't match any options due to a mistake in initial calculation assumption.