Engineering How Do You Calculate the E-field in an Electron Cloud Using Gauss's Theorem?

Click For Summary
To calculate the electric field (E-field) in an electron cloud using Gauss's Theorem, it's essential to consider both the nucleus and the electron contributions. The initial formula for electric field intensity presented was incorrect, particularly in its dimensions and use of brackets. The discussion emphasizes that the expression for the electron cloud's contribution is not accurate for the specified range. Familiarity with Gauss's Theorem is crucial for proper application in this context. Understanding these elements is key to correctly calculating the E-field in an electron cloud.
SimranPaudel
Messages
2
Reaction score
0
Homework Statement
Q) To a very rough approximation a heavy atom can be pictured to be a spherical with
charge ‘+Q’and radius ‘a’ embedded in a much larger sphere of negative charge (the
electrons). This negative sphere will have a radius ‘b’ (the atomic radius) and charge
distributed uniformly throughout its volume will be ‘–Q’. Find electric field intensity for
any radius larger than ‘a’.
Relevant Equations
E= (1/4pi E0)* (Q/R)
I tried to use the formula for electric field intensity but I feel like something is missing.
 
Physics news on Phys.org
Hello @SimranPaudel ,
:welcome: ##\qquad ##!​

SimranPaudel said:
I tried to use the formula for electric field intensity but I feel like something is missing.
Good intuition ! You are describing the contribution from the nucleus. You need to add the contribution from the electrons ...

Note that your relevant formula is incorrect (check the dimensionsn and use brackets).

##\ ##
 
BvU said:
Hello @SimranPaudel ,
:welcome: ##\qquad ##!​
Good intuition ! You are describing the contribution from the nucleus. You need to add the contribution from the electrons ...

Note that your relevant formula is incorrect (check the dimensionsn and use brackets).

##\ ##
Thank you so much for your response. I have attached the one that I tried to solve. Can you please check if it is correct? Thank you <3
 

Attachments

  • 123 (2).jpg
    123 (2).jpg
    36.2 KB · Views: 164
For ##a<R<b\ ## the expression you use for the contribution from the electron cloud is not correct. Are you familiar with the gauss theorem ?

##\ ##
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...