Can someone please explain the addition of ordinates rule? I've read it in my textbook but it still doesn't quite make sense yet
So in a function you have an input (x value) and you get an output (y value)
When you add functions together, you add the y-values of all of the functions you are adding to get your new y-value.
So for example if you had g(x)= x^2 and f(x)=2x+3 and were asked to graph f(x)+g(x) you could pick some points
e.g. when x=2, g(2)=4 and f(2)=7 thus g(2)+f(2)=11
when x=0, g(0)=0, f(0) = 3 thus g(0)+f(0)=3
you could do this for as many x values as you wanted to, but remember that f(x)+g(x) is ONLY defined when both f(x) AND g(x) are defined
A nice thing about this technique is that you can use it to draw the graph of f(x)+g(x), based on their individual graphs, without knowing what rule each graph follows as you only need to know the co-ordinates. Eg. At the intersection of two graphs, you know that the new y-value will be 2 times the original value, without having to know how the original values were made.