[General] Electron Torus

Richard Gauthier richgauthier at gmail.com
Thu May 21 19:32:30 PDT 2015


Chip,
   I see the problem. The formula that I now think best represents the electron (which is the formula that I  plotted in 3D versus velocity in my graphics program) is the one that is composed of a circulating spin 1/2 photon  of amplitude Ro,  not a spin 1 photon that is in the formula you just sent that has amplitude 2Ro. The formula for using the spin 1/2 photon is one of the two that I sent before (which corresponds to circulation on a horn torus)
:


so a factor of 2 and one of .5 needs to be removed from your x, y and z coordinates if we are to be on the same page. The “else” formula is not needed because it is included in your “if” statement in the case of v=0 (or VelocityC*c=0)



> On May 21, 2015, at 4:41 PM, Chip Akins <chipakins at gmail.com> wrote:
> 
> Can we check the formula once more?
> Here is the MATLAB code if you would like to take a look.
>  
> y=1/sqrt(1-(VelocityC^2/c^2));
> X(ii)=Roc*(1/y^2+(2/y)*cosd(.5*y*c*t/Roc))*cosd(y*c*t/Roc);
> Y(ii)=Roc*(1/y^2+(2/y)*cosd(.5*y*c*t/Roc))*sind(y*c*t/Roc);
>  
> if RefFrame == Observer
>     Z(ii)=((2*Roc)/y)*sind(.5*y*c*t/Roc)+(VelocityC*c*t);
> else
>     Z(ii)=((2*Roc)/y)*sind(.5*y*c*t/Roc);
> end

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.natureoflightandparticles.org/pipermail/general-natureoflightandparticles.org/attachments/20150521/75711f16/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedGraphic-5.pdf
Type: application/pdf
Size: 124028 bytes
Desc: not available
URL: <http://lists.natureoflightandparticles.org/pipermail/general-natureoflightandparticles.org/attachments/20150521/75711f16/attachment-0001.pdf>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.natureoflightandparticles.org/pipermail/general-natureoflightandparticles.org/attachments/20150521/75711f16/attachment-0003.htm>


More information about the General mailing list