AP PrecalculusUnit 1A - Polynomial and Rational Functions

1.5B Even and Odd Polynomials | AP Precalculus Notes

Master AP Precalculus 1.5B even and odd polynomials with definitions, symmetry tests, examples, graph behavior, a polynomial parity checker, exam tips, practice questions and FAQs.
Infographic illustrating even and odd polynomial functions in AP Precalculus Topic 1.5B, with symmetry graphs and business applications, by RevisionTown.
1.5B Even and Odd Polynomials | AP Precalculus Notes

AP Precalculus Unit 1A | Polynomial and Rational Functions

1.5B Even and Odd Polynomials

Learn how to classify polynomial functions as even, odd or neither using algebraic tests, exponent patterns and graph symmetry. Includes an interactive polynomial parity checker, worked examples, exam strategy, practice questions and MathJax-ready formulas.

Even/Odd Polynomial Checker

Enter the coefficients of a polynomial from degree 0 through degree 9. Leave missing terms as 0. The checker classifies the polynomial by testing whether its nonzero terms use only even powers, only odd powers, both types of powers, or no nonzero terms.

Result

1.5B Even and Odd Polynomials: Topic Overview

Even and odd polynomials are polynomial functions classified by symmetry. An even polynomial has y-axis symmetry, while an odd polynomial has origin symmetry. This topic is part of AP Precalculus Unit 1A, where polynomial and rational functions are studied through structure, zeros, graphs, rates of change and end behavior. The key skill is to connect an algebraic rule with a graphical feature: substituting \(-x\) into a function tells you whether the graph mirrors across the y-axis, rotates around the origin or has no special parity symmetry.

Even and odd classifications are not based on whether the degree is even or odd alone. A fourth-degree polynomial can be neither, a fifth-degree polynomial can be neither and the zero polynomial is both even and odd. The classification depends on the entire function. For polynomials, the fastest shortcut is to inspect the powers of \(x\): if every nonzero term has an even exponent, the polynomial is even; if every nonzero term has an odd exponent and there is no nonzero constant term, the polynomial is odd; if both even and odd powers appear with nonzero coefficients, the polynomial is neither.

These notes build from the formal definitions to practical AP-style reasoning. You will learn how to test \(f(-x)\), how to read symmetry from a graph, how to identify polynomial parity from terms, how transformations change parity, how zeros appear in symmetric pairs and why parity helps with sketching. If you need a broader foundation first, RevisionTown’s Unit 1A polynomial and rational functions overview places this topic in the wider AP Precalculus sequence.

Even and odd polynomials are also useful beyond a single classification question. Symmetry can reduce the amount of graphing needed, simplify calculations, reveal missing terms in a model, and help identify whether a proposed polynomial is consistent with a data set. For example, if a graph is symmetric about the y-axis, terms such as \(x^3\), \(x\), or \(x^5\) should not appear in its polynomial rule. If a graph has origin symmetry, a nonzero constant term should not appear, because the graph must pass through the origin.

Even Polynomial

\(f(-x)=f(x)\). The graph is symmetric about the y-axis. Typical examples include \(x^2\), \(x^4+3x^2-7\), and nonzero constant functions.

Odd Polynomial

\(f(-x)=-f(x)\). The graph has origin symmetry. Typical examples include \(x\), \(x^3-5x\), and \(2x^5+x^3-9x\).

Neither

The polynomial fails both tests. Mixed nonzero even and odd powers usually produce neither, such as \(x^2+x\), \(x^3+1\), and \(2x^4-x+5\).

Formal Definitions of Even and Odd Functions

A function is even if replacing \(x\) with \(-x\) does not change the output. In symbols:

\(f(-x)=f(x)\quad\text{for all }x\text{ in the domain}\)

This means that the input values \(x\) and \(-x\) produce the same output. If \(f(3)=10\), then an even function must also satisfy \(f(-3)=10\). On a graph, the points \((3,10)\) and \((-3,10)\) appear as mirror images across the y-axis. That mirror property is why even functions are described as y-axis symmetric.

A function is odd if replacing \(x\) with \(-x\) gives the opposite output. In symbols:

\(f(-x)=-f(x)\quad\text{for all }x\text{ in the domain}\)

