Guest User

reciprocal-of-square-root-of-2.tex

a guest
Jun 18th, 2025
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.72 KB | Source Code | 0 0
  1. \documentclass{article}
  2.  
  3. \usepackage{amsmath}
  4. \usepackage{newpxtext}
  5. \usepackage{eulervm}
  6.  
  7. \pagestyle{empty}
  8.  
  9. \begin{document}
  10.  
  11. \[
  12. \def\arraystretch{2.0}
  13. \begin{array}{r@{\ }c@{\ }l@{\qquad}r@{\ }c@{\ }l}
  14. 1^2                   & = & x^2 + x^2  & \clap{$\text{Since } x > 0 \, \text{:}$} \\
  15. 1                     & = & 2x^2       & \sqrt{\frac{1}{2}} & = & x \\
  16. \frac{1}{2}           & = & x^2        & \frac{\sqrt{1}}{\sqrt{2}} & = & x \\
  17. \sqrt{\frac{1}{2}}    & = & \sqrt{x^2} & \frac{1}{\sqrt{2}} & = & x \\
  18. \sqrt{\frac{1}{2}}    & = & |x|        & \frac{\sqrt{2} \, \cdot \, 1}{\sqrt{2} \cdot \sqrt{2}} & = & x \\
  19. \pm\sqrt{\frac{1}{2}} & = & x          & \frac{\sqrt{2}}{2} & = & x \\
  20. \end{array}
  21. \]
  22.  
  23. \end{document}
  24.  
Advertisement
Add Comment
Please, Sign In to add comment