Given f(x) as shown, graph the following: [the line is going through (-2,-3) and (2,0)]

1. f(x) + 2
==> My graph I have is a line going through the points (-2,-1) and (2,2). Is this correct?

2. 2f(x)
==> Can someone help me with this one please? I thought the 2 in front of the f(x) would affect the amplitude of the graph, but I don't see how this graph would have an amplitude.

Any help is GREATLY appreciated!!!!!

OK. The original function is

f(x)=(3/4)x-3/2

1. Yes, the function (3/4)x + 1/2 does pass through those points (-2,-1) and (2,2), as you can verify by plugging them in

2. You're right; there is no amplitude - but there is a slope! It doubles the slope, and the y-intercept.

2f(x) = 2(3/4)x-2(3/2)
=(3/2)x -3

That passes through (0,-3) and (-2,0)

Ohhhh I get it :) I have like two more questions though --

3. f(-2x)
==> Would you multiply the x- and y- coordinates by -2? I'm soooo confused :-/

And for number 8, the graph is a parabola instead, with the vertex at (0,0), and the "arms" of the parabola going through the points (-1,1), (1,1), and (2,4). A parabola doesn't have an amplitude either, so what exactly would you do here? (don't worry -- this isn't all my homework, these are just a few examples so I know how to do the others)

You don't multiply the co-ords, exactly. What you're scaling is the coefficients.

But careful: f(-2x) is not -2f(x)!

f(-2x) means might be a shorthand for f(g(x)), where g(x) = -2x.

-2f(x) would be
-2(3/4)x+2(3/2)
=3-(3/2)x

Your parabola is y=x^2, or
f(x) = x^2
so
2f(x) = 2x^2
and everything else, including the scaling, follows from that.
(-1,1) -> (-1,2)
(1,1) -> (1, 2)
(2, 4) -> (2, 8)
See? The y value is doubled, which is kind of obvious when you see that you're going from:

y = x^2
to
y = 2x^2

(And don't worry about being confused; that just means you're paying attention. :-)

Ohhhh that makes PERFECT sense! :D I'm soo glad I get this now. Thanks so much!! :)

To graph the function f(x) + 2, you need to shift the original graph of f(x) upward by 2 units. Since your given equation has a line going through the points (-2, -3) and (2, 0), let's first plot those points on a coordinate plane.

(-2, -3) and (2, 0)

Next, draw a line that passes through these two points. This line represents the graph of f(x).

Now, to graph f(x) + 2, you'll need to shift the entire line upward by 2 units. To do this, add 2 to the y-coordinate of each point on the original graph.

(-2, -1) and (2, 2)

Now connect these two points with a straight line. This new line represents the graph of f(x) + 2.

So, your graph is correctly represented by a line going through the points (-2, -1) and (2, 2).

For the second question, when you have 2f(x), the function is being multiplied by a factor of 2. This means that the y-coordinate of each point on the graph will be doubled.

In the given equation, the graph goes through the points (-2, -3) and (2, 0). When you multiply the y-coordinates by 2, you get (-2, -6) and (2, 0).

You can now plot these new points on the coordinate plane and connect them with a line. This new line represents the graph of 2f(x).

Remember that multiplying the function by a constant affects the vertical stretching or compression of the graph, not the amplitude. In this case, multiplying by 2 stretches the graph vertically by a factor of 2.

I hope this explanation helps!