If \(f(3)=10\), then an odd function must satisfy \(f(-3)=-10\). On a graph, the point \((3,10)\) is paired with \((-3,-10)\). This is not reflection across the y-axis; it is origin symmetry. A graph with origin symmetry looks the same after a \(180^\circ\) rotation about the origin.

The domain condition matters for general functions, but polynomials have a domain of all real numbers. That makes the definitions easier to apply. You do not have to check whether \(-x\) is in the domain, because every real input is valid for every polynomial. This is one reason polynomial parity is often introduced before parity for more complicated functions.

The words even and odd come from powers of \(x\), but they apply to functions, not just exponents. A monomial such as \(x^4\) is even because the exponent is even and \((-x)^4=x^4\). A monomial such as \(x^5\) is odd because the exponent is odd and \((-x)^5=-x^5\). A polynomial can combine terms, so the whole expression must be tested rather than assuming the leading term decides everything.

The Algebraic Test: Substitute \(-x\)

The most reliable method is to calculate \(f(-x)\) and compare it with \(f(x)\) and \(-f(x)\). This works for every polynomial and is the method AP-style questions expect when the expression is not immediately obvious.

  1. Write the original polynomial \(f(x)\).
  2. Replace every \(x\) with \(-x\).
  3. Simplify powers carefully.
  4. Compare the result with \(f(x)\).
  5. Compare the result with \(-f(x)\).
  6. Classify the polynomial as even, odd or neither.

The powers are the key. Even powers remove the negative sign because \((-x)^{2k}=x^{2k}\). Odd powers keep one negative sign because \((-x)^{2k+1}=-x^{2k+1}\). Constants are unchanged because they do not contain \(x\).

\((-x)^{2k}=x^{2k}\qquad\text{and}\qquad(-x)^{2k+1}=-x^{2k+1}\)

Consider \(f(x)=3x^4-2x^2+7\). Substitute \(-x\):

\(f(-x)=3(-x)^4-2(-x)^2+7=3x^4-2x^2+7=f(x)\)

Because the expression is unchanged, the polynomial is even. Now consider \(g(x)=4x^5-x^3+2x\):

\(g(-x)=4(-x)^5-(-x)^3+2(-x)=-4x^5+x^3-2x=-g(x)\)

Because \(g(-x)\) is the negative of \(g(x)\), the polynomial is odd. Finally, consider \(h(x)=x^3+x^2\):

\(h(-x)=(-x)^3+(-x)^2=-x^3+x^2\)

This is not \(h(x)=x^3+x^2\), and it is not \(-h(x)=-x^3-x^2\). Therefore \(h(x)\) is neither even nor odd.

Exam habit: do not stop after saying “the degree is even” or “the graph looks symmetric.” Show or explain the actual condition: \(f(-x)=f(x)\), \(f(-x)=-f(x)\), or neither.

The Polynomial Exponent Shortcut

For polynomial functions, there is a fast shortcut based on the exponents of all nonzero terms. A polynomial is a sum of terms in the form \(a_nx^n\), where \(n\) is a nonnegative integer and \(a_n\) is a coefficient. Since each term changes predictably when \(x\) becomes \(-x\), the parity of the polynomial is determined by which exponents actually appear.

Term PatternClassificationReasonExample
Only even powers, including possible constant termEvenEvery term is unchanged by \(x\mapsto -x\)\(5x^6-2x^4+x^2-9\)
Only odd powers, no nonzero constant termOddEvery term changes sign by \(x\mapsto -x\)\(3x^7-x^3+8x\)
Both even and odd nonzero powersNeitherSome terms change sign while others do not\(x^4+2x^3-1\)
Zero polynomialBoth even and odd\(0=0\) and \(0=-0\)\(f(x)=0\)

The constant term is considered an even-power term because a constant can be written as \(cx^0\), and \(0\) is an even exponent. Therefore, a nonzero constant polynomial such as \(f(x)=7\) is even. It is not odd, because an odd function must satisfy \(f(-x)=-f(x)\), and \(7\neq -7\). The only constant function that is odd is \(f(x)=0\), because \(0=-0\).

The shortcut is powerful, but it must be used after the polynomial is simplified. If like terms are not combined, a term may appear to break parity even though it cancels. For example:

