Difference between revisions of "Intro to Power Functions"
Line 1: | Line 1: | ||
+ | A monomial, also called '''power product''', is a product of powers of variables with nonnegative integer exponents, or, in other words, a product of variables, possibly with repetitions. For example, <math>x^2yz^3=xxyzzz</math> is a monomial. The constant <math>1</math> is a monomial, being equal to the empty rpdouct and to <math>x^0</math> for any variable <math>x</math>. If only a single variable <math>x</math> is considered, this means that a monomial is either <math>1</math> or a power <math>x^n</math> of <math>x</math>, with <math>n</math> a positive integer. If several variables are considered, say, <math>x, y, z,</math> then each can be given an exponent, so that any monomial is of the form <math>x^a y^b z^c</math> with <math>a,b,c</math> non-negative integers (taking note that any exponent <math>0</math> makes the corresponding factor equal to <math>1</math>). | ||
+ | |||
+ | A power function, also called a '''monomial function''' is a function that can be represented in the form | ||
+ | |||
+ | <math> f(x) = kx^p | ||
+ | |||
+ | where <math>k</math> and <math>p</math> are real numbers, and <math>k</math> is known as the coefficient. | ||
+ | |||
==Resources== | ==Resources== | ||
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Intro_to_Polynomial_and_Power_Functions/MAT1053_M2.1Intro_to_Power_Functions_and_Polynomial_Functions.pdf Intro to Power Functions and Polynomial Functions], Book Chapter | * [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Intro_to_Polynomial_and_Power_Functions/MAT1053_M2.1Intro_to_Power_Functions_and_Polynomial_Functions.pdf Intro to Power Functions and Polynomial Functions], Book Chapter | ||
* [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Intro_to_Polynomial_and_Power_Functions/MAT1053_M2.1Intro_to_Power_Functions_and_Polynomial_FunctionsGN.pdf Guided Notes] | * [https://mathresearch.utsa.edu/wikiFiles/MAT1053/Intro_to_Polynomial_and_Power_Functions/MAT1053_M2.1Intro_to_Power_Functions_and_Polynomial_FunctionsGN.pdf Guided Notes] |
Revision as of 13:38, 4 October 2021
A monomial, also called power product, is a product of powers of variables with nonnegative integer exponents, or, in other words, a product of variables, possibly with repetitions. For example, is a monomial. The constant is a monomial, being equal to the empty rpdouct and to for any variable . If only a single variable is considered, this means that a monomial is either or a power of , with a positive integer. If several variables are considered, say, then each can be given an exponent, so that any monomial is of the form with non-negative integers (taking note that any exponent makes the corresponding factor equal to ).
A power function, also called a monomial function is a function that can be represented in the form
and are real numbers, and is known as the coefficient.