Is there a convention around writing multiplication of fractions. Let us take two examples to be specific.
Example A: $ 2 \times \frac{1}{2} $
Here are some ways to write this example:
- $ 2 \frac{1}{2} $ (does not seem like a good idea because this means $2.5$)
- $ 2 \times \frac{1}{2} $
- $ 2 \cdot \frac{1}{2} $
- $ (2) \left( \frac{1}{2} \right) $
Example B: $ \frac{1}{2} \times \frac{3}{4} $
Here are some ways to write this example:
- $ \frac{1}{2} \frac{3}{4} $
- $ \frac{1}{2} \times \frac{3}{4} $
- $ \frac{1}{2} \cdot \frac{3}{4} $
- $ \frac{1}{2} \left( \frac{3}{4} \right) $
- $ \left( \frac{1}{2} \right) \left( \frac{3}{4} \right) $
Is there a preferred way of writing such multiplications in each case?
It’s purely a matter of personal preference, and perhaps of emphasis in context.
For your cases, I would typically use $$2\left(\tfrac12\right)$$ and $$\tfrac12\left(\tfrac34\right),$$ but you are likely to get other answers from other people.
I prefer to omit the multiplication symbol unless that makes the expression appear ambiguous or confusing.
Addendum:
I point out that you have omitted the “in-line” form $a/b$ which will often require parentheses on its own to avoid ambiguity. For example, $$\tfrac{x+1}{x-1}$$ is entirely distinct from $$x+1/x-1$$ and I should have written the latter as $$(x+1)/(x-1)$$ if the former were intended.