\(f(x)=x^3-x^3+2x^2+1=2x^2+1\)

The unsimplified expression contains odd powers, but they cancel. The simplified polynomial has only even powers, so it is even. Always simplify before classifying.

This shortcut also explains why leading degree is not enough. The polynomial \(x^4+x\) has even degree, but it is neither because the nonzero \(x\) term is odd. The polynomial \(x^5+x^2\) has odd degree, but it is neither because it contains a nonzero even-power term. The whole expression matters.

Graph Symmetry: y-Axis Symmetry and Origin Symmetry

Even and odd classifications are algebraic, but they have immediate graph meanings. An even polynomial is symmetric about the y-axis. If the right side of the graph contains a point, the left side contains its mirror image. The y-axis acts like a folding line. This is why \(y=x^2\), \(y=x^4\), and \(y=x^6-3x^2+1\) all have graphs whose left and right sides match.

\(\text{Even symmetry: if }(a,b)\text{ is on the graph, then }(-a,b)\text{ is also on the graph.}\)

An odd polynomial has origin symmetry. If \((a,b)\) is on the graph, then \((-a,-b)\) is also on the graph. The graph looks the same after a \(180^\circ\) rotation about the origin. This is why \(y=x^3\), \(y=x^5\), and \(y=x^3-4x\) have a balanced rotational symmetry.

\(\text{Odd symmetry: if }(a,b)\text{ is on the graph, then }(-a,-b)\text{ is also on the graph.}\)

Graph symmetry is useful when sketching. If a polynomial is even, you can plot points on the right side and mirror them to the left. If a polynomial is odd, you can plot points on one side and rotate those points through the origin. This reduces computation and helps catch graphing mistakes.

However, graph appearance can mislead if the viewing window is too small. A graph may look nearly symmetric because of scale, but a small term can break parity. For example, \(f(x)=x^4+0.01x\) may look almost even in a large window, but it is not even because \(0.01x\) changes sign while \(x^4\) does not. Algebra is the final authority.

Symmetry also connects to rates of change. If an even polynomial is differentiable, which every polynomial is, slopes at opposite inputs have opposite signs. If \(f\) is even, then its derivative is odd. If \(f\) is odd, then its derivative is even. This is beyond the simplest AP Precalculus classification, but it helps explain why the left and right sides of symmetric graphs rise and fall in related ways. For more on polynomial rates of change, see 1.4 Polynomial Functions and Rates of Change.

Worked Examples: Classifying Polynomials

Example 1: \(f(x)=x^6-4x^2+9\)

Every nonzero term has an even exponent: \(6\), \(2\), and \(0\). Therefore the polynomial should be even. Check by substitution:

\(f(-x)=(-x)^6-4(-x)^2+9=x^6-4x^2+9=f(x)\)

The polynomial is even. Its graph is symmetric about the y-axis.

Example 2: \(g(x)=2x^5-7x^3+x\)

Every nonzero term has an odd exponent: \(5\), \(3\), and \(1\). There is no constant term. Therefore the polynomial should be odd. Check:

\(g(-x)=2(-x)^5-7(-x)^3+(-x)=-2x^5+7x^3-x=-g(x)\)

The polynomial is odd. Its graph has origin symmetry and must pass through the origin because \(g(0)=0\).

Example 3: \(h(x)=x^4+x^2+x\)

This polynomial contains even powers \(x^4\) and \(x^2\), plus the odd power \(x\). Mixed parity terms suggest neither. Check:

\(h(-x)=(-x)^4+(-x)^2+(-x)=x^4+x^2-x\)

This is not \(h(x)=x^4+x^2+x\), and it is not \(-h(x)=-x^4-x^2-x\). The polynomial is neither even nor odd.

Example 4: \(p(x)=-3\)

A constant function is even if it is nonzero. Substituting \(-x\) changes nothing:

\(p(-x)=-3=p(x)\)

The polynomial is even. It is not odd because \(-p(x)=3\), and \(-3\neq 3\).

Example 5: \(q(x)=0\)

The zero polynomial is a special case:

\(q(-x)=0=q(x)\qquad\text{and}\qquad q(-x)=0=-q(x)\)

Therefore the zero polynomial is both even and odd. Some textbooks mention this explicitly; others avoid the special case in basic exercises. If a question includes \(f(x)=0\), the mathematically precise classification is both.

