SOLUTION: Function h is defined by h : x —> x^2 + 4x for x ≥ k and it is given that h has an inverse. State the smallest possible value of k. Find an expression for h^-1(x).

Algebra ->  Test -> SOLUTION: Function h is defined by h : x —> x^2 + 4x for x ≥ k and it is given that h has an inverse. State the smallest possible value of k. Find an expression for h^-1(x).      Log On


   



Question 1200631: Function h is defined by h : x —> x^2 + 4x for x ≥ k and it is given that h has an inverse.
State the smallest possible value of k.
Find an expression for h^-1(x).

Answer by Edwin McCravy(20062) About Me  (Show Source):
You can put this solution on YOUR website!
Even though the graph of h : x —> x^2 + 4x is this parabola:



since it has a inverse, it must pass the horizontal line test.  But as you see
in the graph below, the green horizontal lines cuts the graph in two places, so
the function as graphed does not have an inverse. It is not one-to-one.

  

This is where x+%3E=+k comes in. We must chop off enough of the graph, so
that what's left will pass the horizontal line test. We will chop it off at
the smallest value of x so that no points on the graph will be directly to the
left of any other part of the graph.  So obviously we chop it off at the very
bottom point, which is the vertex of the parabola. 

To find the vertex of a parabola we use the formula for the x-coordinate of the
vertex, which is -b%2F%282a%29. In the equation h%28x%29=x%5E2%2B4x "a" is the coefficient of 
x2, which is 1. The "b" is the coefficient of x, which is 4.

-b%2F%282a%29%22%22=%22%22-%284%29%2F%282%281%29%29%22%22=%22%22-2. Therefore k=-2.

So the x-coordinate of the vertex is -2, when we substitute -2 for x in
x%5E2%2B4x we get the y-coordinate of the vertex %28-2%29%5E2%2B4%28-2%29%22%22=%22%224-8=-4. 
So the vertex is the point (-2,-4). So we chop the parabola where x=k=2, 
right at the vertex, 
so we will only leave the right half of the parabola, like this:



 
x%3E=-2. We only use the part at or right of x=-2

To find the inverse of h(x) = x2 + 4x  for x > -2

1. We replace h(x) by y,

y+=+x%5E2%2B4x, x%3E=-2

2. We replace x by y and replace y by x:

x+=+y%5E2%2B4y, y%3E=-2

We solve for y:

-y%5E2-4y%2Bx=0, y%3E=-2

Multiply through by -1 to make squared term positive:

y%5E2%2B4y-x=0, y%3E=-2


Use the quadratic formula:

y+=+%28-%284%29+%2B-+sqrt%28%284%29%5E2-4%2A1%2A%28-x%29+%29%29%2F%282%2A1%29+ 
y+=+%28-4+%2B-+sqrt%2816%2B4x%29%29%2F2+
y+=+%28-4+%2B-+sqrt%284%284%2Bx%29%29%29%2F2+
y+=+%28-4+%2B-+2sqrt%284%2Bx%29%29%2F2+
y+=+%282%28-2+%2B-+sqrt%284%2Bx%29%29%29%2F2+
y+=+%28cross%282%29%28-2+%2B-+sqrt%284%2Bx%29%29%29%2Fcross%282%29+
y+=+-2+%2B-+sqrt%284%2Bx%29+

Now we work out the domain of the inverse y%3E=-2
Replace y by what y equals:
-2+%2B-+sqrt%284%2Bx%29%3E=-2
Add 2 to both sides
%22%22+%2B-+sqrt%284%2Bx%29%3E=0
Since it is non-negative we use the positive sign
for the square root. 
sqrt%284%2Bx%29%3E=0
That tells us that for the inverse we also use the 
positive sign for the same square root: 
y+=+-2+%2B+sqrt%284%2Bx%29+
Going back to the inequality, 
sqrt%284%2Bx%29%3E=0
we square both sides. 
%28sqrt%284%2Bx%29%29%5E2%3E=%280%29%5E2
4%2Bx%3E=0
x%3E=-4
That's the domain of the inverse function. So the inverse is
y+=+-2+%2B+sqrt%284%2Bx%29+
although we write h-1(x) for y:

h%5E%28-1%29%28x%29%22%22=%22%22-2+%2B+sqrt%284%2Bx%29forx%3E=-4  <---ANSWER

If you want to use the same kind of notation your teacher uses,

h%22%3A%22%22--%3E%22x%5E2%2B4xforx%3E=-2  <---ORIGINAL FUNCTION with k = -2

h%5E%28-1%29%22%3A%22%22--%3E%22-2%2Bsqrt%284%2Bx%29forx%3E=-4  <---INVERSE FUNCTION

Here is the graph of the inverse on the same set of axes (in blue):



And you see that the inverse is the reflection of the original function
across the identity line, whose equation is y = x  (where x and y are
identically equal and the identity line is the line that bisects the 1st and 3rd
quadrants (in green, dashed since it's not part of either graph).



Edwin