A friend gave a challenging math problem to solve for fun, but since I'm a high school calc student, it's too hard for me to figure out.
If a small ball is at the top of a larger stationary sphere (radius = $1$) and it starts to roll down the side, at what point will the smaller ball lose contact with the larger sphere?
I got off to a good start, but then got stuck. Here's my work. If you don't care to read it all, you can skip to the last paragraph:
I first aim to find the velocity. I start with the acceleration of the ball: $a = g\dot{}\sin(\theta)$ where theta is the angle of inclination the ball is rolling at any given instant. The derivative of the circle equation gives the slope of this incline. The circle is modeled by $f(x) = \sqrt{1-x^2}$ and $f'(x)= -x\dot{}(1-x^2)^{-1/2} \ $Therefore: $\ \theta = \tan^{-1}(f'(x))$.
Substituting this back into the original equation, this is where it gets ugly:
$$a = g\dot{}\sin\left(\tan^{-1}(f'(x))\right)$$
I figured I needed to put all of this is terms of time, so I change $x$, horizontal displacement of the ball, to $s(t)$, and $a$ to $a(t)$. Using my current knowledge of kinematics, I can relate displacement to acceleration such that
$s(t) = \int_{}v(t)~dt \ $ and $\ v(t) = \int_{}a(t)~dt$
so if I'm not mistaken
$$s(t) = \int_{}\int_{}a(t)\ dt\ dt$$
So, substituting this all back into my original equation, I get this:
$$a(t) = g\dot{}\sin\left(\tan^{-1}\left(f'(\int_{}\int_{}a(t)\ dt\ dt)\right)\right)$$
Not sure if this is even correct syntax at this point. Anyways, I got everything in terms of $a$! But, I've never formally learned to solve DE's, so I'm not sure what to do next or if this DE is solvable, and if it is, it must be so complex that it's not a practical solution. There must be a simpler way that I'm missing, what do I do? After solving for the velocity, how would I use it to find when the ball loses contact with the larger sphere?

