Monday, September 1, 2014

homework and exercises - Find angle of inclination when given mass, coefficient of friction, acceleration, and applied force




I have a problem that involves pushing an object with a:



  • Mass of 80 kg

  • Up a sloped plane (angle of incline is the unknown)

  • With an applied force of 700N

  • At an acceleration of 4.88 m/s^2

  • With a coefficient of friction 0.07 acting against it


My goal is to find the angle that allows for that acceleration, using the 700N of force. I first flipped the axis to make the x-axis go up the inclined plane. So I can find the angle using the sum of the x-forces.



The sum of the x-forces (or m*a) = Applied force - (Weight force y component * coefficient of friction) - (Weight force of the x component).


I rewrote this as m*a = Applied - (coefficient of friction * w * cos theta) - (w * sin theta).


After trying for solve for the angle, I got stuck at (Applied - m*a) / w = (coefficient of friction * cos theta) + sin theta.


Is there a better way to solve this, without ending up with two different trig functions?



Answer



Construct an auxiliary right-angle triangle with angle α, opposite side μ and adjacent side 1. The hypotenuse is hence 1+μ2, and therefore


μcosθ+sinθ=1+μ2sinαcosθ+1+μ2cosαsinθ

=1+μ2sin(θ+α)
where α=tan1μ


Can you take it from here?


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 \...