Found problems: 473
2012 Tournament of Towns, 6
(a) A point $A$ is marked inside a sphere. Three perpendicular lines drawn through $A$ intersect the sphere at six points. Prove that the centre of gravity of these six points does not depend on the choice of such three lines.
(b) An icosahedron with the centre $A$ is placed inside a sphere (its centre does not necessarily coincide with the centre of the sphere). The rays going from $A$ to the vertices of the icosahedron mark $12$ points on the sphere. Then the icosahedron is rotated about its centre. New rays mark new $12$ points on the sphere. Let $O$ and $N$ be the centres of mass of old and new points respectively. Prove that $O = N$.
2007 F = Ma, 11
A uniform disk, a thin hoop, and a uniform sphere, all with the same mass and same outer radius, are each free to rotate about a fixed axis through its center. Assume the hoop is connected to the rotation axis by light spokes. With the objects starting from rest, identical forces are simultaneously applied to the rims, as shown. Rank the objects according to their kinetic energies after a given time $t$, from least to greatest.
[asy]
size(225);
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
filldraw(circle((0,0),1),gray(.7));
draw((0,-1)--(2,-1),EndArrow);
label("$\vec{F}$",(1, -1),S);
label("Disk",(-1,0),W);
filldraw(circle((5,0),1),gray(.7));
filldraw(circle((5,0),0.75),white);
draw((5,-1)--(7,-1),EndArrow);
label("$\vec{F}$",(6, -1),S);
label("Hoop",(6,0),E);
filldraw(circle((10,0),1),gray(.5));
draw((10,-1)--(12,-1),EndArrow);
label("$\vec{F}$",(11, -1),S);
label("Sphere",(11,0),E);
[/asy]
$ \textbf{(A)} \ \text{disk, hoop, sphere}$
$\textbf{(B)}\ \text{sphere, disk, hoop}$
$\textbf{(C)}\ \text{hoop, sphere, disk}$
$\textbf{(D)}\ \text{disk, sphere, hoop}$
$\textbf{(E)}\ \text{hoop, disk, sphere} $
2008 USAPhO, 1
A charged particle with charge $q$ and mass $m$ is given an initial kinetic energy $K_0$ at the middle of a uniformly charged spherical region of total charge $Q$ and radius $R$. $q$ and $Q$ have opposite signs. The spherically charged region is not free to move. Throughout this problem consider electrostatic forces only.
[asy]
pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps);
size(100);
filldraw(circle((0,0),1),gray(.8));
draw((0,0)--(0.5,sqrt(3)/2),EndArrow);
label("$R$",(0.25,sqrt(3)/4),SE);
[/asy]
(a) Find the value of $K_0$ such that the particle will just reach the boundary of the spherically charged region.
(b) How much time does it take for the particle to reach the boundary of the region if it starts with the kinetic energy $K_0$ found in part (a)?
1989 Iran MO (2nd round), 2
A sphere $S$ with center $O$ and radius $R$ is given. Let $P$ be a fixed point on this sphere. Points $A,B,C$ move on the sphere $S$ such that we have $\angle APB = \angle BPC = \angle CPA = 90^\circ.$ Prove that the plane of triangle $ABC$ passes through a fixed point.
2014 AMC 10, 23
A sphere is inscribed in a truncated right circular cone as shown. The volume of the truncated cone is twice that of the sphere. What is the ratio of the radius of the bottom base of the truncated cone to the radius of the top base of the truncated cone?
[asy]
real r=(3+sqrt(5))/2;
real s=sqrt(r);
real Brad=r;
real brad=1;
real Fht = 2*s;
import graph3;
import solids;
currentprojection=orthographic(1,0,.2);
currentlight=(10,10,5);
revolution sph=sphere((0,0,Fht/2),Fht/2);
//draw(surface(sph),green+white+opacity(0.5));
//triple f(pair t) {return (t.x*cos(t.y),t.x*sin(t.y),t.x^(1/n)*sin(t.y/n));}
triple f(pair t) {
triple v0 = Brad*(cos(t.x),sin(t.x),0);
triple v1 = brad*(cos(t.x),sin(t.x),0)+(0,0,Fht);
return (v0 + t.y*(v1-v0));
}
triple g(pair t) {
return (t.y*cos(t.x),t.y*sin(t.x),0);
}
surface sback=surface(f,(3pi/4,0),(7pi/4,1),80,2);
surface sfront=surface(f,(7pi/4,0),(11pi/4,1),80,2);
surface base = surface(g,(0,0),(2pi,Brad),80,2);
draw(sback,rgb(0,1,0));
draw(sfront,rgb(.3,1,.3));
draw(base,rgb(.4,1,.4));
draw(surface(sph),rgb(.3,1,.3));
[/asy]
$ \textbf {(A) } \dfrac {3}{2} \qquad \textbf {(B) } \dfrac {1+\sqrt{5}}{2} \qquad \textbf {(C) } \sqrt{3} \qquad \textbf {(D) } 2 \qquad \textbf {(E) } \dfrac {3+\sqrt{5}}{2} $
2014 BMT Spring, 13
A cylinder is inscribed within a sphere of radius 10 such that its volume is [i]almost-half[/i] that of the sphere. If [i]almost-half[/i] is defined such that the cylinder has volume $\frac12+\frac{1}{250}$ times the sphere’s volume, find the sum of all possible heights for the cylinder.
2015 Sharygin Geometry Olympiad, P24
The insphere of a tetrahedron ABCD with center $O$ touches its faces at points $A_1,B_1,C_1$ and $D_1$.
a) Let $P_a$ be a point such that its reflections in lines $OB,OC$ and $OD$ lie on plane $BCD$.
Points $P_b, P_c$ and $P_d$ are defined similarly. Prove that lines $A_1P_a,B_1P_b,C_1P_c$ and $D_1P_d$ concur at some point $ P$.
b) Let $I$ be the incenter of $A_1B_1C_1D_1$ and $A_2$ the common point of line $A_1I $ with plane $B_1C_1D_1$. Points $B_2, C_2, D_2$ are defined similarly. Prove that $P$ lies inside $A_2B_2C_2D_2$.
2009 Iran MO (3rd Round), 7
A sphere is inscribed in polyhedral $P$. The faces of $P$ are coloured with black and white in a way that no two black faces share an edge.
Prove that the sum of surface of black faces is less than or equal to the sum of the surface of the white faces.
Time allowed for this problem was 1 hour.
1991 Mexico National Olympiad, 3
Four balls of radius $1$ are placed in space so that each of them touches the other three. What is the radius of the smallest sphere containing all of them?
2007 IMAR Test, 2
Denote by $ \mathcal{C}$ the family of all configurations $ C$ of $ N > 1$ distinct
points on the sphere $ S^2,$ and by $ \mathcal{H}$ the family of all closed hemispheres $ H$
of $ S^2.$ Compute:
$ \displaystyle\max_{H\in\mathcal{H}}\displaystyle\min_{C\in\mathcal{C}}|H\cap C|$, $ \displaystyle\min_{H\in\mathcal{H}}\displaystyle\max_{C\in\mathcal{C}}|H\cap C|$
$ \displaystyle\max_{C\in\mathcal{C}}\displaystyle\min_{H\in\mathcal{H}}|H\cap C|$ and $ \displaystyle\min_{C\in\mathcal{C}}\displaystyle\max_{H\in\mathcal{H}}|H\cap C|.$
2021 Oral Moscow Geometry Olympiad, 4
Points $STABCD$ in space form a convex octahedron with faces $SAB,SBC,SCD,SDA,TAB,TBC,TCD,TDA$ such that there exists a sphere that is tangent to all of its edges. Prove that $A,B,C,D$ lie in one plane.
1967 Miklós Schweitzer, 7
Let $ U$ be an $ n \times n$ orthogonal matrix. Prove that for any $ n \times n$ matrix $ A$, the matrices \[ A_m=\frac{1}{m+1} \sum_{j=0}^m U^{-j}AU^j\] converge entrywise as $ m \rightarrow \infty.$
[i]L. Kovacs[/i]
2005 AMC 12/AHSME, 22
A rectangular box $ P$ is inscribed in a sphere of radius $ r$. The surface area of $ P$ is 384, and the sum of the lengths of its 12 edges is 112. What is $ r$?
$ \textbf{(A)}\ 8 \qquad \textbf{(B)}\ 10 \qquad \textbf{(C)}\ 12 \qquad \textbf{(D)}\ 14 \qquad \textbf{(E)}\ 16$
1992 Flanders Math Olympiad, 3
a conic with apotheme 1 slides (varying height and radius, with $r < \frac12$) so that the conic's area is $9$ times that of its inscribed sphere. What's the height of that conic?
1988 IMO Longlists, 59
In $3$-dimensional space there is given a point $O$ and a finite set $A$ of segments with the sum of lengths equal to $1988$. Prove that there exists a plane disjoint from $A$ such that the distance from it to $O$ does not exceed $574$.
2009 Tournament Of Towns, 4
Three planes dissect a parallelepiped into eight hexahedrons such that all of their faces are quadrilaterals (each plane intersects two corresponding pairs of opposite faces of the parallelepiped and does not intersect the remaining two faces). One of the hexahedrons has a circumscribed sphere. Prove that each of these hexahedrons has a circumscribed sphere.
1989 Swedish Mathematical Competition, 4
Let $ABCD$ be a regular tetrahedron. Find the positions of point $P$ on the edge $BD$ such that the edge $CD$ is tangent to the sphere with diameter $AP$.
2005 iTest, 12
A sphere sits inside a cubic box, tangent on all $6$ sides of the box. If a side of the box is $5$, and the volume of the sphere is $x\pi$ , find $x$.
1967 IMO Longlists, 25
Three disks of diameter $d$ are touching a sphere in their centers. Besides, every disk touches the other two disks. How to choose the radius $R$ of the sphere in order that axis of the whole figure has an angle of $60^\circ$ with the line connecting the center of the sphere with the point of the disks which is at the largest distance from the axis ? (The axis of the figure is the line having the property that rotation of the figure of $120^\circ$ around that line brings the figure in the initial position. Disks are all on one side of the plane, passing through the center of the sphere and orthogonal to the axis).
1992 Poland - Second Round, 5
Determine the upper limit of the volume of spheres contained in tetrahedra of all heights not longer than $ 1 $.
2000 National High School Mathematics League, 11
A sphere is tangent to six edges of a regular tetrahedron. If the length of each edge is $a$, then the volume of the sphere is________.
2001 IMC, 3
Find the maximum number of points on a sphere of radius $1$ in $\mathbb{R}^n$ such that the distance between any two of these points is strictly greater than $\sqrt{2}$.
1981 IMO Shortlist, 2
A sphere $S$ is tangent to the edges $AB,BC,CD,DA$ of a tetrahedron $ABCD$ at the points $E,F,G,H$ respectively. The points $E,F,G,H$ are the vertices of a square. Prove that if the sphere is tangent to the edge $AC$, then it is also tangent to the edge $BD.$
2014 Harvard-MIT Mathematics Tournament, 5
Let $\mathcal{C}$ be a circle in the $xy$ plane with radius $1$ and center $(0, 0, 0)$, and let $P$ be a point in space with coordinates $(3, 4, 8)$. Find the largest possible radius of a sphere that is contained entirely in the slanted cone with base $\mathcal{C}$ and vertex $P$.
1998 AIME Problems, 10
Eight spheres of radius 100 are placed on a flat surface so that each sphere is tangent to two others and their centers are the vertices of a regular octagon. A ninth sphere is placed on the flat surface so that it is tangent to each of the other eight spheres. The radius of this last sphere is $a+b\sqrt{c},$ where $a, b,$ and $c$ are positive integers, and $c$ is not divisible by the square of any prime. Find $a+b+c.$