<?xml version="1.0" encoding="UTF-8"?>
<Worksheet><Version major="6" minor="0"/><View-Properties><Zoom percentage="100"/></View-Properties><Styles><Layout alignment="centred" name="_pstyle259"/><Layout alignment="centred" name="_pstyle258"/><Layout alignment="centred" name="_pstyle257"/><Layout alignment="centred" name="_pstyle256"/><Layout alignment="centred" name="_pstyle261"/><Layout alignment="centred" name="_pstyle260"/><Layout name="Normal"/><Font background="[0,0,0]" bold="true" executable="true" family="Monospaced" foreground="[255,0,0]" name="Maple Input"/><Font background="[0,0,0]" bold="false" executable="false" family="Times New Roman" foreground="[0,0,0]" italic="false" name="Text" opaque="false" size="12" underline="false"/><Font background="[0,0,0]" name="_pstyle261"/><Font background="[0,0,0]" name="_pstyle260"/><Font background="[0,0,0]" name="Normal"/><Font background="[0,0,0]" family="Times New Roman" name="Page Number" opaque="false" size="10" underline="false"/><Font background="[0,0,0]" name="_pstyle259"/><Font background="[0,0,0]" name="_pstyle258"/><Font background="[0,0,0]" name="_pstyle257" size="14"/><Font background="[0,0,0]" name="_pstyle256" size="18"/></Styles><Page-Numbers enabled="false" first-number="1" first-numbered-page="1" horizontal-location="right" style="Page Number" vertical-location="bottom"/><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="_pstyle256" style="_pstyle256"><Font encoding="ISO8859-1" family="Times New Roman">Elastischer Sto\337 unter dem Einfluss der Gravitation</Font></Text-field><Text-field layout="_pstyle257" style="_pstyle257"><Font family="Times New Roman">Impuls- und Energieerhaltung</Font></Text-field><Text-field layout="_pstyle258" style="_pstyle258"><Font encoding="ISO8859-1" family="Times New Roman">H.J. L\374dde</Font></Text-field><Text-field layout="_pstyle259" style="_pstyle259"><Font family="Times New Roman">nach</Font></Text-field><Text-field layout="_pstyle260" style="_pstyle260"><Font family="Times New Roman">R.L. Greene: Classical Mechanics with Maple (Springer 1994)</Font></Text-field><Text-field layout="_pstyle261" style="_pstyle261"><Font family="Times New Roman">M. Horbatsch: Computational Physics http://www.yorku.ca/marko/</Font></Text-field><Text-field layout="Normal" style="Normal"/><Text-field layout="Normal" style="Normal"/><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Ein leichter und ein schwerer Ball der Massen m und M fallen in vertikaler Anordnung gemeinsam unter dem Einfluss der Erdanziehung zu Boden (vernachl\344ssige Reibung). Als erster wird der schwere Ball am Boden elastisch gestreut und st\366\337t dann unmittelbar danach mit dem noch fallenden leichten Ball zusammen. Welche Maximalh\366he h erreicht der leichte Ball, wenn beide B\344lle aus der H\366he h0 gestartet werden?</Font></Text-field><Text-field layout="Normal" style="Normal"/><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Im Prinzip ist dies der Mechanismus, der bei Novae Explosionen zu den immensen Gasausbr\374chen f\374hrt. In der sp\344ten Sternentwicklung haben sich schwere Elemente (als 'Asche' des Fusionsprozesses) im Inneren eines Sternes angesammelt. Dadurch kommt es zu einer Reduktion der Fusion und der Stern kollabiert unter dem Einfluss seiner eigenen Gravitation. Durch den zunehmenden Druck im Inneren des Sternes wird die Fusion schwererer Elemente wieder 'angefacht', der Stern beginnt wieder zu expandieren. Schwere Elemente aus dem Inneren beginnen sich radial nach au\337en zu bewegen, w\344hrend leichtere Elemente aus der Sternatmosph\344re noch nach innen st\374rzen. Es kommt zu dem oben beschriebenen Sto\337zenario.......</Font></Text-field><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">restart:with(plots):</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Energie- und Impulserhaltung bestimmen das System der fallenden B\344lle. Zun\344chst bestimmt man die Auftreffgeschwindigkeit der beiden B\344lle, die aus der H\366he h0 zu Boden fallen, aus der Umsetzung von potentieller Energie in kinetische Energie (Energieerhaltung):</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">E0:=(m+M)*g*h0=(m+M)*v0^2/2;</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">sol:=solve(E0,v0);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Das Vorzeichen der Geschwindigkeit erh\344lt man durch die Definition eines Koordinatensystems: ist die Koordinatenachse nach oben gerichtet, so gilt:</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">v0:=-abs(sol[2]);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"/><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Jetzt ber\374hrt die erste Masse M den Boden. Da sie elastisch gestreut wird kehrt sich der Impuls um. Unmittelbar danach sto\337en beide B\344lle zusammen (V,v Geschwindigkeiten der B\344lle nach dem Sto\337):</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">P1:=M*(-v0)+m*v0=M*V+m*v;</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">E2:=(M+m)/2*v0^2=M/2*V^2+m/2*v^2;</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"/><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Die kinetische Energie des leichten Balles wird vollst\344ndig in potentielle Energie umgesetzt. Daraus l\344sst sich die maximale Flugh\366he des leichten Balles bestimmen:</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">E3:=1/2*m*v^2=m*g*h;</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Wir haben nun drei Gleichungen (P1,E2,E3) zur Bestimmung der Endgeschwindigkeiten (V,v) und der Endh\366he h:</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">sol:=solve({E2,E3,P1},h);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Leider geht's nicht so einfach, denn Maple kann nicht wissen, welche L\366sung der quadratischen Gleichung f\374r die Geschwindigkeiten gelten soll:</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">V:=solve(P1,V);</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">sol:=solve(E2,v);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">An dieser Stelle muss man entscheiden, welche der beiden L\366sungen die physikalisch gew\374nschte ist. Da es sich nicht um die Anfangsgeschwindigkeit handeln kann, w\344hlt man die andere L\366sung und kann sie schlie\337lich zur Bestimmung der maximalen H\366he einsetzen:</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">v:=sol[1];</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">h:=solve(E3,h);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font encoding="ISO8859-1" family="Times New Roman">Welche H\366he erreicht der leichte Ball maximal?</Font><Font bold="true" executable="true" family="Monospaced" foreground="[255,0,0]"> </Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">hmax:=limit(h,M=infinity);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"/><Text-field layout="Normal" style="Text"><Font encoding="ISO8859-1">Zeichne die H\366he H(M) des leichten Balles als Funktion der Masse M des schweren Balles:</Font></Text-field></Input><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input">semilogplot(<Font opaque="false">subs(h0=1,m=1,g=9.81,h)</Font><Font encoding="ISO8859-1">,M=1..1000,axes=boxed,color=blue,labels=[M,H],title="H\366he H(M) als Funktion der Masse M des schweren Balles");</Font></Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> </Font></Text-field><Text-field layout="Normal" style="Normal"><Font family="Times New Roman">Was passiert eigentlich mit dem schweren Ball?</Font></Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">M:='M':</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">V;</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">E4:=1/2*M*V^2=M*g*H:</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">H:=solve(E4,H);</Text-field><Text-field layout="Normal" prompt="&gt; " style="Maple Input">Hmax:=limit(H,M=infinity);</Text-field></Input></Group><Group><Input><Text-field layout="Normal" prompt="&gt; " style="Maple Input"/></Input></Group><Group><Input><Text-field layout="Normal" style="Normal"><Font family="Times New Roman"> Verstehen Sie das Ergebnis?</Font></Text-field></Input></Group><Text-field/><Text-field/></Worksheet>