SOLUTION: beginning with f(x) = squareroot of x, find the function g(x) that shows f(x) shifted to the left 2 units, reflected about the x axis, and then shifted up 7 units?

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: beginning with f(x) = squareroot of x, find the function g(x) that shows f(x) shifted to the left 2 units, reflected about the x axis, and then shifted up 7 units?      Log On


   



Question 443245: beginning with f(x) = squareroot of x, find the function g(x) that shows f(x)
shifted to the left 2 units, reflected about the x axis, and then shifted up
7 units?

Found 2 solutions by swincher4391, stanbon:
Answer by swincher4391(1107) About Me  (Show Source):
You can put this solution on YOUR website!
f%28x%29+=+sqrt%28x%29
Here are some rules for translations:
If it's inside the parenthesis/root:
+ = left
- = right
If it's outside the parenthesis/root:
+ = up
- = down
Reflect about the x axis:
g(x) = -f(x)
Reflect about the y axis:
g(x) = f(-x)
Reflect about the origin:
g(x) = -f(-x)
So using these rules, we should be able to construct a g(x):
If we are shifting left, then we add the amount inside of the root.
g%28x%29+=+sqrt%28x%2B6%29
In addition we are moving up 7, so g%28x%29+=+sqrt%28x%2B6%29%2B7
Finally, we are reflecting about the x axis so, -g%28x%29+=+sqrt%28x%2B6%29%2B7, which when we solve for g(x) gives us -%28sqrt%28x%2B6%29+%2B+7%29=+-sqrt%28x%2B6%29+-+7
So we have highlight%28-sqrt%28x%2B6%29+-7%29
Here is a graph so you can see the new translation.
graph%28600%2C600%2C-25%2C25%2C-25%2C25%2Csqrt%28x%29%2C+-sqrt%28x%2B6%29-7%29

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
beginning with f(x) = squareroot of x, find the function g(x) that shows f(x)
shifted to the left 2 units, reflected about the x axis, and then shifted up
7 units?
----
f(x) = sqrt(x)
shifted left 2 units gives
a(x) = sqrt(x+2)
---
reflected about x axis gives
b(x) = -sqrt(x+2)
---
shifted up 7 units gives:
F(x) = -sqrt(x+2)+7
===============================
Cheers,
Stan H.
===============