184_projects:particle_accel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
184_projects:particle_accel [2022/02/04 14:18] dmcpadden184_projects:particle_accel [2023/09/26 19:11] dmcpadden
Line 1: Line 1:
-===== Project 4B: Mini-Particle Accelerator  =====+===== Project: Mini-Particle Accelerator  =====
  
 S.P.A.R.T.A.N force, still trapped in the town of Lakeview, has been sent as part of a larger governmental team to work on developing a micro-particle accelerator on the outskirts of town. Why does a town the size of Lakeview need a micro-particle accelerator? You are not at liberty to say. Your team is tasked with modeling the initial part of the accelerator, which uses a constant electric field to accelerate the charges. The concept is that the particles will enter a tube that is encapsulated by rings of charge. Your team needs to demonstrate that this concept will produce a __constant__ electric field. S.P.A.R.T.A.N force, still trapped in the town of Lakeview, has been sent as part of a larger governmental team to work on developing a micro-particle accelerator on the outskirts of town. Why does a town the size of Lakeview need a micro-particle accelerator? You are not at liberty to say. Your team is tasked with modeling the initial part of the accelerator, which uses a constant electric field to accelerate the charges. The concept is that the particles will enter a tube that is encapsulated by rings of charge. Your team needs to demonstrate that this concept will produce a __constant__ electric field.
Line 8: Line 8:
 <code> <code>
 GlowScript 2.7 VPython GlowScript 2.7 VPython
 +
 +display(background = color.white)
 +
 #Set up constants #Set up constants
 R = 0.02 R = 0.02
Line 67: Line 70:
  
 <code> <code>
 +display(background = color.white)
 +
 num_points = 10 num_points = 10
 num_rings = 11 num_rings = 11
  • 184_projects/particle_accel.txt
  • Last modified: 2023/09/26 19:44
  • by dmcpadden