Example 6: \(r(x)=x^5+x^4-x\)

The leading term has odd degree, but the polynomial also contains the even term \(x^4\). Therefore the polynomial is neither. Algebra confirms it:

\(r(-x)=(-x)^5+(-x)^4-(-x)=-x^5+x^4+x\)

This is neither \(r(x)=x^5+x^4-x\) nor \(-r(x)=-x^5-x^4+x\). The nonzero even term prevents odd symmetry, and the nonzero odd terms prevent even symmetry.

Example 7: \(s(x)=4x^8-2x^6+x^2\)

All powers are even and there is no odd term. A constant term is not required for evenness. Therefore \(s(x)\) is even:

\(s(-x)=4x^8-2x^6+x^2=s(x)\)

Its graph is symmetric about the y-axis and may touch or cross the x-axis in symmetric pairs depending on its factors.

Example 8: \(t(x)=x^7-6x^5+9x^3\)

All powers are odd and there is no nonzero constant term. Therefore \(t(x)\) is odd:

\(t(-x)=-x^7+6x^5-9x^3=-t(x)\)

Its graph has origin symmetry and must include the point \((0,0)\).

Operations with Even and Odd Polynomials

Parity behaves predictably under addition, subtraction and multiplication when the functions have compatible classifications. These rules are useful for mental checks and for understanding why terms cancel or combine.

OperationResultExample
even + eveneven\((x^4+1)+(3x^2-5)=x^4+3x^2-4\)
odd + oddodd\((x^5+x)+(2x^3-4x)=x^5+2x^3-3x\)
even + oddusually neither\((x^2+1)+x=x^2+x+1\)
even × eveneven\((x^2+1)(x^4-3)\)
odd × oddeven\(x(x^3-2x)=x^4-2x^2\)
even × oddodd\((x^2+1)(x^3-x)=x^5-x\)

These rules follow directly from the definitions. If \(E(x)\) is even, then \(E(-x)=E(x)\). If \(O(x)\) is odd, then \(O(-x)=-O(x)\). For multiplication:

\((E\cdot O)(-x)=E(-x)O(-x)=E(x)(-O(x))=-(E(x)O(x))\)

So the product of an even function and an odd function is odd. Similarly, the product of two odd functions is even because the two negative signs multiply to a positive.

For addition, mixing even and odd usually produces neither because one part stays the same and the other changes sign. However, special cancellation can create an even or odd result. For example, \((x^2+x)-x=x^2\) is even after simplification. As always, simplify before classifying.

Operations also explain why any polynomial can be split into an even part and an odd part. The even part contains all even-power terms, and the odd part contains all odd-power terms. For \(f(x)=3x^5+2x^4-x+7\), the even part is \(2x^4+7\) and the odd part is \(3x^5-x\). This decomposition is useful for understanding why a mixed polynomial is neither.

\(f(x)=\underbrace{(2x^4+7)}_{\text{even part}}+\underbrace{(3x^5-x)}_{\text{odd part}}\)

Zeros, Factors and End Behavior

Parity gives important information about zeros and factors. If an even polynomial has a zero at \(x=a\), then it also has a zero at \(x=-a\), because \(f(a)=0\) implies \(f(-a)=f(a)=0\). Therefore nonzero real zeros of even polynomials occur in symmetric pairs. The y-intercept may or may not be zero depending on the constant term.

\(\text{If }f\text{ is even and }f(a)=0,\text{ then }f(-a)=0.\)

If an odd polynomial has a zero at \(x=a\), then it also has a zero at \(x=-a\), because \(f(-a)=-f(a)=0\). In addition, every odd polynomial has \(f(0)=0\), so \(x=0\) is a zero. This happens because every term in an odd polynomial contains at least one factor of \(x\).

\(f(x)=a_1x+a_3x^3+a_5x^5+\cdots=x(a_1+a_3x^2+a_5x^4+\cdots)\)

This factorization shows why odd polynomials pass through the origin. It also connects this topic to polynomial zeros and factors. If you are reviewing the relationship between zeros and factors, RevisionTown’s 1.5A Polynomial Functions and Complex Zeros page is a natural companion to this lesson. For algebraic factor tools, the Factor and Remainder Theorem also supports polynomial analysis.

