a) What is the image u' of the fixed point u; give its coordinates.
b) Furthermore, what is the image of the fixed point v?
c) Give practical examples (explanations) of what the picture is about.
a)
b)
c)
$LSx Line($S,$x)[white,hidden]; $LperpLrefl Perpendicular($Lrefl,$x)[blue,hidden]; $Pprojx Intersect($Lrefl,$LperpLrefl)[blue,traced,hidden]; $SxPprojx Segment($Pprojx,$x)[red]; $SxPctr Segment($Pctr,$x)[red,thick]; $Kx Coordinates($x,$coord,5,50,'x = ')[red]; $KQ Coordinates($QonLr,$coord,5,70,'Q = ')[red]; $DxQ Calculate( 5, 90,'d(x,Q) = ','#A1 #B1 - 2^ #A2 #B2 - 2^ + 0.5^')($Kx,$KQ)[black]; $SBT ShowButton( 2,350,'Trace')($Pprojx,$Clear)[blue,bold]; $HBT HideButton(50,350,'Stop')($Pprojx)[black]; $SBClear ShowButton( 2,370,'Clear')($Clear)[black]; $HBClear HideButton(50,370,'Clear')($Clear)[black]; $SimB SimultaneousButton( 2,390,'Trace')($SBT,$SBClear)[blue,bold];