Why does the domain of two functions added together become the intersection of the two?
It's easier to show by example:
Let's say f(x) = sqrt(x) and g(x) = sqrt(4 - x)
We can see that f(x) + g(x) = sqrt(x) + sqrt(4 - x)
But what is the domain of f(x) + g(x)?
For sqrt(x) to be defined, we need x to be 0 or more.
For sqrt(4 - x) to be defined, we need x to be 2 or less.
We need to satisfy both conditions for f(x) + g(x) to be defined.
So x must be between 0 and 2 (inclusive).
Thus the domain of f(x) + g(x) is [0, 2]
More generally, let's say f(x) has condition A imposed on it. And let's say g(x) has condition B imposed on it.
What conditions must h(x) have to be defined if h(x) = f(x) + g(x)?
It must have both conditions: A and B
ie. h(x) is only defined for the intersection of A and B (where both conditions are met simultaneously)