172k views
5 votes
Let f(x) = x2 − 2x + 1. Find the inverse function of f by identifying an appropriate restriction of its domain.

2 Answers

5 votes

Final answer:

The student needs to find the inverse function of f(x) = x^2 - 2x + 1 by restricting the domain to ensure that the function is one-to-one. We restrict the domain to x ≥ 1, swap x and y, then solve for y to find the inverse function.

Step-by-step explanation:

The student is asking how to find the inverse function of the given quadratic function, f(x) = x2 − 2x + 1. To do this, we need to impose an appropriate restriction on its domain because the quadratic function is not one-to-one over its entire range; it doesn't pass the horizontal line test. The graph of the function is a parabola which opens upwards, and its vertex is at the point (1, 0). By restricting the domain of f(x) to x ≥ 1, we ensure that the function is one-to-one and therefore invertible.

Let's find the inverse function of f(x) with the domain restricted to x ≥ 1:

  1. Write the function in terms of y: y = x2 − 2x + 1
  2. Swap x and y: x = y2 − 2y + 1
  3. Solve for y to find the inverse function:

(Details of solving the quadratic would be provided here following the standard steps of rearranging the terms and applying the quadratic formula).

User Florie Anstett
by
7.8k points
4 votes

Answer:
f^(-1) (x) = √(x) +1

Step-by-step explanation:


y = x^2 - 2x + 1

We know straight away the inverse will be a square root function. We also know that this inverse will have a restriction on the domain, (because you can only take the square root of a positive number).

So, to find the inverse, first we'll switch the x and y and solve for y:


x = y^2 - 2y +1


x = (y-1)^2, (factor!)

±
√(x) = y - 1

So, the inverse "function" is:


f^-1(x) = ±
√(x) +1

But theres an issue here!

If we tried graphing this, this "function" would not pass the vertical line test, so its not really a function at all!

We need to restrict the domain to only include the values that are above the x axis.

So our final inverse function is:


f^(-1) (x) = √(x) +1

User Hofit
by
8.1k points