PDA

View Full Version : Tention of boxes ona hill


faet
Oct5-05, 10:10 PM
http://www.cse.sc.edu/~thomps66/cobol/6-34.jpg (for image of boxes)
Two masses of 2.00 kg each, connected by a string, slide down a ramp making an angle of 41° with the horizontal. The coefficient of kinetic friction between m1 and the ramp is 0.26. The coefficient of kinetic friction between m2 and the ramp is 0.15. Find the magnitude of the acceleration of the masses.
I found the acceleration
4.91 m/s^2


What is the tension in the string?
is what im having trouble with.

Cyclovenom
Oct5-05, 10:27 PM
You need to show some work. What have you done?

faet
Oct5-05, 11:02 PM
You need to show some work. What have you done?


i calculated the accel by using
fk=uk*m*g*cos(theta) on each of the two blocks. adding them then using m*g*sin(theta)-fk=m*a
fk values:
m1 = 3.84
m2 = 2.218

as for tension, i tried to do
f=ma
f=(2)*accel which doesnt work.

m*g (since its kinda hanging)
2*9.8
2*9.8cos(41) (since its at angle and not straight down)
2*9.8sin(41) (same as above but dif angle)

Cyclovenom
Oct5-05, 11:06 PM
On m1 block you got the tension force, the gravitational force, and the friction force acting!

Applying Newton's 2nd Law

\sum_{i=1}^{n} \vec{F}_{i} = m \vec{a}

On m1

\vec{T} + m_{1} \vec{g} + \vec{F}_{friction}_{1} = m_{1} \vec{a}

On m2

\vec{T} + m_{2} \vec{g} + \vec{F}_{friction}_{2} = m_{2} \vec{a}

faet
Oct5-05, 11:17 PM
\vec{T} = Tension?

Cyclovenom
Oct6-05, 12:33 AM
Basicly, you have the scalar equations for each body

For the m1

\sum F_{x} = T - \mu m_{1}g \cos \theta + m_{1} g \sin \theta = m_{1} a

For the m2

\sum F_{x} = m_{2} g \sin \theta - T - \mu m_{2}g \cos \theta = m_{2} a