Finding the Optimal Angle: Solving the Archer Projectile Problem

  • Thread starter Thread starter sarabeara1990
  • Start date Start date
  • Tags Tags
    Projectile
AI Thread Summary
The discussion revolves around solving the archer projectile problem involving an archer aiming at a target on a slope. The key challenge is determining the optimal angle above the horizontal for the archer to hit the bull's-eye, considering both upward and downward slopes. The initial velocity of the arrow is given, and participants discuss methods to find the time of flight and the velocity components necessary for calculating the angle. The approach involves adjusting the coordinate system to align with the slope and applying kinematic equations to derive the angle. Ultimately, the problem emphasizes the need for iterative methods to find the correct aiming angle under varying slope conditions.
sarabeara1990
Messages
1
Reaction score
0

Homework Statement


An archer on ground that has a constant upward slope of 30.0 degrees aims at a target 60.0 m farther up the incline. The arrow in the bow and the bull's-eye at the center of the target are each 1.50 m above the ground. The initial velocity of the arrow just after it leaves the bow has magnitude 32.0 m/s.
A)At what angle above the horizontal should the archer aim to hit the bull's-eye? If there are two such angles, calculate the smaller of the two. You might have to solve the equation for the angle by iteration—that is, by trial and error.
B)How does the angle compare to that required when the ground is level, with 0 slope?
C)Repeat the above for ground that has a constant downward slope of 30.0 degrees.


Homework Equations


|V0|= sqrt(Vx2 + Vy2)
arctan(Vy/Vx) = theta
phi = theta + 30 degrees
Vx = 32sin(theta)
Vy = 32cos(theta)
Vy = V0y-gt
X = V0xt
y = V0yt

The Attempt at a Solution


My issue is finding time. I tried just basic V=D/T but I know that isn't the correct way. Once I have time, I could find my x and y velocity components and take the arctan to find my angle theta. When using my time from V=D/T I plugged it into x = V0xt in order to find my x velocity component. I also plugged it into Vy = -gt to find my y component. I then took the arctan of the y over x.
 
Physics news on Phys.org
Let φ be the angle between velocity and the inclined plane.
Turn the axis so that let the x-axis be along the inclined plane and the y-axis is perpendicular to it.
Take the component of g along these two axis. Now
x = (vx)*t - 1/2*(gx)*t^2...(1)
Since arrow and the the bull's eye are in the same level, net displacement (y) is zero. So
y = (vy)t - 1/2*(gy)*t^2 ...(2)
From the second equation find t. Substitute this value of t in equation (1) and solve for φ.
 
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