I wanted to try and build a derivative circuit using an inductor and a resistor for frequencies between 20 Hz to 20 kHz. My idea was I want a transform function of this form:
$$H(\omega)=i*\omega *const$$ $$H(\omega)=\frac{\tilde{v}_{out}}{\tilde{v}_{in}}$$
I made a circuit consisting of a voltage divider and chose the voltage at the inductor as the voltage out.
$$H(\omega)=\frac{\tilde{v}_{in}\frac{Z_L}{Z_L+Z_R}}{\tilde{v}_{in}}$$
$$H(\omega)=\frac{Z_L}{Z_L+Z_R}$$
$$H(\omega)=\frac{i\omega L}{i\omega L+R}$$
Now my idea was that if I have
$$\frac{R}{L}>>\omega$$
for the frequencies in the range then I assumed that then I would get the derivative of the input, I tried to check correctness by writing a Matlab code but everything I get has an amplitude close to zero so it seems like a straight line.
So I got stuck unsure how to check if it is built correctly especially when it is not around
$$\omega \to 0 $$ or $$\omega \to \infty $$
The numbers in the image are not the one I chose, just a schematic for the circuit I had in mind.
Edit:
What I tried, after reading the comments, to get constraints:
Let
$$x = \frac{j \omega L}{R}$$
Then:
$$\text{if }x \gg 1,\text{then }H(\omega) \approx 1$$
$$ \text{if }x \ll 1,\text{then } H(\omega) \approx \frac{j \omega L}{R} = \frac{j \omega}{\tau}, \tau = \frac{L}{R}. $$
Where we got Tau from:
$$ V_R + V_L = V_\text{in} \quad \Rightarrow \quad R I + L \frac{dI}{dt} = 0 $$
$$ I(t) = A e^{-t/\tau}, \quad \tau = \frac{L}{R}. $$
So the circuit behaves as a differentiator.
For x less less than 1:
$$ V_\text{out}(t) \approx \frac{L}{R} \frac{d V_\text{in}(t)}{dt}. $$
Trying to get constraints on R and L to follow the approximation:
$$ L \le \frac{0.1 R}{\omega_\text{max}} = \frac{0.1 R}{2 \pi f_\text{max}} $$
Example:
$$ R = 1\,\text{k}\Omega, \quad f_\text{max} = 20\,\text{kHz} \quad \Rightarrow \quad L \le 0.8\,\text{mH}. $$
Checking it also applies for low frequency:
$$ \omega_\text{min} L = 2 \pi \cdot 20 \cdot 0.8\,\text{mH} \approx 0.1\,\Omega \ll R $$
$$f(t)=sin(2π⋅5kHzt)+0.5sin(2π⋅15kHzt)$$

