I don't really think it is the only method that we find the acceleration under a rotating frame, as we can solve it under cylindrical coordinates.
Let's put the z axis of the cylindrical c. on the vertical surface of the slide, which points upwards, the r axis on the bottom surface of the slide, orthogonal to the z axis, and ##\theta## on the moving ball, in the direction of ##\vec\Omega\times\vec r##. The position of a point in the coordinates have the following form ##\vec R=f(\theta, r,\, z)##. Please note here that while ##\dot\Omega=\theta##, ##{\vec\Omega}\neq \dot{\vec\theta}##. The reason for this is that neither angular velocity nor angular displacement is a genuine vector. Physicists define them that way to simplify calculations and to improve our understandings.
Looking at the vertical component of the total force on the object we obtain the following equation:
$$F_z=N\cos\alpha-mg$$
Then we write out the formula of acceleration under polar coordinates. In this case we extend this formula to cylindrical coordinates by adding a z component, as we did in the equation above. Here, we are only concerned with the acceleration in the ##r\theta## plane.
$$\ddot{\vec r}=(\ddot r-r\dot\theta^2)\hat r+(r\ddot\theta +2\dot r\dot \theta)\hat\theta$$
It is obvious that the ball does not have any acceleration in the ##\vec\theta## direction, so we remove the term with ##\hat\theta##. We get
$$\ddot{\vec r}=(\ddot r-r\dot\theta^2)\hat r$$
Since the force component in the r direction is ##F_r=N\sin\alpha## , it follows that
$$\frac{N\sin\alpha}{m}={\ddot r-r\Omega^2}$$
Yet we need to find a way to represent N as other known constants/variables.
We begin this process with using the constraints given by the tilted plane.
$$F_z=F_r\tan\alpha\implies N\cos 2\alpha =mg\cos\alpha\implies N=\frac{mg\cos\alpha}{\cos 2\alpha}$$
We've achieved our goal. Now let's sub it back into the equation concerning the acceleration:
$$\frac{(mg\cos\alpha / \cos 2\alpha)\sin\alpha}{m}=\ddot r-r\Omega^2$$
The last step is solving this second order differential equation and is left as an exercise to readers.
After solving, you get r, and thus get the parametrized coordinates wrt. time. Now convert it to a Cartesian coordinates sharing the z axis. Then use a 3D rotation matrix to convert the position into the coordinates your prof. gave you.