Math Problem Statement

Determine whether the function is one-to-one.

h(x) = x2 − 7x

Solution

To determine whether the function h(x)=x27xh(x) = x^2 - 7x is one-to-one, we need to check whether each value of h(x)h(x) corresponds to exactly one value of xx. A function is one-to-one if and only if different inputs map to different outputs, meaning that for h(x1)=h(x2)h(x_1) = h(x_2), it must follow that x1=x2x_1 = x_2.

Step 1: Check if h(x1)=h(x2)h(x_1) = h(x_2) implies x1=x2x_1 = x_2

Let’s set h(x1)=h(x2)h(x_1) = h(x_2):

x127x1=x227x2x_1^2 - 7x_1 = x_2^2 - 7x_2

Rearrange the equation:

x12x22=7x17x2x_1^2 - x_2^2 = 7x_1 - 7x_2

Factor both sides:

(x1x2)(x1+x2)=7(x1x2)(x_1 - x_2)(x_1 + x_2) = 7(x_1 - x_2)

If x1x2x_1 \neq x_2, we can divide both sides by (x1x2)(x_1 - x_2) (since it is non-zero):

x1+x2=7x_1 + x_2 = 7

So, if x1x2x_1 \neq x_2, we must have x1+x2=7x_1 + x_2 = 7, which means x1x_1 and x2x_2 are not distinct values unless they satisfy this equation.

Step 2: Analyze the quadratic nature of the function

The function h(x)=x27xh(x) = x^2 - 7x is a quadratic function, and quadratic functions generally fail to be one-to-one because they can have the same output for two different input values.

To further confirm this, we can find the vertex of the parabola by completing the square or using the formula for the vertex of a quadratic function ax2+bx+cax^2 + bx + c:

xvertex=b2ax_{\text{vertex}} = \frac{-b}{2a}

For h(x)=x27xh(x) = x^2 - 7x, a=1a = 1 and b=7b = -7:

xvertex=(7)2(1)=72=3.5x_{\text{vertex}} = \frac{-(-7)}{2(1)} = \frac{7}{2} = 3.5

At x=3.5x = 3.5, the function reaches its minimum, meaning the function decreases until x=3.5x = 3.5 and then increases afterward. This confirms that the function is not one-to-one, as there are two values of xx (one on each side of the vertex) that will yield the same output.

Conclusion:

The function h(x)=x27xh(x) = x^2 - 7x is not one-to-one because there are pairs of distinct values x1x_1 and x2x_2 that give the same output.


Would you like more details or have any other questions? Here are 5 related questions you might find interesting:

  1. How can we determine the range of a quadratic function?
  2. What is the significance of the vertex of a quadratic function in graphing?
  3. How can we test whether a function is one-to-one using its derivative?
  4. What are the conditions for a function to be one-to-one?
  5. How do transformations affect whether a function is one-to-one?

Tip: For any quadratic function, if the coefficient of x2x^2 is positive, the graph opens upwards and is not one-to-one; if it is negative, the graph opens downwards and is also not one-to-one.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Functions
One-to-One Functions
Quadratic Functions

Formulas

h(x) = x^2 - 7x
Vertex formula: x_vertex = -b / (2a)
h(x1) = h(x2) → (x1 - x2)(x1 + x2) = 7(x1 - x2)

Theorems

A function is one-to-one if and only if h(x1) = h(x2) implies x1 = x2
Quadratic functions are generally not one-to-one unless restricted to a monotonic domain

Suitable Grade Level

Grades 9-12