I actually want to know the proper usage of curly brackets and parentheses. I just used the function notation to express my question.
My question is that when using a function notation, we use a first bracket or parenthesis in writing them, like this $f(x)$. Now when I need to use parentheses now for doing some mathematical operations, like multiplying, can I use a parenthesis or do I use curly brackets $\{\}$? I explain it below with an example:-
Now which is of the following is the proper way to write ," 3 is multiplied with the sum of $f(x)$ and 3", here $f(x)$ is any function :-
$3\{f(x) +5\}$ or,
$3(f(x) +5)$
If there's any problem in my question please inform me. Thanks!
Some teach that one should cycle between $()$, $[]$, and $\{\}$ when grouping expressions. This may sometimes improve legibility and may help prevent unmatched parentheses. But there is truly nothing wrong with always using $()$ for grouping.
One problem of all these symbols is that they already have some "fixed" meaning apart from grouping. Among these are
Round Parentheses:
Square Brackets:
Curly braces:
Angle brackets:
... and I am sure I still have left out many wide-spread notational uses of these. In the light of this, I personally would rather use only one pair of symbols for grouping. While this still leaves a lot of possibly ambiguous cases (that we see already in the above list without grouping), I personally think it is better to at least be (somewhat) sure what is meant by "unusual" parentheses $[]$, $\{\}$, $\langle\rangle$, whereas $()$ can - in the most typical expressions - only be for grouping or function arguments.