for function, why do we write f(x)?
To put it simply, we use “f“ to represent some type of function - it's a process, a machine if you like. This machine can transform an input and give you an output. Now when we write f(x), we mean that we want the machine to take a value “x” and transform it to an output.