Difference between revisions of "Function Evaluation"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 11: Line 11:
 
:To evaluate <math> h(4) </math>, we substitute the value 4 for the input variable <math>p</math> in the given function.
 
:To evaluate <math> h(4) </math>, we substitute the value 4 for the input variable <math>p</math> in the given function.
  
<div style="text-align: center;"><math> \begin{align}
+
<math> \begin{align}
 
h(p) & = p^2 + 2p\\
 
h(p) & = p^2 + 2p\\
 
h(4) & = (4)^2 + 2(4) \\
 
h(4) & = (4)^2 + 2(4) \\
 
& = 16 + 8 \\
 
& = 16 + 8 \\
 
& = 24 \\
 
& = 24 \\
\end{align} </math></div>
+
\end{align} </math>
  
  

Revision as of 15:01, 12 January 2022

HOW TO: EVALUATE A FUNCTION GIVEN ITS FORMULA
  1. Replace the input variable in the formula with the value provided.
  2. 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

Licensing

Content obtained and/or adapted from: