Found problems: 2215
2005 Today's Calculation Of Integral, 69
Let $f_1(x)=x,f_n(x)=x+\frac{1}{14}\int_0^\pi xf_{n-1}(t)\cos ^ 3 t\ dt\ (n\geq 2)$.
Find $\lim_{n\to\infty} f_n(x)$
2021 CMIMC Integration Bee, 1
$$\int_0^5 \max(2x,x^2)\,dx$$
[i]Proposed by Connor Gordon[/i]
2010 Today's Calculation Of Integral, 660
Let $a,\ b$ be given positive constants.
Evaluate
\[\int_0^1 \frac{\ln\ (x+a)^{x+a}(x+b)^{x+b}}{(x+a)(x+b)}dx.\]
Own
2009 Today's Calculation Of Integral, 501
Find the volume of the uion $ A\cup B\cup C$ of the three subsets $ A,\ B,\ C$ in $ xyz$ space such that:
\[ A\equal{}\{(x,\ y,\ z)\ |\ |x|\leq 1,\ y^2\plus{}z^2\leq 1\}\]
\[ B\equal{}\{(x,\ y,\ z)\ |\ |y|\leq 1,\ z^2\plus{}x^2\leq 1\}\]
\[ C\equal{}\{(x,\ y,\ z)\ |\ |z|\leq 1,\ x^2\plus{}y^2\leq 1\}\]
2021 The Chinese Mathematics Competition, Problem 9
Let $f(x)$ be a twice continuously differentiable function on closed interval $[a,b]$
Prove that
$\lim_{n \to \infty} n^2[\int_{a}^{b}f(x)dx-\frac{b-a}{n}\sum_{k=1}^{n}f(a+\frac{2k-1}{2n}(b-a))]=\frac{(b-a)^2}{24}[f'(b)-f'(a)]$
2005 Today's Calculation Of Integral, 57
Find the value of $n\in{\mathbb{N}}$ satisfying the following inequality.
\[\left|\int_0^{\pi} x^2\sin nx\ dx\right|<\frac{99\pi ^ 2}{100n}\]
2010 German National Olympiad, 5
The polynomial $x^8 +x^7$ is written on a blackboard. In a move, Peter can erase the polynomial $P(x)$ and write down $(x+1)P(x)$ or its derivative $P'(x).$ After a while, the linear polynomial $ax+b$ with $a\ne 0$ is written on the board. Prove that $a-b$ is divisible by $49.$
2009 Today's Calculation Of Integral, 413
Find the maximum and minimum value of $ F(x) \equal{} \frac {1}{2}x \plus{} \int_0^x (t \minus{} x)\sin t\ dt$ for $ 0\leq x\leq \pi$.
1999 Romania Team Selection Test, 7
Prove that for any integer $n$, $n\geq 3$, there exist $n$ positive integers $a_1,a_2,\ldots,a_n$ in arithmetic progression, and $n$ positive integers in geometric progression $b_1,b_2,\ldots,b_n$ such that
\[ b_1 < a_1 < b_2 < a_2 <\cdots < b_n < a_n . \]
Give an example of two such progressions having at least five terms.
[i]Mihai Baluna[/i]
2020 Jozsef Wildt International Math Competition, W52
If $f\in C^{(3)}([0,1])$ such that $f(0)=f(1)=f'(0)=0$ and $|f'''(x)|\le1,(\forall)x\in[0,1]$, show that:
a)
$$|f(x)|\le\frac{x(1-x)}{\sqrt3}\cdot\left(\int^x_0\frac{f(t)}{t(1-t)}dt\right)^{1/2},(\forall)x\in[0,1]$$
b)
$$|f'(x)|\le\frac{1-2x}{\sqrt3}\cdot\left(\int^x_0\frac{|f(t)|}{t(1-t)}dt\right)^{1/2},(\forall)x\in\left[0,\frac12\right]$$
c)
$$\int^1_0(1-x)^2\cdot\frac{|f(x)|}xdx\ge9\int^1_0\left(\frac{f(x)}x\right)^2dx$$
[i]Proposed by Florin Stănescu and Şerban Cioculescu[/i]
2006 Turkey Team Selection Test, 2
How many ways are there to divide a $2\times n$ rectangle into rectangles having integral sides, where $n$ is a positive integer?
2009 Canada National Olympiad, 3
Define $f(x,y,z)=\frac{(xy+yz+zx)(x+y+z)}{(x+y)(y+z)(z+x)}$.
Determine the set of real numbers $r$ for which there exists a triplet of positive real numbers satisfying $f(x,y,z)=r$.
2007 F = Ma, 6
At time $t = 0$ a drag racer starts from rest at the origin and moves along a straight line with velocity given by $v = 5t^2$, where $v$ is in $\text{m/s}$ and $t$ in $\text{s}$. The expression for the displacement of the car from $t = 0$ to time $t$ is
$ \textbf{(A)}\ 5t^3 \qquad\textbf{(B)}\ 5t^3/3\qquad\textbf{(C)}\ 10t \qquad\textbf{(D)}\ 15t^2 \qquad\textbf{(E)}\ 5t/2 $
2010 Contests, 2
In the accompanying figure , $y=f(x)$ is the graph of a one-to-one continuous function $f$ . At each point $P$ on the graph of $y=2x^2$ , assume that the areas $OAP$ and $OBP$ are equal . Here $PA,PB$ are the horizontal and vertical segments . Determine the function $f$.
[asy]
Label f;
xaxis(0,60,blue);
yaxis(0,60,blue);
real f(real x)
{
return (x^2)/60;
}
draw(graph(f,0,53),red);
label("$y=x^2$",(30,15),E);
real f(real x)
{
return (x^2)/25;
}
draw(graph(f,0,38),red);
label("$y=2x^2$",(37,37^2/25),E);
real f(real x)
{
return (x^2)/10;
}
draw(graph(f,0,25),red);
label("$y=f(x)$",(24,576/10),W);
label("$O(0,0)$",(0,0),S);
dot((20,400/25));
dot((20,400/60));
label("$P$",(20,400/25),E);
label("$B$",(20,400/60),SE);
dot(((4000/25)^(0.5),400/25));
label("$A$",((4000/25)^(0.5),400/25),W);
draw((20,400/25)..((4000/25)^(0.5),400/25));
draw((20,400/25)..(20,400/60));
[/asy]
2014 Contests, 4
Let $a,b,c$ be real numbers such that $a+b+c = 4$ and $a,b,c > 1$. Prove that:
\[\frac 1{a-1} + \frac 1{b-1} + \frac 1{c-1} \ge \frac 8{a+b} + \frac 8{b+c} + \frac 8{c+a}\]
2023 CMIMC Integration Bee, 12
\[\lim_{n\to\infty} n^2 \int_0^1 x^n e^{-x}\log(x)\,\mathrm dx\]
[i]Proposed by Connor Gordon and Vlad Oleksenko[/i]
2020 Simon Marais Mathematics Competition, B3
A cat is trying to catch a mouse in the non-negative quadrant \[N=\{(x_1,x_2)\in \mathbb{R}^2: x_1,x_2\geq 0\}.\]
At time $t=0$ the cat is at $(1,1)$ and the mouse is at $(0,0)$. The cat moves with speed $\sqrt{2}$ such that the position $c(t)=(c_1(t),c_2(t))$ is continuous, and differentiable except at finitely many points; while the mouse moves with speed $1$ such that its position $m(t)=(m_1(t),m_2(t))$ is also continuous, and differentiable except at finitely many points. Thus $c(0)=(1,1)$ and $m(0)=(0,0)$;
$c(t)$ and $m(t)$ are continuous functions of $t$ such that $c(t),m(t)\in N$ for all $t\geq 0$; the derivatives $c'(t)=(c'_1(t),c'_2(t))$ and $m'(t)=(m'_1(t),m'_2(t))$ each exist for all but finitely many $t$ and \[(c'_1(t)^2+(c'_2(t))^2=2 \qquad (m'_1(t)^2+(m'_2(t))^2=1,\] whenever the respective derivative exists.
At each time $t$ the cat knows both the mouse's position $m(t)$ and velocity $m'(t)$.
Show that, no matter how the mouse moves, the cat can catch it by time $t=1$; that is, show that the cat can move such that $c(\tau)=m(\tau)$ for some $\tau\in[0,1]$.
2011 Today's Calculation Of Integral, 708
Find $ \lim_{n\to\infty} \int_0^1 x^2|\sin n\pi x|\ dx\ (n\equal{}1,\ 2,\cdots)$.
2010 ISI B.Math Entrance Exam, 2
In the accompanying figure , $y=f(x)$ is the graph of a one-to-one continuous function $f$ . At each point $P$ on the graph of $y=2x^2$ , assume that the areas $OAP$ and $OBP$ are equal . Here $PA,PB$ are the horizontal and vertical segments . Determine the function $f$.
[asy]
Label f;
xaxis(0,60,blue);
yaxis(0,60,blue);
real f(real x)
{
return (x^2)/60;
}
draw(graph(f,0,53),red);
label("$y=x^2$",(30,15),E);
real f(real x)
{
return (x^2)/25;
}
draw(graph(f,0,38),red);
label("$y=2x^2$",(37,37^2/25),E);
real f(real x)
{
return (x^2)/10;
}
draw(graph(f,0,25),red);
label("$y=f(x)$",(24,576/10),W);
label("$O(0,0)$",(0,0),S);
dot((20,400/25));
dot((20,400/60));
label("$P$",(20,400/25),E);
label("$B$",(20,400/60),SE);
dot(((4000/25)^(0.5),400/25));
label("$A$",((4000/25)^(0.5),400/25),W);
draw((20,400/25)..((4000/25)^(0.5),400/25));
draw((20,400/25)..(20,400/60));
[/asy]
2011 Today's Calculation Of Integral, 730
Let $a_n$ be the local maximum of $f_n(x)=\frac{x^ne^{-x+n\pi}}{n!}\ (n=1,\ 2,\ \cdots)$ for $x>0$.
Find $\lim_{n\to\infty} \ln \left(\frac{a_{2n}}{a_n}\right)^{\frac{1}{n}}$.
2011 Today's Calculation Of Integral, 737
Let $a,\ b$ real numbers such that $a>1,\ b>1.$
Prove the following inequality.
\[\int_{-1}^1 \left(\frac{1+b^{|x|}}{1+a^{x}}+\frac{1+a^{|x|}}{1+b^{x}}\right)\ dx<a+b+2\]
2015 Belarus Team Selection Test, 2
Define the function $f:(0,1)\to (0,1)$ by \[\displaystyle f(x) = \left\{ \begin{array}{lr} x+\frac 12 & \text{if}\ \ x < \frac 12\\ x^2 & \text{if}\ \ x \ge \frac 12 \end{array} \right.\] Let $a$ and $b$ be two real numbers such that $0 < a < b < 1$. We define the sequences $a_n$ and $b_n$ by $a_0 = a, b_0 = b$, and $a_n = f( a_{n -1})$, $b_n = f (b_{n -1} )$ for $n > 0$. Show that there exists a positive integer $n$ such that \[(a_n - a_{n-1})(b_n-b_{n-1})<0.\]
[i]Proposed by Denmark[/i]
2009 Today's Calculation Of Integral, 440
For $ a>1$, find $ \lim_{n\to\infty} \int_0^a \frac{e^x}{1\plus{}x^n}dx.$
2012 Today's Calculation Of Integral, 795
Evaluate $\int_{\frac{\pi}{3}}^{\frac{\pi}{2}} \frac{2+\sin x}{1+\cos x}\ dx.$
2012 Today's Calculation Of Integral, 814
Find the area of the region bounded by $C: y=-x^4+8x^3-18x^2+11$ and the tangent line which touches $C$ at distinct two points.