y = x vs. f(x) = x

From my college, engineering notation :

y = sqrt (x) means the positive or the negative square root of x. This is this curve

This is a very valid representation of y as it relates to x and is used in algebra.

For calculus

f(x) = sqrt(x) means only the positive root of x. Because in calculus functions cannot be one to many mappings. There must one and only one value of f(x) for every x.

Here is another example

y = arcsin(x) is valid in trigonometry; f(x) = arcsin(x) needs to be qualified for f(x) domain to avoid multiple values of f(x) for same x

Yes, they are specific examples of valid but trivial functions. But I don’t think that’s what the OP meant.

Even worse when combined with the typical notation of i j k vectors in calculus. My physics prof set a ground rule early on that mathematicians and EEs should be exiled to a small island for their crimes against notation, but he may have been a bit biased.

I think it is what he meant, at least in part. I think he wants to know why the notation form “f(x)=” exists AT ALL, regardless of what is to the right of the equals sign. Why not just use “y=”?

Whether you like it or not, f(x)-style functional notation is so firmly entrenched and so convenient that it’s not going anywhere.

Yes, this is what I was getting at. I didn’t know if there was a meaningful difference between the two, or if they were essentially mathematical synonyms.

+1

This. Function notation is a handy abstraction for more complicated math.

For example, right now I’m playing around with Bezier curves. The equation for one of these curves is V = f(t) where t is a control parameter on the interval [0,1], V is a two-dimensional vector representing a point on the curve, and f(t) is a complicated function involving multiplying coefficients by powers of t and summing them. It would be a pain in the ass to have to write out the full expression of f(t) all the time. It’s much nicer to be able to write something like

W = f(t) + g(u)

when you’re trying to work through a problem.

Beyond issues of notation, the point is that an algebraic function always defines an equation or system of equations, while the reverse is not true.

In the special cases that it is true the notation is interchangeable, out of habit and practicality.