Difference between revisions of "Function Evaluation"
Jump to navigation
Jump to search
| (4 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
# Calculate the result. | # Calculate the result. | ||
</blockquote> | </blockquote> | ||
| + | |||
| + | '''Example''' | ||
| + | |||
| + | Given the function <math> h(p) = p^2 + 2p </math>, evaluate <math> h(4) </math>. | ||
| + | |||
| + | '''Solution''' | ||
| + | |||
| + | To evaluate <math> h(4) </math>, we substitute the value 4 for the input variable <math>p</math> in the given function. | ||
| + | |||
| + | <math> \begin{align} | ||
| + | h(p) & = p^2 + 2p\\ | ||
| + | h(4) & = (4)^2 + 2(4) \\ | ||
| + | & = 16 + 8 \\ | ||
| + | & = 24 \\ | ||
| + | \end{align} </math> | ||
| + | |||
== Resources == | == Resources == | ||
* [https://www.youtube.com/watch?v=E9YEUQR9NAU Evaluating Functions], Khan Academy | * [https://www.youtube.com/watch?v=E9YEUQR9NAU Evaluating Functions], Khan Academy | ||
* [https://courses.lumenlearning.com/waymakercollegealgebra/chapter/evaluate-and-solve-functions/ Evaluating and Solving Functions], Lumen Learning | * [https://courses.lumenlearning.com/waymakercollegealgebra/chapter/evaluate-and-solve-functions/ Evaluating and Solving Functions], Lumen Learning | ||
| + | |||
| + | == Licensing == | ||
| + | Content obtained and/or adapted from: | ||
| + | * [https://courses.lumenlearning.com/waymakercollegealgebra/chapter/evaluate-and-solve-functions/ Evaluating and Solving Functions, Lumen] under a CC BY-SA license | ||
Latest revision as of 15:01, 12 January 2022
- HOW TO: EVALUATE A FUNCTION GIVEN ITS FORMULA
- Replace the input variable in the formula with the value provided.
- Calculate the result.
Example
Given the function , evaluate .
Solution
To evaluate , we substitute the value 4 for the input variable in the given function.
Resources
- Evaluating Functions, Khan Academy
- Evaluating and Solving Functions, Lumen Learning
Licensing
Content obtained and/or adapted from:
- Evaluating and Solving Functions, Lumen under a CC BY-SA license