Found problems: 253
Today's calculation of integrals, 895
In the coordinate plane, suppose that the parabola $C: y=-\frac{p}{2}x^2+q\ (p>0,\ q>0)$ touches the circle with radius 1 centered on the origin at distinct two points. Find the minimum area of the figure enclosed by the part of $y\geq 0$ of $C$ and the $x$-axis.
Estonia Open Junior - geometry, 2016.2.4
Let $d$ be a positive number. On the parabola, whose equation has the coefficient $1$ at the quadratic term, points $A, B$ and $C$ are chosen in such a way that the difference of the $x$-coordinates of points $A$ and $B$ is $d$ and the difference of the $x$-coordinates of points $B$ and $C$ is also $d$. Find the area of the triangle $ABC$.
1998 AMC 12/AHSME, 14
A parabola has vertex at $(4,-5)$ and has two $x$-intercepts, one positive and one negative. If this parabola is the graph of $y = ax^2 + bx + c$, which of $a$, $b$, and $c$ must be positive?
$ \textbf{(A)}\ \text{Only }a\qquad \textbf{(B)}\ \text{Only }b\qquad \textbf{(C)}\ \text{Only }c\qquad \textbf{(D)}\ \text{Only }a\text{ and }b\qquad \textbf{(E)}\ \text{None}$
2015 AMC 10, 24
For some positive integers $p$, there is a quadrilateral $ABCD$ with positive integer side lengths, perimeter $p$, right angles at $B$ and $C$, $AB=2$, and $CD=AD$. How many different values of $p<2015$ are possible?
$\textbf{(A) }30\qquad\textbf{(B) }31\qquad\textbf{(C) }61\qquad\textbf{(D) }62\qquad\textbf{(E) }63$
2014 HMNT, 7
Let $P$ be a parabola with focus $F$ and directrix $\ell$. A line through $F$ intersects $P$ at two points $A$ and $B$. Let $D$ and $C$ be the feet of the altitudes from $A$ and $B$ onto $\ell$, respectively. Given that $AB = 20$ and $CD = 14$, compute the area of $ABCD$.
1969 IMO Shortlist, 1
$(BEL 1)$ A parabola $P_1$ with equation $x^2 - 2py = 0$ and parabola $P_2$ with equation $x^2 + 2py = 0, p > 0$, are given. A line $t$ is tangent to $P_2.$ Find the locus of pole $M$ of the line $t$ with respect to $P_1.$
1998 Tuymaada Olympiad, 5
A right triangle is inscribed in parabola $y=x^2$. Prove that it's hypotenuse is not less than $2$.
2010 Today's Calculation Of Integral, 620
Let $a,\ b$ be real numbers. Suppose that a function $f(x)$ satisfies $f(x)=a\sin x+b\cos x+\int_{-\pi}^{\pi} f(t)\cos t\ dt$ and has the maximum value $2\pi$ for $-\pi \leq x\leq \pi$.
Find the minimum value of $\int_{-\pi}^{\pi} \{f(x)\}^2dx.$
[i]2010 Chiba University entrance exam[/i]
Kvant 2025, M2831
Let $DEF$ be triangle, inscribed in parabola. Tangents in points $D,E,F$ forms triangle $ABC$. Prove that $S_{DEF}=2S_{ABC}$. ($S_T$ is area of triangle $T$).
[i]From F.S.Macaulay's book «Geometrical Conics», suggested by M. Panov[/i]
2022 JHMT HS, 6
Triangle $ABC$ has side lengths $AC = 3$, $BC = 4$, and $AB = 5$. Let $I$ be the incenter of $\triangle{ABC}$, and let $\mathcal{P}$ be the parabola with focus $I$ and directrix $\overleftrightarrow{AC}$. Suppose that $\mathcal{P}$ intersects $\overline{AB}$ and $\overline{BC}$ at points $D$ and $E$, respectively. Find $DI+EI$.
1964 AMC 12/AHSME, 24
Let $y=(x-a)^2+(x-b)^2, a, b$ constants. For what value of $x$ is $y$ a minimum?
$ \textbf{(A)}\ \frac{a+b}{2} \qquad\textbf{(B)}\ a+b \qquad\textbf{(C)}\ \sqrt{ab} \qquad\textbf{(D)}\ \sqrt{\frac{a^2+b^2}{2}}\qquad\textbf{(E)}\ \frac{a+b}{2ab} $
2012 Hitotsubashi University Entrance Examination, 3
For constants $a,\ b,\ c,\ d$ consider a process such that the point $(p,\ q)$ is mapped onto the point $(ap+bq,\ cp+dq)$.
Note : $(a,\ b,\ c,\ d)\neq (1,\ 0,\ 0,\ 1)$. Let $k$ be non-zero constant. All points of the parabola $C: y=x^2-x+k$ are mapped onto $C$ by the process.
(1) Find $a,\ b,\ c,\ d$.
(2) Let $A'$ be the image of the point $A$ by the process. Find all values of $k$ and the coordinates of $A$ such that the tangent line of $C$ at $A$ and the tangent line of $C$ at $A'$ formed by the process are perpendicular at the origin.
1982 All Soviet Union Mathematical Olympiad, 339
There is a parabola $y = x^2$ drawn on the coordinate plane. The axes are deleted. Can you restore them with the help of compass and ruler?
1991 AMC 12/AHSME, 18
If $S$ is the set of points $z$ in the complex plane such that $(3+4i)z$ is a real number, then $S$ is a
$ \textbf{(A)}\text{ right triangle}\qquad\textbf{(B)}\text{ circle}\qquad\textbf{(C)}\text{ hyperbola}\qquad\textbf{(D)}\text{ line}\qquad\textbf{(E)}\text{ parabola} $
2009 Purple Comet Problems, 22
The diagram shows a parabola, a line perpendicular to the parabola's axis of symmetry, and three similar isosceles triangles each with a base on the line and vertex on the parabola. The two smaller triangles are congruent and each have one base vertex on the parabola and one base vertex shared with the larger triangle. The ratio of the height of the larger triangle to the height of the smaller triangles is $\tfrac{a+\sqrt{b}}{c}$ where $a$, $b$, and $c$ are positive integers, and $a$ and $c$ are relatively prime. Find $a + b + c$.
[asy]
size(200);
real f(real x) {return 1.2*exp(2/3*log(16-x^2));}
path Q=graph(f,-3.99999,3.99999);
path [] P={(-4,0)--(-2,0)--(-3,f(-3))--cycle,(-2,0)--(2,0)--(0,f(0))--cycle,(4,0)--(2,0)--(3,f(3))--cycle};
for(int k=0;k<3;++k)
{
fill(P[k],grey); draw(P[k]);
}
draw((-6,0)--(6,0),linewidth(1)); draw(Q,linewidth(1));[/asy]
1999 Baltic Way, 5
The point $(a,b)$ lies on the circle $x^2+y^2=1$. The tangent to the circle at this point meets the parabola $y=x^2+1$ at exactly one point. Find all such points $(a,b)$.
1963 AMC 12/AHSME, 29
A particle projected vertically upward reaches, at the end of $t$ seconds, an elevation of $s$ feet where $s = 160 t - 16t^2$. The highest elevation is:
$\textbf{(A)}\ 800 \qquad
\textbf{(B)}\ 640\qquad
\textbf{(C)}\ 400 \qquad
\textbf{(D)}\ 320 \qquad
\textbf{(E)}\ 160$
2019 Iranian Geometry Olympiad, 5
Let points $A, B$ and $C$ lie on the parabola $\Delta$ such that the point $H$, orthocenter of triangle $ABC$, coincides
with the focus of parabola $\Delta$. Prove that by changing the position of points $A, B$ and $C$ on $\Delta$ so that the orthocenter remain at $H$, inradius of triangle $ABC$ remains unchanged.
[i]Proposed by Mahdi Etesamifard[/i]
1940 Putnam, B3
Let $p>0$ be a real constant. From any point $(a,b)$ in the cartesian plane, show that
i) Three normals, real or imaginary, can be drawn to the parabola $y^2=4px$.
ii) These are real and distinct if $4(2-p)^3 +27pb^2<0$.
iii) Two of them coincide if $(a,b)$ lies on the curve $27py^2=4(x-2p)^3$.
iv) All three coincide only if $a=2p$ and $b=0$.
1970 IMO Longlists, 53
A square $ABCD$ is divided into $(n - 1)^2$ congruent squares, with sides parallel to the sides of the given square. Consider the grid of all $n^2$ corners obtained in this manner. Determine all integers $n$ for which it is possible to construct a non-degenerate parabola with its axis parallel to one side of the square and that passes through exactly $n$ points of the grid.
1998 Croatia National Olympiad, Problem 1
Let there be a given parabola $y^2=4ax$ in the coordinate plane. Consider all chords of the parabola that are visible at a right angle from the origin of the coordinate system. Prove that all these chords pass through a fixed point.
1981 Bulgaria National Olympiad, Problem 5
Find all positive values of $a$, for which there is a number $b$ such that the parabola $y=ax^2-b$ intersects the unit circle at four distinct points. Also prove that for every such a there exists $b$ such that the parabola $y=ax^2-b$ intersects the unit circle at four distinct points whose $x$-coordinates form an arithmetic progression.
2000 Irish Math Olympiad, 5
Consider all parabolas of the form $ y\equal{}x^2\plus{}2px\plus{}q$ for $ p,q \in \mathbb{R}$ which intersect the coordinate axes in three distinct points. For such $ p,q$, denote by $ C_{p,q}$ the circle through these three intersection points. Prove that all circles $ C_{p,q}$ have a point in common.
2025 All-Russian Olympiad Regional Round, 10.10
On the graphic of the function $y=x^2$ were selected $1000$ pairwise distinct points, abscissas of which are integer numbers from the segment $[0; 100000]$. Prove that it is possible to choose six different selected points $A$, $B$, $C$, $A'$, $B'$, $C'$ such that areas of triangles $ABC$ and $A'B'C'$ are equals.
[i]A. Tereshin[/i]
2011 Today's Calculation Of Integral, 749
Let $m$ be a positive integer. A tangent line at the point $P$ on the parabola $C_1 : y=x^2+m^2$ intersects with the parabola $C_2 : y=x^2$ at the points $A,\ B$. For the point $Q$ between $A$ and $B$ on $C_2$, denote by $S$ the sum of the areas of the region bounded by the line $AQ$,$C_2$ and the region bounded by the line $QB$, $C_2$. When $Q$ move between $A$ and $B$ on $C_2$, prove that the minimum value of $S$ doesn't depend on how we would take $P$, then find the value in terms of $m$.