# /lib/scripts/jqplot/jquery.jqplot.js /lib/scripts/jqplot/jquery.jqplot.css # css /lib/scripts/jqplot/jquery.min.js #(not required since DokuWiki 2012-01-25 Angua uses jQuery) /lib/scripts/jqplot/jquery.jqplot.min.js # js # # jsxgraph # https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraphcore.js https://cdn.jsdelivr.net/npm/jsxgraph/distrib/jsxgraph.css # # personal # /lib/scripts/src/header.js /lib/scripts/src/pointCharge.js **Figure. line chart example** var pc = new pointCharge(); var ex_brd, ey_brd, etot_brd; var ex_line, ey_line, e1_line, e2_line, e3_line, e4_line; var beta = 0.5; function onInit() { writeMainHeader(); ex_brd = JXG.JSXGraph.initBoard('exBox', { boundingbox: [-3.1,0.45,3.2,-0.45], keepaspectratio: false, axis:true, grid: { strokeColor: '#f00', visible: false }, needsRegularUpdate:true, showNavigation:false, showCopyright:false, pan: { enabled: false } }); ex_line = ex_brd.create('functiongraph', [ function(x) { return pc.calcEx(x*pc.ab, beta, pc.ab); }, -3.0, 3.0 ], { strokeColor: '#0a0', strokeWidth: 2 }); $("#betaOut").text(beta.toFixed(2)); } function onBetaChanged() { beta = parseFloat($("#betaSlider").val()); $("#betaOut").text(beta.toFixed(2)); ex_brd.fullUpdate(); }

Feld einer bewegten Punktladung

Feldstärke Ex/E1ab
Oben: Verlauf der Feldstärke für ein bewegtes Elektron und einen festen Beobachtungspunkt

Rechts: Linien konstanter Feldstärke für ein gleichförmig bewegtes Elektron. Dargestellt sind Isolinien für die Feldstärken in Abständen von ein bis view Bohr-Radien bezüglich des ruhenden Elektrons.


Geschwindigkeit β:  

Buch Abb. 7.1 und 7.2.