Saturday, January 26, 2019

torque - Calculating the angle of tipping given force applied


This is my first time here, and I have a question regarding the calculation of the angle that an object would tip at, when a certain force is applied to its center of gravity.


(This question seems similar to this one, but that doesn't really answer my question; because its looking for a threshold height, but I'm looking for the angle of tipping.)


So, let's suppose we have a cylinder with a circular base of radius r, whose center of gravity is a perpendicular distance h above its circular base. I am interested in looking at the angle that it would tip at, if we apply a horizontal force through its center of gravity.


The cylinder is placed on a horizontal surface, offering as much friction as is necessary to prevent the object from sliding (the friction acting is equal to the force applied).


This is the free body diagram I came up with.


FBD1


Here, if the torque caused by the weight force is greater than the torque by the applied force, it would not tip. However, if we apply a bigger force, we can assume that the object tips, and we have the following situation.


FBD2



Notice that ER=h and RB=r.


The angle of tipping must be one that cancels out the torques of the weight and the applied force.


With some geometry, we have the following results.


EQR=θ. Hence EQ=hsinθ, and RQ=hcosθsinθ.


QB=RBRQ=rhcosθsinθ.


Also, PQB=θ. Therefore, PB=QBsinθ, and QP=QBcosθ.


PB=(rhcosθsinθ)sinθ=rsinθhcosθ.


The torque τW by the weight force is mg×PB.



τW=mg(rsinθhcosθ)(1)




QP=(rhcosθsinθ)cosθ=rcosθhcos2θsinθ.


EP=EQ+QP


=hsinθ+rcosθhcos2θsinθ


=rcosθ+hsinθ(1cos2θ)=rcosθ+hsinθ.


The torque by the applied force is τF is EP×F.



τF=F(rcosθ+hsinθ)(2).



We need (1)=(2) for equilibrium, so we have



mg(rsinθhcosθ)=F(rcosθ+hsinθ)sinθ(mgrFh)=cosθ(Fr+mgh)tanθ=Fr+mghmgrFhθ=arctan(Fr+mghmgrFh).


However, this is clearly wrong, because as F increases, θ increases, when it must in fact, decrease.


(The following is a variation of θ against F).


Angle against F 1


What is wrong here?




I also approached this problem in a different way, and got a more realistic answer.


We know that the friction force and normal reaction have a resultant, inclined at some angle to the horizontal. For the object to be in equilibrium, it must tip at some angle so that this resultant passes through its center of gravity.


FBD3


Suppose R is the resultant of the friction force and normal reaction.



We have that f=F and N=mg, because the object is in equilibrium.


The angle EBS that R makes with the horizontal is arctanNf=arctanmgF.


EBR=arctanERRB=arctanhr.


If we measure the angle RBS as the angle of tipping in this case, we have the following.


RBS=EBSEBR=arctanmgFarctanhr=arctan(mgFhr1mghFr)=arctan(mgrFhFrmgh).


Now this makes sense, because as F increases, RBS increases, as seen in the plot below.


Angle against F 2


So which way is actually correct? Why do the two approaches give different results?


(Please do answer in as simple terms as possible, because I'm still a beginner :) )


Thank you for taking your time.




Answer




Approach 1: ... because as F increases, θ increases, when it must in fact, decrease.



The F in your problem is the external force required to keep the object in equilibrium at inclination θ. And it makes sense that θ decreases as F decreases: If I had two positions/orientations of cylinders (one at θ1 and another at θ2, where θ2>θ1) and I asked you to exert a force F to maintain equilibrium, I think you would agree that less force is required to maintain the equilibrium for θ1 as compared to θ2.


In fact, F is zero when the centre of gravity is directly above the point of contact with the floor (point B in your figure): This means that no external force is required to maintain equilibrium. This is the critical angle θc=tan1(hr) after which F changes sign.



Approach 2: We know that the friction force and normal reaction have a resultant, inclined at some angle to the horizontal. For the object to be in equilibrium, it must tip at some angle so that this resultant passes through its center of gravity.



They do yield consistent results. Check with the identity below. tan1xtan1y=tan1(xy1+xy)

Also, you've mistakenly identified (90oθ) as θ in approach 2: RBS=90oEQR.



No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...