I know that capacitors block DC and low-frequency AC, and their reactance decreases as the frequency of the AC circuit increases. As such they are useful as high-pass filters and so forth.
I had learned this a while back, but I didn't have the mathematical understanding to explore deeper. Since then I have refreshed my memory on algebra and studied a but of calculus. I read that the current through a capacitor is equal to the rate of change of the voltage across it, or...
$$i=C\frac{dv}{dt}$$
I figured I'd try to make sense of the capacitors behavior by considering what would happen if I applied a simple sine wave:
$$v=Asin(\omega t)$$
The derivative of which is...
$$\frac{dv}{dt}=A\omega cos(\omega t)$$
This gives the current
$$i=C\frac{dv}{dt}=CA\omega cos(\omega t)$$
This shows that the current will be 90° out of phase with the voltage, and that higher frequencies will give larger magnitude currents, which makes sense. Firstly, have I reasoned the above steps properly?
Secondly, I was hoping to be able to derive the capacitive reactance formula $$Xc=\frac{1}{\omega C}$$
I got this far:
$$Xc=\frac{v}{i}=\frac{sin(\omega t)}{C\omega cos(\omega t)}$$
but I don't know how to get rid of the sin and cos. Is the only way to use imaginary numbers (which I have studied once upon a time) or LaPlace (which is beyond my current ability level) as mentioned below, or is there a simpler solution? I reviewed my trig ids but other than replacing sin/cos with tan, I got nowhere.