End behavior is related but not identical to parity. Even-degree polynomials have ends that move in the same vertical direction if the leading coefficient is positive or negative. Odd-degree polynomials have ends that move in opposite vertical directions. However, end behavior is determined by leading degree and leading coefficient, while even/odd parity is determined by all terms. For a focused review of end behavior, see 1.6 Polynomial Functions and End Behavior.

Polynomial TypeZerosOrigin BehaviorEnd Behavior Note
Even polynomialNonzero zeros occur in \(\pm a\) pairsMay or may not pass through originLeading degree is even unless constant
Odd polynomialNonzero zeros occur in \(\pm a\) pairsAlways passes through originLeading degree is odd unless zero polynomial
NeitherNo required symmetry patternMay pass through origin or notUse leading term for end behavior

AP Precalculus Exam Focus

In AP Precalculus, even and odd polynomials may appear in direct classification questions, graph interpretation questions, model-building questions or multiple-choice items that ask for a polynomial with a specified symmetry. The College Board emphasis is usually conceptual: understand how algebraic structure determines graphical behavior.

A typical question might give four polynomial expressions and ask which one is even. In that case, inspect the exponents after simplification. Another question might show a graph and ask which formula could represent it. If the graph is symmetric about the y-axis, eliminate choices with nonzero odd-power terms. If the graph has origin symmetry, eliminate choices with nonzero even-power terms or a nonzero constant term.

Parity can also appear in modeling. Suppose a data set is symmetric around the vertical axis. An even polynomial model may be appropriate because positive and negative inputs produce the same output. Suppose a relationship changes sign when the input changes sign, such as a signed displacement or balance around an equilibrium. An odd polynomial model may be appropriate. These modeling decisions require interpretation, not just mechanical substitution.

When a question asks for justification, use precise language. A strong answer says, “The polynomial is even because \(f(-x)=f(x)\) for all real \(x\), so its graph is symmetric about the y-axis.” A weaker answer says, “It is even because the graph looks even.” The first response gives a mathematical reason; the second only describes an impression.

This lesson builds on earlier Unit 1A skills such as rates of change in linear and quadratic functions and polynomial rates of change. If you need to review how polynomial behavior changes across intervals, start with 1.3 Rates of Change in Linear and Quadratic Functions and then move to 1.4 Polynomial Functions and Rates of Change. For the full course map, use AP Precalculus.

What AP-Style Questions Often Test

  • Recognizing even symmetry from \(f(-x)=f(x)\).
  • Recognizing odd symmetry from \(f(-x)=-f(x)\).
  • Classifying a polynomial from its nonzero exponents.
  • Matching a graph to an equation using symmetry.
  • Determining whether a transformation preserves or breaks parity.
  • Using zeros in symmetric pairs for even or odd polynomials.
  • Explaining why a mixed polynomial is neither even nor odd.

How Transformations Affect Parity

Transformations can preserve or destroy even/odd symmetry. Vertical stretches and reflections preserve parity because they multiply the entire function by a constant. If \(f(x)\) is even, then \(3f(x)\) and \(-f(x)\) are still even. If \(f(x)\) is odd, then \(3f(x)\) and \(-f(x)\) are still odd.

\(\text{If }f\text{ is even, then }cf(-x)=cf(x).\) \(\text{If }f\text{ is odd, then }cf(-x)=c[-f(x)]=-cf(x).\)

Vertical shifts usually break odd symmetry and may preserve even symmetry only when the original function is even. For example, \(x^2+4\) is still even because it has only even-power terms. But \(x^3+4\) is neither because the nonzero constant term prevents odd symmetry. A vertical shift adds an even component, so an odd function shifted up or down becomes neither unless the shift is zero.

Horizontal shifts usually break both types of symmetry relative to the original axes. The graph of \(y=(x-2)^2\) is symmetric about the vertical line \(x=2\), not about the y-axis. Therefore it is not an even function, even though it is a shifted parabola. This is a common error: symmetry about some vertical line is not the same as y-axis symmetry.

Reflections across the y-axis are built into the test \(f(-x)\). Reflections across the x-axis multiply the function by \(-1\), which preserves parity classification. A reflected even graph remains even; a reflected odd graph remains odd. But translations change the coordinate relationship that defines parity, so they must be checked carefully.

