2D Projectile Motion - Minimum Speed

AI Thread Summary
The discussion focuses on calculating the minimum speed a salmon must achieve to jump a waterfall while traveling upstream. The problem involves determining the initial velocity components using the angle of 44.3 degrees and the height of 0.386 meters. Initial attempts to calculate time and velocity components were made, but there were errors in the time calculation and confusion about the initial velocity value. Participants emphasized the need to establish equations of motion for both the x and y directions to accurately find the required velocities. The key takeaway is to focus on the vertical motion to determine the necessary initial speed for the jump.
stickyriceyum
Messages
4
Reaction score
0

Homework Statement


Salmon often jum waterfalls to reach their breeding grounds.
The acceleration of gravity is 9.81 m/s^2
Starting 1.73 m from a waterfall .0386 m in height, at what minimum speed must a salmon jumping at an angle of 44.3 degrees leave the water to continue upstream? Answer in units of m/s.

Homework Equations


Vox = Vocos(theta)
Vox = 6.179cos(44.3) = 4.42
Voy = Vosin(theta)
Voy = 6.179sin(44.3) = 4.316


The Attempt at a Solution


- I drew a graph:
x-axis labeled as 1.73m and the y-axis labeled as .386m

- Tried to find time:
t = (sqrt) 2(h)/g
t = (sqrt) 2(.386)/9.81
t = .28 seconds <-- I think this may be wrong.

- Tried to find Vo:
Vo = x/t
Vo = 1.73/.28
Vo = 6.179

Now plugged Vo result to find components:
Vox = Vocos(theta)
Vox = (6.179)cos(44.3)
Vox = 4.42

Voy = Vosin(theta)
Voy = (6.179)sin(44.3)
Voy = 4.316

... I'm not sure what to do next. Am I supposed to use the Pythagorean Theorem? And find the tangent? I have no clue. All help would be appreciated. =)
 
Physics news on Phys.org
I am sorry to ask this, but are you sure you did actually read the problem?
You have to FIND the initial velocity, it is not give.
The angle is given, so you don't need to find it (by using tangent...).
Where did you get the value of 6.179 from?

"t = (sqrt) 2(h)/g
t = (sqrt) 2(.386)/9.81
t = .28 seconds <-- I think this may be wrong."

You are right (that it is wrong). The vertical motion has initial speed (voy):
y=voy*t-1/2*g*t^2

What yo have to do is to write equations of motion for both x and y direction and solve them to find vox and voy.
Hint: you can start by finding what is voy in order to reach the given height.
 
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