Intersecting a circle with a cubic locus curve, mostly
I created two applets where I need to intersect a circle (circumscribed to triangle ABC there) with a cubic locus curve (orange color - created by me as the locus of the intersection points of all tangents from two points P and Q to all parabolas inscribed in triangle ABC).
If a locus curve is (functionally) just as with any other curve offered by GeoGebra (lines and conics, at least), then I should be able to use the "Intersect" command/Icon in order to obtain the intersection points - but when I try nothing happens!
Or is it that the curves needing to be intersected have to be of degrees one or two only (hence cubics won't be dealt with) ?
Further, I saw no "value" (i.e., equation) displayed for the cubic created: should GeoGebra not be able to assess that no transcendental function had been used, hence the resulting locus should be an algebraic curve, whose equation should then be determined, even when the degree would not be discernible ?
https://www.geogebra.org/m/f2fvhcpk
Same problem when I created quartics: no equation is displayed:
https://www.geogebra.org/m/swswpetg
Going back to the cubics and their intersection with the circumcircle ABC: I had to "fake" their intersection, by attaching a point to one of the curves, then manually sliding that point along its curve path until the "intersection position" (visually) appears to be attained. In the second picture involving cubics, the intersection point F lies quite far from its correct intersection point position, between the cubic and the circle. I have manually corrected that (more than once!), but after I save it all, point F is still astray! Fortunately, I noticed that the "Refresh" button on the applet would bring point F in a correct position, but ... why should it not have been saved correctly there in the first place ? I had to put a message for users/viewers to first refresh the image ...
Finally: should GeoGebra not offer, along with its "Conic through five points" tool, the dual tool too ? That would be: "Conic tangent to five lines". There is quite a bit of work constructing it. I know I could simply create this tool myself, for my own use, but ... past attempts have shown that design flaws caused some of my tool to fail, at least in certain configurations (choice of initial data).
Thanks.
Have you tried LocusEquation() to get the equation if the locus?
algunas ideas sobre su construccion
a) hay algún error interno del archivo GG pues el punto A no está bien definido. compare el valor de A con el numero x(A) despues de escribir x(A) en la linea de entrada. los valores son diferentes y si crea MM=A el punto MM se dibujara a la izquierda de A. creo que se cometió algún error en un nombramiento extraño
b) una vez corregido esto observar que locus debe ser hecho de la forma más simple posible. como ejemplo es mejor
A,B,C puntos libres y c=circle(A,B,C)
que c=circle(O,G) y A=point(c) B=point(c) C=point(c)
es muy posible que tanto punto sobre caminos produzca un locus no definido por no ser puntos libres. es mejor procurar que solo halla un punto en un camino para definir un locus
observa tu primer locus y su ecuacion realizado así en el adjunto
hey Michael
in the file there is two points named A. see the jpg attached in above post
it does not matter. the file can be fixed
Comments have been locked on this page!