12
randRange( 0, DENOMINATOR - 1 )
randRange( 1, 9 )
cos( ANGLE * PI * 2 / DENOMINATOR ) * RADIUS
sin( ANGLE * PI * 2 / DENOMINATOR ) * RADIUS
complexNumber( roundTo( 2, REAL ), roundTo( 2, IMAG ) )
Ajusta el ángulo y el radio del número complejo graficado en anaranjado para que coincida con el número que se muestra en azul REP.
Observa qué pasa con el número complejo al cambiar el radio y el ángulo que lo representan
graphInit({range:[[-10,10],[-10,10]],scale:20,tickStep:1,axisArrows:"<->"}),drawComplexChart(10,DENOMINATOR),circle([REAL,IMAG],.25,{fill:KhanUtil.BLUE,stroke:"none"}),graph.currComplexPolar=new ComplexPolarForm(DENOMINATOR,10),redrawComplexPolarForm()
[graph.currComplexPolar.getAngleNumerator(),graph.currComplexPolar.getRadius()]
var r=guess[0],e=guess[1];return 0===r&&1===e?"":r===ANGLE&&e===RADIUS
redrawComplexPolarForm(guess[0],guess[1])
redrawComplexPolarForm(guess[0],guess[1])