Found problems: 1687
2005 All-Russian Olympiad, 2
Find the number of subsets $A\subset M=\{2^0,\,2^1,\,2^2,\dots,2^{2005}\}$ such that equation $x^2-S(A)x+S(B)=0$ has integral roots, where $S(M)$ is the sum of all elements of $M$, and $B=M\setminus A$ ($A$ and $B$ are not empty).
2007 F = Ma, 19
A non-Hookian spring has force $F = -kx^2$ where $k$ is the spring constant and $x$ is the displacement from its unstretched position. For the system shown of a mass $m$ connected to an unstretched spring initially at rest, how far does the spring extend before the system momentarily comes to rest? Assume that all surfaces are frictionless and that the pulley is frictionless as well.
[asy]
size(250);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
draw((0,0)--(0,-1)--(2,-1)--(2+sqrt(3),-2));
draw((2.5,-2)--(4.5,-2),dashed);
draw(circle((2.2,-0.8),0.2));
draw((2.2,-0.8)--(1.8,-1.2));
draw((0,-0.6)--(0.6,-0.6)--(0.75,-0.4)--(0.9,-0.8)--(1.05,-0.4)--(1.2,-0.8)--(1.35,-0.4)--(1.5,-0.8)--(1.65,-0.4)--(1.8,-0.8)--(1.95,-0.6)--(2.2,-0.6));
draw((2+0.3*sqrt(3),-1.3)--(2+0.3*sqrt(3)+0.6/2,-1.3+sqrt(3)*0.6/2)--(2+0.3*sqrt(3)+0.6/2+0.2*sqrt(3),-1.3+sqrt(3)*0.6/2-0.2)--(2+0.3*sqrt(3)+0.2*sqrt(3),-1.3-0.2)); //super complex Asymptote code gg
draw((2+0.3*sqrt(3)+0.3/2,-1.3+sqrt(3)*0.3/2)--(2.35,-0.6677));
draw(anglemark((2,-1),(2+sqrt(3),-2),(2.5,-2)));
label("$30^\circ$",(3.5,-2),NW);
[/asy]
$ \textbf{(A)}\ \left(\frac{3mg}{2k}\right)^{1/2} $
$ \textbf{(B)}\ \left(\frac{mg}{k}\right)^{1/2} $
$ \textbf{(C)}\ \left(\frac{2mg}{k}\right)^{1/2} $
$ \textbf{(D)}\ \left(\frac{\sqrt{3}mg}{k}\right)^{1/3} $
$ \textbf{(E)}\ \left(\frac{3\sqrt{3}mg}{2k}\right)^{1/3} $
1980 IMO, 8
Prove that if $(a,b,c,d)$ are positive integers such that $(a+2^{\frac13}b+2^{\frac23}c)^2=d$ then $d$ is a perfect square (i.e is the square of a positive integer).
2009 Today's Calculation Of Integral, 476
Suppose a parabola with the axis as the $ y$ axis, concave up and touches the graph $ y\equal{}1\minus{}|x|$. Find the equation of the parabola such that the area of the region surrounded by the parabola and the $ x$ axis is maximal.
2003 AMC 10, 19
A semicircle of diameter $ 1$ sits at the top of a semicircle of diameter $ 2$, as shown. The shaded area inside the smaller semicircle and outside the larger semicircle is called a lune. Determine the area of this lune.
[asy]unitsize(2.5cm);
defaultpen(fontsize(10pt)+linewidth(.8pt));
filldraw(Circle((0,.866),.5),grey,black);
label("1",(0,.866),S);
filldraw(Circle((0,0),1),white,black);
draw((-.5,.866)--(.5,.866),linetype("4 4"));
clip((-1,0)--(1,0)--(1,2)--(-1,2)--cycle);
draw((-1,0)--(1,0));
label("2",(0,0),S);[/asy]$ \textbf{(A)}\ \frac {1}{6}\pi \minus{} \frac {\sqrt {3}}{4} \qquad \textbf{(B)}\ \frac {\sqrt {3}}{4} \minus{} \frac {1}{12}\pi \qquad \textbf{(C)}\ \frac {\sqrt {3}}{4} \minus{} \frac {1}{24}\pi\qquad\textbf{(D)}\ \frac {\sqrt {3}}{4} \plus{} \frac {1}{24}\pi$
$ \textbf{(E)}\ \frac {\sqrt {3}}{4} \plus{} \frac {1}{12}\pi$
PEN R Problems, 7
Show that the number $r(n)$ of representations of $n$ as a sum of two squares has $\pi$ as arithmetic mean, that is \[\lim_{n \to \infty}\frac{1}{n}\sum^{n}_{m=1}r(m) = \pi.\]
1996 VJIMC, Problem 1
On the ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ find the point $T=(x_0,y_0)$ such that the triangle bounded by the axes of the ellipse and the tangent at that point has the least area.
Today's calculation of integrals, 853
Let $0<a<\frac {\pi}2.$ Find $\lim_{a\rightarrow +0} \frac{1}{a^3}\int_0^a \ln\ (1+\tan a\tan x)\ dx.$
2005 Today's Calculation Of Integral, 37
Evaluate
\[\int_{\frac{\pi}{2}}^{\frac{2\pi}{3}} \frac{1}{\sin x \sqrt{1-\cos x}}dx\]
2005 Today's Calculation Of Integral, 76
The function $f_n (x)\ (n=1,2,\cdots)$ is defined as follows.
\[f_1 (x)=x,\ f_{n+1}(x)=2x^{n+1}-x^n+\frac{1}{2}\int_0^1 f_n(t)\ dt\ \ (n=1,2,\cdots)\]
Evaluate
\[\lim_{n\to\infty} f_n \left(1+\frac{1}{2n}\right)\]
1981 Vietnam National Olympiad, 2
Consider the polynomials
\[f(p) = p^{12} - p^{11} + 3p^{10} + 11p^3 - p^2 + 23p + 30;\]
\[g(p) = p^3 + 2p + m.\]
Find all integral values of $m$ for which $f$ is divisible by $g$.
2021 CMIMC Integration Bee, 15
$$\int_{-\infty}^\infty \frac{\sin(\pi x)}{x(1+x^2)}\,dx$$
[i]Proposed by Vlad Oleksenko[/i]
2009 Today's Calculation Of Integral, 506
Let $ a,\ b$ be the real numbers such that $ 0\leq a\leq b\leq 1$. Find the minimum value of $ \int_0^1 |(x\minus{}a)(x\minus{}b)|\ dx$.
1974 Miklós Schweitzer, 6
Let $ f(x)\equal{}\sum_{n\equal{}1}^{\infty} a_n/(x\plus{}n^2), \;(x \geq 0)\ ,$ where $ \sum_{n\equal{}1}^{\infty} |a_n|n^{\minus{} \alpha} < \infty$ for some $ \alpha > 2$. Let us assume that for some $ \beta > 1/{\alpha}$, we have $ f(x)\equal{}O(e^{\minus{}x^{\beta}})$ as $ x \rightarrow \infty$. Prove that $ a_n$ is identically $ 0$.
[i]G. Halasz[/i]
2009 Today's Calculation Of Integral, 449
Evaluate $ \sum_{k\equal{}1}^n \int_0^{\pi} (\sin x\minus{}\cos kx)^2dx.$
2011 Today's Calculation Of Integral, 673
Let $f(x)=\int_0^ x \frac{1}{1+t^2}dt.$ For $-1\leq x<1$, find $\cos \left\{2f\left(\sqrt{\frac{1+x}{1-x}}\right)\right\}.$
[i]2011 Ritsumeikan University entrance exam/Science and Technology[/i]
2006 District Olympiad, 4
Let $\mathcal F = \{ f: [0,1] \to [0,\infty) \mid f$ continuous $\}$ and $n$ an integer, $n\geq 2$. Find the smallest real constant $c$ such that for any $f\in \mathcal F$ the following inequality takes place \[ \int^1_0 f \left( \sqrt [n] x \right) dx \leq c \int^1_0 f(x) dx. \]
1964 Miklós Schweitzer, 6
Let $ y_1(x)$ be an arbitrary, continuous, positive function on $ [0,A]$, where $ A$ is an arbitrary positive number. Let \[ y_{n+1}=2 \int_0^x \sqrt{y_n(t)}dt \;(n=1,2,...)\ .\] Prove that the functions $ y_n(x)$ converge to the function $ y=x^2$ uniformly on $ [0,A]$.
2012 Kyoto University Entry Examination, 1A
Find the area of the figure bounded by two curves $y=x^4,\ y=x^2+2$.
2010 Today's Calculation Of Integral, 598
For a constant $a$, denote $C(a)$ the part $x\geq 1$ of the curve $y=\sqrt{x^2-1}+\frac{a}{x}$.
(1) Find the maximum value $a_0$ of $a$ such that $C(a)$ is contained to lower part of $y=x$, or $y<x$.
(2) For $0<\theta <\frac{\pi}{2}$, find the volume $V(\theta)$ of the solid $V$ obtained by revoloving the figure bounded by $C(a_0)$ and three lines $y=x,\ x=1,\ x=\frac{1}{\cos \theta}$ about the $x$-axis.
(3) Find $\lim_{\theta \rightarrow \frac{\pi}{2}-0} V(\theta)$.
1992 Tokyo University entrance exam/Science, 2nd exam
2005 Greece National Olympiad, 2
The sequence $(a_n)$ is defined by $a_1=1$ and $a_n=a_{n-1}+\frac{1}{n^3}$ for $n>1.$
(a) Prove that $a_n<\frac{5}{4}$ for all $n.$
(b) Given $\epsilon>0$, find the smallest natural number $n_0$ such that ${\mid a_{n+1}-a_n}\mid<\epsilon$ for all $n>n_0.$
2009 Today's Calculation Of Integral, 494
Suppose the curve $ C: y \equal{} ax^3 \plus{} 4x\ (a\neq 0)$ has a common tangent line at the point $ P$ with the hyperbola $ xy \equal{} 1$ in the first quadrant.
(1) Find the value of $ a$ and the coordinate of the point $ P$.
(2) Find the volume formed by the revolution of the solid of the figure bounded by the line segment $ OP$ and the curve $ C$ about the line $ OP$.
[color=green][Edited.][/color]
2007 District Olympiad, 3
Find all continuous functions $f : \mathbb R \to \mathbb R$ such that:
(a) $\lim_{x \to \infty}f(x)$ exists;
(b) $f(x) = \int_{x+1}^{x+2}f(t) \, dt$, for all $x \in \mathbb R$.
2013 Today's Calculation Of Integral, 866
Given a solid $R$ contained in a semi cylinder with the hight $1$ which has a semicircle with radius $1$ as the base. The cross section at the hight $x\ (0\leq x\leq 1)$ is the form combined with two right-angled triangles as attached figure as below. Answer the following questions.
(1) Find the cross-sectional area $S(x)$ at the hight $x$.
(2) Find the volume of $R$. If necessary, when you integrate, set $x=\sin t.$
2010 Today's Calculation Of Integral, 559
In $ xyz$ space, consider two points $ P(1,\ 0,\ 1),\ Q(\minus{}1,\ 1,\ 0).$ Let $ S$ be the surface generated by rotation the line segment $ PQ$ about $ x$ axis. Answer the following questions.
(1) Find the volume of the solid bounded by the surface $ S$ and two planes $ x\equal{}1$ and $ x\equal{}\minus{}1$.
(2) Find the cross-section of the solid in (1) by the plane $ y\equal{}0$ to sketch the figure on the palne $ y\equal{}0$.
(3) Evaluate the definite integral $ \int_0^1 \sqrt{t^2\plus{}1}\ dt$ by substitution $ t\equal{}\frac{e^s\minus{}e^{\minus{}s}}{2}$.
Then use this to find the area of (2).