[ { "dataset": "test", "index": 0, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0000.png", "problem": { "text": "If the two foci of a hyperbola are $F_{1}(-3,0)$, $F_{2}(3,0)$, and one asymptote has equation $y=\\sqrt{2} x$, then the equation of this hyperbola is?", "fact_expressions": "G: Hyperbola;F1: Point;F2: Point;Coordinate(F1) = (-3, 0);Coordinate(F2) = (3, 0);Focus(G)={F1,F2};Expression(OneOf(Asymptote(G))) = (y = sqrt(2)*x)", "query_expressions": "Expression(G)", "answer_expressions": "x^2/3-y^2/6=1", "process": "" }, "sdf_annotation": { "params": { "a": 1.732385540716972, "b": 2.4497476064802375, "orientation": "horizontal" }, "optimization": { "final_loss": 2.601017381791051e-06, "converged": true, "iterations": 91 }, "coords": { "F1": [ -3.0, 0.0 ], "F2": [ 3.0, 0.0 ] } } }, { "dataset": "test", "index": 1, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0001.png", "problem": { "text": "An ellipse $\\frac{x^{2}}{k^{2}}+y^{2}=1$ $(k>0)$ has a focus at $(3 , 0)$, then $k=$?", "fact_expressions": "G: Ellipse;Expression(G) = (y^2 + x^2/k^2 = 1);k: Number;k>0;Coordinate(OneOf(Focus(G))) = (3,0)", "query_expressions": "k", "answer_expressions": "sqrt(10)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "major_axis": "x", "x_coef": 4.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 2, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0002.png", "problem": { "text": "Given any point $P$ on the parabola $y^{2}=4 x$, let $d$ be the distance from point $P$ to the $y$-axis. For a given point $A(4,5)$, what is the minimum value of $|P A|+d$?", "fact_expressions": "G: Parabola;A: Point;P: Point;Expression(G) = (y^2 = 4*x);Coordinate(A) = (4, 5);PointOnCurve(P,G);Distance(P, yAxis) = d;d:Number", "query_expressions": "Min(d + Abs(LineSegmentOf(P, A)))", "answer_expressions": "sqrt(34)-1", "process": "The directrix of the parabola is x = -1. Extending the distance from P to the y-axis one unit further to the left gives the distance from P to the directrix. According to the definition of a parabola, the distance from P to the directrix equals the distance from P to the focus F(1,0). Therefore, |PA| + d = |PA| + |PF| - 1. Since A lies outside the parabola, the minimum value occurs when A, P, and F are collinear (i.e., P is the intersection point of segment AF and the parabola). The minimum value is |AF| - 1 = \\sqrt{(9+25)} - 1 = \\sqrt{34} - 1^{n}" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 4.0, 5.0 ] } } }, { "dataset": "test", "index": 3, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0003.png", "problem": { "text": "The equation of the line on which the chord of the hyperbola $\\frac{x^{2}}{4}-y^{2}=1$ lies, passing through the point $M(3,-1)$ and bisected by the point $M$, is?", "fact_expressions": "G: Hyperbola;H: LineSegment;M: Point;Expression(G) = (x^2/4 - y^2 = 1);Coordinate(M) = (3, -1);IsChordOf(H,G);MidPoint(H)=M;PointOnCurve(M,H)", "query_expressions": "Expression(OverlappingLine(H))", "answer_expressions": "3*x+4*y-5=0", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "M": [ 3.0, -1.0 ] } } }, { "dataset": "test", "index": 4, "conic_type": "circle", "image_path": "results/test/circle/problem_0004.png", "problem": { "text": "The product of the slopes of the lines connecting a moving point $P$ to fixed points $A(-1,0)$ and $B(1,0)$ is $-1$. Then, what is the trajectory equation of point $P$?", "fact_expressions": "P: Point;Slope(LineSegmentOf(P, A))*Slope(LineSegmentOf(P, B)) = -1;A: Point;Coordinate(A) = (-1, 0);B: Point;Coordinate(B) = (1, 0)", "query_expressions": "LocusEquation(P)", "answer_expressions": "(x^2+y^2=1)&Negation(x=pm*1)", "process": "Let P(x,y), then k_{PA}=\\frac{y-0}{x+1}, k_{PB}=\\frac{y-0}{x-1}. Since the product of the slopes of the lines joining the moving point P and the fixed points A(-1,0), B(1,0) is -1, \\therefore k_{PA} \\cdot k_{PB} = -1, \\therefore \\frac{y^{2}}{x^{2}-1} = -1, that is, x^{2} + y^{2} = 1, and x \\neq \\pm 1. In conclusion, the trajectory equation of point P is x^{2} + y^{2} = 1 (x \\neq \\pm 1)." }, "sdf_annotation": { "params": { "center": [ 0.0, 0.0 ], "radius": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 5, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0005.png", "problem": { "text": "The eccentricity of the hyperbola $x^{2}-y^{2}=1$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2 - y^2 = 1)", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(2)", "process": "From the given conditions, we have a = b = 1, c = \\sqrt{a^{2} + b^{2}} = \\sqrt{2}, thus the eccentricity e = \\frac{c}{a} = \\sqrt{2}." }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 6, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0006.png", "problem": { "text": "Let $P(x, y)$ be an arbitrary point on the ellipse $\\frac{x^{2}}{a^{2}} + \\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, and let $F_{1}$, $F_{2}$ be the two foci of the ellipse such that $\\angle F_{1} P F_{2} \\leq 90^{\\circ}$. Find the range of values for the eccentricity of the ellipse.", "fact_expressions": "P: Point;PointOnCurve(P, G) = True;Coordinate(P) = (x1, y1);x1: Number;y1: Number;G: Ellipse;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F1: Point;F2: Point;Focus(G) = {F1, F2};AngleOf(F1, P, F2) <= ApplyUnit(90, degree)", "query_expressions": "Range(Eccentricity(G))", "answer_expressions": "(0,sqrt(2)/2]", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 7, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0007.png", "problem": { "text": "If the hyperbola $C$ has the same foci as the ellipse $\\frac{x^{2}}{25}+\\frac{y^{2}}{9}=1$, and one asymptote has the equation $y= \\sqrt{7} x$, then the equation of $C$ is?", "fact_expressions": "C: Hyperbola;G: Ellipse;Expression(G) = (x^2/25 + y^2/9 = 1);Focus(C) = Focus(G);Expression(OneOf(Asymptote(C))) = (y = sqrt(7)*x)", "query_expressions": "Expression(C)", "answer_expressions": "x^2/2-y^2/14=1", "process": "" }, "sdf_annotation": { "params": { "a": 0.9872854805122186, "b": 2.6119589473247777, "orientation": "horizontal" }, "optimization": { "final_loss": 4.271082513482038e-06, "converged": true, "iterations": 115 }, "coords": {} } }, { "dataset": "test", "index": 9, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0009.png", "problem": { "text": "It is known that the vertex of the parabola is at the origin, the focus lies on the $x$-axis, and the point $P(-3 , m)$ on it is at a distance of $5$ from the focus. Then the equation of the parabola is?", "fact_expressions": "G: Parabola;P: Point;O: Origin;m:Number;Coordinate(P) = (-3, m);Vertex(G) = O;PointOnCurve(Focus(G), xAxis);PointOnCurve(P, G);Distance(P, Focus(G))=5", "query_expressions": "Expression(G)", "answer_expressions": "y^2=-8*x", "process": "Since the vertex of the parabola is at the origin, the focus is on the x-axis, and it passes through point p(-3, m), the equation of the parabola can be written as y^{2} = -2px (p > 0). By the definition of the parabola, we have 3 + \\frac{p}{2} = 5. \\therefore p = 4. \\therefore The equation of the parabola is y^{2} = -8x." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 10, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0010.png", "problem": { "text": "Given that $M$ is a point on the parabola $x^{2}=4 y$, $F$ is its focus, and point $A(1,5)$, then the minimum value of $|M F|+|M A|$ is?", "fact_expressions": "G: Parabola;A: Point;M: Point;F: Point;Expression(G) = (x^2 = 4*y);Coordinate(A) = (1, 5);PointOnCurve(M, G);Focus(G) = F", "query_expressions": "Min(Abs(LineSegmentOf(M, A)) + Abs(LineSegmentOf(M, F)))", "answer_expressions": "6", "process": "The parabola $ x^{2} = 4y $ has focus $ (0,1) $ and directrix $ y = -1 $. As shown in the figure, by the definition of a parabola, $ |MP| = |MF| $. When points $ A $, $ M $, and $ P $ are collinear and $ AM \\perp x $-axis, $ |MF| + |MA| $ is minimized, so $ |MF| + |MA| = |AP| = 5 + 1 = 6 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 1.0, 5.0 ] } } }, { "dataset": "test", "index": 11, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0011.png", "problem": { "text": "The line $y = x - 1$ intersects the parabola $y^{2} = 4x$ at points $A$ and $B$. Then $|AB| =$?", "fact_expressions": "G: Parabola;H: Line;A: Point;B: Point;Expression(G) = (y^2 = 4*x);Expression(H) = (y = x - 1);Intersection(H, G) = {A, B}", "query_expressions": "Abs(LineSegmentOf(A, B))", "answer_expressions": "8", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 12, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0012.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1(a>b>0)$, the line $y=\\frac{\\sqrt{6}}{3} b$ intersects the ellipse $C$ at points $A$ and $B$. If $O A \\perp O B$, then the value of the ellipse's eccentricity is?", "fact_expressions": "C: Ellipse;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;G: Line;Expression(G) = (y = b*sqrt(6)/3);Intersection(G, C) = {A, B};A: Point;B: Point;O: Origin;IsPerpendicular(LineSegmentOf(O, A), LineSegmentOf(O, B)) = True", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(2)/2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 13, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0013.png", "problem": { "text": "The parabola $y=2 x^{2}$ and the circle $x^{2}+(y-a)^{2}=1$ have two distinct common points; then the set of values of $a$ is?", "fact_expressions": "G: Parabola;Expression(G) = (y = 2*x^2);H: Circle;Expression(H) = (x^2 + (-a + y)^2 = 1);a: Number;NumIntersection(G, H) = 2", "query_expressions": "Range(a)", "answer_expressions": "(-1, 1)+{17/8}", "process": "The parabola and the circle have two intersection points in the following cases: \n1. When they are tangent to each other, solving the system of equations of the parabola and the circle yields $ y^{2} + \\left(\\frac{1}{2} - 2a\\right)y + a^{2} - 1 = 0 $. At this point, $ \\Delta = \\left(\\frac{1}{2} - 2a\\right)^{2} - 4(a^{2} - 1) = 0 $, solving gives $ a = \\frac{17}{8} $. In the figure above, if the circle moves upward, the two curves have no intersection points. \n2. From the figure in case 1, if the circle moves downward, there are situations with 4 intersection points and 3 intersection points. \n3. When continuing to move the circle downward from the case of 3 intersection points, the number of intersection points decreases from 2 to 1, as shown in the figure below. $ \\therefore $ In this process, the range of $ a $ is $ -1 < a < 1 $. After this, as the circle continues to move downward, the two curves have no intersection points. \nIn summary, the set of values of $ a $ is $ (-1, 1) \\cup \\left(\\frac{17}{8}\\right) $." }, "sdf_annotation": { "params": { "p": 0.125, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 14, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0014.png", "problem": { "text": "Given that point $P(x, y)$ lies on the ellipse $\\frac{x^{2}}{5}+\\frac{y^{2}}{9}=1$, what is the maximum value of $3x+2y$?", "fact_expressions": "G: Ellipse;P: Point;Expression(G) = (x^2/5 + y^2/9 = 1);Coordinate(P) = (x1, y1);PointOnCurve(P, G);x1:Number;y1:Number", "query_expressions": "Max(3*x1 + 2*y1)", "answer_expressions": "9", "process": "Point $ P(x,y) $ lies on the ellipse $ \\frac{x^{2}}{5} + \\frac{y^{2}}{9} = 1 $. Let $ x = \\sqrt{5}\\cos\\theta $, $ y = 3\\sin\\theta $. Therefore, $ 3x + 2y = 3\\sqrt{5}\\cos\\theta + 2 \\times 3\\sin\\theta = 9\\left( \\frac{\\sqrt{5}}{3}\\cos\\theta + \\frac{2}{3}\\sin\\theta \\right) $. Let $ \\sin\\varphi = \\frac{\\sqrt{5}}{3} $, then $ \\cos\\varphi = \\frac{2}{3} $. Then the original expression becomes $ 9\\sin(\\varphi + \\theta) $. When $ \\varphi + \\theta = \\frac{\\pi}{2} $, its maximum value is $ 9 $. Hence, the maximum value is $ 9 $. This problem examines finding the maximum value after trigonometric substitution, and when solving such problems, pay attention to the substitution form related to the ellipse equation. It is a medium-level problem." }, "sdf_annotation": { "params": { "a": 3.0, "b": 2.23606797749979, "major_axis": "y", "x_coef": 5.0, "y_coef": 9.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 15, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0015.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, the left focus is $F_{1}$, $O$ is the coordinate origin, point $P$ lies on the ellipse, and point $Q$ lies on the right directrix of the ellipse. If $\\overrightarrow{P Q}=2 \\overrightarrow{F_{1} O}$, $\\overrightarrow{F_{1} Q}=\\lambda\\left(\\frac{\\overrightarrow{F_{1} P}}{|\\overrightarrow{F_{1} P}|}+\\frac{\\overrightarrow{F_{1} O}}{|\\overrightarrow{F_{1} O}|}\\right)$ $(\\lambda>0)$, then the eccentricity of the ellipse is?", "fact_expressions": "G: Ellipse;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F1: Point;LeftFocus(G) = F1;O: Origin;P: Point;PointOnCurve(P, G);Q: Point;PointOnCurve(Q, RightDirectrix(G));VectorOf(P, Q) = 2*VectorOf(F1, O);lambda: Number;lambda>0;VectorOf(F1, Q) = lambda*(VectorOf(F1, O)/Abs(VectorOf(F1, O)) + VectorOf(F1, P)/Abs(VectorOf(F1, P)))", "query_expressions": "Eccentricity(G)", "answer_expressions": "(sqrt(5)-1)/2", "process": "Let the right focus of the ellipse be $ F_{2} $. From $ \\overrightarrow{PQ} = 2\\overrightarrow{F_{1}O} $, it follows that $ \\overrightarrow{PQ} = \\overrightarrow{F_{1}F_{2}} $, so quadrilateral $ F_{1}F_{2}QP $ is a parallelogram. Since $ \\overrightarrow{F_{1}Q} = \\lambda\\left( \\frac{\\overrightarrow{F_{1}P}}{|\\overrightarrow{F_{1}P}|} + \\frac{\\overrightarrow{F_{1}O}}{|\\overrightarrow{F_{1}O}|} \\right) $, the parallelogram $ F_{1}F_{2}QP $ is a rhombus. Let point $ P(x,y) $, $ Q\\left( \\frac{a^{2}}{c}, y \\right) $, then $ \\overrightarrow{PQ} = \\left( \\frac{a^{2}}{c} - x, 0 \\right) $, $ \\overrightarrow{F_{1}F_{2}} = (2c, 0) $. Since $ \\overrightarrow{PQ} = \\overrightarrow{F_{1}F_{2}} $, we have $ \\frac{a^{2}}{c} - x = 2c $, so $ x = \\frac{a^{2}}{c} - 2c = \\frac{a^{2} - 2c^{2}}{c} $, hence the x-coordinate of point $ P $ is $ \\frac{a^{2} - 2c^{2}}{c} $. Since parallelogram $ F_{1}F_{2}QP $ is a rhombus, $ |\\overrightarrow{PF_{2}}| = |\\overrightarrow{PQ}| $. By the second definition of the ellipse, $ |\\overrightarrow{PF_{2}}| = \\frac{c}{a} \\cdot \\left( \\frac{a^{2} - 2c^{2}}{c} + \\frac{a^{2}}{c} \\right) = \\frac{2(a^{2} - c^{2})}{a} = 2b $. Simplifying yields $ c^{2} + ac - a^{2} = 0 $. Dividing both sides by $ a^{2} $ gives $ e^{2} + e - 1 = 0 $. Since $ 0 < e < 1 $, solving yields $ e = \\frac{\\sqrt{5} - 1}{2} $. Therefore, the eccentricity of the ellipse is $ \\frac{\\sqrt{5} - 1}{2} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 16, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0016.png", "problem": { "text": "The distance from the right focus $F$ of the hyperbola $\\frac{x^{2}}{3}-\\frac{y^{2}}{b^{2}}=1(b>0)$ to one of its asymptotes is $1$. The directrix of the parabola $y^{2}=2 p x(p>0)$ passes through the left focus of the hyperbola. Then, the minimum distance from a moving point $M$ on the parabola to the point $(5,0)$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/3 - y^2/b^2 = 1);b: Number;b>0;F: Point;RightFocus(G) = F;Distance(F, OneOf(Asymptote(G))) = 1;H: Parabola;Expression(H) = (y^2 = 2*p*x);p: Number;p>0;PointOnCurve(LeftFocus(G), Directrix(H)) = True;M: Point;PointOnCurve(M, H) = True;I: Point;Coordinate(I) = (5, 0)", "query_expressions": "Min(Distance(M, I))", "answer_expressions": "2*sqrt(6)", "process": "From the given conditions we have: d=\\frac{|cd|}{\\sqrt{a^{2}+b^{2}}}=1 \\therefore b=1,c=2, then the parabola is y^{2}=8x. Let the moving point M(x,y), the distance is \\sqrt{(x-5)^{2}+y^{2}}=\\sqrt{x^{2}-10x+25+8x}=\\sqrt{(x-1)^{2}+24} \\therefore the minimum value is 2\\sqrt{6}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "I": [ 5.0, 0.0 ] } } }, { "dataset": "test", "index": 17, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0017.png", "problem": { "text": "$F$ is the focus of the parabola $y^{2}=2 p x (p>0)$. A line passing through point $F$ with an inclination angle of $60^{\\circ}$ intersects the parabola at points $A$ and $B$. The perpendicular bisector of segment $A B$ intersects the $x$-axis at point $E$. If $|E F|=4$, then $p=$?", "fact_expressions": "G: Parabola;p: Number;H: Line;A: Point;B: Point;E: Point;F: Point;p>0;Expression(G) = (y^2 = 2*(p*x));Focus(G) = F;PointOnCurve(F, H);Inclination(H) = ApplyUnit(60, degree);Intersection(H, G) = {A, B};Intersection(PerpendicularBisector(LineSegmentOf(A,B)), xAxis) = E;Abs(LineSegmentOf(E, F)) = 4", "query_expressions": "p", "answer_expressions": "3", "process": "This problem first allows us to write the line equation $ y = \\sqrt{3}\\left(x - \\frac{p}{2}\\right) $ according to the given conditions. Then, by solving the system of equations consisting of the line equation and the parabola equation, and using Vieta's formulas, we can find the coordinates of the midpoint of segment $ AB $, thus obtaining the equation of the perpendicular bisector of segment $ AB $. Next, we determine the coordinates of point $ E $ from the perpendicular bisector equation. Finally, using $ |EF| = 4 $, we can solve for the value of $ p $. \n**Solution:** Since $ F $ is the focus of the parabola $ y^2 = 2px $, we have $ F\\left(\\frac{p}{2}, 0\\right) $. Because the line passes through point $ F $ and has an inclination angle of $ 60^\\circ $, the equation of the line is $ y = \\sqrt{3}\\left(x - \\frac{p}{2}\\right) $. \nSolving the system: \n$$\n\\begin{cases}\ny = \\sqrt{3}\\left(x - \\frac{p}{2}\\right) \\\\\ny^2 = 2px\n\\end{cases}\n$$\nwe obtain the quadratic equation $ 3x^2 - 5px + \\frac{3p^2}{4} = 0 $. \nLet $ A(x_1, y_1) $, $ B(x_2, y_2) $, then $ x_1 + x_2 = \\frac{5p}{3} $. \nThe x-coordinate of the midpoint of segment $ AB $ is $ \\frac{5p}{6} $, and the y-coordinate is $ \\frac{\\sqrt{3}p}{2} $. \nThe equation of the perpendicular bisector of segment $ AB $ is $ y - \\frac{\\sqrt{3}p}{2} = -\\frac{\\sqrt{3}}{3}\\left(x - \\frac{5p}{6}\\right) $. \nSince the perpendicular bisector intersects the x-axis at point $ E $, we get $ E\\left(\\frac{11p}{6}, 0\\right) $. \nGiven $ |EF| = 4 $, we have $ \\frac{11p}{6} - \\frac{p}{2} = 4 $, solving this gives $ p = 3 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 18, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0018.png", "problem": { "text": "Given that point $M(t, 0)$ lies on the axis of symmetry of the parabola $y^{2}=2 p x$ $(p>0)$, and a line passing through this point intersects the parabola at points $A$ and $B$, then the product of the slopes of lines $O A$ and $O B$ is?", "fact_expressions": "G: Parabola;p: Number;H: Line;O: Origin;A: Point;M: Point;B: Point;t:Number;p>0;Expression(G) = (y^2 = 2*(p*x));PointOnCurve(M,SymmetryAxis(G));Coordinate(M) = (t, 0);PointOnCurve(M, H);Intersection(H, G) = {A, B}", "query_expressions": "Slope(LineOf(O,A))*Slope(LineOf(O,B))", "answer_expressions": "-2*p/t", "process": "Let the equation of the line passing through $ M(t,0) $ be: $ x = my + t $. Solving the system of equations \n$$\n\\begin{cases}\nx = my + t \\\\\ny^2 = 2px\n\\end{cases}\n$$ \nwe obtain $ y^2 - 2pmy - 2pt = 0 $. Let the coordinates of points $ A $ and $ B $ be $ (x_1, y_1) $, $ (x_2, y_2) $, then $ y_1 y_2 = -2pt $. Then $ k_{OA} \\cdot k_{OB} = \\frac{y_1}{x_1} \\cdot \\frac{y_2}{x_2} = \\frac{y_1 \\cdot y_2}{\\frac{y_1^2}{2p} \\cdot \\frac{y_2^2}{2p}} = \\frac{4p^2}{y_1 y_2} = \\frac{4p^2}{-2pt} = -\\frac{2p}{t} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 19, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0019.png", "problem": { "text": "Let $P$ be a point on the ellipse $\\frac{x^{2}}{36}+\\frac{y^{2}}{32}=1$, and let $M$, $N$ be points on the two circles $(x-2)^{2}+y^{2}=1$ and $(x+2)^{2}+y^{2}=\\frac{1}{4}$, respectively. Then the range of values of $|P M|+|P N|$ is?", "fact_expressions": "G: Ellipse;H: Circle;J: Circle;P: Point;M: Point;N: Point;Expression(G) = (x^2/36 + y^2/32 = 1);Expression(H) = (y^2 + (x - 2)^2 = 1);Expression(J) = (y^2 + (x + 2)^2 = 1/4);PointOnCurve(P, G);PointOnCurve(M, H);PointOnCurve(N, J)", "query_expressions": "Range(Abs(LineSegmentOf(P, M)) + Abs(LineSegmentOf(P, N)))", "answer_expressions": "[21/2, 27/2]", "process": "\\because the centers of the two circles (2,0), (-2,0) are exactly the foci F_{1}, F_{2} of the ellipse \\frac{x^{2}}{36}+\\frac{y^{2}}{32}=1, \\therefore |PF_{1}|+|PF_{2}|=12, the radii of the two circles are respectively: 1, \\frac{1}{2}, \\therefore (|PM|+|PN|)\\min=|PF_{1}|+|PF_{2}|-1-\\frac{1}{2}=12-1-\\frac{1}{2}=\\frac{21}{2}, (|PM|+|PN|)\\max=|PF_{1}|+|PF_{2}|+1+\\frac{1}{2}=12+1+\\frac{1}{2}=\\frac{27}{2}, then the range of |PM|+|PN| is: [\\frac{21}{2},\\frac{27}{2}]. This is a medium-level problem." }, "sdf_annotation": { "params": { "a": 6.0, "b": 5.656854249492381, "major_axis": "x", "x_coef": 36.0, "y_coef": 32.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 20, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0020.png", "problem": { "text": "Given that a line $ l $ with slope $ k $ passes through the focus of the parabola $ C: y^2 = 2px \\ (p > 0) $, and intersects the parabola $ C $ at points $ A $ and $ B $. A point $ M(-1, -1) $ on the directrix of the parabola $ C $ satisfies $ \\overrightarrow{MA} \\cdot \\overrightarrow{MB} = 0 $. Then $ |AB| = $?", "fact_expressions": "l: Line;C: Parabola;p: Number;M: Point;A: Point;B: Point;k: Number;p>0;Expression(C) = (y^2 = 2*(p*x));Coordinate(M) = (-1, -1);Slope(l)=k;PointOnCurve(Focus(C),l);Intersection(l, C) = {A,B};PointOnCurve(M,Directrix(C));DotProduct(VectorOf(M, A), VectorOf(M, B)) = 0", "query_expressions": "Abs(LineSegmentOf(A, B))", "answer_expressions": "5", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": { "M": [ -1.0, -1.0 ] } } }, { "dataset": "test", "index": 22, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0022.png", "problem": { "text": "The line $x - m y + m = 0$ passing through the focus of the parabola $y^2 = 2 p x$ ($p > 0$) intersects the parabola at points $A$ and $B$, and the area of $\\Delta O A B$ ($O$ being the origin) is $2 \\sqrt{2}$. Then $m^6 + m^4 = $?", "fact_expressions": "G: Parabola;p: Number;H: Line;m: Number;O: Origin;A: Point;B: Point;p>0;Expression(G) = (y^2 = 2*(p*x));Expression(H) = (m - m*y + x = 0);PointOnCurve(Focus(G), H);Intersection(H, G) = {A, B};Area(TriangleOf(O,A,B))=2*sqrt(2)", "query_expressions": "m^6 + m^4", "answer_expressions": "2", "process": "Problem Analysis: First, find the coordinates of the focus based on the equation of the parabola, substitute into the equation of the line to obtain a relation between m and p. Then, solve the system of equations of the line and the parabola by eliminating y, and find the solutions of the resulting equation. Next, use the equation of the line to find y_{1} and y_{2}, respectively. The area of \\triangle OAB can be expressed as the sum of the areas of \\triangle OAP and \\triangle OBP. If OP is taken as the common base for \\triangle OAP and \\triangle OBP, then their heights are the absolute values of the y-coordinates of points A and B, respectively. Thus, express the area of the triangle, solve for p, and then obtain the value of m. Substitute into m^{6}+m^{4} to find the answer." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 23, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0023.png", "problem": { "text": "From a point $P$ on the parabola $y^{2}=4 x$, draw a perpendicular to the directrix of the parabola, with foot of perpendicular at $M$, and $|P M|=5$. Let $F$ be the focus of the parabola. Then $\\cos \\angle MPF$=?", "fact_expressions": "G: Parabola;P: Point;M: Point;F: Point;Expression(G) = (y^2 = 4*x);PointOnCurve(P,G);L:Line;PointOnCurve(P,L);IsPerpendicular(L,Directrix(G));FootPoint(L,Directrix(G))=M;Abs(LineSegmentOf(P, M)) = 5;Focus(G) = F", "query_expressions": "Cos(AngleOf(M, P, F))", "answer_expressions": "3/5", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 25, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0025.png", "problem": { "text": "Given that $F_{1}$ and $F_{2}$ are the two foci of the ellipse $\\frac{x^{2}}{25}+\\frac{y^{2}}{16}=1$, and a line passing through point $F_{1}$ intersects the ellipse at points $A$ and $B$, then the perimeter of $\\triangle A B F_{2}$ is?", "fact_expressions": "F2: Point;F1: Point;Focus(G) = {F1, F2};G: Ellipse;Expression(G) = (x^2/25 + y^2/16 = 1);H: Line;PointOnCurve(F1, H) = True;A: Point;B: Point;Intersection(H, G) = {A, B}", "query_expressions": "Perimeter(TriangleOf(A, B, F2))", "answer_expressions": "20", "process": "Since \\( F_{1}, F_{2} \\) are the two foci of the ellipse \\( \\frac{x^{2}}{25} + \\frac{y^{2}}{16} = 1 \\), \\( |AF_{1}| + |AF_{2}| = 10 \\), \\( |BF_{1}| + |BF_{2}| = 10 \\), the perimeter of \\( \\triangle AF_{2}B \\) is \\( |AB| + |AF_{2}| + |BF_{2}| = |AF_{1}| + |AF_{2}| + |BF_{1}| + |BF_{2}| = 10 + 10 = 20 \\);" }, "sdf_annotation": { "params": { "a": 5.0, "b": 4.0, "major_axis": "x", "x_coef": 25.0, "y_coef": 16.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 26, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0026.png", "problem": { "text": "Given that the parabola $x^{2}=2 p y$ passes through the point $(2 , 1)$, then the coordinates of the focus of the parabola are?", "fact_expressions": "G: Parabola;p: Number;H: Point;Expression(G) = (x^2 = 2*(p*y));Coordinate(H) = (2, 1);PointOnCurve(H, G)", "query_expressions": "Coordinate(Focus(G))", "answer_expressions": "(0,1)", "process": "Since the point lies on the parabola, substitute the point to find the equation of the parabola, and then find the coordinates of the focus. Because the parabola x^{2}=2py passes through the point (2,1), we have 2^{2}=2p\\times1, so 2p=4, that is, the equation of the parabola is: x^{2}=4y. Therefore, the coordinates of the focus are: (0,1)" }, "sdf_annotation": { "params": { "p": 1.0010501146316528, "direction": "up" }, "optimization": { "final_loss": 3.455598402979376e-07, "converged": true, "iterations": 81 }, "coords": { "H": [ 2.0, 1.0 ] } } }, { "dataset": "test", "index": 27, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0027.png", "problem": { "text": "Given that one focus of the hyperbola $\\frac{y^{2}}{m}-x^{2}=1$ $(m>0)$ coincides with the focus of the parabola $y=\\frac{1}{8} x^{2}$, find the eccentricity of this hyperbola?", "fact_expressions": "G: Hyperbola;m: Number;H: Parabola;m>0;Expression(G) = (-x^2 + y^2/m = 1);Expression(H) = (y = x^2/8);OneOf(Focus(G)) = Focus(H)", "query_expressions": "Eccentricity(G)", "answer_expressions": "2*sqrt(3)/3", "process": "Analysis: Based on the properties of hyperbolas and parabolas, find the coordinates of the focus, then determine $ m = a^{2} = 3 $, and thus find the eccentricity of the hyperbola. \nSolution: Since one focus of the hyperbola $ \\frac{y^{2}}{m} - x^{2} = 1 $ ($ m > 0 $) coincides with the focus of the parabola $ y = \\frac{1}{8}x^{2} $, and the focus of the parabola $ y = \\frac{1}{8}x^{2} $ is at $ (0, 2) $, $ \\therefore c = 2 $, $ \\therefore 1 + m = 4 $, i.e., $ m = a^{2} = 3 $, $ \\therefore a = \\sqrt{3} $, $ \\therefore e = \\frac{c}{a} = \\frac{2\\sqrt{3}}{3} $." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 28, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0028.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 (a>0 , b>0)$, a line with slope $\\sqrt{2}$ is drawn through the left focus $F$ of the hyperbola $C$, intersecting the left branch of the hyperbola $C$ at points $A$ and $B$. If the circle with diameter $AB$ passes through the origin $O$, then the eccentricity of the hyperbola $C$ is?", "fact_expressions": "C: Hyperbola;a: Number;b: Number;a > 0;b > 0;Expression(C) = (x^2/a^2 - y^2/b^2 = 1);F: Point;LeftFocus(C) = F;l: Line;Slope(l) = sqrt(2);PointOnCurve(F, l);A: Point;B: Point;Intersection(l, LeftPart(C)) = {A, B};E: Circle;IsDiameter(LineSegmentOf(A, B), E);O: Origin;PointOnCurve(O, E)", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(3)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 30, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0030.png", "problem": { "text": "Let the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$ have its right focus at $F$. A line passing through $F$ with slope $\\sqrt{3}$ intersects $C$ at points $A$ and $B$. If $\\overrightarrow{A B}=5 \\overrightarrow{F B}$, then the eccentricity of $C$ is?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;G: Line;A: Point;B: Point;F: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);RightFocus(C) = F;PointOnCurve(F, G);Slope(G) = sqrt(3);Intersection(G, C) = {A, B};VectorOf(A, B) = 5*(VectorOf(F, B))", "query_expressions": "Eccentricity(C)", "answer_expressions": "6/5", "process": "Analysis: From $\\overrightarrow{AB}=5\\overrightarrow{FB}$, it follows that $\\overrightarrow{AF}=4\\overrightarrow{FB}$, $|\\overrightarrow{AF}|=4m$, $|\\overrightarrow{BF}|=m$. Therefore, in $\\triangle ABD$, using $|AD|=\\frac{1}{2}|AB|$, the result can be obtained. \nDetail: From $\\overrightarrow{AB}=5\\overrightarrow{FB}$, it follows that $\\overrightarrow{AF}=4\\overrightarrow{FB}$. Let $|\\overrightarrow{AF}|=4m$, $|\\overrightarrow{BF}|=m$. Draw perpendiculars from $A$ and $B$ to the directrix, with feet $A_{1}$ and $B_{1}$, respectively. By the definition of the hyperbola, $|AA_{1}|=\\frac{4m}{e}$, $|BB_{1}|=\\frac{m}{e}$. Draw $BD$ perpendicular to $AA_{1}$, with foot $D$. Since the slope of $AB$ is $\\sqrt{3}$, in $\\triangle ABD$, $\\angle BAD=60^{\\circ}$, so $|AD|=\\frac{1}{2}|AB|$, that is, $\\frac{4m}{e}-\\frac{m}{e}=\\frac{3m}{e}=\\frac{5m}{2}$. Solving gives $e=\\frac{6}{5}$. The eccentricity of $C$ is $\\frac{6}{5}$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 31, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0031.png", "problem": { "text": "Given that points $A$ and $B$ lie on the parabola $y^{2}=2 p x(p>0)$ with focus $F$, if $|\\overrightarrow{A F}|+|\\overrightarrow{B F}|=4$ and the distance from the midpoint of segment $A B$ to the line $x=\\frac{p}{2}$ is $1$, then what is the value of $p$?", "fact_expressions": "G: Parabola;p: Number;H: Line;B: Point;A: Point;F: Point;p>0;Expression(G) = (y^2 = 2*p*x);Expression(H) = (x = p/2);Focus(G)=F;PointOnCurve(A,G);PointOnCurve(B,G);Abs(VectorOf(A, F)) + Abs(VectorOf(B, F)) = 4;Distance(MidPoint(LineSegmentOf(A,B)),H)=1", "query_expressions": "p", "answer_expressions": "{1,3}", "process": "Draw perpendiculars from A and B to the line x = \\frac{p}{2}, and let the projection of the midpoint M of AB onto the directrix be N. According to the definition of the parabola, |AF| + |BF| = |AC| + |BD| = 4. In trapezoid ACDB, the midline |MN| = \\frac{1}{2}(|AC| + |BD|). Given that the distance from the midpoint of segment AB to x = \\frac{p}{2} is 1, we have |x_{0} - \\frac{p}{2}| = 1, which allows us to solve the problem. Draw perpendiculars from A and B to the line x = \\frac{p}{2}, with feet C and D respectively. Let N be the projection of the midpoint M of AB onto the directrix, and connect MN. Let A(x_{1}, y_{1}), B(x_{2}, y_{2}), M(x_{0}, y_{0}). According to the definition of the parabola, |AF| + |BF| = |AC| + |BD| = 4. Thus, in trapezoid ACDB, the midline |MN| = \\frac{1}{2}(|AC| + |BD|) = 2. It follows that x_{0} + \\frac{p}{2} = 2, so x_{0} = 2 - \\frac{p}{2}. Since the distance from the midpoint of AB to x = \\frac{p}{2} is 1, we have |x_{0} - \\frac{p}{2}| = 1. Therefore, |2 - p| = 1, solving which gives p = 1 or p = 3." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 32, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0032.png", "problem": { "text": "The equations of the two asymptotes of the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{9}=1$ are?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/16 - y^2/9 = 1)", "query_expressions": "Expression(Asymptote(G))", "answer_expressions": "y=pm*(3/4)*x", "process": "" }, "sdf_annotation": { "params": { "a": 4.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 33, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0033.png", "problem": { "text": "If the equation of the hyperbola is $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$, then its eccentricity is equal to?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/9 - y^2/16 = 1)", "query_expressions": "Eccentricity(G)", "answer_expressions": "5/3", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 35, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0035.png", "problem": { "text": "If a line $ l $ with slope $ k $ intersects the ellipse $ C $: $ \\frac{x^{2}}{3} + \\frac{y^{2}}{2} = 1 $ at points $ A $ and $ B $, and the midpoint of $ AB $ has coordinates $ \\left( \\frac{1}{2}, \\frac{1}{3} \\right) $, then $ k = $?", "fact_expressions": "k: Number;l: Line;Slope(l) = k;C: Ellipse;Expression(C) = (x^2/3 + y^2/2 = 1);A: Point;B: Point;Intersection(l, C) = {A, B};Coordinate(MidPoint(LineSegmentOf(A, B))) = (1/2, 1/3)", "query_expressions": "k", "answer_expressions": "-1", "process": "According to the problem, the midpoint of segment AB, $\\left(\\frac{1}{2},\\frac{1}{3}\\right)$, lies inside the ellipse $C$. Let $A(x_{1},y_{1})$, $B(x_{2},y_{2})$, and subtracting the two equations \n$$\n\\begin{cases}\n\\frac{x^{2}}{3}+\\frac{y^{2}}{2}=1 \\\\\n\\frac{x^{2}}{3}+\\frac{y^{2}}{2}=1\n\\end{cases}\n$$\ngives:\n$$\n\\frac{(x_{1}-x_{2})(x_{1}+x_{2})}{3} + \\frac{(y_{1}-y_{2})(y_{1}+y_{2})}{2} = 0.\n$$\nSince $x_{1}+x_{2}=1$, $y_{1}+y_{2}=\\frac{2}{3}$, we obtain:\n$$\n\\frac{x_{1}-x_{2}}{3} + \\frac{y_{1}-y_{2}}{3} = 0,\n$$\nthat is, $k = \\frac{y_{1}-y_{2}}{x_{1}-x_{2}} = -1$, so $k = -1$." }, "sdf_annotation": { "params": { "a": 1.7320508075688772, "b": 1.4142135623730951, "major_axis": "x", "x_coef": 3.0, "y_coef": 2.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 36, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0036.png", "problem": { "text": "$A$, $B$ are two points on the ellipse $\\frac{x^{2}}{2}+y^{2}=1$, and the midpoint of segment $AB$ lies on the line $x=-\\frac{1}{2}$. Then, what is the range of the y-coordinate of the intersection point of line $AB$ with the y-axis?", "fact_expressions": "G: Ellipse;H: Line;B: Point;A: Point;Expression(G) = (x^2/2 + y^2 = 1);Expression(H) = (x = -1/2);PointOnCurve(A, G);PointOnCurve(B, G);PointOnCurve(MidPoint(LineSegmentOf(A,B)),H)", "query_expressions": "Range(YCoordinate(Intersection(LineOf(A,B),yAxis)))", "answer_expressions": "(-oo,-sqrt(2)/2]+[sqrt(2)/2,+oo)", "process": "According to the problem, the slope of line AB must exist. Let the equation of line AB be y = kx + m. Then the y-coordinate of the intersection point of line AB with the y-axis is m. Let points A(x_{1}, y_{1}) and B(x_{2}, y_{2}). Combining the equation of line AB with the equation of the ellipse and simplifying yields (2k^{2}+1)x^{2}+4kmx+2m^{2}-2=0. The discriminant Δ = 16k^{2}m^{2}-4(2k^{2}+1)(2m^{2}-2) > 0, which simplifies to m^{2} < 2k^{2}+1, that is, k^{2} > \\frac{m^{2}-1}{2}. By Vieta's formulas, we have x_{1}+x_{2} = -\\frac{4km}{2k^{2}+1} = -1, so 4km = 2k^{2}+1. Squaring both sides gives 16k^{2}m^{2} = (2k^{2}+1)^{2}, so m^{2} = \\frac{(2k^{2}+1)^{2}}{16k^{2}} = \\frac{k^{2}}{4} + \\frac{1}{16k^{2}} + \\frac{1}{4} \\geqslant 2\\sqrt{\\frac{k^{2}}{4} \\cdot \\frac{1}{16k^{2}}} + \\frac{1}{4} = \\frac{1}{2}. The equality holds if and only if k = \\pm\\frac{\\sqrt{2}}{2}. Since m^{2} \\geqslant \\frac{1}{2}, it follows that m \\geqslant \\frac{\\sqrt{2}}{2} or m \\leqslant -\\frac{\\sqrt{2}}{2}. Therefore, the range of the y-coordinate of the intersection point of line AB with the y-axis is (-\\infty, -\\frac{\\sqrt{2}}{2}] \\cup [\\frac{\\sqrt{2}}{2}, +\\infty)." }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 1.0, "major_axis": "x", "x_coef": 2.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 37, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0037.png", "problem": { "text": "If the eccentricity of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1(a>0, b>0)$ is $\\sqrt{5}$, then what is the equation of its asymptotes?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Eccentricity(G) = sqrt(5)", "query_expressions": "Expression(Asymptote(G))", "answer_expressions": "y=pm*2*x", "process": "From $\\frac{c}{a}=\\sqrt{1+\\frac{b^{2}}{a^{2}}}=\\sqrt{5}$, we get $\\frac{b^{2}}{a^{2}}=4$, $\\therefore\\frac{b}{a}=2$, $\\therefore$ the asymptotes of the hyperbola are $y=\\pm2x$." }, "sdf_annotation": { "params": { "a": 1.2135674953460693, "b": 2.4270472526550293, "orientation": "horizontal" }, "optimization": { "final_loss": 4.453341261978494e-06, "converged": true, "iterations": 125 }, "coords": {} } }, { "dataset": "test", "index": 38, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0038.png", "problem": { "text": "The hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1(a>0, b>0)$ has two foci $F_{1}$, $F_{2}$. If $P$ is a point on its right branch such that $|P F_{1}|=2|P F_{2}|$, then the range of the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;P: Point;F1: Point;F2: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Focus(G) = {F1,F2};PointOnCurve(P,RightPart(G));Abs(LineSegmentOf(P, F1)) = 2*Abs(LineSegmentOf(P, F2))", "query_expressions": "Range(Eccentricity(G))", "answer_expressions": "(1,3]", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 40, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0040.png", "problem": { "text": "It is known that a hyperbola centered at the origin with symmetry axes along the coordinate axes has an asymptote $y=\\frac{4}{3} x$. What is the eccentricity of this hyperbola?", "fact_expressions": "C: Hyperbola;O:Origin;Center(C)=O;Expression(OneOf(Asymptote(C)))=(y=4/3*x);SymmetryAxis(C)=axis", "query_expressions": "Eccentricity(C)", "answer_expressions": "{5/3,5/4}", "process": "" }, "sdf_annotation": { "params": { "a": 1.681220143106833, "b": 2.2412689930799665, "orientation": "horizontal" }, "optimization": { "final_loss": 4.985250663519028e-06, "converged": true, "iterations": 95 }, "coords": {} } }, { "dataset": "test", "index": 41, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0041.png", "problem": { "text": "Given that point $P\\left(\\frac{3}{2},-1\\right)$ lies on the directrix of the parabola $E$: $x^{2}=2 p y$ ($p>0$). Draw a tangent from point $P$ to the parabola, and let the point of tangency $A$ be in the first quadrant. Let $F$ be the focus of the parabola $E$, point $M$ lies on the line $A F$, and point $N$ lies on the circle $C$: $(x+2)^{2}+(y+2)^{2}=1$. Then the minimum value of $|M N|$ is?", "fact_expressions": "E: Parabola;p: Number;C: Circle;G: Line;A: Point;F: Point;P: Point;M: Point;N: Point;p>0;Expression(E) = (x^2 = 2*(p*y));Expression(C) = ((x + 2)^2 + (y + 2)^2 = 1);Coordinate(P) = (3/2, -1);PointOnCurve(P, Directrix(E));TangentOfPoint(P , E) = G;TangentPoint(G, E) = A;Quadrant(A) = 1;Focus(E) = F;PointOnCurve(M, LineOf(A, F));PointOnCurve(N, C)", "query_expressions": "Min(Abs(LineSegmentOf(M, N)))", "answer_expressions": "1/3", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": { "P": [ 1.5, -1.0 ] } } }, { "dataset": "test", "index": 42, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0042.png", "problem": { "text": "Given the parabola $C$: $y^{2}=2 p x(p>0)$ is tangent to the line $l$: $x-2 y+6=0$, then $p$=?", "fact_expressions": "l: Line;C: Parabola;p: Number;p>0;Expression(C) = (y^2 = 2*p*x);Expression(l)=(x-2*y+6=0);IsTangent(l,C)", "query_expressions": "p", "answer_expressions": "3", "process": "The system of equations \\begin{cases} y2=2px, \\\\ x-2y+6=0, \\end{cases} simplifies to y^{2}-4py+12p=0. Since C is tangent to l, it follows that A=16p^{2}-48p=0, solving which gives p=3 or p=0 (discarded)." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 43, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0043.png", "problem": { "text": "The left and right foci of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1(a>0, b>0)$ are $F_{1}$ and $F_{2}$ respectively, with eccentricity $e$. A line passing through $F_{1}$ and perpendicular to the line $y=-\\frac{b}{a} x$ intersects the right branch of the hyperbola at point $P$. If $\\angle F_{1} P F_{2}=\\frac{\\pi}{3}$, then $e^{2}$=?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Line;F1: Point;P: Point;F2: Point;e:Number;L:Line;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(H) = (y = -x*b/a);LeftFocus(G)=F1;RightFocus(G)=F2;Eccentricity(G)=e;PointOnCurve(F1,L);IsPerpendicular(L,H);Intersection(L,RightPart(G))=P;AngleOf(F1, P, F2) = pi/3", "query_expressions": "e^2", "answer_expressions": "(7+2*sqrt(3))/3", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 44, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0044.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. If there exists a point $P$ on the right directrix such that the perpendicular bisector of segment $P F_{1}$ passes exactly through $F_{2}$, then the range of values for the eccentricity of the ellipse is?", "fact_expressions": "G: Ellipse;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;PointOnCurve(P, RightDirectrix(G)) = True;P: Point;PointOnCurve(F2, PerpendicularBisector(LineSegmentOf(P, F1))) = True", "query_expressions": "Range(Eccentricity(G))", "answer_expressions": "[sqrt(3)/3,1)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 45, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0045.png", "problem": { "text": "Let the line $y = kx$ intersect the hyperbola $C$: $\\frac{x^{2}}{a^{2}} - \\frac{y^{2}}{b^{2}} = 1$ $(a > 0, b > 0)$ at points $A$ and $B$, and let $P$ be a point on $C$ distinct from $A$ and $B$. The slopes of lines $PA$ and $PB$ are $k_{1}$ and $k_{2}$, respectively. If the eccentricity of $C$ is $2$, then $k_{1} \\cdot k_{2} = $?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;G: Line;k1: Number;k2:Number;A: Point;P: Point;B: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);Expression(G) = (y = k*x);Intersection(G, C) = {A, B};PointOnCurve(P, C);Negation(P = A);Negation(P = B);Slope(LineOf(P,A)) = k1;Slope(LineOf(P,B))=k2;Eccentricity(C) = 2;k:Number", "query_expressions": "k1*k2", "answer_expressions": "3", "process": "According to the problem, points A and B are symmetric with respect to the origin. Let point A(x_{0},y_{0}), B(-x_{0},-y_{0}), P(x,y), then \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1, \\frac{x^{2}}{a^{2}}-\\frac{y_{0}^{2}}{b^{2}}=1. Subtracting these two equations gives \\frac{x^{2}-x_{0}^{2}}{a^{2}}=\\frac{y^{2}-y_{0}^{2}}{b^{2}}, then \\frac{y^{2}-y_{0}^{2}}{x^{2}-x_{0}^{2}}=\\frac{b^{2}}{a^{2}}. Since e=2, we have k_{1}\\cdot k_{2}=\\frac{y-y_{0}}{x-x_{0}}\\cdot\\frac{y+y_{0}}{x+x_{0}}=\\frac{y^{2}-y_{0}^{2}}{x^{2}-x_{0}^{2}}=\\frac{b^{2}}{a^{2}}=\\frac{c^{2}-a^{2}}{a^{2}}=e^{2}-1=3" }, "sdf_annotation": { "params": { "a": 1.366584062576294, "b": 2.364173412322998, "orientation": "horizontal" }, "optimization": { "final_loss": 0.00017838670464698225, "converged": true, "iterations": 89 }, "coords": {} } }, { "dataset": "test", "index": 47, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0047.png", "problem": { "text": "Given the parabola $C$: $y^{2}=6x$ with focus $F$, a line $l$ passing through $F$ intersects $C$ at points $A$ and $B$, and intersects the directrix of $C$ at point $D$. If $|AB|=8$, then what are the coordinates of point $D$?", "fact_expressions": "l: Line;C: Parabola;A: Point;B: Point;F: Point;D: Point;Expression(C) = (y^2 = 6*x);Focus(C) = F;PointOnCurve(F, l);Intersection(l, C) = {A, B};Intersection(l,Directrix(C))=D;Abs(LineSegmentOf(A, B)) = 8", "query_expressions": "Coordinate(D)", "answer_expressions": "(-3/2,pm*3*sqrt(3))", "process": "From the problem, the focus is at $ F\\left(\\frac{3}{2}, 0\\right) $. If the slope of line $ l $ does not exist, then the equation of line $ l $ is $ x = \\frac{3}{2} $. Substituting into the parabola gives $ y = \\pm 3 $, so $ |AB| = 6 $, which does not satisfy the condition. Let the slope of the line be $ k $, then the equation is $ y = k\\left(x - \\frac{3}{2}\\right) $. Substituting into the parabola equation yields $ 4k^{2}x^{2} - (12k^{2} + 24)x + 9k^{2} = 0 $. Let $ A(x_{1}, y_{1}) $, $ B(x_{2}, y_{2}) $, then $ x_{1} + x_{2} = \\frac{3k^{2} + 6}{k^{2}} $. By the definition of the parabola, $ |AB| = x_{1} + x_{2} + 3 = \\frac{3k^{2}}{k^{2}} + 6 + 3 = 8 $. Solving gives $ k = \\pm \\sqrt{3} $. Thus, the equation of the line is $ y = \\pm \\sqrt{3}\\left(x - \\frac{3}{2}\\right) $. When $ x = -\\frac{3}{2} $, $ y = \\pm 3\\sqrt{3} $, so the coordinates of point $ D $ are $ \\left(-\\frac{3}{2}, \\pm 3\\sqrt{3}\\right) $." }, "sdf_annotation": { "params": { "p": 1.5, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 49, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0049.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{a^{2}}+y^{2}=1$ $(a>1)$ has eccentricity greater than $\\frac{\\sqrt{2}}{2}$, $A$ is the top vertex of the ellipse, $B$ is a point on the ellipse, then the maximum value of $|A B|^{2}$ is $?$.", "fact_expressions": "G: Ellipse;a: Number;A: Point;B: Point;a>1;Expression(G) = (y^2 + x^2/a^2 = 1);Eccentricity(G)>sqrt(2)/2;UpperVertex(G)=A;PointOnCurve(B, G)", "query_expressions": "Max(Abs(LineSegmentOf(A, B))^2)", "answer_expressions": "a^2+1+1/(a^2-1)", "process": "Since the upper vertex of the ellipse $\\frac{x^{2}}{a^{2}}+y^{2}=1$ $(a>1)$ is $A(0,1)$, by using the parametric equations of the ellipse, let $B(a\\cos\\theta,\\sin\\theta)$. Therefore, $|AB|^{2}=(a\\cos\\theta)^{2}+(1-\\sin\\theta)^{2}=a^{2}(1-\\sin^{2}\\theta)+1-2\\sin\\theta+\\sin^{2}\\theta=-(a^{2}-1)\\sin^{2}\\theta+2\\sin\\theta+a^{2}+1=-(a^{2}-1)(\\sin^{2}\\theta+\\frac{2}{a^{2}-1}\\sin\\theta)+a^{2}+=-(a^{2}-1)(\\sin\\theta+\\frac{1}{a^{2}-1})^{2}+\\frac{1}{a^{2}-1}+a^{2}+1$. Hence, when $\\sin\\theta+\\frac{1}{a^{2}-1}=0$, $|AB|^{2}$ attains its maximum value of $\\frac{1}{a^{2}-1}+a^{2}+1$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "major_axis": "x", "x_coef": 4.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 51, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0051.png", "problem": { "text": "Given the parabola $C$: $y^{2}=4x$ has focus $F$. A line passing through point $F$ intersects $C$ at points $A$ and $B$, and $|FA|=4$. Then $|AB|=$?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 4*x);F: Point;Focus(C) = F;G: Line;PointOnCurve(F, G);A: Point;B: Point;Intersection(G, C) = {A, B};Abs(LineSegmentOf(F, A)) = 4", "query_expressions": "Abs(LineSegmentOf(A, B))", "answer_expressions": "16/3", "process": "Let the equation of the line passing through $ F(1,0) $ be $ x = my + 1 $, and let $ A(x_{1},y_{1}) $, $ B(x_{2},y_{2}) $. Combining the equations of the line and the parabola \n\\[\n\\begin{cases}\nx = my + 1 \\\\\ny^2 = 4x\n\\end{cases}\n\\]\nyields $ y^2 - 4my - 4 = 0 $. By Vieta's formulas, we obtain $ y_{1}y_{2} = -4 $, then $ x_{1}x_{2} = \\frac{y_{1}^{2}}{4} \\cdot \\frac{y_{2}^{2}}{4} = 1 $. Since by the property of the parabola, $ |FA| = x_{1} + 1 $, we have $ x_{1} = 3 $, $ x_{2} = \\frac{1}{3} $, thus $ |FB| = x_{2} + 1 = \\frac{4}{3} $, $ |AB| = 4 + \\frac{4}{3} = \\frac{16}{3} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 52, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0052.png", "problem": { "text": "The parabola $C$: $x^{2}=3 y$ has focus $F$, and its directrix intersects the $y$-axis at point $A$. Point $M$ lies on the parabola $C$. Then the range of $\\frac{M F}{|M A|}$ is?", "fact_expressions": "C: Parabola;M: Point;A: Point;F: Point;Expression(C) = (x^2 = 3*y);Focus(C)=F;Intersection(Directrix(C),yAxis)=A;PointOnCurve(M, C)", "query_expressions": "Range(LineSegmentOf(M, F)/Abs(LineSegmentOf(M, A)))", "answer_expressions": "[sqrt(2)/2,1]", "process": "Draw MN perpendicular to the directrix at point N, $\\frac{|MF|}{|MA|} = \\frac{|MN|}{|MA|} = \\sin\\angle MAN$. Without loss of generality, take point M in the first quadrant. When MA is tangent to the parabola, $\\angle MAN$ is minimized. Let the point of tangency be $M(x_{0}, y_{0})$. Since $A(0, -\\frac{3}{4})$, let the equation of tangent line MA be $y = kx - \\frac{3}{4}$. Combining with $x^{2} = 3y$ gives $x^{2} - 3kx + \\frac{9}{4} = 0$. From $\\Delta = 9k^{2} - 4 \\times \\frac{9}{4} = 0$, we get $k = 1$. Therefore, the slope of tangent $k_{AM} = 1$, so $\\angle MAN = 45^{\\circ}$. Hence, $45^{\\circ} \\leqslant \\angle MAN \\leqslant 90^{\\circ}$, so $\\frac{|MF|}{|MA|} = \\frac{|MN|}{|MA|} = \\sin\\angle MAN \\in \\left[\\frac{\\sqrt{2}}{2}, 1\\right]$. The range of $\\frac{MF}{MA}$ is $\\left[\\frac{\\sqrt{2}}{2}, 1\\right]$." }, "sdf_annotation": { "params": { "p": 0.75, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 53, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0053.png", "problem": { "text": "Given the hyperbola $C_{1}$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, draw a tangent from the left focus $F_{1}$ of $C_{1}$ to the circle $x^{2}+y^{2}=a^{2}$. Let the point of tangency be $M$. Extend $F_{1}M$ to intersect the parabola $C_{2}$: $y^{2}=2px$ $(p>0)$ at point $N$. It is known that $C_{1}$ and $C_{2}$ share a common focus. If $|M F_{1}|=|M N|$, then the eccentricity of the hyperbola $C_{1}$ is?", "fact_expressions": "C1: Hyperbola;Expression(C1)=(x^2/a^2-y^2/b^2=1);a:Number;b:Number;a>0;b>0;F1:Point;LeftFocus(C1)=F1;H:Circle;M:Point;l:Line;Expression(H)=(x^2+y^2=a^2);TangentOfPoint(F1,H)=l;TangentPoint(l,H)=M;C2:Parabola;Expression(C2)=(y^2=2*p*x);p:Number;p>0;N:Point;Intersection(OverlappingLine(LineSegmentOf(F1,M)),C2)=N;OneOf(Focus(C1))=Focus(C2);Abs(LineSegmentOf(M, F1)) = Abs(LineSegmentOf(M, N))", "query_expressions": "Eccentricity(C1)", "answer_expressions": "(sqrt(5)+1)/2", "process": "Since the line $ F_{1}M $ is tangent to the circle, the distance from the center of the circle to the line equals the radius, and $ |OF_{1}| = c $, so $ |F_{1}M| = |MN| = b $. Therefore, the slope of the line $ F_{1}M $ is $ \\frac{b}{a} $, hence the equation of the line $ F_{1}M $ is $ y = \\frac{a}{b}(x + c) $. Since $ O $ is the midpoint of $ |F_{1}F_{2}| $, $ |OM| $ is the midline of triangle $ NF_{1}F_{2} $, so $ |NF_{2}| = 2a $ and $ \\angle N = \\frac{\\pi}{2} $. By the area method, we obtain $ \\frac{1}{2} \\times 2c \\times y_{N} = \\frac{1}{2} \\times 2a \\times 2b $, solving gives $ y_{N} = \\frac{2ab}{c} $. Substituting into the equation of line $ F_{1}M $, we find $ x_{N} = \\frac{b^{2} - a^{2}}{c} $, thus $ N\\left( \\frac{b^{2} - a^{2}}{c}, \\frac{2ab}{c} \\right) $. Since the parabola and hyperbola have the same focus, $ \\frac{p}{2} = c $, $ p = 2c $, so the equation of the parabola is $ y^{2} = 4cx $. Substituting the coordinates of point $ N $ into the parabola equation and simplifying yields $ b^{4} - a^{2}b^{2} - a^{4} = 0 $, i.e., $ \\frac{b^{4}}{a^{4}} - \\frac{b^{2}}{a^{2}} - 1 = 0 $, solving gives $ \\frac{b^{2}}{a^{2}} = \\frac{\\sqrt{5} + 1}{2} $, hence the eccentricity of the hyperbola is $ e = \\sqrt{1 + \\frac{b^{2}}{a^{2}}} = \\sqrt{\\frac{3 + \\sqrt{5}}{2}} = \\frac{\\sqrt{5} + 1}{2} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 54, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0054.png", "problem": { "text": "Let the endpoints of the minor axis of the ellipse $\\frac{x^{2}}{12}+\\frac{y^{2}}{9}=1$ be $B_{1}$, $B_{2}$, and let $F_{1}$ be a focus of the ellipse. Then $\\angle B_{1} F_{1} B_{2}$ = ?", "fact_expressions": "G: Ellipse;B1: Point;F1: Point;B2: Point;Expression(G) = (x^2/12 + y^2/9 = 1);Endpoint(MinorAxis(G)) = {B1, B2};OneOf(Focus(G)) = F1", "query_expressions": "AngleOf(B1, F1, B2)", "answer_expressions": "ApplyUnit(120, degree)", "process": "As shown in the figure, according to the problem, B_{1}(0,-3), B_{2}(0,3), F_{1}(-\\sqrt{3},0). In Rt\\triangle B_{2}F_{1}O, \\tan\\angle B_{2}F_{1}O = \\frac{|OB_{2}|}{|OF_{1}|} = \\frac{3}{\\sqrt{3}} = \\sqrt{3}, so \\angle B_{2}F_{1}O = 60^{\\circ}. By the symmetry of the ellipse, \\angle B_{1}FB_{2} = 2\\angle B_{2}F_{1}O = 120^{\\circ}." }, "sdf_annotation": { "params": { "a": 3.4641016151377544, "b": 3.0, "major_axis": "x", "x_coef": 12.0, "y_coef": 9.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 55, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0055.png", "problem": { "text": "The left and right foci of the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{5}=1$ are $F_{1}$ and $F_{2}$, respectively. Chord $AB$ passes through $F_{1}$. If the circumference of the incircle of $\\triangle ABF_{2}$ is $2 \\pi$, and the coordinates of points $A$ and $B$ are $(x_{1} , y_{1})$ and $(x_{2} , y_{2})$, respectively, then what is the value of $y_{2}-y_{1}$?", "fact_expressions": "G: Ellipse;Expression(G) = (x^2/9 + y^2/5 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;IsChordOf(LineSegmentOf(A, B), G);PointOnCurve(F1, LineSegmentOf(A, B));Perimeter(InscribedCircle(TriangleOf(A, B, F2))) = 2*pi;x1: Number;x2: Number;y1: Number;y2: Number;A: Point;B: Point;Coordinate(A) = (x1, y1);Coordinate(B) = (x2, y2)", "query_expressions": "-y1 + y2", "answer_expressions": "3", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 2.23606797749979, "major_axis": "x", "x_coef": 9.0, "y_coef": 5.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 56, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0056.png", "problem": { "text": "If a point $M$ on the parabola $y^{2}=4x$ is at a distance of $4$ from the focus $F$, then what is the abscissa of point $M$?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 4*x);M: Point;PointOnCurve(M, G);F: Point;Focus(G) = F;Distance(M, F) = 4", "query_expressions": "XCoordinate(M)", "answer_expressions": "3", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 57, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0057.png", "problem": { "text": "Through the focus $F$ of the parabola $y^{2}=4x$, draw a chord $AB$. If $AF=2FB$, then the equation of the line containing the chord $AB$ is?", "fact_expressions": "G: Parabola;A: Point;B: Point;F: Point;Expression(G) = (y^2 = 4*x);Focus(G) = F;PointOnCurve(F, LineSegmentOf(A, B));LineSegmentOf(A, F) = 2*LineSegmentOf(F, B);IsChordOf(LineSegmentOf(A, B), G)", "query_expressions": "Expression(OverlappingLine(LineSegmentOf(A, B)))", "answer_expressions": "y = pm*2*sqrt(2)*(x - 1)", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 58, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0058.png", "problem": { "text": "Through the point $P(-1,0)$, draw a line intersecting the parabola $y^{2}=8x$ at points $A$ and $B$, such that $2|PA|=|AB|$. Then, what is the distance from point $B$ to the focus of the parabola?", "fact_expressions": "P: Point;Coordinate(P) = (-1, 0);H: Line;PointOnCurve(P, H);G: Parabola;Expression(G) = (y^2 = 8*x);A: Point;B: Point;Intersection(H, G) = {A, B};2*Abs(LineSegmentOf(P, A)) = Abs(LineSegmentOf(A, B))", "query_expressions": "Distance(B, Focus(G))", "answer_expressions": "5", "process": "From the given conditions, the equation of the line passing through point P(-1,0) is y = k(x+1). Substituting into the parabola equation and simplifying yields k^{2}x^{2} + (2k^{2}-8)x + k^{2} = 0. Let the intersection points be A(x_{1},y_{1}), B(x_{2},y_{2}). From the given condition \\overrightarrow{AP} = 3\\overrightarrow{PB}, we have x_{2}+1 = 3(x_{1}+1), so x_{2} = 3x_{1}+2. Substituting into x_{1}x_{2} = 1 gives x_{1}(3x_{1}+2) = 1, or 3x_{1}^{2} + 2x_{1} - 1 = 0. Solving yields x_{1} = \\frac{1}{3}, x_{1} = -1 (discarded). Then x_{2} = 1+2 = 3. Hence |BF| = x_{2}+2 = 5. The answer is 5." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ -1.0, 0.0 ] } } }, { "dataset": "test", "index": 59, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0059.png", "problem": { "text": "Given $A(2,0)$, and point $B$ lies on the parabola $y^{2}=x$, then the minimum value of $|AB|$ is?", "fact_expressions": "G: Parabola;A: Point;B: Point;Expression(G) = (y^2 = x);PointOnCurve(B,G);Coordinate(A)=(2,0)", "query_expressions": "Min(Abs(LineSegmentOf(A, B)))", "answer_expressions": "sqrt(7)/2", "process": "Let point B(x, y), then x = y² ≥ 0. Since |AB| = √((x−2)² + y²) = √((x−2)² + x) = √(x² − 3x + 4) = √((x−3/2)² + 7/4), therefore when x = 3/2, |AB| attains the minimum value, and |AB|ₘᵢₙ = √7/2 √7/(7/4)" }, "sdf_annotation": { "params": { "p": 0.25, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 2.0, 0.0 ] } } }, { "dataset": "test", "index": 60, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0060.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. A line $l_{1}$ passing through $F_{1}$ with an inclination angle of $30^{\\circ}$ intersects a line $l_{2}$ passing through $F_{2}$ at point $P$, where $P$ lies on the ellipse and $\\angle F_{1} P F_{2}=90^{\\circ}$. Find the eccentricity $e$ of the ellipse $C$.", "fact_expressions": "C: Ellipse;b: Number;a: Number;l1: Line;l2: Line;F1: Point;P: Point;F2: Point;e: Number;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);LeftFocus(C) = F1;RightFocus(C) = F2;PointOnCurve(F1, l1);Inclination(l1) = ApplyUnit(30, degree);PointOnCurve(F2, l2);Intersection(l1, l2) = P;PointOnCurve(P, C);AngleOf(F1, P, F2) = ApplyUnit(90, degree);Eccentricity(C) = e", "query_expressions": "e", "answer_expressions": "sqrt(3) - 1", "process": "From the given conditions, we know that $\\triangle PF_{1}F_{2}$ is a right triangle and $\\angle PF_{1}F_{2}=30^{\\circ}$. Therefore, $PF_{2}=c$, $F_{1}F_{2}=2c$, so $PF_{1}=\\sqrt{3}c$. Since $PF_{1}+PF_{2}=2a$, that is, $\\sqrt{3}c+c=2a$, thus $e=\\sqrt{3}-1$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 62, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0062.png", "problem": { "text": "A hyperbola shares the same asymptotes as $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$ and passes through the point $A(-3, 2\\sqrt{3})$. The distance from one focus of this hyperbola to one of its asymptotes is?", "fact_expressions": "G: Hyperbola;A: Point;C:Hyperbola;Expression(G) = (x^2/9 - y^2/16 = 1);Coordinate(A) = (-3, 2*sqrt(3));Asymptote(G)=Asymptote(C);PointOnCurve(A,C)", "query_expressions": "Distance(OneOf(Focus(C)),OneOf(Asymptote(C)))", "answer_expressions": "2", "process": "According to the problem, let the hyperbola equation be $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=\\lambda$. Substituting the point $(-3,2\\sqrt{3})$ into the hyperbola equation gives $\\lambda=\\frac{1}{4}$. Therefore, the hyperbola equation passing through point $A(-3,2\\sqrt{3})$ is: $\\frac{4x^{2}}{9}-\\frac{y^{2}}{4}=1$. Hence, a focus coordinate of $\\frac{4x^{2}}{9}-\\frac{y^{2}}{4}=1$ is $(\\frac{5}{2},0)$, and an asymptote equation is $y=\\frac{4}{3}x$, that is, $4x-3y=0$. Therefore, the distance from the focus to an asymptote is $\\frac{10}{\\sqrt{9+16}}=2$. The answer is: $2$." }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ -3.0, 3.4641016151377544 ] } } }, { "dataset": "test", "index": 63, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0063.png", "problem": { "text": "Given that the asymptotes of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 (a>0, b>0)$ are $y=\\pm \\frac{4}{3} x$, what is the eccentricity of this hyperbola?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(Asymptote(G)) = (y = pm*(4/3)*x)", "query_expressions": "Eccentricity(G)", "answer_expressions": "5/3", "process": "" }, "sdf_annotation": { "params": { "a": 1.5129417181015015, "b": 2.0152759552001953, "orientation": "horizontal" }, "optimization": { "final_loss": 3.66731001122389e-06, "converged": true, "iterations": 100 }, "coords": {} } }, { "dataset": "test", "index": 64, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0064.png", "problem": { "text": "Given that the tangent line $l$ at point $A(x_{0}, y_{0})$ on the parabola $y^{2}=2 p x$ ($p>0$) is tangent to the circle $M$: $(x+2)^{2}+y^{2}=4$ at another point $B$, find the minimum value of the distance $|A F|$ between the focus $F$ of the parabola and the point of tangency $A$.", "fact_expressions": "G: Parabola;p: Number;M: Circle;A: Point;B:Point;F: Point;x0:Number;y0:Number;p>0;Expression(G) = (y^2 = 2*(p*x));Expression(M) = (y^2 + (x + 2)^2 = 4);Coordinate(A) = (x0, y0);PointOnCurve(A,G);TangentOnPoint(A,G)=l;TangentPoint(l,M)=B;Focus(G)=F;Distance(F,A)=Abs(LineSegmentOf(A,F));l:Line", "query_expressions": "Min(Abs(LineSegmentOf(A,F)))", "answer_expressions": "8", "process": "Since both the parabola and the circle are symmetric about the x-axis, assume point A is above the x-axis, then y = \\sqrt{2px}, y' = \\frac{\\sqrt{2p}}{2\\sqrt{x}}, y_{0}^{2} = 2px_{0}. The slope of the tangent line at point A is k = y'|_{x=x_{0}} = \\frac{\\sqrt{2p}}{2\\sqrt{x_{0}}} = \\frac{p}{y_{0}}. The equation of the tangent line l is: y - y_{0} = \\frac{p}{y_{0}}(x - x_{0}), i.e., l: y_{0}y - px - \\frac{y_{0}^{2}}{2} = 0. Since the tangent line l is tangent to the circle M: (x + 2)^{2} + y^{2} = 4 at another point B, we have: \\frac{|2p - \\frac{y_{0}^{2}}{2}|}{\\sqrt{p^{2} + y_{0}^{2}}} = 2. Squaring both sides and simplifying yields y_{0}^{4} - (16 + 8p)y_{0}^{2} = 0. Solving gives y_{0}^{2} = 0 or y_{0}^{2} = 8p + 16. When y_{0}^{2} = 0, points A and B coincide, which is invalid; thus y_{0}^{2} = 8p + 16, x_{0} = \\frac{y_{0}^{2}}{2p} = \\frac{8p + 16}{2p} = 4 + \\frac{8}{p}. Therefore, |AF| = \\frac{p}{2} + x_{0} = \\frac{p}{2} + 4 + \\frac{8}{p} \\geqslant 2\\sqrt{\\frac{p}{2} \\cdot \\frac{8}{p}} + 4 = 8, with equality if and only if \\frac{p}{2} = \\frac{8}{p}, i.e., p = 4, where the minimum value is attained." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 65, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0065.png", "problem": { "text": "The coordinates of the focus of the parabola $C$: $y=-\\frac{x^{2}}{8}$ are?", "fact_expressions": "C: Parabola;Expression(C) = (y = -x^2/8)", "query_expressions": "Coordinate(Focus(C))", "answer_expressions": "(0, -2)", "process": "" }, "sdf_annotation": { "params": { "p": 2.0, "direction": "down" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 66, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0066.png", "problem": { "text": "If a line passing through the point $P(8,1)$ intersects the hyperbola $x^{2}-4 y^{2}=4$ at points $A$ and $B$, and $P$ is the midpoint of segment $AB$, then the equation of line $AB$ is?", "fact_expressions": "G: Hyperbola;H: Line;B: Point;A: Point;P: Point;Expression(G) = (x^2 - 4*y^2 = 4);Coordinate(P) = (8, 1);PointOnCurve(P,H);Intersection(H,G) = {A, B};MidPoint(LineSegmentOf(A,B))=P", "query_expressions": "Expression(LineOf(A,B))", "answer_expressions": "2*x-y-15=0", "process": "Let A(x_{1},y_{1}), B(x_{2},y_{2}), then x_{1}+x_{2}=16, y_{1}+y_{2}=2. Since x_{1}^{2}-4y_{1}=4, x_{2}^{2}-4y_{2}=4, \\therefore (x_{1}+x_{2})(x_{1}-x_{2})-4(y_{1}+y_{2})(y_{1}-y_{2})=0, \\therefore 16(x_{1}-x_{2})-8(y_{1}-y_{2})=0, \\frac{y_{1}-y_{2}}{x_{1}-x_{2}}=\\frac{16}{8}=2, \\therefore k_{AB}=2. \\therefore The equation of the line is y-1=2(x-8), i.e., 2x-y-15=0." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 8.0, 1.0 ] } } }, { "dataset": "test", "index": 68, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0068.png", "problem": { "text": "Let $O$ be the origin, the parabola $C$: $y^{2}=4x$ has directrix $l$ and focus $F$. A line passing through $F$ with slope $\\sqrt{3}$ intersects the parabola $C$ at points $A$ and $B$, with $|AF| > |BF|$. If the line $AO$ intersects $l$ at $D$, then $\\frac{|OF|}{|BD|}=$?", "fact_expressions": "C: Parabola;G: Line;l: Line;A: Point;O: Origin;F: Point;B: Point;D: Point;Expression(C) = (y^2 = 4*x);Directrix(C) = l;Focus(C) = F;PointOnCurve(F, G);Slope(G) = sqrt(3);Intersection(G, C) = {A, B};Abs(LineSegmentOf(A, F)) > Abs(LineSegmentOf(B, F));Intersection(LineOf(A,O), l) = D", "query_expressions": "Abs(LineSegmentOf(O, F))/Abs(LineSegmentOf(B, D))", "answer_expressions": "3/4", "process": "The line passing through F with slope $\\sqrt{3}$ has equation $y=\\sqrt{3}(x-1)$. Combined with the parabola $C: y^2=4x$, it yields $x^{2}-10x+3=0$. $A(3,2\\sqrt{3})$, $B\\left(\\frac{1}{3},\\frac{-2\\sqrt{3}}{3}\\right)$. Then the equation of line AO is $y=\\frac{3\\sqrt{3}}{3}x$, and its intersection point with $l: x=-1$ is $D\\left(-1,-\\frac{2\\sqrt{3}}{3}\\right)$. Therefore, $\\frac{|OF|}{BD}=\\frac{1}{4}=\\frac{3}{4}$." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 69, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0069.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{4}-\\frac{y^{2}}{3}=1$, the left and right foci are denoted as $F_{1}$ and $F_{2}$ respectively. A line passing through $F_{1}$ intersects the left branch of the hyperbola at points $A$ and $B$. If $\\angle A F_{2} B=60^{\\circ}$, then the inradius of $\\triangle A F_{2} B$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/4 - y^2/3 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;L: Line;PointOnCurve(F1, L);A: Point;B: Point;Intersection(L, LeftPart(G)) = {A, B};AngleOf(A, F2, B) = ApplyUnit(60, degree)", "query_expressions": "Radius(InscribedCircle(TriangleOf(A, F2, B)))", "answer_expressions": "(4*sqrt(3))/3", "process": "Let the incenter be M, and let the points where the incircle of $\\triangle AF_{2}B$ touches its sides be connected to the center M by line segments. By the properties of the incircle, we have $|AF_{2}| - |AQ| = |BF_{2}| - |BQ|$. Furthermore, by the definition of a hyperbola: $|AF_{2}| - |AF_{1}| = |BF_{2}| - |BF_{1}| = 2a$, it follows that Q and $F_{1}$ coincide. Then, given $\\angle AF_{2}B = 60^{\\circ}$, we can find the radius of the incircle. Let the incenter be $M(x, y)$, and let the incircle touch the sides of the triangle at points T, Q, S respectively, as shown in the figure. Connect MS, MT, MQ. By the properties of the incircle, we obtain: $|F_{2}T| = |F_{2}S|$, $|AT| = |AQ|$, $|BS| = |BQ|$. Therefore, $|AF_{2}| - |AQ| = |AF_{2}| - |AT| = |F_{2}T|$, and $|BF_{2}| - |BQ| = |BF_{2}| - |BS| = |F_{2}S|$, so $|AF_{2}| - |AQ| = |BF_{2}| - |BQ|$. By the definition of the hyperbola: $|AF_{2}| - |AF_{1}| = |BF_{2}| - |BF_{1}| = 2a$, thus Q and $F_{1}$ coincide. Hence $|TF_{2}| = 2a = 4$, so the radius of the circle is $r = |MT| = |TF_{2}|\\tan\\frac{\\angle AF_{2}B}{2} = \\frac{4\\sqrt{3}}{3}$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 70, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0070.png", "problem": { "text": "The endpoints of a line segment $AB$ of fixed length $3$ move along the parabola $y^2 = x$, and $M$ is the midpoint of segment $AB$. Then the minimum distance from $M$ to the $y$-axis is?", "fact_expressions": "Length(LineSegmentOf(A, B)) = 3;A: Point;B: Point;Endpoint(LineSegmentOf(A, B)) = {A, B};PointOnCurve(A, G);PointOnCurve(B, G);G: Parabola;Expression(G) = (y^2 = x);M: Point;MidPoint(LineSegmentOf(A, B)) = M", "query_expressions": "Min(Distance(M, yAxis))", "answer_expressions": "5/4", "process": "By the definition of a parabola, we can obtain |AF| + |BF| = x_{1} + x_{2} + \\frac{1}{2}. Using |AF| + |BF| \\geqslant |AB|, we can find the minimum value of x_{1} + x_{2}. Since the distance we are seeking is \\frac{x_{1} + x_{2}}{2}, we can determine the minimum value of the required distance. Let A(x_{1}, y_{1}), B(x_{2}, y_{2}). From the equation of the parabola, the focus is F(\\frac{1}{4}, 0) and the directrix is x = -\\frac{1}{4}. By the definition of a parabola, |AF| = x_{1} + \\frac{1}{4}, |BF| = x_{2} + \\frac{1}{4}. Since |AF| + |BF| \\geqslant |AB| = 3 (equality holds if and only if points A, F, B are collinear), it follows that x_{1} + x_{2} + \\frac{1}{2} \\geqslant 3, solving gives x_{1} + x_{2} \\geqslant \\frac{5}{2}. Since the distance from the midpoint M of AB to the y-axis is d = \\frac{x_{1} + x_{2}}{2} \\geqslant \\frac{5}{4}, the required minimum value is \\frac{5}{4}." }, "sdf_annotation": { "params": { "p": 0.25, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 72, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0072.png", "problem": { "text": "Given that points $F_{1}$ and $F_{2}$ are the left and right foci of the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, respectively, and point $A$ is an intersection point of the line $x=\\frac{4}{3}a$ and the hyperbola $C$. If point $A$ lies on the circle with diameter $F_{1}F_{2}$, then the eccentricity of the hyperbola $C$ is?", "fact_expressions": "C: Hyperbola;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);F1: Point;F2: Point;LeftFocus(C) = F1;RightFocus(C) = F2;b: Number;a: Number;a>0;b>0;A: Point;H: Line;Expression(H) = (x = (4/3)*a);OneOf(Intersection(H,C)) = A;G: Circle;IsDiameter(LineSegmentOf(F1, F2), G);PointOnCurve(A, G)", "query_expressions": "Eccentricity(C)", "answer_expressions": "3*sqrt(2)/2", "process": "Find the point A(\\frac{4a}{3},y), then since point A lies on the circle with diameter F_{1}F_{2}, we have F_{1}A\\bot F_{2}A; next, using the dot product of vectors equal to 0, obtain an equation in terms of a and c, thereby finding the eccentricity. Let A(\\frac{4a}{3},y), substitute into \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 and simplify to get y^{2}=\\frac{7}{9}b^{2}. From the given condition F_{1}A\\bot F_{2}A, it follows that \\overrightarrow{F_{1}A}\\cdot\\overrightarrow{F_{2}A}=0. Since \\overrightarrow{F_{1}A}=(\\frac{4a}{3}+c,y), \\overrightarrow{F_{2}A}=(\\frac{4a}{3}-c,y), then (\\frac{4}{3}a+c)(\\frac{4}{3}a-c)+y^{2}=(\\frac{4}{3}a+c)(\\frac{4}{3}a-c)+\\frac{7}{9}b^{2}=0. Also, a^{2}+b^{2}=c^{2}, simplifying yields: a^{2}=\\frac{2}{9}c^{2} \\Rightarrow \\frac{c^{2}}{a^{2}}=\\frac{9}{2} \\Rightarrow e=\\frac{3\\sqrt{2}}{2}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 73, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0073.png", "problem": { "text": "Given that one asymptote of the hyperbola $x^{2}+m y^{2}=1$ is $y=2 x$, then the focal length of this hyperbola is?", "fact_expressions": "G: Hyperbola;Expression(G) = (m*y^2 + x^2 = 1);m: Number;Expression(OneOf(Asymptote(G))) = (y = 2*x)", "query_expressions": "FocalLength(G)", "answer_expressions": "2*sqrt(5)", "process": "Since $ x^{2} + m y^{2} = 1 $ is a hyperbola, we have $ a^{2} = 1 $, $ b^{2} = -\\frac{1}{m} $. Also, since one asymptote of the hyperbola $ x^{2} + m y^{2} = 1 $ is $ y = 2x $, it follows that $ \\frac{b^{2}}{a^{2}} = -\\frac{1}{m} = 2^{2} = 4 $, so $ b^{2} = 4 $. Therefore, $ c^{2} = a^{2} + b^{2} = 5 $, $ c = \\sqrt{5} $, hence the focal distance $ 2c = 2\\sqrt{5} $. The answer is $ 2\\sqrt{5} $." }, "sdf_annotation": { "params": { "a": 1.2631799883090584, "b": 2.5275303393962245, "orientation": "horizontal" }, "optimization": { "final_loss": 4.481942266905428e-06, "converged": true, "iterations": 95 }, "coords": {} } }, { "dataset": "test", "index": 74, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0074.png", "problem": { "text": "Given the parabola $C$: $y^{2}=4x$, a line $l$ passing through the focus $F$ intersects the parabola $C$ at points $A$ and $B$. If the projections on the $y$-axis of the midpoints of segments $AF$ and $BF$ are $P$ and $Q$ respectively, and $|PQ|=4$, then the equation of line $l$ is?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 4*x);F: Point;Focus(C) = F;l: Line;PointOnCurve(F, l);A: Point;B: Point;Intersection(l, C) = {A, B};P: Point;Q: Point;Projection(MidPoint(LineSegmentOf(A, F)), yAxis) = P;Projection(MidPoint(LineSegmentOf(B, F)), yAxis) = Q;Abs(LineSegmentOf(P, Q)) = 4", "query_expressions": "Expression(l)", "answer_expressions": "{y=((sqrt(3)/3)*x)-sqrt(3)/3, y=((-sqrt(3)/3)*x)+sqrt(3)/3}", "process": "\\because parabola C: y^{2} = 4x, \\therefore the focus of the parabola is F(1,0). Let A(x_{1},y_{1}), B(x_{2},y_{2}). Let the equation of line l be x = my + 1. Solving the system of equations:\n\\begin{cases}\nx = my + 1 \\\\\ny^{2} = 4x\n\\end{cases}\nSimplifying and rearranging yields y^{2} - 4my - 4 = 0. By Vieta's formulas, we get y_{1} + y_{2} = 4m, y_{1} \\cdot y_{2} = -4. \\because the projections on the y-axis of the midpoints of segments AF and BF are P and Q respectively, \\therefore P(0, \\frac{1}{2}y_{1}), Q(0, \\frac{1}{2}y_{2}), \\therefore |PQ| = \\frac{1}{2}|y_{1} - y_{2}| = \\frac{1}{2}\\sqrt{(y_{1} + y_{2})^{2} - 4y_{1}y_{2}} = \\frac{1}{2}\\sqrt{16m^{2} + 16} = 4. Solving gives m = \\pm\\sqrt{3}. Hence, the equation of line l is y = \\frac{\\sqrt{3}}{3}x - \\frac{\\sqrt{3}}{3} or y = -\\frac{\\sqrt{3}}{3}x + \\frac{\\sqrt{3}}{3}" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 75, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0075.png", "problem": { "text": "Given that the directrix of the parabola $y^{2}=8 x$ passes through a focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1(a>0, b>0)$, and the eccentricity of the hyperbola is $2$, then the equation of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Parabola;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(H) = (y^2 = 8*x);PointOnCurve(OneOf(Focus(G)), Directrix(H));Eccentricity(G) = 2", "query_expressions": "Expression(G)", "answer_expressions": "x^2-y^2/3=1", "process": "The directrix of $ y^{2} = 8x $ is $ x = -2 $. Then in the hyperbola, $ c = 2 $, $ \\frac{c}{a} = \\frac{2}{a} = 2 $, $ a = 1 $, $ b = \\sqrt{3} $, so the equation of the hyperbola is $ x^{2} - \\frac{y^{2}}{2} = 1 $." }, "sdf_annotation": { "params": { "a": 1.366584062576294, "b": 2.364173412322998, "orientation": "horizontal" }, "optimization": { "final_loss": 0.00017838670464698225, "converged": true, "iterations": 89 }, "coords": {} } }, { "dataset": "test", "index": 76, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0076.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. A tangent line drawn from point $F_{1}$ to the circle $x^{2}+y^{2}=a^{2}$ intersects the right branch of the hyperbola at point $M$. If $\\angle F_{1} M F_{2}=\\frac{\\pi}{4}$, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;H: Circle;Expression(H) = (x^2 + y^2 = a^2);M: Point;AngleOf(F1, M, F2) = pi/4;L:Line;TangentOfPoint(F1,H)=L;Intersection(L,RightPart(G))=M", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(3)", "process": "Let the point of tangency be N, connect ON, and draw F_{2}A\\botMN from F_{2}, with foot at A, as shown in the figure: by the tangent property of a circle, we have ON\\botF_{1}M, ON=a; by the midline theorem of a triangle, we obtain AF_{2}=2a, AF_{2}\\botF_{1}M. In right triangle AF_{1}F_{2}, AF_{1}=\\sqrt{F_{1}F_{2}^{2}-AF_{2}^{2}}=2b. In right triangle AF_{2}M, \\angleF_{1}MF_{2}=\\frac{\\pi}{4}, so MA=2a, F_{2}M=2\\sqrt{2}a. By the definition of a hyperbola: F_{1}M-F_{2}M=2a, that is, 2b+2a-2\\sqrt{2}a=2a, thus b=\\sqrt{2}a. Since c=\\sqrt{a^{2}+b^{2}}, we have c=\\sqrt{a^{2}+b^{2}}=\\sqrt{3}a. Therefore, e=\\frac{c}{a}=\\sqrt{3}, that is, the eccentricity of the hyperbola is \\sqrt{3}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 77, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0077.png", "problem": { "text": "Given point $A(0 , 2)$, the focus of the parabola $y^{2}=2 px(p>0)$ is $F$, the directrix is $l$, the line segment $FA$ intersects the parabola at point $B$, from $B$ a perpendicular is drawn to $l$, with foot of perpendicular at $M$. If $A M \\perp M F$, then $p$=?", "fact_expressions": "A: Point;Coordinate(A) = (0, 2);G: Parabola;Expression(G) = (y^2 = 2*(p*x));p: Number;p>0;F: Point;Focus(G) = F;l: Line;Directrix(G) = l;B: Point;Intersection(LineSegmentOf(F, A), G) = B;Z: Line;PointOnCurve(B, Z);IsPerpendicular(Z, l);M: Point;FootPoint(Z, l) = M;IsPerpendicular(LineSegmentOf(A, M), LineSegmentOf(M, F))", "query_expressions": "p", "answer_expressions": "sqrt(2)", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": { "A": [ 0.0, 2.0 ] } } }, { "dataset": "test", "index": 78, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0078.png", "problem": { "text": "Given that $F$ is the right focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, and the circle with diameter $OF$ ($O$ being the origin) intersects the hyperbola at a point $A$, if the angle of inclination of $OA$ is $\\frac{\\pi}{6}$, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Circle;O: Origin;F: Point;A: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);RightFocus(G) = F;IsDiameter(LineSegmentOf(O, F), H);OneOf(Intersection(H, G)) = A;Inclination(LineSegmentOf(O, A)) = pi/6", "query_expressions": "Eccentricity(G)", "answer_expressions": "(sqrt(13) + 1)/3", "process": "Let $ F_{1} $ be the left focus of the hyperbola $ \\frac{x^{2}}{a^{2}} - \\frac{y^{2}}{b^{2}} = 1 $ $ (a > 0, b > 0) $, then $ |AF| = \\frac{c}{2} $, $ |AF_{1}| = 2a + \\frac{c}{2} $. In triangle $ AF_{1}F $, $ \\angle OFA = \\frac{\\pi}{3} $, by the cosine law we get $ \\left(2a + \\frac{c}{2}\\right)^{2} = (2c)^{2} + \\left(\\frac{c}{2}\\right)^{2} - 2 \\cdot 2c \\cdot \\frac{c}{2} \\cdot \\cos\\frac{\\pi}{3} $, then $ 2a + \\frac{c}{2} = \\frac{\\sqrt{13}c}{2} $, i.e., $ e = \\frac{c}{a} = \\frac{\\sqrt{13} + 1}{b} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 79, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0079.png", "problem": { "text": "The line passing through the right focus of the hyperbola $\\frac{x^{2}}{3}-y^{2}=1$ and perpendicular to the $x$-axis intersects the two asymptotes of this hyperbola at points $A$ and $B$. Then the length of $AB$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/3 - y^2 = 1);H: Line;PointOnCurve(RightFocus(G), H);IsPerpendicular(H, xAxis);A: Point;B: Point;L1: Line;L2: Line;Asymptote(G) = {L1, L2};Intersection(H, L1) = A;Intersection(H, L2) = B", "query_expressions": "Length(LineSegmentOf(A, B))", "answer_expressions": "4*sqrt(3)/3", "process": "The asymptotes of the hyperbola $\\frac{x^{2}}{3}-y^{2}=1$ are $y=\\pm\\frac{\\sqrt{3}}{3}x$. The right focus is $(2,0)$. Then the points are $A(2,\\frac{2\\sqrt{3}}{3})$, $B(2,-\\frac{2\\sqrt{3}}{3})$. Therefore, $|AB|=\\frac{2\\sqrt{3}}{3}-(-\\frac{2\\sqrt{3}}{3})=\\frac{4\\sqrt{3}}{3}$." }, "sdf_annotation": { "params": { "a": 1.7320508075688772, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 80, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0080.png", "problem": { "text": "Given that point $P$ is any point on the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ except the vertices, $F_{1}$ and $F_{2}$ are the left and right foci respectively, $c$ is the semi-focal length, and the incircle of $\\angle P F_{1} F_{2}$ touches $F_{1} F_{2}$ at point $M$, then $|F_{1} M| \\cdot|F_{2} M|$=?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;F1: Point;F2: Point;P: Point;M: Point;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);PointOnCurve(P, G);Negation(P=Vertex(G));LeftFocus(G) = F1;RightFocus(G) = F2;HalfFocalLength(G) = c;c:Number;TangentPoint(InscribedCircle(TriangleOf(P,F1,F2)),LineSegmentOf(F1,F2))=M", "query_expressions": "Abs(LineSegmentOf(F1, M))*Abs(LineSegmentOf(F2, M))", "answer_expressions": "b^2", "process": "Let the point of tangency between the circle and $ PF_{1} $ be point $ S $, and the point of tangency with $ PF_{2} $ be point $ T $. According to the property that the lengths of two tangent segments drawn from an external point to a circle are equal, we have: $ |F_{1}M| = |F_{1}S| $, $ |F_{2}M| = |F_{2}T| $, $ |PS| = |PT| $\\textcircled{1}. When $ P $ is on the right branch of the hyperbola, by the definition of a hyperbola, we know $ |F_{1}M| - |F_{2}M| = |F_{1}P| - |F_{2}P| = 2a $\\textcircled{1}; and since $ |F_{1}M| + |MF_{2}| = |F_{1}F_{2}| = 2c $\\textcircled{2}, solving \\textcircled{1} and \\textcircled{2} together gives: $ |F_{1}M| = a + c $, $ |F_{2}M| = c - a $, so $ |F_{1}M| \\cdot |F_{2}M| = (a + c)(c - a) = c^{2} - a^{2} = b^{2} $; \\textcircled{2} When $ P $ is on the left branch of the hyperbola, by the definition of a hyperbola, we know $ |F_{2}M| - |F_{1}M| = |F_{2}P| - |F_{1}P| = 2a $\\textcircled{3}; and since $ |F_{1}M| + |MF_{2}| = |F_{1}F_{2}| = 2c $\\textcircled{4}, solving \\textcircled{3} and \\textcircled{4} together gives: $ |F_{2}M| = a + c $, $ |F_{1}M| = c - a $, $ |F_{1}M| \\cdot |F_{2}M| = (a + c)(c - a) = c^{2} - a^{2} = b^{2} $. In summary, $ |F_{1}M| \\cdot |F_{2}M| = b^{2} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 82, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0082.png", "problem": { "text": "If point $Q(4,1)$ is the midpoint of chord $AB$ of the parabola $y^{2}=8x$, then the equation of line $AB$ is?", "fact_expressions": "G: Parabola;A: Point;B: Point;Q: Point;Expression(G) = (y^2 = 8*x);IsChordOf(LineSegmentOf(A,B),G);Coordinate(Q) = (4, 1);MidPoint(LineSegmentOf(A,B))=Q", "query_expressions": "Expression(LineOf(A, B))", "answer_expressions": "4*x - y - 15 = 0", "process": "Since the midpoint Q(4,1) is given, the slope of the line exists. Using the point difference method, the slope is found, and then the equation of line AB can be determined. According to the problem, when AB is perpendicular to the x-axis, it does not satisfy the condition, so the slope of line AB exists. Let A(x_{1},y_{1}), B(x_{2},y_{2}), then y_{1}=8x_{1}\\textcircled{1}, y_{2}=8x_{2}\\textcircled{2} and x_{1}+x_{2}=8, y_{1}+y_{2}=2. \\textcircled{1}-\\textcircled{2} gives (y_{1}+y_{2})(y_{1}-y_{2})=8(x_{1}-x_{2}), that is, 2(y_{1}-y_{2})=8(x_{1}-x_{2}), that is, \\frac{y_{1}-y_{2}}{x_{1}-x_{2}}=4. Hence, the slope of line AB is k=4. Therefore, the equation of line AB is y=4(x-4)+1, that is, 4x-y-15=0." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "Q": [ 4.0, 1.0 ] } } }, { "dataset": "test", "index": 83, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0083.png", "problem": { "text": "Given that $O$ is the coordinate origin, the parabola $C$: $y^{2}=2 p x$ ($p>0$) has focus $F$, $P$ is a point on $C$, $PF$ is perpendicular to the $x$-axis, $Q$ is a point on the $x$-axis, and $PQ \\perp OP$. If $|FQ|=6$, then the equation of the directrix of $C$ is?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 2*p*x);p: Number;P: Point;F: Point;Q: Point;O: Origin;p>0;Focus(C)=F;PointOnCurve(P,C);IsPerpendicular(LineSegmentOf(P,F),xAxis);PointOnCurve(Q, xAxis);IsPerpendicular(LineSegmentOf(P, Q), LineSegmentOf(O, P));Abs(LineSegmentOf(F, Q)) = 6", "query_expressions": "Expression(Directrix(C))", "answer_expressions": "x=-3/2", "process": "From the problem, we have |OF| = \\frac{p}{2}, |PF| = p, \\angle OPF = \\angle PQF, so \\tan\\angle OPF = \\tan\\angle PQF. Therefore, \\frac{|OF|}{|PF|} = \\frac{|PF|}{|FQ|}, that is, \\frac{\\frac{p}{2}}{p} = \\frac{p}{6}. Solving gives p = 3. Thus, the equation of the directrix of C is x = -\\frac{3}{2}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 84, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0084.png", "problem": { "text": "The hyperbola $ C $: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 $ ($ a>0, b>0 $) has eccentricity $ 2 $. Its asymptotes are tangent to the circle $ (x-a)^{2}+y^{2}=3 $. Then the equation of the hyperbola $ C $ is?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;G: Circle;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);Expression(G) = (y^2 + (-a + x)^2 = 3);Eccentricity(C) = 2;IsTangent(Asymptote(C),G)", "query_expressions": "Expression(C)", "answer_expressions": "x^2/4-y^2/12=1", "process": "Given the eccentricity $ e = \\frac{c}{a} = \\frac{\\sqrt{a^{2}+b^{2}}}{a} = 2 $, that is, $ b^{2} = 3a^{2} $; also, the asymptote $ bx + ay = 0 $ is tangent to the circle $ (x-a)^{2} + y^{2} = 3 $, yielding $ \\frac{ab}{\\sqrt{b^{2}+a^{2}}} = \\sqrt{3} $. Solving these equations simultaneously gives $ a^{2} = 4 $, $ b^{2} = 12 $, so the equation of the hyperbola is: $ \\frac{x^{2}}{4} - \\frac{y^{2}}{12} = 1 $." }, "sdf_annotation": { "params": { "a": 1.366584062576294, "b": 2.364173412322998, "orientation": "horizontal" }, "optimization": { "final_loss": 0.00017838670464698225, "converged": true, "iterations": 89 }, "coords": {} } }, { "dataset": "test", "index": 85, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0085.png", "problem": { "text": "The line $ l $ passing through the origin intersects the hyperbola $ \\frac{x^{2}}{4} - \\frac{y^{2}}{3} = -1 $ at two points. Then, the range of the slope of $ l $ is?", "fact_expressions": "l: Line;O: Origin;PointOnCurve(O, l) = True;G: Hyperbola;Expression(G) = (x^2/4 - y^2/3 = -1);NumIntersection(l, G) = 2", "query_expressions": "Range(Slope(l))", "answer_expressions": "{(sqrt(3)/2, +oo), (-oo, -sqrt(3)/2)}", "process": "Let the equation of the line $ l $ passing through the origin be $ y = kx $. From \n\\[\n\\begin{cases}\n\\frac{x^2}{4} - \\frac{y^2}{3} = -1 \\\\\ny = kx\n\\end{cases}\n\\] \nwe obtain $ (3 - 4k^2)x^2 + 12 = 0 $. Since the line $ l $ intersects the hyperbola $ \\frac{x^2}{4} - \\frac{y^2}{3} = -1 $ at two points, it follows that $ \\Delta = 0 - 4 \\times (3 - 4k^2) \\times 12 > 0 $, that is, $ 4k^2 > 3 $. Solving gives: $ k > \\frac{\\sqrt{3}}{2} $ or $ k < -\\frac{\\sqrt{3}}{2} $." }, "sdf_annotation": { "params": { "a": 1.7320508075688772, "b": 2.0, "orientation": "vertical" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 86, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0086.png", "problem": { "text": "Given point $M(-1 , 1)$ and parabola $C$: $y^{2}=4 x$, a line passing through the focus of $C$ with slope $k$ intersects $C$ at points $A$ and $B$. If $\\angle A M B=90^{\\circ}$, then $k$=?", "fact_expressions": "M: Point;Coordinate(M) = (-1, 1);C: Parabola;Expression(C) = (y^2 = 4*x);G: Line;PointOnCurve(Focus(C),G) = True;Slope(G) = k;k: Number;Intersection(G, C) = {A, B};A: Point;B: Point;AngleOf(A, M, B) = ApplyUnit(90, degree)", "query_expressions": "k", "answer_expressions": "2", "process": "Let A(x_{1},y_{1}), B(x_{2},y_{2}). Then \n\\begin{cases}y_{1}^{2}=4x_{1}\\\\y_{2}^{2}=4x_{2}\\end{cases} \nSo y_{1}^{2}-y_{2}^{2}=4x_{1}-4x_{2}. \nThus k=\\frac{y_{1}-y_{2}}{x_{1}-x_{2}}=\\frac{4}{y_{1}+y_{2}}. \nTake the midpoint M(x_{0},y_{0}) of AB. Draw perpendiculars from points A and B to the directrix x=-1, with feet of perpendiculars A' and B' respectively. \nSince \\angle AMB=90^{\\circ}, \\therefore |MM'|=\\frac{1}{2}|AB|=\\frac{1}{2}(|AF|+|BF|)=\\frac{1}{2}(|AA'|+|BB'|). \nSince M' is the midpoint of A'B', MM' is parallel to the x-axis. \nGiven M(-1,1), so y_{0}=1, then y_{1}+y_{2}=2, hence k=2." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "M": [ -1.0, 1.0 ] } } }, { "dataset": "test", "index": 87, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0087.png", "problem": { "text": "A point $M(1, m)$ $(m>0)$ on the parabola $y^{2}=2 p x$ $(p>0)$ is at a distance of $5$ from its focus. The left vertex of the hyperbola $\\frac{x^{2}}{a}-y^{2}=1$ is $A$. If one asymptote of the hyperbola is parallel to the line $AM$, then the real number $a$=?", "fact_expressions": "H: Parabola;Expression(H) = (y^2 = 2*(p*x));p: Number;p>0;M: Point;m: Number;m>0;Coordinate(M) = (1, m);PointOnCurve(M, H);Distance(M, Focus(H)) = 5;G: Hyperbola;Expression(G) = (-y^2 + x^2/a = 1);a: Real;A: Point;LeftVertex(G) = A;IsParallel(OneOf(Asymptote(G)), LineOf(A, M))", "query_expressions": "a", "answer_expressions": "", "process": "\\frac{1}{3} Test Analysis: According to the definition of a parabola, the distance from point M(1,m) (m>0) to the focus of the parabola is equal to its distance to the directrix of the parabola x=-\\frac{p}{2}, that is: 1+\\frac{p}{2}=5. Solving gives: p=8, so the equation of the parabola is: y^{2}=16x. At this time M(1,4). The left vertex of the hyperbola \\frac{x^{2}}{a}-y^{2}=1 is A(-\\sqrt{a},0), and its asymptotes are: y=\\pm\\frac{\\sqrt{a}}{a}x'. Since one asymptote of the hyperbola is parallel to the line AM, it must hold that \\frac{4}{1+\\sqrt{a}}=\\frac{\\sqrt{a}}{a}. Solving gives: a=\\frac{1}{9}. Therefore, the answer is: \\frac{1}{3}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 89, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0089.png", "problem": { "text": "Given that the asymptotes of the hyperbola $\\frac{x^{2}}{4}-\\frac{y^{2}}{b^{2}}=1$ $(b>0)$ are $\\sqrt{3} x \\pm y=0$, then $b=$?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/4 - y^2/b^2 = 1);b: Number;b>0;Expression(Asymptote(G)) = (sqrt(3)*x + pm*y = 0)", "query_expressions": "b", "answer_expressions": "2*sqrt(3)", "process": "Use the hyperbola equation to write the asymptote equations and solve for b. That is, [Detailed Solution] The asymptote equations of the hyperbola \\frac{x^{2}}{4}-\\frac{y^{2}}{b^{2}}=1 (b>0) are: bx+2y=0. Since the asymptote equations of the hyperbola \\frac{x^{2}}{4}-\\frac{y^{2}}{b^{2}}=1 (b>0) are \\sqrt{3}x \\pm y=0, it follows that \\frac{b}{2}=\\sqrt{3}, so b=2\\sqrt{3}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 91, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0091.png", "problem": { "text": "$F$ is the focus of the parabola $y^{2}=4x$, $P$ is any point on the parabola, $A(3, 1)$ is a fixed point. Then the minimum value of $|PF|+|PA|$ is?", "fact_expressions": "G: Parabola;A: Point;P: Point;F: Point;Expression(G) = (y^2 = 4*x);Coordinate(A) = (3, 1);Focus(G) = F;PointOnCurve(P, G)", "query_expressions": "Min(Abs(LineSegmentOf(P, A)) + Abs(LineSegmentOf(P, F)))", "answer_expressions": "4", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 3.0, 1.0 ] } } }, { "dataset": "test", "index": 93, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0093.png", "problem": { "text": "Given the hyperbola $C$: $x^{2}-\\frac{y^{2}}{3}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively, $M$ is a point on the left branch of the hyperbola $C$, the perimeter of $\\Delta M F_{1} F_{2}$ is $9$, and point $P$ moves on the right branch of the hyperbola $C$. Then the range of the area of $\\Delta M F_{1} P$ is?", "fact_expressions": "C: Hyperbola;M: Point;F1: Point;F2: Point;P: Point;Expression(C) = (x^2 - y^2/3 = 1);LeftFocus(C) = F1;RightFocus(C) = F2;PointOnCurve(M, LeftPart(C));Perimeter(TriangleOf(M, F1, F2)) = 9;PointOnCurve(P, RightPart(C))", "query_expressions": "Range(Area(TriangleOf(M, F1, P)))", "answer_expressions": "(3*sqrt(3)/4, +oo)", "process": "By the given condition and the definition of a hyperbola, we obtain |MF₁| = 3/2, |MF₂| = 7/2, then we can find M(-5/4, 3√3/4). Since the line MF₁ is parallel to the asymptote y = √3x, it follows that S△MF₁P > (1/2)|MF₁|·√3 = 3√3/4. ∵ M is a point on the left branch of hyperbola C, ∴ |MF₂| − |MF₁| = 2. ∵ the perimeter of ΔMF₁F₂ is 9, ∴ |MF₂| + |MF₁| + |F₁F₂| = 9. ∵ |F₁F₂| = 4, ∴ |MF₁| = 3/2, |MF₂| = 7/2. Solving gives x₀ = −5/4, y₀ = ±3√3/4. By symmetry of the hyperbola, without loss of generality take y₀ = 3√3/4, then M(−5/4, 3√3/4). ∴ kMF₁ = √3, ∴ the equation of line MF₁ is y = √3(x + 2). ∵ line MF₁ is parallel to the asymptote y = √3x, ∴ any point on the right branch of hyperbola C has distance to line MF₁ greater than the distance between two parallel lines, i.e., greater than √3, ∴ S△MF₁P > (1/2)|MF₁|·√3 = 3√3/4." }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.7320508075688772, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 96, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0096.png", "problem": { "text": "Given that $O$ is the coordinate origin, $F_{1}$ and $F_{2}$ are the left and right foci of the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{8}=1$, $A$ is the right vertex of the ellipse, and a moving point $P(x_{0}, y_{0})$ satisfies $\\overrightarrow{O P} \\cdot \\overrightarrow{O A}=9$, then when $\\angle F_{1} P F_{2}$ is maximized, $y_{0}^{2}$=?", "fact_expressions": "G: Ellipse;P: Point;O: Origin;A: Point;F1: Point;F2: Point;x0: Number;y0: Number;Expression(G) = (x^2/9 + y^2/8 = 1);Coordinate(P) = (x0, y0);LeftFocus(G) = F1;RightFocus(G) = F2;RightVertex(G) = A;DotProduct(VectorOf(O, P), VectorOf(O, A)) = 9;WhenMax(AngleOf(F1, P, F2))", "query_expressions": "y0^2", "answer_expressions": "8", "process": "From $\\overrightarrow{OP}\\cdot\\overrightarrow{OA}=9$, $x_{0}$ can be determined. According to $\\tan\\angle F_{1}PF_{2}=\\frac{k_{PF_{2}}-k_{PF_{1}}}{1+k_{PF_{2}}\\cdot k_{PF_{1}}}$, express $\\tan\\angle F_{1}PF_{2}$ in terms of $y_{0}$, and combining with the basic inequality, the maximum value of $\\tan\\angle F_{1}PF_{2}$ can be found. By the monotonicity of the tangent function, $\\angle F_{1}PF_{2}$ is maximized at this point. The result follows from the equality condition of the basic inequality. [Solution] From the ellipse equation: $A(3,0)$, $F_{1}(-1,0)$, $F_{2}(1,0)$. Then $\\overrightarrow{OP}\\cdot\\overrightarrow{OA}=(x_{0},y_{0})\\cdot(3,0)=3x_{0}=9$, solving gives $x_{0}=3$. Without loss of generality, assume $y_{0}>0$. From $k_{PF_{1}}=\\frac{y_{0}}{4}$, $k_{PF_{2}}=\\frac{y_{0}}{2}$, we get $\\tan\\angle F_{1}PF_{2}=\\tan(\\angle PF_{2}A - \\angle PF_{1}A)=\\frac{k_{PF_{2}}-k_{PF_{1}}}{1+k_{PF_{2}}\\cdot k_{PF_{1}}}=\\frac{\\frac{y_{0}}{2}-\\frac{y_{0}}{4}}{1+\\frac{y_{0}}{2}\\cdot\\frac{y_{0}}{4}}=\\frac{\\frac{y_{0}}{4}}{1+\\frac{y_{0}^{2}}{8}}=\\frac{2}{\\frac{8}{y_{0}}+y_{0}}\\leq\\frac{2}{2\\sqrt{\\frac{8}{y_{0}}\\cdot y_{0}}}=\\frac{\\sqrt{2}}{4}$ (equality holds if and only if $\\frac{8}{y_{0}}=y_{0}$). Since $\\angle F_{1}PF_{2}\\in[0,\\frac{\\pi}{2})$, by the monotonicity of the tangent function, when $\\tan\\angle F_{1}PF_{2}$ is maximized, $\\angle F_{1}PF_{2}$ is maximized. At this time, $\\frac{8}{y_{0}}=y_{0}$, i.e., $y_{0}^{2}=8$." }, "sdf_annotation": { "params": { "a": 3.0, "b": 2.8284271247461903, "major_axis": "x", "x_coef": 9.0, "y_coef": 8.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 97, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0097.png", "problem": { "text": "The hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ ($a>0$, $b>0$) has left and right foci $F_{1}$, $F_{2}$ ($|F_{1} F_{2}|=2 c$). A circle $A$ is drawn with the origin $O$ as center and radius $c$. The circle $A$ intersects the hyperbola $C$ at a point $P$. If the area of triangle $F_{1} P F_{2}$ is $a^{2}$, then what is the eccentricity of $C$?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;c:Number;A: Circle;F1: Point;F2: Point;P: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);LeftFocus(C) =F1;RightFocus(C)=F2;Abs(LineSegmentOf(F1,F2))=2*c;O:Origin;Center(A)=O;Radius(A)=c;OneOf(Intersection(A, C)) = P;Area(TriangleOf(F1,P,F2)) = a^2", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(2)", "process": "Let P be a point on the right branch, and let |PF₁| = m, |PF₂| = n. By the definition of the hyperbola, we have m - n = 2a. According to the problem, triangle PF₁F₂ is a right triangle with ∠F₁PF₂ = 90°, so m² + n² = 4c², and (1/2)mn = a². From (m - n)² = m² + n² - 2mn = 4c² - 4a² = 4a², it follows that c = √2 a." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 98, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0098.png", "problem": { "text": "Let $F_{1}$ and $F_{2}$ be the left and right foci of the hyperbola $x^{2}-\\frac{y^{2}}{9}=1$. If point $P$ lies on the hyperbola and $\\overrightarrow{P F_{1}} \\cdot \\overrightarrow{P F_{2}}=0$, \nthen $|\\overrightarrow{P F_{1}}+\\overrightarrow{P F_{2}}|$=?", "fact_expressions": "G: Hyperbola;P: Point;F2: Point;F1: Point;Expression(G) = (x^2 - y^2/9 = 1);LeftFocus(G) = F1;RightFocus(G) = F2;PointOnCurve(P, G);DotProduct(VectorOf(P, F1), VectorOf(P, F2)) = 0", "query_expressions": "Abs(VectorOf(P, F1) + VectorOf(P, F2))", "answer_expressions": "2*sqrt(10)", "process": "" }, "sdf_annotation": { "params": { "a": 1.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 101, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0101.png", "problem": { "text": "Given that the point $P(t, 3)$ lies on the parabola $C$: $y^{2}=2 x$, and $F$ is the focus of $C$, then $|P F|$=?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 2*x);P: Point;t: Number;Coordinate(P) = (t, 3);PointOnCurve(P, C);F: Point;Focus(C) = F", "query_expressions": "Abs(LineSegmentOf(P, F))", "answer_expressions": "5", "process": "Point P(t,3) lies on the parabola C: y^{2}=2x, so 2t=9, solving gives t=\\frac{9}{2}. By the definition of the parabola: \\frac{9}{2}-(-\\frac{1}{2})=5, therefore |PF|=5." }, "sdf_annotation": { "params": { "p": 0.5, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 103, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0103.png", "problem": { "text": "The distance from the right focus of the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{b^{2}}=1(b>0)$ to its asymptote is half the distance from the right focus to the left vertex. Then $b$=?", "fact_expressions": "G: Hyperbola;b: Number;b>0;Expression(G) = (x^2/9 - y^2/b^2 = 1);Distance(RightFocus(G),Asymptote(G))=(1/2)*Distance(RightFocus(G),LeftVertex(G))", "query_expressions": "b", "answer_expressions": "4", "process": "According to the problem: b = \\frac{a+c}{2}, and since a = 3, and 9 + b^{2} = c^{2}, it follows that c = 5, b = 4." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 107, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0107.png", "problem": { "text": "The ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ has two foci $F_{1}$, $F_{2}$. Point $P$ lies on the ellipse $C$, and $P F_{1} \\perp F_{1} F_{2}$, $|P F_{1}|=\\frac{4}{3}$, $|P F_{2}|=\\frac{14}{3}$. Then the equation of the ellipse $C$ is?", "fact_expressions": "C: Ellipse;b: Number;a: Number;P: Point;F1: Point;F2: Point;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);Focus(C) = {F1, F2};PointOnCurve(P, C);IsPerpendicular(LineSegmentOf(P, F1), LineSegmentOf(F1, F2));Abs(LineSegmentOf(P, F1)) = 4/3;Abs(LineSegmentOf(P, F2)) = 14/3", "query_expressions": "Expression(C)", "answer_expressions": "x^2/9 + y^2/4 = 1", "process": "\\because|PF_{1}|+|PF_{2}|=2a,|PF_{1}|=\\frac{4}{3},|PF_{2}|=\\frac{14}{3}\\therefore2a=6,a=3, Also PF_{1}\\botF_{1}F_{2},\\therefore|F_{1}F_{2}|^{2}+|PF_{1}|^{2}=|PF_{2}|^{2},4c^{2}+(\\frac{4}{3})^{2}=(\\frac{14}{3})^{2}\\thereforec^{2}=5,\\thereforeb^{2}=a^{2}-c^{2}=9-5=4\\therefore the equation of ellipse C is \\frac{x^{2}}{9}+\\frac{y^{2}}{4}=" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 108, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0108.png", "problem": { "text": "There is a chord $PQ$ passing through the right focus $F_2$ of the hyperbola $x^2 - y^2 = 8$, with $|PQ| = 7$, and $F_1$ is the left focus. What is the perimeter of $\\Delta F_1PQ$?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2 - y^2 = 8);RightFocus(G) = F2;F2: Point;P: Point;Q: Point;PointOnCurve(F2, LineSegmentOf(P, Q)) = True;IsChordOf(LineSegmentOf(P, Q), G) = True;Abs(LineSegmentOf(P, Q)) = 7;F1: Point;LeftFocus(G) = F1", "query_expressions": "Perimeter(TriangleOf(F1, P, Q))", "answer_expressions": "14+8*sqrt(2)", "process": "" }, "sdf_annotation": { "params": { "a": 2.8284271247461903, "b": 2.8284271247461903, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 109, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0109.png", "problem": { "text": "Given the equation of the ellipse is $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, $F_{1}$, $F_{2}$ are the left and right foci of the ellipse, $P$ is a point on the ellipse in the first quadrant, $I$ is the incenter of $\\triangle P F_{1} F_{2}$, the line $P I$ intersects the $x$-axis at point $Q$, the eccentricity of the ellipse is $\\frac{1}{3}$, if $\\overrightarrow{P Q}=\\lambda \\overrightarrow{I Q}$, then the value of $\\lambda$ is?", "fact_expressions": "G: Ellipse;I: Point;P: Point;F1: Point;F2: Point;Q: Point;lambda:Number;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);LeftFocus(G) =F1;RightFocus(G)=F2;PointOnCurve(P,G);Quadrant(P)=1;Incenter(TriangleOf(P, F1, F2)) = I;Intersection(LineOf(P,I), xAxis) = Q;Eccentricity(G) = 1/3;VectorOf(P, Q) = lambda*VectorOf(I, Q);a:Number;b:Number;a>b;b>0", "query_expressions": "lambda", "answer_expressions": "4", "process": "As shown in the figure, connect IF₁, IF₂, I is the incenter of △PF₁F₂, so IF₁, IF₂ are the angle bisectors of ∠PF₁F₂ and ∠PF₂F respectively. Since the line passing through point P and the incenter I of △PF₁F₂ intersects the x-axis at point Q, then PQ is the angle bisector of ∠F₁PF₂, thus the distances from Q to lines PF₁, PF₂ are equal. Therefore, $\\frac{S_{\\triangle PF_{1}Q}}{S_{\\triangle PF_{2}Q}} = \\frac{|PF_{1}|}{|PF_{2}|} = \\frac{|C|}{|C|}$. Similarly, we obtain $\\frac{1}{1}$. From the property of proportional relations, $\\frac{|PI|}{|IQ|}$. Also, the eccentricity of the ellipse $e = \\frac{c}{a} = \\frac{|\\overrightarrow{IQ}|}{|\\overrightarrow{PI}|} = \\frac{1}{3}$. Therefore, $\\overrightarrow{PI} = ?\\overrightarrow{IQ}$, so $\\overrightarrow{PQ} = 4\\overrightarrow{IQ}$, hence $\\lambda = 4$." }, "sdf_annotation": { "params": { "a": 1.7994307279586792, "b": 1.695713604329748, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 1.1180587689958606e-05, "converged": true, "iterations": 86 }, "coords": {} } }, { "dataset": "test", "index": 110, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0110.png", "problem": { "text": "The line $ l $ passes through the focus $ F $ of the parabola $ y^{2} = 4x $, and intersects the parabola at points $ A $ and $ B $. If $ \\overrightarrow{A F} = 5 \\overrightarrow{F B} $, then the slope of line $ l $ is?", "fact_expressions": "l: Line;G: Parabola;A: Point;F: Point;B: Point;Expression(G) = (y^2 = 4*x);Focus(G) = F;PointOnCurve(F, l);Intersection(l,G)={A,B};VectorOf(A, F) = 5*VectorOf(F, B)", "query_expressions": "Slope(l)", "answer_expressions": "pm*sqrt(5)/2", "process": "According to the problem, the focus of the parabola $ y^{2} = 4x $ is $ F(1,0) $. Let the equation of line $ l $ be $ y = k(x - 1) $. From \n$$\n\\begin{cases}\ny = k(x - 1) \\\\\ny^{2} = 4x\n\\end{cases}\n$$ \nwe obtain $ k^{2}x^{2} - 2(k^{2} + 2)x + k^{2} = 0 $. Let $ A(x_{1}, y_{1}) $, $ B(x_{2}, y_{2}) $. \n$ \\therefore x_{1} + x_{2} = 2 + \\frac{4}{k^{2}} $, $ x_{1} \\cdot x_{2} = 1 $. \n$ \\overrightarrow{FA} = 5\\overrightarrow{FB} \\Rightarrow x_{1} - 1 = 5x_{2} - 5 $, i.e., $ 5x_{2} + x_{1} - 6 = 0 $. \nSince $ x_{1} = \\frac{1}{x_{2}} $, $ \\therefore 5x_{2} + \\frac{1}{x_{2}} - 6 = 0 $, solving gives $ x_{2} = 1 $ or $ x_{2} = \\frac{1}{5} $. \n$ \\therefore x_{1} = 1 $ or $ x_{1} = 5 $. Also $ x_{1} + x_{2} = 2 + \\frac{4}{k^{2}} > 2 $, substituting $ x_{1} = 5 $ gives $ k = \\pm \\frac{\\sqrt{5}}{2} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 111, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0111.png", "problem": { "text": "The equation of the circle whose center is at the right focus of the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$ and which is tangent to its asymptotes is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/9 - y^2/16 = 1);H: Circle;RightFocus(G) = Center(H);IsTangent(Asymptote(G), H)", "query_expressions": "Expression(H)", "answer_expressions": "(x-5)^2+y^2=16", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 112, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0112.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+y^{2}=1$ $(a>1)$ has eccentricity $\\frac{\\sqrt{3}}{3}$, then the real number $a$=?", "fact_expressions": "C: Ellipse;a: Real;a>1;Expression(C) = (y^2 + x^2/a^2 = 1);Eccentricity(C) = sqrt(3)/3", "query_expressions": "a", "answer_expressions": "sqrt(6)/2", "process": "Given the ellipse equation $ C: \\frac{x^{2}}{a^{2}} + y^{2} = 1 $ $ (a > 1) $, and the eccentricity is $ \\frac{\\sqrt{3}}{3} $, thus we have $ \\sqrt{1 - \\left( \\frac{1}{a} \\right)^{2}} = \\frac{\\sqrt{3}}{2} $. Solving gives $ a = \\pm 2 $, and since $ a > 1 $, it follows that $ a = 2 $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "major_axis": "x", "x_coef": 4.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 113, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0113.png", "problem": { "text": "Given the hyperbola $x^{2}-y^{2}=1$, points $F_{1}$ and $F_{2}$ are its two foci, and point $P$ is a point on the hyperbola. If $P F_{1} \\perp P F_{2}$, then the value of $| PF_{1}|+| PF_{2} |$ is?", "fact_expressions": "G: Hyperbola;P: Point;F1: Point;F2: Point;Expression(G) = (x^2 - y^2 = 1);Focus(G)={F1,F2};PointOnCurve(P, G);IsPerpendicular(LineSegmentOf(P, F1), LineSegmentOf(P, F2))", "query_expressions": "Abs(LineSegmentOf(P, F1)) + Abs(LineSegmentOf(P, F2))", "answer_expressions": "2*sqrt(3)", "process": "" }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 115, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0115.png", "problem": { "text": "Through the left focus $F$ of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, draw a perpendicular line to one of the asymptotes, intersecting the two asymptotes at points $A$ and $B$, respectively. If $\\frac{|A F|}{|B F|}=\\frac{1}{2}$, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F: Point;LeftFocus(G) = F;L: Line;PointOnCurve(F, L) ;IsPerpendicular(L, OneOf(Asymptote(G))) ;Asymptote(G) = {l1, l2};Intersection(L, l1) = A;Intersection(L, l2) = B;A: Point;B: Point;l1: Line;l2: Line;Abs(LineSegmentOf(A, F))/Abs(LineSegmentOf(B, F)) = 1/2", "query_expressions": "Eccentricity(G)", "answer_expressions": "2*sqrt(3)/3", "process": "When $ a > b > 0 $, from $ \\frac{|AF|}{|BF|} = \\frac{1}{2} $, by the angle bisector theorem and the given condition, we obtain $ \\frac{|OA|}{|OB|} = \\frac{|AF|}{|BF|} = \\frac{1}{2} $. In right triangle $ \\triangle OAB $, $ \\angle AOB = \\frac{\\pi}{3} $. The slope of asymptote $ OB $ is $ k = \\frac{\\sqrt{3}}{3} $, so the eccentricity is $ e = \\frac{c}{a} = \\sqrt{1 + \\frac{1}{3}} = \\frac{2\\sqrt{3}}{3} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 116, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0116.png", "problem": { "text": "$F(c , 0)$ is a focus of the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1(a>b>0)$. The maximum distance from $F$ to a point on the ellipse is $m$, and the minimum distance is $n$. What is the point on the ellipse whose distance to $F$ is $\\frac{m+n}{2}$?", "fact_expressions": "G: Ellipse;b: Number;a: Number;F: Point;c: Number;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);Coordinate(F) = (c, 0);OneOf(Focus(G)) = F;P: Point;PointOnCurve(P, G);Max(Distance(F, P)) = m ;m: Number;n: Number;Min(Distance(F, P)) = n;P0: Point;PointOnCurve(P0, G);Distance(F, P0) = (m + n)/2", "query_expressions": "Coordinate(P0)", "answer_expressions": "(0, pm*b)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 117, "conic_type": "circle", "image_path": "results/test/circle/problem_0117.png", "problem": { "text": "Given the equation of a circle is $x^{2}+y^{2}=4$. If a parabola passes through points $A(-1,0)$ and $B(1,0)$, and has a tangent line of the circle as its directrix, then what is the equation of the locus of the focus of the parabola?", "fact_expressions": "G: Parabola;H: Circle;A: Point;B: Point;Coordinate(A) = (-1, 0);Coordinate(B) = (1, 0);Expression(H) = (x^2 + y^2 = 4);PointOnCurve(A, G);PointOnCurve(B, G);IsTangent(H, Directrix(G))", "query_expressions": "LocusEquation(Focus(G))", "answer_expressions": "(x^2/4 + y^2/3 = 1)&Negation(y = 0)", "process": "According to the problem: the sum of the distances from the focus to A and B equals the sum of the distances from A and B to the directrix; and the sum of these distances is twice the distance from the midpoint O of A and B to the directrix, that is, 2r = 4. Therefore, the locus C of the focus is an ellipse with A and B as foci, from which we can find the locus equation of the focus F of the parabola. Let the focus of the parabola be F, and draw perpendiculars AA_{1}, BB_{1}, OO_{1} from A, B, O to the directrix. Then |AA_{1}| + |BB_{1}| = 2|OO_{1}| = 4; by the definition of a parabola, |AA_{1}| + |BB_{1}| = |FA| + |FB|, therefore |FA| + |FB| = 4. Hence, the locus of point F is an ellipse with A and B as foci and major axis length 4 (excluding the endpoints of the major axis). Therefore, the locus equation of the focus of the parabola is \\frac{x^{2}}{4}+\\frac{y^{2}}{3}=1 (y\\neq0)." }, "sdf_annotation": { "params": { "center": [ 0.0, 0.0 ], "radius": 2.0 }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 118, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0118.png", "problem": { "text": "If the line $y = kx + 1$ ($k \\in \\mathbb{R}$) has one common point with the hyperbola $x^{2} - y^{2} = 1$, find the set of real values of $k$?", "fact_expressions": "H: Line;Expression(H) = (y = k*x + 1);k: Real;G: Hyperbola;Expression(G) = (x^2 - y^2 = 1);NumIntersection(H, G) = 1", "query_expressions": "Range(k)", "answer_expressions": "{sqrt(6)/2, -sqrt(6)/2, sqrt(2)/2, -sqrt(2)/2}", "process": "" }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 119, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0119.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{5}+\\frac{y^{2}}{m}=1$ has eccentricity $e=\\frac{\\sqrt{10}}{5}$, then the value of $m$ is?", "fact_expressions": "G: Ellipse;m: Number;e: Number;Expression(G) = (x^2/5 + y^2/m = 1);Eccentricity(G) = e ;e = sqrt(10)/5", "query_expressions": "m", "answer_expressions": "3, 25/3", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 120, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0120.png", "problem": { "text": "Given a fixed point $B(1 , 1)$ on the parabola $y^{2}=x$ and two moving points $P$, $Q$, when $P$ moves along the parabola, $B P \\perp P Q$. Then the range of the $y$-coordinate of point $Q$ is?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = x);B: Point;Coordinate(B) = (1, 1);PointOnCurve(B, G) = True;PointOnCurve(P, G) = True;PointOnCurve(Q, G) = True;P: Point;Q: Point;IsPerpendicular(LineSegmentOf(B, P), LineSegmentOf(P, Q)) = True", "query_expressions": "Range(YCoordinate(Q))", "answer_expressions": "(-oo,-1]+[3,+oo)", "process": "Problem Analysis: Let P(t^{2},t), Q(s^{2},s). BP \\perp PQ, so \\overrightarrow{BP} \\cdot \\overrightarrow{PQ} = 0, that is (t^{2}-1,t-1) \\cdot (s^{2}-t^{2},s-t) = (t^{2}-1) \\cdot (s^{2}-t^{2}) + (t-1) \\cdot (s-t) = 0, which implies t^{2} + (s+1)t + s+1 = 0. Since t \\in \\mathbb{R}, it must hold that \\Delta = (s+1)^{2} - 4(s+1) > 0, i.e., s^{2} - 2s - 3 \\geqslant 0. Solving gives s < -1 or s > 3. The range of the y-coordinate of point Q is (-\\infty,-1) \\cup [3,+\\infty). Properties of parabola." }, "sdf_annotation": { "params": { "p": 0.25, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "B": [ 1.0, 1.0 ] } } }, { "dataset": "test", "index": 121, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0121.png", "problem": { "text": "Given the parabola equation $x^{2}=-8 y$, then the focus coordinates of the parabola are?", "fact_expressions": "G: Parabola;Expression(G) = (x^2 = -8*y)", "query_expressions": "Coordinate(Focus(G))", "answer_expressions": "(0,-2)", "process": "Since the parabola equation is x^{2}=-8y, the focus lies on the y-axis, opens downward, and the focus coordinates are (0,-2)." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "down" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 122, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0122.png", "problem": { "text": "Given the parabola equation $y^{2}=4x$, and the line $l$ with equation $x-y+4=0$. On the parabola, there is a moving point $P$ such that the distance from $P$ to the $y$-axis is $d_{1}$, and the distance from $P$ to the line $l$ is $d_{2}$. Then the minimum value of $d_{1}+d_{2}$ is?", "fact_expressions": "l: Line;G: Parabola;P: Point;d1:Number;d2:Number;Expression(G) = (y^2 = 4*x);Expression(l) = (x - y + 4 = 0);PointOnCurve(P, G);Distance(P, yAxis) = d1;Distance(P, l) = d2", "query_expressions": "Min(d1 + d2)", "answer_expressions": "5*sqrt(2)/2-1", "process": "Let the focus of the parabola be $ F(1,0) $, then $ d_{1} = |PF| - 1 $. Draw a perpendicular from $ P $ to the line $ x - y + 4 = 0 $, with foot $ M $. Draw a perpendicular from $ F $ to the line $ x - y + 4 = 0 $, with foot $ N $. Let $ Q $ be the intersection point of the line segment $ FN $ and the parabola. As shown in the figure, $ d_{1} + d_{2} = |PF| - 1 + |PM| = |FP| + |PM| - 1 $. From the graph, it is clear that when points $ M $, $ P $, $ F $ are collinear, i.e., $ M $ coincides with $ N $ and $ P $ coincides with $ Q $, $ |PF| + |PM| $ attains its minimum value $ |FN| = \\frac{|1 - 0 + 4|}{\\sqrt{2}} = \\frac{5\\sqrt{2}}{2} $. Therefore, the minimum value of $ d_{1} + d_{2} $ is $ \\frac{5\\sqrt{2}}{2} - 1 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 123, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0123.png", "problem": { "text": "Given that $P$ is a point on the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, and $F_{1}$, $F_{2}$ are the left and right foci of the ellipse, find the minimum value of $\\frac{1}{|P F_{1}|^{2}}+\\frac{1}{|P F_{2}|^{2}}$.", "fact_expressions": "G: Ellipse;b: Number;a: Number;P: Point;F1: Point;F2: Point;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);PointOnCurve(P, G);LeftFocus(G) = F1;RightFocus(G) = F2", "query_expressions": "Min(1/(Abs(LineSegmentOf(P, F2))^2) + 1/(Abs(LineSegmentOf(P, F1))^2))", "answer_expressions": "", "process": "By the definition of an ellipse, we have |PF₁| + |PF₂| = 2a. Then from |PF₁| + |PF₂| ≥ 2√(|PF₁|·|PF₂|), we obtain |PF₁||PF₂| ≤ a² (equality holds if and only if |PF₁| = |PF₂| = a). Also, by 1/|PF₁| + 1/|PF₂| ≥ 2√(1/a⁴) = 2/a² (equality holds if and only if |PF₁| = |PF₂| = a), so the minimum value of 1/|PF₁| + 1/|PF₂| is 2/a²." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 124, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0124.png", "problem": { "text": "Let $M$ and $N$ be any two points on the parabola $C$: $y^{2}=4x$. The coordinates of point $E$ are $(-\\lambda, 0)$ where $\\lambda \\geq 0$. If the minimum value of $\\overrightarrow{E M} \\cdot \\overrightarrow{E N}$ is $0$, then the value of the real number $\\lambda$ is?", "fact_expressions": "C: Parabola;E: Point;M: Point;N: Point;lambda: Real;lambda>=0;Expression(C) = (y^2 = 4*x);Coordinate(E) = (-lambda, 0);PointOnCurve(M, C);PointOnCurve(N, C);Min(DotProduct(VectorOf(E, M), VectorOf(E, N))) = 0", "query_expressions": "lambda", "answer_expressions": "1", "process": "The angle between \\overrightarrow{EM} and \\overrightarrow{EN} is at most \\frac{\\pi}{2}. From point E, two tangent lines are drawn to the parabola, with points of tangency M and N respectively. At this moment, the angle between \\overrightarrow{EM} and \\overrightarrow{EN} is maximized, thus obtaining the equation of line EM. By solving the system of equations consisting of the line EM and the parabola, we set A=0 and can solve for \\lambda. According to the problem, the angle between \\overrightarrow{EM} and \\overrightarrow{EN} is at most \\frac{\\pi}{2}, from point E two tangent lines are drawn to the parabola, with points of tangency M and N respectively, at which moment the angle between \\overrightarrow{EM} and \\overrightarrow{EN} is maximized, and the slope k of line EM is k=\\tan\\frac{\\pi}{4}=1, so the equation is y=x+\\lambda. Solving the system \\begin{cases}y2=4x\\\\v=x+2\\end{cases}, eliminating x gives y^{2}-4y+4\\lambda=0, then _{A}=(-4)^{2}-4\\times4\\lambda=0, solving yields \\lambda=1." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 125, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0125.png", "problem": { "text": "Let the parabola $C$: $y^{2}=12x$ have focus $F$ and directrix $l$. Point $M$ lies on $C$, point $N$ lies on $l$, and $FN = \\lambda FM$ ($\\lambda > 0$). If $|MF| = 4$, then the value of $\\lambda$ is?", "fact_expressions": "C: Parabola;F: Point;N: Point;M: Point;l: Line;lambda: Number;lambda > 0;Expression(C) = (y^2 = 12*x);Focus(C) = F;Directrix(C) = l;PointOnCurve(M, C);PointOnCurve(N, l);LineSegmentOf(F, N) = lambda*LineSegmentOf(F, M);Abs(LineSegmentOf(M, F)) = 4", "query_expressions": "lambda", "answer_expressions": "3", "process": "Since point M lies on C and |MF| = 4, we have x_{M} + 3 = 4, so x_{M} = 1. Without loss of generality, assume M is in the first quadrant, then M(1, 2\\sqrt{3}). Thus, k_{FM} = \\frac{2\\sqrt{3}}{1 - 3} = -\\sqrt{3}, so the equation of line FM is y = -\\sqrt{3}(x - 3). Since FN = \\lambda FM (\\lambda > 0), and the directrix l: x = -3, substituting into y = -\\sqrt{3}(x - 3) gives y_{N} = 6\\sqrt{3}. Therefore, \\lambda = \\frac{|FN|}{|FM|} = \\frac{y_{N}}{y_{M}} = 3." }, "sdf_annotation": { "params": { "p": 3.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 128, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0128.png", "problem": { "text": "The coordinates of the point on the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{25}=1$ where the product of the distances to the two foci is maximized are?", "fact_expressions": "G: Ellipse;Expression(G) = (x^2/9 + y^2/25 = 1);P:Point;F1:Point;F2:Point;PointOnCurve(P,G);Focus(G)={F1,F2};WhenMax(Distance(P,F1)*Distance(P,F2))", "query_expressions": "Coordinate(P)", "answer_expressions": "(pm*3,0)", "process": "" }, "sdf_annotation": { "params": { "a": 5.0, "b": 3.0, "major_axis": "y", "x_coef": 9.0, "y_coef": 25.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 129, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0129.png", "problem": { "text": "The asymptotes of the hyperbola $C$: $\\frac{x^{2}}{25}-\\frac{y^{2}}{9}=1$ are given by?", "fact_expressions": "C: Hyperbola;Expression(C) = (x^2/25 - y^2/9 = 1)", "query_expressions": "Expression(Asymptote(C))", "answer_expressions": "y=pm*(3/5)*x", "process": "According to the hyperbola equation, find a, b, and solve with the focus on the x-axis. Since the hyperbola C: \\frac{x^2}{25}-\\frac{y^{2}}{9}=1, then a=5, b=3, and the focus is on the x-axis, so its asymptote equations are y=\\pm\\frac{3}{5}x." }, "sdf_annotation": { "params": { "a": 5.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 130, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0130.png", "problem": { "text": "Given that $M$ is a point on the ellipse $C$: $\\frac{x^{2}}{9}+\\frac{y^{2}}{5}=1$, then the sum of the distances from point $M$ to the two foci is?", "fact_expressions": "C: Ellipse;Expression(C) = (x^2/9 + y^2/5 = 1);M: Point;PointOnCurve(M, C) = True;F1: Point;F2: Point;Focus(C) = {F1, F2}", "query_expressions": "Distance(M,F1) + Distance(M,F2)", "answer_expressions": "6", "process": "Ellipse C: \\frac{x^{2}}{9}+\\frac{y^{2}}{5}=1, then a^{2}=9, a=3, the sum of the distances from point M to the two foci is 2a=6" }, "sdf_annotation": { "params": { "a": 3.0, "b": 2.23606797749979, "major_axis": "x", "x_coef": 9.0, "y_coef": 5.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 131, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0131.png", "problem": { "text": "The vertex of a parabola coincides with the center of the ellipse $\\frac{x^{2}}{25}+\\frac{y^{2}}{9}=1$, and the focus of the parabola coincides with the right focus of the ellipse $\\frac{x^{2}}{25}+\\frac{y^{2}}{9}=1$. Then the equation of the parabola is?", "fact_expressions": "G: Parabola;H: Ellipse;Expression(H) = (x^2/25 + y^2/9 = 1);Vertex(G) = Center(H);Focus(G) = RightFocus(H)", "query_expressions": "Expression(G)", "answer_expressions": "y^2=16*x", "process": "Find the right focus of the ellipse $ F_{2}(4,0) $, and solve by $ \\frac{p}{2}=4 $. According to the problem, the right focus of the ellipse is $ F_{2}(4,0) $. Let the equation of the parabola be $ y^{2}=2px $ ($ p>0 $), then $ \\frac{p}{2}=4 $, $ \\therefore p=8 $. $ \\therefore $ The equation of the parabola is: $ y^{2}=16x $. The answer is: $ y^{2}=16x $." }, "sdf_annotation": { "params": { "a": 5.0, "b": 3.0, "major_axis": "x", "x_coef": 25.0, "y_coef": 9.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 132, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0132.png", "problem": { "text": "If a point $P$ on the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$ is at a distance of $4$ from the right focus, then what is the distance from point $P$ to the left focus?", "fact_expressions": "G: Hyperbola;P: Point;Expression(G) = (x^2/9 - y^2/16 = 1);PointOnCurve(P, G);Distance(P, RightFocus(G)) = 4", "query_expressions": "Distance(P, LeftFocus(G))", "answer_expressions": "10", "process": "Let the left and right foci of the hyperbola be $ F_1 $ and $ F_2 $, respectively. From the given condition, $ |PF_2| = 4 $. When point $ P $ lies on the left branch of the hyperbola, then $ |PF_2| - |PF_1| = 6 $, which does not satisfy the condition. When point $ P $ lies on the right branch of the hyperbola, then $ |PF| - |PF_2| = 6 $, so $ |PF| = |PF_2| + 6 = 10 $, which satisfies the condition." }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 136, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0136.png", "problem": { "text": "Given a parabola $C$: $y^{2}=2 p x(p>0)$, a point $A(4, m)$ on it is at a distance of $\\frac{17}{4}$ from its focus. Then the value of $p$ is?", "fact_expressions": "C: Parabola;p: Number;A: Point;p>0;Expression(C) = (y^2 = 2*p*x);m:Number;Coordinate(A) = (4, m);PointOnCurve(A, C);Distance(A, Focus(C)) = 17/4", "query_expressions": "p", "answer_expressions": "p=1/2", "process": "Test Analysis: According to the definition of a parabola, for a point A(4, m) on the parabola C: y^{2}=2px (p>0), the distance from A to its focus is equal to the distance from A to its directrix, that is, \\frac{17}{4}=\\frac{p}{2}+4, so p=\\frac{1}{2}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 137, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0137.png", "problem": { "text": "If the line $y = x + t$ intersects the ellipse $\\frac{x^{2}}{4} + y^{2} = 1$ at points $A$ and $B$, then as $t$ varies, the maximum value of $AB$ is?", "fact_expressions": "G: Ellipse;H: Line;t: Number;A: Point;B: Point;Expression(G) = (x^2/4 + y^2 = 1);Expression(H) = (y = t + x);Intersection(H, G) = {A, B}", "query_expressions": "Max(LineSegmentOf(A, B))", "answer_expressions": "4*sqrt(10)/5", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "major_axis": "x", "x_coef": 4.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 138, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0138.png", "problem": { "text": "Given that $F$ is the focus of the parabola $C$: $y^{2}=16 x$, $M$ is a point on $C$, $O$ is the origin, and the extension of $F M$ intersects the $y$-axis at point $N$. If $|F N|=2|O M|$, then the ordinate of point $M$ is?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 16*x);F: Point;Focus(C) = F;M: Point;PointOnCurve(M, C);O: Origin;N: Point;Intersection(OverlappingLine(LineSegmentOf(F, M)), yAxis) = N;Abs(LineSegmentOf(F, N)) = 2*Abs(LineSegmentOf(O, M))", "query_expressions": "YCoordinate(M)", "answer_expressions": "pm*4*sqrt(2)", "process": "Since triangle FON is a right triangle, and |FN| = 2|OM|, it follows that M is the midpoint of FN. Let N be (0, b), and since F is (4, 0), then M is (2, \\frac{b}{2}). Substituting into the parabola equation gives (\\frac{b}{2})^{2} = 32, \\frac{b}{2} = \\pm4\\sqrt{2}, so the y-coordinate of point M is \\pm4\\sqrt{2}. This problem examines the geometric property that in a right triangle, the median to the hypotenuse is half the length of the hypotenuse. First, draw the figure according to the given conditions. The key lies in the given condition |FN| = 2|OM|, which suggests the geometric property that in a right triangle, the median to the hypotenuse equals half the hypotenuse, thus M is the midpoint of F and N. Assign coordinates and substitute into the parabola equation to obtain the desired result." }, "sdf_annotation": { "params": { "p": 4.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 141, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0141.png", "problem": { "text": "If $P(x_{0}, y_{0})$ is a point on the left branch of the hyperbola $\\frac{x^{2}}{2}-\\frac{y^{2}}{4}=1$, then what is the range of values for $x_{0}$?", "fact_expressions": "P: Point;Coordinate(P) = (x0, y0);x0: Number;y0: Number;G: Hyperbola;Expression(G) = (x^2/2 - y^2/4 = 1);PointOnCurve(P, LeftPart(G))", "query_expressions": "Range(x0)", "answer_expressions": "(-oo, -sqrt(2)]", "process": "The hyperbola equation is: \\frac{x^2}{2}-\\frac{y^{2}}{4}=1, its foci lie on the x-axis, and a=\\sqrt{2}. Since point P(x_{0},y_{0}) lies on the left branch of the hyperbola, it follows that x_{0}\\leqslant-\\sqrt{2}." }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 2.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 142, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0142.png", "problem": { "text": "Given that line $l$ passes through the right focus $F_{2}$ of the ellipse $\\frac{x^{2}}{16}+\\frac{y^{2}}{8}=1$, intersecting the ellipse at points $A$ and $B$, and $F_{1}$ is its left focus, then the perimeter of $\\Delta A F_{1} B$ is?", "fact_expressions": "l: Line;PointOnCurve(F2, l);G: Ellipse;Expression(G) = (x^2/16 + y^2/8 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;A: Point;B: Point;Intersection(l, G) = {A, B}", "query_expressions": "Perimeter(TriangleOf(A, F1, B))", "answer_expressions": "16", "process": "" }, "sdf_annotation": { "params": { "a": 4.0, "b": 2.8284271247461903, "major_axis": "x", "x_coef": 16.0, "y_coef": 8.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 144, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0144.png", "problem": { "text": "Given the parabola $C$: $y^{2}=2 p x(p>0)$ has focus $F$. The line $l$ passing through point $F$ with slope $\\sqrt{3}$ intersects $C$ at points $A$ and $B$. The circle with diameter $AB$ intersects the $y$-axis at points $M$ and $N$. Let $Q$ be the midpoint of segment $AB$. If the distance from point $F$ to the directrix of $C$ is $3$, then the value of $\\sin \\angle Q M N$ is?", "fact_expressions": "l: Line;C: Parabola;p: Number;G: Circle;B: Point;A: Point;Q: Point;M: Point;N: Point;F: Point;p>0;Expression(C) = (y^2 = 2*(p*x));Focus(C) = F;PointOnCurve(F, l);Slope(l) = sqrt(3);Intersection(l, C) = {A, B};IsDiameter(LineSegmentOf(A, B), G);Intersection(G, yAxis) = {M, N};MidPoint(LineSegmentOf(A, B)) = Q;Distance(F, Directrix(C)) = 3", "query_expressions": "Sin(AngleOf(Q, M, N))", "answer_expressions": "5/8", "process": "Given that $ p = 3 $, the equation of the parabola and the equation of line $ AB $ can be obtained. By solving the system of equations consisting of the line $ AB $ and the parabola, and applying Vieta's formulas and the midpoint coordinate formula, the coordinates of the midpoint $ Q $ of $ AB $ and the chord length $ |AB| $ can be found. Then the radius of circle $ Q $ can be determined. In $ \\triangle QMN $, using the definition of acute angle trigonometric functions, the required value is obtained. The parabola $ C: y^2 = 2px $ ($ p > 0 $) has focus $ F\\left(\\frac{p}{2}, 0\\right) $ and directrix $ x = -\\frac{p}{2} $. Given $ p = 3 $, the equation of the parabola is $ y^2 = 6x $, $ F\\left(\\frac{3}{2}, 0\\right) $, and the equation of line $ AB $ is $ y = \\sqrt{3}\\left(x - \\frac{3}{2}\\right) $. From\n$$\n\\begin{cases}\ny = \\sqrt{3}\\left(x - \\frac{3}{2}\\right),\n\\end{cases}\n$$\nwe obtain $ 3x^2 - 15x + \\frac{27}{4} = 0 $. Let the abscissae of points $ A $ and $ B $ be $ x_1 $ and $ x_2 $, respectively. Then $ x_1 + x_2 = 5 $. Therefore, the coordinates of the midpoint $ Q $ of $ AB $ are $ \\left(\\frac{5}{2}, \\sqrt{3}\\right) $, and $ |AB| = x_1 + x_2 + p = 5 + 3 = 8 $. Thus, the radius of circle $ Q $ is 4. In $ \\triangle QMN $, $ \\sin\\angle QMN = \\frac{\\frac{5}{2}}{4} = \\frac{5}{8} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 145, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0145.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ ($a>0$, $b>0$), a line passing through the left focus $F$ with slope $\\frac{1}{4}$ intersects an asymptote of $C$ at point $A$, and $A$ lies in the first quadrant. If $|O A|=|O F|$ ($O$ is the origin), then the equation of the asymptotes of $C$ is?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;G: Line;O: Origin;A: Point;F: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);LeftFocus(C) = F;Slope(G) = 1/4;PointOnCurve(F, G);Intersection(G, OneOf(Asymptote(C))) = A;Quadrant(A) = 1;Abs(LineSegmentOf(O, A)) = Abs(LineSegmentOf(O, F))", "query_expressions": "Expression(Asymptote(C))", "answer_expressions": "y = pm*x*8/15", "process": "The system of equations \\begin{cases}y=\\frac{1}{4}(x+c)\\\\y=\\frac{b}{a}x\\end{cases} has the solution \\begin{cases}x=\\frac{ac}{4b-a}\\\\y=\\frac{bc}{4b-a}\\end{cases}, so point A is \\left(\\frac{ac}{4b-a},\\frac{bc}{4b-a}\\right). Therefore, the asymptotes of hyperbola C are given by the equation y=\\pm\\frac{8}{15}x." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 146, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0146.png", "problem": { "text": "What is the eccentricity of the hyperbola $16 x^{2}-9 y^{2}=144$?", "fact_expressions": "G: Hyperbola;Expression(G) = (16*x^2 - 9*y^2 = 144)", "query_expressions": "Eccentricity(G)", "answer_expressions": "5/3", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 149, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0149.png", "problem": { "text": "Given that the line $l$ intersects the parabola $y^{2}=4x$ at points $A$ and $B$, intersects the directrix at point $C$, $F$ is the focus of the parabola, and $\\overrightarrow{B C}=3 \\overrightarrow{F B}$, then the value of $|A F|-|B F|$ is?", "fact_expressions": "l: Line;G: Parabola;B: Point;C: Point;F: Point;A: Point;Expression(G) = (y^2 = 4*x);Intersection(l, G) = {A, B};Intersection(l,Directrix(G))=C;Focus(G) = F;VectorOf(B, C) = 3*VectorOf(F, B)", "query_expressions": "Abs(LineSegmentOf(A, F)) - Abs(LineSegmentOf(B, F))", "answer_expressions": "3/2", "process": "According to $\\overrightarrow{BC}=3\\overrightarrow{FB}$, construct the following: draw a perpendicular line $BB_{1}$ from $B$ to the directrix, with foot $B_{1}$; draw a perpendicular line $AE$ from $A$ to the directrix, with foot $E$. By the geometric property of the parabola: $BB_{1}=BF$. So the inclination angle of line $AB$ is $\\alpha$, $\\cos\\alpha=\\cos\\angle CBB_{1}=\\frac{1}{3}\\frac{|BB_{1}|}{|DF|}=\\frac{|BC|}{|CF|}$, thus $\\frac{|BB_{1}|}{2}=\\frac{3}{4}$, so $|BF|=|BB_{1}|=\\frac{3}{2}$, $|FC|=6$. Also, since $\\frac{|BB_{1}|}{|BC|}=\\frac{|EA|}{|AC|}$, i.e., $\\frac{1}{3}=\\frac{|EA|}{|AC|}$, $\\frac{1}{3}=\\frac{|FA|}{|AF|+|FC|}$, $\\frac{1}{3}=\\frac{|FA|}{|AF|+6}$. Solving gives: $|FA|=3$, so $|AF|-|BF|=\\frac{3}{2}$." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 150, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0150.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{3}+\\frac{y^{2}}{4}=1$ has its upper focus at $F$, and the lines $x+y+1=0$ and $x+y-1=0$ intersect the ellipse at points $A$, $B$, $C$, $D$, then $A F+B F+C F+D F$=?", "fact_expressions": "G: Ellipse;H: Line;A: Point;l:Line;B: Point;C: Point;D: Point;Expression(G) = (x^2/3 + y^2/4 = 1);Expression(H) = (x + y + 1 = 0);Expression(l) = (x+y-1=0);UpperFocus(G) = F;Intersection(H,G)={A,B};Intersection(l,G)={C,D};F:Point", "query_expressions": "LineSegmentOf(A,F)+LineSegmentOf(B,F)+LineSegmentOf(C,F)+LineSegmentOf(D,F)", "answer_expressions": "8", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "y", "x_coef": 3.0, "y_coef": 4.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 151, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0151.png", "problem": { "text": "Given the ellipse $\\frac{y^{2}}{9}+x^{2}=1$, a line passing through the point $P\\left(\\frac{1}{2}, \\frac{1}{2}\\right)$ intersects the ellipse at points $A$ and $B$, and the chord $AB$ is bisected by the point $P$. Then the equation of the line $AB$ is?", "fact_expressions": "G: Ellipse;Expression(G) = (x^2 + y^2/9 = 1);P: Point;Coordinate(P) = (1/2, 1/2);L: Line;PointOnCurve(P,L);Intersection(P,G) = {A,B};A: Point;B: Point;IsChordOf(LineSegmentOf(A,B),G);MidPoint(LineSegmentOf(A,B)) = P", "query_expressions": "Expression(LineOf(A, B))", "answer_expressions": "", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "major_axis": "y", "x_coef": 1.0, "y_coef": 4.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 0.5, 0.5 ] } } }, { "dataset": "test", "index": 152, "conic_type": "circle", "image_path": "results/test/circle/problem_0152.png", "problem": { "text": "Given the line $ l $: $ x - y + 2 = 0 $ intersects the $ x $-axis at point $ A $, and point $ P $ lies on line $ l $. There is exactly one point $ B $ on the circle $ C $: $ (x - 2)^2 + y^2 = 2 $ such that $ AB \\perp BP $. Then the set of possible values for the $ x $-coordinate of point $ P $ is?", "fact_expressions": "l: Line;C: Circle;A: Point;B: Point;P: Point;Expression(C) = (y^2 + (x - 2)^2 = 2);Expression(l) = (x - y + 2 = 0);Intersection(l, xAxis) = A;PointOnCurve(P, l);PointOnCurve(B, C);IsPerpendicular(LineSegmentOf(A, B), LineSegmentOf(B, P))", "query_expressions": "Range(XCoordinate(P))", "answer_expressions": "{5, 1/3}", "process": "From AB⊥BP, point B lies on circle D with AP as diameter. Since circle D is tangent to circle C, D lies on an ellipse with foci A and C, thus its trajectory equation can be obtained. D lies on line l; solving simultaneously gives coordinates of D, and finally coordinates of point P. From AB⊥BP, point B lies on circle D with AP as diameter, so circle D is tangent to circle C. From the given conditions, A(-2,0), C(2,0). If circle D is externally tangent to circle C, then DC−DA=√2; if circle D is internally tangent to circle C, then DA−DC=√2. Therefore, the center D lies on the hyperbola x²/2−y²/2=1 with foci A and C, i.e., 14x²−2y²=7. Also, point D lies on line l. From { y=x+2, 14x²−2y²=7 }, we get 12x²−8x−15=0, solving gives x_D=3/2 or x_D=−5/6. Thus x_P=2x_D−x_A=2x_D+2=5 or x_P=1/2." }, "sdf_annotation": { "params": { "center": [ -2.0, 0.0 ], "radius": 1.4142135623730951 }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 155, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0155.png", "problem": { "text": "Through one focus of the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ ($a>0$, $b>0$), draw two tangent lines to the circle $x^{2}+y^{2}=a^{2}$, with points of tangency $A$ and $B$. If $\\angle A O B=120^{\\circ}$ ($O$ is the origin), then the eccentricity of the hyperbola $C$ is?", "fact_expressions": "C: Hyperbola;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;G: Circle;Expression(G) = (x^2 + y^2 = a^2);L1: Line;L2: Line;TangentOfPoint(OneOf(Focus(C)), G) = {L1, L2};A: Point;B: Point;TangentPoint(L1, G) = A;TangentPoint(L2, G) = B;AngleOf(A, O, B) = ApplyUnit(120, degree);O: Origin", "query_expressions": "Eccentricity(C)", "answer_expressions": "2", "process": "\\because\\angleAOB=120^{\\circ}\\Rightarrow\\angleAOF=60^{\\circ}\\Rightarrow\\angleAFO=30^{\\circ}\\Rightarrowc=2a,\\thereforee=\\frac{c}{a}=2." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 156, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0156.png", "problem": { "text": "Given that $P$ and $Q$ are two points on the parabola $x^{2}=2 y$, with the x-coordinates of points $P$ and $Q$ being $4$ and $-2$ respectively, tangents to the parabola are drawn at $P$ and $Q$, and these two tangents intersect at point $A$. Then the x-coordinate of point $A$ is?", "fact_expressions": "P: Point;Q: Point;PointOnCurve(P,G) = True;PointOnCurve(Q,G) = True;G: Parabola;Expression(G) = (x^2 = 2*y);XCoordinate(P) = 4;XCoordinate(Q) = -2;L1: Line;L2: Line;TangentOfPoint(P,G) = L1;TangentOfPoint(Q,G) = L2;Intersection(L1,L2) = A;A:Point", "query_expressions": "XCoordinate(A)", "answer_expressions": "1", "process": "Since points P and Q lie on the parabola, P(4,8), Q(-2,2). According to the problem, the slopes of the two tangent lines exist. Let the tangent line through point P be y = k_{1}(x - 4) + 8. Then \n\\begin{cases} y = k_{1}(x - 4) + 8 \\\\ y = \\frac{1}{2}x^{2} \\end{cases} \nThus, \\frac{1}{2}x^{2} - k_{1}x + 4k_{1} - 8 = 0. \nSince the line is tangent to the parabola, A = k_{1}^{2} - 4 \\times \\frac{1}{2} \\times (4k_{1} - 8) = 0. \nSolving gives k_{1} = 4. Therefore, the tangent line through point P is y = 4x - 8. \nSimilarly, let the tangent line through point Q be y = k_{2}(x + 2) + 2. Then \n\\begin{cases} y = k_{2}(x + 2) + 2 \\\\ y = \\frac{1}{2}x^{2} \\end{cases}, \nThus, \\frac{1}{2}x^{2} - k_{2}x - 2k_{2} - 2 = 0. \nSince the line is tangent to the parabola, A = k_{2}^{2} + 4k_{2} + 4 = 0. \nSolving gives k_{2} = -2. Therefore, the tangent line through point Q is y = -2x - 2. \nSolving the system of equations \n\\begin{cases} y = 4x - 8 \\\\ y = -2x - 2 \\end{cases}, \ngives x = 1. Thus, the x-coordinate of the intersection point of the two tangent lines is 1." }, "sdf_annotation": { "params": { "p": 0.5, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 157, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0157.png", "problem": { "text": "There exists a point $M$ on the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ such that its distance to the left focus is twice its distance to the right directrix. What is the minimum value of the eccentricity of the ellipse?", "fact_expressions": "G: Ellipse;b: Number;a: Number;M: Point;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);PointOnCurve(M, G);Distance(M,LeftFocus(G))=2*Distance(M,RightDirectrix(G))", "query_expressions": "Min(Eccentricity(G))", "answer_expressions": "(sqrt(17)-3)/2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 158, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0158.png", "problem": { "text": "Given that an asymptote of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ passes through the point $(4,3)$, and one focus of the hyperbola lies on the directrix of the parabola $y^{2}=20x$, then the equation of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Point;C:Parabola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Coordinate(H) = (4, 3);PointOnCurve(H,OneOf(Asymptote(G)));Expression(C)=(y^2=20*x);PointOnCurve(OneOf(Focus(G)),Directrix(C))", "query_expressions": "Expression(G)", "answer_expressions": "x^2/16-y^2/9=1", "process": "The directrix of the parabola y^{2}=20x is x=-5. Since a focus of the hyperbola lies on the directrix of the parabola y^{2}=20x, we have c=5. The asymptotes of the hyperbola \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 are given by y=\\pm\\frac{b}{a}x. Since one asymptote of the hyperbola \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 passes through the point (4,3), the point (4,3) lies on the line y=\\frac{b}{a}x, i.e., 4\\cdot\\frac{b}{a}=3, so 4b=3a, b=\\frac{3}{4}a. Squaring both sides gives b^{2}=\\frac{9}{16}a^{2}=c^{2}-a^{2}=25-a^{2}. Then \\frac{25}{16}a^{2}=25. Thus a^{2}=16, b^{2}=25-16=9. Therefore, the equation of the hyperbola is \\frac{x^{2}}{16}-\\frac{y^{2}}{9}=1." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "H": [ 4.0, 3.0 ] } } }, { "dataset": "test", "index": 159, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0159.png", "problem": { "text": "Let $A$ and $B$ be the two endpoints of the major axis of the ellipse $C$: $\\frac{x^{2}}{3}+\\frac{y^{2}}{m}=1$. If there exists a point $M$ on $C$ such that $\\angle A M B=120^{\\circ}$, then the range of values for $m$ is?", "fact_expressions": "C: Ellipse;Expression(C) = (x^2/3 + y^2/m = 1);m: Number;A: Point;B: Point;Endpoint(MajorAxis(C)) = {A, B};M: Point;PointOnCurve(M, C);AngleOf(A, M, B) = ApplyUnit(120, degree)", "query_expressions": "Range(m)", "answer_expressions": "(0, 1]+[9, +oo)", "process": "Suppose the foci of the ellipse lie on the x-axis, then when 0 < m < 3, assuming M is at an endpoint of the minor axis, ∠AMB takes its maximum value. To have a point M on the ellipse C such that ∠AMB = 120°, ∠AMB ≥ 120°, ∠AMO ≥ 60°, tan∠AMO = √3 / √m ≥ tan60° = √3, solving gives: 0 < m ≤ 1; when the foci of the ellipse lie on the y-axis, m > 3, assuming M is at an endpoint of the minor axis, ∠AMB takes its maximum value. To have a point M on the ellipse C such that ∠AMB = 120°, ∠AMB ≥ 120°, ∠AMO ≥ 60°, tan∠AMO = √m / √3 ≥ tan60° = √3, solving gives: m ≥ 9, ∴ the range of m is (0,1] ∪ [9,+∞)" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 160, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0160.png", "problem": { "text": "The eccentricity of the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{5}=1$ is?", "fact_expressions": "G: Ellipse;Expression(G) = (x^2/9 + y^2/5 = 1)", "query_expressions": "Eccentricity(G)", "answer_expressions": "2/3", "process": "According to the problem, a=3, c=\\sqrt{a^{2}-b^{2}}=2, so the eccentricity is \\frac{2}{3}." }, "sdf_annotation": { "params": { "a": 3.0, "b": 2.23606797749979, "major_axis": "x", "x_coef": 9.0, "y_coef": 5.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 161, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0161.png", "problem": { "text": "If the two foci of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0 , b>0)$ are $F_{1}$, $F_{2}$, and $P$ is a point on the hyperbola such that $|P F_{1}|=3|P F_{2}|$, then the range of values for the eccentricity of this hyperbola is?", "fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;F1: Point;F2: Point;Focus(G) = {F1, F2};P: Point;PointOnCurve(P, G);Abs(LineSegmentOf(P, F1)) = 3*Abs(LineSegmentOf(P, F2))", "query_expressions": "Range(Eccentricity(G))", "answer_expressions": "(1, 2]", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 162, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0162.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{9}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. If a point $P$ on the hyperbola satisfies $\\angle F_{1} P F_{2}=90^{\\circ}$, then the area of $\\Delta F_{1} P F_{2}$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/16 - y^2/9 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;P: Point;PointOnCurve(P, G);AngleOf(F1, P, F2) = ApplyUnit(90, degree)", "query_expressions": "Area(TriangleOf(F1, P, F2))", "answer_expressions": "9", "process": "" }, "sdf_annotation": { "params": { "a": 4.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 163, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0163.png", "problem": { "text": "The equation of a hyperbola that shares a common asymptote with the hyperbola $\\frac{x^{2}}{5}-\\frac{y^{2}}{3}=1$ and has a directrix given by $x=\\frac{5}{2}$ is?", "fact_expressions": "G: Hyperbola;Z: Hyperbola;Expression(G) = (x^2/5 - y^2/3 = 1);Asymptote(Z) = Asymptote(G);Expression(OneOf(Directrix(Z))) = (x = 5/2)", "query_expressions": "Expression(Z)", "answer_expressions": "x^2/10 - y^2/6 = 1", "process": "" }, "sdf_annotation": { "params": { "a": 2.23606797749979, "b": 1.7320508075688772, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 164, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0164.png", "problem": { "text": "Let the focus of the parabola $y^{2}=8x$ be $F$, the directrix be $l$, and let $P$ be a point on the parabola. Let $PA \\perp l$, where $A$ is the foot of the perpendicular. If the angle of inclination of $AF$ is $\\frac{2\\pi}{3}$, then $|PF|=$?", "fact_expressions": "G: Parabola;A: Point;F: Point;P: Point;l: Line;Expression(G) = (y^2 = 8*x);Focus(G) = F;Directrix(G)=l;PointOnCurve(P, G);IsPerpendicular(LineSegmentOf(P,A),l);FootPoint(LineSegmentOf(P,A),l)=A;Inclination(LineSegmentOf(A, F)) = (2*pi)/3", "query_expressions": "Abs(LineSegmentOf(P, F))", "answer_expressions": "8", "process": "Test analysis: Since the parabola equation is y^{2}=8x, the focus F is (2,0), and the directrix l has equation x=-2. Since the inclination angle of line AF is \\frac{2\\pi}{3}, the equation of line AF is y=-\\sqrt{3}(x-2). Solving \\begin{cases}x=-2\\\\y=-\\sqrt{3}(x-2)\\end{cases}, the coordinates of point A are (-2,4\\sqrt{3}). Since PA\\bot l and A is the foot of the perpendicular, the y-coordinate of point P is 4\\sqrt{3}. Substituting into the parabola equation gives the coordinates of point P as (6,4\\sqrt{3}). |PF|=|PA|=6-(-2)=8." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 165, "conic_type": "circle", "image_path": "results/test/circle/problem_0165.png", "problem": { "text": "From a moving point $P$, two tangent lines $PA$ and $PB$ are drawn to the circle $x^{2}+y^{2}=1$, with points of tangency $A$ and $B$ respectively. If $\\angle APB = 120^{\\circ}$, then the equation of the locus of the moving point $P$ is?", "fact_expressions": "G: Circle;Expression(G) = (x^2 + y^2 = 1);P: Point;TangentOfPoint(P,G) = {LineSegmentOf(P,A),LineSegmentOf(P,B)};TangentPoint(LineSegmentOf(P,A),G) = A;TangentPoint(LineSegmentOf(P,B),G) = B;A: Point;B: Point;AngleOf(A, P, B) = ApplyUnit(120, degree)", "query_expressions": "LocusEquation(P)", "answer_expressions": "x^2+y^2=4/3", "process": "" }, "sdf_annotation": { "params": { "center": [ 0.0, 0.0 ], "radius": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 166, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0166.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{16}+\\frac{y^{2}}{8}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. A line $l$ passing through point $F_{1}$ intersects the ellipse $C$ at points $A$ and $B$. Then, what is the perimeter of $\\triangle A B F_{2}$?", "fact_expressions": "C: Ellipse;Expression(C) = (x^2/16 + y^2/8 = 1);F1: Point;F2: Point;LeftFocus(C) = F1;RightFocus(C) = F2;PointOnCurve(F1, l) ;l: Line;Intersection(l, C) = {A, B};A: Point;B: Point", "query_expressions": "Perimeter(TriangleOf(A, B, F2))", "answer_expressions": "16", "process": "Since a=4, according to the definition of an ellipse, |AF_{1}|+|AF_{2}|=2a, |BF_{1}|+|BF_{2}|=2a, therefore the perimeter of \\triangle ABF_{2} is 4a=16" }, "sdf_annotation": { "params": { "a": 4.0, "b": 2.8284271247461903, "major_axis": "x", "x_coef": 16.0, "y_coef": 8.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 167, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0167.png", "problem": { "text": "Given that $P$ is a point on the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, $O$ is the origin, $F_{1}$ and $F_{2}$ are the left and right foci of the curve $C$, respectively. If $|O P|=|O F_{2}|$ and $\\tan \\angle P F_{2} F_{1}=3$, then the eccentricity of the hyperbola is?", "fact_expressions": "C: Hyperbola;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;P: Point;PointOnCurve(P, C);O: Origin;F1: Point;F2: Point;LeftFocus(C) = F1;RightFocus(C) = F2;Abs(LineSegmentOf(O, P)) = Abs(LineSegmentOf(O, F2));Tan(AngleOf(P, F2, F1)) = 3", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(10)/2", "process": "\\because|OP|=|OF_{2}|.\\thereforeO is the center of the circumcircle of \\trianglePF_{1}F_{2}.\\therefore\\angleF_{1}PF_{2}=90^{\\circ} Also \\tan\\anglePF_{2}F_{1}=3,\\therefore|PF_{1}|=3|PF_{2}|, by the definition of hyperbola |PF_{1}|-|PF_{2}|=2a, solving |PF_{1}|=3a,|PF_{2}|=a, from |PF_{1}|^{2}+|PF_{2}|^{2}=|F_{1}F_{2}|^{2}, i.e., (3a)^{2}+a^{2}=4c^{2}, i.e., c^{2}=\\frac{5}{2}a^{2}, so _{e}=\\sqrt{10}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 169, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0169.png", "problem": { "text": "The ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ has left and right foci $F_{1}$, $F_{2}$ respectively. A line $l$ passing through point $F_{1}$ intersects the ellipse $C$ at points $A$, $B$. Given that $(\\overrightarrow{A F_{2}}+ \\overrightarrow{F_{1} F_{2}}) \\cdot \\overrightarrow{A F_{1}}=0$ and $\\overrightarrow{A F_{1}}=\\frac{4}{3} \\overrightarrow{F_{1}B}$, find the eccentricity of the ellipse $C$.", "fact_expressions": "l: Line;C: Ellipse;A: Point;F2: Point;F1: Point;B: Point;LeftFocus(C) = F1;RightFocus(C)=F2;Expression(C)=(x^2/a^2 + y^2/b^2 = 1);PointOnCurve(F1, l);Intersection(l, C) = {A, B};DotProduct((VectorOf(A,F2)+VectorOf(F1,F2)),VectorOf(A,F1))=0;VectorOf(A,F1)=4/3*VectorOf(F1,B);a:Number;b:Number;a>b;b>0", "query_expressions": "Eccentricity(C)", "answer_expressions": "5/7", "process": "\\because(\\overrightarrow{AF}_{2}+\\overrightarrow{F_{1}F_{2}})\\cdot\\overrightarrow{AF_{1}}=(\\overrightarrow{AF}_{2}+\\overrightarrow{F_{1}F_{2}})\\cdot(\\overrightarrow{AF_{2}}-\\overrightarrow{F_{1}F_{2}})=\\overrightarrow{AF_{2}}^{2}-F_{1}F_{2}^{2}=0 and |\\overrightarrow{F_{1}F_{2}}|=2c, |\\overrightarrow{a}|=|\\overrightarrow{F_{1}F_{2}}|=2c\\therefore|\\overrightarrow{AF}|=2a-\\because\\overrightarrow{AF_{1}}=\\frac{4}{3}\\overrightarrow{F_{1}B}=2a-2c\\therefore|\\overrightarrow{BF}_{1}|=\\frac{3}{2}(a-c),|\\overrightarrow{BF_{2}}|=\\frac{a}{2}+\\frac{3c}{2} Let the midpoint of AF_{1} be H, then F_{2}H\\botAB, |\\overrightarrow{AH}|=a-c,|\\overrightarrow{BH}|=\\frac{5}{2}(a-c).|\\overrightarrow{F_{2}A}|^{2}-|\\overrightarrow{AH}|^{2}=|\\overrightarrow{F_{2}B}|^{2}-|\\overrightarrow{BH}|^{2} Substituting the data and simplifying: 7c^{2}-12ac+5a^{2}=0, dividing both sides of the equation by a^2: 7e^{2}-12e+5=0, solving e=\\frac{5}{7} or e=1 (rejected). So the eccentricity of ellipse C is e=\\frac{5}{7}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 170, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0170.png", "problem": { "text": "The equation of the directrix of the parabola $x^{2}=\\frac{1}{2} y$ is?", "fact_expressions": "G: Parabola;Expression(G) = (x^2 = y/2)", "query_expressions": "Expression(Directrix(G))", "answer_expressions": "y = -1/8", "process": "Since the parabola equation is: $x^{2}=\\frac{1}{2}y$, so $2p=\\frac{1}{2}$, that is, $p=\\frac{1}{4}$. The directrix equation is $y=-\\frac{p}{2}=-\\frac{1}{8}$. [Note] This question examines finding the directrix of a parabola, which is a simple problem." }, "sdf_annotation": { "params": { "p": 0.125, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 171, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0171.png", "problem": { "text": "Let $F_{1}$, $F_{2}$ be the two foci of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, and let $P$ be a point on the hyperbola such that $|\\overrightarrow{O P}|=|\\overrightarrow{O F_{1}}|$, where $O$ is the origin. If the area of $\\Delta F_{1} F_{2} P$ is $4$, then $b=$?", "fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;F1: Point;F2: Point;Focus(G) = {F1, F2};P: Point;PointOnCurve(P, G);O: Origin;Abs(VectorOf(O, P)) = Abs(VectorOf(O, F1));Area(TriangleOf(F1, F2, P)) = 4", "query_expressions": "b", "answer_expressions": "2", "process": "Let P(x_{P}, y_{P}). If |\\overrightarrow{OP}| = |\\overrightarrow{OF_{1}}|, then the trajectory equation of point P is: x^{2} + y^{2} = c. Solving simultaneously the circle equation x^{2} + y^{2} = c and the hyperbola equation \\frac{x^{2}}{a^{2}} - \\frac{y^{2}}{b^{2}} = 1, we obtain: y_{p} = \\pm\\frac{b^{2}}{c}. Then the area of \\triangle F_{1}F_{2}P is: S = \\frac{1}{2} \\times 2c \\times |y_{p}| = \\frac{1}{2} \\times 2c \\times \\frac{b^{2}}{c} = b^{2} = 4. Combining with b > 0, we get b = 2." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 172, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0172.png", "problem": { "text": "Given the parabola $ C $: $ y^{2} = 2 p x $ ($ p > 0 $) with focus $ F $, a line $ l $ with slope $ \\sqrt{3} $ passing through $ F $ intersects the parabola $ C $ at points $ A $ and $ B $. If the ordinate of the midpoint of segment $ A B $ is $ \\sqrt{3} $, then the equation of the parabola $ C $ is?", "fact_expressions": "l: Line;C: Parabola;p: Number;A: Point;B: Point;F: Point;p>0;Expression(C) = (y^2 = 2*p*x);Focus(C) = F;PointOnCurve(F, l);Slope(l) = sqrt(3);Intersection(l, C) = {A, B};YCoordinate(MidPoint(LineSegmentOf(A,B))) = sqrt(3)", "query_expressions": "Expression(C)", "answer_expressions": "y^2=6*x", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 173, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0173.png", "problem": { "text": "Let a chord $AB$ of the parabola $y^2 = 4x$ have point $P(1, 1)$ as its midpoint. Then the length of chord $AB$ is?", "fact_expressions": "G: Parabola;A: Point;B: Point;P: Point;Expression(G) = (y^2 = 4*x);Coordinate(P) = (1, 1);IsChordOf(LineSegmentOf(A,B),G);MidPoint(LineSegmentOf(A,B))=P", "query_expressions": "Length(LineSegmentOf(A, B))", "answer_expressions": "sqrt(15)", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 1.0, 1.0 ] } } }, { "dataset": "test", "index": 174, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0174.png", "problem": { "text": "The hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$ has two foci $F_{1}$ and $F_{2}$. Point $P$ lies on the hyperbola. If $PF_{1} \\perp PF_{2}$, then what is the distance from point $P$ to the $x$-axis?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/9 - y^2/16 = 1);F1: Point;F2: Point;Focus(G) = {F1, F2};P: Point;PointOnCurve(P, G);IsPerpendicular(LineSegmentOf(P, F1), LineSegmentOf(P, F2))", "query_expressions": "Distance(P, xAxis)", "answer_expressions": "16/5", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 175, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0175.png", "problem": { "text": "It is known that the center of the hyperbola is at the origin, and its vertices are the foci of the ellipse $x^{2}+4 y^{2}=64$, with a focal length of $16$. Then the standard equation of the hyperbola is?", "fact_expressions": "G: Hyperbola;H: Ellipse;O:Origin;Expression(H) = (x^2 + 4*y^2 = 64);Center(G)=O;Vertex(G)=Focus(H);FocalLength(G) = 16", "query_expressions": "Expression(G)", "answer_expressions": "x^2/48-y^2/16=1", "process": "(Convert the ellipse equation to standard form, find the coordinates of the foci, thus obtain a; then from the hyperbola's focal distance obtain c, then find b^{2}, and thus obtain the solution. The ellipse x^{2}+4y^{2}=64 is converted to the standard equation \\frac{x^{2}}{64}+\\frac{y^{2}}{16}=1; then the foci coordinates of the ellipse are (\\pm4\\sqrt{3},0). Let the standard equation of the hyperbola be \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1, then a^{2}=48. According to the problem, the hyperbola's focal distance 2c=16, so c=8, thus b^{2}=c^{2}-a^{2}=16. Therefore, the standard equation of the hyperbola is \\frac{x^{2}}{48}-\\frac{y^{2}}{16}=1)" }, "sdf_annotation": { "params": { "a": 8.0, "b": 4.0, "major_axis": "x", "x_coef": 64.0, "y_coef": 16.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 176, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0176.png", "problem": { "text": "If the distance from the right focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1(a>0, b>0)$ to its asymptote is equal to $\\frac{\\sqrt{3}}{4}$ times the focal length, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;Distance(RightFocus(G), Asymptote(G)) = sqrt(3)/4*FocalLength(G)", "query_expressions": "Eccentricity(G)", "answer_expressions": "2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 177, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0177.png", "problem": { "text": "A line $ l $ passing through the focus of the parabola $ y^{2} = 4x $ intersects the parabola at points $ P(x_{1}, y_{1}) $ and $ Q(x_{2}, y_{2}) $. If $ x_{1} + x_{2} = 6 $, then $ |PQ| $ equals?", "fact_expressions": "l: Line;P: Point;Q: Point;Expression(G) = (y^2 = 4*x);Coordinate(P) = (x1,y1);Coordinate(Q) = (x2,y2);PointOnCurve(Focus(G),l);Intersection(l, G) = {P,Q};x1:Number;x2:Number;y1:Number;y2:Number;x1+x2=6;G:Parabola", "query_expressions": "Abs(LineSegmentOf(P, Q))", "answer_expressions": "8", "process": "From the given conditions, F(1,0), p=2, |PF|=x_{1}+\\frac{p}{2}, |QF|=x_{2}+\\frac{p}{2}, so |PQ|=|PF|+|QF|=x_{1}+x_{2}+p=6+2=8." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 178, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0178.png", "problem": { "text": "Point $A(x_{0}, y_{0})$ lies on the right branch of the hyperbola $\\frac{x^{2}}{4}-\\frac{y^{2}}{32}=1$. If the distance from point $A$ to the right focus is equal to $2 x_{0}$, then $x_{0}=$?", "fact_expressions": "G: Hyperbola;A: Point;x0:Number;y0:Number;Expression(G) = (x^2/4 - y^2/32 = 1);Coordinate(A) = (x0, y0);PointOnCurve(A, RightPart(G));Distance(A,RightFocus(G)) = 2*x0", "query_expressions": "x0", "answer_expressions": "2", "process": "From the hyperbola $\\frac{x^2}{4}-\\frac{y^{2}}{32}=1$, we have $a=2$, $b=4\\sqrt{2}$, then $c=\\sqrt{a^{2}+b^{2}}=6$, so the right focus of the hyperbola is $F(6,0)$. Substituting point $A(x_{0},y_{0})$ $(x_{0}\\geqslant2)$ into the equation of the hyperbola, we get $y_{0}^{2}=8x_{0}^{2}-32$. Therefore, $|AF|=\\sqrt{(x_{0}-6)^{2}+y_{0}^{2}}=\\sqrt{(x_{0}-6)^{2}+8x_{0}^{2}-32}=2x_{0}$. Rearranging yields $5x_{0}^{2}-12x_{0}+4=0$, solving gives $x_{0}=2$ or $x_{0}=\\frac{2}{5}$ (discarded). So $x_{0}=2$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 5.656854249492381, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 179, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0179.png", "problem": { "text": "Given that a line passing through the focus $F$ of the parabola $y^{2} = -4x$ with slope $\\sqrt{3}$ intersects the parabola at points $A$ and $B$, then $\\frac{|A F| \\cdot |B F|}{|A B|}$ = ?", "fact_expressions": "G: Parabola;H: Line;A: Point;F: Point;B: Point;Expression(G) = (y^2 = -4*x);Focus(G) = F;PointOnCurve(F, H);Intersection(H, G) = {A, B};Slope(H) = sqrt(3)", "query_expressions": "(Abs(LineSegmentOf(A, F))*Abs(LineSegmentOf(B, F)))/Abs(LineSegmentOf(A, B))", "answer_expressions": "1", "process": "The focus of the parabola $ y^{2} = 4x $ is $ F(-1,0) $, the directrix equation is $ x = 1 $. The line passing through $ F $ with slope $ \\sqrt{3} $ has equation $ y = \\sqrt{3}(x+1) $. Substituting into the parabola equation $ y^{2} = 4x $, we obtain $ 3x^{2} + 10x + 3 = 0 $, solving gives $ x = -3 $ or $ x = -\\frac{1}{3} $. By the definition of the parabola, $ |AF| = 1 + 3 = 4 $, $ |BF| = 1 + \\frac{1}{3} = \\frac{4}{3} $, $ |AB| = 2 - (-3 - \\frac{1}{3}) = \\frac{16}{3} $, then $ \\frac{|AF| \\cdot |BF|}{|AB|} = \\frac{4 \\times \\frac{4}{3}}{\\frac{16}{3}} = $" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "left" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 180, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0180.png", "problem": { "text": "The standard equation of the hyperbola with foci at $(\\pm 3 , 0)$ and asymptotes $y=\\pm \\sqrt{2} x$ is?", "fact_expressions": "G: Hyperbola;Coordinate(Focus(G)) = (pm*3, 0);Expression(Asymptote(G)) = (y=pm*(sqrt(2)*x))", "query_expressions": "Expression(G)", "answer_expressions": "x^2/3-y^2/6=1", "process": "" }, "sdf_annotation": { "params": { "a": 1.6259966743174588, "b": 2.298015331604694, "orientation": "horizontal" }, "optimization": { "final_loss": 1.93011531933813e-06, "converged": true, "iterations": 91 }, "coords": {} } }, { "dataset": "test", "index": 181, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0181.png", "problem": { "text": "Given the equation of parabola $C$ is $y=-\\frac{1}{4} x^{2}$, then its directrix equation is?", "fact_expressions": "C: Parabola;Expression(C) = (y = -x^2/4)", "query_expressions": "Expression(Directrix(C))", "answer_expressions": "y = 1", "process": "The standard equation of parabola C is x^{2}=-4y, and the directrix is y=1." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "down" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 182, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0182.png", "problem": { "text": "Given that $F$ is the right focus of the hyperbola $C$: $x^{2}-\\frac{y^{2}}{8}=1$, $P$ is a point on the left branch of $C$, and the coordinates of point $A$ are $(0,4)$, then the minimum perimeter of $\\triangle A P F$ is?", "fact_expressions": "C: Hyperbola;A: Point;P: Point;F: Point;Expression(C) = (x^2 - y^2/8 = 1);Coordinate(A) = (0, 4);RightFocus(C)= F;PointOnCurve(P,LeftPart(C))", "query_expressions": "Min(Perimeter(TriangleOf(A, P, F)))", "answer_expressions": "12", "process": "Let the left focus be F_{1}(-3,0). By the definition of the hyperbola, the perimeter of \\triangle APF is transformed into |AP|+|PF_{1}|+2+|AF|, and thus the solution can be obtained. From the hyperbola equation x^{2}-\\frac{y^{2}}{8}=1, we have a=1, c=3, so F(3,0), left focus F_{1}(-3,0). When point P moves on the left branch of the hyperbola, by the definition of the hyperbola, |PF|-|PF_{1}|=2, hence |PF|=|PF_{1}|+2. Thus, the perimeter of \\triangle APF is |AP|+|PF|+|AF|=|AP|+|PF_{1}|+2+|AF|. Since |AF|=\\sqrt{3^{2}+4^{2}}=5 is constant, the perimeter of \\triangle APF is minimized when (|AP|+|PF_{1}|) is minimized. At this time, point P lies at the intersection of line segment AF_{1} and the hyperbola, as shown in the figure. At this point, (|AP|+|PF_{1}|)=|AF_{1}|=\\sqrt{3^{2}+4^{2}}=5. Therefore, the minimum perimeter of \\triangle APF is 12. Hence, the answer is: 12" }, "sdf_annotation": { "params": { "a": 1.0, "b": 2.8284271247461903, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 0.0, 4.0 ] } } }, { "dataset": "test", "index": 184, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0184.png", "problem": { "text": "The asymptotes of a hyperbola are given by $y=\\pm \\frac{3}{4} x$. What is the eccentricity of the hyperbola?", "fact_expressions": "G: Hyperbola;Expression(Asymptote(G)) = (y = pm*(3/4)*x)", "query_expressions": "Eccentricity(G)", "answer_expressions": "{5/4, 5/3}", "process": "Let the hyperbola equation be: \\frac{x^{2}}{16}-\\frac{y^{2}}{9}=\\lambda. When \\lambda>0, a^{2}=16\\lambda, b^{2}=9\\lambda, c^{2}=25\\lambda, \\therefore e=\\frac{c}{a}=\\frac{5}{4}; when \\lambda<0, b^{2}=-16\\lambda, a^{2}=-9\\lambda, c^{2}=-25\\lambda, \\therefore e=\\frac{c}{a}=\\frac{5}{3};" }, "sdf_annotation": { "params": { "a": 2.33732376966822, "b": 1.7454107534785184, "orientation": "horizontal" }, "optimization": { "final_loss": 1.8920117601792354e-05, "converged": true, "iterations": 51 }, "coords": {} } }, { "dataset": "test", "index": 185, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0185.png", "problem": { "text": "The equation of the hyperbola that has the same asymptotes as $\\frac{x^{2}}{2}-y^{2}=1$ and passes through the point $(-2,-3)$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/2 - y^2 = 1);G1: Hyperbola;Asymptote(G) = Asymptote(G1);H: Point;Coordinate(H) = (-2, -3);PointOnCurve(H, G1) = True", "query_expressions": "Expression(G1)", "answer_expressions": "y^2/7-x^2/14=1", "process": "" }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "H": [ -2.0, -3.0 ] } } }, { "dataset": "test", "index": 186, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0186.png", "problem": { "text": "Let $P$ be a point on the ellipse $\\frac{x^{2}}{25}+\\frac{y^{2}}{16}=1$. If $F_{1}$ and $F_{2}$ are the two foci of the ellipse, then $PF_{1}+PF_{2}$=?", "fact_expressions": "P: Point;G: Ellipse;Expression(G) = (x^2/25 + y^2/16 = 1);PointOnCurve(P, G) = True;F1: Point;F2: Point;Focus(G) = {F1, F2}", "query_expressions": "LineSegmentOf(P, F1) + LineSegmentOf(P, F2)", "answer_expressions": "10", "process": "" }, "sdf_annotation": { "params": { "a": 5.0, "b": 4.0, "major_axis": "x", "x_coef": 25.0, "y_coef": 16.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 187, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0187.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively, the length of the real axis is $2$, the asymptotes are $y=\\pm \\frac{1}{2} x$, and $|M F_{1}|-|M F_{2}|=2$. Point $N$ lies on the circle $\\Omega$: $x^{2}+y^{2}-2 y=0$. Then the minimum value of $|M N|+|M F_{1}|$ is?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;Omega: Circle;M: Point;F1: Point;F2: Point;N: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);Expression(Omega) = (-2*y + x^2 + y^2 = 0);LeftFocus(C) = F1;RightFocus(C) = F2;Length(RealAxis(C)) = 2;Expression(Asymptote(C)) = (y = pm*(1/2)*x);Abs(LineSegmentOf(M, F1)) - Abs(LineSegmentOf(M, F2)) = 2;PointOnCurve(N, Omega)", "query_expressions": "Min(Abs(LineSegmentOf(M, F1)) + Abs(LineSegmentOf(M, N)))", "answer_expressions": "5/2", "process": "From the given condition, we have 2a = 2, so a = 1. The asymptotes of hyperbola C are y = \\pm\\frac{b}{a}x = \\pm\\frac{1}{2}x, hence b = \\frac{1}{2}. Therefore, the equation of hyperbola C is x^{2} - \\frac{y^{2}}{4} = 1, and then c = \\sqrt{a^{2} + b^{2}} = \\frac{\\sqrt{5}}{2}. Since |MF_{1}| - |MF_{2}| = 2 < |F_{1}F_{2}| = \\sqrt{5}, point M lies on the right branch of hyperbola C. The standard equation of circle Q is x^{2} + (y - 1)^{2} = 1, with center Q(0, 1) and radius 1, as shown in the figure below: Because |MF_{1}| = |MF_{2}| + 2, therefore |MN| + |MF| = |MN| + |MF_{2}| + 2 \\geqslant |NF_{2}| + 2 \\geqslant |OF_{2}| - 1 + 2 = \\sqrt{(}\\sqrt{(0 - \\frac{\\sqrt{5}}{2})^{2} + 1^{2}} + 1 = \\frac{5}{5}. The minimum value of |MN| + |MF| is \\frac{5}{5}, achieved if and only if points N, O, F_{2} are collinear and point N lies on segment OF_{2}." }, "sdf_annotation": { "params": { "a": 2.3645083904266357, "b": 1.1801031827926636, "orientation": "horizontal" }, "optimization": { "final_loss": 1.282816697312228e-06, "converged": true, "iterations": 88 }, "coords": {} } }, { "dataset": "test", "index": 188, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0188.png", "problem": { "text": "Given that a line with slope $2$ passes through the focus $F$ of the parabola $y^{2}=p x$ ($p>0$) and intersects the $y$-axis at point $A$. If the area of $\\triangle OAF$ ($O$ is the origin) is $1$, then $p=$?", "fact_expressions": "G: Parabola;p: Number;H: Line;O: Origin;A: Point;F:Point;p>0;Expression(G) = (y^2 = p*x);Slope(H)=2;Focus(G)=F;PointOnCurve(F,H);Intersection(H,yAxis)=A;Area(TriangleOf(O,A,F))=1", "query_expressions": "p", "answer_expressions": "4", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 192, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0192.png", "problem": { "text": "If the focus of the parabola $y^{2}=-2 p x(p>0)$ coincides with the left focus of the hyperbola $\\frac{x^{2}}{3}-y^{2}=1$, then what is the value of $p$?", "fact_expressions": "G: Hyperbola;H: Parabola;p: Number;Expression(G) = (x^2/3 - y^2 = 1);p>0;Expression(H) = (y^2 = -2*p*x);Focus(H) = LeftFocus(G)", "query_expressions": "p", "answer_expressions": "4", "process": "" }, "sdf_annotation": { "params": { "a": 1.7320508075688772, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 194, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0194.png", "problem": { "text": "A hyperbola has an asymptote given by $y = \\sqrt{3} x$ and one focus at $(0, 2)$. What is the standard equation of this hyperbola?", "fact_expressions": "G: Hyperbola;Expression(OneOf(Asymptote(G))) = (y = sqrt(3)*x);H: Point;Coordinate(H) = (0, 2);OneOf(Focus(G)) = H", "query_expressions": "Expression(G)", "answer_expressions": "y^2/3-x^2=1", "process": "" }, "sdf_annotation": { "params": { "a": 1.4149149626832767, "b": 2.450642358201144, "orientation": "horizontal" }, "optimization": { "final_loss": 1.0319236343469396e-05, "converged": true, "iterations": 94 }, "coords": { "H": [ 0.0, 2.0 ] } } }, { "dataset": "test", "index": 195, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0195.png", "problem": { "text": "Given the parabola $y^{2}=2 p x(p>0)$, $A B$ is a chord passing through the focus $F$, $A A_{1} \\perp$ directrix $l$ at point $A_{1}$, $B B_{1} \\perp$ directrix $l$ at point $B_{1}$, $N$ is the midpoint of $A_{1} B_{1}$, if $A A_{1}=4$, $B B_{1}=2$, then the length of segment $N F$ is?", "fact_expressions": "G: Parabola;Expression(G) = (y^2=2*p*x);p: Number;p>0;A: Point;B: Point;IsChordOf(LineSegmentOf(A,B),G) = True;Focus(G) = F;F: Point;PointOnCurve(F,LineSegmentOf(A,B)) = True;l: Line;Directrix(G) = l;IsPerpendicular(LineSegmentOf(A,A1),l) = True;A1: Point;FootPoint(LineSegmentOf(A,A1),l) = A1;IsPerpendicular(LineSegmentOf(B,B1),l) = True;B1: Point;FootPoint(LineSegmentOf(B,B1),l) = B1;N: Point;MidPoint(LineSegmentOf(A1,B1)) = N;LineSegmentOf(A,A1) = 4;LineSegmentOf(B,B1) = 2", "query_expressions": "Length(LineSegmentOf(N,F))", "answer_expressions": "2*sqrt(2)", "process": "Let the coordinates of point A and point B be given. By the definition of the parabola, the x-coordinate of point A is expressed as $x_{1}=4-\\frac{p}{2}$, and the x-coordinate of point B is $x_{2}=2-\\frac{p}{2}$. Substitute the equation of line AB into the parabola equation, and use Vieta's formulas to obtain $x_{1}\\cdot x_{2}=\\frac{p^{2}}{4}$, solve to get $p=\\frac{8}{3}$, thus the coordinates of focus F and point N can be found, and the distance NF can be calculated using the distance formula between two points. By the symmetry of the parabola, assume point $A(x_{1},y_{1})$ with $y_{1}>0$, $A_{1}(-\\frac{p}{2},y_{1})$, point $B(x_{2},y_{2})$ with $y_{2}<0$, $B_{1}(-\\frac{p}{2},y_{2})$. By the definition of the parabola, $AA_{1}=x_{1}+\\frac{p}{2}=4$, so $x_{1}=4-\\frac{p}{2}$; $BB_{1}=x_{2}+\\frac{p}{2}=2$, so $x_{2}=2-\\frac{p}{2}$. The slope of line AB exists. Let the line AB be: $y=k(x-\\frac{p}{2})$. Substitute into the parabola equation and simplify to get: $k^{2}x^{2}-(k^{2}p+2p)x+\\frac{p^{2}k^{2}}{4}=0$. Therefore, $(4-\\frac{p}{2})\\cdot(2-\\frac{p}{2})=\\frac{p^{2}}{4}$, solving gives $p=\\frac{8}{3}$. By Vieta's formulas, $x_{1}\\cdot x_{2}=\\frac{p^{2}}{4}$, so $(4-\\frac{p}{2})\\cdot(2-\\frac{p}{2})=\\frac{p^{2}}{4}$, solving gives $p=\\frac{8}{3}$. Thus the focus coordinate is $F(\\frac{4}{8},0)$, $x_{1}=4-\\frac{p}{2}=4-\\frac{4}{3}=\\frac{8}{3}$, $x_{2}=2-\\frac{p}{2}=2-\\frac{4}{3}=\\frac{2}{3}$, so $y_{1}=\\sqrt{2\\times\\frac{8}{3}\\times\\frac{8}{3}}=\\frac{\\sqrt{82}}{3}$, $y_{2}=-\\sqrt{2\\times\\frac{8}{3}\\times}$ so point N $-\\frac{4}{3},\\sqrt{3}$. By the distance formula, $|NF|=|(-\\frac{4}{3}-\\frac{4}{3})^{2}+\\frac{2\\sqrt{2}}{3}|=2\\sqrt{2}$" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 199, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0199.png", "problem": { "text": "Given the parabola $C$: $y^{2}=4x$ has focus $F$, a line $l$ with inclination angle $\\frac{\\pi}{3}$ passes through point $F$ and intersects the parabola $C$ at points $A$ and $B$. Then the area of $\\triangle AOB$ is?", "fact_expressions": "l: Line;C: Parabola;A: Point;O: Origin;B: Point;F: Point;Expression(C) = (y^2 = 4*x);Focus(C) = F;Inclination(l)=pi/3;PointOnCurve(F,l);Intersection(l,C)={A,B}", "query_expressions": "Area(TriangleOf(A, O, B))", "answer_expressions": "4*sqrt(3)/3", "process": "From the given conditions, the focus of the parabola is F(1,0), and the equation of line l is y=\\sqrt{3}(x-1). Substituting into y^{2}=4x and simplifying yields 3x^{2}-10x+3=0, or (3x-1)(x-3)=0, giving solutions x=\\frac{1}{3} or 3. Let points A(x_{1},y_{1}) and B(x_{2},y_{2}), then |x_{1}-x_{2}|=\\frac{8}{3}, |y_{1}-y_{2}|=\\sqrt{3}|x_{1}-x_{2}|=\\frac{8\\sqrt{3}}{3}. Therefore, S_{\\triangleAOB}=\\frac{1}{2}|OF|\\cdot|y_{1}-y_{2}|=\\frac{1}{2}\\times1\\times\\frac{8\\sqrt{3}}{3}=\\frac{4\\sqrt{3}}{3}" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 201, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0201.png", "problem": { "text": "Let a point $P$ on the parabola $x^{2}=4 y$ be at a distance of $3$ from its focus $F$. What is the ordinate of point $P$?", "fact_expressions": "G: Parabola;P: Point;F: Point;Expression(G) = (x^2 = 4*y);PointOnCurve(P, G);Focus(G) = F;Distance(P,F) = 3", "query_expressions": "YCoordinate(P)", "answer_expressions": "2", "process": "By the definition of a parabola, the distance from point P to the focus F is equal to the distance from point P to the directrix of the parabola, that is, |PF| = y + \\frac{p}{2} = 3, so y = 3 - \\frac{p}{2} = 3 - 1 = 2." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 202, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0202.png", "problem": { "text": "The foci of the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{2}=1$ are $F_{1}$ and $F_{2}$, point $P$ lies on the ellipse. If $| PF_{1}|=4$, then what is $|PF_{2}|$? What is the measure of $\\angle F_{1} PF_{2}$?", "fact_expressions": "G: Ellipse;Expression(G) = (x^2/9 + y^2/2 = 1);F1: Point;F2: Point;Focus(G) = {F1, F2};P: Point;PointOnCurve(P, G) = True;Abs(LineSegmentOf(P, F1)) = 4", "query_expressions": "Abs(LineSegmentOf(P, F2));AngleOf(F1, P, F2)", "answer_expressions": "2\nApplyUnit(120, degree)", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 1.4142135623730951, "major_axis": "x", "x_coef": 9.0, "y_coef": 2.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 203, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0203.png", "problem": { "text": "Given that point $A(2,4)$ lies on the parabola $y^{2}=2 p x$, and the directrix of the parabola passes through a focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$, $(a>0, b>0)$, if the eccentricity of the hyperbola is $2$, then the equation of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Parabola;A: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(H) = (y^2=2*p*x);Coordinate(A) = (2, 4);PointOnCurve(OneOf(Focus(G)), Directrix(H));Eccentricity(G) = 2;p:Number;PointOnCurve(A,H)", "query_expressions": "Expression(G)", "answer_expressions": "x^2 - y^2/3 = 1", "process": "Test analysis: Since point A(2,4) lies on the parabola y^{2}=2px, \\therefore 16=4p, so p=4. \\therefore The directrix of the parabola is x=-2. Since the directrix of the parabola passes through a focus of the hyperbola \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1, (a>0,b>0), then c=2, and e=\\frac{c}{a}=2, \\therefore a=1, then b^{2}=c^{2}-a^{2}=4-1=3. \\therefore The equation of the hyperbola is x^{2}-\\frac{y^{2}}{3}=1." }, "sdf_annotation": { "params": { "a": 1.366584062576294, "b": 2.364173412322998, "orientation": "horizontal" }, "optimization": { "final_loss": 0.00017838670464698225, "converged": true, "iterations": 89 }, "coords": { "A": [ 2.0, 4.0 ] } } }, { "dataset": "test", "index": 205, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0205.png", "problem": { "text": "Draw a line $l$ through the left focus $F_{1}$ of the hyperbola $x^{2}-\\frac{y^{2}}{2}=1$, intersecting the left branch of the hyperbola at points $P$ and $Q$. If $|P Q|=4$ and $F_{2}$ is the right focus of the hyperbola, then the perimeter of $\\Delta P F_{2} Q$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2 - y^2/2 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;l: Line;PointOnCurve(F1, l);P: Point;Q: Point;Intersection(l, LeftPart(G)) = {P, Q};Abs(LineSegmentOf(P, Q)) = 4", "query_expressions": "Perimeter(TriangleOf(P, F2, Q))", "answer_expressions": "12", "process": "According to the problem, draw the figure as follows: |PF₁| = 2, |QF₂| - |QF₁| = 2. Hence |QF₂| + |PF₂| = 4 + |PF₁| + |QF₁| = 4 + |PQ| = 8, therefore the perimeter of △PF₂O is |OF₂| + |PF₂| + |PO| = 8 + 4 = 12" }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.4142135623730951, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 206, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0206.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, with foci $F_{1}$ and $F_{2}$. A point $P$ in the plane satisfies $P F_{2} \\perp F_{1} F_{2}$ and $|P F_{2}|=|F_{1} F_{2}|$. The segments $P F_{1}$ and $P F_{2}$ intersect the ellipse at points $A$ and $B$, respectively. If $|P A|=|A F_{1}|$, then $\\frac{|B F_{2}|}{|P F_{2}|}$=?", "fact_expressions": "C: Ellipse;b: Number;a: Number;P: Point;F1: Point;F2: Point;A: Point;B: Point;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);Focus(C) ={F1,F2};IsPerpendicular(LineSegmentOf(P, F2), LineSegmentOf(F1, F2));Abs(LineSegmentOf(P, F2)) = Abs(LineSegmentOf(F1, F2));Intersection(LineSegmentOf(P, F1), C) = A;Intersection(LineSegmentOf(P, F2), C) =B;Abs(LineSegmentOf(P, A)) = Abs(LineSegmentOf(A, F1))", "query_expressions": "Abs(LineSegmentOf(B, F2))/Abs(LineSegmentOf(P, F2))", "answer_expressions": "sqrt(2)/4", "process": "As shown in the figure, |PF₂| = |F₁F₂| = 2c, and PF₂ ⊥ F₁F₂, ∴ △PF₂F is an isosceles right triangle. Also, ∵ |PA| = |AF₁|, ∴ AF₁ = AF₂ = PA = ½ PF₁ = √2 c. Also |AF₁| + |AF₂| = 2a, ∴ 2a = 2√2 c, i.e., a = √2 c. Substitute into b² = a² − c², get b = c. From PF₂ ⊥ F₁F₂, we know x_B = c. Substitute into the ellipse equation to solve for |y_B| = b²/a = c²/b = c/√2, so |BF₂| = c/√2. Then |BF₂| / |PF₁| = (c/√2) / (2c) = √2 / 4." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 207, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0207.png", "problem": { "text": "The directrix of the parabola $y=-\\frac{1}{8} x^{2}$ intersects the axis of symmetry at point $A$. A line passing through point $A$ intersects the parabola at points $M$ and $N$. Point $B$ lies on the axis of symmetry of the parabola, and $(\\overrightarrow{B M}+\\frac{\\overrightarrow{M N}}{2}) \\cdot \\overrightarrow{M N}=0$. Then the range of $|\\overrightarrow{O B}|$ is?", "fact_expressions": "G: Parabola;Expression(G) = (y = -x^2/8);A: Point;Intersection(Directrix(G), SymmetryAxis(G)) = A;H: Line;PointOnCurve(A, H) = True;Intersection(H, G) = {M, N};M: Point;N: Point;PointOnCurve(B, SymmetryAxis(G)) = True;B: Point;DotProduct((VectorOf(B, M) + VectorOf(M, N)/2), VectorOf(M, N)) = 0;O: Origin", "query_expressions": "Range(Abs(VectorOf(O, B)))", "answer_expressions": "(-oo,-6)", "process": "The standard equation of the parabola is $x^{2}=-8y$, so the focus is $(0,-2)$, and the directrix equation is $y=2$. Let $A(0,2)$. Suppose the line $MN$ has equation $y=kx+2$, $M(x_{1},y_{1})$, $N(x_{2},y_{2})$. From $\\begin{cases}y=kx+2\\\\y=-\\frac{1}{8}x^{2}\\end{cases}$, we obtain $\\frac{1}{8}x^{2}+kx+2=0$, so $\\Delta=k^{2}-4\\times\\frac{1}{8}\\times2=k^{2}-1>0$, $k^{2}>1$. Thus $x_{1}+x_{2}=-8k$. Let the midpoint of $MN$ be $P(x_{0},y_{0})$, then $x_{0}=\\frac{x_{1}+x_{2}}{2}=-4k$, $y_{0}=kx_{0}+2=-4k^{2}+2$, $\\overrightarrow{BM}+\\frac{\\overrightarrow{MN}}{2}=\\overrightarrow{BM}+\\overrightarrow{MP}=\\overrightarrow{BP}$. From $(\\overrightarrow{BM}+\\frac{\\overrightarrow{MN}}{2})\\cdot\\overrightarrow{MN}=0$, we get $\\overrightarrow{BP}\\cdot\\overrightarrow{MN}=0$, i.e., $BP\\perp MN$. Let $B(0,t)$, then $\\frac{-4k^{2}+2-t}{-4k}\\times k=-1$, $t=-4k^{2}-2$. Since $k^{2}>1$, we have $t=-4k^{2}-2<-6$, so the range of the $y$-coordinate of point $B$ is $(-\\infty,-6)$." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "down" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 208, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0208.png", "problem": { "text": "Given that $P$ is a point on the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, $F_{1}$, $F_{2}$ are the foci, if $\\angle P F_{1} F_{2}=\\frac{\\pi}{6}$, $|\\overrightarrow{P F_{1}}+\\overrightarrow{P F_{2}}|=|\\overrightarrow{F_{1} F_{2}}|$, then the eccentricity of the ellipse is?", "fact_expressions": "G: Ellipse;b: Number;a: Number;P: Point;F1: Point;F2: Point;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);PointOnCurve(P, G);Focus(G) = {F1, F2};AngleOf(P, F1, F2) = pi/6;Abs(VectorOf(P, F1) + VectorOf(P, F2)) = Abs(VectorOf(F1, F2))", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(3)-1", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 209, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0209.png", "problem": { "text": "Given that a line passing through the focus $F$ of the parabola $y^{2}=2 p x$ ($p>0$) intersects the parabola at points $A$ and $B$, and $|F A|=2|F B|$. If the chord length intercepted by the circle $x^{2}+y^{2}=2 p$ on the line $A B$ is $4$, then $p=$?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 2*(p*x));p: Number;p>0;F: Point;Focus(G) = F;L: Line;PointOnCurve(F,L);Intersection(L, G) = {A, B};A: Point;B: Point;Abs(LineSegmentOf(F, A)) = 2*Abs(LineSegmentOf(F, B));H: Circle;Expression(H) = (x^2 + y^2 = 2*p);Length(InterceptChord(LineOf(A, B), H)) = 4", "query_expressions": "p", "answer_expressions": "{3,6}", "process": "The parabola $ y^{2} = 2px $ ($ p > 0 $) has focus $ F\\left(\\frac{p}{2}, 0\\right) $. Let the equation of line $ AB $ be $ x = my + \\frac{p}{2} $. Substituting into $ y^{2} = 2px $ gives $ y^{2} - 2pmx - p^{2} = 0 $. Let $ A(x_{1}, y_{1}) $, $ B(x_{2}, y_{2}) $, then $ y_{1} + y_{2} = 2pm $ ①, $ y_{1}y_{2} = -p^{2} $ ②. From $ |FA| = 2|FB| $ we obtain $ y_{1} = -2y_{2} $ ③. Solving ①, ②, and ③ together yields $ m = \\frac{\\sqrt{2}}{4} $. Thus, the equation of line $ AB $ is $ x = \\frac{\\sqrt{2}}{4}y + \\frac{p}{2} $, or $ 4x - \\sqrt{2}y - 2p = 0 $. The distance from the center $ (0,0) $ to line $ AB $ is $ d = \\frac{2p}{\\sqrt{18}} $. The radius of the circle is $ r = \\sqrt{2p} $, and the chord length is 4. Hence, $ 2p - \\frac{4p^{2}}{18} = 4 $, solving gives $ p = 3 $ or $ 6 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 210, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0210.png", "problem": { "text": "There is a moving point $A$ on the parabola with vertex at the origin and focus $F(0,1)$, and a moving point $M$ on the circle $(x+1)^{2}+(y-4)^{2}=1$. Then the minimum value of $|AM|+|AF|$ is?", "fact_expressions": "G: Parabola;H: Circle;F: Point;A: Point;M: Point;O:Origin;Vertex(G)=O;Coordinate(F) = (0, 1);Focus(G)=F;Expression(H) = ((x + 1)^2 + (y - 4)^2 = 1);PointOnCurve(A,G);PointOnCurve(M,H)", "query_expressions": "Min(Abs(LineSegmentOf(A,M))+Abs(LineSegmentOf(A,F)))", "answer_expressions": "4", "process": "Given the problem, the equation of the parabola is $ x^{2} = 4y $, and its directrix is $ y = -1 $. Let $ d = |AF| $ be the distance from point $ A $ to the directrix. Then the minimum value of $ |AM| + |AF| $ equals the distance from the center of the circle $ (-1, 4) $ to the directrix minus the radius, that is, $ 4 + 1 - 1 = 4 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": { "F": [ 0.0, 1.0 ] } } }, { "dataset": "test", "index": 211, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0211.png", "problem": { "text": "The focal distance of the ellipse $\\frac{x^{2}}{m}+\\frac{y^{2}}{4}=1$ is $2$, then what is the value of $m$?", "fact_expressions": "G: Ellipse;m: Number;Expression(G) = (y^2/4 + x^2/m = 1);FocalLength(G) = 2", "query_expressions": "m", "answer_expressions": "{5,3}", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 212, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0212.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ ($a>0$, $b>0$), the left focus is $F$. A line $l$ passing through $F$ and perpendicular to one asymptote of $C$ intersects the right branch of $C$ at point $P$. If $A$ is the midpoint of $PF$, and $|OA|=\\frac{3b}{2}-a$ ($O$ is the origin), then the eccentricity of $C$ is?", "fact_expressions": "l: Line;C: Hyperbola;b: Number;a: Number;P: Point;F: Point;O: Origin;A: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);LeftFocus(C) = F;PointOnCurve(F,l);IsPerpendicular(l,OneOf(Asymptote(C)));Intersection(l,RightPart(C))=P;MidPoint(LineSegmentOf(P, F)) = A;Abs(LineSegmentOf(O, A)) = -a + (3*b)/2", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(13)/2", "process": "Let the right focus of the hyperbola be $ F_{1} $. Let the line $ l $ intersect the asymptote $ y = -\\frac{b}{a}x $ at point $ B $. It can be found that $ |BF| = b $, $ |OB| = a $, $ |PF_{1}| = 3b - 2a $. By the definition of ellipse, $ |PF| = 3b $, $ |AB| = \\frac{b}{2} $. In the right triangle $ ABO $, $ \\left( \\frac{3}{2}b - a \\right)^{2} = a^{2} + \\left( \\frac{b}{2} \\right)^{2} $, thus $ \\frac{b}{a} = \\frac{3}{2} $. As shown in the figure, let the right focus of the hyperbola be $ F_{1} $, and suppose without loss of generality that the line $ l $ intersects the asymptote $ y = -\\frac{b}{a}x $ at point $ B $. In the right triangle $ BOF $, by the distance from a point to a line, we have \n$$\n\\begin{matrix}\nBF & = \\frac{|-\\frac{b}{a} \\cdot (-c) - 0|}{\\sqrt{1 + \\frac{b^{2}}{a^{2}}}} = \\frac{bc}{a} = b,\n\\end{matrix}\n$$\nsince $ |OF| = c $, then $ |OB| = \\sqrt{|OF|^{2} - |BF|^{2}} = a $. Since $ OA $ is the midline of triangle $ \\triangle PFF_{1} $, $ |OA| = \\frac{3b}{2} - a $, so $ |PF_{1}| = 3b - 2a $. Because $ |PF| - |PF_{1}| = 2a $, it follows that $ |PF| = 3b $, hence $ |AF| = \\frac{3b}{2} $, $ |AB| = |AF| - |BF| = \\frac{b}{2} $. Then in the right triangle $ ABO $, $ \\left( \\frac{3}{2}b - a \\right)^{2} = a^{2} + \\left( \\frac{b}{2} \\right)^{2} $, simplifying yields $ \\frac{b}{a} = \\frac{3}{2} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 213, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0213.png", "problem": { "text": "It is known that point $P$ lies on the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, and $F_{1}$, $F_{2}$ are the left and right foci of the ellipse, respectively. Given that $\\angle F_{1} P F_{2}=60^{\\circ}$ and $|P F_{1}|=3|P F_{2}|$, find the eccentricity of the ellipse.", "fact_expressions": "G: Ellipse;b: Number;a: Number;F1: Point;P: Point;F2: Point;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);PointOnCurve(P, G);LeftFocus(G) = F1;RightFocus(G) = F2;AngleOf(F1, P, F2) = ApplyUnit(60, degree);Abs(LineSegmentOf(P, F1)) = 3*Abs(LineSegmentOf(P, F2))", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(7)/4", "process": "Using the law of cosines and the definition of an ellipse, set up equations and simplify to find the eccentricity of the ellipse. Given |PF_{1}| = 3|PF_{2}|, combining the definition of the ellipse and the law of cosines yields:\n\\begin{cases}\n|PF_{1}| = 3|PF_{2}| \\\\\n|PF_{1}| + |PF_{2}| = 2a \\\\\n(2c)^{2} = |PF_{1}|^{2} + |PF_{2}|^{2} - 2|PF_{1}| \\cdot |PF_{2}| \\cdot \\cos 60\n\\end{cases}\nSimplifying gives \\frac{c^{2}}{a^{2}} = \\frac{7}{16}, e = \\frac{c}{a} = \\frac{\\sqrt{7}}{4}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 217, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0217.png", "problem": { "text": "Given a parabola $y^{2}=4x$ with a chord $AB$, where $A(x_{1},y_{1})$, $B(x_{2}, y_{2})$, and the line containing $AB$ intersects the $y$-axis at the point $(0,2)$, then $\\frac{1}{y_{1}} + \\frac{1}{y_{2}}$=?", "fact_expressions": "G: Parabola;I: Point;A: Point;B: Point;x1: Number;y1: Number;x2: Number;y2: Number;Expression(G) = (y^2 = 4*x);Coordinate(I) = (0, 2);Coordinate(A) = (x1, y1);Coordinate(B) = (x2, y2);IsChordOf(LineSegmentOf(A, B), G);Intersection(OverlappingLine(LineSegmentOf(A, B)), yAxis) = I", "query_expressions": "1/y2 + 1/y1", "answer_expressions": "1/2", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "I": [ 0.0, 2.0 ] } } }, { "dataset": "test", "index": 220, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0220.png", "problem": { "text": "Given that a line passing through the point $M(p, 0)$ intersects the parabola $y^{2}=2 p x$ $(p>0)$ at two points $A(x_{1}, y_{1})$ and $B(x_{2}, y_{2})$, if $y_{1} y_{2}=-2$, then $x_{1} x_{2}$=?", "fact_expressions": "G: Parabola;p: Number;H: Line;M: Point;A: Point;p>0;x1:Number;y1:Number;x2:Number;y2:Number;Expression(G) = (y^2 = 2*(p*x));Coordinate(M) = (p, 0);Coordinate(A) = (x1, y1);Coordinate(B) = (x2, y2);Intersection(H,G) = {A, B};y1*y2=-2;B:Point;PointOnCurve(M,H)", "query_expressions": "x1*x2", "answer_expressions": "1", "process": "Let the equation of line AB be x = my + p. Combining equations, we have \n\\begin{cases} y^2 = 2px \\\\ x = my + p \\end{cases}, \nwhich simplifies to y^{2} - 2mpy - 2p^{2} = 0. \nThus, y_{1}y_{2} = -2p^{2}. Since y_{1}y_{2} = -2, it follows that -2p^{2} = -2, so p^{2} = 1. \nSince p > 0, we have p = 1. Therefore, \nx_{1}x_{2} = \\frac{y_{1}^{2}}{2} \\cdot \\frac{y_{2}^{2}}{2} = \\frac{1}{4}(y_{1}y_{2})^{2} = 1." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 221, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0221.png", "problem": { "text": "Given the equation of a hyperbola is $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$, points $A$ and $B$ lie on the right branch of the hyperbola, the segment $AB$ passes through the right focus $F_2$ of the hyperbola, $|AB|=m$, and $F_{1}$ is the other focus. Then the perimeter of $\\triangle ABF_{1}$ is?", "fact_expressions": "A: Point;B: Point;G: Hyperbola;F1: Point;F2: Point;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);PointOnCurve(A, RightPart(G));PointOnCurve(B, RightPart(G));Focus(G)={F1,F2};RightFocus(G) = F2;PointOnCurve(F2, LineSegmentOf(A, B));Abs(LineSegmentOf(A, B)) = m;m:Number;b:Number;a:Number", "query_expressions": "Perimeter(TriangleOf(A, B, F))", "answer_expressions": "4*a+2*m", "process": "Test analysis: ∵|AF₁||AF₂|=2a, |BF₁|+|BF₂|=2a, and |AF₂|+|BF₂|=|AB|=m, ∴|AF₁|+|BF₁|=4a+m, ∴ the perimeter of △ABF₁ = |AF₁|+|BF₁|+|AB|=4a+2|AB|=4a+2m" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 222, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0222.png", "problem": { "text": "Draw a line perpendicular to the $x$-axis from the left focus $F_{1}$ of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, intersecting the hyperbola at point $P$. Let $F_{2}$ be the right focus. If $\\angle F_{1} P F_{2}=45^{\\circ}$, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;F1: Point;P: Point;F2: Point;a>0;b>0;L:Line;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);LeftFocus(G)=F1;RightFocus(G)=F2;PointOnCurve(F1,L);IsPerpendicular(L,xAxis);Intersection(L,G)=P;AngleOf(F1,P,F2)=ApplyUnit(45,degree)", "query_expressions": "Eccentricity(G)", "answer_expressions": "0.2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 223, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0223.png", "problem": { "text": "Given the parabola $C$: $y^{2}=4x$, a line $l$ passing through the point $(2,0)$ intersects $C$ at points $A$ and $B$. What is the product of the slopes of lines $OA$ and $OB$ ($O$ being the origin)?", "fact_expressions": "l: Line;C: Parabola;A: Point;O: Origin;H: Point;B: Point;Expression(C) = (y^2 = 4*x);Coordinate(H) = (2, 0);PointOnCurve(H, l);Intersection(l, C) = {A, B}", "query_expressions": "Slope(LineOf(O, A))*Slope(LineOf(O, B))", "answer_expressions": "-2", "process": "Let points A(x_{A}, y_{A}), B(x_{B}, y_{B}). Let the equation of line l be x = ty + 2. Then solving \n\\begin{cases}x = ty + 2\\\\y^2 = 4x\\end{cases} \ngives y^{2} - 4ty - 8 = 0, so y_{A} \\cdot y_{B} = -8, thus x_{A} \\cdot x_{B} = \\frac{y_{1}^{2} \\cdot y_{2}^{2}}{16} = 4, and therefore k_{OA} \\cdot k_{OB} = \\frac{y_{A} \\cdot y_{B}}{x_{A} \\cdot x_{B}} = \\frac{-8}{4} = -2" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "H": [ 2.0, 0.0 ] } } }, { "dataset": "test", "index": 224, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0224.png", "problem": { "text": "The distance from a focus of the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$ to one of its asymptotes is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/9 - y^2/16 = 1)", "query_expressions": "Distance(OneOf(Focus(G)), OneOf(Asymptote(G)))", "answer_expressions": "4", "process": "According to the problem, one focus of the hyperbola has coordinates (0,5), and the equation of one asymptote is 3x−4y=0. Using the point-to-line distance formula, we obtain $\\frac{|3\\times0-4\\times5|}{\\sqrt{3^{2}+4^{2}}}=4$, which means the distance from one focus of the hyperbola to one asymptote is 4." }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 225, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0225.png", "problem": { "text": "The hyperbola $ C $: $ \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 $ ($ a>0 $, $ b>0 $) has foci $ F_{1} $, $ F_{2} $, and point $ P $ lies on the right branch of the hyperbola such that $ |P F_{1}| = 3|P F_{2}| $. The lines $ y = \\pm x $ are the asymptotes of $ C $. If the area of $ \\Delta P F_{1} F_{2} $ is $ 4 \\sqrt{2} $, then what is the distance between the foci of the hyperbola $ C $?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;P: Point;F1: Point;F2: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);Focus(C)={F1,F2};PointOnCurve(P,RightPart(C));Abs(LineSegmentOf(P, F1)) = 3*Abs(LineSegmentOf(P, F2));Expression(Asymptote(C)) = (y = pm*x);Area(TriangleOf(P, F1, F2)) = 4*sqrt(2)", "query_expressions": "FocalLength(C)", "answer_expressions": "4*sqrt(2)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 227, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0227.png", "problem": { "text": "Through a point $P$ on the line $x - y - 4 = 0$ (where point $P$ is not on the $x$-axis), draw two tangent lines to the parabola $x^2 = 4y$. These two tangent lines intersect the $x$-axis at points $G$ and $H$, respectively. Then the minimum value of the area of the circumcircle of $\\Delta GHP$ is?", "fact_expressions": "L: Line;Expression(L) = (x - y - 4 = 0);P: Point;PointOnCurve(P,L) = True;Negation(PointOnCurve(P,xAxis));Z: Parabola;Expression(Z) = (x^2 = 4*y);L1: Line;L2: Line;TangentOfPoint(P,Z) = {L1,L2};Intersection(L1,xAxis) = G;G: Point;Intersection(L2,xAxis) = H;H: Point", "query_expressions": "Min(Area(CircumCircle(TriangleOf(G,H,P))))", "answer_expressions": "25*pi/8", "process": "The focus of the parabola $ x^{2} = 4y $ is $ F(0,1) $. As shown in the figure, let the tangent points be $ A(4a, 4a^{2}) $ ($ a \\neq 0 $), $ B(4n, 4n^{2}) $ ($ n \\neq 0 $). The lines $ PA $ and $ PB $ intersect the $ x $-axis at points $ G $ and $ H $, respectively. Connect $ PF $, $ GF $, $ HF $. From $ x^{2} = 4y $, we get $ y = \\frac{1}{4}x^{2} $, then $ y' = \\frac{1}{2}x $. Thus, $ k_{PA} = \\frac{1}{2} \\times 4a = 2a $, $ k_{PB} = \\frac{1}{2} \\times 4n = 2n $. The equation of line $ PA $ is $ y - 4a^{2} = 2a(x - 4a) $, i.e., $ y = 2a(x - 2a) $, so $ G(2a, 0) $. The equation of line $ PB $ is $ y - 4n^{2} = 2n(x - 4n) $, i.e., $ y = 2n(x - 2n) $, so $ H(2n, 0) $. Since $ k_{PA} \\cdot k_{FG} = 2a \\cdot \\frac{1 - 0}{0 - 2a} = -1 $, we have $ GF \\perp PA $. Since $ k_{PB} \\cdot k_{FH} = 2n \\cdot \\frac{1 - 0}{0 - 2n} = -1 $, we have $ HF \\perp PB $. Therefore, points $ P $, $ G $, $ F $, $ H $ lie on a circle with diameter $ PF $, which is exactly the circumcircle of $ \\triangle GHP $. The distance from point $ F $ to the line $ x - y - 4 = 0 $ is $ d = \\frac{|0 - 1 - 4|}{\\sqrt{1^{2} + (-1)^{2}}} = \\frac{5\\sqrt{2}}{2} $. Then $ |PF| \\geqslant d = \\frac{5\\sqrt{2}}{2} $, so the circumradius $ r $ of $ \\triangle GHP $ satisfies $ r = \\frac{1}{2}|PF| \\geqslant \\frac{5\\sqrt{2}}{4} $. Hence, the area $ S $ of the circumcircle of $ \\triangle GHP $ is $ S = \\pi r^{2} \\geqslant \\pi \\times \\left( \\frac{5\\sqrt{2}}{4} \\right)^{2} = \\frac{25\\pi}{8} $. Therefore, the minimum area of the circumcircle of $ \\triangle GHP $ is $ \\frac{25\\pi}{8} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 228, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0228.png", "problem": { "text": "The focal distance of the hyperbola $x^{2}-y^{2}=1$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2 - y^2 = 1)", "query_expressions": "FocalLength(G)", "answer_expressions": "2*sqrt(2)", "process": "From the equation of the hyperbola, we have: a² = b² = 1, then c² = a² + b² = 2. The focal distance of the hyperbola is 2c = 2√2." }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 229, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0229.png", "problem": { "text": "The line $m$ intersects the ellipse $\\frac{x^{2}}{2}+y^{2}=1$ at points $P_{1}$ and $P_{2}$, and the midpoint of segment $P_{1} P_{2}$ is $P$. Let the slope of line $m$ be $k_{1}$ $(k_{1} \\neq 0)$, and the slope of line $O P$ be $k_{2}$. Then the value of $k_{1} k_{2}$ is?", "fact_expressions": "m: Line;G: Ellipse;O: Origin;P: Point;P1: Point;P2: Point;Expression(G) = (x^2/2 + y^2 = 1);Intersection(m, G) = {P1, P2};MidPoint(LineSegmentOf(P1, P2)) = P;k1: Number;Slope(m) = k1;Negation(k1 = 0);k2: Number;Slope(LineOf(O, P)) = k2", "query_expressions": "k1*k2", "answer_expressions": "-1/2", "process": "Using the point difference method, let P_{1}(x_{1},y_{1}), P_{2}(x_{2},y_{2}), and midpoint P(x_{0},y_{0}) satisfy \\begin{cases}\\frac{x_{1}}{2}+y_{1}=1\\\\\\frac{x_{2}}{2}+y_{2}=1,\\\\ rearranging yields \\frac{1}{2}+\\frac{y-y}{x_{1}}x_{2}.\\frac{y_{1}+y_{2}}{x}+x=0, i.e. \\frac{1}{2}+\\frac{y_{1}-y_{2}}{x}-x_{2}.\\frac{x_{0}}{x_{0}}=0, i.e. \\frac{1}{2}+k_{1}\\cdot k_{2}=0,\\end{cases}\\therefore k_{1}k_{2}=-\\frac{1}{2}" }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 1.0, "major_axis": "x", "x_coef": 2.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 230, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0230.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{4}+\\frac{y^{2}}{b^{2}}=1$ $(00)$, find the value of $p$.", "fact_expressions": "G: Parabola;p: Number;H: Circle;p>0;Expression(G) = (x^2 = 2*(p*y));Expression(H) = (y^2 + (x - 1)^2 = 9);IsTangent(H, Directrix(G))", "query_expressions": "p", "answer_expressions": "6", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 240, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0240.png", "problem": { "text": "Given that $F_{1}$ and $F_{2}$ are the two foci of the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, $P$ is a point on the ellipse $C$ such that $\\overrightarrow{P F_{1}} \\perp \\overrightarrow{P F_{2}}$, and the area of $\\Delta P F_{1} F_{2}$ is $9$, then $b=$?", "fact_expressions": "C: Ellipse;b: Number;a: Number;P: Point;F1: Point;F2: Point;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);Focus(C) = {F1, F2};PointOnCurve(P, C);IsPerpendicular(VectorOf(P, F2),VectorOf(P, F1));Area(TriangleOf(P, F1, F2)) = 9", "query_expressions": "b", "answer_expressions": "3", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 244, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0244.png", "problem": { "text": "What is the equation of the parabola with vertex at the right focus of the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{9}=1$ and focus at the left vertex?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/16 - y^2/9 = 1);H: Parabola;RightFocus(G) = Vertex(H);LeftVertex(G) = Focus(H)", "query_expressions": "Expression(H)", "answer_expressions": "y^2=-36*(x-5)", "process": "" }, "sdf_annotation": { "params": { "a": 4.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 245, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0245.png", "problem": { "text": "The equation of one asymptote of a hyperbola centered at the origin is $y=\\sqrt{3} x$. What is the eccentricity of this hyperbola?", "fact_expressions": "G: Hyperbola;O:Origin;Center(G)=O;Expression(OneOf(Asymptote(G))) = (y = sqrt(3)*x)", "query_expressions": "Eccentricity(G)", "answer_expressions": "{2,2*sqrt(3)/3}", "process": "If the hyperbola equation is \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1, since one of its asymptotes is y=\\sqrt{3}x, then \\frac{b}{a}=\\sqrt{3}, so e^{2}=\\frac{c^{2}}{a^{2}}=\\frac{a^{2}+b^{2}}{a^{2}}=1+\\frac{b^{2}}{a^{2}}=4, e=2. If the hyperbola equation is \\frac{y^{2}}{a^{2}}-\\frac{x^{2}}{\\frac{x}{12}}=1, since one of its asymptotes is y=\\sqrt{3}x, then \\frac{a}{b}=\\sqrt{3}, so e^{2}=\\frac{c^{2}}{a^{2}}=\\frac{a^{2}+b^{2}}{a^{2}}=1+\\frac{b^{2}}{a^{2}}=\\frac{4}{3}, e=\\frac{2\\sqrt{3}}{3}." }, "sdf_annotation": { "params": { "a": 1.4149149626832767, "b": 2.450642358201144, "orientation": "horizontal" }, "optimization": { "final_loss": 1.0319236343469396e-05, "converged": true, "iterations": 94 }, "coords": {} } }, { "dataset": "test", "index": 246, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0246.png", "problem": { "text": "If a point $P$ on the ellipse $\\frac{x^{2}}{64}+\\frac{y^{2}}{36}=1$ is at a distance of $4$ from one of its foci, then what is the distance from point $P$ to the other focus?", "fact_expressions": "G: Ellipse;P: Point;F1:Point;F2:Point;Expression(G) = (x^2/64 + y^2/36 = 1);PointOnCurve(P, G);OneOf(Focus(G))=F1;OneOf(Focus(G))=F2;Negation(F1=F2);Distance(P, F1) = 4", "query_expressions": "Distance(P,F2)", "answer_expressions": "12", "process": "" }, "sdf_annotation": { "params": { "a": 8.0, "b": 6.0, "major_axis": "x", "x_coef": 64.0, "y_coef": 36.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 247, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0247.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{16}+\\frac{y^{2}}{6}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. A line $AB$ passing through the right focus $F_{2}$ intersects the ellipse at points $A$ and $B$. Then, the perimeter of $\\Delta A B F_{1}$ is?", "fact_expressions": "G: Ellipse;B: Point;A: Point;F1: Point;F2: Point;Expression(G) = (x^2/16 + y^2/6 = 1);LeftFocus(G) = F1;RightFocus(G) = F2;PointOnCurve(F2, LineOf(A, B));Intersection(LineOf(A, B), G) = {A, B}", "query_expressions": "Perimeter(TriangleOf(A, B, F1))", "answer_expressions": "16", "process": "The ellipse $\\frac{x^{2}}{16}+\\frac{y^{2}}{6}=1$ has $a=4$, the perimeter of triangle $ABF_{2}$ is $|AB|+|AF_{1}|+|BF_{1}|=|AF_{1}|+|AF_{2}|+|BF_{1}|+|BF_{2}|=2a+2a=4a=16$" }, "sdf_annotation": { "params": { "a": 4.0, "b": 2.449489742783178, "major_axis": "x", "x_coef": 16.0, "y_coef": 6.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 248, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0248.png", "problem": { "text": "Given the line $l$: $a x + b y = 0$ intersects the ellipse $x^{2} + \\frac{y^{2}}{9} = 1$ at points $A$ and $B$. If the coordinates of point $C$ are $(1,1)$, then the range of values of $\\overrightarrow{C A} \\cdot \\overrightarrow{C B}$ is?", "fact_expressions": "l: Line;G: Ellipse;C: Point;A: Point;B: Point;Expression(G) = (x^2 + y^2/9 = 1);Coordinate(C) = (1, 1);a: Number;b: Number;Expression(l) = (a*x + b*y = 0);Intersection(l, G) = {A, B}", "query_expressions": "Range(DotProduct(VectorOf(C, A), VectorOf(C, B)))", "answer_expressions": "[-7, 1]", "process": "Let A(x₀, y₀), B(-x₀, -y₀) be set according to the problem, then $\\overrightarrow{CA} \\cdot \\overrightarrow{CB} = (x₀ - 1, y₀ - 1) \\cdot (-x₀ - 1, -y₀ - 1) = 2 - (x₀² + y₀²)$, $|OA| = \\sqrt{x₀² + y₀²} \\in [1, 3]$, $\\therefore x₀² + y₀² \\in [1, 9]$, $\\therefore \\overrightarrow{CA} \\cdot \\overrightarrow{CB} \\in [-7, 1]$" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "major_axis": "y", "x_coef": 1.0, "y_coef": 4.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "C": [ 1.0, 1.0 ] } } }, { "dataset": "test", "index": 249, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0249.png", "problem": { "text": "The line $y = kx + 1$ and the parabola $y^2 = 2x$ have at most one common point. Find the range of values for $k$.", "fact_expressions": "G: Parabola;H: Line;k: Number;Expression(G) = (y^2 = 2*x);Expression(H) = (y = k*x + 1);NumIntersection(H, G) <= 1", "query_expressions": "Range(k)", "answer_expressions": "{0}+[1/2, oo)", "process": "Substitute y = kx + 1 into y^{2} = 2x to obtain k^{2}x^{2} + (2k - 2)x + 1 = 0. \n(1) If k = 0, then -2x + 1 = 0, the equation has only one solution, which satisfies the condition. \n(2) If k \\neq 0, \\Delta = (2k - 2)^{2} - 4k^{2} = 4 - 8k. \nThe line y = kx + 1 and the parabola y^{2} = 2x have at most one common point when \\Delta = 4 - 8k \\leqslant 0, solving gives k \\geqslant \\frac{1}{2}. \nTherefore, k \\geqslant \\frac{1}{2} or k = 0. \nHence, the answer is: 0 \\cup [\\frac{1}{2}, +\\infty)." }, "sdf_annotation": { "params": { "p": 0.5, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 252, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0252.png", "problem": { "text": "Given the parabola $C$: $y^{2}=4 x$ with focus $F$, and the line $y=2 x-4$ intersecting $C$ at points $A$ and $B$. Then $\\cos \\angle A F B$=?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 4*x);F: Point;Focus(C) = F;G: Line;Expression(G) = (y = 2*x - 4);A: Point;B: Point;Intersection(G, C) = {A, B}", "query_expressions": "Cos(AngleOf(A, F, B))", "answer_expressions": "-4/5", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 253, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0253.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, the upper and lower vertices are $B_{1}$ and $B_{2}$, respectively. Point $M$ is an arbitrary point on $C$ not lying on the coordinate axes, and the product of the slopes of lines $M B_{1}$ and $M B_{2}$ is $-\\frac{b}{2 a}$. Then the eccentricity of $C$ is?", "fact_expressions": "C: Ellipse;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;B1: Point;B2: Point;UpperVertex(C) = B1;LowerVertex(C) = B2;M: Point;PointOnCurve(M, C);Negation(PointOnCurve(M, axis));Slope(LineOf(M, B1))*Slope(LineOf(M, B2)) = -b/(2*a)", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(3)/2", "process": "Let M(x_{0},y_{0}), according to the problem we have \\frac{x_{0}^{2}}{a^{2}}+\\frac{y_{0}^{2}}{b^{2}}=1, then x_{0}^{2}=\\frac{a^{2}}{b^{2}}(b^{2}-y_{0}^{2}) so k_{MB_{1}}\\cdot k_{MB_{2}}=\\frac{y_{0}-b}{x_{0}} \\cdot \\frac{y_{0}+b}{x_{0}}=\\frac{y_{0}^{2}-b^{2}}{x_{0}^{2}}=-\\frac{b^{2}}{a^{2}}=-\\frac{b}{2a}, then \\frac{b}{a}=\\frac{1}{2}, e=\\sqrt{1-\\frac{b^{2}}{a^{2}}}=\\frac{\\sqrt{3}}{2}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 254, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0254.png", "problem": { "text": "If the directrix of the parabola $y^{2}=8 x$ intersects the curve $\\frac{x^{2}}{a}+\\frac{y^{2}}{4}=1$ $(y \\geq 0)$ at exactly one point, then the condition satisfied by the real number $a$ is?", "fact_expressions": "G: Parabola;H: Curve;a: Real;Expression(G) = (y^2 = 8*x);Expression(H) = And(x^2/a+y^2/4=1,y>=0);NumIntersection(Directrix(G), H) = 1", "query_expressions": "a", "answer_expressions": "{(-oo,0)+[4,oo)}", "process": "According to the problem, the directrix of the parabola is given by x = -2. Discuss the graph represented by the curve $\\frac{x^{2}}{a} + \\frac{y^{2}}{4} = 1$ ($y \\geqslant 0$) when $a > 0$ and $a < 0$, respectively, to solve the problem. The directrix of the parabola $y^{2} = 8x$ is $x = -2$. When $a > 0$, $\\frac{x^{2}}{a} + \\frac{y^{2}}{4} = 1$ ($y \\geqslant 0$) represents the upper part of an ellipse including the left and right vertices, so $-\\sqrt{a} \\leqslant x \\leqslant \\sqrt{a}$. If $x = -2$ intersects the curve $\\frac{x^{2}}{a} + \\frac{y^{2}}{4} = 1$ ($y \\geqslant 0$) at exactly one point, then $-\\sqrt{a} \\leqslant -2$, solving gives $a \\geqslant 4$. When $a < 0$, $\\frac{x^{2}}{a} + \\frac{y^{2}}{4} = 1$ ($y \\geqslant 0$) represents the upper branch of a hyperbola above the x-axis, in which case $x \\in (-\\infty, +\\infty)$, and $x = -2$ intersects the curve $\\frac{x^{2}}{a} + \\frac{y^{2}}{4} = 1$ ($y \\geqslant 0$) at exactly one point, so $a < 0$. In conclusion, the condition satisfied by the real number $a$ is $a < 0$ or $a \\geqslant 4$." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 255, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0255.png", "problem": { "text": "Given that the focus of the parabola $y^{2}=4x$ is $F$, and a line passing through the focus intersects the parabola at points $A$ and $B$, what is the sine of the inclination angle of the line $AB$ when $|AF|+4|BF|$ attains its minimum value?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 4*x);F: Point;Focus(G) = F;H: Line;PointOnCurve(F,H);A: Point;B: Point;Intersection(H, G) = {A, B};WhenMin(Abs(LineSegmentOf(A, F)) + 4*Abs(LineSegmentOf(B, F)))", "query_expressions": "Sin(Inclination(LineOf(A, B)))", "answer_expressions": "2*sqrt(2)/3", "process": "① When the slope of a line passing through the focus does not exist, then |AF| = |BF| = 2, that is, \\frac{1}{|AF|} + \\frac{1}{|BF|} = 1. ② When the slope of a line passing through the focus exists, let the equation of the line be y = k(x - 1) (k \\neq 0). Solving the system \\begin{cases} y = k(x - 1) \\\\ y^{2} = 4x \\end{cases}, eliminating y gives k^{2}x^{2} - (2k^{2} + 4)x + k^{2} = 0. Let A(x_{1}, y_{1}), B(x_{2}, y_{2}), then x_{1} + x_{2} = \\frac{2k^{2} + 4}{k^{2}}, x_{1}x_{2} = 1. \\frac{1}{|AF|} + \\frac{1}{|BF|} = \\frac{1}{x_{1} + 1} + \\frac{1}{x_{2} + 1} = \\frac{x_{1} + x_{2} + 2}{x_{1}x_{2} + x_{1} + x_{2} + 1} = \\frac{\\frac{2k^{2} + 4}{k^{2}} + 2}{1 + \\frac{2k^{2} + 4}{k^{2}} + 1} = 1. In conclusion, \\frac{1}{|AF|} + \\frac{1}{|BF|} = 1. Let |AF| = a, |BF| = b, then \\frac{1}{a} + \\frac{1}{b} = 1. \\therefore |AF| + 4|BF| = a + 4b = \\left( \\frac{1}{a} + \\frac{1}{b} \\right)(a + 4b) = 5 + \\frac{4b}{a} + \\frac{a}{b} \\geqslant 5 + 2\\sqrt{\\frac{4b}{a} \\cdot \\frac{a}{b}} = 9, equality holds if and only if a = 2b = 3. \\therefore when |AF| + 4|BF| attains its minimum value, x_{1} + 1 = 2(x_{2} + 1) = 3, that is, x_{1} = 2, x_{2} = \\frac{1}{2}, at this time the slope of line AB is k = \\pm 2\\sqrt{2}, that is, the sine of the inclination angle of line AB is \\frac{2\\sqrt{2}}{3}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 257, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0257.png", "problem": { "text": "Given that point $A$ lies on the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, $F$ is a focus of the ellipse, $A F \\perp x$-axis, and $|A F| =$ focal distance, then the eccentricity of the ellipse is?", "fact_expressions": "G: Ellipse;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);a: Number;b: Number;a > b;b > 0;A: Point;PointOnCurve(A, G);F: Point;OneOf(Focus(G)) = F;IsPerpendicular(LineSegmentOf(A, F), xAxis);FocalLength(G) = Abs(LineSegmentOf(A, F))", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(2)-1", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 258, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0258.png", "problem": { "text": "Let the focus of the parabola $x^{2}=4 y$ be $F$, and let points $A$ and $B$ lie on the parabola such that $\\overrightarrow{A F}=\\lambda \\overrightarrow{F B}$. If $|\\overrightarrow{A F}|=\\frac{3}{2}$, then the value of $\\lambda$ is?", "fact_expressions": "G: Parabola;A: Point;F: Point;B: Point;Expression(G) = (x^2 = 4*y);Focus(G) = F;PointOnCurve(A, G);PointOnCurve(B, G);VectorOf(A, F) = lambda*VectorOf(F, B);Abs(VectorOf(A, F)) = 3/2;lambda:Number", "query_expressions": "lambda", "answer_expressions": "1/2", "process": "From the given conditions, F(0,1) because AB is a focal chord of the parabola x^{2}=4y, so \\frac{1}{|AF|}+\\frac{1}{|BF|}=\\frac{2}{p}=1. Given |\\overrightarrow{AF}|=\\frac{3}{2}, solving gives |\\overrightarrow{BF}|=3. Also, since \\overrightarrow{AF}=\\lambda\\overrightarrow{FB}, it follows that \\lambda=\\frac{|\\overrightarrow{AF}|}{|\\overrightarrow{BF}|}=\\frac{\\frac{3}{2}}{3}=\\frac{1}{2}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 259, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0259.png", "problem": { "text": "Given that the focus $F$ of the parabola $y^{2}=2 p x$ ($p>0$) is $(1,0)$, a line passing through point $F$ intersects the directrix of the parabola at point $A$, and intersects the parabola at one point $B$, with $\\overrightarrow{F A}=-3 \\overrightarrow{F B}$. Then $|A B|$=?", "fact_expressions": "G: Parabola;p: Number;H: Line;F: Point;A: Point;B: Point;p>0;Expression(G) = (y^2 = 2*(p*x));Coordinate(F) = (1, 0);Focus(G) = F;PointOnCurve(F, H);Intersection(H, Directrix(G)) = A;OneOf(Intersection(H, G)) = B;VectorOf(F, A) = -3*VectorOf(F, B)", "query_expressions": "Abs(LineSegmentOf(A, B))", "answer_expressions": "32/3", "process": "The parabola y^{2}=4x has focus F(1,0) and directrix x=-1. Draw BD perpendicular to the directrix at D, and let the directrix intersect the x-axis at point E. Then EF//DB, so \\triangleAEF\\sim\\triangleADB. Since \\overrightarrow{FA}=-3\\overrightarrow{FB}, it follows that |BD|=\\frac{4}{3}|EF|=\\frac{8}{3}. By the definition of a parabola, |BF|=|BD|=\\frac{8}{3}. Therefore, |AB|=4|BF|=\\frac{32}{3}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": { "F": [ 1.0, 0.0 ] } } }, { "dataset": "test", "index": 260, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0260.png", "problem": { "text": "Given that $F$ is the left focus of the ellipse $C$: $\\frac{x^{2}}{4}+\\frac{y^{2}}{3}=1$, point $A(-3,-3)$ is a fixed point, and point $P$ is a moving point on the ellipse $C$, then the maximum value of $|P A|+|P F|$ is?", "fact_expressions": "C: Ellipse;Expression(C) = (x^2/4 + y^2/3 = 1);F: Point;LeftFocus(C) = F;A: Point;Coordinate(A) = (-3, -3);P: Point;PointOnCurve(P, C)", "query_expressions": "Max(Abs(LineSegmentOf(P, A)) + Abs(LineSegmentOf(P, F)))", "answer_expressions": "9", "process": "Let the right focus of the ellipse be F_{1}(1,0), and then use a combination of algebraic and geometric methods to analyze and solve. Let the right focus of the ellipse be F_{1}(1,0), |PA|+|PF|=|PA|+2a-|PF|=4+|PA|-|PF|\\leqslant4+|AF|=4+\\sqrt{(-3-1)^{2}+3^{2}}=9" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ -3.0, -3.0 ] } } }, { "dataset": "test", "index": 261, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0261.png", "problem": { "text": "Given that point $F$ is the focus of the parabola $y^{2}=-8x$, $O$ is the origin, point $P$ is a moving point on the directrix of the parabola, $A$ lies on the parabola and $|AF|=4$, then the minimum value of $|PA|+|PO|$ is?", "fact_expressions": "G: Parabola;A: Point;F: Point;P: Point;O: Origin;Expression(G) = (y^2 = -8*x);Focus(G) = F;PointOnCurve(P, Directrix(G));PointOnCurve(A, G);Abs(LineSegmentOf(A, F)) = 4", "query_expressions": "Min(Abs(LineSegmentOf(P, A)) + Abs(LineSegmentOf(P, O)))", "answer_expressions": "2*sqrt(13)", "process": "" }, "sdf_annotation": { "params": { "p": 2.0, "direction": "left" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 262, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0262.png", "problem": { "text": "Given the parabola $y^{2}=2 p x(p>0)$, with focus $F$. If points $A$ and $B$ lie on the parabola in the first quadrant, $|A F|=2$, $|B F|=4$, $|A B|=3$, find the slope of line $A B$?", "fact_expressions": "G: Parabola;p: Number;B: Point;A: Point;F: Point;p>0;Expression(G) = (y^2 = 2*(p*x));Focus(G) = F;PointOnCurve(A, G);PointOnCurve(B, G);Quadrant(A) = 1;Quadrant(B) = 1;Abs(LineSegmentOf(A, F)) = 2;Abs(LineSegmentOf(B, F)) = 4;Abs(LineSegmentOf(A, B)) = 3", "query_expressions": "Slope(LineOf(A, B))", "answer_expressions": "sqrt(5)/2", "process": "Let A(x_{1},y_{1}), B(x_{2},y_{2}). Since the slope of AB exists, denote the slope of AB as k. Points A and B are both above the x-axis, and from the given condition we know k > 0. By the definition of the parabola, AF = x_{1} + \\frac{p}{2}, BF = x_{2} + \\frac{p}{2}. Then \n\\begin{cases}x_{1} + \\frac{p}{2} = 2\\\\x_{2} + \\frac{p}{2} = 4\\end{cases} \n\\Rightarrow |x_{1} - x_{2}| = 2. By the chord length formula, AB = \\sqrt{1 + k^{2}}|x_{1} - x_{2}|, so \nAB = \\sqrt{1 + k^{2}}|x_{1} - x_{2}| = 3 \\Rightarrow \\sqrt{1 + k^{2}} = \\frac{3}{2} \\Rightarrow k = \\frac{\\sqrt{5}}{2}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 263, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0263.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0 , b>0)$, a line passing through its right focus and perpendicular to the real axis intersects the hyperbola at points $M$ and $N$, and $O$ is the origin. If $OM \\perp ON$, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Line;O: Origin;M: Point;N: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);PointOnCurve(RightFocus(G),H);IsPerpendicular(RealAxis(G),H);Intersection(H,G) = {M,N};IsPerpendicular(LineSegmentOf(O, M), LineSegmentOf(O, N))", "query_expressions": "Eccentricity(G)", "answer_expressions": "(sqrt(5)-1)/2", "process": "According to the problem, let the right focus be F. Since OM ⊥ ON, triangle OMN is an isosceles right triangle, so |MF| = |OF|, yielding \\frac{b^{2}}{a} = c. Also, from c^{2} = a^{2} + b^{2}, simplifying gives c^{2} - ac - a^{2} = 0, solving which yields \\frac{c}{a} = \\frac{1 \\pm \\sqrt{5}}{2}. Since e > 1, it follows that e = \\frac{1 + \\sqrt{5}}{2}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 264, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0264.png", "problem": { "text": "Let $P$ be a point on the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$, and let $M$, $N$ be points on the two circles $(x-5)^{2}+y^{2}=4$ and $(x+5)^{2}+y^{2}=1$, respectively. Then the maximum value of $|P M|-|P N|$ is?", "fact_expressions": "G: Hyperbola;H: Circle;Z: Circle;P: Point;M: Point;N: Point;Expression(G) = (x^2/9 - y^2/16 = 1);Expression(H) = (y^2 + (x - 5)^2 = 4);Expression(Z) = (y^2 + (x + 5)^2 = 1);PointOnCurve(P, G);PointOnCurve(M, H);PointOnCurve(N, Z)", "query_expressions": "Max(Abs(LineSegmentOf(P, M)) - Abs(LineSegmentOf(P, N)))", "answer_expressions": "9", "process": "Problem Analysis: Let the centers of the two circles $(x-5)^{2}+y^{2}=4$ and $(x+5)^{2}+y^{2}=1$ be $A$ and $B$ respectively. Then $A$ and $B$ are exactly the two foci of a hyperbola. $|PM|-|PN|\\leqslant|PA|+2-(|PB|-1)=|PA|-|PB|+3=2a+3=6+3=9$, so the maximum value is $9$." }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 265, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0265.png", "problem": { "text": "The hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 (a>0 , b>0)$ has an asymptote with equation $y=\\frac{\\sqrt {2}}{2} x$. Then its eccentricity $e$=?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(OneOf(Asymptote(G))) = (y = x*(sqrt(2)/2));Eccentricity(G)=e;e:Number", "query_expressions": "e", "answer_expressions": "sqrt(6)/2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 266, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0266.png", "problem": { "text": "Let $P$ be a moving point on the hyperbola $\\frac{x^{2}}{4}-y^{2}=1$, $O$ be the origin, and $M$ be the midpoint of the segment $OP$. Then the equation of the trajectory of point $M$ is?", "fact_expressions": "O: Origin;P: Point;G: Hyperbola;M: Point;Expression(G) = (x^2/4 - y^2 = 1);PointOnCurve(P, G);MidPoint(LineSegmentOf(O, P)) = M", "query_expressions": "LocusEquation(M)", "answer_expressions": "x^2-4*y^2=1", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 267, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0267.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{11}+\\frac{y^{2}}{7}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. A line $l$ passing through $F_{2}$ intersects the ellipse at points $A$ and $B$. Then, what is the perimeter of $\\Delta F_{1} A B$?", "fact_expressions": "l: Line;G: Ellipse;F1: Point;A: Point;B: Point;F2: Point;Expression(G) = (x^2/11 + y^2/7 = 1);LeftFocus(G) = F1;RightFocus(G) = F2;PointOnCurve(F2, l);Intersection(l, G) = {A, B}", "query_expressions": "Perimeter(TriangleOf(F1, A, B))", "answer_expressions": "4*sqrt(11)", "process": "From the ellipse $\\frac{x^{2}}{11}+\\frac{y^{2}}{7}=1$, the semi-major axis length is $a=\\sqrt{11}$. By the definition of an ellipse, the perimeter of triangle $\\triangle F_{1}AB$ is $|AB|+|AF_{1}|+|BF_{1}|=|AF_{1}|+|AF_{2}|+|BF_{1}|+|BF_{2}|=2a+2a=4\\sqrt{11}$." }, "sdf_annotation": { "params": { "a": 3.3166247903554, "b": 2.6457513110645907, "major_axis": "x", "x_coef": 11.0, "y_coef": 7.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 268, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0268.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ with right focus $F(c, 0)$, point $P$ lies on the ellipse $C$, the segment $PF$ is tangent to the circle $(x-\\frac{c}{3})^{2}+y^{2}=\\frac{b^{2}}{9}$ at point $Q$, and $\\overrightarrow{P Q}=2 \\overrightarrow{Q F}$. Then the eccentricity of the ellipse $C$ is?", "fact_expressions": "C: Ellipse;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F: Point;c: Number;Coordinate(F) = (c, 0);RightFocus(C) = F;P: Point;PointOnCurve(P, C);G: Circle;Expression(G) = (y^2 + (-c/3 + x)^2 = b^2/9);Q: Point;TangentPoint(LineSegmentOf(P, F), G) = Q;VectorOf(P, Q) = 2*VectorOf(Q, F)", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(5)/3", "process": "According to geometric and algebraic analysis, we have PF\\bot PF', and by the Pythagorean theorem, b^{2}+(2a-b)^{2}=4c^{2}=4(a^{2}-b^{2}) to calculate the eccentricity. As shown in the figure, first draw the graph of the function, |EF|=|OF|-|OE|=c-\\frac{1}{3}c=\\frac{2}{3}c, \\therefore\\frac{|EF|}{|EF|}=\\frac{\\frac{2}{3}c}{c+\\frac{1}{3}c}=\\frac{1}{2}. Also, \\because\\overrightarrow{PQ}=2\\overrightarrow{QF}, \\therefore PF'//QE, and \\frac{|QE|}{|PF|}=\\frac{1}{3}, and PF\\bot PF'. \\because|QE|=\\frac{b}{3}, \\therefore|PF|=b. According to the definition of the ellipse, |PF|=2a-b. By the Pythagorean theorem, |PF|^{2}+|PF|^{2}=|F_{1}F_{2}|^{2}, i.e., b^{2}+(2a-b)^{2}=4c^{2}=4(a^{2}-b^{2}). Rearranging gives b^{2}+4a^{2}+b^{2}-4ab=4a^{2}-4b^{2}, i.e., \\frac{b}{a}=\\frac{2}{3}, \\therefore\\frac{c}{a}=\\sqrt{1-\\frac{b^{2}}{a^{2}}}=\\frac{\\sqrt{5}}{3}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 269, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0269.png", "problem": { "text": "Through the focus $F$ of the parabola $C$: $x^{2}=4 y$, draw a line $l$ with slope $\\sqrt{3}$, intersecting the parabola at points $A$ and $B$. The two tangents to the parabola at $A$ and $B$ intersect at point $M$. Then $|M F|$=?", "fact_expressions": "l: Line;C: Parabola;M: Point;F: Point;A: Point;Expression(C) = (x^2 = 4*y);Focus(C)=F;PointOnCurve(F,l);Slope(l)=sqrt(3);Intersection(l,C)={A,B};Intersection(TangentOnPoint(A,C),TangentOnPoint(B,C))=M;B:Point", "query_expressions": "Abs(LineSegmentOf(M, F))", "answer_expressions": "4", "process": "The parabola $ C: x^{2} = 4y $ has focus $ F(0,1) $, and the line $ l $ is $ y = \\sqrt{3}x + 1 $. Let $ A(x_{1}, y_{1}) $, $ B(x_{2}, y_{2}) $ be points satisfying \n\\[\n\\begin{cases}\ny = \\sqrt{3}x + 1 \\\\\nx^{2} = 4y\n\\end{cases}\n\\]\nwhich gives $ x^{2} - 4\\sqrt{3}x - 4 = 0 $. Then $ x_{1} + x_{2} = 4\\sqrt{3} $, $ x_{1}x_{2} = -4 $. From $ y = \\frac{1}{4}x^{2} $, we get $ y' = \\frac{1}{2}x $, so the slope of the tangent line at point $ A(x_{1}, y_{1}) $ is $ \\frac{1}{2}x_{1} $. Thus, the equation of the tangent line at $ A(x_{1}, y_{1}) $ is $ y - \\frac{x_{1}^{2}}{4} = \\frac{1}{2}x_{1}(x - x_{1}) $, that is, $ y = \\frac{1}{2}x_{1}x - \\frac{x_{1}^{2}}{4} $. Similarly, the tangent line at $ B(x_{2}, y_{2}) $ is $ y = \\frac{1}{2}x_{2}x - \\frac{x_{2}^{2}}{4} $. Solving the two tangent equations simultaneously, we have $ \\frac{1}{2}x_{1}x - \\frac{x_{1}^{2}}{4} = \\frac{1}{2}x_{2}x - \\frac{x_{2}^{2}}{4} $, which gives $ x = \\frac{1}{2}(x_{1} + x_{2}) = 2\\sqrt{3} $. Then $ y = \\frac{1}{2}x_{1} \\cdot \\frac{1}{2}(x_{1} + x_{2}) - \\frac{x_{1}^{2}}{4} = \\frac{1}{4}x_{1}x_{2} = -1 $. Therefore, the coordinates of point $ M $ are $ (2\\sqrt{3}, -1) $. Hence, $ |MF| = \\sqrt{(2\\sqrt{3})^{2} + (-1 - 1)^{2}} = \\sqrt{12 + 4} = 4 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 270, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0270.png", "problem": { "text": "An ellipse $\\frac{x^{2}}{12}+\\frac{y^{2}}{3}=1$ has a focus $F_{1}$, and point $P$ lies on the ellipse. If the midpoint $M$ of segment $P F_{1}$ lies on the $y$-axis, then the distance $|M O|$ from point $M$ to the origin $O$ is $?$.", "fact_expressions": "G: Ellipse;P: Point;F1: Point;M: Point;O: Origin;Expression(G) = (x^2/12 + y^2/3 = 1);OneOf(Focus(G)) = F1;PointOnCurve(P, G);MidPoint(LineSegmentOf(P, F1)) = M;PointOnCurve(M, yAxis);Distance(M, O) = Abs(LineSegmentOf(M, O))", "query_expressions": "Abs(LineSegmentOf(M, O))", "answer_expressions": "sqrt(3)/4", "process": "Let the coordinates of point M be (0, m). From the problem, we have F₁(-3, 0). Using the midpoint coordinate formula, the coordinates of point P are (3, 2m). Substituting into the equation of the ellipse gives the solution. Let the coordinates of point M be (0, m). From the problem, we have F₁(-3, 0). Using the midpoint coordinate formula, the coordinates of point P are (3, 2m). Substituting into the equation of the ellipse yields m = ±\\frac{\\sqrt{3}}{4}. Therefore, |MO| = \\frac{\\sqrt{3}}{4}." }, "sdf_annotation": { "params": { "a": 3.4641016151377544, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 12.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 271, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0271.png", "problem": { "text": "If line $l$ passes through the focus of the parabola $x^{2}=-4 y$ and is tangent to the circle $(x-1)^{2}+(y-2)^{2}=1$, then the equation of line $l$ is?", "fact_expressions": "l: Line;G: Parabola;H: Circle;Expression(G) = (x^2 = -4*y);Expression(H) = ((x - 1)^2 + (y - 2)^2 = 1);PointOnCurve(Focus(G),l);IsTangent(l,H)", "query_expressions": "Expression(l)", "answer_expressions": "{x=0,4*x-3*y-3=0}", "process": "Since the equation of the parabola is $x^{2} = -4y$, the coordinates of the focus are: $F(0, -1)$. When the slope of the line does not exist, let the equation of the line be: $x = 0$. The distance from the center of the circle to the line is $d = 1 = r$, which satisfies the condition. When the slope of the line exists, let the equation of the line be: $y = kx - 1$, that is, $kx - y - 1 = 0$. The distance from the center of the circle to the line is $d = \\frac{|k - 3|}{\\sqrt{1 + k^{2}}} = r = 1$, solving gives $k = \\frac{4}{3}$. Therefore, the equation of the line is $4x - 3y - 3 = 0$." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "down" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 274, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0274.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{4}-\\frac{y^{2}}{m}=1$ $(m>0)$ has asymptotes with equations $y=\\pm \\sqrt{2} x$, and $F_{1}$, $F_{2}$ are the left and right foci of $C$, respectively. Let $P$ be a point on the right branch of $C$. If $|P F_{1}|=m-1$, then the area of $\\Delta P F_{1} F_{2}$ is?", "fact_expressions": "C: Hyperbola;m: Number;P: Point;F1: Point;F2: Point;m>0;Expression(C) = (x^2/4 - y^2/m = 1);Expression(Asymptote(C)) = (y = pm*(sqrt(2)*x));LeftFocus(C) = F1;RightFocus(C) = F2;PointOnCurve(P, RightPart(C));Abs(LineSegmentOf(P, F1)) = m - 1", "query_expressions": "Area(TriangleOf(P, F1, F2))", "answer_expressions": "2*sqrt(26)", "process": "Since the hyperbola $ C: \\frac{x^{2}}{4} - \\frac{y^{2}}{m} = 1 $ ($ m > 0 $) has asymptotes given by $ y = \\pm\\sqrt{2}x $, it follows that $ \\sqrt{\\frac{m}{4}} = \\sqrt{2} $, solving gives $ m = 8 $. Since $ |PF_{1}| - |PF_{2}| = 2a = 4 $, $ |PF_{1}| = m - 1 $, so $ |PF_{2}| = 3 $, and $ |F_{1}F_{2}| = 4\\sqrt{3} $, by the law of cosines we obtain $ \\cos\\angle F_{1}PF_{2} = \\frac{5}{21} $, then the area $ S $ of $ \\triangle PF_{1}F_{2} $ is $ \\frac{1}{2} \\times 3 \\times 7 \\times \\sin\\angle F_{1}PF_{2} = \\frac{21}{2} \\times \\frac{4\\sqrt{26}}{21} = 2\\sqrt{26} $." }, "sdf_annotation": { "params": { "a": 1.4506710767745972, "b": 2.0511727333068848, "orientation": "horizontal" }, "optimization": { "final_loss": 4.657696081267204e-06, "converged": true, "iterations": 116 }, "coords": {} } }, { "dataset": "test", "index": 275, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0275.png", "problem": { "text": "$P$, $Q$ are two points on the parabola $y = x^{2}$ other than the vertex, and $O$ is the origin. $\\angle P O Q = \\frac{\\pi}{4}$. The lines $l_{1}$, $l_{2}$ are the tangent lines to the parabola at points $P$ and $Q$, respectively. (I) What is the trajectory equation of the intersection point $M$ of $l_{1}$ and $l_{2}$? (II) If $l_{1}$ and $l_{2}$ intersect the $x$-axis at points $A$ and $B$, respectively, what is the equation of the line passing through the orthocenter of $\\triangle A B M$ and the point $(0, -\\frac{1}{4})$?", "fact_expressions": "G: Parabola;Expression(G) = (y = x^2);P: Point;Q: Point;PointOnCurve(P, G) = True;PointOnCurve(Q, G) = True;Negation(Vertex(G) = P);Negation(Vertex(G) = Q);O: Origin;AngleOf(P, O, Q) = pi/4;l1: Line;l2: Line;PointOnCurve(P, l1) = True;PointOnCurve(Q, l2) = True;IsTangent(l1, G) = True;IsTangent(l2, G) = True;M: Point;Intersection(l1, l2) = M;A: Point;B: Point;Intersection(l1, xAxis) = A;Intersection(l2, xAxis) = B;l3: Line;PointOnCurve(Orthocenter(TriangleOf(A, B, M)), l3) = True;I: Point;Coordinate(I) = (0, -1/4);PointOnCurve(I, l3) = True", "query_expressions": "LocusEquation(M);Expression(l3)", "answer_expressions": "(4*x^2 - y^2 - 6*y - 1 = 0)&Negation(y = 0)\ny = -1/4", "process": "" }, "sdf_annotation": { "params": { "p": 0.25, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "I": [ 0.0, -0.25 ] } } }, { "dataset": "test", "index": 276, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0276.png", "problem": { "text": "The line $ l $ intersects the parabola $ y = \\frac{x^{2}}{2} $ at points $ A $ and $ B $, and the tangents to the parabola at points $ A $ and $ B $ are perpendicular to each other, where point $ A $ has coordinates $ (2,\\ 2) $. Then the slope of line $ l $ is equal to?", "fact_expressions": "l: Line;G: Parabola;Expression(G) = (y = x^2/2);Intersection(l, G) = {A, B};A: Point;B: Point;IsPerpendicular(TangentOnPoint(A,G),TangentOnPoint(B,G)) = True;Coordinate(A) = (2, 2)", "query_expressions": "Slope(l)", "answer_expressions": "3/4", "process": "For the parabola y=\\frac{x^{2}}{2}, y=x; and A(2,2), we have: k_{A}=2. The tangents to the parabola at points A and B are perpendicular, \\therefore k_{B}=-\\frac{1}{2} \\therefore B(-\\frac{1}{2},\\frac{1}{8}) \\therefore k_{AB}=\\frac{2-\\frac{1}{8}}{2+\\frac{1}{2}}=\\frac{3}{4}. The correct result for this problem: \\frac{3}{3}" }, "sdf_annotation": { "params": { "p": 0.5, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 2.0, 2.0 ] } } }, { "dataset": "test", "index": 279, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0279.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 (a>0 , b>0)$ has two foci $F_{1}(-\\frac{\\sqrt{3}}{2}, 0)$ , $F_{2}(\\frac{\\sqrt{3}}{2}, 0)$, and point $P$ lies on the hyperbola in the first quadrant such that $\\tan \\angle P F_{1} F_{2}=\\frac{1}{2}$, $\\tan \\angle P F_{2} F_{1}=-2$, then the eccentricity of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;F1: Point;F2: Point;P: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Coordinate(F1) = (-sqrt(3)/2, 0);Coordinate(F2) = (sqrt(3)/2, 0);Focus(G) = {F1, F2};Quadrant(P) = 1;PointOnCurve(P, G);Tan(AngleOf(P, F1, F2)) = 1/2;Tan(AngleOf(P, F2, F1)) = -2", "query_expressions": "Eccentricity(G)", "answer_expressions": "3*sqrt(5)/5", "process": "" }, "sdf_annotation": { "params": { "a": 0.7841060161590576, "b": 0.3689577579498291, "orientation": "horizontal" }, "optimization": { "final_loss": 5.885034397579147e-07, "converged": true, "iterations": 122 }, "coords": { "F1": [ -0.8660254037844386, 0.0 ], "F2": [ 0.8660254037844386, 0.0 ] } } }, { "dataset": "test", "index": 280, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0280.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ and the circle $O$: $x^{2}+y^{2}=b^{2}$, if there exists a point $P$ on $C$ such that two tangents drawn from $P$ to circle $O$ touch the circle at points $A$ and $B$ respectively, satisfying $\\angle A P B=60^{\\circ}$, then the range of the eccentricity of ellipse $C$ is?", "fact_expressions": "C: Ellipse;b: Number;a: Number;O: Circle;A: Point;P: Point;B: Point;l1: Line;l2: Line;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);Expression(O) = (x^2 + y^2 = b^2);TangentOfPoint(P, O) = {l1, l2};TangentPoint(l1,O)=A;TangentPoint(l2,O)=B;AngleOf(A, P, B) = ApplyUnit(60, degree);PointOnCurve(P,C)", "query_expressions": "Range(Eccentricity(C))", "answer_expressions": "[sqrt(3)/2,1)", "process": "Connect OP, ∴∠OPB=30°, ∵|OB|=b, ∴|OP|=2b, ∴2b⩽a, ∴4a²−4c²⩽a², ∴e⩾√3⁄2." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 281, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0281.png", "problem": { "text": "Given that $F_{1}$ and $F_{2}$ are the left and right foci of the ellipse $E$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{3}=1$, point $M$ lies on $E$, and $\\angle F_{1} M F_{2}=\\frac{2 \\pi}{3}$, then the area of $\\Delta F_{1} M F_{2}$ is?", "fact_expressions": "E: Ellipse;a: Number;F1: Point;M: Point;F2: Point;Expression(E) = (y^2/3 + x^2/a^2 = 1);RightFocus(E) = F2;LeftFocus(E)=F1;PointOnCurve(M, E);AngleOf(F1, M, F2) = (2*pi)/3", "query_expressions": "Area(TriangleOf(F1, M, F2))", "answer_expressions": "3*sqrt(3)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 283, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0283.png", "problem": { "text": "The right focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 (a>0 , b>0)$ is $F$, and the line $y=\\frac{4}{3} x$ intersects the hyperbola at points $A$ and $B$. If $A F \\perp B F$, then the equation of the asymptotes of the hyperbola is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Line;A: Point;F: Point;B: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(H) = (y = (4/3)*x);RightFocus(G) = F;Intersection(H, G) = {A, B};IsPerpendicular(LineSegmentOf(A, F), LineSegmentOf(B, F))", "query_expressions": "Expression(Asymptote(G))", "answer_expressions": "y=pm*2*x", "process": "According to the problem: the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0,b>0)$ has its foci on the $x$-axis, and the right focus is $F(c,0)$. Then\n$$\n\\begin{cases}\ny=\\frac{4}{3}x \\\\\n\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1\n\\end{cases}\n$$\nSimplifying yields: $(9b^{2}-16a^{2})x^{2}=9a^{2}b^{2}$, so $x^{2}=\\frac{9a^{2}b^{2}}{9b^{2}-16a^{2}}$. Therefore, points $A$ and $B$ are symmetric about the origin. Let $A(x,\\frac{4}{3}x)$, $B(-x,-\\frac{4}{3}x)$, then $\\overrightarrow{FA}=(x-c,\\frac{4}{3}x)$, $\\overrightarrow{FB}=(-x-c,-\\frac{4}{3}x)$. Since $AF\\bot BF$, it follows that $\\overrightarrow{FA}\\cdot\\overrightarrow{FB}=0$, so $(x-c)(-x-c)+\\frac{4}{3}x\\times(-\\frac{4}{3}x)=0$. Simplifying gives: $c^{2}=\\frac{25}{9}x^{2}$. Hence,\n$$\na^{2}+b^{2}=\\frac{25}{9}\\times\\frac{9a^{2}b^{2}}{9b^{2}-16a^{2}},\n$$\nwhich leads to $9b^{4}-32a^{2}b^{2}-16a^{4}=0$. Therefore, $(b^{2}-4a^{2})(9b^{2}+4a^{2})=0$. Since $a>0$, $b>0$, we have $9b^{2}+4a^{2}\\neq0$, so $b^{2}-4a^{2}=0$, thus $b=2a$. The asymptotes of the hyperbola are $y=\\pm\\frac{b}{a}x=\\pm2x$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 284, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0284.png", "problem": { "text": "Let the parabola $C$: $x^{2}=2 p y(p>0)$ have focus $F$ and directrix $l$, with $A \\in C$. A circle centered at $F$ with radius $FA$, denoted as circle $F$, intersects $l$ at points $B$ and $D$. Given that $\\angle B F D=90^{\\circ}$ and the area of $\\triangle A B D$ is $4 \\sqrt{2}$, find the value of $p$.", "fact_expressions": "C: Parabola;Expression(C) = (x^2 = 2*(p*y));p: Number;p>0;F: Point;Focus(C) = F;l: Line;Directrix(C) = l;A: Point;In(A,C);F1: Circle;Center(F1) = F;Radius(F1) = LineSegmentOf(F,A);B: Point;D: Point;Intersection(F1, l) = {B, D};AngleOf(B, F, D) = ApplyUnit(90, degree);Area(TriangleOf(A, B, D)) = 4*sqrt(2)", "query_expressions": "p", "answer_expressions": "2", "process": "By the given condition, $\\triangle BFD$ is an isosceles right triangle with hypotenuse $|BD|=2p$. Combining with $S_{\\triangle ABD}=4\\sqrt{2}$, the solution is obtained. By symmetry: $\\triangle BFD$ is an isosceles right triangle, hypotenuse $|BD|=2p$. The distance from point $A$ to the directrix $l$ is $d=|FA|=|FB|=\\sqrt{2}p$. $S_{\\Delta ABD}=4\\sqrt{2} \\Leftrightarrow \\frac{1}{2}\\times|BD|\\times d=4\\sqrt{2} \\Leftrightarrow p=2$" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 285, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0285.png", "problem": { "text": "Given that point $F_{1}$ is the left focus of the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{5}=1$, point $A(1,1)$, and a moving point $P$ lies on the ellipse, find the minimum value of $|P A + P F_{1}|$.", "fact_expressions": "G: Ellipse;A: Point;P: Point;F1: Point;Expression(G) = (x^2/9 + y^2/5 = 1);Coordinate(A) = (1, 1);LeftFocus(G) = F1;PointOnCurve(P, G)", "query_expressions": "Min(Abs(LineSegmentOf(P, A) + LineSegmentOf(P, F1)))", "answer_expressions": "6-sqrt(2)", "process": "" }, "sdf_annotation": { "params": { "a": 3.0, "b": 2.23606797749979, "major_axis": "x", "x_coef": 9.0, "y_coef": 5.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 1.0, 1.0 ] } } }, { "dataset": "test", "index": 286, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0286.png", "problem": { "text": "Through a vertex of the major axis of the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, draw two tangent lines to the circle $x^{2}+y^{2}=b^{2}$, with points of tangency $A$ and $B$. If $\\angle A O B=90^{\\circ}$ ($O$ is the origin), then the eccentricity of the ellipse $C$ is?", "fact_expressions": "C: Ellipse;b: Number;a: Number;G: Circle;A: Point;O: Origin;B: Point;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);Expression(G) = (x^2 + y^2 = b^2);l1: Line;l2: Line;TangentOfPoint(OneOf(Endpoint(MajorAxis(C))),G) = {l1,l2};TangentPoint(l1,G)=A;TangentPoint(l2,G)=B;AngleOf(A, O, B) = ApplyUnit(90, degree)", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(2)/2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 287, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0287.png", "problem": { "text": "The radius of a circle passing through the focus and vertex of the parabola $y^{2}=8 x$ and tangent to the directrix is?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 8*x);H: Circle;PointOnCurve(Focus(G),H) = True;PointOnCurve(Vertex(G),H) = True;IsTangent(Directrix(G),H) = True", "query_expressions": "Radius(H)", "answer_expressions": "3", "process": "Test analysis: The focus is at (2,0), so the center of the circle lies on the line x=1. Let the coordinates of the center be (1,a). Therefore, the distance to the directrix, which is the radius, is 1+2=3." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 289, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0289.png", "problem": { "text": "Given the curve $\\frac{x^{2}}{4}+\\frac{y^{2}}{m}=1$, when $m \\in[-2 ,-1]$, what is the range of values for the eccentricity of this curve?", "fact_expressions": "G: Curve;Expression(G) = (x^2/4 + y^2/m = 1);m: Number;In(m, [-2, -1])", "query_expressions": "Range(Eccentricity(G))", "answer_expressions": "[sqrt(5)/2, sqrt(6)/2]", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 290, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0290.png", "problem": { "text": "Draw a line through point $M(1,1)$ with slope $-\\frac{1}{2}$, intersecting the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ at points $A$ and $B$. If $M$ is the midpoint of segment $AB$, then the eccentricity of ellipse $C$ is?", "fact_expressions": "M: Point;Coordinate(M) = (1, 1);G: Line;Slope(G) = -1/2;PointOnCurve(M, G);C: Ellipse;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;A: Point;B: Point;Intersection(G, C) = {A, B};MidPoint(LineSegmentOf(A, B)) = M", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(2)/2", "process": "Test Analysis: Let A(x₁, y₁), B(x₂, y₂), then \\frac{x_{1}^2}{a^{2}} + \\frac{y_{1}^2}{b^{2}} = 1 \\textcircled{1}, \\frac{x_{2}^2}{a^{2}} + \\frac{y_{2}^2}{b^{2}} = 1 \\textcircled{2}. Since M is the midpoint of segment AB, \\frac{x_{1} + x_{2}}{2} = 1, \\frac{y_{1} + y_{2}}{2} = 1. Since the equation of line AB is y = -\\frac{1}{2}(x - 1) + 1, y_{1} - y_{2} = -\\frac{1}{2}(x_{1} - x_{2}). Since a line passing through point M(1,1) with slope -\\frac{1}{2} intersects the ellipse C: \\frac{x^{2}}{a^{2}} + \\frac{y^{2}}{b^{2}} = 1 (a > b > 0) at points A, B, and M is the midpoint of segment AB, subtracting equations \\textcircled{1} and \\textcircled{2} gives \\frac{x_{1}^2 - x_{2}^2}{a^{2}} + \\frac{y_{1}^2 - y_{2}^2}{b^{2}} = 0, that is, \\frac{2}{a^{2}} + (-\\frac{1}{2}) \\cdot \\frac{2}{b^{2}} = 0. Therefore, a = \\sqrt{2}b, so c = b, thus e = \\frac{c}{a} = \\frac{\\sqrt{2}}{2}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "M": [ 1.0, 1.0 ] } } }, { "dataset": "test", "index": 292, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0292.png", "problem": { "text": "Given that the asymptotes of a hyperbola are $3x \\pm 4y = 0$, and the coordinates of the foci are $(-5, 0)$, then the equation of the hyperbola is?", "fact_expressions": "G: Hyperbola;Coordinate(OneOf(Focus(G))) = (-5, 0);Expression(Asymptote(G))=(pm*4*y+3*x=0)", "query_expressions": "Expression(G)", "answer_expressions": "x^2/16-y^2/9=1", "process": "" }, "sdf_annotation": { "params": { "a": 2.33732376966822, "b": 1.7454107534785184, "orientation": "horizontal" }, "optimization": { "final_loss": 1.8920117601792354e-05, "converged": true, "iterations": 51 }, "coords": {} } }, { "dataset": "test", "index": 293, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0293.png", "problem": { "text": "Given that $F_{1}$ and $F_{2}$ are the left and right foci of the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{9}=1$, then $|F_{1} F_{2}|$=?", "fact_expressions": "G: Hyperbola;F1: Point;F2: Point;Expression(G) = (x^2/16 - y^2/9 = 1);LeftFocus(G) = F1;RightFocus(G) = F2", "query_expressions": "Abs(LineSegmentOf(F1, F2))", "answer_expressions": "10", "process": "From \\frac{x^2}{16}-\\frac{y^{2}}{9}=1, we have a^{2}=16, b^{2}=9, so c=\\sqrt{a^{2}+b^{2}}=5, thus |F_{1}F_{2}|=2c=10." }, "sdf_annotation": { "params": { "a": 4.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 294, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0294.png", "problem": { "text": "Let $F_{1}$ and $F_{2}$ be the left and right foci of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$. Point $P$ lies on the left branch of the hyperbola, and the minimum value of $\\frac{|\\overrightarrow{P F_{2}}|^{2}}{|P F_{1}|}$ is $8 a$. Then the range of the eccentricity of the hyperbola is?", "fact_expressions": "F1: Point;F2: Point;G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;LeftFocus(G) = F1;RightFocus(G) = F2;P: Point;PointOnCurve(P, LeftPart(G)) = True;Min(Abs(VectorOf(P, F2))^2/Abs(LineSegmentOf(P, F1))) = 8*a", "query_expressions": "Range(Eccentricity(G))", "answer_expressions": "(1, 3]", "process": "Problem Analysis: \nSince the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ ($a>0$, $b>0$) has left and right foci $F_{1}$, $F_{2}$ respectively, and $P$ is an arbitrary point on the left branch of the hyperbola, \n$\\therefore |PF_{2}|-|PF_{1}|=2a$, $|PF_{2}|=2a+|PF_{1}|$, \n$\\therefore \\frac{|\\overrightarrow{PF_{2}}|^{2}}{|PF_{1}|}=\\frac{(|PF_{1}|+2a)^{2}}{|PF_{1}|}=|PF_{1}|+\\frac{4a^{2}}{|PF_{1}|}+4a\\geqslant8a$ (equality holds if and only if $|PF_{1}|=2a$), \nso $|PF_{2}|=2a+|PF_{1}|=4a$, \n$\\because |PF_{2}|-|PF_{1}|=2a<2c$, $|PF_{1}|+|PF_{2}|=6a\\geqslant2c$, \n$\\therefore e\\in(1,3]$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 295, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0295.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{16}-\\frac{y^{2}}{b^{2}}=1$ $(b>0)$, the left focus is $F$, and $M$ is a point on one of the asymptotes of the hyperbola such that $OM \\perp MF$, where $O$ is the origin. If the area of triangle $OMF$ is $4$, then the eccentricity of the hyperbola $C$ is?", "fact_expressions": "C: Hyperbola;Expression(C) = (x^2/16 - y^2/b^2 = 1);b: Number;b>0;F: Point;LeftFocus(C) = F;M: Point;PointOnCurve(M, OneOf(Asymptote(C)));O: Origin;IsPerpendicular(LineSegmentOf(O, M), LineSegmentOf(M, F));Area(TriangleOf(O, M, F)) = 4", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(5)/2", "process": "As shown in the figure, by the symmetry of the hyperbola, assume without loss of generality that point M is in the second quadrant, then the corresponding asymptote equation is $ y = -\\frac{b}{a}x \\Rightarrow bx + ay = 0 $. Since $ OM \\perp MF $, it follows that $ MF = \\frac{|bc|}{\\sqrt{a^{2}+b^{2}}} = \\frac{bc}{c} = b $. Given that the area of $ \\triangle OMF $ is 4, then $ \\frac{1}{2} \\times 4 \\times b = 4 \\Rightarrow b = 2 $. Thus, the eccentricity $ e = \\frac{c}{a} = \\frac{\\sqrt{a^{2}+b^{2}}}{a} = \\frac{\\sqrt{20}}{4} = \\frac{\\sqrt{5}}{2} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 296, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0296.png", "problem": { "text": "Given the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1 (a>0 , b>0)$ with right focus $F$, a line passing through the origin $O$ with slope $\\frac{4}{3}$ intersects the right branch of $C$ at point $A$. If $|O A|=|O F|$, then the eccentricity of the hyperbola is?", "fact_expressions": "C: Hyperbola;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;F: Point;RightFocus(C) = F;O: Origin;PointOnCurve(O, G) = True;Slope(G) = 4/3;G: Line;Intersection(G, RightPart(C)) = A;A: Point;Abs(LineSegmentOf(O, A)) = Abs(LineSegmentOf(O, F))", "query_expressions": "Eccentricity(C)", "answer_expressions": "sqrt(5)", "process": "Suppose the inclination angle of the given line is $\\theta$, from the problem we know: $\\tan\\theta=\\frac{4}{3}$, so $\\sin\\theta=\\frac{4}{5}$, $\\cos\\theta=\\frac{3}{5}$. Then, according to $|OA|=|OF|$, find the coordinates of point $A$, and finally substitute into the hyperbola equation, simplify, and combine with $e=\\frac{c}{a}$ ($e>1$) to obtain the result. Let the inclination angle of the given line be $\\theta$, from the problem we know: $\\tan\\theta=\\frac{4}{3}$, so $\\sin\\theta=\\frac{4}{5}$, $\\cos\\theta=\\frac{3}{5}$. Since $|OA|=|OF|=c$, therefore, $A\\left(\\frac{3}{5}c,\\frac{4}{5}c\\right)$. Also, since $A$ lies on hyperbola $C$, substituting into $C: \\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$, we get $\\frac{9c^{2}}{25a^{2}}-\\frac{16c^{2}}{25b^{2}}=1$, so $9e^{2}-\\frac{16e^{2}}{e^{2}-1}=25$, that is, $e^{4}-9e^{2}-16e^{2}=25e^{2}-25$. Simplifying yields: $9e^{4}-50e^{2}+25=0$, which is $(9e^{2}-5)(e^{2}-5)=0$. Solving gives: $e=+\\frac{\\sqrt{5}}{5}$ or $e=\\pm\\sqrt{5}$. Since $e>1$, therefore $e=\\sqrt{5}$." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 297, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0297.png", "problem": { "text": "Given that a line passing through the focus of the parabola $C$: $y^{2}=8x$ intersects the parabola at points $A$ and $B$. A perpendicular is drawn from point $A$ to the directrix of the parabola, with foot of the perpendicular at $M$. If $|AB|=|BM|$, then the horizontal coordinate of point $A$ is?", "fact_expressions": "C: Parabola;Expression(C) = (y^2 = 8*x);G: Line;PointOnCurve(Focus(C), G);A: Point;B: Point;Intersection(G, C) = {A, B};L: Line;PointOnCurve(A, L);IsPerpendicular(L, Directrix(C));M: Point;FootPoint(L, Directrix(C)) = M;Abs(LineSegmentOf(A, B)) = Abs(LineSegmentOf(B, M))", "query_expressions": "XCoordinate(A)", "answer_expressions": "4", "process": "The parabola C: y^{2}=8x has focus F(2,0) and directrix x=-2. Let A(x_{1},y_{1}), B(x_{2},y_{2}), M(-2,y_{1}). Take N as the midpoint of AM, connect BN intersecting the x-axis at T. Given |AB|=|BM|, then BN\\botAM. From \\frac{|TF|}{AN}=\\frac{|BF|}{|AB|}, we obtain \\frac{2-x_{2}}{2+x_{1}}=\\frac{2+x_{2}}{x_{1}+x_{2}+4}. Also, x_{1}=2x_{2}+2, then (3-\\frac{x_{1}}{2})(\\frac{3x_{1}}{2}+3)=\\frac{2}{2}(1+\\frac{x_{1}}{2})(2+x_{1}). Solving gives x_{1}=4 or x_{1}=-2 (discarded). Ultimately, A" }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 298, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0298.png", "problem": { "text": "Given the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, the left and right foci are $F_{1}$, $F_{2}$ respectively, $A$ is the top vertex of the ellipse, $D$ is the midpoint of $A F_{2}$, if $\\overrightarrow{A F_{2}} \\perp \\overrightarrow{D F_{1}}$, then the eccentricity of ellipse $C$ is?", "fact_expressions": "C: Ellipse;b: Number;a: Number;A: Point;F2: Point;D: Point;F1: Point;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);LeftFocus(C)=F1;RightFocus(C)=F2;UpperVertex(C)=A;MidPoint(LineSegmentOf(A, F2)) = D;IsPerpendicular(VectorOf(A,F2),VectorOf(D,F1))", "query_expressions": "Eccentricity(C)", "answer_expressions": "1/2", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 300, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0300.png", "problem": { "text": "Given the hyperbola $C$: $x^{2}-\\frac{y^{2}}{2}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. Point $G$ lies on the branch of the hyperbola in the first quadrant. If point $H$ satisfies $\\overrightarrow{O H}=\\overrightarrow{O G}+\\lambda\\left(\\frac{\\overrightarrow{G F_{1}}}{|\\overrightarrow{G F_{1}}|}+\\frac{\\overrightarrow{G F_{2}}}{|\\overrightarrow{G F_{2}}|}\\right)$ $(\\lambda \\neq 0)$, and the intersection point of line $G H$ with the $x$-axis is $P\\left(\\frac{\\sqrt{3}}{3}, 0\\right)$, then what are the coordinates of point $G$?", "fact_expressions": "C: Hyperbola;Expression(C) = (x^2 - y^2/2 = 1);F1: Point;F2: Point;LeftFocus(C) = F1;RightFocus(C) = F2;G: Point;PointOnCurve(G, C) ;Quadrant(G) = 1;H: Point;VectorOf(O, H) = VectorOf(O, G) + lambda*(VectorOf(G, F1)/Abs(VectorOf(G, F1)) + VectorOf(G, F2)/Abs(VectorOf(G, F2)));lambda: Number;Negation(lambda = 0);O: Origin;Intersection(LineOf(G,H), xAxis) = P;P : Point;Coordinate(P) = (sqrt(3)/3, 0)", "query_expressions": "Coordinate(G)", "answer_expressions": "(sqrt(3),2)", "process": "From $\\overrightarrow{OH}=\\overrightarrow{OG}+\\lambda\\left(\\frac{\\overrightarrow{GF_1}}{|\\overrightarrow{GF_1}|}+\\frac{\\overrightarrow{GF_2}}{|\\overrightarrow{GF_2}|}\\right)$ it follows that $GH$ is the angle bisector of $\\angle F_1GF_2$. According to the angle bisector property and the definition of a hyperbola, the distance from $G$ to the foci can be found, and using the fact that $G$ lies on the hyperbola, the coordinates of $G$ can be determined. Since $\\overrightarrow{OH}=\\overrightarrow{OG}+\\lambda\\left(\\frac{\\overrightarrow{GF_1}}{|\\overrightarrow{GF_1}|}+\\frac{\\overrightarrow{GF_2}}{|\\overrightarrow{GF_2}|}\\right)$, we have $\\overrightarrow{GH}=\\overrightarrow{OH}-\\overrightarrow{OG}=\\lambda\\left(\\frac{\\overrightarrow{GF_1}}{|\\overrightarrow{GF_1}|}+\\frac{\\overrightarrow{GF_2}}{|\\overrightarrow{GF_2}|}\\right)$, so $GH$ is the angle bisector of $\\angle F_1GF_2$. From the hyperbola equation $x^2-\\frac{y^2}{2}=1$, we get $a=1$, $b=\\sqrt{2}$, thus $c=\\sqrt{a^2+b^2}=\\sqrt{3}$, so $F_1(-\\sqrt{3},0)$, $F_2(\\sqrt{3},0)$. Also $P\\left(\\frac{\\sqrt{3}}{3},0\\right)$, hence $|PF_1|=\\frac{4\\sqrt{3}}{3}$, $|PF_2|=\\frac{2\\sqrt{3}}{3}$, $\\frac{|GF_1|}{|GF_2|}=\\frac{|PF_1|}{|PF_2|}=\\frac{\\frac{4\\sqrt{3}}{3}}{\\frac{2\\sqrt{3}}{3}}=2$. By the definition of the hyperbola, $|GF_1|-|GF_2|=2a=2$, thus $|GF_2|=2$, $|GF_1|=4$. Let $G(x_0,y_0)$ ($y_0>0$), then\n$$\n\\begin{cases}\nx_0^2-\\frac{y_0^2}{2}=1 \\\\\n(x_0-\\sqrt{3})^2+y_0^2=4\n\\end{cases}\n$$\nSolving gives\n$$\n\\begin{cases}\nx_0=\\sqrt{3} \\\\\ny_0=2\n\\end{cases}\n$$\nTherefore, $G(\\sqrt{3},2)$." }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.4142135623730951, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 0.5773502691896257, 0.0 ] } } }, { "dataset": "test", "index": 301, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0301.png", "problem": { "text": "If one asymptote of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{9}=1$ $(a>0)$ is given by $3x-2y=0$, then what is the eccentricity of the ellipse for which the vertices and foci of the hyperbola are respectively the foci and vertices?", "fact_expressions": "G: Hyperbola;a: Number;H: Ellipse;a>0;Expression(G) = (-y^2/9 + x^2/a^2 = 1);Expression(OneOf(Asymptote(G)))=(3*x-2*y=0);Vertex(G)=Focus(H);Focus(G)=Vertex(H)", "query_expressions": "Eccentricity(H)", "answer_expressions": "2*sqrt(13)/13", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 302, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0302.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ with two vertices $A(a, 0)$, $B(0, b)$. Perpendiculars to $AB$ are drawn through $A$ and $B$, intersecting the ellipse at distinct points $C$ and $D$, respectively. If $2|BD|=3|AC|$, then what is the eccentricity of the ellipse?", "fact_expressions": "G: Ellipse;b: Number;a: Number;A: Point;B: Point;D: Point;C: Point;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);Coordinate(A) = (a, 0);Coordinate(B) = (0, b);In(A,Vertex(G));In(B,Vertex(G));L1:Line;L2:Line;PointOnCurve(A,L1);PointOnCurve(B,L2);IsPerpendicular(L1,LineSegmentOf(A,B));IsPerpendicular(L2,LineSegmentOf(A,B));Intersection(L1, G) = C;Intersection(L2, G) = D;Negation(C=D);2*Abs(LineSegmentOf(B, D)) = 3*Abs(LineSegmentOf(A, C))", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(3)/3", "process": "The equation of the line perpendicular to AB passing through A is y=\\frac{a}{b}(x-a), and together with \\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1, solve the system of equations. The equation of the line perpendicular to AB passing through B is y=\\frac{a}{b}x+b, and together with \\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1. Since 2|BD|=3|AC|, it follows that 2|x_{D}-0|=3|x_{C}-a|. \\frac{4a3b^{2}}{a^{4}+b^{4}}=\\frac{3a\\times2b^{4}}{a^{4}+b^{4}} \\therefore 2a^{2}=3b^{2}=3a^{2}-3c^{2}, a^{2}=3c^{2} \\therefore e^{2}=\\frac{1}{3}, e=\\frac{\\sqrt{3}}{3}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 304, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0304.png", "problem": { "text": "The length of the real axis of the hyperbola $\\frac{x^{2}}{4}-\\frac{y^{2}}{3}=1$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/4 - y^2/3 = 1)", "query_expressions": "Length(RealAxis(G))", "answer_expressions": "4", "process": "From the given condition, a=2, so the length of the real axis is 2a=4." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 305, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0305.png", "problem": { "text": "If a hyperbola has the same foci as the ellipse $x^{2}+4 y^{2}=64$, and one of its asymptotes is given by the equation $x+\\sqrt{3} y=0$, then what is the standard equation of this hyperbola?", "fact_expressions": "G: Hyperbola;H: Ellipse;Expression(H) = (x^2 + 4*y^2 = 64);Focus(G) = Focus(H);Expression(OneOf(Asymptote(G))) = (x+sqrt(3)*y=0)", "query_expressions": "Expression(G)", "answer_expressions": "x^2/36-y^2/12=1", "process": "\\because x^{2}+4y^{2}=64 \\Leftrightarrow \\frac{x^{2}}{64}+\\frac{y^{2}}{16}=1 \\therefore the foci of this ellipse lie on the x-axis, and the coordinates of the foci are: (\\pm 4\\sqrt{3},0) \\because one asymptote equation of the hyperbola is x+\\sqrt{3}y=0, \\therefore assume the equation of the hyperbola is x^{2}-3y^{2}=\\lambda, namely \\frac{x^{2}}{\\lambda}-\\frac{y^{2}}{\\frac{\\lambda}{3}}=1 \\because the hyperbola shares the same foci with x^{2}+4y^{2}=64, \\therefore \\lambda+\\frac{1}{3}\\lambda=48, \\therefore \\lambda=36, \\therefore the equation of the hyperbola is \\frac{x^{2}}{36}-\\frac{y^{2}}{12}=1" }, "sdf_annotation": { "params": { "a": 8.0, "b": 4.0, "major_axis": "x", "x_coef": 64.0, "y_coef": 16.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 306, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0306.png", "problem": { "text": "If the eccentricity of the ellipse $W$: $\\frac{x^{2}}{2}+\\frac{y^{2}}{m}=1$ is $\\frac{\\sqrt{6}}{3}$, then $m=$?", "fact_expressions": "W: Ellipse;m: Number;Expression(W) = (x^2/2 + y^2/m = 1);Eccentricity(W) = sqrt(6)/3", "query_expressions": "m", "answer_expressions": "{2/3,6}", "process": "\\textcircled{1} When the foci of the ellipse lie on the x-axis, then $ a = \\sqrt{2} $, $ c = \\sqrt{2 - m} $. From the given condition, $ \\frac{\\sqrt{2 - m}}{\\sqrt{2}} = \\frac{\\sqrt{6}}{3} $, solving gives $ m = \\frac{2}{3} $. \\textcircled{2} When the foci of the ellipse lie on the y-axis, then $ a = \\sqrt{m} $, $ c = \\sqrt{m - 2} $. From the given condition, $ \\frac{\\sqrt{m - 2}}{\\sqrt{m}} = \\frac{\\sqrt{6}}{3} $, solving gives $ m = 6 $. In conclusion, $ m = \\frac{2}{3} $ or $ m = 6 $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 307, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0307.png", "problem": { "text": "The eccentricity of the hyperbola $9 x^{2}-4 y^{2}=36$ is?", "fact_expressions": "G: Hyperbola;Expression(G) = (9*x^2 - 4*y^2 = 36)", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(13)/2", "process": "From 9x^{2}-4y^{2}=36, we have \\frac{x^{2}}{4}-\\frac{y^{2}}{9}=1, so a=2, b=3. Also, c^{2}=a^{2}+b^{2}, so c=\\sqrt{13}, then e=\\frac{c}{a}=\\frac{\\sqrt{13}}{2}" }, "sdf_annotation": { "params": { "a": 2.0, "b": 3.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 308, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0308.png", "problem": { "text": "The line $ l $ intersects the parabola $ y = \\frac{x^{2}}{2} $ at points $ A $ and $ B $. When $ |AB| = 4 $, what is the minimum value of the distance from the midpoint $ M $ of chord $ AB $ to the $ x $-axis?", "fact_expressions": "l: Line;G: Parabola;A: Point;B: Point;M: Point;Expression(G)=(y=x^2/2);Intersection(l,G)={A,B};Abs(LineSegmentOf(A,B))=4;IsChordOf(LineSegmentOf(A,B),G);MidPoint(LineSegmentOf(A,B))=M", "query_expressions": "Min(Distance(M, xAxis))", "answer_expressions": "3/2", "process": "According to the problem, the focus of the parabola $ y = \\frac{x^2}{2} $ has coordinates $ (0, \\frac{1}{2}) $. By the definition of a parabola, as shown in the figure, the required distance is $ d = MM_1 = \\frac{AA_1 + BB_1}{2} = \\frac{AF + BF - 1}{2} \\geqslant \\frac{AB - 1}{2} = \\frac{3}{2} $." }, "sdf_annotation": { "params": { "p": 0.5, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 309, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0309.png", "problem": { "text": "Given that $F_{1}$ and $F_{2}$ are the left and right foci of the hyperbola $C$: $x^{2}-y^{2}=1$, respectively, point $P$ lies on $C$, and $\\angle F_{1} P F_{2}=60^{\\circ}$, then what is the value of $|P F_{1}| \\cdot |P F_{2}|$?", "fact_expressions": "C: Hyperbola;Expression(C) = (x^2 - y^2 = 1);F1: Point;F2: Point;LeftFocus(C) = F1;RightFocus(C) = F2;P: Point;PointOnCurve(P, C);AngleOf(F1, P, F2) = ApplyUnit(60, degree)", "query_expressions": "Abs(LineSegmentOf(P, F1))*Abs(LineSegmentOf(P, F2))", "answer_expressions": "4", "process": "From the hyperbola equation, we know: |F_{1}F_{2}| = 2c = 2\\sqrt{2}. In \\triangle PF_{1}F_{2}, by the law of cosines: |F_{1}F_{2}|^{2} = |PF_{1}|^{2} + |PF_{2}|^{2} - 2|PF_{1}|\\cdot|PF_{2}|\\cos\\angle F_{1}PF_{2} = (|PF_{1}| - |PF_{2}|)^{2} + |PF_{1}|\\cdot|PF_{2}|, \\therefore |PF_{1}|\\cdot|PF_{2}| = 8 - (|PF_{1}| - |PF_{2}|)^{2}. Since ||PF_{1}| - |PF_{2}|| = 2, \\therefore |PF_{1}|\\cdot|PF_{2}| = 4." }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 312, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0312.png", "problem": { "text": "The parabola $C$: $x^{2}=2 p y$ has focus $F$, and the point $P(x_{0}, \\frac{p}{8})$ is a point on the parabola $C$ satisfying $|P F|=\\frac{5}{8}$. Then the equation of the parabola $C$ is?", "fact_expressions": "C: Parabola;Expression(C) = (x^2 = 2*p*y);p: Number;F: Point;Focus(C) = F;P: Point;Coordinate(P) = (x0, p/8);x0: Number;PointOnCurve(P,C) = True;Abs(LineSegmentOf(P,F)) = 5/8", "query_expressions": "Expression(C)", "answer_expressions": "x^2=pm*2*y", "process": "When p>0, PF=\\frac{p}{8}+\\frac{p}{2}=\\frac{5}{8}, solving gives p=1, then the equation of parabola C is: x^{2}=2y. When p<0, |PF|=-\\frac{p}{2}-\\frac{p}{8}=\\frac{5}{8}, solving gives p=-1, then the equation of parabola C is: x^{2}=-2y;" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 313, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0313.png", "problem": { "text": "Given that the eccentricity of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$ is $2$, and the length of the chord intercepted on the hyperbola by a line passing through the right focus of the hyperbola and perpendicular to the $x$-axis is $m$, then $\\frac{m}{a}=$?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Line;m: Number;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Eccentricity(G) = 2;PointOnCurve(RightFocus(G), H);IsPerpendicular(xAxis, H);Length(InterceptChord(H, G)) = m", "query_expressions": "m/a", "answer_expressions": "6", "process": "The focal distance of the hyperbola is 2c, then \\frac{c}{a}=2, that is, c=2a, then b=\\sqrt{a}. Substitute x=c=2a into the hyperbola to obtain y=\\pm\\frac{b^{2}}{a}, hence m=\\frac{2b^{2}}{a}, so \\frac{m}{a}=\\frac{2b^{2}}{a^{2}}=6^{-}" }, "sdf_annotation": { "params": { "a": 1.366584062576294, "b": 2.364173412322998, "orientation": "horizontal" }, "optimization": { "final_loss": 0.00017838670464698225, "converged": true, "iterations": 89 }, "coords": {} } }, { "dataset": "test", "index": 314, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0314.png", "problem": { "text": "Given the parabola $M$: $y^{2}=3 x$, a line $l$ passing through the point $(3,0)$ intersects the parabola $M$ at points $A$ and $B$. Then $\\angle A O B$=?", "fact_expressions": "M: Parabola;Expression(M) = (y^2 = 3*x);l: Line;H: Point;Coordinate(H) = (3, 0);PointOnCurve(H, l);A: Point;B: Point;Intersection(l, M) = {A, B};O: Origin", "query_expressions": "AngleOf(A, O, B)", "answer_expressions": "ApplyUnit(90, degree)", "process": "Since the slope of line $ l $ is non-zero by the given condition, we can set the equation of line $ l $ as $ x = ty + 3 $. Substituting into $ y^2 = 3x $ gives $ y^2 - 3ty - 9 = 0 $. Let $ A(x_1, y_1) $, $ B(x_2, y_2) $, then $ y_1 + y_2 = 3t $, $ y_1 y_2 = -9 $. Because $ \\overrightarrow{OA} \\cdot \\overrightarrow{OB} = x_1 x_2 + y_1 y_2 = (ty_1 + 3)(ty_2 + 3) + y_1 y_2 = (1 + t^2)y_1 y_2 + 3t(y_1 + y_2) + 9 = (1 + t^2)(-9) + 3t \\cdot 3t + 9 = 0 $, so $ \\overrightarrow{OA} \\perp \\overrightarrow{OB} $, that is, $ \\angle AOB = 90^{\\circ} $. Hence, fill in $ 90^{\\circ} $." }, "sdf_annotation": { "params": { "p": 0.75, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "H": [ 3.0, 0.0 ] } } }, { "dataset": "test", "index": 315, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0315.png", "problem": { "text": "If points $O$ and $F$ are the center and the left focus of the hyperbola $\\frac{x^{2}}{3}-y^{2}=1$, respectively, and point $P$ is any point on the right branch of the hyperbola, then the range of values of $\\overrightarrow{O P} \\cdot \\overrightarrow{F P}$ is?", "fact_expressions": "G: Hyperbola;O: Origin;P: Point;F: Point;Expression(G) = (x^2/3 - y^2 = 1);PointOnCurve(P, RightPart(G));Center(G)=O;LeftFocus(G)=F", "query_expressions": "Range(DotProduct(VectorOf(O, P), VectorOf(F, P)))", "answer_expressions": "[3+2*sqrt(3),+oo)", "process": "Problem Analysis: From the given, let P(x, y), and F(-2, 0), we have: \\overrightarrow{OP}=(x,y), \\overrightarrow{FP}=(x+2,y), \\overrightarrow{OP}\\cdot\\overrightarrow{FP}=x(x+2)+y^{2}. Since P lies on \\frac{x^{2}}{3}-y^{2}=1, it follows that \\overrightarrow{OP}\\cdot\\overrightarrow{FP}=\\frac{4x^{2}}{3}+2x-1=\\frac{4}{3}(x+\\frac{3}{4})^{2}-\\frac{7}{4}, x\\geqslant\\sqrt{3}. When x=\\sqrt{3}, the minimum value is 3+2\\sqrt{3}. Thus, the range is [3+2\\sqrt{3}, +\\infty)." }, "sdf_annotation": { "params": { "a": 1.7320508075688772, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 317, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0317.png", "problem": { "text": "Given that points $A$ and $B$ lie on the parabola $y^{2}=2 p x (p>0)$ with focus $F$, if $|A F|+|B F|=4$ and the distance from the midpoint of segment $A B$ to the line $x=\\frac{p}{2}$ is $1$, then what is the value of $p$?", "fact_expressions": "G: Parabola;p: Number;H: Line;A: Point;B: Point;F: Point;p>0;Expression(G) = (y^2 = 2*(p*x));Expression(H) = (x = p/2);PointOnCurve(A,G);PointOnCurve(B,G);Focus(G)=F;Abs(LineSegmentOf(A, F)) + Abs(LineSegmentOf(B, F)) = 4;Distance(MidPoint(LineSegmentOf(A,B)),H)=1", "query_expressions": "p", "answer_expressions": "{1,3}", "process": "Draw perpendiculars from A and B to the directrix $ l: x = -\\frac{p}{2} $, with feet of perpendiculars C and D respectively. Let M be the midpoint of AB, and N be the projection of M onto the directrix. Connect MN. Let $ A(x_{1},y_{1}) $, $ B(x_{2},y_{2}) $, $ M(x_{0},y_{0}) $. According to the definition of a parabola, $ |AF| + |BF| = |AC| + |BD| = 4 $. Thus, in trapezoid ACDB, the median line $ MN = \\frac{1}{2}(AC + BD) = 2 $, giving $ x_{0} = 2 - \\frac{p}{2} $. Since the distance from the midpoint of segment AB to the line $ x = \\frac{p}{2} $ is 1, we have $ \\left|x_{0} - \\frac{p}{2}\\right| = 1 $, so $ |2 - p| = 1 $. Solving gives $ p = 1 $ or $ p = 3 $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 318, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0318.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ with left and right foci $F_{1}$, $F_{2}$, upper vertex $A$, and point $P$ a point on the ellipse in the first quadrant such that $|P F_{1}|+|P F_{2}|=4|F_{1} F_{2}|$, and $S_{\\Delta P F_{1} A}=2 S_{\\Delta P F_{1} F_{2}}$, find the slope of the line $P F_{1}$.", "fact_expressions": "G: Ellipse;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;A: Point;UpperVertex(G) = A;P: Point;Quadrant(P) = 1;PointOnCurve(P, G);Abs(LineSegmentOf(P, F1)) + Abs(LineSegmentOf(P, F2)) = 4*Abs(LineSegmentOf(F1, F2));Area(TriangleOf(P, F1, A))=2*Area(TriangleOf(P, F1, F2))", "query_expressions": "Slope(LineOf(P, F1))", "answer_expressions": "sqrt(15)/5", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 319, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0319.png", "problem": { "text": "Given the parabola $C$: $y^{2}=2 p x (p>0)$ has focus $F$, directrix $l$: $x=-\\frac{5}{4}$, point $M$ lies on the parabola $C$, point $A$ lies on the directrix $l$, if $M A \\perp l$, and the inclination angle of line $A F$ is $\\frac{\\pi}{3}$, then $|M F|$=?", "fact_expressions": "C: Parabola;p: Number;l: Line;A: Point;F: Point;M: Point;p>0;Expression(C) = (y^2 = 2*(p*x));Focus(C) = F;Expression(l)=(x=-5/4);PointOnCurve(M, C);Directrix(C)=l;PointOnCurve(A, l);IsPerpendicular(LineSegmentOf(M, A),l);Inclination(LineOf(A,F)) = pi/3", "query_expressions": "Abs(LineSegmentOf(M, F))", "answer_expressions": "5", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 320, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0320.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. A line passing through $F_{2}$ intersects the hyperbola at points $P$ and $Q$, such that $P Q \\perp P F_{1}$ and $|P Q|=\\frac{5}{12}|P F_{1}|$. Find the eccentricity of the hyperbola.", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Line;P: Point;Q: Point;F1: Point;F2: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);LeftFocus(G) = F1;RightFocus(G) = F2;PointOnCurve(F2, H);Intersection(H, G) = {P, Q};IsPerpendicular(LineSegmentOf(P, Q), LineSegmentOf(P, F1));Abs(LineSegmentOf(P, Q)) = (5/12)*Abs(LineSegmentOf(P, F1))", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(37)/5", "process": "As shown in the figure, let P and Q be points on the right branch of a hyperbola, with PQ ⊥ PF₁, |PQ| = (5/12)|PF₁|. In the right triangle PF₁Q, |QF₁| = √(|PF₁|² + |PQ|²) = (13/12)|PF₁|. By the definition of the hyperbola, we have: 2a = |PF₁| - |PF₂| = |QF₁| - |QF₂|. From |PQ| = (5/12)|PF₁|, it follows that |PF₂| + |QF₂| = (5/12)|PF₁|, which gives |PF₁| - 2a + (13/12)|PF₁| - 2a = (5/12)|PF₁|. Therefore, (1 - 5/12 + 13/12)|PF₁| = 4a, solving yields |PF₁| = (12a)/5, |PF₂| = |PF₁| - 2a = (2a)/5. By the Pythagorean theorem, we get: 2c = |F₁F₂| = √((12a/5)² + (2a/5)²) = (2√37)/5 a, thus e = √37/5." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 321, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0321.png", "problem": { "text": "Given the parabola $E$: $y^{2}=x$, two mutually perpendicular lines $l_{1}$ and $l_{2}$ are drawn through the focus $F$ of the parabola, intersecting the parabola $E$ at points $A$, $B$ and $C$, $D$ respectively. What is the minimum value of $|A B|+4|C D|$?", "fact_expressions": "E: Parabola;l1:Line;l2:Line;A: Point;B: Point;C: Point;D: Point;F:Point;Expression(E) = (y^2 = x);Focus(E)=F;PointOnCurve(F,l1);PointOnCurve(F,l2);IsPerpendicular(l1,l2);Intersection(l1,E)={A,B};Intersection(l2,E)={C,D}", "query_expressions": "Min(Abs(LineSegmentOf(A, B)) + 4*Abs(LineSegmentOf(C, D)))", "answer_expressions": "9", "process": "" }, "sdf_annotation": { "params": { "p": 0.25, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 322, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0322.png", "problem": { "text": "The equation of the line containing the chord of the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{4}=1$ for which $P(8,1)$ is the midpoint is?", "fact_expressions": "G: Hyperbola;H: LineSegment;P: Point;Expression(G) = (x^2/16 - y^2/4 = 1);Coordinate(P) = (8, 1);IsChordOf(H, G);MidPoint(H) = P", "query_expressions": "Expression(OverlappingLine(H))", "answer_expressions": "2*x - y - 15 = 0", "process": "Let the line containing the chord with midpoint P(8,1) intersect the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{4}=1$ at points $A(x_{1},y_{1})$, $B(x_{2},y_{2})$. Since point $P(8,1)$ is the midpoint of segment $AB$, we have\n$$\n\\begin{cases}\nx_{1}+x_{2}=16 \\\\\ny_{1}+y_{2}=2\n\\end{cases}\n$$\nSubstituting $A(x_{1},y_{1})$, $B(x_{2},y_{2})$ into the hyperbola $x^{2}-4y^{2}=16$, we get\n$$\n\\begin{cases}\nx_{1}^{2}-4y_{1}^{2}=16 \\quad\\textcircled{1} \\\\\nx_{2}^{2}-4y_{2}^{2}=16 \\quad\\textcircled{2}\n\\end{cases}\n$$\n$\\textcircled{1}-\\textcircled{2}$ yields $(x_{1}+x_{2})(x_{1}-x_{2})-4(y_{1}+y_{2})(y_{1}-y_{2})=0$ \n$\\therefore 16(x_{1}-x_{2})-8(y_{1}-y_{2})=0$ \n$k=\\frac{y_{1}-y_{2}}{x_{1}-x_{2}}=2$ \n$\\therefore$ The equation of the line containing the chord with midpoint $P(8,1)$ is $y-1=2(x-8)$ \nSimplifying, we get $2x-y-15=0$." }, "sdf_annotation": { "params": { "a": 4.0, "b": 2.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 8.0, 1.0 ] } } }, { "dataset": "test", "index": 323, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0323.png", "problem": { "text": "A focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$ coincides with the focus of the parabola $y^{2}=8x$, and the distance from the focus to its asymptote is $1$. Find the length of the real axis of this hyperbola?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Parabola;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Expression(H) = (y^2 = 8*x);OneOf(Focus(G))=Focus(H);Distance(Focus(G),Asymptote(G))=1", "query_expressions": "Length(RealAxis(G))", "answer_expressions": "2*sqrt(3)", "process": "Problem Analysis: According to the problem, draw the figure. Then, using the parabola equation, find the focus coordinates, which give the focus coordinates of the hyperbola. Use the condition that the distance from the focus to one asymptote of the hyperbola is 1 to set up an equation, and solve it together with the implicit condition. As shown in the figure, from the parabola equation $ y^{2} = 8x $, we obtain the focus coordinates of the parabola $ F(2,0) $, which is also the right focus coordinates of the hyperbola $ \\frac{x^{2}}{a^{2}} - \\frac{y^{2}}{b^{2}} = 1 $ ($ a > 0, b > 0 $). The asymptotes of the hyperbola are $ y = \\pm\\frac{b}{a}x $. Take $ y = \\frac{b}{a}x $, rewritten in general form: $ bx - ay = 0 $. Then $ \\frac{|2b|}{\\sqrt{a^{2} + b^{2}}} = 1 $, i.e., $ 4b^{2} = a^{2} + b^{2} $. Also, $ a^{2} = 4b^{2} $. Solving these equations simultaneously gives $ a^{2} = 3 $, $ \\therefore a = \\sqrt{3} $. Thus, the length of the real axis of the hyperbola is $ 2\\sqrt{3} $." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 324, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0324.png", "problem": { "text": "Given that the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ has eccentricity $\\frac{\\sqrt{5}}{2}$, then the equations of the asymptotes of $C$ are?", "fact_expressions": "C: Hyperbola;b: Number;a: Number;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);Eccentricity(C) = sqrt(5)/2", "query_expressions": "Expression(Asymptote(C))", "answer_expressions": "y=pm*(1/2)*x", "process": "From the given condition, $ e = \\frac{c}{a} = \\frac{\\sqrt{a^{2}+b^{2}}}{a} = \\frac{\\sqrt{5}}{2} $, it follows that $ a^{2} = 4b^{2} $. Also, the asymptotes of $ C $ are $ y = \\pm\\frac{b}{a}x $, hence $ y = \\pm\\frac{1}{2}x $." }, "sdf_annotation": { "params": { "a": 1.2135674953460693, "b": 2.4270472526550293, "orientation": "horizontal" }, "optimization": { "final_loss": 4.453341261978494e-06, "converged": true, "iterations": 125 }, "coords": {} } }, { "dataset": "test", "index": 325, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0325.png", "problem": { "text": "Given that point $P(6 , y)$ lies on the parabola $y^{2}=2 px(p>0)$, $F$ is the focus of the parabola, and if $|PF|=8$, then the distance from point $F$ to the directrix of the parabola equals?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 2*(p*x));p: Number;p>0;P: Point;y0: Number;Coordinate(P) = (6, y0);PointOnCurve(P, G);F: Point;Focus(G) = F;Abs(LineSegmentOf(P, F)) = 8", "query_expressions": "Distance(F, Directrix(G))", "answer_expressions": "4", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 327, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0327.png", "problem": { "text": "Given the parabola $C$: $y^{2}=2 p x(p>0)$ has focus $F$, the line $y=x-3$ intersects the parabola $C$ at points $A$ and $B$, and $|A F|+|B F|=|A B|$, then $p$=?", "fact_expressions": "C: Parabola;p: Number;G: Line;A: Point;F: Point;B: Point;p>0;Expression(C) = (y^2 = 2*(p*x));Expression(G) = (y = x - 3);Focus(C) = F;Intersection(G, C) = {A, B};Abs(LineSegmentOf(A, F)) + Abs(LineSegmentOf(B, F)) = Abs(LineSegmentOf(A, B))", "query_expressions": "p", "answer_expressions": "6", "process": "Since |AF| + |BF| = |AB|, the points A, B, F are collinear. Given that the focus of the parabola C: y^{2} = 2px (p > 0) is F(\\frac{p}{2}, 0), substituting the focus F(\\frac{p}{2}, 0) into the line y = x - 3 gives \\frac{p}{2} - 3 = 0, solving yields p = 6." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 328, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0328.png", "problem": { "text": "If the directrix of the parabola $y^{2}=2 p x (p>0)$ passes through a focus of the hyperbola $x^{2}-y^{2}=2$, then $p$=?", "fact_expressions": "G: Hyperbola;H: Parabola;p: Number;Expression(G) = (x^2 - y^2 = 2);p>0;Expression(H) = (y^2 = 2*(p*x));PointOnCurve(OneOf(Focus(G)), Directrix(H))", "query_expressions": "p", "answer_expressions": "4", "process": "The left focus of the hyperbola \\( x^{2} - y^{2} = 2 \\) is \\( (-2, 0) \\), so the directrix of the parabola \\( v^2 = 2px \\) is \\( x = -2 \\), \\( \\therefore \\frac{p}{4} = 2 \\), \\( \\therefore p = 4 \\), the answer is." }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 1.4142135623730951, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 329, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0329.png", "problem": { "text": "If a point $A(a , b)$ on the right branch of the hyperbola $x^{2}-y^{2}=1$ is at a distance of $\\sqrt{2}$ from the line $y=x$, then $a+b=$?", "fact_expressions": "G: Hyperbola;H: Line;A: Point;a:Number;b:Number;Expression(G) = (x^2 - y^2 = 1);Expression(H) = (y = x);Coordinate(A) = (a, b);PointOnCurve(A,RightPart(G));Distance(A, H) = sqrt(2)", "query_expressions": "a + b", "answer_expressions": "1/2", "process": "" }, "sdf_annotation": { "params": { "a": 1.0, "b": 1.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 331, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0331.png", "problem": { "text": "If the eccentricity of the hyperbola $x^{2}-\\frac{y^{2}}{15}=1$ is $e$, then $e=$?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2 - y^2/15 = 1);e: Number;Eccentricity(G) = e", "query_expressions": "e", "answer_expressions": "4", "process": "" }, "sdf_annotation": { "params": { "a": 1.0, "b": 3.872983346207417, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 332, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0332.png", "problem": { "text": "A point $P$ on the ellipse $\\frac{x^{2}}{4}+\\frac{y^{2}}{3}=1$ is at a distance of $2$ from one of its foci. What is the distance from point $P$ to the other focus?", "fact_expressions": "G: Ellipse;P: Point;F1:Point;F2:Point;Expression(G) = (x^2/4 + y^2/3 = 1);PointOnCurve(P, G);Distance(P,F1)=2;OneOf(Focus(G))=F1;OneOf(Focus(G))=F2;Negation(F1=F2)", "query_expressions": "Distance(P,F2)", "answer_expressions": "2", "process": "From the equation of the ellipse, we know that a=13, 2a=26. By the definition of the ellipse, the distance from point x to the other focus is equal to 2a-2=4-2=2" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 335, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0335.png", "problem": { "text": "Let $F_{1}$ and $F_{2}$ be the left and right foci of the ellipse $\\frac{x^{2}}{25}+\\frac{y^{2}}{16}=1$, respectively, and let $P$ be any point on the ellipse. The coordinates of point $M$ are $(6,4)$. Then the maximum value of $|P M|+|P F_{1}|$ is?", "fact_expressions": "G: Ellipse;Expression(G) = (x^2/25 + y^2/16 = 1);P: Point;M: Point;F1: Point;F2: Point;Coordinate(M) = (6, 4);LeftFocus(G) = F1;RightFocus(G) = F2;PointOnCurve(P, G)", "query_expressions": "Max(Abs(LineSegmentOf(P, F1)) + Abs(LineSegmentOf(P, M)))", "answer_expressions": "15", "process": "This problem mainly examines the application of the properties of an ellipse and finding the maximum value by using collinearity of three points. Given that $ F_{2}(3,0) $, $ |MF_{2}|=5 $, by the definition of the ellipse, we obtain $ |PM|+|PF_{1}|=2a+|PM|-|PF_{2}|=10+|PM|-|PF_{2}|\\leqslant10+|MF_{2}|=15 $. The equality holds if and only if points $ P $, $ F_{2} $, and $ M $ are collinear." }, "sdf_annotation": { "params": { "a": 5.0, "b": 4.0, "major_axis": "x", "x_coef": 25.0, "y_coef": 16.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "M": [ 6.0, 4.0 ] } } }, { "dataset": "test", "index": 336, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0336.png", "problem": { "text": "The line $ l $: $ y = kx + 2 $ and the ellipse $ C $: $ \\frac{x^{2}}{2} + y^{2} = 1 $ have common points; then the range of values for $ k $ is?", "fact_expressions": "C: Ellipse;l: Line;k: Number;Expression(C) = (x^2/2 + y^2 = 1);Expression(l) = (y = k*x + 2);IsIntersect(l, C)", "query_expressions": "Range(k)", "answer_expressions": "(-oo, -sqrt(6)/2]+[sqrt(6)/2, +oo)", "process": "Solve the system of the line equation and the ellipse equation, eliminate y, obtain an equation, the equation has two solutions ≥ 0, solve the inequality to get the solution. Combine \n\\begin{cases} \\frac{x^2}{2} + y^2 = 1, \\\\ y = kx + 2, \\end{cases} \nrearrange to get (2k^2 + 1)x^2 + 8kx + 6 = 0. Since line l and ellipse C have common points, so Δ = (8k)^2 - 24(2k^2 + 1) ≥ 0, √6 √6] ∪ [√6/3, 1]. This problem examines the relationship between a line and an ellipse, transformed into the number of solutions of an equation, belongs to basic problems." }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 1.0, "major_axis": "x", "x_coef": 2.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 338, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0338.png", "problem": { "text": "Draw tangents from point $P(2,0)$ to the circle $O$: $x^{2}+y^{2}=1$, with points of tangency $A$ and $B$. If $A$ and $B$ lie exactly on the two asymptotes of the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, then the eccentricity of the hyperbola $C$ is?", "fact_expressions": "O: Circle;Expression(O) = (x^2 + y^2 = 1);P: Point;Coordinate(P) = (2, 0);L1: Line;L2: Line;TangentOfPoint(P, O) = {L1, L2};TangentPoint(L1, O) = A;TangentPoint(L2, O) = B;A: Point;B: Point;C: Hyperbola;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a>0;b>0;Z1: Line;Z2: Line;Asymptote(C) = {Z1, Z2};PointOnCurve(A, Z1);PointOnCurve(B, Z2)", "query_expressions": "Eccentricity(C)", "answer_expressions": "2", "process": "As shown in the figure, the hyperbola $ C: \\frac{x^{2}}{a^{2}} - \\frac{y^{2}}{b^{2}} = 1 $ ($ a > 0, b > 0 $) has asymptotes given by $ y = \\pm \\frac{b}{a}x $. A tangent is drawn from point $ P(2,0) $ to the circle $ O: x^{2} + y^{2} = 1 $, where $ A $ and $ B $ are the points of tangency. By the property of tangents to a circle, we have $ OA \\perp AP $. Since $ OA = 1 $, $ OP = 2 $, it follows that $ \\angle AOP = 60^{\\circ} $, so the tangent of the inclination angle of the asymptote $ y = \\frac{b}{a}x $ is $ \\sqrt{3} $. Therefore, $ \\frac{b}{a} = \\sqrt{3} $, which implies $ b^{2} = 3a^{2} $. From $ b^{2} = c^{2} - a^{2} $, it follows that $ c^{2} = 4a^{2} $, so $ e = \\frac{c}{a} = 2 $, meaning the eccentricity of hyperbola $ C $ is 2." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 2.0, 0.0 ] } } }, { "dataset": "test", "index": 339, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0339.png", "problem": { "text": "Given that the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{4}=1(a>0)$ and the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{3}=1$ have the same foci, find the value of $a$.", "fact_expressions": "G: Hyperbola;H: Ellipse;a: Number;Expression(G) = (x^2/9 - y^2/3 = 1);a>0;Expression(H) = (y^2/4 + x^2/a^2 = 1);Focus(H) = Focus(G)", "query_expressions": "a", "answer_expressions": "4", "process": "From the given condition, we have $ a^{2} - 4 = 9 + 3 $, thus the value of $ a $ can be found. Solving $ a^{2} - 4 = 9 + 3 $, we get $ a = 4 $ or $ a = -4 $ (discarded)." }, "sdf_annotation": { "params": { "a": 3.0, "b": 1.7320508075688772, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 340, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0340.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{7}=1$ $(a>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively, the left vertex is $A$, and a circle centered at $F_{2}$ with radius $|F_{2} A|$ intersects the right branch of the hyperbola at points $M$ and $N$. If the perpendicular bisector of segment $AM$ passes through point $N$, then $a=$?", "fact_expressions": "G: Hyperbola;a: Number;H: Circle;A: Point;M: Point;F2: Point;F1: Point;N: Point;a>0;Expression(G) = (-y^2/7 + x^2/a^2 = 1);LeftFocus(G) = F1;RightFocus(G) = F2;LeftVertex(G) = A;Center(H) = F2;Radius(H) = Abs(LineSegmentOf(F2, A));Intersection(H, RightPart(G)) = {M, N};PointOnCurve(N, PerpendicularBisector(LineSegmentOf(A, M)))", "query_expressions": "a", "answer_expressions": "3", "process": "From the given, |AN| = |MN|. Combining the symmetry of the hyperbola, △AMN is an equilateral triangle, and the circumradius is a + c. Find the coordinates of point M. By the definition of the hyperbola, |MF₁| = 3a + c. Then use the distance formula between two points to find |MF₁|, thereby obtaining the relationship between a and c. Given b = √7, solve accordingly. The perpendicular bisector of segment AM passes through point N, |AN| = |MN|. With F₂ as the center and |F₂A| as the radius, the circle intersects the right branch of the hyperbola at points M and N. Thus, the radius of the circle is a + c, and |AM| = |AN|, so △AMN is an equilateral triangle, and F₂ is the circumcenter of △AMN. Therefore, the coordinates of M are ( (a + 3c)/2 , ±√3(a + c)/2 ). |MF₂| = a + c, ∴ |MF₁| = 3a + c. F₁(-c, 0), ∴ MF₁² = (3a + c)² = ( (a + 3c)/2 + c )² + [ √3(a + c)/2 ]². Simplifying yields 4a² - ac - 3c² = 0, (4a - 3c)(a + c) = 0, c = (4/3)a, b² = (16/9)a² - a² = 7, ∴ a = 3." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 341, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0341.png", "problem": { "text": "If the focus of the parabola $y^{2}=2 p x$ coincides with the right focus of the ellipse $\\frac{x^{2}}{5}+y^{2}=1$, then $p$=?", "fact_expressions": "G: Parabola;p: Number;H: Ellipse;Expression(G) = (y^2 = 2*(p*x));Expression(H) = (x^2/5 + y^2 = 1);Focus(G) = RightFocus(H)", "query_expressions": "p", "answer_expressions": "4", "process": "The equation of the ellipse is $\\frac{x^{2}}{5}+y^{2}=1$, from which we can obtain that the coordinates of the right focus of the ellipse are $(2,0)$. From the equation of the parabola $y^{2}=2px$, we can obtain its focus at $(\\frac{p}{2},0)$. According to the problem, $\\frac{p}{2}=2$, and we solve for $p$. From the ellipse equation $\\frac{x^{2}}{5}+y^{2}=1$, we have $c=\\sqrt{5-1}=2$, so the coordinates of the right focus of the ellipse are $(2,0)$. The focus of the parabola $y^{2}=2px$ is $(\\frac{p}{2},0)$. Since the focus of the parabola $y^{2}=2px$ coincides with the right focus of the ellipse $\\frac{x^{2}}{5}+y^{2}=1$, we have $\\frac{p}{2}=2$, solving gives $p=4$." }, "sdf_annotation": { "params": { "a": 2.23606797749979, "b": 1.0, "major_axis": "x", "x_coef": 5.0, "y_coef": 1.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 342, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0342.png", "problem": { "text": "The eccentricity of the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ is $\\frac{\\sqrt{3}}{2}$. Then, what is the eccentricity of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Ellipse;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);a > b;b > 0;Expression(H) = (y^2/b^2 + x^2/a^2 = 1);Eccentricity(H) = sqrt(3)/2", "query_expressions": "Eccentricity(G)", "answer_expressions": "sqrt(5)/2", "process": "" }, "sdf_annotation": { "params": { "a": 1.463192105293274, "b": 2.070901870727539, "orientation": "horizontal" }, "optimization": { "final_loss": 1.4661259228887502e-06, "converged": true, "iterations": 106 }, "coords": {} } }, { "dataset": "test", "index": 344, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0344.png", "problem": { "text": "Given that a line $l$ passing through the focus $F$ of the parabola $y^{2}=4x$ intersects the parabola at points $A$ and $B$, where point $A$ has coordinates $(4,4)$, then the distance from the midpoint of segment $AB$ to the directrix is equal to?", "fact_expressions": "l: Line;G: Parabola;B: Point;A: Point;F: Point;Expression(G) = (y^2 = 4*x);Coordinate(A) = (4, 4);Focus(G) = F;PointOnCurve(F, l);Intersection(l, G) = {A, B}", "query_expressions": "Distance(MidPoint(LineSegmentOf(A,B)), Directrix(G))", "answer_expressions": "25/8", "process": "From $ y^{2} = 4x $, we have $ 2p = 4 $, $ p = 2 $. Therefore, the focus is $ F(1,0) $. Given $ A(4,4) $, the slope of line $ AB $ is $ k = \\frac{4}{3} $. Thus, the equation of line $ AB $ is $ y = \\frac{4}{3}(x - 1) $. Solving the system of equations consisting of the line and the parabola:\n\\[\n\\begin{cases}\ny = \\frac{4}{3}(x - 1)\n\\end{cases}\n\\]\nwe obtain $ 4x^{2} - 17x + 4 = 0 $. Then, $ x_{1} + x_{2} = \\frac{17}{4} $. Therefore, the distance from the midpoint of segment $ AB $ to the directrix is $ \\frac{x_{1} + x_{2}}{2} + \\frac{p}{2} = \\frac{25}{8} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 4.0, 4.0 ] } } }, { "dataset": "test", "index": 345, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0345.png", "problem": { "text": "Given that on the parabola $y^{2}=2 p x(p>0)$, the distance from the point with horizontal coordinate $1$ to the focus is $\\frac{5}{2}$, then $p=$?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 2*(p*x));p: Number;p>0;A: Point;XCoordinate(A) = 1;PointOnCurve(A, G);Distance(A, Focus(G)) = 5/2", "query_expressions": "p", "answer_expressions": "3", "process": "According to the definition of a parabola, the solution can be obtained. From the definition of a parabola, we have $1 - \\left(-\\frac{p}{2}\\right) = \\frac{5}{2}$, solving for $p$ gives $p = 3$. Therefore, the answer is: $3$." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 346, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0346.png", "problem": { "text": "Given that the directrix of the parabola $y^{2}=8 x$ is $l$, and $C(-3,-4)$ is a fixed point. Let $P$ be any point on the parabola, and let $d$ be the distance from $P$ to $l$. What is the minimum value of $d+|P C|$?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 8*x);l: Line;Directrix(G) = l;C: Point;Coordinate(C) = (-3, -4);P: Point;PointOnCurve(P, G);d: Number;Distance(P, l) = d", "query_expressions": "Min(d + Abs(LineSegmentOf(P, C)))", "answer_expressions": "sqrt(41)", "process": "The parabola y^{2}=8x has the directrix l: x=-2, and focus F(2,0). From point P, draw PM\\botl, intersecting at point M. When points F, P, and M are collinear, d+|PC| attains its minimum value. \\frac{1}{2} examines the application of the shortest distance between two points, tests computational ability, and is a basic problem." }, "sdf_annotation": { "params": { "p": 2.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "C": [ -3.0, -4.0 ] } } }, { "dataset": "test", "index": 347, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0347.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. The line passing through $F_{1}$ and perpendicular to the $x$-axis intersects the left branch of the hyperbola at points $A$ and $B$. Lines $AF_{2}$ and $BF_{2}$ intersect the $y$-axis at points $P$ and $Q$ respectively. If the perimeter of $\\triangle P Q F_{2}$ is $4$, then the range of values of $\\frac{5-b^{2}}{2-a}$ is?", "fact_expressions": "G: Hyperbola;b: Number;a: Number;H: Line;A: Point;F2: Point;B: Point;P: Point;Q: Point;F1: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);RightFocus(G) = F2;LeftFocus(G)=F1;PointOnCurve(F1, H);IsPerpendicular(H,xAxis);Intersection(H, LeftPart(G)) = {A, B};Intersection(LineSegmentOf(A,F2),yAxis)=P;Intersection(LineSegmentOf(B, F2), yAxis) = Q;Perimeter(TriangleOf(P, Q, F2)) = 4", "query_expressions": "Range((5 - b^2)/(2 - a))", "answer_expressions": "(5/2,+oo)", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.5, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 348, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0348.png", "problem": { "text": "In the ellipse $\\frac{x^{2}}{16}+\\frac{y^{2}}{9}=1$, what is the equation of the line containing the chord for which $M(-1 , 2)$ is the midpoint?", "fact_expressions": "G: Ellipse;H: LineSegment;M: Point;Expression(G) = (x^2/16 + y^2/9 = 1);Coordinate(M) = (-1, 2);IsChordOf(H, G);MidPoint(H) = M", "query_expressions": "Expression(OverlappingLine(H))", "answer_expressions": "9*x-32*y+73=0", "process": "Use the point-difference method to find the slope of the line, then find the equation of the line containing the midpoint chord. Let the line intersect the ellipse at points A(x_{1},y_{1}), B(x_{2},y_{2}), x_{1}\\neq x_{2}. \n\\begin{cases}\\frac{x_{1}^{2}}{16}+\\frac{y_{1}^{2}}{9}=1\\\\\\frac{x_{2}^{2}}{16}+\\frac{y_{2}^{2}}{9}=1\\end{cases}, \nsubtracting the two equations gives \\frac{x_{1}^{2}-x_{2}^{2}}{16}+\\frac{y_{1}^{2}-y_{2}^{2}}{9}=0, \nrearranged as: \\frac{(x_{1}+x_{2})(x_{1}-x_{2})}{16}+\\frac{(y_{1}+y_{2})(y_{1}-y_{2})}{9}=0. \nFrom the given conditions, x_{1}+x_{2}=-2, y_{1}+y_{2}=4, substituting yields: \n-\\frac{2(x_{1}-x_{2})}{16}+\\frac{4(y_{1}-y_{2})}{9}=0, \nthat is, \\frac{y_{1}-y_{2}}{x_{1}-x_{2}}=\\frac{9}{32}, so the slope of the line k=\\frac{9}{32}. \nHence, the equation of the line is y-2=\\frac{9}{32}(x+1), i.e., 9x-32y+73=0." }, "sdf_annotation": { "params": { "a": 4.0, "b": 3.0, "major_axis": "x", "x_coef": 16.0, "y_coef": 9.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "M": [ -1.0, 2.0 ] } } }, { "dataset": "test", "index": 350, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0350.png", "problem": { "text": "$P$ is a point on the right branch of the hyperbola $x^{2}-\\frac{y^{2}}{15}=1$, and $M$, $N$ are points on the circles $(x+4)^{2}+y^{2}=4$ and $(x-4)^{2}+y^{2}=1$, respectively. Then the maximum value of $PM - PN$ is?", "fact_expressions": "G: Hyperbola;H: Circle;U: Circle;P: Point;M: Point;N: Point;Expression(G) = (x^2 - y^2/15 = 1);Expression(H) = (y^2 + (x + 4)^2 = 4);Expression(U) = (y^2 + (x - 4)^2 = 1);PointOnCurve(P, RightPart(G));PointOnCurve(M, H);PointOnCurve(N, U)", "query_expressions": "Max(LineSegmentOf(P, M) - LineSegmentOf(P, N))", "answer_expressions": "5", "process": "From the given conditions, we know that the two foci of the hyperbola are the centers of the two circles. Then, using plane geometry knowledge, |PM| - |PN| can be transformed into the difference of distances from a point on the hyperbola to the two foci, thus obtaining the maximum value of |PM| - |PN|. As shown in the figure, the two foci of the hyperbola are: F_{1}(-4,0), F_{2}(4,0), which are the centers of the two circles, with radii r_{1}=2, r_{2}=1 respectively. |PM|_{\\max}=|PF_{1}|+2, |PN|_{\\min}=|PF_{2}|-1. Hence, the maximum value of |PM| - |PN| is: (|PF_{1}|+2-|PF_{2}|+1)=|PF_{1}|-|PF_{2}|+3=5" }, "sdf_annotation": { "params": { "a": 1.0, "b": 3.872983346207417, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 351, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0351.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively, and a fixed point $A(1,3)$. The point $P$ moves on the right branch of the hyperbola. Then the minimum value of $|P F_{1}|+|P A|$ is equal to?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/9 - y^2/16 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;A: Point;Coordinate(A) = (1, 3);P: Point;PointOnCurve(P, RightPart(G))", "query_expressions": "Min(Abs(LineSegmentOf(P, A)) + Abs(LineSegmentOf(P, F1)))", "answer_expressions": "11", "process": "Since point P lies on the right branch of the hyperbola $\\frac{x^{2}}{9}-\\frac{y^{2}}{16}=1$, then $|PF_{1}|-|PF_{2}|=6$. Thus, $|PF_{1}|=|PF_{2}|+6$. Given $A(1,3)$ and the right focus of the hyperbola $F_{2}(5,0)$, we have $|PF_{1}|+|PA|=|PF_{2}|+|PA|+6$. When points $A$, $P$, and $F_{2}$ are collinear, $|PF_{2}|+|PA|=|AF_{2}|$; when points $A$, $P$, and $F_{2}$ are not collinear, $|PF_{2}|+|PA|>|AF_{2}|$. Therefore, $|PF_{1}|+|PA|=|PF_{2}|+|PA|+6\\geqslant|AF_{2}|+6=\\sqrt{(5-1)^{2}+(0-3)^{2}}+6=5+6=11$ (equality holds if and only if points $A$, $P$, and $F_{2}$ are collinear)." }, "sdf_annotation": { "params": { "a": 3.0, "b": 4.0, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 1.0, 3.0 ] } } }, { "dataset": "test", "index": 352, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0352.png", "problem": { "text": "The coordinates of the focus of the parabola $y=x^{2}$ are?", "fact_expressions": "G: Parabola;Expression(G) = (y = x^2)", "query_expressions": "Coordinate(Focus(G))", "answer_expressions": "(0,-1/4)", "process": "" }, "sdf_annotation": { "params": { "p": 0.25, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 353, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0353.png", "problem": { "text": "Given that the directrix of the hyperbola $\\frac{x^{2}}{2}-\\frac{y^{2}}{2}=1$ passes through the focus of the ellipse $\\frac{x^{2}}{4}+\\frac{y^{2}}{b^{2}}=1(b>0)$, then $b$=?", "fact_expressions": "G: Hyperbola;H: Ellipse;b: Number;Expression(G) = (x^2/2 - y^2/2 = 1);b>0;Expression(H) = (x^2/4 + y^2/b^2 = 1);PointOnCurve(Focus(H),Directrix(G))", "query_expressions": "b", "answer_expressions": "sqrt(3)", "process": "Problem Analysis: For the hyperbola \\frac{x^{2}}{2}-\\frac{y^{2}}{2}=1, we have a=b=\\sqrt{2}, c=\\sqrt{a^{2}+b^{2}}=2, and its directrix is x=\\frac{a^{2}}{c}=1, so 4-b^{2}=1, b=\\sqrt{3}" }, "sdf_annotation": { "params": { "a": 1.4142135623730951, "b": 1.4142135623730951, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 354, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0354.png", "problem": { "text": "Given that the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{4}=1$ $(a>0)$ with eccentricity $\\frac{3 \\sqrt{5}}{5}$ has its left focus coinciding with the focus of the parabola $y^{2}=2 m x$, find the real number $m=?$", "fact_expressions": "Eccentricity(C) = 3*sqrt(5)/5;C: Hyperbola;Expression(C) = (-y^2/4 + x^2/a^2 = 1);a: Number;a>0;G: Parabola;m: Real;Expression(G) = (y^2 = 2*(m*x));LeftFocus(C) = Focus(G)", "query_expressions": "m", "answer_expressions": "-6", "process": "" }, "sdf_annotation": { "params": { "a": 0.929953396320343, "b": 2.629857301712036, "orientation": "horizontal" }, "optimization": { "final_loss": 4.594453912432073e-06, "converged": true, "iterations": 175 }, "coords": {} } }, { "dataset": "test", "index": 355, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0355.png", "problem": { "text": "If the parabola is $x^{2}=12 y$, then what are the coordinates of the focus $F$?", "fact_expressions": "G: Parabola;F: Point;Expression(G) = (x^2 = 12*y);Focus(G)=F", "query_expressions": "Coordinate(F)", "answer_expressions": "(0,3)", "process": "Since 2p = 12, we get p = 6, \\frac{p}{2} = 3, so the focus F of the parabola x^{2} = 12y is (0, 3)." }, "sdf_annotation": { "params": { "p": 3.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 356, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0356.png", "problem": { "text": "Given that point $P(6 , y)$ lies on the parabola $y^{2}=2 p x(p>0)$, $F$ is the focus of the parabola, and $|PF|=8$, then the distance from point $F$ to the directrix of the parabola equals?", "fact_expressions": "G: Parabola;Expression(G) = (y^2 = 2*p*x);p: Number;p>0;P: Point;y0: Number;Coordinate(P) = (6, y0);PointOnCurve(P, G);F: Point;Focus(G) = F;Abs(LineSegmentOf(P, F)) = 8", "query_expressions": "Distance(F, Directrix(G))", "answer_expressions": "4", "process": "Test Analysis: Let point P(6, y) have its projection on the parabola y^{2} = 2px (p > 0) as M; then M(-\\frac{p}{2}, y). According to the given condition, |PM| = |PF| = 8, so 6 - (-\\frac{p}{2}) = 8, \\therefore p = 4. Thus, the distance from point F to the directrix of the parabola equals 4. The answer is 4." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 357, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0357.png", "problem": { "text": "Given that $F_{1}(-1,0)$, $F_{2}(1,0)$ are the two foci of the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$, and a point $P$ on the ellipse satisfies $|\\overrightarrow{P F_{1}}|+|\\overrightarrow{P F_{2}}|=4$, then the eccentricity of the ellipse is?", "fact_expressions": "G: Ellipse;b: Number;a: Number;F1: Point;F2: Point;P: Point;a > b;b > 0;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);Coordinate(F1) = (-1, 0);Coordinate(F2) = (1, 0);Focus(G)={F1,F2};PointOnCurve(P,G);Abs(VectorOf(P,F1))+Abs(VectorOf(P,F2))=4", "query_expressions": "Eccentricity(G)", "answer_expressions": "1/2", "process": "By the given condition, 2a = |\\overrightarrow{PF}| + |\\overrightarrow{PF_{2}}| = 4. Then a = 2, and c = 1, so the eccentricity e = \\frac{c}{a} = \\frac{1}{2}." }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "F1": [ -1.0, 0.0 ], "F2": [ 1.0, 0.0 ] } } }, { "dataset": "test", "index": 358, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0358.png", "problem": { "text": "The focus of the parabola $y^{2}=6 x$ is $F$, and $A(x , y)$ is any point on it. Given point $P(2 , 2)$, then the minimum value of $|A F|+|A P|$ is?", "fact_expressions": "G: Parabola;A: Point;P: Point;F: Point;Expression(G) = (y^2 = 6*x);Coordinate(A) = (x1, y1);Coordinate(P) = (2, 2);Focus(G) = F;x1: Number;y1: Number;PointOnCurve(A, G)", "query_expressions": "Min(Abs(LineSegmentOf(A, F)) + Abs(LineSegmentOf(A, P)))", "answer_expressions": "7/2", "process": "" }, "sdf_annotation": { "params": { "p": 1.5, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ 2.0, 2.0 ] } } }, { "dataset": "test", "index": 360, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0360.png", "problem": { "text": "Given the ellipse $\\frac{x^{2}}{36}+\\frac{y^{2}}{9}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively, and $P$ is a point on the ellipse such that $\\angle F_{1} P F_{2}=60^{\\circ}$. Find the area of $\\Delta F_{1} P F_{2}$.", "fact_expressions": "G: Ellipse;Expression(G) = (x^2/36 + y^2/9 = 1);LeftFocus(G) = F1;RightFocus(G) = F2;F1: Point;F2: Point;P: Point;PointOnCurve(P,G) = True;AngleOf(F1, P, F2) = ApplyUnit(60, degree)", "query_expressions": "Area(TriangleOf(F1, P, F2))", "answer_expressions": "3*sqrt(3)", "process": "Let |PF_{1}| = m, |PF_{2}| = n. According to the definition of an ellipse, |PF_{1}| + |PF_{2}| = m + n = 2a = 12. From the ellipse \\frac{x^{2}}{36} + \\frac{y^{2}}{9} = 1, we obtain the focal distance |F_{1}F_{2}| = 2\\sqrt{36 - 9} = 6\\sqrt{3}. Given \\angle F_{1}PF_{2} = 60^{\\circ}, it follows that \\cos \\angle F_{1}PF_{2} = \\cos 60^{\\circ} = \\frac{|PF_{1}|^{2} + |PF_{2}|^{2} - |F_{1}F_{2}|^{2}}{2|PF_{1}||PF_{2}|} = \\frac{m^{2} + n^{2} - 108}{2mn} = \\frac{(m+n)^{2} - 2mn - 108}{2mn} = \\frac{18}{mn} - 1, so mn = 12. Therefore, the area of \\triangle F_{1}PF_{2} is S_{\\triangle F_{1}PF_{2}} = \\frac{1}{2}|PF_{1}||PF_{2}|\\sin \\angle F_{1}PF_{2} = \\frac{1}{2}mn \\times \\frac{\\sqrt{3}}{2} = 3\\sqrt{3}." }, "sdf_annotation": { "params": { "a": 6.0, "b": 3.0, "major_axis": "x", "x_coef": 36.0, "y_coef": 9.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 362, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0362.png", "problem": { "text": "The distance from the focus to the directrix of the parabola $y^{2}=a x(a \\neq 0)$ is?", "fact_expressions": "G: Parabola;a: Number;Negation(a=0);Expression(G) = (y^2 = a*x)", "query_expressions": "Distance(Focus(G), Directrix(G))", "answer_expressions": "Abs(a)/2", "process": "Since 2p = |a|, it follows that p = \\frac{|a|}{|}|, that is, the distance from the focus to the directrix is \\frac{|a|}{|}" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 364, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0364.png", "problem": { "text": "Given circle $C$: $(x+3)^{2}+y^{2}=4$, a moving circle $M$ passes through point $A(3,0)$ and is externally tangent to circle $C$. What is the equation of the locus of the center $M$ of the moving circle $M$?", "fact_expressions": "C: Circle;Expression(C) = (y^2 + (x + 3)^2 = 4);A: Point;M: Circle;Coordinate(A) = (3, 0);PointOnCurve(A, M);IsOutTangent(C, M);M1: Point;Center(M) = M1", "query_expressions": "LocusEquation(M1)", "answer_expressions": "(x^2-y^2/8=1)&(x>=1)", "process": "Let the center of circle M be M(x, y). According to the problem, the center of circle C is C(-3, 0) and its radius r = 2. Since the moving circle M passes through the point A(3, 0) and is externally tangent to circle C, then |MC| - |MA| = r = 2 < 6. Thus, the locus of point M is the right branch of a hyperbola. From the properties of the hyperbola, the length of the transverse axis is 2a = 2 and the focal distance is 2c = 6. Therefore, a^{2} = 1, b^{2} = 8. Hence, the equation of this hyperbola is x^{2} - \\frac{y^{2}}{8} = 1, that is, the trajectory equation of the center M of the moving circle M is x^{2} - \\frac{y^{2}}{8} = 1 (x \\geqslant 1)." }, "sdf_annotation": { "params": { "a": 1.0, "b": 2.8284271247461903, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "A": [ 3.0, 0.0 ] } } }, { "dataset": "test", "index": 365, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0365.png", "problem": { "text": "Given the parabola $C$: $y^{2}=4x$, with focus $F$. A line $l$ with slope $k$ ($k>0$) passes through the point $P(-1,0)$ and intersects the parabola $C$ at points $A$ and $B$. Connect $AF$ and $BF$ ($AF > BF$). If $|AF| = 2|BF|$, then $k = $?", "fact_expressions": "l: Line;C: Parabola;A: Point;F: Point;B: Point;P: Point;Expression(C) = (y^2 = 4*x);Coordinate(P) = (-1, 0);Focus(C) = F;PointOnCurve(P, l);Slope(l) = k;k:Number;k>0;Intersection(l, C) = {A, B};LineSegmentOf(A, F)>LineSegmentOf(B, F);Abs(LineSegmentOf(A, F)) = 2*Abs(LineSegmentOf(B, F))", "query_expressions": "k", "answer_expressions": "2*sqrt(2)/3", "process": "The focus of the parabola $ y^{2} = 4x $ is $ F(1,0) $, and the equation of line $ AB $ is $ y - 0 = k(x + 1) $, $ k > 0 $. Let $ A(x_{1}, y_{1}) $, $ B(x_{2}, y_{2}) $. Substituting into the parabola $ y^{2} = 4x $, we obtain $ k^{2}x^{2} + (2k^{2} - 4)x + k^{2} = 0 $, so $ x_{1} + x_{2} = \\frac{4}{k^{2}} - 2 $, $\\textcircled{1}$ $ x_{1} \\cdot x_{2} = 1 $, $\\textcircled{2}$ From the focal radius formula of the parabola, we have: $ |AF| = x_{1} + \\frac{p}{2} = x_{1} + 1 $, $ |BF| = x_{2} + \\frac{p}{2} = x_{2} + 1 $. Given $ |AF| = 2|BF| $, then $ x_{2} - 2x_{1} = 1 $, $\\textcircled{3}$ From $\\textcircled{1}$ and $\\textcircled{2}$, solving gives: $ x_{1} = \\frac{4}{3k^{2}} - 1 $, $ x_{2} = \\frac{8}{3k^{2}} $, $ x_{1} \\cdot x_{2} = \\left( \\frac{4}{3k^{2}} - 1 \\right) \\times \\left( \\frac{8}{3k^{2}} \\right) = 1 $, simplifying yields: $ k^{2} = \\frac{8}{9} $, solving gives: $ k = \\pm \\frac{2\\sqrt{2}}{3} $. Since $ k > 0 $, then $ k = \\frac{2\\sqrt{2}}{3}\\sqrt{2} $" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "P": [ -1.0, 0.0 ] } } }, { "dataset": "test", "index": 366, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0366.png", "problem": { "text": "Given point $Q(2 \\sqrt{2}, 0)$ and a moving point $P(x_{0}, y_{0})$ on the parabola $y = \\frac{x^{2}}{4}$, find the minimum value of $y_{0} + |PQ|$.", "fact_expressions": "Q: Point;Coordinate(Q) = (2*sqrt(2), 0);G: Parabola;Expression(G) = (y = x^2/4);P: Point;Coordinate(P) = (x0, y0);x0: Number;y0: Number;PointOnCurve(P, G)", "query_expressions": "Min(y0 + Abs(LineSegmentOf(P, Q)))", "answer_expressions": "2", "process": "" }, "sdf_annotation": { "params": { "p": 1.0, "direction": "up" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": { "Q": [ 2.8284271247461903, 0.0 ] } } }, { "dataset": "test", "index": 369, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0369.png", "problem": { "text": "Given that $F$ is the focus of the parabola $C$: $y^{2}=2 p x$ ($p>0$), and points $A$, $B$ on the parabola $C$ satisfy $\\overrightarrow{A F}=4 \\overrightarrow{F B}$. If the projections of $A$, $B$ onto the directrix are $M$, $N$ respectively, and the area of $\\Delta M F N$ is $5$, then $|A B|=$?", "fact_expressions": "F: Point;C: Parabola;Expression(C) = (y^2 = 2*p*x);p: Number;p>0;Focus(C) = F;A: Point;B: Point;PointOnCurve(A, C) = True;PointOnCurve(B, C) = True;VectorOf(A, F) = 4*VectorOf(F, B);Projection(A, Directrix(C)) = M;Projection(B, Directrix(C)) = N;M: Point;N: Point;Area(TriangleOf(M, F, N)) = 5", "query_expressions": "Abs(LineSegmentOf(A, B))", "answer_expressions": "25/4", "process": "Let line AB be $ x = ky + \\frac{p}{2} $. Combining with the parabola gives: $ y^2 - 2pky - p^2 = 0 $. Let $ A(x_1, y_1) $, $ B(x_2, y_2) $, then $ y_1 + y_2 = 2pk $, $ y_1 y_2 = -p^2 $, where $ M(-\\frac{p}{2}, y_1) $, $ N(-\\frac{p}{2}, y_2) $, then $ S_{\\triangle MFN} = \\frac{1}{2} \\cdot |y_1 - y_2| = 5 $. From $ \\overrightarrow{AF} = 4\\overrightarrow{FB} $ we get: $ y_1 = -4y_2 $, then $ -4y_2^2 = -p^2 $, solving gives $ y_2 = \\pm\\frac{F}{2}\\frac{2}{2} $, at this time $ y_1 = -4y_2 = \\frac{2}{2}p $, so $ |y_1 - y_2| = \\frac{5}{2}p $, hence $ \\frac{5}{4}p^2 = 5 $, solving gives: $ p = 2 $. When $ y_1 = 2_1 $, $ y_2 = -\\frac{p}{2} $, $ k = \\frac{3}{4} $, at this time $ x_1 + x_2 = k(y_1 + y_2) + p = \\frac{3}{4} \\times 3 + 2 = \\frac{17}{4} $. When $ y_1 = -2p $, $ y_2 = \\frac{p}{2} $, $ |AB| = x_1 + x_2 + p = \\frac{17}{4} + 2 = \\frac{25}{4} $." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 370, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0370.png", "problem": { "text": "Given that the asymptotes of a hyperbola are $y = \\pm \\frac{3}{4} x$, then the eccentricity of this hyperbola is?", "fact_expressions": "G: Hyperbola;Expression(Asymptote(G)) = (y = pm*(3/4)*x)", "query_expressions": "Eccentricity(G)", "answer_expressions": "{5/3,5/4}", "process": "This problem examines the eccentricity of a hyperbola. Since the asymptotes of the hyperbola are given by y=\\pm\\frac{3}{4}x, it follows that a=4, b=3 or a=3, b=4, hence c=5. Therefore, the eccentricity e=\\frac{5}{3} or \\frac{5}{4}. Answer: \\frac{5}{3} or \\frac{5}{4}" }, "sdf_annotation": { "params": { "a": 2.33732376966822, "b": 1.7454107534785184, "orientation": "horizontal" }, "optimization": { "final_loss": 1.8920117601792354e-05, "converged": true, "iterations": 51 }, "coords": {} } }, { "dataset": "test", "index": 371, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0371.png", "problem": { "text": "Given the parabola $y^{2}=2 p x(p>0)$, a line passing through its focus intersects the parabola at points $A$ and $B$. If $|A B|=6$ and the x-coordinate of the midpoint of $A B$ is $2$, then the equation of this parabola is?", "fact_expressions": "G: Parabola;p: Number;H: Line;A: Point;B: Point;p>0;Expression(G) = (y^2 = 2*p*x);PointOnCurve(Focus(G),H);Intersection(H, G) = {A, B};Abs(LineSegmentOf(A, B)) = 6;XCoordinate(MidPoint(LineSegmentOf(A, B))) = 2", "query_expressions": "Expression(G)", "answer_expressions": "y^2=4*x", "process": "Let A(x_{1},y_{1}), B(x_{2},y_{2}). Since AB passes through the focus of the parabola, ∴ AB = AF + BF = x_{1} + \\frac{p}{2} + x_{2} + \\frac{p}{2} = x_{1} + x_{2} + p = 2 \\times 2 + p = 6. Solving gives p = 2, so the equation of the parabola is y^{2} = 4x." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 372, "conic_type": "ellipse", "image_path": "results/test/ellipse/problem_0372.png", "problem": { "text": "The ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ has left and right foci $F_{1}(-c, 0)$, $F_{2}(c, 0)$, respectively. Point $P$ lies on the ellipse $C$, $P F_{1} \\perp x$-axis, and $\\angle P F_{2} F_{1}=45^{\\circ}$. Then the eccentricity of the ellipse $C$ is?", "fact_expressions": "C: Ellipse;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;F1: Point;F2: Point;Coordinate(F1) = (-c, 0);Coordinate(F2) = (c, 0);c: Number;LeftFocus(C) = F1;RightFocus(C) = F2;P: Point;PointOnCurve(P, C);IsPerpendicular(LineSegmentOf(P, F1), xAxis) ;AngleOf(P, F2, F1) = ApplyUnit(45, degree)", "query_expressions": "Eccentricity(C)", "answer_expressions": "", "process": "" }, "sdf_annotation": { "params": { "a": 2.0, "b": 1.7320508075688772, "major_axis": "x", "x_coef": 4.0, "y_coef": 3.0 }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 374, "conic_type": "hyperbola", "image_path": "results/test/hyperbola/problem_0374.png", "problem": { "text": "Given the hyperbola $\\frac{x^{2}}{16}-\\frac{y^{2}}{20}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively, and $P$ is a point on the right branch of the hyperbola. The midpoint $M$ of $P F_{2}$ lies on the circle centered at $O$ with radius $O F_{1}$. Then $|P F_{2}|$=?", "fact_expressions": "G: Hyperbola;Expression(G) = (x^2/16 - y^2/20 = 1);F1: Point;F2: Point;LeftFocus(G) = F1;RightFocus(G) = F2;P: Point;PointOnCurve(P, RightPart(G)) = True;MidPoint(LineSegmentOf(P, F2)) = M;M: Point;O: Origin;Center(H) = O;Radius(H) = LineSegmentOf(O, F1);H: Circle;PointOnCurve(M, H) = True", "query_expressions": "Abs(LineSegmentOf(P, F2))", "answer_expressions": "4", "process": "According to the problem, draw the figure and use the given information together with the triangle midline theorem and the definition of a hyperbola to solve. As shown in the figure, from the hyperbola \\frac{x^{2}}{16}-\\frac{y^{2}}{20}=1, we obtain a^{2}=16, b^{2}=20, then c=\\sqrt{a^{2}+b^{2}}=6. Thus |OM|=|OF_{1}|=6, |PF_{1}|=2|OM|=12, \\therefore |PF_{2}|=|PF_{1}|-8=4," }, "sdf_annotation": { "params": { "a": 4.0, "b": 4.47213595499958, "orientation": "horizontal" }, "optimization": { "final_loss": 0.0, "converged": true, "note": "using explicit params" }, "coords": {} } }, { "dataset": "test", "index": 375, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0375.png", "problem": { "text": "Given that the distance from the focus $F$ to the directrix of the parabola $y^{2}=2 p x$ ($p>0$) is $2$, a line passing through the focus $F$ intersects the parabola at points $A$ and $B$, and $|A F|=3|F B|$. Then, the distance from the midpoint of segment $A B$ to the $y$-axis is?", "fact_expressions": "G: Parabola;p: Number;H: Line;B: Point;A: Point;F: Point;p>0;Expression(G) = (y^2 = 2*(p*x));Focus(G) = F;Distance(F,Directrix(G)) = 2;PointOnCurve(F, H);Intersection(H, G) = {A, B};Abs(LineSegmentOf(A, F)) = 3*Abs(LineSegmentOf(F, B))", "query_expressions": "Distance(MidPoint(LineSegmentOf(A,B)), yAxis)", "answer_expressions": "5/3", "process": "The distance from the focus F to the directrix is p=2. Draw AD perpendicular to the directrix l from point A, meeting l at D. Draw BE perpendicular to l from point B, meeting l at E. Extend AB to intersect l at C. Then ABCEAACD, so \\frac{BC}{AC}=\\frac{BE}{AD}=\\frac{BF}{AF}=\\frac{1}{3}. Let BC=x, then AC=3x. Since |AF|=3|FB|, it follows that BF=\\frac{1}{4}AB=\\frac{1}{2}x, and AF=3BF=\\frac{3}{2}x. Because CF=BC+BF=\\frac{3}{2}x, and F is the midpoint of AC, AD=2FG=4. Thus AF=\\frac{3}{2}x=4, so x=\\frac{8}{3}, and |BE|=\\frac{4}{3}. Therefore, the distance from the midpoint of segment AB to the y-axis is \\frac{|AD|-1+|BE|-1}{2}=\\frac{5}{3}." }, "sdf_annotation": { "params": { "p": 1.0, "direction": "right" }, "optimization": { "final_loss": 0.0, "converged": true }, "coords": {} } }, { "dataset": "test", "index": 377, "conic_type": "parabola", "image_path": "results/test/parabola/problem_0377.png", "problem": { "text": "Given point $A(0,4)$, the parabola $C$: $x^{2}=2 p y (0
0, b > 0) $, intersecting the left and right branches of the hyperbola at points $ A $ and $ B $, respectively. If the perpendicular bisector of segment $ F_1 B $ passes through the right focus $ F_2 $, then the eccentricity of the hyperbola is?",
"fact_expressions": "l: Line;G: Hyperbola;b: Number;a: Number;F1: Point;F2:Point;B: Point;A: Point;a>0;b>0;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);Slope(l)=sqrt(5)/2;LeftFocus(G)=F1;RightFocus(G)=F2;PointOnCurve(F1,l);Intersection(l,LeftPart(G))=A;Intersection(l,RightPart(G))=B;PointOnCurve(F2,PerpendicularBisector(LineSegmentOf(F1,B)))",
"query_expressions": "Eccentricity(G)",
"answer_expressions": "3",
"process": "According to the property of the perpendicular bisector, we have |BF₂| = |F₁F₂| = 2c. Then by the definition of the hyperbola, we get: |BF₁| = 2c + 2a. Let the inclination angle of line l be θ, then tanθ = √5⁄2, from which the value of cosθ can be obtained. In triangle F₁BF₂, using the law of cosines, the relationship between a and c can be found, and thus the eccentricity can be determined. \nSolution: Let the focal distance of the hyperbola be 2c. Since the perpendicular bisector of segment F₁B passes through the right focus F₂, we have |BF₂| = |F₁F₂| = 2c. By the definition of the hyperbola, we obtain: |BF₁| = |BF₂| + 2a = 2c + 2a. Let the inclination angle of line l be θ, then tanθ = √5⁄2, so θ is an acute angle. Therefore, from \n{ sinθ = √5⁄2 , \n sin²θ + cos²θ = 1 } \nwe get: \n{ sinθ = √5⁄3 , \n cosθ = 2⁄3 }. \nIn triangle F₁BF₂, by the law of cosines, we have: \ncosθ = cos∠BF₁F₂ = (|BF₁|² + |F₁F₂|² − |BF₂|²) / (2|BF₁|·|F₁F₂|) = (4(a+c)² + 4c² − 4c²) / (2·2(a+c)·2c) = (a+c)/(2c) = 2⁄3. \nSolving gives: c = 3a, so the eccentricity e = c/a = 3."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 381,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0381.png",
"problem": {
"text": "The line $y=\\frac{\\sqrt{3}}{3} x$ intersects the ellipse $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$ at points $A$ and $B$, $F$ is the right focus of the ellipse. If $A F \\perp B F$, then the eccentricity of the ellipse is?",
"fact_expressions": "H: Line;Expression(H) = (y = (sqrt(3)/3)*x);G: Ellipse;Expression(G) = (y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;a > b;b > 0;A: Point;B: Point;Intersection(H, G) = {A, B};F: Point;RightFocus(G) = F;IsPerpendicular(LineSegmentOf(A, F), LineSegmentOf(B, F))",
"query_expressions": "Eccentricity(G)",
"answer_expressions": "sqrt(6)/3",
"process": "According to the problem, convert the condition to point A(\\frac{\\sqrt{3}c}{2},\\frac{c}{2}), substituting into the ellipse equation gives \\frac{3c^{2}}{4a^{2}}+\\frac{c^{2}}{4b^{2}}=1, simplifying yields the solution. Let point F(c,0), and the ellipse is shown in the figure: \n\\because line_{AB}: y=\\frac{\\sqrt{3}}{3}x' \n\\therefore_{\\tan}\\angle AOF = \\frac{\\sqrt{3}}{3}, thus \\angle AOF = 30^{\\circ}. \nAlso, AF \\bot BF, O is the midpoint of AB, \n\\therefore OA = OF = c, \n\\therefore point A(c\\cos\\angle AOF, c\\sin\\angle AOF), i.e., A(\\frac{\\sqrt{3}c}{2},\\frac{c}{2}). \n\\because point A(\\frac{\\sqrt{3}c}{2},\\frac{c}{2}) lies on the ellipse, \n\\therefore \\frac{3c^{2}}{4a^{2}} + \\frac{c^{2}}{4b^{2}} = 1. \nCombining with b^{2} = a^{2} - c^{2}, simplifying gives 3c^{4} - 8a^{2}c^{2} + 4a^{4} = 0. \nFrom e = \\frac{c}{a}, we get 3e^{4} - 8e^{2} + 4 = 0, solving yields e^{2} = \\frac{2}{3} or e^{2} = 2 (discarded). \n\\therefore e = \\sqrt{\\frac{2}{3}} = \\frac{\\sqrt{6}}{3}."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.7320508075688772,
"major_axis": "x",
"x_coef": 4.0,
"y_coef": 3.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 382,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0382.png",
"problem": {
"text": "Given that a line passing through the point $P(2,0)$ intersects the parabola $C$: $y^{2}=4x$ at points $A$ and $B$, and the lines $OA$, $OB$ ($O$ being the origin) intersect the line $x=-2$ at points $M$ and $N$ respectively, then what is the length of the chord intercepted on the $x$-axis by the circle with $MN$ as diameter?",
"fact_expressions": "P: Point;Coordinate(P) = (2, 0);H: Line;PointOnCurve(P, H) = True;C: Parabola;Expression(C) = (y^2 = 4*x);Intersection(H, C) = {A, B};A: Point;O: Origin;B: Point;H1: Line;Expression(H1) = (x=-2);Intersection(LineOf(O,A),H1) = M;Intersection(LineOf(O,B),H1) = N;M: Point;N: Point;G: Circle;IsDiameter(LineSegmentOf(M,N),G) = True",
"query_expressions": "Length(InterceptChord(xAxis,G))",
"answer_expressions": "4*sqrt(2)",
"process": ""
},
"sdf_annotation": {
"params": {
"p": 1.0,
"direction": "right"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {
"P": [
2.0,
0.0
]
}
}
},
{
"dataset": "test",
"index": 383,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0383.png",
"problem": {
"text": "Through the point $M(1,1)$, draw a moving line intersecting the parabola $y^{2}=8x$ at points $A$ and $B$. Then the equation of the trajectory of the midpoint of segment $AB$ is?",
"fact_expressions": "M: Point;Coordinate(M) = (1, 1);H: Line;PointOnCurve(M, H);G: Parabola;Expression(G) = (y^2 = 8*x);A: Point;B: Point;Intersection(H, G) = {A, B}",
"query_expressions": "LocusEquation(MidPoint(LineSegmentOf(A, B)))",
"answer_expressions": "y^2-4*x-y+4=0",
"process": "Let the midpoint coordinates be (x_{0}, y_{0}), A(x_{1}, y_{1}), B(x_{1}, y_{1}), y_{1}^{2}=8x_{1}, y_{2}^{2}=8x_{2}. Subtracting the two equations yields =\\frac{4}{y_{0}}=\\frac{y_{0}-1}{x_{0}-1}\\Rightarrow y^{2}-4x-y+4=0."
},
"sdf_annotation": {
"params": {
"p": 2.0,
"direction": "right"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {
"M": [
1.0,
1.0
]
}
}
},
{
"dataset": "test",
"index": 385,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0385.png",
"problem": {
"text": "Given the ellipse $\\frac{x^{2}}{9}+\\frac{y^{2}}{8}=1$, the left and right foci are $F_{1}$ and $F_{2}$ respectively. Let $P$ be a moving point on the ellipse, and suppose a moving point $Q$ satisfies $\\overrightarrow{F_{1} P}=\\lambda \\overrightarrow{P Q}(\\lambda \\in R, \\lambda>0)$ and $|\\overrightarrow{P Q}|=|\\overrightarrow{P F_{2}}|$. Then the maximum distance from point $Q$ to an asymptote of the hyperbola $\\frac{x^{2}}{4}-\\frac{y^{2}}{3}=1$ is?",
"fact_expressions": "H: Ellipse;Expression(H) = (x^2/9 + y^2/8 = 1);F1: Point;F2: Point;LeftFocus(H) = F1;RightFocus(H) = F2;P: Point;PointOnCurve(P, H);Q: Point;lambda: Real;VectorOf(F1, P) = lambda*VectorOf(P, Q);Abs(VectorOf(P, Q)) = Abs(VectorOf(P, F2));G: Hyperbola;Expression(G) = (x^2/4 - y^2/3 = 1);lambda>0",
"query_expressions": "Max(Distance(Q, OneOf(Asymptote(G))))",
"answer_expressions": "(sqrt(21)/7)+6",
"process": "The ellipse has $ a=3, b=2\\sqrt{2} $, then $ c=1 $, $ F(-1,0) $. If a moving point $ Q $ satisfies $ \\overrightarrow{F_{1}P} = \\lambda \\overrightarrow{PQ} $ ($ \\lambda \\in \\mathbb{R}, \\lambda > 0 $) and $ |\\overrightarrow{PQ}| = |\\overrightarrow{PF}_{2}| $, then $ F_{1}, P, Q $ are collinear and in the same direction. By $ |QF| = |PQ| + |PF| = |PF_{2}| + |PF_{1}| = 2a = 6 $, the trajectory of $ Q $ is a circle with center $ F_{1} $ and radius 6. The hyperbola $ \\frac{x^{2}}{4} - \\frac{y^{2}}{3} = 1 $ has an asymptote equation given as $ \\sqrt{3}x - 2y = 0 $. The distance from the center of the circle to the asymptote is $ \\frac{\\sqrt{3}}{\\sqrt{3+4}} = \\frac{\\sqrt{21}}{7} $. Therefore, the maximum distance from point $ Q $ to one asymptote of the hyperbola $ \\frac{x^{2}}{4} - \\frac{y^{2}}{3} = 1 $ is $ \\frac{\\sqrt{21}}{7} + 6 $."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.7320508075688772,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 386,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0386.png",
"problem": {
"text": "It is known that a line passing through the right focus of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ with an inclination angle of $45^{\\circ}$ intersects the right branch of the hyperbola at two points. What is the range of values for the eccentricity of the hyperbola?",
"fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;H: Line;PointOnCurve(RightFocus(G), H) = True;Inclination(H) = ApplyUnit(45, degree);NumIntersection(H, RightPart(G)) = 2",
"query_expressions": "Range(Eccentricity(G))",
"answer_expressions": "(1,sqrt(2))",
"process": ""
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 387,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0387.png",
"problem": {
"text": "Given that $P$ is a point on the ellipse $\\frac{x^{2}}{4}+\\frac{y^{2}}{3}=1$, and $F_{1}$, $F_{2}$ are the left and right foci of the ellipse, respectively. If $\\angle F_{1} P F_{2}=\\frac{\\pi}{3}$, then the area of $\\Delta F_{1} P F_{2}$ is?",
"fact_expressions": "G: Ellipse;F1: Point;P: Point;F2: Point;Expression(G) = (x^2/4 + y^2/3 = 1);PointOnCurve(P, G);LeftFocus(G) = F1;RightFocus(G) = F2;AngleOf(F1, P, F2) = pi/3",
"query_expressions": "Area(TriangleOf(F1, P, F2))",
"answer_expressions": "sqrt(3)",
"process": "Test analysis: By the definition of an ellipse, |PF_{1}| + |PF_{2}| = 4. In \\Delta F_{1}PF_{2}, |F_{1}F_{2}|^{2} = |PF_{1}|^{2} + |PF_{2}|^{2} - 2|PF_{1}||PF_{2}|\\cos\\frac{\\pi}{3} = (|PF_{1}| + |PF_{2}|)^{2} - 3|PF_{1}||PF_{2}|. Since |F_{1}F_{2}| = 2\\sqrt{4-3} = 2, \\therefore |PF_{1}||PF_{2}| = 4, \\therefore S_{\\Delta PF_{1}PF_{2}} = \\frac{1}{2}|PF_{1}||PF_{2}|\\sin\\frac{\\pi}{3} = \\sqrt{3}"
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.7320508075688772,
"major_axis": "x",
"x_coef": 4.0,
"y_coef": 3.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 388,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0388.png",
"problem": {
"text": "A line $l$ passing through the point $M(2,1)$ intersects the ellipse $\\frac{x^{2}}{12}+\\frac{y^{2}}{4}=1$ at points $A$ and $B$, such that $M$ is the midpoint of $AB$. What is the slope of the line $l$?",
"fact_expressions": "M: Point;Coordinate(M) = (2, 1);PointOnCurve(M, l) ;l: Line;G: Ellipse;Expression(G) = (x^2/12 + y^2/4 = 1);Intersection(l, G) = {A, B};A: Point;B: Point;MidPoint(LineSegmentOf(A, B)) = M",
"query_expressions": "Slope(l)",
"answer_expressions": "-2/3",
"process": "Let the coordinates of points A and B be (x_{1}, y_{1}) and (x_{2}, y_{2}), respectively. Substituting into the ellipse equation and subtracting gives \\frac{1}{12} + \\frac{1}{4} \\cdot \\frac{y_{2}-y_{1}}{x_{1}-x_{2}} = 0. Substituting the slope and midpoint coordinates yields the solution. [Detailed Solution] Let the coordinates of points A and B be (x_{1}, y_{1}) and (x_{2}, y_{2}). Substituting into the ellipse equation gives: \\frac{x_{1}^{2}}{12} + \\frac{y_{1}^{2}}{4} = 1, \\frac{x_{2}^{2}}{12} + \\frac{y_{2}^{2}}{4} = 1. Subtracting these two equations gives: \\frac{1}{12}(x_{1}^{2} - x_{2}^{2}) + \\frac{1}{4}(y_{1}^{2} - y_{2}^{2}) = 0, which simplifies to \\frac{1}{12} + \\frac{1}{4} \\cdot \\frac{y_{1}^{2} - y_{2}^{2}}{x_{1}^{2} - x_{2}^{2}} = 0. Let the slope be k, then k = \\frac{y_{1} - y_{2}}{x_{1} - x_{2}}. Given the midpoint M(2, 1), we have x_{1} + x_{2} = 4, y_{1} + y_{2} = 2. Substituting these values gives \\frac{1}{12} + \\frac{1}{8}k = 0, so k = -\\frac{2}{3}."
},
"sdf_annotation": {
"params": {
"a": 3.4641016151377544,
"b": 2.0,
"major_axis": "x",
"x_coef": 12.0,
"y_coef": 4.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {
"M": [
2.0,
1.0
]
}
}
},
{
"dataset": "test",
"index": 389,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0389.png",
"problem": {
"text": "If an asymptote of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ passes through the point $(3,-4)$, then the eccentricity of this hyperbola is?",
"fact_expressions": "G: Hyperbola;Expression(G) = (-y^2/b^2 + x^2/a^2 = 1);b: Number;a: Number;H: Point;Coordinate(H) = (3, -4);PointOnCurve(H, OneOf(Asymptote(G)))",
"query_expressions": "Eccentricity(G)",
"answer_expressions": "5/3",
"process": "The asymptotes of the hyperbola $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ are given by $y=\\pm\\frac{b}{a}x$. Since the asymptote passes through the point $(3,-4)$, we have $-4=-\\frac{3b}{a}$, thus $b=\\frac{4}{3}a$, $c=\\sqrt{a^{2}+b^{2}}=\\sqrt{a^{2}+\\frac{16}{9}a^{2}}=\\frac{5}{3}a$, and therefore $e=\\frac{c}{a}=\\frac{5}{3}$."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {
"H": [
3.0,
-4.0
]
}
}
},
{
"dataset": "test",
"index": 390,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0390.png",
"problem": {
"text": "Given the parabola $y^{2}=2 p x(p>0)$ passes through the point $M(1,2)$, and a line $l$ intersects the parabola at two distinct points $A$, $B$. If the incenter of $\\Delta M A B$ is $(1, t)$, then what is the slope of line $l$?",
"fact_expressions": "G: Parabola;Expression(G) = (y^2 = 2*(p*x));p: Number;p>0;M: Point;Coordinate(M) = (1, 2);PointOnCurve(M, G);l: Line;A: Point;B: Point;Negation(A=B);Intersection(l, G) = {A, B};t: Number;Coordinate(Center(InscribedCircle(TriangleOf(M, A, B)))) = (1, t)",
"query_expressions": "Slope(l)",
"answer_expressions": "-1",
"process": "Substitute point M(1,2) into y²=2px to obtain p=2, so the equation of the parabola is y²=4x. According to the problem, the slope of line l exists and is not zero; let the equation of line l be x=my+n (m≠0). Substituting into y²=4x gives y²−4my−4n=0. Let A(x₁,y₁), B(x₂,y₂); then y₁+y₂=4m, y₁y₂=−4n. Given that the incenter of triangle AMB is (1,t), it follows that k_{MA}+k_{MB}=\\frac{y₁−2}{x₁−1}. Rearranging yields y₁+y₂+4=4m+4=0, solving gives m=−1, thus the equation of line l is y=−x+n. Therefore, the slope of line l is −1. This problem examines the relationship between a line and a parabola, and uses the method of setting variables without solving to express relationships between intersection points, belonging to medium-difficulty problems."
},
"sdf_annotation": {
"params": {
"p": 1.0010501146316528,
"direction": "right"
},
"optimization": {
"final_loss": 3.455598402979376e-07,
"converged": true,
"iterations": 81
},
"coords": {
"M": [
1.0,
2.0
]
}
}
},
{
"dataset": "test",
"index": 391,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0391.png",
"problem": {
"text": "Given the parabola $C$: $y^{2}=4x$ with focus $F$, and a point $P$ on $C$ such that $|PF|=8$, what is the distance from the midpoint $M$ of $PF$ to the $y$-axis?",
"fact_expressions": "C: Parabola;Expression(C) = (y^2 = 4*x);F: Point;Focus(C) = F;P: Point;PointOnCurve(P, C) = True;Abs(LineSegmentOf(P, F)) = 8;M: Point;MidPoint(LineSegmentOf(P, F)) = M",
"query_expressions": "Distance(M, yAxis)",
"answer_expressions": "4",
"process": "Let P(x₀, y₀), p = 2, so |PF| = x₀ + 1 = 8, solving gives x₀ = 7, therefore the x-coordinate of the midpoint M of PF is (1 + 7)/2 = 4, that is, the distance from the midpoint M of PF to the y-axis is 4."
},
"sdf_annotation": {
"params": {
"p": 1.0,
"direction": "right"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 392,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0392.png",
"problem": {
"text": "Given the hyperbola $\\Gamma$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$, the line $l$: $x=\\sqrt{a^{2}+b^{2}}$ intersects the hyperbola $\\Gamma$ at points $A$ and $B$, $O$ is the origin. If $(\\overrightarrow{A O}+\\overrightarrow{A B}) \\cdot \\overrightarrow{B O}=0$, then the eccentricity of the hyperbola $\\Gamma$ is?",
"fact_expressions": "l: Line;Gamma: Hyperbola;A: Point;O: Origin;B: Point;Expression(Gamma) = (-y^2/b^2 + x^2/a^2 = 1);a:Number;b:Number;a>0;b>0;Expression(l)=(x = sqrt(a^2 + b^2));Intersection(l, Gamma) = {A, B};DotProduct((VectorOf(A, B) + VectorOf(A, O)),VectorOf(B, O)) = 0",
"query_expressions": "Eccentricity(Gamma)",
"answer_expressions": "(sqrt(3)+sqrt(39))/6",
"process": "Problem Analysis: Since $ a^{2} + b^{2} = c^{2} $, the line $ l: x = c $ ($ c > 0 $), then $ A(c, \\frac{b^{2}}{a}) $, $ B(c, -\\frac{b^{2}}{a}) = (-c, -\\frac{b^{2}}{a}) $, $ \\overrightarrow{AB} = (0, -\\frac{2b^{2}}{a}) $, $ \\overrightarrow{BO} = (-c, \\frac{b^{2}}{a}) $, from the dot product of planar vectors we get: $ c^{2} - \\frac{3b^{4}}{a^{2}} = 0 $, solving yields: $ e = \\frac{\\sqrt{3} + \\sqrt{39}}{6} $."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 393,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0393.png",
"problem": {
"text": "Given the hyperbola $C$: $\\frac{y^{2}}{a^{2}}-\\frac{x^{2}}{b^{2}}=1$ $(a>0, b>0)$, if the line $2x - y = 0$ is an asymptote of $C$, then the eccentricity of $C$ is?",
"fact_expressions": "C: Hyperbola;Expression(C) = (-x^2/b^2 + y^2/a^2 = 1);b: Number;a: Number;a>0;b>0;G: Line;Expression(G) = (2*x - y = 0);OneOf(Asymptote(C)) = G",
"query_expressions": "Eccentricity(C)",
"answer_expressions": "sqrt(5)/2",
"process": "From the given condition, the asymptotes of the hyperbola are $ y = \\pm\\frac{a}{b}x $. Since one asymptote of the hyperbola is $ 2x - y = 0 $, we have $ y = 2x $, so $ \\frac{a}{b} = 2 $. Therefore, $ e = \\sqrt{1+\\left(\\frac{b}{a}\\right)^{2}} = \\sqrt{1+\\frac{1}{4}} = \\frac{\\sqrt{5}}{2} $."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "vertical"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 395,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0395.png",
"problem": {
"text": "Given the parabola $C$: $y^{2}=2 p x(p>0)$ has focus $F$ and directrix $l$. A line passing through $F$ with an inclination angle of $60^{\\circ}$ intersects $C$ at points $A$ and $B$. $A M \\perp l$, $B N \\perp l$, where $M$ and $N$ are the feet of the perpendiculars. Point $Q$ is the midpoint of $M N$, and $|Q F|=2$. Then $p=$?",
"fact_expressions": "C: Parabola;p: Number;F: Point;l: Line;H: Line;A: Point;B: Point;M: Point;N: Point;Q: Point;p > 0;Expression(C) = (y^2 = 2*p*x);Focus(C) = F;Directrix(C) = l;PointOnCurve(F, H);Inclination(H) = ApplyUnit(60, degree);Intersection(H, C) = {A, B};IsPerpendicular(LineSegmentOf(A, M), l);IsPerpendicular(LineSegmentOf(B, N), l);FootPoint(LineSegmentOf(A, M), l) = M;FootPoint(LineSegmentOf(B, N), l) = N;MidPoint(LineSegmentOf(M, N)) = Q;Abs(LineSegmentOf(Q, F)) = 2",
"query_expressions": "p",
"answer_expressions": "sqrt(3)",
"process": "As shown in the figure, by the geometric properties of the parabola, the circle with AB as diameter is tangent to the directrix l, and the point of tangency is Q. Triangle MFN is a right triangle with ∠MFN being the right angle, so |MN| = 2|QF| = 4, i.e., |BD| = 4, ∴ |AB| = \\frac{|BD|}{\\sin60^{\\circ}} = \\frac{4}{\\sqrt{3}} = \\frac{8\\sqrt{3}}{3}. Let A(x_{1},y_{1}), B(x_{2},y_{2}). Solving the system \\begin{cases}y^{2}=2px\\\\y-0=\\sqrt{3}(x-\\frac{p}{2})\\end{cases}, we obtain 12x^{2}-20px+3p=0. Then x_{1}+x_{2}=\\frac{20}{12}p=\\frac{5}{3}p. Then x_{1}+x_{2}=\\frac{20}{12}p=\\frac{2}{3}p, ∴ |AB|=x_{1}+x_{2}+p=\\frac{5}{2}p+p=\\frac{8}{3}p. ∴ \\frac{8}{3}p=\\frac{8\\sqrt{3}}{3}, then p=\\sqrt{3}."
},
"sdf_annotation": {
"params": {
"p": 1.0,
"direction": "right"
},
"optimization": {
"final_loss": 0.0,
"converged": true
},
"coords": {}
}
},
{
"dataset": "test",
"index": 397,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0397.png",
"problem": {
"text": "Given that point $M(2,1)$ lies on the parabola $x^{2}=2 p y$, then the equation of the tangent line to the parabola at point $M$ is?",
"fact_expressions": "G: Parabola;p: Number;M: Point;Expression(G) = (x^2 = 2*(p*y));Coordinate(M) = (2, 1);PointOnCurve(M, G);l:Line;IsTangent(l,G);TangentPoint(l,G)=M",
"query_expressions": "Expression(l)",
"answer_expressions": "x-y-1=0",
"process": ""
},
"sdf_annotation": {
"params": {
"p": 1.0010501146316528,
"direction": "up"
},
"optimization": {
"final_loss": 3.455598402979376e-07,
"converged": true,
"iterations": 81
},
"coords": {
"M": [
2.0,
1.0
]
}
}
},
{
"dataset": "test",
"index": 399,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0399.png",
"problem": {
"text": "Let $F_{1}$, $F_{2}$ be the two foci of the ellipse $C$: $\\frac{x^{2}}{a^{2}}+\\frac{y^{2}}{b^{2}}=1$ $(a>b>0)$. If there exists a point $P$ on $C$ such that $P F_{1} \\perp P F_{2}$ and $\\angle P F_{1} F_{2}=45^{\\circ}$, then the eccentricity of $C$ is?",
"fact_expressions": "C: Ellipse;b: Number;a: Number;P: Point;F1: Point;F2: Point;a > b;b > 0;Expression(C) = (y^2/b^2 + x^2/a^2 = 1);Focus(C) = {F1, F2};PointOnCurve(P, C);IsPerpendicular(LineSegmentOf(P, F1), LineSegmentOf(P, F2));AngleOf(P, F1, F2) = ApplyUnit(45, degree)",
"query_expressions": "Eccentricity(C)",
"answer_expressions": "sqrt(2)/2",
"process": "From the given information, triangle $ PF_{1}F_{2} $ is an isosceles right triangle, with $ \\angle F_{1}PF_{2} = 90^{\\circ} $, $ |PF_{1}| = |PF_{2}| $. By the definition of the ellipse, $ |PF_{1}| + |PF_{2}| = 2a $, so $ |PF_{1}| = |PF_{2}| = a $. Also, $ |F_{1}F_{2}| = 2c $. Therefore, in $ \\triangle PF_{1}F_{2} $, by the Pythagorean theorem, we have: $ 2|PF_{1}|^{2} = |F_{1}F_{2}|^{2} $, that is, $ 2a^{2} = 4c^{2} $, so $ e = \\frac{c}{a} = \\frac{\\sqrt{2}}{2} $."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.7320508075688772,
"major_axis": "x",
"x_coef": 4.0,
"y_coef": 3.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 401,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0401.png",
"problem": {
"text": "The eccentricity $e$ of the hyperbola $\\frac{x^{2}}{4}+\\frac{y^{2}}{k}=1$ satisfies $e \\in(1,2)$. What is the range of values for $k$?",
"fact_expressions": "G: Hyperbola;Expression(G) = (x^2/4 + y^2/k = 1);k: Number;e: Number;Eccentricity(G) = e;In(e, (1, 2))",
"query_expressions": "Range(k)",
"answer_expressions": "(-12, 0)",
"process": ""
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.7320508075688772,
"major_axis": "x",
"x_coef": 4.0,
"y_coef": 3.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 402,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0402.png",
"problem": {
"text": "Given the parabola $y^{2}=4x$, a line passing through the focus $F$ intersects the parabola at points $A$ and $B$. Perpendiculars are drawn from $A$ and $B$ to the $x$-axis and $y$-axis, with feet of perpendiculars at $C$ and $D$, respectively. Then the minimum value of $|AC|+|BD|$ is?",
"fact_expressions": "G: Parabola;H:Line;A: Point;C: Point;B: Point;D: Point;F:Point;l1:Line;l2:Line;Expression(G) = (y^2 = 4*x);Focus(G)=F;PointOnCurve(F, H);Intersection(H,G)={A,B};PointOnCurve(A,l1);PointOnCurve(B,l2);IsPerpendicular(l1,xAxis);IsPerpendicular(l2,yAxis);FootPoint(l1,xAxis)=C;FootPoint(l2,yAxis)=D",
"query_expressions": "Min(Abs(LineSegmentOf(A, C)) + Abs(LineSegmentOf(B, D)))",
"answer_expressions": "3",
"process": ""
},
"sdf_annotation": {
"params": {
"p": 1.0,
"direction": "right"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 403,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0403.png",
"problem": {
"text": "Given that the focal distance of the curve $\\frac{x^{2}}{a}+\\frac{y^{2}}{16}=1$ is $10$, and the distance from a point $P$ on the curve to one focus is $2$, then the distance from point $P$ to the other focus is?",
"fact_expressions": "G: Curve;a: Number;F1: Point;F2: Point;P: Point;Expression(G) = (y^2/16 + x^2/a = 1);FocalLength(G) = 10;PointOnCurve(P, G);OneOf(Focus(G))=F1;OneOf(Focus(G))=F2;Negation(F1=F2);Distance(P, F1) = 2",
"query_expressions": "Distance(P, F2)",
"answer_expressions": "{2*sqrt(41) - 2, 10}",
"process": "According to the problem, the semi-focal length of the curve is 5. If the curve is an ellipse with foci on the x-axis, then a > 16, so a - 16 = 25 ⇒ a = 41, and since the distance from a point P on the ellipse to one focus is 2, the distance from point P to the other focus is 2\\sqrt{41} - 2; if the curve is an ellipse with foci on the y-axis, then 0 < a < 16, so 16 - a = 25 ⇒ a = -9, which is discarded; if the curve is a hyperbola, then a < 0, and it is easy to determine that the foci of the hyperbola lie on the y-axis, so 16 + (-a) = 25 ⇒ a = -9. Without loss of generality, assume point P lies on the upper branch of the hyperbola, with upper and lower foci F_{2}(0,5), F_{1}(0,-5) respectively. Since the real semi-axis length is 4, it is easy to determine that the minimum distance from point P to the lower focus is 4 + 5 = 9 > 2, which does not satisfy the condition. Therefore, the distance from point P to the upper focus is 2, so its distance to the lower focus PF_{1} = |PF_{2}| + 8 = 10."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.7320508075688772,
"major_axis": "x",
"x_coef": 4.0,
"y_coef": 3.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 406,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0406.png",
"problem": {
"text": "Given the hyperbola $C$: $\\frac{x^{2}}{a^{2}}-\\frac{y^{2}}{b^{2}}=1$ $(a>0, b>0)$ with foci $F_{1}$, $F_{2}$, and a point $P$ on the hyperbola $C$ satisfying $\\overrightarrow{P F_{1}} \\cdot \\overrightarrow{P F_{2}}=0$, $|\\overrightarrow{P F_{1}}|=3$, $|\\overrightarrow{P F_{2}}|=4$, then the eccentricity of the hyperbola $C$ is?",
"fact_expressions": "C: Hyperbola;b: Number;a: Number;P: Point;F1: Point;F2: Point;a>0;b>0;Expression(C) = (-y^2/b^2 + x^2/a^2 = 1);Focus(C) = {F1, F2};PointOnCurve(P, C);DotProduct(VectorOf(P, F1), VectorOf(P, F2)) = 0;Abs(VectorOf(P, F1)) = 3;Abs(VectorOf(P, F2)) = 4",
"query_expressions": "Eccentricity(C)",
"answer_expressions": "5",
"process": "By the definition of a hyperbola, we have 2a = |\\overrightarrow{PF_{2}}| - |\\overrightarrow{PF_{1}}| = 1, so a = \\frac{1}{2}. Since \\overrightarrow{PF_{1}} \\cdot \\overrightarrow{PF_{2}} = 0, it follows that \\overrightarrow{PF_{1}} \\bot \\overrightarrow{PF_{2}}. Therefore, (2c)^{2} = |\\overrightarrow{PF_{2}}|^{2} + |\\overrightarrow{PF}|^{2} = 25, solving gives c = \\frac{5}{2}. Thus, the eccentricity of hyperbola C is e = \\frac{c}{a} = 5."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 407,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0407.png",
"problem": {
"text": "The coordinates of the focus $F$ of the parabola $y^{2}=4x$ are? The distance from point $F$ to the asymptotes of the hyperbola $x^{2}-y^{2}=1$ is?",
"fact_expressions": "G: Hyperbola;H: Parabola;Expression(G) = (x^2 - y^2 = 1);Expression(H) = (y^2 = 4*x);F: Point;Focus(H) = F",
"query_expressions": "Coordinate(F);Distance(F, Asymptote(G))",
"answer_expressions": "(1,0);sqrt(2)/2",
"process": ""
},
"sdf_annotation": {
"params": {
"a": 1.0,
"b": 1.0,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 408,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0408.png",
"problem": {
"text": "Given the hyperbola $C$: $\\frac{x^{2}}{4}-\\frac{y^{2}}{b^{2}}=1$ with left and right foci $F_{1}$, $F_{2}$, and $|F_{1} F_{2}|=6$, then the distance from $F_{1}$ to an asymptote is?",
"fact_expressions": "C: Hyperbola;Expression(C) = (x^2/4 - y^2/b^2 = 1);b: Number;F1: Point;F2: Point;LeftFocus(C) = F1;RightFocus(C) = F2;Abs(LineSegmentOf(F1, F2)) = 6",
"query_expressions": "Distance(F1, OneOf(Asymptote(C)))",
"answer_expressions": "sqrt(5)",
"process": "According to the problem, find the equation of the hyperbola $ C: \\frac{x^{2}}{4} - \\frac{y^{2}}{5} = 1 $, obtain one of its asymptotes $ \\sqrt{5}x - 2y = 0 $, then use the point-to-line distance formula to solve. \nSolution: From the given conditions, the left and right foci of the hyperbola $ C: \\frac{x^{2}}{4} - \\frac{y^{2}}{b^{2}} = 1 $ are $ F_{1}, F_{2} $. Since $ |F_{1}F_{2}| = 6 $, i.e., $ 2c = 6 $, solving gives $ c = 3 $, so $ 4 + b^{2} = 3^{2} $, solving gives $ b^{2} = 5 $, thus $ b = \\sqrt{5} $. Therefore, the equation of the hyperbola is $ C: \\frac{x^{2}}{4} - \\frac{y^{2}}{5} = 1 $, then one of its asymptotes is $ y = \\frac{\\sqrt{5}}{2}x $, i.e., $ \\sqrt{5}x - 2y = 0 $. Hence, the distance from focus $ F_{1}(-3,0) $ to the line $ \\sqrt{5}x - 2y = 0 $ is $ d = \\frac{|\\sqrt{5} \\times (-3) - 2 \\times 0|}{\\sqrt{(\\sqrt{5})^{2} + (-2)^{2}}} = \\sqrt{5} $."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.5,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 409,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0409.png",
"problem": {
"text": "The focus of the parabola $y^{2}=6 x$ is $F$. A line passing through point $F$ intersects the parabola at two points $A$ and $B$. If the horizontal coordinate of the midpoint of $A B$ is $2$, then $|A B|$=?",
"fact_expressions": "G: Parabola;H: Line;A: Point;B: Point;F: Point;Expression(G) = (y^2 = 6*x);Focus(G) = F;PointOnCurve(F, H);Intersection(H, G) = {A, B};XCoordinate(MidPoint(LineSegmentOf(A, B))) = 2",
"query_expressions": "Abs(LineSegmentOf(A, B))",
"answer_expressions": "7",
"process": "From the given condition, p=3. Let A(x_{1},y_{1}), B(x_{2},y_{2}). Since the horizontal coordinate of the midpoint of segment AB is 2, we have x_{1}+x_{2}=4. By the definition of the parabola, |AB|=x_{1}+x_{2}+p=4+3="
},
"sdf_annotation": {
"params": {
"p": 1.5,
"direction": "right"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 410,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0410.png",
"problem": {
"text": "The coordinates of the foci of the hyperbola $\\frac{x^{2}}{4}-y^{2}=1$ are?",
"fact_expressions": "G: Hyperbola;Expression(G) = (x^2/4 - y^2 = 1)",
"query_expressions": "Coordinate(Focus(G))",
"answer_expressions": "(pm*sqrt(5),0)",
"process": ""
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.0,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 412,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0412.png",
"problem": {
"text": "The ellipse $C$: $\\frac{x^{2}}{4}+\\frac{y^{2}}{2}=1$ has a focal distance of?",
"fact_expressions": "C: Ellipse;Expression(C) = (x^2/4 + y^2/2 = 1)",
"query_expressions": "FocalLength(C)",
"answer_expressions": "2*sqrt(2)",
"process": "c^{2}=a^{2}-b^{2}=4-2=2, so c=\\sqrt{2}, therefore the focal distance of the ellipse C: \\frac{x^{2}}{4}+\\frac{y^{2}}{2}=1 is 2\\sqrt{2}."
},
"sdf_annotation": {
"params": {
"a": 2.0,
"b": 1.4142135623730951,
"major_axis": "x",
"x_coef": 4.0,
"y_coef": 2.0
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 413,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0413.png",
"problem": {
"text": "The coordinates of the focus of the parabola $x^{2}=2 y$ are?",
"fact_expressions": "G: Parabola;Expression(G) = (x^2 = 2*y)",
"query_expressions": "Coordinate(Focus(G))",
"answer_expressions": "(0, 1/2)",
"process": "From the given condition, 2p = 2, solving gives p = 1. Since the parabola x^{2} = 2y opens upwards, the focus of the parabola x^{2} = 2y has coordinates (0, \\frac{1}{2})."
},
"sdf_annotation": {
"params": {
"p": 0.5,
"direction": "up"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 414,
"conic_type": "hyperbola",
"image_path": "results/test/hyperbola/problem_0414.png",
"problem": {
"text": "If the focus of the parabola $y^{2}=2 p x(p>0)$ coincides with the right focus of the hyperbola $x^{2}-y^{2}=2$, then what is the value of $p$?",
"fact_expressions": "G: Hyperbola;H: Parabola;p: Number;Expression(G) = (x^2 - y^2 = 2);p>0;Expression(H) = (y^2 = 2*(p*x));Focus(H) = RightFocus(G)",
"query_expressions": "p",
"answer_expressions": "4",
"process": "From $x^{2}-y^{2}=2$ we obtain the hyperbola $\\frac{x^{2}}{2}-\\frac{y^{2}}{2}=1$, then $c=\\sqrt{2+2}=2$, therefore, the focus of the parabola is $(2,0)$, $\\frac{p}{2}=2$, $p=4$."
},
"sdf_annotation": {
"params": {
"a": 1.4142135623730951,
"b": 1.4142135623730951,
"orientation": "horizontal"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 416,
"conic_type": "parabola",
"image_path": "results/test/parabola/problem_0416.png",
"problem": {
"text": "Given that $P$ and $Q$ are two points on the parabola $x^{2}=2 y$, the horizontal coordinates of points $P$ and $Q$ are $4$ and $-2$, respectively. Tangents to the parabola at $P$ and $Q$ are drawn, and these two tangents intersect at point $A$. What is the vertical coordinate of point $A$?",
"fact_expressions": "G: Parabola;P: Point;Q: Point;A: Point;L1:Line;L2:Line;Expression(G) = (x^2 = 2*y);PointOnCurve(P,G);PointOnCurve(Q,G);XCoordinate(P)=4;XCoordinate(Q)=-2;TangentOfPoint(P,G)=L1;TangentOfPoint(Q,G)=L2;Intersection(L1,L2)=A",
"query_expressions": "YCoordinate(A)",
"answer_expressions": "-4",
"process": ""
},
"sdf_annotation": {
"params": {
"p": 0.5,
"direction": "up"
},
"optimization": {
"final_loss": 0.0,
"converged": true,
"note": "using explicit params"
},
"coords": {}
}
},
{
"dataset": "test",
"index": 417,
"conic_type": "ellipse",
"image_path": "results/test/ellipse/problem_0417.png",
"problem": {
"text": "Given the ellipse $C$: $\\frac{x^{2}}{2}+y^{2}=1$ with foci $F_{1}$ and $F_{2}$, and a point $P(x_{0},y_{0})$ satisfying $0<\\frac{x_{0}^{2}}{2}+y_{0}^{2}<1$, then the range of values for $|P F_{1}|+|P F_{2}|$ is?",
"fact_expressions": "C: Ellipse;P: Point;F1: Point;F2: Point;Expression(C) = (x^2/2 + y^2 = 1);Coordinate(P) = (x0, y0);Focus(C)={F1,F2};x0:Number;y0:Number;0