PDA

View Full Version : point charge in an electric field


jimithing
Sep1-04, 08:51 PM
an electron with a speed of 5.00 x 10^8 cm/s enters an electric field of magnitude 1.00 x 10^3 N/C, traveling along field lines in the direction that retards its motion.

a) How far will the electron travel in the field before stopping momentarily
b) how much time will have elapsed
c) in the region with the E field is only 8.00 mm long, what fraction of the electron's initial KE will be lost in that region?

I really need to get jumpstarted on this problem. Newton's second law comes to mind, but without the mass of the electron its pretty useless. anyone?

robphy
Sep1-04, 09:02 PM
Check the inside cover of your textbook for the electron mass.

jimithing
Sep1-04, 09:42 PM
k this is what i have so far

\vec {F} = m \vec {a}
q\vec {E} = m \vec {a}

as far as \vec {a} goes, what is a relationship I can use that includes the speed of the electron?

jimithing
Sep1-04, 09:54 PM
here can \vec {a} be represented by \frac{v^2 - v_o^2}{2(x - x_o)} , with v being the velocity given?

Ethereal
Sep1-04, 10:06 PM
k this is what i have so far

\vec {F} = m \vec {a}
q\vec {E} = m \vec {a}

as far as \vec {a} goes, what is a relationship I can use that includes the speed of the electron?

I think you only need the following equations to solve it:
F=ma, v^2 = u^2 + 2as, v=u+at, F=qE, E=V/d, V=W/Q

jimithing
Sep1-04, 10:08 PM
I think you only need the following equations to solve it:
F=ma, v^2 = u^2 + 2as, v=u+at, F=qE, E=V/d, V=W/Q
could you define u, s, V, W, and Q

Ethereal
Sep1-04, 10:19 PM
could you define u, s, V, W, and Q
Oh sorry. u is the initial velocity of the electron, s is its displacement, V is the electric potential, W is the work done (more like KE lost due to the field), and Q is charge of the electron.

jimithing
Sep1-04, 10:35 PM
the thing is, is that we haven't studied potential...i was trying to work this problem using strictly kinematics...

Ethereal
Sep1-04, 11:08 PM
the thing is, is that we haven't studied potential...i was trying to work this problem using strictly kinematics...
In that case then for part c, calculate the final velocity v of the electron, and the loss in KE is given by 1/2m(v^2-u^2) You can determine v by using the kinematics equations given, once you know the deceleration the electron is subjected to.

SpatialVacancy
Sep2-04, 09:20 PM
I'm not sure that is the best way to solve the problem. Let's start by listing what we know:

Initial Velocity: \overrightarrow{V_0} (remember to convert that to meters per second)

The Electric field \overrightarrow{E}

Okay. Now lets do the problem. We know that:

F = ma

and

F = qE .

The first part of the problem asks how far the electron will travel before momentarily coming to rest - in otherwords, how long will it take the electric field to decelerate this particle to a final velocity of zero:

{V_f}^2 = {V_0}^2 +2a(x - x_0)

Substitute for a and solve for x with final velocity being zero. That should give you part (a). For part (b), we need to find the elapsed time. This equation comes to mind:

\sqrt{\dfrac{2\Delta x}{a}} = t

Okay, now lets see. How much of the particle's KE will be lost after travelling 8mm in the electric field. Remember to convert this to meters. Find the initial KE - this should be easy enough for you. Then find the KE after the particle travels this distance 8mm. I'll not go in to this deeply, but we know accelleration, we know x - x_0 , and all we need to find is the velocity at that point to be able to calculate KE.

Hope this helps.

jimithing
Sep2-04, 09:39 PM
i figured it out earlier today

F = ma

qE = ma

\frac{eE}{m}= a

find a, use it to find the displacement (x) in the simple mechanics equation

\frac{-v_{0}^2}{2a}= x

then use x to find t :

\sqrt{\frac{2x}{a}}= t

now simply use:
\Delta KE = \frac{1}{2}mv_{0}^2 - \frac{1}{2}mv^2

thanks for the suggestions!

SpatialVacancy
Sep2-04, 09:48 PM
Cool, glad you figured it out.