Updates (resources link, new website/blog)

by math154, Jul 31, 2014, 5:17 PM

MIT website: http://web.mit.edu/vywang/www/

Wordpress blog: http://vywang.wordpress.com/ (will hopefully have stuff once I figure out how to do http://lucatrevisan.wordpress.com/latex-to-wordpress/)

In particular, new shared resources link (handouts, notes, etc., both my own and other googled ones; in particular, I now have most of the stuff I wanted to share from HS*): https://www.dropbox.com/sh/kzf5l6uyzgkk2tj/AAA_xuAMQHX1dlswHAuwi5e8a

EDIT 7/26/19: This is broken. Some files may be available upon request (email me), but for many reasons I cannot post a public link. My understanding is that other people have been creating their own repositories, anyways. ;)

(The link will inevitably break once I start moving stuff around, so let me know if that's the case. But I'll try to at least keep it updated on my website.)

*but was too lazy to. Note that this is a suboptimal way to share resources. An easy optimization would be to have a globally shared folder for every subject (more realistically, to avoid an organizational nightmare, people could label their files with multiple tags). This is actually sort of the idea behind https://selectedpapers.net/ (http://gowers.wordpress.com/2013/06/16/the-selected-papers-network/). Hopefully Alex Zhu sets up something along these lines for his startup. :lol:

(I should also add that just having resources without guidance is suboptimal too... but adding guidance/some direction doesn't seem too hard after collecting resources... also the linked blog post discusses a lot more about contests. Generally, I think better communication/collaboration in the contest community (and in general) could do a lot...)
This post has been edited 4 times. Last edited by math154, Jul 27, 2019, 1:05 AM

ramblings, organizing aops posts into more useful format

by math154, Jul 9, 2014, 4:28 AM

these are mostly notes to myself

Click to reveal hidden text

notes on weierstrass approximation theorem

by math154, Jul 4, 2014, 10:22 PM

http://en.wikipedia.org/wiki/Stone%E2%80%93Weierstrass_theorem#Weierstrass_approximation_theorem

First instinct is to use Lagrange interpolation. Runge's phenomenon says equally spaced nodes are bad for this. More generally even smarter things like Chebyshev nodes are bad. See comments here for some intuition: high degree means greater oscillations in between nodes, as we've only controlled nodes perfectly and it's thus hard to bound stuff between nodes. (On the other hand, I don't see good intuition a priori why something like Chebyshev nodes shouldn't work, it's just that it's more plausible that it won't work than a "smoother/more-averaged-out" approximation. In fact the Wikipedia says all absolutely continuous guys are good with Chebyshev so blah.)

Let's do a continuous/smoother version of Lagrange interpolation instead. Analogous to Lagrange interpolation polynomials ($p_k(x)$ with $p_k(x_k) = 1$ and $p_k(x_j) = 0$ for $j\ne k$), we want interpolation polynomials $p_t(x)$ such that $p_t(x) \approx 1$ when $x \approx x_t$ for some bijection $t\to x_t$ (and $p_t(x)$ quickly decays as $x$ leaves $x_t$); for simplicity we just use $x_t := t$, but perhaps in other contexts we'd need to do something more complicated? We'll then take $P(x) = \int_0^1 f(t) p_t(x) dt$; this is apparently related to blurring; actually, this has some issues with endpoints, but if we first reduce to $f(0) = f(1) = 0$ (or write out stuff more carefully) then we're good to go. Anyway here $p_t(x) = c_n(1-(x-t)^2)^n$ works, where $n$ is a fixed positive integer and $c_n$ is just a scale factor to make $c_n \int_{-1}^1 (1-u^2)^n du = 1$, with an easy bound of $c_n < \sqrt{n}$. The rest is not hard, looking at $\int_{-1+x}^{1+x} f(x)p_t(x) dt - \int_0^1 f(t)p_t(x) dt$ using a uniform continuity bound to bound $|f(t)-f(x)|$ when $t-x$ is small. (We need uniform continuity since the same bound will apply independently of $x$.)

Some other links:

1. The probabilistic proof with Bernstein polynomials is interesting and I don't have great intuition for why this works while the Lagrange interpolation doesn't, except that the $f(i/n) [\binom{n}{i} x^i(1-x)^{n-i}]$ term has "smooth/well-behaved contribution" that peaks when $x\approx i/n$. (Compared with Lagrange where the contribution is $1$ at $x_i$, $0$ at the $x_{j\ne i}$, and perhaps unpredictable elsewhere. That probably makes stuff around $[x_{i-1},x_{i+1}]$ particularly hard to control, given that our main bound will probably come from uniform continuity of $f$ around $x_i$.)

2. http://en.wikipedia.org/wiki/Approximation_theory

3. http://mathoverflow.net/questions/91116/approximation-by-polynomials (and Hermite interpolation in general).

===

Another approach: is that it suffices to approximate the absolute value function on $[-1,1]$:
http://www.dms.uaf.edu/~maxwell/AY2011/math641/Weierstrass.pdf
http://83.143.248.39/faculty/aganchev/Real%20Analysis/old%20stuff/Walsh;%20on%20stone-weierstrass.pdf

By the polynomial interpolation Wikipedia link above though, we should be able to use Chebyshev nodes to do this. Fix $n\ge1$. Let $t_k = \cos{k\pi /n}$ for $0\le k\le n$, so $t_k \ge 0$ for $k \le n/2$ and $t_k \le 0$ for $k \ge n/2$. Then $g(x) := \prod_{k=0}^{n} (x-t_k) = \frac{\sqrt{x^2-1}}{2^n}[(x+\sqrt{x^2-1})^n - (x-\sqrt{x^2-1})^n]$ with $g(\cos\alpha) = 2^{-n}(i\sin\alpha)(2i\sin(n\alpha))$, so $|g(x)| \le 2^{-(n-1)}$ on $[-1,1]$.

But (by differentiating or using roots of unity) we have $\prod_{j\ne k}(t_k-t_j) = (-1)^k n2^{-(n-1)}$ if $0<k<n$, and $\prod_{j\ne k}(t_k-t_j) = (-1)^k n 2^{-(n-2)}$ otherwise. So letting $P_n(x) = \sum_{k=0}^{n} |t_k| \prod_{j\ne k} \frac{x-t_j}{t_k-t_j}$ and noting that $x = \sum_{k=0}^{n} t_k \prod_{j\ne k} \frac{x-t_j}{t_k-t_j}$, we have
\[ \frac{x - P_n(x)}{2} = g(x)\left(\frac{t_n}{x-t_n}\frac{2^{n-2}}{(-1)^n n} + \sum_{k > n/2}^{n-1} \frac{t_k}{x-t_k}\frac{2^{n-1}}{(-1)^k n}\right). \]
For $k>n/2$ we have $t_k<0$, so for fixed $x\ge0$, we have $\frac{t_k}{x-t_k} \ge -1$ a negative number with increasing magnitude as $k$ increases in $(n/2,n]$. So we have an alternating series, which bounds stuff by
\[ \frac{|x-P_n(x)|}{2} \le |g(x)| \frac{2^{n-2}}{n} (1 + 2\cdot 1) \le \frac{3}{2n} \]
for $x\ge0$. Of course by symmetry we get the same bound for $x\le0$, so $\lvert P_n(x) - |x| \rvert \le 3/n$ for all $x\in[-1,1]$, and we're done.

(Actually note that these are Chebyshev nodes of second kind, but not a huge difference...)

More reading:

4. Chebyshev equioscillation theorem, and theorem/reference about how well Chebyshev can do in general: http://www.siam.org/books/ot99/OT99SampleChapter.pdf

5. http://rjlipton.wordpress.com/2009/10/07/the-surprising-power-of-rational-functions/
This post has been edited 5 times. Last edited by math154, Jul 5, 2014, 6:32 AM

why not (Expii)

by math154, Jul 4, 2014, 7:13 AM

[url=http://www.artofproblemsolving.com/Forum/viewtopic.php?f=133&t=596394]math154[/url] wrote:
Hey AoPSers,

I believe anyone can succeed with the right environment---the type AoPS has given all of us. And that's what Expii, a crowd-sourced (interactive) journey-based education-compressing initiative, is all about.

We just released a transformation/intuition-based geometry map (calculus has been up a couple months, but I'd feel bad spamming y'all about that), along with an awesome diagram drawer by v_Enhance, and we need your help to crowd-source the topics, which include basics like the Pythagorean theorem, less basic stuff like Olympiad geometry fundamentals, practical tools like complex numbers and not-so-practical tools like Tarski's procedure to solve any geometry problem with Cartesian coordinates, and modern $\mathbb{R}^n$-based foundations of geometry.

(We'll hopefully have other subjects rolling out reasonably soon, including mechanics (physics), algebra, and probability/statistics.)

PM v_Enhance, Mewto55555, abacadaea, or me if you want a referral code (to make an account, although you can still access most things without logging in), and please spread the word to your friends!

Thanks so much for your help!
math154
This post has been edited 1 time. Last edited by math154, Jul 6, 2014, 11:28 PM

Black MOP handouts and website

by math154, Jun 4, 2014, 5:22 AM

For convenience (both for the students and others), I'm sharing the handouts for my two black MOP classes.

There isn't a solutions file, but instead I've added relevant discussion links to almost all of the problems which will serve just as well (if not better---many of these threads could benefit from further perspectives!).

https://www.dropbox.com/sh/kzf5l6uyzgkk2tj/AAA_xuAMQHX1dlswHAuwi5e8a

Edit: If the link breaks, let me know. This will also be updated on website: http://web.mit.edu/vywang/www/

EDIT 11/2/18: The old links seem to be broken. For the next 4-5 years, please use the following links:
https://web.math.princeton.edu/~vywang/#informal (including MOP 2018 handouts, which I think are more useful than my MOP 2014 ones)
https://web.math.princeton.edu/~vywang/archive.html#resources (older handouts, including MOP 2014 and a Diophantine equations problem list)
This post has been edited 5 times. Last edited by math154, Nov 2, 2018, 4:22 AM
Reason: new links

random stuff

by math154, Dec 15, 2013, 7:43 AM

I should stop procrastinating on finals studying. Anyway, here are some nice problems from Putnam seminar this semester... (A lot of these are probably Putnam problems even if I didn't label them as such.)

1. (MIT Problem Solving Seminar, Congruences and Divisibility) Consider $f(x) = a_0+a_1x+\cdots\in\mathbb{Z}[[x]]$ with $a_0\ne0$. Suppose that $f'(x)f(x)^{-1} \in \mathbb{Z}[[x]]$. Prove or disprove that $a_0\mid a_n$ for all $n\ge0$.

Click to reveal hidden text

2. (MIT Problem Solving Seminar, Abstract Algebra) Let $R$ be a noncommutative ring with identity. Show that if an element $x\in R$ has more than one right inverse, then $x$ has infinitely many right inverses.

Click to reveal hidden text

3. (MIT Problem Solving Seminar, ``Hidden'' Independence and Uniformity) A snake on the $8\times8$ chessboard is a nonempty subset $S$ of the squares of the board obtained as follows: Start at one of the squares and continue walking one step up or to the right, stopping at any time. The squares visited are the squares of the snake. Find the total number of ways to cover an $8\times8$ chessboard with disjoint snakes.

Click to reveal hidden text

4. (MIT Problem Solving Seminar, Generating Functions; Putnam 1948 A6) Show that \[ x + \frac23 x^3 + \frac23\frac45 x^5 + \frac23\frac45\frac67 x^7 + \cdots = \frac{\sin^{-1}{x}}{\sqrt{1-x^2}}. \]

Click to reveal hidden text

5. (MIT Problem Solving Seminar, Probability) Choose $n$ points $x_1,\ldots,x_n$ at random from the unit interval $[0,1]$. Let $p_n$ be the probability that $x_i+x_{i+1}\le 1$ for all $1\le i\le n-1$. Compute the generating function $\sum_{n\ge0} p_nx^n = 1+x+\frac12 x^2 + \frac13 x^3 + \cdots$.

Click to reveal hidden text

6. (MIT Problem Solving Seminar, Analysis; Putnam 1996 B6) Let $(a_1,b_1),(a_2,b_2),\ldots,(a_n,b_n)$ be the vertices of a convex polygon which contains the origin in its interior. Prove that there exist positive reals $x,y$ such that $\sum (a_i,b_i) x^{a_i}y^{b_i} = (0,0)$.

Click to reveal hidden text

7. (MIT Problem Solving Seminar, Analysis; Putnam 1999 A5) Prove that there is a constant $C$ such that for every polynomial $p$ of degree $1999$, $|p(0)| \le C\int_{-1}^1 |p(x)| \;dx$.

Click to reveal hidden text

8. (MIT Problem Solving Seminar, Recurrences; Putnam 1997 A6) For a positive integer $n$ and any real number $c$, define $x_k$ recursively by $x_0=0$, $x_1=1$, and for $k\ge0$, \[ x_{k+2} = \frac{cx_{k+1} - (n-k)x_k}{k+1}. \] Fix $n$ and then take $c$ to be the largest value for which $x_{n+1}=0$. Find $x_k$ in terms of $n$ and $k$, $1\le k\le n$.

Click to reveal hidden text

9. (MIT Problem Solving Seminar, Polynomials; Putnam 1956 B7?) The nonconstant polynomials $P(z)$ and $Q(z)$ with complex coefficients have the same set of numbers for their zeros but possibly different multiplicities. The same is true of the polynomials $P(z)+1$ and $Q(z)+1$. Prove that $P(z)=Q(z)$.

Click to reveal hidden text
This post has been edited 11 times. Last edited by math154, Dec 15, 2013, 8:45 AM

random productivity tools

by math154, Aug 20, 2013, 11:25 PM

... from t0rajir0u.

1. Boomerang: this offers several related and useful features. First, it lets you temporarily remove an email from your inbox and reintroduce it at a specified later time, which is useful for emails that you want a specific future self to deal with. Second, it lets you reintroduce emails you send to your inbox at a specified later time, which is useful for emails that you want to follow up in in case you don't get a response. Third, it lets you send emails at a specified later time.

2. Workflowy*: this is an arbitrarily nested bulleted list, and it is much more useful than it sounds. You can also use Workflowy as a to-do list, and it also has Android and iOS versions with it syncs with.

3. Remember the Milk: this is a straightforward to-do list app. There is an obvious way to use it and a slightly less obvious way to use it, which is to create a tag called "main" and add a smartlist that searches for items tagged "main." Then you use your RTM inbox to write down notes of any kind about stuff you might want to do, but you use "main" to write down next actions. For example, "do my history project" is a note about stuff you might want to do, but it's not a next action: it's way too vague. A next action here is "look up sources to use for my history project and write them down."

RTM has Android and iOS versions and syncs with them. RTM also allows you to repeat items after a certain number of days.

4. Beeminder: this is an app that lets you set various goals, e.g. "spend at least half an hour on homework every day," and takes your money if you don't reach them.

Beeminder fights akrasia by fighting hyperbolic discounting. See http://blog.beeminder.com/akrasia/ for some details. You can also make your Beeminder goals public and share them with your friends to take advantage of social commitment effects for extra motivation.

Besides punishing you, Beeminder also shows you a graph of your progress, which is both helpful and motivating; it's like a quantitative version of http://lifehacker.com/281626/jerry-seinfelds-productivity-secret. Be careful not to make goals that are too ambitious at the start, or else you'll be demotivated if you fail to reach them.

5. Anki: this is an intelligent flashcard program. It uses spaced repetition (http://www.gwern.net/Spaced%20repetition) and more or less solves the problem of how to put information into your long-term memory.

*Mutually beneficial referral link (+250 words per month).
This post has been edited 8 times. Last edited by math154, Aug 21, 2013, 2:06 AM

Random Stuff

by math154, Dec 9, 2012, 10:59 PM

So I haven't updated in a long time... Here's some random stuff.

1. 3-D proofs for Brianchon and Pascal.

Click to reveal hidden text

2. Let $a_1,a_2,\ldots,a_n$ be positive rational numbers and let $k_1,k_2,\ldots,k_n$ be integers greater than 1. If $\sum_{i=1}^{n}\sqrt[k_i]{a_i}\in\mathbb{Q}$, show that $\sqrt[k_i]{a_i}\in\mathbb{Q}$ for all $i$.

Click to reveal hidden text

3. (Russia 1998) Each square of a $2^n - 1 \times 2^n - 1$ square board contains either $+1$ or $-1$. Such an arrangement is deemed successful if each number is the product of its neighbors. Find the number of successful arrangements.

Click to reveal hidden text

4. (Russia 2010) Let $G$ be a connected graph disconnected by the removal of (all of the edges of) any odd cycle. Prove that $G$ is 4-partite.

Click to reveal hidden text

In other news, December TST is this Thursday and MIT decisions should will come out soon Saturday.
This post has been edited 10 times. Last edited by math154, May 9, 2013, 2:29 PM

Storage

by math154, Feb 3, 2012, 5:16 AM

Hmm a bit on the easy side I guess, but still nice.

1. (Russia 2011, 11.4) Ten cars, which do not necessarily start at the same place, are all going one way on a highway which does not loop around. The highway goes through several towns. Every car goes with some constant speed in those towns and with some other constant speed out of those towns. For different cards these speeds can be different. 2011 flags are put in different places next to the highway. Every car went by every flag, and no car passed another right next to any of the flags. Prove that there are at least two flags at which all cars went by in the same order.

Solution

2. (Russia 2002, 11.8) Show that the numerator of $H_n$ (in reduced form) is infinitely often not a prime power.

Solution
This post has been edited 6 times. Last edited by math154, Apr 21, 2012, 4:07 AM

More storage

by math154, Jan 3, 2012, 3:29 AM

1. (Sierpinski) Prove that for all $N$ there exists a $k$ such that more than $N$ prime numbers can be written in the form $f(T)+k$ for some integer $T$, where $f\in\mathbb{Z}[x]$ is a nonconstant monic polynomial.

Solution

2. (ROM TST 1996) Let $n\ge3$ and consider a set $S$ of $3n^2$ pairwise distinct positive integers smaller than or equal to $n^3$. Prove that one can find nine distinct numbers $a_1,\ldots,a_9\in S$ and three nonzero integers $x,y,z\in\mathbb{Z}$ such that $a_1x+a_2y+a_3z=0$, $a_4x+a_5y+a_6z=0$, and $a_7x+a_8y+a_9z=0$.

Solution

3. (USA TST 2003) For a pair $a,b$ of integers with $0<a<b<1000$, a subset $S$ of $\{1,2,\ldots,2003\}$ is called a skipping set for $(a,b)$ if $|s_1-s_2|\not\in\{a,b\}$ for any $(s_1,s_2)\in S^2$. Let $f(a,b)$ be the maximum size of a skipping set for $(a,b)$. Determine the maximum and minimum values of $f$.

Solution

4. (Erdős and Selfridge) Find all positive integers $n>1$ with the following property: for any real numbers $a_1,\ldots,a_n$, knowing the numbers $a_i+a_j$, $i<j$, determines the values $a_1,\ldots,a_n$ uniquely.

Solution

5. (Brouwer-Schrijver) Prove that the minimal cardinality of a subset of $(\mathbb{Z}/p\mathbb{Z})^d$ that intersects all hyperplanes is $d(p-1)+1$.

Solution
This post has been edited 8 times. Last edited by math154, Dec 9, 2012, 11:06 PM
Archives
+ December 2013
+ December 2012
+ February 2012
+ January 2012
+ November 2011
+ April 2011
+ January 2011
+ November 2010
+ October 2010
+ December 2009
Hi
+ October 2009
+ July 2009
Shouts
Submit
  • !!!!!!!!

    by stroller, Mar 10, 2020, 8:15 PM

  • cooooooool
    nice blog

    by Navansh, Jun 4, 2019, 7:47 AM

  • Victor is one of the GOATs.

    by awesomemathlete, Oct 2, 2018, 11:48 PM

  • This blog is truly amazing.

    by sunfishho, Feb 20, 2018, 6:32 AM

  • what a gem.

    by vjdjmathaddict, May 10, 2017, 3:26 PM

  • Advertisement

    by ahaanomegas, Dec 15, 2013, 7:21 PM

  • yo dawg i heard you imo

    by Mewto55555, Aug 1, 2013, 10:25 PM

  • Good job on 5 problems on USAMO. I know that is a pretty bad score for someone as awesome as you on a normal USAMO, but no one got all 6 this year so it's GREAT!

    VICTOR WANG 42 ON IMO 2013 LET'S GO.

    See you at MOP this year (probably :) ).

    by yugrey, May 3, 2013, 10:32 PM

  • you can just write "Solution

    by math154, Feb 6, 2013, 6:33 PM

  • Hello. May I ask a stupid question: how to turn "Hidden Text" into hidden "Solution" tag?

    by ysymyth, Feb 1, 2013, 12:59 PM

  • This is a good blog.I like it.

    by Lingqiao, Jul 17, 2012, 4:21 PM

  • hi.i like the blog.

    by Dranzer, Feb 9, 2012, 12:25 PM

  • sorry, i've decided this blog is just for the random stuff i do. don't take it personally... you can always post things on your own blog

    by math154, Nov 23, 2011, 10:26 PM

  • what i got uncontribbed for posting a nice geo problem?

    by yugrey, Nov 23, 2011, 1:32 AM

  • Can I be a contributor?

    by Binomial-theorem, Oct 5, 2011, 12:39 AM

101 shouts
Tags
About Owner
  • Posts: 4302
  • Joined: Jan 21, 2008
Blog Stats
  • Blog created: Feb 26, 2009
  • Total entries: 96
  • Total visits: 191483
  • Total comments: 125
Search Blog
a