I have a very long SQRT() equation, that doesn't fit in a line. I couldn't simplify it, since it involves terms in addition. Is there an alternative way to represent a root as 'SQRT{some function}' ?
\documentclass{article}
\begin{document}
\begin{equation}
\Delta\sigma_{V,ij} = \sqrt{\Delta\sigma_{x,ij}^2 + \Delta\sigma_{y,ij}^2 + \Delta\sigma_{z,ij}^2 - (\Delta\sigma_{x,ij}\cdot\Delta\sigma_{y,ij} + \Delta\sigma_{y,ij}\cdot\Delta\sigma_{z,ij} + \Delta\sigma_{z,ij}\cdot\Delta\sigma_{x,ij}) + 3 \cdot (\Delta\tau_{xy,ij}^2 + \Delta\tau_{yz,ij}^2 + \Delta\tau_{zx,ij}^2)}
\end{equation}
\end{document}


