(I am not expert in English. I will write as well as I can.)
To understand this question easier, lets see this picture.
From this picture, what is minimum initial speed that this grasshopper need to jump over this log?
The grasshopper movement path can touch the log but can't cross through inside of the log.
d and R can be any positive real number which d>R. g is a gravitational acceleration(approximately 9.80665 $m/s^2$).
This is a mathematical-physics question but mainly in maths.
I can do physics part but have problem in maths part.
Physics Part : Let red ball is grasshopper and at origin point and y is height
The relation between x and y for projectile motion is $y(x) = xtan\theta - \frac{gx^2}{2u^2cos^2\theta}$ , $0 < \theta < \frac{\pi}{2}$
Upper curve of sphere can de describe in function : $y_s(x) = R + \sqrt{R^2-(x-d)^2}$ , for $ d-R \leq x \leq d+R$
Condition of the sphere is $y(x) \geq y_s(x)$ , for $ d-R \leq x \leq d+R$ or
$xtan\theta - \frac{gx^2}{2u^2cos^2\theta} \geq R + \sqrt{R^2-(x-d)^2}$ , for $ d-R \leq x \leq d+R$
At this point, I don't how to find $u_{min}(d,R)$ from this.
(If you give value of d and h (for example, d = 2m and R = 1m), it is possible to find $\theta$ that minimize u.)
I know only that y(x) (parabola curve) for $u_{min}(d,R)$ look like.
Case : d = cR (c is a constant. There is a ratio that make y(x) have maximun point at the top of the sphere.)
Case : d > cR
Case : d < cR
Please help me.










I do not believe your approach is the simplest.
The height of the jump is:
$$ 2R = \frac{\dot y_0^2}{2g} $$
So: $$ \dot y_0 = \sqrt{Rg} $$
Now take each component separately. First, what is the minimal vertical speed needed to jump a height of 2R? As in he will get to 2R and start falling. So, his velocity will be zero at a height of 2R. Use the equation:
$$ \dot y_{2R} = 0 = \dot y_0 - gt$$ $$ t = \frac{\dot y_0}{g}$$
This is the time to get a height of 2R in gravity. Well, the grasshopper has to travel $d = \dot x t$ in this time so:
$$ t = \frac{d}{\dot x} $$
Solving for $\dot y_0$ and $\dot x$ and substituting t where appropriate yields:
$$\dot y_0 = t \cdot g = \frac{d \cdot g}{\dot x} $$ $$ \dot x =\frac{d}{t} = \frac{d \cdot g}{\dot y_0} $$
Substitute $\dot y_0$ from above: $$ \dot x = \frac{d \cdot g}{\sqrt{Rg}} $$
The rest is up to you. You have your two components in terms of $R$, $g$, and $d$.