Moving a box with greatest acceleration

  • Thread starter Thread starter kotchenski
  • Start date Start date
  • Tags Tags
    Acceleration Box
Click For Summary

Homework Help Overview

The discussion revolves around determining whether a box should be pushed or pulled to achieve the greatest acceleration. The problem involves analyzing the forces acting on the box in two scenarios: pushing it horizontally and pulling it at an angle of 30 degrees. Participants explore the implications of friction and the normal force in both situations.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants discuss the net forces acting on the box in both scenarios, questioning the assumptions made about the normal force and friction. There is an exploration of how the angle of pulling affects the forces and resulting acceleration.

Discussion Status

Some participants have provided insights into the effects of pulling at an angle on the normal force and friction, suggesting that pulling may yield greater acceleration. Others are examining the implications of varying the angle and its effect on the forces involved, while also questioning the conditions under which the box can be moved.

Contextual Notes

Participants are considering the effects of different angles on the normal force and friction, as well as the conditions necessary for the box to remain in motion. There is an ongoing discussion about the relationship between the applied force, gravitational force, and frictional force.

kotchenski
Messages
16
Reaction score
0

Homework Statement



The object is a box with a given mass m. Our person has the choice between pushing the box with a horizontal force, or pulling the box with a wire with an angle of θ=30o. The magnitude of Fo is the force vector he affects the box with in both cases.

Should the box be pushed or pulled in order to achieve the greatest acceleration?

Homework Equations



I've made a drawing of each situation adding all the forces acting on the box.

Situation 1
http://myupload.dk/handleupload/c5fd9W9J18EBn

Situation 2
http://myupload.dk/handleupload/4a037-RJ3a5Ha

The Attempt at a Solution


I've been trying to write an equation describing the net-force in both situations. I've here made the assumption that in both cases n and Fg cancels each other out.

For situation 1 I get:
Fnet=Fo-ff

I know that there's some sort of friction acting in the opposite direction and that it's given by ff=\mun

For the force vector Fo I can apply Newton's 2nd law for the x composant, since the box is not changing direction in the y-axis.
Therefor I get:
Fnet=max0-μn

For situation 2 I get:
Fnet=Fo*sin(θ)-μn

The force vector must be dependent on the magnitude from the forces acting in the direction of x and y. By applying Newton's 2nd law again I get:
Fnet=mao*sin(θ)-μn

Judging situation 1, by pushing with a horizontal force, the acceleration will be constant. However in situation 2, different angles of pulling will result in different accelerations. I believe that he will then achieve the greatest acceleration by pushing it.

This to me is a difficult one to figure out so I would like some help on what I did wrong, it's important to me to learn.
 
Physics news on Phys.org
kotchenski said:
I've been trying to write an equation describing the net-force in both situations. I've here made the assumption that in both cases n and Fg cancels each other out.

That assumption is true for the first situation, because there is no other force acting in the y direction. But think about situation 2, you're pulling the box at an angle. That is now applying a force in the y direction as well as the x direction correct? So your Fnety equation is no longer Fg - n
 
Last edited:
szimmy said:
That assumption is true for the first situation, because there is no other force acting in the y direction. But think about situation 2, you're pulling the box at an angle. That is now applying a force in the y direction as well as the x direction correct? So you Fnety equation is no longer Fg = n, you need to account for the extra force.

I think I understand it. It's in a vertical equilibrium, which means \SigmaFy=0
Which then yields:
n=mg-F*sin(θ)

Now I know that the object accelerates to the right thereby it's horizontal acceleration is given as:
Fnet(x)=ma
Which is the same as:
ma=F*cos(θ)-μn

Now I think I get another vision here.
The magnitude of the acceleration is changed by the value of the friction (μn) since it is impacted by the value of the normal. It is therefor easier to accelerate the box by pulling up, thus decreasing the normal force. Hence situation 2 will yield the greatest acceleration.
 
kotchenski said:
I think I understand it. It's in a vertical equilibrium, which means \SigmaFy=0
Which then yields:
n=mg-F*sin(θ)

Now I know that the object accelerates to the right thereby it's horizontal acceleration is given as:
Fnet(x)=ma
Which is the same as:
ma=F*cos(θ)-μn

Now I think I get another vision here.
The magnitude of the acceleration is changed by the value of the friction (μn) since it is impacted by the value of the normal. It is therefor easier to accelerate the box by pulling up, thus decreasing the normal force. Hence situation 2 will yield the greatest acceleration.

It depends, you have to remember you are also applying less force in the x direction, try plugging in some fake values to verify your prediction.
 
szimmy said:
It depends, you have to remember you are also applying less force in the x direction, try plugging in some fake values to verify your prediction.

Thank you I think I got it now.

There is one final question that I can't seem to understand.

Is it possible (if you can freely choose a value for θ) to keep the box moving without applying a force Fo that is greater than the gravity on the box?

I don't think you can because then it wouldn't be moving? I honestly don't know how to prove it.
 
kotchenski said:
I think I understand it. It's in a vertical equilibrium, which means \SigmaFy=0
Which then yields:
n=mg-F*sin(θ)

Now I know that the object accelerates to the right thereby it's horizontal acceleration is given as:
Fnet(x)=ma
Which is the same as:
ma=F*cos(θ)-μn

Now I think I get another vision here.
The magnitude of the acceleration is changed by the value of the friction (μn) since it is impacted by the value of the normal. It is therefor easier to accelerate the box by pulling up, thus decreasing the normal force. Hence situation 2 will yield the greatest acceleration.
The normal force, n, depends on F0 and θ .

You need to include the and solve for acceleration, a.
 
SammyS said:
The normal force, n, depends on F0 and θ .

You need to include the and solve for acceleration, a.

Like this?

n=mg-Fo*sin(θ)

ma=Fo*cos(θ)-μ(mg-Fo*sin(θ)
ma=Fo*cos(θ)-μmg+μFo*sin(θ)

a=(Fo*cos(θ))/m -μg + (μFo*sin(θ))/m
 
kotchenski said:
Like this?

n=mg-Fo*sin(θ)

ma=Fo*cos(θ)-μ(mg-Fo*sin(θ)
ma=Fo*cos(θ)-μmg+μFo*sin(θ)

a=(Fo*cos(θ))/m -μg + (μFo*sin(θ))/m
Yes. This can be expressed as follows.

\displaystyle \frac{F_0}{m}\left(\cos(\theta)+\mu_s\sin(\theta) \right)-\mu_s\,g
 
SammyS said:
Yes. This can be expressed as follows.

\displaystyle \frac{F_0}{m}\left(\cos(\theta)+\mu_s\sin(\theta) \right)-\mu_s\,g

Thank you, it really helps :).

There's only 2 questions left, and I'm having trouble with one of them.

What is the optimized angle θ he could have pulled the box with to achieve maximum acceleration?

I decided here to use the equation for a that we just found and defined it as a function of theta. After that I solved a'(θ)=0. Without including all the work I got that θ=arctan(μ). This angle would have given maximum acceleration I believe.

The question I'm having trouble with:
Is it possible (if you can freely choose a value for θ) to keep the box moving without applying a force Fo that is greater than the gravity on the box?

I think both yes and no. Since he's moving it horizontally wouldn't that technically mean he should pull with a force Fo that is greater than the frictional force? However the gravity is pulling the box down, and shouldn't it mean that if he doesn't pull with a force greater than gravity, the box is not moving at all?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
6K
  • · Replies 2 ·
Replies
2
Views
5K
Replies
1
Views
4K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
14K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K