Difficulty: Medium
Correct Answer: R = (2 * u^2 * cos θ * sin(θ - β)) / (g * cos^2 β)
Explanation:
Introduction / Context: Range on an inclined plane is a classic extension of projectile motion. Instead of measuring horizontal range, we measure distance along a plane inclined at angle β to the horizontal. The result depends on both the launch angle θ and the slope β.
Given Data / Assumptions:
Concept / Approach: Resolve motion into components parallel and perpendicular to the incline or start from horizontal/vertical equations and impose the plane-impact condition y = x tan β at the point of contact. Algebra then gives range measured along the plane surface.
Step-by-Step Solution:
Parametric motion: x = u cos θ * t, y = u sin θ * t - (1/2) g t^2. Impact condition on the plane: y = x * tan β. Substitute x and y, solve for flight time t > 0 giving t = (2 u * sin(θ - β)) / (g * cos β). Distance along plane: R = x / cos β = (u cos θ * t) / cos β = (2 * u^2 * cos θ * sin(θ - β)) / (g * cos^2 β).Verification / Alternative check: For β = 0 (horizontal ground), formula reduces to R = (u^2 * sin 2θ) / g, which is the standard horizontal range, confirming correctness.
Why Other Options Are Wrong: Using sin(θ + β) gives a larger angle and incorrect range sign for typical θ; the standard flat-ground result (option c) ignores the slope; the cos β factors in option d are not consistent with the plane geometry.
Common Pitfalls: Forgetting to convert horizontal distance to along-plane distance (divide by cos β), mixing θ ± β signs, and algebraic slips solving the impact condition.
Final Answer: R = (2 * u^2 * cos θ * sin(θ - β)) / (g * cos^2 β).
Discussion & Comments