Recent content by gothloli

  1. G

    Electron impact ionization cross section

    To get the right value, I had to use the partial pressure of the gas, not the whole pressure in the system. So changing the pressure works.
  2. G

    Electron impact ionization cross section

    I calculated, and I get that value for the number density as well. N = P/kT, if you use Boltzmann constant. But with this value, the cross section is 5.71 x 10-18, which is more like the cross section for Ar2+, and not Ar+
  3. G

    Electron impact ionization cross section

    The pressure is in Pa, in torr it is 1.07 x 10-5, how do you get that value for the number density?
  4. G

    Electron impact ionization cross section

    Homework Statement I want to find the ionization cross section in a mass spectrometer for the gas Argon. The value obtained should be in the 2x10-16 cm2 range. Homework Equations Q = ionization cross section I = K(V,B)xNxQxdxIe Where I = (0.17 x 10-11, K(V,B) =1, d = 0.1 cm, and Ie = 5 x...
  5. G

    What function should I fit to this data?

    Actually each data point shown above, was an average of an even noisier data set. Since I changed the electron volts every 2 seconds, I took the average of the voltage every two seconds. So using moving average would make the data even more cleaner? Do you know any smoothing functions from numpy?
  6. G

    What function should I fit to this data?

    would smoothing the data give a clean first and second differential plot? If so which smoothing algorithm would work best? Since the data was originally plotted with time, would exponential smoothing work?
  7. G

    What function should I fit to this data?

    Homework Statement I'm supposed to find the first ionization energy of a gas (Argon), and to do that I used mass spectrometer. The data I plotted was amplifier voltage (acts as Ion current) vs. electron volts. The graph appears in the attachment as data2.jpeg. To find the ionization energy I'm...
  8. G

    Why is the expectation value of an observable what it is (the formula)

    Homework Statement I really do not understand why the expectation value of an observable such as position is <x> = \int\Psi*(x)\Psi Homework Equations If Q is an operator then <Q> = = \int\Psi*(Q)\Psi cn = <f,\Psi> The Attempt at a Solution What I understand this is saying is...
  9. G

    Find Thermal Diffusivity from Kelvin Functions

    I solve for x using the equation below? tan(Φ ) = bei(x)/ber(x) Isolating x is difficult from this. I used wolfram but it gives unusual stuff (things I don't know). I could use python I guess. Also why would graphing the x with period give the diffusivity. I know x = r√(\frac{2\pi}{TD})...
  10. G

    Find Thermal Diffusivity from Kelvin Functions

    I'm not sure I understand as, I get phi from the experimental data. The data I measured was the temperature change of the rubber in ice, and boiling water over time. From the Temp vs time graph I measured the phase shift between the internal surface (the rubber) and the external surface...
  11. G

    Find Thermal Diffusivity from Kelvin Functions

    Hi the largest value of phi I get is 0.912, I'm not sure if this is reasonable though.
  12. G

    Find Thermal Diffusivity from Kelvin Functions

    Homework Statement I performed an experiment where we have to find the thermal diffusivity of rubber. This is done using the phase difference of the axial and external temperatures of the rubber. The teacher's guide says to use the Kelvin functions, plot them against x. Where x = r(√(2pi/TD))...
  13. G

    Python Solve non-dimensionalized spring pendulum system on python

    Homework Statement I'm supposed to solve the spring pendulum numerically on python 2.7, using odeint. The system is supposed to solved for the y -direction and the x-direction in terms of time. In class we did this for pendulum DE, but that only had x as the dependent variable, this system has...
Back
Top