177k views
4 votes
Does anyone know how to do this?

Does anyone know how to do this?-example-1

1 Answer

0 votes

9514 1404 393

Answer:

  1. h = -2; k = 0; vertex = (-2, 0)
  2. h = 3; k = 0; vertex = (3, 0)

Explanation:

Translation of a function to the right h units and up k units is accomplished by ...

g(x) = f(x -h) +k

Here, we have f(x) = |x|, so the translation will be ...

g(x) = |x -h| +k

or ...

y = |x -h| +k

__

The function y = |x| has its vertex at (0, 0), so translation by (h, k) moves the vertex to (0 +h, 0 +k) = (h, k).

__

You will notice that the given equations you are given have no "+k" added on, so k = 0 in both cases. The value of h is the opposite of the constant between the absolute value bars.

1. y = |x +2|

h = -2, k = 0

vertex: (-2, 0)

__

2. y = |x -3|

h = 3, k = 0

vertex: (3, 0)

_____

Additional comment

This is all about matching patterns. You need to be able to identify the variable (x) and what has been added or subtracted to/from it. You need to be able to identify the "parent" function (what you have with nothing added or subtracted), and determine if something is added or subtracted to to/from that. Here, the parent function is |x|. Nothing has been added to the function (outside the absolute value bars), but something has been added to x (inside the absolute value bars).

User Nyle
by
9.1k points

No related questions found

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