TransformationEven FunctionOdd Function
Vertical stretch \(cf(x)\)Stays evenStays odd
Reflection \(-f(x)\)Stays evenStays odd
Vertical shift \(f(x)+k\)Stays evenUsually becomes neither if \(k\neq0\)
Horizontal shift \(f(x-h)\)Usually becomes neitherUsually becomes neither

Common Mistakes and How to Avoid Them

Mistake 1: Using the Degree Only

Students often say a polynomial is even because its degree is even or odd because its degree is odd. This is not enough. The polynomial \(x^4+x\) has even degree but is neither. The polynomial \(x^5+x^2\) has odd degree but is neither. Check every nonzero term.

Mistake 2: Forgetting the Constant Term

A nonzero constant term is an even-power term because it is \(cx^0\). It is allowed in even polynomials but not in odd polynomials. The polynomial \(x^3+5\) is neither, not odd, because \(5\) does not change sign when \(x\) is replaced by \(-x\).

Mistake 3: Confusing Origin Symmetry with y-Axis Symmetry

Even graphs mirror left and right across the y-axis. Odd graphs rotate \(180^\circ\) around the origin. A graph with origin symmetry is not generally symmetric about the y-axis. Keep the point rules separate: even uses \((a,b)\rightarrow(-a,b)\), while odd uses \((a,b)\rightarrow(-a,-b)\).

Mistake 4: Not Simplifying First

Terms can cancel. A polynomial that looks mixed may simplify to an even or odd polynomial. Always combine like terms before classifying.

\(x^4+x-x+2=x^4+2\quad\text{is even after simplification.}\)

Mistake 5: Assuming Every Function Is Even, Odd or Both

Most polynomials are neither. A mixed expression such as \(2x^5-x^2+3x\) is neither because it contains nonzero odd and even powers. Do not force a classification when neither condition holds.

Mistake 6: Thinking Odd Polynomials Cannot Have Even Degree Terms After Factoring

Odd polynomials can factor into expressions that contain even powers inside parentheses. For example, \(x(x^2+1)=x^3+x\) is odd. The expanded terms are what matter: every nonzero term has an odd power of \(x\).

Practice Questions

Classify each polynomial as even, odd, neither, or both. Try using the exponent shortcut first, then verify with \(f(-x)\) if needed.

  1. \(f(x)=x^8-3x^4+2\)
  2. \(g(x)=5x^7-2x^3+x\)
  3. \(h(x)=x^6+x^5\)
  4. \(p(x)=4x^2-9x+1\)
  5. \(q(x)=0\)
  6. \(r(x)=x(x^2-4)\)
  7. \(s(x)=(x^2+1)(x^4-3)\)
  8. \(t(x)=x^3+6\)
  9. \(u(x)=2x^9-5x^5+x^3-11x\)
  10. \(v(x)=x^4+x^2-x+x\)

Answer Key with Reasoning

#ClassificationReason
1EvenAll nonzero powers are even: \(8\), \(4\), and \(0\).
2OddAll nonzero powers are odd: \(7\), \(3\), and \(1\).
3NeitherContains even power \(6\) and odd power \(5\).
4NeitherContains even terms and the odd term \(-9x\).
5BothThe zero polynomial satisfies both parity equations.
6OddExpands to \(x^3-4x\), only odd powers.
7EvenProduct of even polynomials; expansion has only even powers.
8Neither\(x^3\) is odd, but \(6\) is a nonzero constant even term.
9OddAll nonzero powers are odd and there is no constant term.
10EvenThe terms \(-x+x\) cancel, leaving \(x^4+x^2\).

Challenge: Build a Polynomial from Symmetry

Write a sixth-degree even polynomial with a y-intercept of \(-4\). One possible answer is:

\(f(x)=2x^6-3x^4+x^2-4\)

It is sixth degree, it contains only even powers, and \(f(0)=-4\). Now write a fifth-degree odd polynomial with zeros at \(-2\), \(0\), and \(2\). One possible answer is:

\(g(x)=x(x^2-4)(x^2+1)\)

The factor \(x\) gives the zero at \(0\), the factor \(x^2-4\) gives zeros at \(\pm2\), and the product has only odd powers when expanded:

