多边形面积计算与向量分析
2014-10-10 08:56
本范例演示多边形面积的计算方法,综合运用二维向量、勾股定理及几何作图工具。通过构造多边形顶点、线段、角与向量,展示如何利用向量运算和几何关系求解多边形面积,适用于中学数学面积与向量教学。
<?xml version="1.0" encoding="utf-8"?>
<geogebra format="4.2" version="4.2.56.0" id="1d5eb715-2095-4f74-b4bb-553f50f70551" xsi:noNamespaceSchemaLocation="http://www.geogebra.org/ggb.xsd" xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >
<gui>
<window width="800" height="664" />
<perspectives>
<perspective id="tmp">
<panes>
<pane location="" divider="0.85125" orientation="1" />
</panes>
<views>
<view id="4097" visible="false" inframe="true" stylebar="true" location="1,1,1" size="400" window="133,118,700,550" />
<view id="8" toolbar="1001 | 1002 | 1003 || 1005 | 1004 || 1006 | 1007 | 1010 | 1011 || 1008 1009 || 6" visible="false" inframe="false" stylebar="false" location="1,3" size="300" window="100,100,600,400" />
<view id="1" visible="true" inframe="false" stylebar="true" location="3" size="781" window="100,100,600,400" />
<view id="4" toolbar="0 59 || 2020 , 2021 , 2022 , 66 || 2001 , 2003 , 2002 , 2004 , 2005 || 2040 , 2041 , 2042 , 2044 , 2043" visible="false" inframe="false" stylebar="false" location="1" size="295" window="100,100,600,400" />
<view id="2" visible="false" inframe="false" stylebar="true" location="3" size="200" window="100,100,250,400" />
<view id="16" visible="false" inframe="false" stylebar="false" location="1" size="150" window="50,50,500,500" />
<view id="32" visible="false" inframe="false" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="64" visible="false" inframe="true" stylebar="true" location="1" size="150" window="50,50,500,500" />
<view id="70" toolbar="0 || 2020 || 2021 || 2022" visible="false" inframe="true" stylebar="true" location="1" size="150" window="50,50,500,500" />
</views>
<toolbar show="true" items="0 | 73 | 6" position="1" help="false" />
<input show="true" cmd="true" top="false" />
<dockBar show="true" east="true" />
</perspective>
</perspectives>
<labelingStyle val="2"/>
<font size="18"/>
<graphicsSettings javaLatexFonts="false"/>
</gui>
<euclidianView>
<size width="781" height="481"/>
<coordSystem xZero="281.19189142265554" yZero="266.5917247590454" scale="20.36779064194866" yscale="20.367790641948595"/>
<evSettings axes="false" grid="false" gridIsBold="false" pointCapturing="1" rightAngleStyle="1" checkboxSize="13" gridType="0"/>
<bgColor r="255" g="255" b="255"/>
<axesColor r="0" g="0" b="0"/>
<gridColor r="192" g="192" b="192"/>
<lineStyle axes="1" grid="10"/>
<axis id="0" show="false" label="" unitLabel="" tickStyle="1" showNumbers="true"/>
<axis id="1" show="false" label="" unitLabel="" tickStyle="1" showNumbers="true"/>
<grid distX="1.0" distY="1.0" distTheta="0.5235987755982988"/>
</euclidianView>
<kernel>
<continuous val="false"/>
<usePathAndRegionParameters val="true"/>
<decimals val="2"/>
<angleUnit val="degree"/>
<algebraStyle val="0"/>
<coordStyle val="0"/>
<angleFromInvTrig val="false"/>
</kernel>
<scripting blocked="false" disabled="false"/>
<construction title="" author="" date="">
<expression label="text1" exp=""可將有長度的邊拖拉到不同的位置。""/>
<element type="text" label="text1">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<font serif="false" sizeM="1.0" size="0" style="1"/>
<absoluteScreenLocation x="6" y="22"/>
</element>
<command name="Point">
<input a0="yAxis"/>
<output a0="A"/>
</command>
<element type="point" label="A">
<show object="false" label="true"/>
<objColor r="125" g="125" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="0.0" y="10.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Intersect">
<input a0="xAxis" a1="yAxis"/>
<output a0="B"/>
</command>
<element type="point" label="B">
<show object="false" label="true"/>
<objColor r="68" g="68" b="68" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-21" y="3"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="0.0" y="-0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Intersect">
<input a0="Circle[B, 3]" a1="y = -2" a2="1"/>
<output a0="C"/>
</command>
<element type="point" label="C">
<show object="false" label="true"/>
<objColor r="68" g="68" b="68" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-26" y="5"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="-2.23606797749979" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<expression label="D" exp="C + (10, 0)" type="point" />
<element type="point" label="D">
<show object="false" label="true"/>
<objColor r="68" g="68" b="68" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="7.76393202250021" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Point">
<input a0="xAxis"/>
<output a0="E"/>
</command>
<element type="point" label="E">
<show object="false" label="true"/>
<objColor r="125" g="125" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="10.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="F">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="10.0" y="3.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Intersect">
<input a0="Circle[C, 6]" a1="Circle[D, 8]" a2="2"/>
<output a0="H"/>
</command>
<element type="point" label="H">
<show object="false" label="true"/>
<objColor r="68" g="68" b="68" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-24" y="20"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="1.3639320225002103" y="-6.800000000000001" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Polygon">
<input a0="A" a1="B" a2="C" a3="H" a4="D" a5="E" a6="F"/>
<output a0="poly1" a1="a" a2="b" a3="c" a4="h" a5="d" a6="e" a7="f"/>
</command>
<element type="polygon" label="poly1">
<lineStyle thickness="2" type="0" typeHidden="1"/>
<show object="true" label="false"/>
<objColor r="255" g="127" b="0" alpha="0.45"/>
<layer val="1"/>
<labelOffset x="-4" y="0"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<caption val="10 cm"/>
</element>
<element type="segment" label="a">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-43" y="2"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="10.0" y="0.0" z="-0.0"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="10 cm"/>
</element>
<element type="segment" label="b">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-35" y="13"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="2.0" y="-2.23606797749979" z="-0.0"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="3 cm"/>
</element>
<element type="segment" label="c">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-35" y="8"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="4.800000000000001" y="3.6" z="17.93312629199899"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="6 cm"/>
</element>
<element type="segment" label="h">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="-4.800000000000001" y="6.4" z="50.06687370800101"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="8 cm"/>
</element>
<element type="segment" label="d">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-2.0" y="2.23606797749979" z="20.0"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<element type="segment" label="e">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-6" y="8"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="-3.0" y="0.0" z="30.0"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="3 cm"/>
</element>
<element type="segment" label="f">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-7.0" y="-10.0" z="100.0"/>
<lineStyle thickness="6" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<command name="Segment">
<input a0="C" a1="D"/>
<output a0="g"/>
</command>
<element type="segment" label="g">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="10.0" z="20.0"/>
<lineStyle thickness="6" type="10" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<command name="Segment">
<input a0="B" a1="E"/>
<output a0="i"/>
</command>
<element type="segment" label="i">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="-30" y="-22"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="-0.0" y="10.0" z="0.0"/>
<lineStyle thickness="6" type="10" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="10 cm"/>
</element>
<command name="Angle">
<input a0="D" a1="H" a2="C"/>
<output a0="α"/>
</command>
<element type="angle" label="α">
<value val="1.5707963267948966"/>
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="2"/>
<lineStyle thickness="3" type="0" typeHidden="2"/>
<arcSize val="20"/>
<allowReflexAngle val="true"/>
<selectionAllowed val="false"/>
</element>
<command name="Point">
<input a0="xAxis"/>
<output a0="G"/>
</command>
<element type="point" label="G">
<show object="false" label="true"/>
<objColor r="125" g="125" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="11.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="E" a1="G"/>
<output a0="j"/>
</command>
<element type="segment" label="j">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<coords x="0.0" y="1.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<element type="point" label="I">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="10.0" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="J">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<fixed val="true"/>
<coords x="11.0" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="I" a1="J"/>
<output a0="k"/>
</command>
<element type="segment" label="k">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<coords x="0.0" y="1.0" z="2.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<command name="Vector">
<input a0="Midpoint[j]" a1="Midpoint[k]"/>
<output a0="u"/>
</command>
<element type="vector" label="u">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="-2.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint x="10.5" y="0.0" z="1.0"/>
</element>
<command name="Vector">
<input a0="Midpoint[k]" a1="Midpoint[j]"/>
<output a0="v"/>
</command>
<element type="vector" label="v">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="11" y="10"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="2.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint x="10.5" y="-2.0" z="1.0"/>
<caption val="2 cm"/>
</element>
<command name="Segment">
<input a0="H" a1="H + UnitOrthogonalVector[Segment[D, H]]"/>
<output a0="l"/>
</command>
<element type="segment" label="l">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.7999999999999998" y="0.6000000000000001" z="2.9888543819998326"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<command name="Segment">
<input a0="D" a1="D + UnitOrthogonalVector[Segment[D, H]]"/>
<output a0="m"/>
</command>
<element type="segment" label="m">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.7999999999999998" y="0.5999999999999996" z="-5.0111456180001674"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
</element>
<command name="Vector">
<input a0="Midpoint[l]" a1="Midpoint[m]"/>
<output a0="w"/>
</command>
<element type="vector" label="w">
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="6.4" y="4.800000000000001" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint x="1.6639320225002103" y="-7.200000000000001" z="1.0"/>
</element>
<command name="Vector">
<input a0="Midpoint[m]" a1="Midpoint[l]"/>
<output a0="z"/>
</command>
<element type="vector" label="z">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="9" y="11"/>
<labelMode val="3"/>
<selectionAllowed val="false"/>
<coords x="-6.4" y="-4.800000000000001" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint x="8.063932022500211" y="-2.4" z="1.0"/>
<caption val="8 cm"/>
</element>
<command name="Angle">
<input a0="E" a1="B" a2="A"/>
<output a0="β"/>
</command>
<element type="angle" label="β">
<value val="1.5707963267948966"/>
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="2"/>
<lineStyle thickness="3" type="0" typeHidden="2"/>
<arcSize val="20"/>
<allowReflexAngle val="true"/>
<selectionAllowed val="false"/>
</element>
<command name="Angle">
<input a0="F" a1="E" a2="B"/>
<output a0="γ"/>
</command>
<element type="angle" label="γ">
<value val="1.5707963267948966"/>
<show object="true" label="false"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="2"/>
<lineStyle thickness="3" type="0" typeHidden="2"/>
<arcSize val="20"/>
<allowReflexAngle val="true"/>
<selectionAllowed val="false"/>
</element>
<element type="point" label="K">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="0.0" y="10.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="L">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="0.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="K" a1="L"/>
<output a0="n"/>
</command>
<element type="segment" label="n">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved10_1, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="-43" y="2"/>
<labelMode val="3"/>
<coords x="10.0" y="0.0" z="0.0"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="10 cm"/>
</element>
<element type="point" label="M">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="10.0" y="3.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="N">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="1" speed="1" type="1" playing="false"/>
<coords x="10.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="M" a1="N"/>
<output a0="p"/>
</command>
<element type="segment" label="p">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved3_1, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="26" y="8"/>
<labelMode val="3"/>
<coords x="3.0" y="0.0" z="-30.0"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="3 cm"/>
</element>
<element type="point" label="O">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="3" y="-2"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="0.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="P">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="10.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="O" a1="P"/>
<output a0="q"/>
</command>
<element type="segment" label="q">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved10_2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="-30" y="-22"/>
<labelMode val="3"/>
<coords x="0.0" y="10.0" z="0.0"/>
<lineStyle thickness="6" type="10" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="10 cm"/>
</element>
<element type="point" label="Q">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="-2.23606797749979" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="R">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="1" speed="1" type="1" playing="false"/>
<coords x="1.3639320225002103" y="-6.800000000000001" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="S">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="8.063932022500211" y="-2.4" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="T">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="1.6639320225002103" y="-7.200000000000001" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="S" a1="T"/>
<output a0="s"/>
</command>
<element type="segment" label="s">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved8, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="21" y="27"/>
<labelMode val="3"/>
<coords x="4.800000000000001" y="-6.4" z="-54.06687370800102"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="8 cm"/>
</element>
<element type="point" label="U">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelOffset x="5" y="21"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="10.5" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="V">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="10.5" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="U" a1="V"/>
<output a0="t"/>
</command>
<element type="segment" label="t">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="-9" y="10"/>
<labelMode val="3"/>
<coords x="-2.0" y="0.0" z="21.0"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="2 cm"/>
</element>
<command name="Vector">
<input a0="U" a1="V"/>
<output a0="u_1"/>
</command>
<element type="vector" label="u_1">
<show object="true" label="false"/>
<condition showObject="moved2"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="2.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="U"/>
</element>
<command name="Vector">
<input a0="V" a1="U"/>
<output a0="v_1"/>
</command>
<element type="vector" label="v_1">
<show object="true" label="false"/>
<condition showObject="moved2"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="-2.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="V"/>
</element>
<element type="point" label="W">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="0.1" speed="1" type="1" playing="false"/>
<coords x="0.0" y="0.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<element type="point" label="Z">
<show object="false" label="true"/>
<objColor r="0" g="0" b="255" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
<animation step="1" speed="1" type="1" playing="false"/>
<coords x="-2.23606797749979" y="-2.0" z="1.0"/>
<pointSize val="3"/>
<pointStyle val="0"/>
</element>
<command name="Segment">
<input a0="W" a1="Z"/>
<output a0="a_1"/>
</command>
<element type="segment" label="a_1">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved3_2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="-35" y="13"/>
<labelMode val="3"/>
<coords x="2.0" y="-2.23606797749979" z="0.0"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="3 cm"/>
</element>
<command name="Vector">
<input a0="S" a1="T"/>
<output a0="w_1"/>
</command>
<element type="vector" label="w_1">
<show object="true" label="false"/>
<condition showObject="moved8"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved8, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-6.4" y="-4.800000000000001" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="S"/>
</element>
<command name="Vector">
<input a0="T" a1="S"/>
<output a0="z_1"/>
</command>
<element type="vector" label="z_1">
<show object="true" label="false"/>
<condition showObject="moved8"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved8, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="6.4" y="4.800000000000001" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="T"/>
</element>
<command name="If">
<input a0="L ≟ B ∧ K ≟ A" a1="false" a2="true"/>
<output a0="moved10_1"/>
</command>
<element type="boolean" label="moved10_1">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
<command name="Vector">
<input a0="K" a1="L"/>
<output a0="b_1"/>
</command>
<element type="vector" label="b_1">
<show object="true" label="false"/>
<condition showObject="moved10_1"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved10_1, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="-10.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="K"/>
</element>
<command name="Vector">
<input a0="L" a1="K"/>
<output a0="c_1"/>
</command>
<element type="vector" label="c_1">
<show object="true" label="false"/>
<condition showObject="moved10_1"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved10_1, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="10.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="L"/>
</element>
<command name="If">
<input a0="M ≟ F ∧ N ≟ E" a1="false" a2="true"/>
<output a0="moved3_1"/>
</command>
<element type="boolean" label="moved3_1">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
<command name="Vector">
<input a0="M" a1="N"/>
<output a0="d_1"/>
</command>
<element type="vector" label="d_1">
<show object="true" label="false"/>
<condition showObject="moved3_1"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved3_1, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="-3.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="M"/>
</element>
<command name="Vector">
<input a0="N" a1="M"/>
<output a0="e_1"/>
</command>
<element type="vector" label="e_1">
<show object="true" label="false"/>
<condition showObject="moved3_1"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved3_1, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="0.0" y="3.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="N"/>
</element>
<command name="If">
<input a0="U ≟ Midpoint[k] ∧ V ≟ Midpoint[j]" a1="false" a2="true"/>
<output a0="moved2"/>
</command>
<element type="boolean" label="moved2">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
<command name="If">
<input a0="W ≟ B ∧ Z ≟ C" a1="false" a2="true"/>
<output a0="moved3_2"/>
</command>
<element type="boolean" label="moved3_2">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
<command name="Vector">
<input a0="Z" a1="W"/>
<output a0="f_1"/>
</command>
<element type="vector" label="f_1">
<show object="true" label="false"/>
<condition showObject="moved3_2"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved3_2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="2.23606797749979" y="2.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="Z"/>
</element>
<command name="Vector">
<input a0="W" a1="Z"/>
<output a0="g_1"/>
</command>
<element type="vector" label="g_1">
<show object="true" label="false"/>
<condition showObject="moved3_2"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved3_2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-2.23606797749979" y="-2.0" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="W"/>
</element>
<command name="If">
<input a0="O ≟ B ∧ P ≟ E" a1="false" a2="true"/>
<output a0="moved10_2"/>
</command>
<element type="boolean" label="moved10_2">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
<command name="Vector">
<input a0="O" a1="P"/>
<output a0="h_1"/>
</command>
<element type="vector" label="h_1">
<show object="true" label="false"/>
<condition showObject="moved10_2"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved10_2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="10.0" y="0.0" z="0.0"/>
<lineStyle thickness="6" type="10" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="O"/>
</element>
<command name="Vector">
<input a0="P" a1="O"/>
<output a0="i_1"/>
</command>
<element type="vector" label="i_1">
<show object="true" label="false"/>
<condition showObject="moved10_2"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved10_2, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-10.0" y="0.0" z="0.0"/>
<lineStyle thickness="6" type="10" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="P"/>
</element>
<command name="Segment">
<input a0="Q" a1="R"/>
<output a0="r"/>
</command>
<element type="segment" label="r">
<show object="true" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved6, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelOffset x="-35" y="8"/>
<labelMode val="3"/>
<coords x="4.800000000000001" y="3.6" z="17.93312629199899"/>
<lineStyle thickness="3" type="0" typeHidden="1"/>
<outlyingIntersections val="false"/>
<keepTypeOnTransform val="true"/>
<caption val="6 cm"/>
</element>
<command name="If">
<input a0="Distance[Q, C] < 0.05" a1="false" a2="true"/>
<output a0="moved6"/>
</command>
<element type="boolean" label="moved6">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
<command name="Vector">
<input a0="Q" a1="R"/>
<output a0="j_1"/>
</command>
<element type="vector" label="j_1">
<show object="true" label="false"/>
<condition showObject="moved6"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved6, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="3.6" y="-4.800000000000001" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="Q"/>
</element>
<command name="Vector">
<input a0="R" a1="Q"/>
<output a0="k_1"/>
</command>
<element type="vector" label="k_1">
<show object="true" label="false"/>
<condition showObject="moved6"/>
<objColor r="0" g="0" b="0" alpha="0.0" dynamicr="If[moved6, 255, 0]" dynamicg="0" dynamicb="0" colorSpace="0"/>
<layer val="1"/>
<labelMode val="0"/>
<selectionAllowed val="false"/>
<coords x="-3.6" y="4.800000000000001" z="0.0"/>
<lineStyle thickness="2" type="0" typeHidden="1"/>
<coordStyle style="cartesian"/>
<startPoint exp="R"/>
</element>
<command name="If">
<input a0="Distance[S, Midpoint[m]] < 0.05" a1="false" a2="true"/>
<output a0="moved8"/>
</command>
<element type="boolean" label="moved8">
<value val="false"/>
<show object="false" label="true"/>
<objColor r="0" g="0" b="0" alpha="0.0"/>
<layer val="1"/>
<labelMode val="0"/>
</element>
</construction>
</geogebra>