-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPTCbibliography.bib
More file actions
5089 lines (4530 loc) · 349 KB
/
PTCbibliography.bib
File metadata and controls
5089 lines (4530 loc) · 349 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%% This BibTeX bibliography file was created using BibDesk.
%% http://bibdesk.sourceforge.net/
@preamble{"\providecommand{\noopsort}[1]{}"}
%% Created for Dan T. Abell at 2015-04-03 13:33:48 -0600
%% Saved with string encoding Western (ASCII)
@string{acmtg = {ACM Trans. Graphics}}
@string{actanum = {Acta Numer.}}
@string{aeconr = {Amer. Econ. Rev.}}
@string{aipcp = {AIP Conf. Proc.}}
@string{ajp = {Amer. J. Phys.}}
@string{amm = {Amer. Math. Monthly}}
@string{amsci = {Amer. Sci.}}
@string{annma2 = {Ann. of Math. (2)}}
@string{annnyas = {Ann. New York Acad. Sci.}}
@string{annphk = {Ann. Physik}}
@string{annphys = {Ann. Physics}}
@string{annsens2 = {Ann. Sci. {\'E}cole Norm. Sup. (2)}}
@string{annsens3 = {Ann. Sci. {\'E}cole Norm. Sup. (3)}}
@string{annsens4 = {Ann. Sci. {\'E}cole Norm. Sup. (4)}}
@string{annyas = {Ann. N.Y. Acad. Sci.}}
@string{aphysa = {Appl. Phys. A: Mater. Sci. Process.}}
@string{astrnj = {Astronom. J.}}
@string{astrpj = {Astrophys. J.}}
@string{bayesa = {Bayesian Anal.}}
@string{bioim = {Bioinsp. Biomim.}}
@string{bioll = {Biol. Lett.}}
@string{biopch = {Biophys. Chem.}}
@string{bioprl = {Biophys. Rev. Lett.}}
@string{brazjp = {Braz. J. Phys.}}
@string{bulams2 = {Bull. Amer. Math. Soc. (N.S.)}}
@string{chaos = {Chaos}}
@string{cise = {Computing Sci. Eng.}}
@string{cmda = {Celestial Mech. Dynam. Astronom.}}
@string{colmj = {College Math. J.}}
@string{commp = {Comm. Math. Phys.}}
@string{compc = {Comput. Phys. Comm.}}
@string{compse = {Comput. Sci. Eng.}}
@string{cphys = {Contemp. Phys.}}
@string{dcdsa = {Discrete Contin. Dyn. Syst.}}
@string{discg = {Discrete Comput. Geom.}}
@string{dukmj = {Duke Math. J.}}
@string{ergtds = {Ergod. Th. \& Dynam. Sys.}}
@string{esmmna = {ESAIM Math. Model. Numer. Anal.}}
@string{etna = {Electron. Trans. Numer. Anal.}}
@string{eurepl = {Europhys. Lett. EPL}}
@string{eurjp = {Eur. J. Phys.}}
@string{eurpl = {Europhys. Lett.}}
@string{eurpst = {Eur. Phys. J. Special Topics}}
@string{evcomp = {Evolutionary Comp.}}
@string{expma = {Experiment. Math.}}
@string{fcompm = {Found. Comput. Math.}}
@string{fieldsic = {Fields Inst. Comm.}}
@string{fneco = {Functional Ecology}}
@string{fused = {Fusion Eng. Design}}
@string{ie3tcsf = {IEEE Trans. Circuits Syst. I: Fund. Theor. Appl.}}
@string{ie3tm = {IEEE Trans. Magnetics}}
@string{ie3tns = {IEEE Trans. Nucl. Sci.}}
@string{ijbc = {Internat. J. Bifur. Chaos}}
@string{imajna = {IMA J. Numer. Anal.}}
@string{intjmpa = {Int. J. Modern Phys. A}}
@string{intjnt = {Int. J. Number Theory}}
@string{intjtp = {Internat. J. Theoret. Phys.}}
@string{invpr = {Inverse Problems}}
@string{iremtt = {IRE Microwave Theory Tech.}}
@string{isis = {Isis}}
@string{izvm = {Izv. Math.}}
@string{jbsci = {J. Biosci.}}
@string{jcompam = {J. Comput. Appl. Math}}
@string{jcompp = {J. Comput. Phys.}}
@string{jcompx = {J. Complexity}}
@string{jelas = {J. Elasticity}}
@string{jexpb = {J. Exp. Biol.}}
@string{jgeopr = {J. Geophys. Res.}}
@string{jmathb = {J. Math. Biol.}}
@string{jmathc = {J. Math. Chem.}}
@string{jmathp = {J. Math. Phys.}}
@string{jmatsj = {J. Math. Soc. Japan}}
@string{jphysa = {J. Phys. A: Math. Gen.}}
@string{jphyscs = {J. Phys.: Conf. Ser.}}
@string{jphysg = {J. Phys. G: Nucl. Part. Phys.}}
@string{jrnist = {J. Res. Natl. Inst. Stand. Technol.}}
@string{jrsif = {J. R. Soc. Interface}}
@string{jstatp = {J. Stat. Phys.}}
@string{jthbio = {J. Theoret. Biol.}}
@string{ledpm7 = {London Edinburgh Dublin Philos. Mag. J. Sci. (7)}}
@string{linaa = {Linear Algebra Appl.}}
@string{mathc = {Math. Comp.}}
@string{mathi = {Math. Intelligencer}}
@string{mathm = {Math. Mag.}}
@string{mathz = {Math. Z.}}
@string{molecp = {Molecular Phys.}}
@string{mulmo = {Multiscale Model. Simul.}}
@string{natma = {Nature Materials}}
@string{nature = {Nature}}
@string{newjp = {New J. Phys.}}
@string{nonli = {Nonlinearity}}
@string{notams = {Notices Amer. Math. Soc.}}
@string{nucim = {Nucl. Instrum. Methods}}
@string{nucima = {Nucl. Instrum. Methods Phys. Res., Sect. A}}
@string{nucimpr = {Nucl. Instrum. Methods Phys. Res.}}
@string{numalgo = {Numer. Algorithms}}
@string{numm = {Numer. Math.}}
@string{pacc = {Part. Accel.}}
@string{philm = {Philos. Mag.}}
@string{phtrrs = {Philos. Trans. R. Soc. Lond.}}
@string{phtrrsa = {Philos. Trans. R. Soc. Lond. Ser. A Math. Phys. Eng. Sci.}}
@string{phtrrsb = {Philos. Trans. R. Soc. Lond. Ser. B Biol. Sci.}}
@string{physbio = {Phys. Biol.}}
@string{physd = {Physica D}}
@string{physed = {Phys. Ed.}}
@string{physla = {Phys. Lett. A}}
@string{physlb = {Phys. Lett. B}}
@string{physpl = {Phys. Plasmas}}
@string{physr = {Phys. Rep.}}
@string{physs = {Phys. Scr.}}
@string{physt = {Phys. Today}}
@string{ploscb = {PLoS Comput. Biol.}}
@string{pnasusa = {Proc. Nat. Acad. Sci. USA}}
@string{ppcf = {Plasma Phys. Control. Fusion}}
@string{pramana = {Pramana}}
@string{prev = {Phys. Rev.}}
@string{preva = {Phys. Rev. A}}
@string{prevb = {Phys. Rev. B}}
@string{prevc = {Phys. Rev. C}}
@string{prevd = {Phys. Rev. D}}
@string{preve = {Phys. Rev. E}}
@string{prevl = {Phys. Rev. Lett.}}
@string{procamm = {Proc. Appl. Math. Mech.}}
@string{procja = {Proc. Japan Acad.}}
@string{procjaa = {Proc. Japan Acad. Ser. A Math. Sci.}}
@string{procjab = {Proc. Japan Acad. Ser. B Phys. Biol. Sci.}}
@string{procrs = {Proc. R. Soc. Lond.}}
@string{procrsa = {Proc. R. Soc. Lond. Ser. A Math. Phys. Eng. Sci.}}
@string{procrsb = {Proc. R. Soc. Lond. Ser. B Biol. Sci.}}
@string{procrse = {Proc. R. Soc. Edinburgh}}
@string{prstab = {Phys. Rev. ST Accel. Beams}}
@string{regcd = {Regul. Chaotic Dyn.}}
@string{reppp = {Rep. Progr. Phys.}}
@string{revgp = {Rev. Geophys.}}
@string{revmp = {Rev. Modern Phys.}}
@string{revsi = {Rev. Sci. Instrum.}}
@string{rumaths = {Russian Math. Surveys}}
@string{sciam = {Sci. Amer.}}
@string{scien = {Science}}
@string{siamjads = {SIAM J. Appl. Dyn. Syst.}}
@string{siamjam = {SIAM J. Appl. Math.}}
@string{siamjc = {SIAM J. Comput.}}
@string{siamjma = {SIAM J. Math. Anal.}}
@string{siamjmax = {SIAM J. Matrix Anal. Appl.}}
@string{siamjna = {SIAM J. Numer. Anal.}}
@string{siamjsc = {SIAM J. Sci. Comput.}}
@string{siamjssc = {SIAM J. Sci. Stat. Comput.}}
@string{siamr = {SIAM Rev.}}
@string{statsci = {Statist. Sci.}}
@string{theco = {Theor. Ecol.}}
@string{trams = {Trans. Amer. Math. Soc.}}
@string{zekstf = {Zh. \`Eksper. Teoret. Fiz.}}
@string{zphysc = {Z. Phys. C}}
@proceedings{IPAC:2010,
Booktitle = {Proceedings of the 1st International Particle Accelerator Conference, Kyoto, Japan, 23--28 May 2010},
Date-Added = {2015-04-03 19:33:35 +0000},
Date-Modified = {2015-04-03 19:33:35 +0000},
Editor = {Noda, A. and Petit-Jean-Genaz, {\relax Ch}ristine and Schaa, V. and Shirai, T. and Shirakawa, A.},
Title = {Proceedings of the 1st International Particle Accelerator Conference, Kyoto, Japan, 23--28 May 2010},
Year = {2010}}
@proceedings{IPAC:2011,
Booktitle = {Proceedings of the 2nd International Particle Accelerator Conference, San Sebastian, Spain, 4--9 September 2011},
Date-Added = {2015-04-03 19:33:35 +0000},
Date-Modified = {2015-04-03 19:33:35 +0000},
Editor = {Petit-Jean-Genaz, Christine and Blanco, Angela and Etxebarria, Iker and Perez, Francis and Wolski, Andy and Schaa, Volker},
Title = {Proceedings of the 2nd International Particle Accelerator Conference, San Sebastian, Spain, 4--9 September 2011},
Year = {2011}}
@proceedings{IPAC:2013,
Booktitle = {Proceedings of the 4th International Particle Accelerator Conference, Shanghai, China, 12--17 May 2013},
Date-Added = {2015-04-03 19:32:52 +0000},
Date-Modified = {2015-04-03 19:32:52 +0000},
Editor = {Petit-Jean-Genaz, Christine and others},
Title = {Proceedings of the 4th International Particle Accelerator Conference, Shanghai, China, 12--17 May 2013},
Year = {2013}}
@article{Burov:2002:CircModes,
Author = {Burov, Alexey V. and Nagaitsev, Sergei and Derbenev, {\relax Ya}roslav S.},
Date-Added = {2015-04-03 19:31:12 +0000},
Date-Modified = {2015-04-03 19:31:12 +0000},
Doi = {10.1103/PhysRevE.66.016503},
Journal = preve,
Month = jul,
Number = {1},
Pages = {016503},
Title = {Circular modes, beam adapters, and their applications in beam optics},
Volume = {66},
Year = {2002},
Abstract = {In the optics of charged particle beams, circular transverse modes can be introduced; they provide an adequate basis for rotation-invariant transformations. A group of these transformations is shown to be identical to a group of the canonical angular momentum preserving mappings. These mappings and the circular modes are parametrized similar to the Courant-Snyder forms for the conventional uncoupled, or planar, case. The planar-to-circular and reverse transformers (beam adapters) are introduced in terms of the circular and planar modes; their implementation on the basis of skew quadrupole blocks is described. Various kinds of matching for beams, adapters and solenoids are considered. Applications of the planar-to-circular, circular-to-planar and circular-to-circular transformers are discussed. A range of applications includes round beams at the interaction region of circular colliders, flat beams for linear colliders, relativistic electron cooling, and ionization cooling.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevE.66.016503}}
@article{Danilov:2010:NLAccelLatt,
Author = {Danilov, V. and Nagaitsev, Sergei},
Date-Added = {2015-04-03 19:31:12 +0000},
Date-Modified = {2015-04-03 19:31:12 +0000},
Doi = {10.1103/PhysRevSTAB.13.084002},
Journal = {Phys. Rev. ST Accel. Beams},
Keywords = {accelerator beam dynamics},
Month = aug,
Number = {8},
Pages = {084002},
Title = {Nonlinear accelerator lattices with one and two analytic invariants},
Volume = {13},
Year = {2010},
Abstract = {Integrable systems appeared in physics long ago at the onset of classical dynamics with examples being Kepler's and other famous problems. Unfortunately, the majority of nonlinear problems turned out to be nonintegrable. In accelerator terms, any 2D nonlinear nonintegrable mapping produces chaotic motion and a complex network of stable and unstable resonances. Nevertheless, in the proximity of an integrable system the full volume of such a chaotic network is small. Thus, the integrable nonlinear motion in accelerators has the potential to introduce a large betatron tune spread to suppress instabilities and to mitigate the effects of space charge and magnetic field errors. To create such an accelerator lattice, one has to find magnetic and electric field combinations leading to a stable integrable motion. This paper presents families of lattices with one invariant where bounded motion can be easily created in large volumes of the phase space. In addition, it presents three families of integrable nonlinear accelerator lattices, realizable with longitudinal-coordinate-dependent magnetic or electric fields with the stable nonlinear motion, which can be solved in terms of separable variables.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.13.084002}}
@inproceedings{Danilov:2012:OnQuantumIntegrable,
Author = {Danilov, Viatcheslav V. and Nagaitsev, Sergei},
Crossref = {IPAC:2012},
Date-Added = {2015-04-03 19:31:12 +0000},
Date-Modified = {2015-04-03 19:31:12 +0000},
Pages = {1392--1394},
Title = {On quantum integrable systems},
Abstract = {Many quantum integrable systems are obtained using an accelerator physics technique known as Ermakov (or normalized variables) transformation. This technique was used to create classical nonlinear integrable lattices for accelerators and nonlinear integrable plasma traps. Now, all classical results are carried over to a nonrelativistic quantum case.}}
@article{Danilov:2014:AcceleratorNBody,
Author = {Danilov, V. and Nagaitsev, S.},
Date-Added = {2015-04-03 19:31:12 +0000},
Date-Modified = {2015-04-03 19:31:12 +0000},
Doi = {10.1103/PhysRevSTAB.17.124402},
Journal = prstab,
Month = dec,
Number = {12},
Pages = {124402},
Title = {Accelerator-feasible {$N$}-body nonlinear integrable system},
Volume = {17},
Year = {2014},
Abstract = {Nonlinear $N$-body integrable Hamiltonian systems, where $N$ is an arbitrary number, have attracted the attention of mathematical physicists for the last several decades, following the discovery of some number of these systems. This paper presents a new integrable system, which can be realized in facilities such as particle accelerators. This feature makes it more attractive than many of the previous such systems with singular or unphysical forces.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.17.124402}}
@misc{Nagaitsev:2011:NLIntegrIonTraps,
Author = {Nagaitsev, Sergei and Danilov, Viatcheslav V.},
Date-Added = {2015-04-03 19:31:12 +0000},
Date-Modified = {2015-04-03 19:31:12 +0000},
Howpublished = {Eprint \url{http://arxiv.org/abs/1111.1260}},
Month = nov,
Title = {Nonlinear Integrable Ion Traps},
Year = {2011},
Abstract = {Quadrupole ion traps can be transformed into nonlinear traps with integrable motion by adding special electrostatic potentials. This can be done with both stationary potentials (electrostatic plus a uniform magnetic field) and with time-dependent electric potentials. These potentials are chosen such that the single particle Hamilton-Jacobi equations of motion are separable in some coordinate systems. The electrostatic potentials have several free adjustable parameters allowing for a quadrupole trap to be transformed into, for example, a double-well or a toroidal-well system. The particle motion remains regular, non-chaotic, integrable in quadratures, and stable for a wide range of parameters. We present two examples of how to realize such a system in case of a time-independent (the Penning trap) as well as a time-dependent (the Paul trap) configuration.}}
@article{Webb:2011:3DModSSFEL,
Author = {Webb, Stephen and Wang, Gang and Litvinenko, Vladimir N.},
Date-Added = {2015-04-03 19:30:28 +0000},
Date-Modified = {2015-04-03 19:30:28 +0000},
Doi = {10.1103/PhysRevSTAB.14.051003},
Journal = prstab,
Keywords = {free electron laser},
Month = may,
Number = {5},
Pages = {051003},
Title = {Three-dimensional model of small signal free-electron lasers},
Volume = {14},
Year = {2011},
Abstract = {Coherent electron cooling is an ultrahigh-bandwidth form of stochastic cooling which utilizes the charge perturbation from Debye screening as a seed for a free-electron laser. The amplified and frequency-modulated signal that results from the free-electron laser process is then used to give an energy-dependent kick on the hadrons in a bunch. In this paper, we present a theoretical description of a high-gain free-electron laser with applications to a complete theoretical description of coherent electron cooling.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.14.051003}}
@misc{Webb:2011:FELGrowModes,
Author = {Webb, Stephen and Wang, Gang and Litvinenko, Vladimir N.},
Date-Added = {2015-04-03 19:30:28 +0000},
Date-Modified = {2015-04-03 19:30:28 +0000},
Howpublished = {Eprint \url{http://arxiv.org/abs/1105.0412}},
Month = may,
Title = {On Free-Electron Laser Growing Modes and their Bandwidth},
Year = {2011}}
@article{Webb:2012:FELGrowingModes,
Author = {Webb, Stephen and Litvinenko, Vladimir N. and Wang, Gang},
Date-Added = {2015-04-03 19:30:28 +0000},
Date-Modified = {2015-04-03 19:30:28 +0000},
Doi = {10.1103/PhysRevSTAB.15.080701},
Journal = {Phys. Rev. ST Accel. Beams},
Keywords = {free electron laser},
Month = aug,
Number = {8},
Pages = {080701},
Title = {Free-electron laser growing modes and their bandwidths},
Volume = {15},
Year = {2012},
Abstract = {The behavior of free-electron laser amplification in the small signal linear regime can be understood by studying the dispersion relation derived from the electron energy distribution. A thorough understanding of the growth modes in this regime is of great value in understanding numerical results obtained using simulations. In this paper we show that for a typical bell-shape energy distribution in the electron beam there is not more than one growing mode. We also derive an analytical expression, which determines the bandwidth of the free-electron laser. We also discuss the limitation on the number of growing modes for the case of beam energy distributions with multiple peaks.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.15.080701}}
@article{Sonnad:2004:NLIntegLatt,
Author = {Sonnad, Kiran G. and Cary, John R.},
Date-Added = {2015-04-03 19:29:31 +0000},
Date-Modified = {2015-04-03 19:29:31 +0000},
Doi = {10.1103/PhysRevE.69.056501},
Journal = preve,
Keywords = {accelerator beam dynamics},
Month = may,
Number = {5},
Pages = {056501},
Title = {Finding a nonlinear lattice with improved integrability using {L}ie transform perturbation theory},
Volume = {69},
Year = {2004},
Abstract = {A condition for improved dynamic aperture for nonlinear, alternating gradient transport systems is derived using Lie transform perturbation theory. The Lie transform perturbation method is used here to perform averaging over fast oscillations by canonically transforming to slowly oscillating variables. This is first demonstrated for a linear sinusoidal focusing system. This method is then employed to average the dynamics over a lattice period for a nonlinear focusing system, provided by the use of higher order poles such as sextupoles and octupoles along with alternate gradient quadrupoles. Unlike the traditional approach, the higher order focusing is not treated as a perturbation. The Lie transform method is particularly advantageous for such a system where the form of the Hamiltonian is complex. This is because the method exploits the property of canonical invariance of Poisson brackets so that the change of variables is accomplished by just replacing the old ones with the new. The analysis shows the existence of a condition in which the system is azimuthally symmetric in the transformed, slowly oscillating frame. Such a symmetry in the time averaged frame renders the system nearly integrable in the laboratory frame. This condition leads to reduced chaos and improved confinement when compared to a system that is not close to integrability. Numerical calculations of single-particle trajectories and phase space projections of the dynamic aperture performed for a lattice with quadrupoles and sextupoles confirm that this is indeed the case.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevE.69.056501}}
@article{Sonnad:2005:CtrlBmHalo,
Author = {Sonnad, Kiran G. and Cary, John R.},
Date-Added = {2015-04-03 19:29:31 +0000},
Date-Modified = {2015-04-03 19:29:31 +0000},
Doi = {10.1103/PhysRevSTAB.8.064202},
Journal = {Phys. Rev. ST Accel. Beams},
Keywords = {accelerator beam dynamics},
Month = jun,
Number = {6},
Pages = {064202},
Title = {Control of beam halo formation through nonlinear damping and collimation},
Volume = {8},
Year = {2005},
Abstract = {This paper demonstrates that transverse beam halos can be controlled by combining nonlinear focusing and collimation. The study relies on one-dimensional, constant focusing particle-in-cell (PIC) simulations and a particle-core model. Beams with linear and nonlinear focusing are studied. Calculations with linear focusing confirm previous findings that the extent and density of the halo depend strongly upon the initial mismatch of the beam. Calculations with nonlinear focusing are used to study damping in the beam oscillations caused by the mismatch. Although the nonlinear force damps the beam oscillations, it is accompanied by emittance growth. This process is very rapid and happens within the first 2--3 envelope oscillations. After this, when the halo is collimated using a system of four collimators, further evolution of the beam shows that the halo is not regenerated. The elimination of the beam halo could allow either a smaller physical aperture for the transport system or it could allow a beam of higher current in a system with the same physical aperture. This advantage compensates for the loss of particles due to collimation.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.8.064202}}
@article{Cary:1986:AdiabaticInvar,
Author = {Cary, John R. and Escande, Dominique F. and Tennyson, J. L.},
Date-Added = {2015-04-03 19:28:48 +0000},
Date-Modified = {2015-04-03 19:28:48 +0000},
Doi = {10.1103/PhysRevA.34.4256},
Journal = preva,
Month = nov,
Number = {5},
Pages = {4256--4275},
Title = {Adiabatic-invariant change due to separatrix crossing},
Volume = {34},
Year = {1986},
Abstract = {A slowly varying Hamiltonian with one degree of freedom and nearly closed orbits has an adiabatic invariant. This adiabatic invariant is conserved to all orders in $\epsilon$, the slowness parameter, except for orbits that cross a separatrix. The present work discusses the change of the adiabatic invariant during this crossing process through order $\epsilon$. First, a calculation of the change of the adiabatic invariant is presented. This calculation is general and, hence, encompasses previous results for specific cases. The change in the adiabatic invariant is shown to depend on a maximum of five parameters, which are functions of the Hamiltonian of interest. Second, the statistics of this process are derived. Finally, these results are applied to the motion of a particle in a wave with changing amplitude and phase velocity.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevA.34.4256}}
@article{Chow:1994:IntegNLAccel,
Author = {Chow, Carson C. and Cary, John R.},
Date-Added = {2015-04-03 19:28:06 +0000},
Date-Modified = {2015-04-03 19:28:06 +0000},
Doi = {10.1103/PhysRevLett.72.1196},
Journal = {Phys. Rev. Lett.},
Keywords = {accelerator beam dynamics},
Month = feb,
Number = {8},
Pages = {1196--1199},
Title = {Integrable nonlinear accelerator lattices},
Volume = {72},
Year = {1994},
Abstract = {A method for creating integrable nonlinear accelerator lattices is presented. Fixed points for the two-dimensional return map corresponding to the lattice are found. Minimizing the residues (an indicator of the size of the associated island) of these fixed points by varying lattice parameters eliminates large islands and regions of chaos. The resulting nonlinear systems have larger dynamical apertures and are more stable to perturbations induced by, for example, error fields.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevLett.72.1196}}
@article{Chapman:2015:MathFaradayCage,
Author = {Chapman, S. Jonathan and Hewett, David P. and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:26:38 +0000},
Date-Modified = {2015-04-03 19:26:38 +0000},
Journal = siamr,
Title = {Mathematics of the {F}araday Cage},
Year = {2015}}
@article{Chapman:2011:FourBugs,
Author = {Chapman, S. Jonathan and Lottes, James and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Doi = {10.1098/rspa.2010.0506},
Journal = procrsa,
Month = mar,
Number = {2127},
Pages = {881--896},
Title = {Four Bugs on a Rectangle},
Volume = {467},
Year = {2011},
Abstract = {The idealized mathematical problem of four bugs in cyclic pursuit starting from a 2-by-1 rectangle is considered, and asymptotic formulas are derived to describe the motion. In contrast to the famous case of four bugs on a square, here the trajectories quickly freeze to essentially one dimension. After the first rotation about the centre point, the scale of the configuration has shrunk by a factor of $10^{427907250}$, and this number is then exponentiated four more times with each successive cycle. Relations to Knuth's double-arrow notation and level-index arithmetic are discussed.},
Bdsk-Url-1 = {http://dx.doi.org/10.1098/rspa.2010.0506}}
@article{Driscoll:1998:PotentialToMatrixIter,
Author = {Driscoll, Tobin A. and Toh, Kim-Chuan and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Doi = {10.1137/S0036144596305582},
Journal = siamr,
Number = {3},
Pages = {547--578},
Title = {From Potential Theory to Matrix Iterations in Six Steps},
Volume = {40},
Year = {1998},
Abstract = {The theory of the convergence of Krylov subspace iterations for linear systems of equations (conjugate gradients, biconjugate gradients, GMRES, QMR, Bi-CGSTAB, and so on) is reviewed. For a computation of this kind, an estimated asymptotic convergence factor $\rho \le 1$ can be derived by solving a problem of potential theory or conformal mapping. Six approximations are involved in relating the actual computation to this scalar estimate. These six approximations are discussed in asystematic way and illustrated by a sequence of examples computed with tools of numerical conformal mapping and semidefinite programming.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/S0036144596305582}}
@article{Gonnet:2011:RobustRatInterp,
Author = {Gonnet, Pedro and Pach\'on, Ricardo and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Journal = etna,
Keywords = {interpolation},
Pages = {146--167},
Title = {Robust rational interpolation and least-squares},
Volume = {38},
Year = {2011},
Abstract = {An efficient and robust algorithm and a Matlab code \texttt{ratdisk} are presented for rational interpolation or linearized least-squares approximation of a function based on its values at points equally spaced on a circle. The use of the singular value decomposition enables the detection and elimination of spurious poles or Froissart doublets that commonly complicate such fits without contributing to the quality of the approximation. As an application, the algorithm leads to a method for the stable computation of certain radial basis function interpolants in the difficult case of smoothness parameter $\varepsilon$ close to zero.}}
@article{Gonnet:2013:RobustPadeSVD,
Author = {Gonnet, Pedro and G{\"u}ttel, Stefan and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Doi = {10.1137/110853236},
Journal = siamr,
Number = {1},
Pages = {101--117},
Title = {Robust {P}ad{\'e} Approximation via {SVD}},
Volume = {55},
Year = {2013},
Abstract = {Pad{\'e} approximation is considered from the point of view of robust methods of numerical linear algebra, in particular, the singular value decomposition. This leads to an algorithm for practical computation that bypasses most problems of solution of nearly-singular systems and spurious pole-zero pairs caused by rounding errors, for which a MATLAB code is provided. The success of this algorithm suggests that there might be variants of Pad{\'e} approximation that are pointwise convergent as the degrees of the numerator and denominator increase to $\infty$, unlike traditional Pad{\'e} approximants, which converge only in measure or capacity.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/110853236}}
@article{Hale:2008:CompMxFn,
Author = {Hale, Nicholas and Higham, Nicholas J. and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Doi = {10.1137/070700607},
Journal = siamjna,
Keywords = {Cauchy integral, conformal map, contour integral, matrix function, quadrature, rational approximation, trapezoid rule},
Number = {5},
Pages = {2505--2523},
Title = {Computing $A^\alpha$, $\log(A)$, and Related Matrix Functions by Contour Integrals},
Volume = {46},
Year = {2008},
Abstract = {New methods are proposed for the numerical evaluation of $f(\mathbf{A})$ or $f(\mathbf{A}) b$, where $f(\mathbf{A})$ is a function such as $\mathbf{A}^{1/2}$ or $\log(\mathbf{A})$ with singularities in $(-\infty,0]$ and $\mathbf{A}$ is a matrix with eigenvalues on or near $(0,\infty)$. The methods are based on combining contour integrals evaluated by the periodic trapezoid rule with conformal maps involving Jacobi elliptic functions. The convergence is geometric, so that the computation of $f(\mathbf{A})b$ is typically reduced to one or two dozen linear system solves, which can be carried out in parallel.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/070700607}}
@article{Hale:2008:NewQuadrature,
Author = {Hale, Nicholas and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Doi = {10.1137/07068607X},
Journal = siamjna,
Keywords = {Gauss quadrature, Clenshaw--Curtis quadrature, spectral methods, conformal mapping},
Number = {2},
Pages = {930--948},
Title = {New Quadrature Formulas from Conformal Maps},
Volume = {46},
Year = {2008},
Abstract = {Gauss and Clenshaw--Curtis quadrature, like Legendre and Chebyshev spectral methods, make use of grids strongly clustered at boundaries. From the viewpoint of polynomial approximation this seems necessary and indeed in certain respects optimal. Nevertheless such methods may ``waste'' a factor of $\pi/2$ with respect to each space dimension. We propose new nonpolynomial quadrature methods that avoid this effect by conformally mapping the usual ellipse of convergence to an infinite strip or another approximately straight-sided domain. The new methods are compared with related ideas of Bakhvalov, Kosloff and Tal-Ezer, Rokhlin and Alpert, and others. An advantage of the conformal mapping approach is that it leads to theorems guaranteeing geometric rates of convergence for analytic integrands. For example, one of the formulas presented is proved to converge $50\%$ faster than Gauss quadrature for functions analytic in an $\varepsilon$-neighborhood of $[-1,1]$.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/07068607X}}
@article{Hale:2009:ConfMapsMSlit,
Author = {Hale, Nicholas and Tee, T. Wynn},
Date-Added = {2015-04-03 19:17:56 +0000},
Date-Modified = {2015-04-03 19:17:56 +0000},
Doi = {10.1137/080738325},
Journal = siamjsc,
Number = {4},
Pages = {3195--3215},
Title = {Conformal Maps to Multiply Slit Domains and Applications},
Volume = {31},
Year = {2009},
Abstract = {By exploiting conformal maps to vertically slit regions in the complex plane, a recently developed rational spectral method [T.W. Tee and L.N. Trefethen, \textit{SIAM J.\ Sci.\ Comput.}, 28 (2006), pp.\,1798--1811] is able to solve PDEs with interior layer-like behavior using significantly fewer collocation points than traditional spectral methods. The conformal maps are chosen to ``enlarge the region of analyticity'' in the solution: an idea which can be extended to other numerical methods based upon global polynomial interpolation. Here we show how such maps can be rapidly computed in both periodic and nonperiodic geometries and apply them to some challenging differential equations.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/080738325}}
@article{Javed:2014:TrapezoidRuleError,
Author = {Javed, Mohsin and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:17:16 +0000},
Date-Modified = {2015-04-03 19:17:16 +0000},
Doi = {10.1098/rspa.2013.0571},
Journal = procrsa,
Month = jan,
Number = {2161},
Pages = {20130571},
Title = {A trapezoidal rule error bound unifying the {E}uler--{M}aclaurin formula and geometric convergence for periodic functions},
Volume = {470},
Year = {2014},
Abstract = {The error in the trapezoidal rule quadrature formula can be attributed to discretization in the interior and non-periodicity at the boundary. Using a contour integral, we derive a unified bound for the combined error from both sources for analytic integrands. The bound gives the Euler--Maclaurin formula in one limit and the geometric convergence of the trapezoidal rule for periodic analytic functions in another. Similar results are also given for the midpoint rule.},
Bdsk-Url-1 = {http://dx.doi.org/10.1098/rspa.2013.0571}}
@article{Platte:2011:ImpossFastStableApprox,
Author = {Platte, Rodrigo B. and Trefethen, Lloyd N. and Kuijlaars, Arno B. J.},
Date-Added = {2015-04-03 19:17:00 +0000},
Date-Modified = {2015-04-03 19:17:00 +0000},
Doi = {10.1137/090774707},
Journal = siamr,
Keywords = {interpolation},
Number = {2},
Pages = {308--318},
Title = {Impossibility of Fast Stable Approximation of Analytic Functions from Equispaced Samples},
Volume = {53},
Year = {2011},
Abstract = {It is shown that no stable procedure for approximating functions from equally spaced samples can converge exponentially for analytic functions. To avoid instability, one must settle for root-exponential convergence. The proof combines a Bernstein inequality of 1912 with an estimate due to Coppersmith and Rivlin in 1992.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/090774707}}
@article{VanDeun:2011:RobustImpCF,
Author = {Van Deun, Joris and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:16:36 +0000},
Date-Modified = {2015-04-03 19:16:36 +0000},
Doi = {10.1007/s10543-011-0331-7},
Journal = bitnm,
Month = dec,
Number = {4},
Pages = {1039--1050},
Title = {A robust implementation of the {C}arath{\'e}odory-{F}ej{\'e}r method for rational approximation},
Volume = {51},
Year = {2011},
Abstract = {Best rational approximations are notoriously difficult to compute. However, the difference between the best rational approximation to a function and its Carath{\'e}odory-Fej{\'e}r (CF) approximation is often so small as to be negligible in practice, while CF approximations are far easier to compute. We present a robust and fast implementation of this method in the Chebfun software system and illustrate its use with several examples. Our implementation handles both polynomial and rational approximation and substantially improves upon earlier published software.},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s10543-011-0331-7}}
@article{Trefethen:1982:GrpVelFDSchemes,
Author = {Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:15:13 +0000},
Date-Modified = {2015-04-03 19:15:13 +0000},
Doi = {10.1137/1024038},
Journal = siamr,
Number = {2},
Pages = {113--136},
Title = {Group Velocity in Finite Difference Schemes},
Volume = {24},
Year = {1982},
Abstract = {The relevance of group velocity to the behavior of finite difference models of time-dependent partial differential equations is surveyed and illustrated. Applications involve the propagation of wave packets in one and two dimensions, numerical dispersion, the behavior of parasitic waves, and the stability analysis of initial boundary value problems.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/1024038}}
@article{Trefethen:2006:TalbotQuadRat,
Author = {Trefethen, Lloyd N. and Weideman, J. A. C. and Schmelzer, Thomas},
Date-Added = {2015-04-03 19:15:13 +0000},
Date-Modified = {2015-04-03 19:15:13 +0000},
Doi = {10.1007/s10543-006-0077-9},
Journal = bitnm,
Month = sep,
Number = {3},
Pages = {653--670},
Title = {Talbot quadratures and rational approximations},
Volume = {46},
Year = {2006},
Abstract = {Many computational problems can be solved with the aid of contour integrals containing $e^z$ in the integrand: examples include inverse Laplace transforms, special functions, functions of matrices and operators, parabolic PDEs, and reaction-diffusion equations. One approach to the numerical quadrature of such integrals is to apply the trapezoid rule on a Hankel contour defined by a suitable change of variables. Optimal parameters for three classes of such contours have recently been derived: (a) parabolas, (b) hyperbolas, and (c) cotangent contours, following Talbot in 1979. The convergence rates for these optimized quadrature formulas are very fast: roughly $O(3^{-N})$, where $N$ is the number of sample points or function evaluations. On the other hand, convergence at a rate apparently about twice as fast, $O(9.28903^{-N})$, can be achieved by using a different approach: best supremum-norm rational approximants to $e^z$ for $z\elem(-\infty,0]$, following Cody, Meinardus and Varga in 1969. (All these rates are doubled in the case of self-adjoint operators or real integrands.) It is shown that the quadrature formulas can be interpreted as rational approximations and the rational approximations as quadrature formulas, and the strengths and weaknesses of the different approaches are discussed in the light of these connections. A MATLAB function is provided for computing Cody-Meinardus-Varga approximants by the method of Carath{\'e}odory-Fej{\'e}r approximation.
},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s10543-006-0077-9}}
@article{Trefethen:2008:GaussVClenshawCurtis,
Author = {Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:15:13 +0000},
Date-Modified = {2015-04-03 19:15:13 +0000},
Doi = {10.1137/060659831},
Journal = siamr,
Number = {1},
Pages = {67--87},
Title = {Is {G}auss Quadrature Better than {C}lenshaw--{C}urtis?},
Volume = {50},
Year = {2008},
Abstract = {We compare the convergence behavior of Gauss quadrature with that of its younger brother, Clenshaw--Curtis. Seven-line MATLAB codes are presented that implement both methods, and experiments show that the supposed factor-of-2 advantage of Gauss quadrature is rarely realized. Theorems are given to explain this effect. First, following O'Hara and Smith in the 1960s, the phenomenon is explained as a consequence of aliasing of coefficients in Chebyshev expansions. Then another explanation is offered based on the interpretation of a quadrature formula as a rational approximation of $\log((z+1)/(z-1))$ in the complex plane. Gauss quadrature corresponds to Pad{\'e} approximation at $z=\infty$. Clenshaw--Curtis quadrature corresponds to an approximation whose order of accuracy at $z=\infty$ is only half as high, but which is nevertheless equally accurate near $[-1,1]$.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/060659831}}
@book{Trefethen:2013:ApproxThPract,
Address = {Philadelphia, PA},
Author = {Trefethen, Lloyd N.},
Booktitle = {Approximation Theory and Approximation Practice},
Date-Added = {2015-04-03 19:15:13 +0000},
Date-Modified = {2015-04-03 19:15:13 +0000},
Publisher = {SIAM},
Title = {Approximation Theory and Approximation Practice},
Year = {2013}}
@article{Trefethen:2014:ExpConvTrapRule,
Author = {Trefethen, Lloyd N. and Weideman, J. A. C.},
Date-Added = {2015-04-03 19:15:13 +0000},
Date-Modified = {2015-04-03 19:15:13 +0000},
Doi = {10.1137/130932132},
Journal = siamr,
Note = {A preprint version is available at \url{http://people.maths.ox.ac.uk/~trefethen/trefethen_weideman.pdf}},
Number = {3},
Pages = {385--458},
Title = {The exponentially convergent trapezoidal rule},
Volume = {56},
Year = {2014},
Abstract = {It is well known that the trapezoidal rule converges geometrically when applied to analytic functions on periodic intervals or the real line. The mathematics and history of this phenomenon are reviewed, and it is shown that far from being a curiosity, it is linked with computational methods all across scientific computing, including algorithms related to inverse Laplace transforms, special functions, complex analysis, rational approximation, integral equations, and the computation of functions and eigenvalues of matrices and operators.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/130932132}}
@article{Webb:2012:StabBarycentric,
Author = {Webb, Marcus and Trefethen, Lloyd N. and Gonnet, Pedro},
Date-Added = {2015-04-03 19:14:28 +0000},
Date-Modified = {2015-04-03 19:14:28 +0000},
Doi = {10.1137/110848797},
Journal = siamjsc,
Number = {6},
Pages = {A3009--A3015},
Title = {Stability of Barycentric Interpolation Formulas for Extrapolation},
Volume = {34},
Year = {2012},
Abstract = {The barycentric interpolation formula defines a stable algorithm for evaluation at points in $[-1,1]$ of polynomial interpolants through data on Chebyshev grids. Here it is shown that for evaluation at points in the complex plane outside $[-1,1]$, the algorithm becomes unstable and should be replaced by the alternative modified Lagrange or ``first barycentric'' formula dating to Jacobi in 1825. This difference in stability confirms the theory published by N.J. Higham in 2004 [\textit{IMA J.\ Numer.\ Anal.}, \textbf{24} (2004), pp.~547--556] and has practical consequences for computation with rational functions.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/110848797}}
@article{Tee:2006:RatSpectralCollocation,
Author = {Tee, T. Wynn and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:13:55 +0000},
Date-Modified = {2015-04-03 19:13:55 +0000},
Doi = {10.1137/050641296},
Journal = siamjsc,
Number = {5},
Pages = {1798--1811},
Title = {A Rational Spectral Collocation Method with Adaptively Transformed {C}hebyshev Grid Points},
Volume = {28},
Year = {2006},
Abstract = {A spectral collocation method based on rational interpolants and adaptive grid points is presented. The rational interpolants approximate analytic functions with exponential accuracy by using prescribed barycentric weights and transformed Chebyshev points. The locations of the grid points are adapted to singularities of the underlying solution, and the locations of these singularities are approximated by the locations of poles of Chebyshev-Pad{\'e} approximants. Numerical experiments on two time-dependent problems, one with finite time blow-up and one with a moving front, indicate that the method far outperforms the standard Chebyshev spectral collocation method for problems whose solutions have singularities in the complex plane close to $[-1,1]$.},
Bdsk-Url-1 = {http://dx.doi.org/10.1137/050641296}}
@article{Trefethen:2007:CompNumFns,
Author = {Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:13:55 +0000},
Date-Modified = {2015-04-03 19:13:55 +0000},
Doi = {10.1007/s11786-007-0001-y},
Journal = mathcs,
Month = dec,
Number = {1},
Pages = {9--19},
Title = {Computing Numerically with Functions Instead of Numbers},
Volume = {1},
Year = {2007},
Abstract = {Symbolic computation with functions of a real variable suffers from combinatorial explosion of memory and computation time. The alternative chebfun system for such computations is described, based on Chebyshev expansions and barycentric interpolation.},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s11786-007-0001-y}}
@article{Pachon:2009:BarycentricRemez,
Author = {Pach\'on, Ricardo and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:12:53 +0000},
Date-Modified = {2015-04-03 19:12:53 +0000},
Doi = {10.1007/s10543-009-0240-1},
Journal = bitnm,
Month = dec,
Number = {4},
Pages = {721--741},
Title = {Barycentric-{R}emez algorithms for best polynomial approximation in the chebfun system},
Volume = {49},
Year = {2009},
Abstract = {The Remez algorithm, 75~years old, is a famous method for computing minimax polynomial approximations. Most implementations of this algorithm date to an era when tractable degrees were in the dozens, whereas today, degrees of hundreds or thousands are not a problem. We present a 21st-century update of the Remez ideas in the context of the chebfun software system, which carries out numerical computing with functions rather than numbers. A crucial feature of the new method is its use of chebfun global rootfinding to locate extrema at each iterative step, based on a recursive algorithm combining ideas of Specht, Good, Boyd, and Battles. Another important feature is the use of the barycentric interpolation formula to represent the trial polynomials, which points the way to generalizations for rational approximations. We comment on available software for minimax approximation and its scientific context, arguing that its greatest importance these days is probably for fundamental studies rather than applications.},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s10543-009-0240-1}}
@misc{Sadiq:2011:BarycentricHermiteInterp,
Author = {Sadiq, Burhan and Viswanath, Divakar},
Date-Added = {2015-04-03 19:12:35 +0000},
Date-Modified = {2015-04-03 19:12:35 +0000},
Howpublished = {Eprint \url{http://arxiv.org/abs/1105.3466}},
Month = may,
Title = {Barycentric {H}ermite Interpolation},
Year = {2011},
Abstract = {Let $z_1,\dotsc,z_K$ be distinct grid points. If $f_{k,0} is the prescribed value of a function at the grid point $z_k$, and $f_{k,r}$ the prescribed value of the $r^\text{th}$ derivative, for $1 \leq r \leq n_k-1$, the Hermite interpolant is the unique polynomial of degree $N-1$ ($N = n_1 + \dotsb + n_K$) which interpolates the prescribed function values and function derivatives. We obtain another derivation of a method for Hermite interpolation recently proposed by Butcher et al. [\emph{Numerical Algorithms, vol.~56 (2011), p. 319-347}]. One advantage of our derivation is that it leads to an efficient method for updating the barycentric weights. If an additional derivative is prescribed at one of the interpolation points, we show how to update the barycentric coefficients using only $\mathcal{O}(N)$ operations. Even in the context of confluent Newton series, a comparably efficient and general method to update the coefficients appears not to be known. If the method is properly implemented, it computes the barycentric weights with fewer operations than other methods and has very good numerical stability even when derivatives of high order are involved. We give a partial explanation of its numerical stability.
}}
@article{Salzer:1972:LagrangInterpChep,
Author = {Salzer, H. E.},
Date-Added = {2015-04-03 19:12:35 +0000},
Date-Modified = {2015-04-03 19:12:35 +0000},
Doi = {10.1093/comjnl/15.2.156},
Journal = compj,
Month = may,
Number = {2},
Pages = {156--159},
Title = {Lagrangian Interpolation at the {C}hebyshev Points $x_{n,\nu}=\cos(\nu\pi/n)$, $\nu=0(1)n$; some Unnoted Advantages},
Volume = {15},
Year = {1972},
Abstract = {Besides many applications of the Chebyshev points $x_{n,\nu}=\cos(\nu\pi/n)$, $\nu=0(1)n$, in approximation, interpolation by Chebyshev series, numerical integration and numerical differentiation, there are advantages in their use in the barycentric form of the Lagrange interpolation formula and in checking by divided differences. When $n=2m$, we obtain $X_{2m,\nu}$ with less than half the number of square roots that are required to find the other Chebyshev points $X'_{2m,\nu}=\cos[(2\nu-1)\pi/2^{m+1}]$, $\nu=1(1)2^m$. Also, the barycentric interpolation formula may be applied to the solution of a near-minimax problem so as to avoid extensive calculation of auxiliary polynomials, and in a numerical differentiation procedure that conveniently by-passes direct differentiation of the interpolation polynomial.},
Bdsk-Url-1 = {http://dx.doi.org/10.1093/comjnl/15.2.156}}
@article{Hale:2012:ChebfunNumQuad,
Author = {Hale, Nicholas and Trefethen, Lloyd N.},
Date-Added = {2015-04-03 19:11:23 +0000},
Date-Modified = {2015-04-03 19:11:23 +0000},
Doi = {10.1007/s11425-012-4474-z},
Journal = scichm,
Number = {9},
Pages = {1749--1760},
Title = {Chebfun and numerical quadrature},
Volume = {55},
Year = {2012},
Abstract = {Chebfun is a Matlab-based software system that overloads Matlab's discrete operations for vectors and matrices to analogous continuous operations for functions and operators. We begin by describing Chebfun's fast capabilities for Clenshaw-Curtis and also Gauss-Legendre, -Jacobi, -Hermite, and -Laguerre quadrature, based on algorithms of Waldvogel and Glaser, Liu and Rokhlin. Then we consider how such methods can be applied to quadrature problems including 2D integrals over rectangles, fractional derivatives and integrals, functions defined on unbounded intervals, and the fast computation of weights for barycentric interpolation.},
Bdsk-Url-1 = {http://dx.doi.org/10.1007/s11425-012-4474-z}}
@misc{Desbrun:2005:DiscreteExteriorCalculus,
Author = {Desbrun, Mathieu and Hirani, Anil N. and Leok, Melvin and Marsden, Jerrold E.},
Date-Added = {2015-04-03 19:10:50 +0000},
Date-Modified = {2015-04-03 19:10:50 +0000},
Howpublished = {Eprint \url{http://arxiv.org/abs/math/0508341}},
Month = aug,
Title = {Discrete Exterior Calculus},
Year = {2005},
Abstract = {We present a theory and applications of discrete exterior calculus on simplicial complexes of arbitrary finite dimension. This can be thought of as calculus on a discrete space. Our theory includes not only discrete differential forms but also discrete vector fields and the operators acting on these objects. This allows us to address the various interactions between forms and vector fields (such as Lie derivatives) which are important in applications. Previous attempts at discrete exterior calculus have addressed only differential forms. We also introduce the notion of a circumcentric dual of a simplicial complex. The importance of dual complexes in this field has been well understood, but previous researchers have used barycentric subdivision or barycentric duals. We show that the use of circumcentric duals is crucial in arriving at a theory of discrete exterior calculus that admits both vector fields and forms.}}
@inproceedings{Furman:1987:EffectSCatLE,
Author = {Furman, Miguel A.},
Crossref = {PAC:1987},
Date-Added = {2015-04-03 19:09:26 +0000},
Date-Modified = {2015-04-03 19:09:26 +0000},
Pages = {1034--1036},
Title = {Effect of the space-charge force on tracking at low energy}}
@article{Furman:1994:CompactComplex2DSC,
Author = {Furman, Miguel A.},
Date-Added = {2015-04-03 19:09:26 +0000},
Date-Modified = {2015-04-03 19:09:26 +0000},
Doi = {10.1119/1.17674},
Journal = ajp,
Month = dec,
Number = {12},
Pages = {1134--1140},
Title = {Compact complex expressions for the electric field of two-dimensional elliptical charge distributions},
Volume = {62},
Year = {1994},
Abstract = {We present a formula for the analytic calculation of the electric field in complex form for two-dimensional charge distributions with elliptical contours, in the absence of boundary conditions except at infinity. The formula yields compact and practical expressions for a significant class of distributions. The fact that the electric field vanishes inside an elliptical shell follows as a straightforward consequence of Cauchy's theorem. The known expressions for the field inside and outside a uniformly charged ellipse are recovered in simple, concise form. Similarly, the expression for the field of a Gaussian distribution is found in a straightforward way as a special case of the more general formula. We also present a brief discussion of more complicated distributions.},
Bdsk-Url-1 = {http://dx.doi.org/10.1119/1.17674}}
@article{Furman:2002:ProbModelSEE,
Author = {Furman, Miguel A. and Pivi, M. T. F.},
Date-Added = {2015-04-03 19:09:26 +0000},
Date-Modified = {2015-04-03 19:09:26 +0000},
Doi = {10.1103/PhysRevSTAB.5.124404},
Journal = prstab,
Month = dec,
Note = {Erratum at \doi{10.1103/PhysRevSTAB.16.069901}},
Number = {12},
Pages = {124404},
Title = {Probabilistic model for the simulation of secondary electron emission},
Volume = {5},
Year = {2002},
Abstract = {We provide a detailed description of a model and its computational algorithm for the secondary electron emission process. The model is based on a broad phenomenological fit to data for the secondary-emission yield and the emitted-energy spectrum. We provide two sets of values for the parameters by fitting our model to two particular data sets, one for copper and the other one for stainless steel.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.5.124404},
Bdsk-Url-2 = {http://dx.doi.org/10.1103/PhysRevSTAB.16.069901}}
@article{Furman:2007:EField2DEllipse,
Author = {Furman, Miguel A.},
Date-Added = {2015-04-03 19:09:26 +0000},
Date-Modified = {2015-04-03 19:09:26 +0000},
Doi = {10.1103/PhysRevSTAB.10.081001},
Journal = prstab,
Month = aug,
Number = {8},
Pages = {081001},
Title = {Electric field of a 2{D} elliptical charge distribution inside a cylindrical conductor},
Volume = {10},
Year = {2007},
Abstract = {By combining the method of images with calculus of complex variables, we provide a simple expression for the electric field of a two-dimensional (2D) static elliptical charge distribution inside a perfectly conducting circular cylinder. The charge distribution need not be concentric with the cylinder.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.10.081001}}
@book{Flanders:1989:DiffForms,
Address = {Mineola, NY},
Author = {Flanders, Harley},
Date-Added = {2015-04-03 19:08:00 +0000},
Date-Modified = {2015-04-03 19:08:00 +0000},
Note = {Unabridged and amended republication of the work first published in 1963 by Academic Press, Inc., New York.},
Publisher = {Dover Publications, Inc.},
Title = {Differential Forms with Applications to the Physical Sciences},
Year = {1989}}
@article{Fischer:2012:Impact3DPol,
Author = {Fischer, Wolfram and Bazilevsky, Alexander},
Date-Added = {2015-04-03 19:07:18 +0000},
Date-Modified = {2015-04-03 19:07:18 +0000},
Doi = {10.1103/PhysRevSTAB.15.041001},
Journal = prstab,
Month = apr,
Number = {4},
Pages = {041001},
Title = {Impact of three-dimensional polarization profiles on spin-dependent measurements in colliding beam experiments},
Volume = {15},
Year = {2012},
Abstract = {We derive the effect of 3-dimensional polarization profiles on the measured polarization in polarimeters, as well as the observed polarization and the polarization-weighted luminosity (figure of merit) in single and double spin measurements in colliding beam experiments. Applications to RHIC are discussed.},
Bdsk-Url-1 = {http://dx.doi.org/10.1103/PhysRevSTAB.15.041001}}
@article{Ferrel:1977:ForcedHarmonic,
Author = {Ferrel, Richard A.},
Date-Added = {2015-04-03 19:06:23 +0000},
Date-Modified = {2015-04-03 19:06:23 +0000},
Journal = ajp,
Month = may,
Number = {5},
Pages = {468--469},
Title = {Forced harmonic oscillator in the interaction picture},
Volume = {45},
Year = {1977},
Abstract = {The interaction picture of quantum mechanics is used to calculate the unitary time development operator for a harmonic oscillator subject to an arbitrary time-dependent force. The result is identical to that obtained from the more usual method of the Heisenberg equations of motion, except for a phase factor which the Heisenberg picture method is unable to determine. A simplified derivation of the phase factor is given in the adiabatic limit, as well as a discussion of some possible physical effects which would depend upon the phase factor.},
Bdsk-Url-1 = {http://dx.doi.org/10.1119/1.10822}}
@article{Ferraro:2010:AppExterCalcWvguides,
Author = {Ferraro, Rafael},
Date-Added = {2015-04-03 19:06:16 +0000},
Date-Modified = {2015-04-03 19:06:16 +0000},
Doi = {10.1119/1.3265544},
Journal = ajp,
Keywords = {electromagnetic fields, exterior calculus},
Month = mar,
Number = {3},
Pages = {264--269},
Title = {Application of exterior calculus to waveguides},
Volume = {78},
Year = {2010},
Abstract = {Exterior calculus is a powerful tool for finding solutions to the electromagnetic field equations. Its strength can be better appreciated when applied to nontrivial configurations. We show how to exploit this tool to obtain the TM and TE modes in hollow cylindrical waveguides. The use of exterior calculus and Lorentz boosts leads straightforwardly to the solutions and their respective power transmitted along the waveguide.},
Bdsk-Url-1 = {http://dx.doi.org/10.1119/1.3265544}}
@book{Erdelyi:1953:HTF1,
Address = {Malabar, FL},
Date-Added = {2015-04-03 19:05:06 +0000},
Date-Modified = {2015-04-03 19:05:06 +0000},
Editor = {Erd{\'e}lyi, Arthur},
Note = {Reprint of the work published in 1953 by McGraw-Hill Book Company, Inc.},
Publisher = {Robert E. Krieger Publishing Co.},
Title = {Higher Transcendental Functions},
Volume = {I},
Year = {1985}}
@book{Erdelyi:1953:HTF2,
Address = {Malabar, FL},
Date-Added = {2015-04-03 19:05:06 +0000},
Date-Modified = {2015-04-03 19:05:06 +0000},
Editor = {Erd{\'e}lyi, Arthur},
Note = {Reprint of the work published in 1953 by McGraw-Hill Book Company, Inc.},
Publisher = {Robert E. Krieger Publishing Co.},
Title = {Higher Transcendental Functions},
Volume = {II},
Year = {1985}}
@book{Erdelyi:1955:HTF3,
Address = {Malabar, FL},
Date-Added = {2015-04-03 19:05:06 +0000},
Date-Modified = {2015-04-03 19:05:06 +0000},
Editor = {Erd{\'e}lyi, Arthur},
Note = {Reprint of the work published in 1955 by McGraw-Hill Book Company, Inc.},
Publisher = {Robert E. Krieger Publishing Co.},
Title = {Higher Transcendental Functions},
Volume = {III},
Year = {1987}}
@article{Enge:1964:ExtendFringe,
Author = {Enge, Harald A.},
Date-Added = {2015-04-03 19:04:43 +0000},
Date-Modified = {2015-04-03 19:04:43 +0000},
Doi = {10.1063/1.1718806},
Journal = revsi,
Month = mar,
Number = {3},
Pages = {278--287},
Title = {Effect of Extended Fringing Fields on Ion-Focusing Properties of Deflecting Magnets},
Volume = {35},
Year = {1964},
Abstract = {This paper presents the result of calculations on ion deflection and focusing in magnets that have realistic, extended fringing fields rather than sharply cutoff fringing fields. The most important effects of the change from sharp cutoff to extended fringing fields are (a) displacements of the beam center line at entrance and exit (a ``zeroth-order'' effect), and (b) reduction of first-order z-direction (``vertical'') focusing. When the pole boundaries are curved or an effective curvature is caused by the proximity of pole-piece corners, there are further first-order effects on the trajectories. These effects can be minimized, and in practice made negligible, by correct centering of the beam relative to the pole-piece corners at entrance and exit.},
Bdsk-Url-1 = {http://dx.doi.org/10.1063/1.1718806}}
@book{Elmore:1969:PhysicsWaves,