Browse By Unit
1 min readβ’june 18, 2024
Letβs dive deeper into the polynomial rabbit hole, shall we? This time, weβll have to work with both complex and real numbers to deal with zeros, multiplicities, degrees, and oddness (or even-ness) of polynomial functions! π°
Real numbers are numbers that can be expressed as a single point on the number line. They include all rational and irrational numbers, such as integers, fractions, decimals, and square roots. Real numbers can be positive, negative, or zero.
Examples of real numbers include:
Imaginary numbers are numbers that can be expressed as the product of a real number and the imaginary unit "i", which is defined as the square root of -1. Imaginary numbers are typically written in the form bi, where b is a real number.
Examples of imaginary numbers include:
Complex numbers, on the other hand, are numbers that can be expressed as a sum of a real part and an imaginary part. Again, the imaginary part is a multiple of the imaginary unit "i", which is defined as the square root of -1. Complex numbers are typically written in the form a + bi, where a and b are real numbers.
Examples of complex numbers include:
A complex number "a" is said to be a zero of a polynomial function "p" if evaluating "p(a)" gives a result of zero. In other words, "a" is a root of the polynomial equation p(x) = 0. If a is a real number, then the linear factor (x - a) is a factor of p if and only if a is a zero of p. π
This means that for any polynomial function with complex coefficients, its zeros or roots can be complex numbers. However, if the polynomial function has only real coefficients, then complex zeros must occur in conjugate pairs, meaning that if a + bi is a zero of the polynomial function, then its complex conjugate a - bi must also be a zero.
Furthermore, a real zero of a polynomial function must always correspond to a linear factor of the polynomial, which can be expressed as (x - a) where a is the real zero. 0οΈβ£Β
If a polynomial function p(x) has a repeated linear factor of the form (x - a) raised to the power n, then a is a zero of multiplicity n. This means that when p(x) is factored, there will be n identical linear factors of the form (x - a).
For a polynomial function of degree n, which means that the highest power of x in p(x) is n, the function will have exactly n complex zeros when counting multiplicities. This means that if a zero has multiplicity m, then it will be counted m times when counting the total number of zeros of p(x).
If a polynomial function p(x) has a real zero at a, then the graph of the function intersects the x-axis at the point (a, 0). This means that the value of p(a) is zero, so the point (a, 0) lies on the graph of p(x). πͺ
Consequently, the real zeros of a polynomial can be used to find intervals on the x-axis where p(x) is either positive or negative. For example, if p(x) has a real zero at a, then the function changes sign at a. This means that if we choose a test point to the left of a, then p(x) will be negative to the left of a and positive to the right of a. βοΈ
Similarly, if we choose a test point to the right of a, then p(x) will be positive to the left of a and negative to the right of a. By using the real zeros of p(x) as endpoints for these intervals, we can determine where the function is positive or negative for all values of x.
When a polynomial function p(x) has a real zero at "a" with an even multiplicity, it means that the factor (x - a) appears twice or more times in the factored form of p(x). In this case, the behavior of p(x) around the zero a is characterized by the fact that the signs of the output values of p(x) will be the same for input values near x = a.
This behavior is reflected in the graph of p(x) near the zero a. Specifically, when the multiplicity of the zero is even, the graph of p(x) will be tangent to the x-axis at x = a. This is because the function changes sign at the zero, but since the multiplicity is even, it does not cross the x-axis at that point. β
Instead, the graph touches the x-axis at x = a and turns around, remaining on the same side of the x-axis. The fact that the signs of the output values of p(x) are the same for input values near x = a is what makes this behavior possible! π€
To determine the degree of a polynomial function p(x), we can examine the pattern of differences between the output values of p(x) for equal-interval input values. Specifically, we compute the first differences, second differences, third differences, and so on, until we find a constant value for some nth difference. β
The degree of p(x) is then equal to the least value n for which the successive nth differences are constant. In other words, if we compute the first differences and they are not constant, we continue to compute the second differences. If the second differences are not constant, we compute the third differences, and so on, until we find a constant value. βοΈ
For example, if the first differences are constant, then p(x) is a linear function and has degree 1. If the second differences are constant, then p(x) is a quadratic function and has degree 2. If the third differences are constant, then p(x) is a cubic function and has degree 3, and so on.
This method for finding the degree of a polynomial function is known as the method of successive differences. Itβs very useful because it can be applied to any polynomial function, regardless of its form or complexity. π€©
Letβs take a look at a sample question!
Suppose we have the polynomial function . We want to find the degree of this polynomial using the method of successive differences.
To do this, we first compute the first differences between the output values of "p(x)" for consecutive input values:
We see that the first differences are not constant, so we proceed to compute the second differences:
Again, the second differences are not constant, so we compute the third differences:
We finally see that the third differences are constant at 12. Therefore, the degree of p(x) is equal to 3, since this is the least value of "n" for which the successive nth differences are constant. We can conclude that "p(x)" is a cubic polynomial function.
An even function has two important properties.
For polynomials, a polynomial of the form , where n is an even positive integer and , is an even function. This is because if we replace x with βx in the polynomial, we obtain: , which shows that the function is indeed even.
In other words, if we graph a polynomial of this form, we will see that it is symmetric over the y-axis, and if we evaluate the polynomial at x and βx, we will obtain the same output.
An odd function has two important properties.
For polynomials, a polynomial of the form , where n is an odd positive integer and , is an odd function. This is because if we replace x with βx in the polynomial, we obtain: which shows that the function is indeed odd.
In other words, if we graph a polynomial of this form, we will see that it is symmetric about the origin, and if we evaluate the polynomial at x and βx, we will obtain opposite sign outputs.
<< Hide Menu
1 min readβ’june 18, 2024
Letβs dive deeper into the polynomial rabbit hole, shall we? This time, weβll have to work with both complex and real numbers to deal with zeros, multiplicities, degrees, and oddness (or even-ness) of polynomial functions! π°
Real numbers are numbers that can be expressed as a single point on the number line. They include all rational and irrational numbers, such as integers, fractions, decimals, and square roots. Real numbers can be positive, negative, or zero.
Examples of real numbers include:
Imaginary numbers are numbers that can be expressed as the product of a real number and the imaginary unit "i", which is defined as the square root of -1. Imaginary numbers are typically written in the form bi, where b is a real number.
Examples of imaginary numbers include:
Complex numbers, on the other hand, are numbers that can be expressed as a sum of a real part and an imaginary part. Again, the imaginary part is a multiple of the imaginary unit "i", which is defined as the square root of -1. Complex numbers are typically written in the form a + bi, where a and b are real numbers.
Examples of complex numbers include:
A complex number "a" is said to be a zero of a polynomial function "p" if evaluating "p(a)" gives a result of zero. In other words, "a" is a root of the polynomial equation p(x) = 0. If a is a real number, then the linear factor (x - a) is a factor of p if and only if a is a zero of p. π
This means that for any polynomial function with complex coefficients, its zeros or roots can be complex numbers. However, if the polynomial function has only real coefficients, then complex zeros must occur in conjugate pairs, meaning that if a + bi is a zero of the polynomial function, then its complex conjugate a - bi must also be a zero.
Furthermore, a real zero of a polynomial function must always correspond to a linear factor of the polynomial, which can be expressed as (x - a) where a is the real zero. 0οΈβ£Β
If a polynomial function p(x) has a repeated linear factor of the form (x - a) raised to the power n, then a is a zero of multiplicity n. This means that when p(x) is factored, there will be n identical linear factors of the form (x - a).
For a polynomial function of degree n, which means that the highest power of x in p(x) is n, the function will have exactly n complex zeros when counting multiplicities. This means that if a zero has multiplicity m, then it will be counted m times when counting the total number of zeros of p(x).
If a polynomial function p(x) has a real zero at a, then the graph of the function intersects the x-axis at the point (a, 0). This means that the value of p(a) is zero, so the point (a, 0) lies on the graph of p(x). πͺ
Consequently, the real zeros of a polynomial can be used to find intervals on the x-axis where p(x) is either positive or negative. For example, if p(x) has a real zero at a, then the function changes sign at a. This means that if we choose a test point to the left of a, then p(x) will be negative to the left of a and positive to the right of a. βοΈ
Similarly, if we choose a test point to the right of a, then p(x) will be positive to the left of a and negative to the right of a. By using the real zeros of p(x) as endpoints for these intervals, we can determine where the function is positive or negative for all values of x.
When a polynomial function p(x) has a real zero at "a" with an even multiplicity, it means that the factor (x - a) appears twice or more times in the factored form of p(x). In this case, the behavior of p(x) around the zero a is characterized by the fact that the signs of the output values of p(x) will be the same for input values near x = a.
This behavior is reflected in the graph of p(x) near the zero a. Specifically, when the multiplicity of the zero is even, the graph of p(x) will be tangent to the x-axis at x = a. This is because the function changes sign at the zero, but since the multiplicity is even, it does not cross the x-axis at that point. β
Instead, the graph touches the x-axis at x = a and turns around, remaining on the same side of the x-axis. The fact that the signs of the output values of p(x) are the same for input values near x = a is what makes this behavior possible! π€
To determine the degree of a polynomial function p(x), we can examine the pattern of differences between the output values of p(x) for equal-interval input values. Specifically, we compute the first differences, second differences, third differences, and so on, until we find a constant value for some nth difference. β
The degree of p(x) is then equal to the least value n for which the successive nth differences are constant. In other words, if we compute the first differences and they are not constant, we continue to compute the second differences. If the second differences are not constant, we compute the third differences, and so on, until we find a constant value. βοΈ
For example, if the first differences are constant, then p(x) is a linear function and has degree 1. If the second differences are constant, then p(x) is a quadratic function and has degree 2. If the third differences are constant, then p(x) is a cubic function and has degree 3, and so on.
This method for finding the degree of a polynomial function is known as the method of successive differences. Itβs very useful because it can be applied to any polynomial function, regardless of its form or complexity. π€©
Letβs take a look at a sample question!
Suppose we have the polynomial function . We want to find the degree of this polynomial using the method of successive differences.
To do this, we first compute the first differences between the output values of "p(x)" for consecutive input values:
We see that the first differences are not constant, so we proceed to compute the second differences:
Again, the second differences are not constant, so we compute the third differences:
We finally see that the third differences are constant at 12. Therefore, the degree of p(x) is equal to 3, since this is the least value of "n" for which the successive nth differences are constant. We can conclude that "p(x)" is a cubic polynomial function.
An even function has two important properties.
For polynomials, a polynomial of the form , where n is an even positive integer and , is an even function. This is because if we replace x with βx in the polynomial, we obtain: , which shows that the function is indeed even.
In other words, if we graph a polynomial of this form, we will see that it is symmetric over the y-axis, and if we evaluate the polynomial at x and βx, we will obtain the same output.
An odd function has two important properties.
For polynomials, a polynomial of the form , where n is an odd positive integer and , is an odd function. This is because if we replace x with βx in the polynomial, we obtain: which shows that the function is indeed odd.
In other words, if we graph a polynomial of this form, we will see that it is symmetric about the origin, and if we evaluate the polynomial at x and βx, we will obtain opposite sign outputs.
Β© 2024 Fiveable Inc. All rights reserved.