I have a simple question:
Suppose that we say, quantity y is directly proportional to quantities a and b. This is then written as:
$$ y \propto a b $$
Why however, is it not written as:
$$ y \propto (a + b) $$
Meaning, how do we "know", that this is multiplicative, and not additive? Why is the former used all the time?
Thank you.
Two values are directly proportional if their ratio is constant. If you write $y \propto (a+ b)$ then you are saying that
$$ \frac{y}{a + b} = k $$
where $k$ is a constant. In this situation $y$ is not proportional to $a$ or to $b$ because $y/a$ and $y/b$ are not constant. On the other hand, if you say that $y \propto ab$ then you are saying
$$ \frac{y}{ab} = k $$
In this situation you see that (keeping $b$ fixed) $y/a$ is constant and (keeping $a$ fixed) $y/b$ is constant. So in this situation $y$ is proportional to $a$ and to $b$ as you wanted.