I am using two cases environment in single equation. The problem is the vertical spacing between two successive entries.
In the following code, if I use \frac, the heights are same but the elements are almost illegible. If I use \dfrac, then vertical sizes increase but then two equations are not in the same line.
Is there any option, where I can specify a fixed size of individual elements ?
I dont know whether I can explain my problem.
I paste my code.
Code: Select all
\begin{subequations} \begin{gather} \label{eq:chap3_eq132}
C_{\mu,NH} =\begin{cases}
\mu \\
\frac{\mu}{\left(2\mu-1\right)^{\beta}} \\
\frac{\mu}{\sqrt{2\mu-1}} \\
\frac{T_c}{T} \\
1.0
\end{cases} \hspace{0.05\textwidth}
C_{\mu,NH} =\begin{cases}
\infty &\text{if $T < T_a$} \\
\frac{R_{\mu}^{1/\beta}}{2R_{\mu}} &\text{if $T_a \leqslant T < T_b$} \\
\frac{R_{\mu}^2+1}{2R_{\mu}} &\text{if $T_b \leqslant T < T_{c'}$} \\
\frac{T_c}{T} &\text{if $T_{c'} \leqslant T < T_{c}$} \\
1.0 &\text{if $T \geqslant T_{c}$}
\end{cases} \\
\mbox{where, \qquad}
\beta = \frac{\log\left(T/T_a\right)}{2\log\left(T_b/T_a\right)}
\mbox{\qquad and, \qquad}
T_{c'} = \frac{\sqrt{2\mu-1}}{\mu}T_c
\end{gather} \end{subequations}