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
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=”?
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.
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