\(g(x)=x(x^4-3x^2-4)=x^5-3x^3-4x\)

Study Strategy for Even and Odd Polynomials

Start by memorizing the two defining equations, but do not stop there. The goal is to use them flexibly in algebraic, graphical and contextual questions. Write \(f(-x)=f(x)\) next to y-axis symmetry and \(f(-x)=-f(x)\) next to origin symmetry until the connection becomes automatic.

Next, practice the exponent shortcut for simplified polynomials. Take ten expressions and classify them by scanning terms. Then choose three and verify with substitution. This builds speed without losing accuracy. AP-style multiple-choice questions reward fast recognition, but free-response justifications require clear reasoning.

Graph a few examples by hand or with technology. Compare \(x^4\), \(x^4-3x^2\), \(x^3\), \(x^5-4x\), and \(x^4+x\). Notice how adding a small odd term breaks y-axis symmetry even if the graph still looks close to even in some windows. This visual practice helps you avoid over-relying on appearance.

Finally, connect this topic to related polynomial skills. Parity is one part of polynomial structure. Zeros, factors, multiplicity, end behavior and rates of change all contribute to a complete graph. Use 1.5A Polynomial Functions and Complex Zeros for zeros, 1.6 Polynomial Functions and End Behavior for leading-term behavior, and Functions Formulae AA SL & AA HL if you are also reviewing IB-style function notation and transformations.

Key Terms Glossary

TermMeaning
PolynomialA function made from sums of terms \(a_nx^n\), where \(n\) is a nonnegative integer.
Even functionA function satisfying \(f(-x)=f(x)\) for all \(x\) in its domain.
Odd functionA function satisfying \(f(-x)=-f(x)\) for all \(x\) in its domain.
Y-axis symmetryGraph symmetry where \((a,b)\) and \((-a,b)\) both lie on the graph.
Origin symmetryGraph symmetry where \((a,b)\) and \((-a,-b)\) both lie on the graph.
Constant termThe term with exponent \(0\), written as \(a_0\) or \(a_0x^0\).
Zero polynomialThe polynomial \(f(x)=0\), which is both even and odd.
Leading termThe term with the highest exponent in a polynomial after simplification.
End behaviorThe behavior of a function as \(x\to\infty\) and \(x\to-\infty\).
ParityThe classification of a function as even, odd, both or neither.

FAQs

A polynomial is even if \(f(-x)=f(x)\). For simplified polynomials, this means every nonzero term has an even exponent, including a possible constant term. Examples include \(x^4-2x^2+1\) and \(7\).

A polynomial is odd if \(f(-x)=-f(x)\). For simplified polynomials, this means every nonzero term has an odd exponent and there is no nonzero constant term. Examples include \(x^3-4x\) and \(2x^5+x\).

Yes. Most polynomials are neither. A polynomial with both nonzero even-power and odd-power terms is usually neither, such as \(x^2+x\), \(x^3+1\), or \(2x^4-x+5\).

Yes. The powers are \(2\), \(4\), and \(0\), all even. Substituting \(-x\) gives \((-x)^2+(-x)^4+1=x^2+x^4+1\), so the polynomial is even.

No. Although \(x^3\) is odd, the constant term \(1\) is even. Since \(f(-x)=-x^3+1\), which is not \(-f(x)=-x^3-1\), the polynomial is neither.

Yes, every nonzero odd polynomial has a factor of \(x\), so \(f(0)=0\). The zero polynomial also passes through the origin and is both even and odd.

A nonconstant even polynomial has even degree because its highest nonzero power must be even. A nonzero constant polynomial has degree 0, which is also even. The zero polynomial has no standard degree.

Curriculum fit: AP Precalculus Unit 1A, Topic 1.5B; polynomial function structure; graph symmetry; algebraic reasoning; function notation; and exam preparation for polynomial and rational functions.

Packet

appc_1.5b_packet.pdf
Download File

Practice Solutions

appc_1.5b_solutions.pdf
Download File

Corrective Assignments

appc_1.5b_ca1.pdf
Download File

appc_1.5b_ca2.pdf
Download File

AP Learning Objectives: 
1.5.B  Determine if a polynomial is even or odd.

Shares: