I have some variables defined in a column vector written in mathmode in the usual way
$\begin{bmatrix} \dfrac{1}{i} \\ \dfrac{1}{j} \end{bmatrix}$
However, the result shows that they are almost touching each other like this:

Is there a way to somehow expand the vector brackets so that there is some space between the i and the 1? Like a vertical \thinspace
\\[2ex](experiment with different figures) – egreg Jun 06 '16 at 21:10{}not"markup for code sections) you can add space after\\[2cm]but why are you using\dfrachere not\fracthat is a major cause of the problem, forcing the fractions to be over-large for the context. – David Carlisle Jun 06 '16 at 21:10\mathstrutto the denominator of the top fraction to give it some depth. but, as pointed out elsewhere, it's really bad form to use display-style fractions in in-line math, and doubly bad to use them in an in-line matrix. – barbara beeton Jun 06 '16 at 21:19