Chapter 8: Problem 9
Complete the square to write each function in the form \(f(x)=a(x-h)^{2}+k\). $$f(x)=x^{2}-8 x+18$$
Short Answer
Expert verified
f(x) = (x - 4)^2 + 2
Step by step solution
01
- Identify coefficients
In the given quadratic function, identify the coefficients. Here, the function is:\[f(x) = x^2 - 8x + 18\]The coefficient of the linear term (\(x\)) is \(-8\) and the constant term is \(18\).
02
- Form the complete square
To complete the square, take half of the coefficient of \(x\), square it, and add and subtract it inside the function.Half of \(-8\) is \(-4\), and \((-4)^2 = 16\). Thus, add and subtract \(16\) inside the function:\[f(x) = x^2 - 8x + 16 - 16 + 18\]
03
- Factor the perfect square trinomial
The expression \(x^2 - 8x + 16\) is a perfect square trinomial and can be factored as \((x - 4)^2\). Thus, rewrite the function as:\[f(x) = (x - 4)^2 - 16 + 18\]
04
- Simplify the constants
Combine the constants \(-16\) and \(18\):\[f(x) = (x - 4)^2 + 2\]
05
- Write the function in vertex form
Now, the function is in the form \(a(x - h)^2 + k\). Thus, the completed square form of the function is:\[f(x) = (x - 4)^2 + 2\]
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Quadratic Functions
A quadratic function is a polynomial function of the form \[f(x) = ax^2 + bx + c\] where \(a eq 0\), \(b\), and \(c\) are constants. The function is called a 'quadratic' because the highest degree of the variable \(x\) is 2, represented by \(x^2\).
- The shape of the graph of a quadratic function is called a parabola.
- A parabola that opens upwards has a positive coefficient \(a\) and a parabolathat opens downwards has a negative \(a\).
Vertex Form
The Vertex Form of a quadratic function is written as: \[f(x) = a(x-h)^2 + k\]where:
- \(a\): Determines the width and the direction in which the parabola opens.
- \(h\): The \(x\)-coordinate of the vertex.
- \(k\): The \(y\)-coordinate of the vertex.
Perfect Square Trinomial
A perfect square trinomial is a specific type of quadratic expression that can be written as the square of a binomial. It has the form: \[a^2 \text{or} (x + b)^2\].
Given a quadratic expression of the form: \(x^2 + bx + c\), we can attempt to turn it into a perfect square trinomial by modifying the constant term\(c\).
The steps to do this are:
Given a quadratic expression of the form: \(x^2 + bx + c\), we can attempt to turn it into a perfect square trinomial by modifying the constant term\(c\).
The steps to do this are:
- Take half of the coefficient of \(x\) (the linear term), and square it.
- Add and subtract this square value inside the expression.
- Group the perfect square trinomial and complete the square.