223k views
1 vote
How do the graphs of f(x) = |x| and g(x) = −2|x| compare?

User Spotted
by
9.2k points

2 Answers

1 vote

Answer: x=|x| so gx=-2|x|

g will be -2.

g=-2

Explanation:

User Tom Metz
by
8.0k points
3 votes

Answer:

Explanation:

The graph of f(x) = |x| is a piecewise linear function with a slope of 1 for x > 0 and a slope of -1 for x < 0. The graph of g(x) = -2|x| is similar to the graph of f(x) = |x|, but it is stretched vertically by a factor of 2. This means that the graph of g(x) = -2|x| is steeper than the graph of f(x) = |x|.

The graph of f(x) = |x| is shown below:

[asy]

unitsize(1 cm);

draw((-2.5,0)--(2.5,0));

draw((0,-2.5)--(0,2.5));

label("$x$", (2.5,0), S);

label("$y$", (0,2.5), E);

draw((0,0)--(-1.5,-1.5), red);

draw((-1.5,-1.5)--(-2.5,-2.5), red);

draw((0,0)--(1.5,1.5), red);

draw((1.5,1.5)--(2.5,2.5), red);

label("$f(x) = |x|$", (2.5,2.5), NE, red);

[/asy]

The graph of g(x) = -2|x| is shown below:

[asy]

unitsize(1 cm);

draw((-2.5,0)--(2.5,0));

draw((0,-5)--(0,5));

label("$x$", (2.5,0), S);

label("$y$", (0,5), E);

draw((0,0)--(-1.5,-3), blue);

draw((-1.5,-3)--(-2.5,-5), blue);

draw((0,0)--(1.5,3), blue);

draw((1.5,3)--(2.5,5), blue);

label("$g(x) = -2|x|$", (2.5,5), NE, blue);

[/asy]

User Jeh
by
8.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories