Chapter 1: Problem 24
For each of the following functions, evaluate: \(f(-2), f(-1), f(0), f(1),\) and \(f(2)\). $$ f(x)=6 x^{2}-7 x+4 $$
Short Answer
Expert verified
The function values are: \(f(-2) = 42\), \(f(-1) = 17\), \(f(0) = 4\), \(f(1) = 3\), \(f(2) = 14\).
Step by step solution
01
Set Up the Function Evaluation
The given function is \( f(x) = 6x^2 - 7x + 4 \). We will substitute each of the given values \(-2, -1, 0, 1, 2\) into the function for \(x\) to find \(f(-2), f(-1), f(0), f(1),\) and \(f(2)\).
02
Evaluate f(-2)
Substitute \(-2\) into the function: \[ f(-2) = 6(-2)^2 - 7(-2) + 4 \]. Calculate: \((-2)^2 = 4\), so \(6 \times 4 = 24\). Then, \(-7 \times -2 = 14\). Adding these: \(24 + 14 + 4 = 42\). Thus, \(f(-2) = 42\).
03
Evaluate f(-1)
Substitute \(-1\) into the function: \[ f(-1) = 6(-1)^2 - 7(-1) + 4 \]. Calculate: \((-1)^2 = 1\), so \(6 \times 1 = 6\). Then, \(-7 \times -1 = 7\). Adding these: \(6 + 7 + 4 = 17\). Thus, \(f(-1) = 17\).
04
Evaluate f(0)
Substitute \(0\) into the function: \[ f(0) = 6(0)^2 - 7(0) + 4 \]. Calculate: \(0^2 = 0\), so \(6 \times 0 = 0\). Then, \(-7 \times 0 = 0\). Thus, \(f(0) = 0 + 0 + 4 = 4\).
05
Evaluate f(1)
Substitute \(1\) into the function: \[ f(1) = 6(1)^2 - 7(1) + 4 \]. Calculate: \(1^2 = 1\), so \(6 \times 1 = 6\). Then, \(-7 \times 1 = -7\). Thus, \(f(1) = 6 - 7 + 4 = 3\).
06
Evaluate f(2)
Substitute \(2\) into the function: \[ f(2) = 6(2)^2 - 7(2) + 4 \]. Calculate: \(2^2 = 4\), so \(6 \times 4 = 24\). Then, \(-7 \times 2 = -14\). Thus, \(f(2) = 24 - 14 + 4 = 14\).
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 one of the most recognizable forms in algebra, typically expressed in the form \( f(x) = ax^2 + bx + c \). In this equation, \( a \), \( b \), and \( c \) are constants, with \( a \) not equal to zero. The "quadratic" name comes from "quad," meaning square, because the variable \( x \) is squared. These functions graph as parabolas, which are U-shaped curves on a coordinate plane.
Quadratic functions can open upwards or downwards depending on the coefficient \( a \). If \( a > 0 \), the parabola opens upwards, indicating the vertex is a minimum point. Conversely, if \( a < 0 \), it opens downwards, and the vertex is a maximum point.
Some of the characteristics of parabolas include:
Quadratic functions can open upwards or downwards depending on the coefficient \( a \). If \( a > 0 \), the parabola opens upwards, indicating the vertex is a minimum point. Conversely, if \( a < 0 \), it opens downwards, and the vertex is a maximum point.
Some of the characteristics of parabolas include:
- The vertex, which is the point \((h, k)\), represents the minimum or maximum value on the graph. It can be found using the formula \( x = -b/(2a) \).
- The axis of symmetry, which is a vertical line through the vertex, divides the parabola into two mirror images and has the equation \( x = -b/(2a) \).
- The y-intercept is the value of the function when \( x = 0 \), which is \( f(0) = c \).
Substitution Method
The substitution method is a straightforward way to evaluate functions, particularly when given specific values for variables. This method involves inserting a given number or expression into the place of a variable, allowing us to compute the value of a function for that specific input.
To use substitution in evaluating \( f(x) \) at, say, \( x = -2 \), you'll replace every instance of \( x \) in the function with \( -2 \). For example, substituting in \( f(x) = 6x^2 - 7x + 4 \) results in \( f(-2) = 6(-2)^2 - 7(-2) + 4 \). The procedure involves:
To use substitution in evaluating \( f(x) \) at, say, \( x = -2 \), you'll replace every instance of \( x \) in the function with \( -2 \). For example, substituting in \( f(x) = 6x^2 - 7x + 4 \) results in \( f(-2) = 6(-2)^2 - 7(-2) + 4 \). The procedure involves:
- Squaring the substituted value if there is a \( x^2 \) term, like \((-2)^2 = 4\) in this case.
- Multiplying the squared or linear terms by their respective coefficients. For example, \( 6 \times 4 \) and \( -7 \times -2 \).
- Adding up all the results, including the constant term \( c \) to find the final evaluation.
Polynomials
Polynomials are mathematical expressions that include variables and coefficients, involving terms in the form of \( a_nx^n \), where \( a_n \) are coefficients and \( n \) are non-negative integers. The term "polynomial" comes from "poly," meaning "many," and "nomial," meaning "terms."
Some features of polynomials include:
Some features of polynomials include:
- The degree of a polynomial is the highest power of \( x \). For example, \( f(x) = 6x^2 - 7x + 4 \) is a quadratic polynomial because the highest power is \( 2 \).
- Polynomials can have multiple terms like \( x^2, x, \) and constants (like \( 4 \) in this function).
- They are continuous and differentiable over the real numbers, making them crucial in calculus.