I would like to display these equations in an alignment:
\begin{align}
%\setlength{\jot}{20pt}
V_\text{SET} &= min \Bigg( \frac{dV}{dI} \Bigg) &\text{for } V<0 \\[1em]
I_\text{SET} &= I(argmin \Bigg( \frac{dV}{dI} \Bigg) -3 ) &\text{for } V<0\\[1em]
V_\text{RESET} &= V(arg(grad(smooth(I)) \leqslant 0)(0)) &\text{for } V>0\\[1em]
I_\text{RESET} &= I(arg(grad(smooth(I)) \leqslant 0)(0)) &\text{for } V>0\\[1em]
V_\text{SET,stop} &= min(V) \\[1em]
V_\text{RESET,stop} &= max(V) \\[1em]
I_\text{cc} &= min(I) \\[1em]
Lin &= I(V=\pm 0.4)/I(V=\pm 0.2)
\end{align}
I already tried setting the length of jot and using [1em]. However due to the fractions the spacing between the lines is not equal and I can not get it to be equal. This is what it looks like now:
Also due to [1em] the equations are now longer than the page and are over the page number, as you can see on the right bottom (13). I am relatively new to Latex so I hope this not very obvious. Any help is appreciated. Thanks so much in advance :)


amsmathpackage, insert\allowdisplaybreaksbefore thealignenvironment in question. – Mico Aug 17 '20 at 09:12\vphantomdirectives) in the rows that don't natively contain "tall" material. For the case at hand, this approach would create a rather suboptimal outcome. As I argue in my answer, it would be much better to use\smash[b]and\smashdirectives in the first two rows than it is to make the remaining six rows gratuitously and unnecessarily tall via\vphantomdirectives. – Mico Aug 17 '20 at 09:36