Exhaustive Notes on Polynomial Functions, Transformations, and Equations

Fundamental Graphs and the Basics of Functions and Equations

The study of algebra begins with understanding the graphs of various types of equations and their specific transformations. A parent function is the simplest form of a function within a specific family. Examples of common parent graphs include the linear function y=xy=x, the quadratic function y=x2y=x^2, and the absolute value function y=xy=|x|. Understanding these basic shapes allows for the analysis of more complex equations through transformations. It is important to distinguish between an equation and a function. An equation is typically expressed in the form y=mx+by = mx + b, while a function is represented as f(x)=mx+bf(x) = mx + b. In this context, yy is equivalent to f(x)f(x), meaning the expression mx+b=mx+bmx + b = mx + b remains consistent across both notations.

Theory and Application of Function Transformations

Transformations of the parent function y=x2y = x^2 involve shifts, reflections, and other modifications. A horizontal shift occurs when a constant is added to or subtracted from the independent variable inside the parentheses. For instance, the function y=(x3)2y = (x - 3)^2 represents a transformation where the parent graph moves three units to the right. This shift is derived from setting the internal expression to zero (x3=0x - 3 = 0), resulting in x=3x = 3. Conversely, the function y=(x+2)2y = (x + 2)^2 signifies a shift of two units to the left, as x+2=0x + 2 = 0 results in x=2x = -2.

Vertical shifts are determined by a constant added or subtracted outside the parent function. The equation y=x2+4y = x^2 + 4 indicates that the graph is shifted four units upward. Reflections occur when the leading coefficient is negative, such as in y=x2+6y = -x^2 + 6, which reflects the parabola downward and shifts it six units up. More complex transformations combine these movements; for example, the function y=(x2)2+6y = -(x - 2)^2 + 6 involves a reflection across the x-axis, a horizontal shift of two units to the right, and a vertical shift of six units upward. Another example of a combined transformation is y=(x+2)2+3y = (x + 2)^2 + 3, which features a shift of two units to the left and three units upward. Practice problems include transforming y=x2y = x^2 into y=(x6)2y = (x - 6)^2 and observing that f(x)=x2f(x) = x^2 becoming f(x)=x2+8f(x) = x^2 + 8 signifies an 8-unit vertical upward shift.

Vertex Analysis and Solving Quadratic Transformations

One specific application involves expanding a transformed quadratic and finding its roots. Consider the function y=(x+5)22y = (x + 5)^2 - 2. Expanding this using the square of a binomial gives y=(x2+10x+25)2y = (x^2 + 10x + 25) - 2, which simplifies to y=x2+10x+23y = x^2 + 10x + 23. To find the x-intercepts or zeros of this function, we set y=0y = 0, resulting in 0=x2+10x+230 = x^2 + 10x + 23. Using the quadratic formula:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

With coefficients a=1a = 1, b=10b = 10, and c=23c = 23, the calculation is as follows:

x=10±1024(1)(23)2(1)x = \frac{-10 \pm \sqrt{10^2 - 4(1)(23)}}{2(1)}

x=10±100922x = \frac{-10 \pm \sqrt{100 - 92}}{2}

x=10±82x = \frac{-10 \pm \sqrt{8}}{2}

x=10±222x = \frac{-10 \pm 2\sqrt{2}}{2}

Simplifying the fraction gives the roots as x=5+2x = -5 + \sqrt{2} and x=52x = -5 - \sqrt{2}.

Defining Polynomial Functions and Degree Classifications

A polynomial function is defined by the general formula f(x)=anxn+an1xn1+an2xn2++a1x+a0f(x) = a_n x^n + a_{n-1} x^{n-1} + a_{n-2} x^{n-2} + \dots + a_1 x + a_0. In a polynomial, all exponents (nn) must be positive integers; fractions and negative numbers are not allowed for the powers of the variable. If a power is negative, the graph is not a polynomial; if the power is a fraction (a radical), it is similarly not classified as a polynomial. The degree of a polynomial is determined by its highest exponent power, and the leading coefficient is the number immediately preceding the variable of highest degree. Polynomial functions are used in real-world modeling, such as designing the structure of a house or the track of a roller coaster.

Specific classifications based on degree include:

  • Degree 2: Quadratic (e.g., f(x)=4x2+3x+1f(x) = 4x^2 + 3x + 1)

  • Degree 3: Cubic (e.g., f(x)=x34x+7f(x) = x^3 - 4x + 7)

  • Degree 4: Quartic (e.g., f(x)=4x4+2x2+9f(x) = 4x^4 + 2x^2 + 9)

  • Degree 5: Quintic (e.g., f(x,y)=4x3y2+2xy6f(x,y) = 4x^3y^2 + 2xy - 6, where the sum of the powers of variables in the highest term is 3+2=53+2=5)

Examples of non-polynomials include f(x)=x3f(x) = x^{-3} because of the negative power, and f(x)=1xf(x) = \frac{1}{x} because it represents x1x^{-1}. Note that constants like f(x)=5xf(x) = \sqrt{5}x are polynomials because the radical is on the coefficient rather than the variable (5x1\sqrt{5}x^1 has degree 1).

The Remainder Theorem and Synthetic Division

The Remainder Theorem states that if a polynomial f(x)f(x) is divided by (xc)(x - c), the remainder of that division is equal to f(c)f(c). To find the remainder, one must set the divisor (xc)(x - c) to zero to find the value of x=cx = c and substitute it into the polynomial. For example, to find the remainder when f(x)=x34x+1f(x) = x^3 - 4x + 1 is divided by (x2)(x - 2), we set x2=0x - 2 = 0, so x=2x = 2. Evaluating the function gives:

