Chapter 8: Problem 9
For each of the following functions, evaluate \(f(2)\) and \(f(-2)\). a. \(f(x)=x^{2}-5 x-2\) b. \(f(x)=3 x^{2}-x\) c. \(f(x)=-x^{2}+4 x-2\)
Short Answer
Expert verified
a) f(2) = -8, f(-2) = 12; b) f(2) = 10, f(-2) = 14; c) f(2) = 2, f(-2) = -14.
Step by step solution
01
Understanding the Problem
Evaluate the given function at two specific values, namely 2 and -2, for each provided function.
02
Part a: Write Down the Function
Function: \[ f(x) = x^2 - 5x - 2 \]
03
Part a: Evaluate f(2)
Substitute x with 2: \[ f(2) = 2^2 - 5(2) - 2 \]\[ f(2) = 4 - 10 - 2 \]\[ f(2) = -8 \]
04
Part a: Evaluate f(-2)
Substitute x with -2: \[ f(-2) = (-2)^2 - 5(-2) - 2 \]\[ f(-2) = 4 + 10 - 2 \]\[ f(-2) = 12 \]
05
Part b: Write Down the Function
Function: \[ f(x) = 3x^2 - x \]
06
Part b: Evaluate f(2)
Substitute x with 2: \[ f(2) = 3(2^2) - 2 \]\[ f(2) = 3(4) - 2 \]\[ f(2) = 12 - 2 \]\[ f(2) = 10 \]
07
Part b: Evaluate f(-2)
Substitute x with -2: \[ f(-2) = 3(-2)^2 - (-2) \]\[ f(-2) = 3(4) + 2 \]\[ f(-2) = 12 + 2 \]\[ f(-2) = 14 \]
08
Part c: Write Down the Function
Function: \[ f(x) = -x^2 + 4x - 2 \]
09
Part c: Evaluate f(2)
Substitute x with 2: \[ f(2) = -(2^2) + 4(2) - 2 \]\[ f(2) = -4 + 8 - 2 \]\[ f(2) = 2 \]
10
Part c: Evaluate f(-2)
Substitute x with -2: \[ f(-2) = -(-2)^2 + 4(-2) - 2 \]\[ f(-2) = -4 - 8 - 2 \]\[ f(-2) = -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 a type of polynomial that follows the form:
- \(f(x) = ax^2 + bx + c\).
- The highest degree term here is \(x^2\), which gives it the name 'quadratic.'
- The coefficients, \(a\), \(b\), and \(c\) are constants, where \(a e 0\).
If \(a\) is positive, it opens upwards.
If \(a\) is negative, it opens downwards.
substitution method
The substitution method is a basic technique used to evaluate functions, especially quadratics. Here's how it works:
Suppose we have \(f(x) = x^2 - 5x - 2\). To find \(f(2)\), we substitute 2 wherever x appears:
- You replace all instances of the variable \(x\) with a specific number.
- You then perform arithmetic operations according to the function's structure to find the output.
Suppose we have \(f(x) = x^2 - 5x - 2\). To find \(f(2)\), we substitute 2 wherever x appears:
- \(f(2) = (2)^2 - 5(2) - 2\)
- Combine like terms: \(4 - 10 - 2\)
- Thus, \(f(2) = -8\)
evaluating functions
Evaluating functions is about finding the output of a function given an input for the variable. The steps involve:
- Identifying the function
- Choosing a specific input value for the variable
- Substituting the chosen value into the function
- Simplifying the expression to get the output
- Substitute \(2\) into \(f\): \(f(2) = -(2^2) + 4(2) - 2\)
- Simplify it: \(-4 + 8 - 2 = 2\)
- Substitute \(-2\) into \(f\): \(f(-2) = -(-2)^2 + 4(-2) - 2\)
- Simplify it: \(-4 - 8 - 2 = -14\)