What you are really asking (but may not realise) is why do mathematicians measure an angle in radians. If you draw two straught lines from the origin of a circle to its edge, then the angle (in radians) between the lines is the arc length (length of the part of the circle circumference between the two lines) divided by the radius. So if a single line rotates one complete revolution it rotates 2.PI radians.
One important thing to note is that if an angle x is measured in radians then the limit of sin(x)/x as x goes to 0 is 1. This leads to the derivative (wrt x) of sin(x) being equal to cos(x). *This is not true is x is not specified in radians*. (It also leads to simple series expansions of the trigonometric fuctions, to eulers formula etc.)
When performing calculus it is thus easiest to do so if angles are measured in radians. For a signal of frequency f it's corresponding phasor representation will rotate by 2.PI.f.t radians in an interval t. This is where the 2.PI comes from in your calculations.
For example for your inductor L the voltage across it and the current through it are related by e=L.di/dt. If the current i=I.sin(wt) (w in rad/s) then e=wLI.cos(wt). Thus the impedance e/i is wL cos(wt)/sin(wt) ie. it has a magnitude of wL (or 2.PI.f.L )and a phase angle of PI/2. And so forth.