Math Problem Statement

Write the quadratic function g(x) = x^2 - 2x - 5 in vertex form.

Solution

To write the quadratic function g(x)=x22x5g(x) = x^2 - 2x - 5 in vertex form, we need to complete the square. Here's the step-by-step process:

1. Start with the given quadratic equation:

g(x)=x22x5g(x) = x^2 - 2x - 5

2. Group the x2x^2 and xx terms together:

g(x)=(x22x)5g(x) = (x^2 - 2x) - 5

3. Complete the square for the expression x22xx^2 - 2x:

  • Take half of the coefficient of xx (which is 2-2), and square it: (22)2=1\left(\frac{-2}{2}\right)^2 = 1
  • Add and subtract this value inside the parentheses: g(x)=(x22x+11)5g(x) = (x^2 - 2x + 1 - 1) - 5 g(x)=((x1)21)5g(x) = \left( (x - 1)^2 - 1 \right) - 5

4. Simplify the equation:

g(x)=(x1)26g(x) = (x - 1)^2 - 6

Thus, the quadratic function in vertex form is: g(x)=(x1)26g(x) = (x - 1)^2 - 6

This matches the third option: g(x)=(x1)26\boxed{g(x) = (x - 1)^2 - 6}


Would you like any further details or clarification? Here are 5 questions that can expand this concept:

  1. How do you identify the vertex from the vertex form of a quadratic function?
  2. Why is completing the square useful for converting to vertex form?
  3. Can this process be used for any quadratic function, regardless of coefficients?
  4. How would you apply this process to a function like g(x)=2x2+4x3g(x) = 2x^2 + 4x - 3?
  5. What does the value of hh in (xh)2(x - h)^2 represent geometrically?

Tip: Completing the square is helpful in solving quadratic equations and finding the vertex of parabolas easily!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Completing the Square

Formulas

Vertex form of a quadratic equation: g(x) = a(x - h)^2 + k
Completing the square: (x - b/2)^2 - (b/2)^2

Theorems

Vertex form theorem
Completing the square

Suitable Grade Level

Grades 8-10