Problem involving Newton's 2nd law of motion

AI Thread Summary
The discussion revolves around calculating the speed of an arrow when the force exerted by the bow is doubled, starting from an initial speed of 25.0 m/s. Participants clarify that doubling the force increases acceleration, which in turn affects the arrow's launch speed. The consensus is that while the acceleration doubles, the displacement remains constant, complicating the calculation of the new speed. It is emphasized that without knowing the displacement, a numerical solution for acceleration cannot be determined, but the effects of increased acceleration can still be analyzed. The key takeaway is that the relationship between force, mass, and acceleration is crucial in understanding the problem.
vkrock
Messages
7
Reaction score
0

Homework Statement



An arrow, starting from rest, leaves the bow with a speed of 25.0m/s. If the average force exerted on the arrow by the bow were doubled, all else remaining the same, with what speed would the arrow leave the bow?



Homework Equations



F = ma


The Attempt at a Solution



For a force, F, the launch velocity of the arrow was 25.0m/s. Acceleration is F/m and multiplying F/m by a time t gives velocity at time t. So I re-wrote the first scenario as 25.0m/s = t/m * F. In the second scenario the force is doubled (2F), so I re-wrote the velocity as Xm/s = t/m * 2F. Since t and m remain the same for both scenarios, is the velocity of the 2nd scenario simply that of the 1st scenario's but doubled (50m/s)?
 
Physics news on Phys.org
all else remaining the same
One has to ask, what does that mean? i.e. the time remains the same or the displacement of the draw.

Doubling the force on the same mass would double the acceleration, and for the same the displacement, that would reduce the time of the launch.
 
more detail

By all else remaining constant, it means that the arrow's displacement (x) remains the same. That seemed to be the general class consensus. The acceleration doubles when the force is doubled, that makes sense, but the next step (actually finding the velocity of such an arrow) is giving me some trouble.

What I've done is try to solve some of the kinematic equations to get expressions for displacement and time from which I can calculate velocity; I am running into troubles, because for the first arrow (acceleration = a) I can't get the velocity to come out as 25m/s, i always get half that.

This is the approach I am taking:

First arrow: V0 = 0m/s, V = 25m/s, Acceleration = a, Displacement = x

Finding x in terms of a:

V^2 = V0^2 + 2ax
625 = 2ax
312.5/a = x

Finding t in terms of a:

V = V0 + at
25 = at
25/a = t

Finding 1st a using new expression for and t:

V = V0 + at
25 = 312.5/a * 25/a
25 = 7812.5/a^2
a^2 = 7812.5/25
a = sqrt(7812.5/25) = 17.68 m/s2

check: V = 17.68 * 25/17.68 = 25m/s

Using initial acceleration*2 to find velocity after a doubled force (acceleration)

V = V0 + at
V = (17.68*2) * 25/(17.68*2)
V = 35.36 * 25/35.36
V = 25

The same velocity? The expressions seem to work ok for the 1st arrow's conditions, 17.68m/s acceleration matches the 25m/s launch velocity given in the problem. Can anyone help me figure out what's going wrong?
 
vkrock said:
Finding 1st a using new expression for and t:

V = V0 + at
25 = 312.5/a * 25/a
Why did you substitute the expression for x as the value for a? If you had kept the units you would have seen that what you did here is invalid. So what are the units?

vkrock said:
First arrow: V0 = 0m/s, V = 25m/s, Acceleration = a, Displacement = x

Good so far; you even have units on the initial velocity (0 m/s rather than 0).

Finding x in terms of a:

V^2 = V0^2 + 2ax
625 = 2ax
312.5/a = x

Finding t in terms of a:

V = V0 + at
25 = at
25/a = t

Now you are dropping units. This would be much better done as

\begin{aligned*}<br /> v^2 &amp;= v_0^2 + 2 a x \\<br /> 2 a x &amp;= 625\; \text{m}^2/\text{s}^2 \\<br /> x &amp;= \frac{312.5\; \text{m}^2/\text{s}^2}{a} \\ &amp; \\<br /> v &amp;= v_0 + at \\<br /> at &amp;= 25 \text{m/s} \\<br /> t &amp;= \frac{25\; \text{m/s}}{a}<br /> \end{aligned*}

There is no way to find a numerical solution for the acceleration a because you don't know the displacement x. You can, however, still determine what would happens when the acceleration doubles.
 
Last edited:
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top