User sudeep kamath - MathOverflowmost recent 30 from http://mathoverflow.net2013-06-18T04:54:08Zhttp://mathoverflow.net/feeds/user/10219http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/113780/proof-without-words-for-surface-area-of-a-sphereProof without words for surface area of a sphereSudeep Kamath2012-11-18T22:48:08Z2012-11-19T20:19:40Z
<p>I love the book Proofs Without Words by Roger B. Nelsen. One of the proofs I liked the most was this: Area under one arch of a cycloid is 3 times the area of the wheel that traces it. You break the cyloid in to three parts and show that each part has an area equal to that of the wheel.</p>
<p>I have always wondered if there is a similar proof for why the surface area of a sphere is equal to the area of a circle with radius twice that of the sphere. Is there a nice way to see this?</p>
<p>I would also like to know if one can show without doing any calculus that the length of the arch of the cycloid is 8 times the radius of the wheel. (Note: $\pi$ does not show up here, so this sounds tricky!)</p>
http://mathoverflow.net/questions/42969/locating-a-submatrix-within-a-matrixLocating a submatrix within a matrixSudeep Kamath2010-10-20T23:58:18Z2010-10-21T02:55:25Z
<p>Given an $m\times n$ 0-1 matrix A, I am interested in an efficient algorithm to locate all copies of a given $p\times q$ 0-1 submatrix B within it, where a permutation of rows and columns is allowed, i.e. find all collections of row indices $r_1, r_2,\ldots, r_p$ and column indices $c_1, c_2,\ldots, c_q$ (with $r_i$'s and $c_j$'s not necessarily in increasing order) so that A restricted to those rows and columns in that particular order yields B.</p>
<p>Any references will be useful.</p>
<p>Thanks.</p>
http://mathoverflow.net/questions/113780/proof-without-words-for-surface-area-of-a-sphere/113787#113787Comment by Sudeep KamathSudeep Kamath2012-11-20T01:48:57Z2012-11-20T01:48:57ZI like your proof. The proof for area under a cycloid also required some simple geometrical calculations which I am willing to still consider as a "proof without words". It is still intriguing though that it is not easy to find a natural proof mapping the area of a circle with twice the radius of the sphere to the surface area of the sphere.http://mathoverflow.net/questions/42969/locating-a-submatrix-within-a-matrix/42993#42993Comment by Sudeep KamathSudeep Kamath2010-10-21T18:49:08Z2010-10-21T18:49:08ZThanks Tsuyoshi.
Do we know anything of the problem if B is relatively sparse?