Crear un Sector circular con punto centro, punto extremo y angulo?

jairojhean shared this question 3 years ago
Answered

Buenas Tardas

una consulta, se que se puede realizar un Sector Circular con tres puntos, centro y dos puntos, o tres puntos ¿pero quisiera saber si con un radio, punto centro y un angulo se puede crear un arco?

Comments (5)

photo
3

In the Arc() or Sector() commands, given a center A, a starting point B, an angle α, use e.g. Arc(Circle(A, r), B, Rotate(B, α, A))

If you know the values of the parameter in the circle for the start and end points, it's even more straightforward (please see the syntax of the two commands above, and also the PathParameter() command)

photo
1

Thank you very much

I would also like to generate the sector of the circumference, in such a way that when randomly changing the degrees of the angle, the green sector changes automatically

/TnrOkQmi2VxKBOLZesTIjMEa5Wz8LxwBTkJymYT66lCZLJYFoe6sFi2PiEyQ7BWOQvyQps5yVKgzsoaO0Qmi2VxKC+LZesTIjMEa5WzIC+0mZMsBeqsrLFDZLJYFofysli2PiEyQ7BWOQvyQps5yVKgzsoaO0Qmi2VxKC+LZesTIjMEa5WzIC+0mZMsBeqsrLFDZLJYFofysli2PiEyQ7BWOf8fuPYzt2fYawEAAAAASUVORK5CYII=

photo
photo
3

define alfa aleatoriamente y usa el comando que te dice Simona

Arc(Circle(A, B), B, Rotate(B, α, A)) en este comando A , B es el extremo y alfa el angulo

puedes definir alfa por ejemplo random() 360º o con la herramiente deslizador

photo
2

Buenas Tardes

muchas Gracias


me sirvio mucho gracias a Dios solo cambien el comando "Arc" por "Sector"

Sector(Circunferencia(A, B), B, Rota(B, α, A))

photo
2

qué despiste lo de sector

tampoco estuve atento a lo del radio y te mandé dos puntos......

el principio de curso que nos sienta fatá

© 2023 International GeoGebra Institute