Delta2 said:
A tangential force can make a rigid body rotate, if that's what you asking. And it will also accelerate the center of mass of the rigid body, unless there are other external forces that neutralize the first force .
Example: A disk with an axis fixed through its center of mass. If we apply a tangential force at the disk, the disk will start rotating around its center, but the disk will not do translational motion because the tangential force is neutralized from the force that the fixed axis applies to the disk (if we assume that the axis is also fixed to a not moving point) which is opposite and equal to the tangential force. However the rotational effect is not neutralized because the force from the fixed axis has zero torque (w.r.t to the center of the disk) while the tangential force has non-zero torque (w.r.t to the center of the disk).
Things become more interesting if the fixed axis doesn't pass through the CM of the disk but through an other point. Then the rotational effect will still be the same, with regards to the angular acceleration , however the force from the axis now will not be opposite and equal to the tangential force now . The vector sum of the latter two forces will be equal to the mass of the disk times the acceleration of the CM, as theorem 1 states, but now the acceleration of the CM will not be zero, because CM will rotate around the fixed axis which is located at another point of the disk.
I think I did not phrase my question in the way I intended. My question is that if you apply a constant force at a fixed point on an unconstrained roller, as the diagram (##\hat i \to \hat j## and diagram was not drawn to scale, sorry!) below for an example, what will happen.
I think I already found an answer to my question. I used MMA to plot the path traveled by the roller. I set all parameter to 1 and set the time range from 0 to 5. This is what I got:
Setting time range from 0 to 10 gives me this:
Long-term behaviour:
(As you can see, the motion gradually becomes linear, which is interesting.)
However, I do not understand why it starts from (-1, 0) instead of (1, 0). So I am going to upload my work which I would like you to inspect, thanks. (I realized that the vector-valued function starts at (1, 0) instead of the origin when I was running.)
Follow-up:
My work is as follows:
Assuming that the roller starts from (0, 0), the initial force vector is ##\hat j## and r=moment arm.
$$\frac {\mathrm{d^2} \theta} {\mathrm d {t}^2}=\alpha$$
$$\therefore I\frac {\mathrm{d^2} \theta} {\mathrm d {t}^2}=rF \: (F \: is \: the \: magnitude \: of \: \vec F)$$
$$\theta(t)=\int \int \frac{rF}{I} \mathrm d t \mathrm d t$$
$$\theta(t)=\frac{rFt^2}{2I}$$
Now I am going to use a vector-valued function to express ##\vec F##
$$\vec{F}(\theta)=-F \cdot \sin(\theta) \hat i + F \cdot \cos(\theta) \hat j$$
The Sin function is used to express Fx because ##\cos(\theta + \frac \pi 2)=-\sin(\theta)##. Likewise, Cos function is used to express Fy because ##\sin(\theta + \frac \pi 2)=\cos(\theta)##. (Adding pi over two because the initial force vector is perpendicular to the x axis)
$$\therefore \vec{a}(\theta) = -\frac F m \cdot \sin(\theta) \hat i + \frac F m \cdot \cos(\theta) \hat j$$
$$\therefore \vec{x}(t)= \int \int -\frac F m \cdot \sin(\frac{rFt^2}{2I}) \mathrm d t \: \mathrm d t \: \hat i + \int \int \frac F m \cdot \cos(\frac{rFt^2}{2I}) \mathrm d t \: \mathrm d t \: \hat j$$
Then I used MMA to solve these double integrals.
Set all parameters to 1:
Evaluate the i integral:
Evaluate the j integral:
Plot:
(the solution to the j integral is added by 1 because the initial position of the force is (1, 0) and the initial position of the CM is (0, 0))
And this gives me the graph.