f(2)=(2)34(2)+1=88+1=1f(2) = (2)^3 - 4(2) + 1 = 8 - 8 + 1 = 1

The remainder is therefore 11. This can be confirmed via long division or synthetic division. In synthetic division for this problem, the coefficients are 11, 00 (for the missing x2x^2 term), 4-4, and 11, with the divisor value x=2x = 2:

  1. Bring down the 11.

  2. Multiply 1×2=21 \times 2 = 2. Add 0+2=20 + 2 = 2.

  3. Multiply 2×2=42 \times 2 = 4. Add 4+4=0-4 + 4 = 0.

  4. Multiply 0×2=00 \times 2 = 0. Add 1+0=11 + 0 = 1.

The final row is 11, 22, 00, 11, where the last digit represents the remainder of 11. Another practice example involves finding the remainder when f(x)=2x35x+7f(x) = 2x^3 - 5x + 7 is divided by (x+1)(x + 1). Setting x=1x = -1:

f(1)=2(1)35(1)+7=2(1)+5+7=2+5+7=10f(-1) = 2(-1)^3 - 5(-1) + 7 = 2(-1) + 5 + 7 = -2 + 5 + 7 = 10

The Factor Theorem and Finding Zeros

The Factor Theorem is a specific application of the Remainder Theorem: a binomial (xc)(x - c) is a factor of a polynomial f(x)f(x) if and only if f(c)=0f(c) = 0. For instance, to determine whether (x3)(x - 3) is a factor of f(x)=x34x29x+36f(x) = x^3 - 4x^2 - 9x + 36, evaluate at x=3x = 3:

f(3)=334(3)29(3)+36=273627+36=0f(3) = 3^3 - 4(3)^2 - 9(3) + 36 = 27 - 36 - 27 + 36 = 0

Because the remainder is zero, (x3)(x - 3) is confirmed as a factor. To determine all zeros of a polynomial like f(x)=x36x2+11x6f(x) = x^3 - 6x^2 + 11x - 6, we test possible rational zeros. Testing x=1x = 1 yields f(1)=136(1)2+11(1)6=16+116=1212=0f(1) = 1^3 - 6(1)^2 + 11(1) - 6 = 1 - 6 + 11 - 6 = 12 - 12 = 0, so (x1)(x - 1) is a factor. Dividing the original polynomial by (x1)(x - 1) using synthetic division results in a quotient of x25x+6x^2 - 5x + 6. Factoring the quadratic quotient results in (x2)(x3)(x - 2)(x - 3). Thus, the three zeros are x=1,2,3x = 1, 2, 3.

Advanced Factoring Techniques and Polynomial Equations

Factoring is essential for solving polynomial equations of the form P(x)=0P(x) = 0. Key patterns include:

  • Difference of Personal Squares: x225=(x+5)(x5)x^2 - 25 = (x + 5)(x - 5).

  • General Trinomials: x2+7x+10=(x+2)(x+5)x^2 + 7x + 10 = (x + 2)(x + 5).

  • Difference of Cubes: x327=(x3)(x2+3x+9)x^3 - 27 = (x - 3)(x^2 + 3x + 9).

  • Sum of Cubes: x3+27=(x+3)(x23x+9)x^3 + 27 = (x + 3)(x^2 - 3x + 9).

In some higher-degree equations, substitution can be utilized. For the quartic equation x45x2+4=0x^4 - 5x^2 + 4 = 0, we can let u=x2u = x^2, turning the equation into a quadratic: u25u+4=0u^2 - 5u + 4 = 0. Factoring this leads to (u1)(u4)=0(u - 1)(u - 4) = 0, meaning u=1u = 1 or u=4u = 4. Substituting back for x2x^2, we find x2=1x^2 = 1 (yielding x=±1x = \pm 1) and x2=4x^2 = 4 (yielding x=±2x = \pm 2). The four roots for this quartic are x=1,1,2,2x = 1, -1, 2, -2.

Methods for Solving Polynomial Inequalities

To solve polynomial inequalities, such as x^2 + x - 6 > 0, the first step is to find the critical points by factoring: (x+3)(x2)=0(x + 3)(x - 2) = 0, giving roots x=3x = -3 and x=2x = 2. These roots divide the number line into intervals: (,3)(-\infty, -3), (3,2)(-3, 2), and (2,)(2, \infty). Testing a point in each interval determines where the inequality is true:

  1. For x=4x = -4 in (,3)(-\infty, -3), the product is (-)(-)$, which is positive (+).\n2. For x = 0inin(-3, 2),theproductis, the product is(+)(-),whichisnegative(, which is negative (-).\n3. For x = 3inin(2, \infty),theproductis, the product is(+)(+),whichispositive(, which is positive (+).\n\nSince the inequality is > 0,thefinalsolutionis, the final solution isx < -3ororx > 2.\n\nAnother example is (x + 1)(x - 2)(x - 5) \leq 0.Thecriticalpointsare. The critical points are-1,,2,and, and5. Testing the intervals:\n- For x < -1,theproduct, the product(x+1)(x-2)(x-5)isis(-)(-)(-) = (-). (Included in solution)\n- For -1 < x < 2,theproductis, the product is(+)(-)(-) = (+).\n- For 2 < x < 5,theproductis, the product is(+)(+)(-) = (-). (Included in solution)\n- For x > 5,theproductis, the product is(+)(+)(+) = (+).\n\nThe solution set is x \leq -1oror2 \leq x \leq 5,whichcanbewritteninintervalnotationas, which can be written in interval notation as(-\infty, -1] \cup [2, 5].Usebrackets. Use brackets[ ]whenendpointsareincluded(duetothewhen endpoints are included (due to the\leqsign)andparenthesessign) and parentheses( )$$ when they are not.