Given the graph of a function with a few clear ordered pairs. Call it f(x). Can one use those given points on the graph, to sketch (f+f)(x)? Add y values? Add x values? Both?
Honestly no. I wish I could. The coordinates are (-2,2.5)(-1,2)(0,1.5)(1,1)(3,-1) So when you say double, do you mean multiply? So that last coordinate would be (3,-2)? Also, i don't know if it matters, but just looking at it i can tell you its a piecewise. Its linear for the first four points, then it turns curvelinear from (1,1) to (3,-1)
yes, double means multiply by two. do you realize that (f + f)(x) = f(x) + f(x) = 2f(x)...or in other words, 2 times the y-value.
yesSo that last coordinate would be (3,-2)?
no, we cannot tell from this. we just have discrete points here. descriptions like "piece-wise" do not apply. if these points are just a few points given for a non-discrete function, then we cannot tell whether the function is piece-wise or not here.Also, i don't know if it matters, but just looking at it i can tell you its a piecewise. Its linear for the first four points, then it turns curvelinear from (1,1) to (3,-1)
Exactly! Operations on functions may look bad, but they're really pretty simplistic. The "(f + f)(x)" means nothing more than "f(x) + f(x)", or "2f(x)". So if f(x) = mx + b, then (f + f)(x) = 2f(x) = 2(mx + b) = 2mx + 2b.
Good work!![]()