f[x_] := i * Sqrt[x/(0.02^2 - x^2 - 2*i*x)]

Plot[f[x], {x, 0.1, 2.5}]

Similar questions and discussions