Projectile Motion in an Electric field

AI Thread Summary
Protons are projected into a uniform electric field with a speed of 10^5 m/s, aiming to hit a target 10 mm away. The equations of motion for both horizontal and vertical components are derived, leading to the calculation of two projection angles that achieve the target. The first angle is approximately 2.2 degrees, while the second angle is found using the relationship between sine and cosine, resulting in a complementary angle. The total flight duration for each trajectory is calculated to be around 10^-7 seconds. The discussion emphasizes the mathematical relationship between the angles and the impact of the electric field on the protons' motion.
Elvis 123456789
Messages
158
Reaction score
6

Homework Statement


Protons are projected with an initial speed of v0 = 10^5 m/s into a region in which a uniform electric field E = 800N/C [down] is present. The protons are to hit a target that lies a horizontal distance of 10.0 mm from the point at which the protons are launched. a) find the two projection angles theta that will result in a hit b) what is the total duration of flight for each of the two trajectories?

Homework Equations


(1) x = v0 cos (theta) t

(2) y = v0 sin (theta) t - 1/2at^2

F=qE=ma

a=(qE)/m

The Attempt at a Solution



x = v0 cos(theta) t y = v0 sin(theta) t - 1/2 a t^2

when the proton hits its mark at 10 mm, the y displacement will be zero

1/2*a*t = v0 sin(theta) ===> t = (2*v0 sin(theta))/a

plugging t into the formula for the x displacement gives

x = v0 cos(theta)*(2*v0 sin(theta))/a


=> x = [(v0)^2 * sin(2theta)]/a
=> theta = 0.5 *arcsin( (a*x)/(v0)^2)
=> theta = 2.2 degrees
t = (2*v0 sin(theta))/a
=> t = 10^-7 s

Now I don't really know how I am supposed to get the second angle
 
Physics news on Phys.org
2*cos(theta)*sin(theta) = sin(2*theta). So if 2*theta can be above pi/2, there's a second solution, since the inverse sine function is double valued.
 
Ken G said:
2*cos(theta)*sin(theta) = sin(2*theta). So if 2*theta can be above pi/2, there's a second solution, since the inverse sine function is double valued.
I don't really know what you mean by "if 2*theta can be above pi/2"
 
Try using the mass and charge of a proton in your equations. You need to use
qE = F
Then break it up to
qE = ma
\frac{qE}m = a
First solve for the time of the vertical component.
y = v_0t + \frac{1}{2}at^2
0 = v_0sin\theta t + \frac{1}{2}at^2
-v_0sin\theta t = \frac{1}{2}at^2
t = \frac{-v_0sin\theta}{\frac{1}{2}a}
Then substitute time into horizontal component.
x = v_0t
x = \frac{v_0cos\theta (-v_0sin\theta)}{\frac{1}{2}a}
x = \frac{v_0cos\theta (2v_0sin\theta)}{-a}
x = \frac{v_0^2 sin2\theta}{-a}
\frac{-ax}{v_0^2} = sin2\theta
Substitute
\frac{qEx}{mv_0^2} = 2sin\theta
Solve for angle which will be your first angle, and then subtract it from 90 to get your other angle. Then I believe you can get time no problem.
 
GadgetStrutter said:
Try using the mass and charge of a proton in your equations. You need to use
qE = F
Then break it up to
qE = ma
\frac{qE}m = a
First solve for the time of the vertical component.
y = v_0t + \frac{1}{2}at^2
0 = v_0sin\theta t + \frac{1}{2}at^2
-v_0sin\theta t = \frac{1}{2}at^2
t = \frac{-v_0sin\theta}{\frac{1}{2}a}
Then substitute time into horizontal component.
x = v_0t
x = \frac{v_0cos\theta (-v_0sin\theta)}{\frac{1}{2}a}
x = \frac{v_0cos\theta (2v_0sin\theta)}{-a}
x = \frac{v_0^2 sin2\theta}{-a}
\frac{-ax}{v_0^2} = sin2\theta
Substitute
\frac{qEx}{mv_0^2} = 2sin\theta
Solve for angle which will be your first angle, and then subtract it from 90 to get your other angle. Then I believe you can get time no problem.
Why does subtracting the original angle from 90 degrees give me the other correct angle?
 
It surrounds the optimal angle of 45 degrees. They will hit the same spot, 10mm away. One will hit the spot because it'll be low to the ground and gravity will accelerate it downwards fast, while the other one will hit the spot because of the short wavelength of the parabola which equals a short distance across the x-axis even though the amplitude/height is larger.
 
GadgetStrutter said:
It surrounds the optimal angle of 45 degrees. They will hit the same spot, 10mm away. One will hit the spot because it'll be low to the ground and gravity will accelerate it downwards fast, while the other one will hit the spot because of the short wavelength of the parabola which equals a short distance across the x-axis even though the amplitude/height is larger.
I suppose that makes sense intuitively, but how can I prove that the other angle must be 90 minus the original angle in a mathematical way?
 
It's pretty much just like taking the vertical component and rotating the page around to make it the horizontal component, or in other words from sine to cosine.
 
Elvis 123456789 said:
I suppose that makes sense intuitively, but how can I prove that the other angle must be 90 minus the original angle in a mathematical way?
Your original solution seemed fine, but you did not solve for theta. To do so, use the identity I gave. Then solve for theta using an inverse sine function. But the inverse sine function has two angles that will give the same result, one theta is below pi/4 (which is 45 degrees if you are not using radians), the other above pi/4.
 
Back
Top