Given:
- A stone is projected at an angle \( \theta \) with the horizontal.
- Its horizontal range \( R \) is equal to its maximum height \( H \).
What is asked?
- Find the angle of projection \( \theta \).
Concepts and formulas involved:
For projectile motion (neglecting air resistance),
- Horizontal range:
\[
R = \frac{u^2 \sin 2\theta}{g}
\]
- Maximum height:
\[
H = \frac{u^2 \sin^2 \theta}{2g}
\]
where,
\( u \) = initial velocity,
\( g \) = acceleration due to gravity.
Given condition:
\[
R = H
\]
Substitute the expressions for \( R \) and \( H \):
\[
\frac{u^2 \sin 2\theta}{g} = \frac{u^2 \sin^2 \theta}{2g}
\]
Cancel \( u^2 \) and \( g \) from both sides:
\[
\sin 2\theta = \frac{\sin^2 \theta}{2}
\]
Recall that \( \sin 2\theta = 2 \sin \theta \cos \theta \), so:
\[
2 \sin \theta \cos \theta = \frac{\sin^2 \theta}{2}
\]
Multiply both sides by 2:
\[
4 \sin \theta \cos \theta = \sin^2 \theta
\]
Rewrite as:
\[
4 \sin \theta \cos \theta - \sin^2 \theta = 0
\]
Factor \( \sin \theta \):
\[
\sin \theta (4 \cos \theta - \sin \theta) = 0
\]
Since \( \sin \theta = 0 \) corresponds to no projectile motion, discard this solution.
Focus on:
\[
4 \cos \theta - \sin \theta = 0
\]
Rearranged:
\[
4 \cos \theta = \sin \theta
\]
Divide both sides by \( \cos \theta \) (non-zero for projectile motion):
\[
4 = \tan \theta
\]
Therefore:
\[
\theta = \tan^{-1}(4)
\]
Final answer:
\[
\boxed{\theta = \tan^{-1}(4)}
\]