Optimal tax Rate - MathOverflow most recent 30 from http://mathoverflow.net2013-05-24T21:07:26Zhttp://mathoverflow.net/feeds/question/66584http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/66584/optimal-tax-rateOptimal tax RateRaphael2011-05-31T18:48:21Z2011-05-31T21:28:57Z
<p>Assume you have two countries A and B, with a tax rates $T_A$ and $T_B$. The tax is redistributed to each people equally. Hence if you live in A and you make $I$ as income then you will finally receive </p>
<p>$$I*(1-T_A) + \overline{I}*T_A$$</p>
<p>where $\overline{I}$ is the average income in $A$.The country A wants to choose an optimal rate, in order to do it the decision is taken by the median income. But the people can migrate if the new rate makes them poorer than if they were living in $B$. Of course this migration to B as a cost $M$, hence if the median income choose as new rate $T$ the people in A such that</p>
<p>$$ I(1-T) + \overline{I}\ T < I\ (1-T_B) + \overline{I}\ T_B -M $$</p>
<p>will leave A to B. And symmetrically
the people in B such that </p>
<p>$$I\ (1-T_B) + \overline{I}\ T_B < I\ (1-T) + \overline{I}\ T -M $$</p>
<p>will leave B to A. Which changes the configuration of incomes in A and hence the decision of the median income since his income depends on the average income.</p>
<p>My question is how can find the taxe rate which will optimize the income of the median income after migration?</p>
<p>I have think to a dynamical approach, but it looks hard to show that we converge to an equilibrium. Is there is general tools for this kind of problem?</p>
<p>I hope, i have been clear enough. </p>
<p>P.S: I have already ask this question on Math.stackexchange, but i think it is in fact a research problem since i have find nothing in the literature except a a paper of Stéphane Rossignol and Emmanuelle Taugourdeau :Asymmetric social protection systems
with migration in J Popul Econ 19:481–505 (2006). But they study an asymmetric case.</p>
http://mathoverflow.net/questions/66584/optimal-tax-rate/66587#66587Answer by Igor Rivin for Optimal tax RateIgor Rivin2011-05-31T19:40:09Z2011-05-31T19:40:09Z<p>A response to the OP's comment than to the original question. The income distribution is definitely NOT gaussian -- a lot of thought has been devoted to figuring out what exactly it is, which thought has led to the creation of the "fractal" view of the world. Check out</p>
<p>The Misbehavior of Markets: A Fractal View of Financial Turbulence [Paperback]
Benoit Mandelbrot (Author), Richard L. Hudson </p>
<p>The pivotal point in the book is Mandelbrodt's talk at Harvard, where he was about to talk about the distribution of incomes, but saw the curves from his talk on his host's blackboard (they came from some questions on variation of commodity prices). The distribution is a power law of some sort.</p>
http://mathoverflow.net/questions/66584/optimal-tax-rate/66589#66589Answer by Ralph Furmaniak for Optimal tax RateRalph Furmaniak2011-05-31T20:13:31Z2011-05-31T20:13:31Z<p>For person $i$ with income $I_i$ let $w_i$ be 1 or -1 depending on whether said person lives in $A$ or $B$. Then the condition that the person is living in the right place is a linear constraint on $w_i$ and the other $w$. To make this tractable we can allow $w_i$ to be in the interval $[-1,1]$, since the optium will still be at the endpoints (you can also interpret this is a probability that a person with tht income woul dbe in $A$ or $B$.
This gives a linear system for equilibrium. Unfortunately when $M>0$ there will not be a single equilibrium (as an extreme, when $M$ is sufficiently large any state is an equilibrium).
If $M=0$ you get a unique equilibrium (or if you somehow pick a canonical equilibrium) and you could try to do a numerical search on $T$ (ternary search?)
Another way is to pick a target median income, form a linear constraint that the median is at least this target, and do a binary search to find the best feasible median.</p>
<p>A discussion of the applicability of this to economics is beyond the scope of this post :)</p>