2

This is a formatting question. Example, $\sqrt{4}x^2 \text{ or } x^2\sqrt{4}$. Which is less ambiguous? Is there a style guideline for things like this?

iamreptar
  • 119

3 Answers3

6

Particularly when writing by hand, I prefer $x^2\sqrt 4$. It avoids the worry that the top bar of the square root sign might extend over the $x^2$ and make you think it is inside. Even when typeset, it keeps people from worrying that you forgot some braces and the $x^2$ belongs inside.

Ross Millikan
  • 374,822
6

Also, this is a good occasion to use a TeX "\cdot", as in $\sqrt{4}\cdot x$. It is true that writing "$x^2\,\sqrt{4}$" disambiguates, but to me it looks very strange, definitely stranger than having the "\cdot" inserted. I've gotten into the habit of using more "cdots" in handwritten things since "discovering" the TeX use. Tastes vary...

paul garrett
  • 52,465
1

The numerical coefficient is usually put before the variable. I would go for $(\sqrt{4})x^2$.

JRN
  • 6,566