A particle is projected up a plane inclined at an angle $b$ to the horizontal, the angle of projection being $a$ above the horizontal.
Part 1: If the initial speed of projection is $V$ m/s show that range, $C$, on the inclined plane is given by: $$C= 2 V^2 \frac{\sin(a-b) \cos(a)}{g\cos(b)^2}$$
Part 2: Determine the maximum range ($C$ max) on the plane and the value of $b$ for which this occurs. maximising the trigonometric function is the main problem here
Here is a diagram:


Here's me having a go at it:
Now, let the particle hit the plane after time t.
Horizontal Displacement = $C*\cos b$
Vertical Displacement = $C*\sin b$
Horizontal velocity = $V*\cos a$ (along positive x-axis)
Vertical velocity = $V*\sin a$ (along positive y-axis)
After time t:
$V*\cos a*t = C*\cos b$ . . . (1)
$V*\sin a *t - 0.5*g*t^2 = C*\sin b$ . . . (2)
From (1) obtain the value of $t$ and plug it into (2) and rearrange to answer Qn 1