I was struggling with an explanation for why polynomials with even exponents bounce off the line Y=0, while ones with odd exponents go through. I'm assuming it has to do with signs, and how - times - is positive ect., but we've never had it explained fully to us in class. Why does it come back up after it hits?
2026-04-01 00:20:40.1775002840
Polynomials "Bouncing" off the X-Intercept
1.2k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in POLYNOMIALS
- Alternate basis for a subspace of $\mathcal P_3(\mathbb R)$?
- Integral Domain and Degree of Polynomials in $R[X]$
- Can $P^3 - Q^2$ have degree 1?
- System of equations with different exponents
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Dividing a polynomial
- polynomial remainder theorem proof, is it legit?
- Polyomial function over ring GF(3)
- If $P$ is a prime ideal of $R[x;\delta]$ such as $P\cap R=\{0\}$, is $P(Q[x;\delta])$ also prime?
- $x^{2}(x−1)^{2}(x^2+1)+y^2$ is irreducible over $\mathbb{C}[x,y].$
Related Questions in GRAPHING-FUNCTIONS
- Lower bound of bounded functions.
- Do Irrational Conjugates always come in pairs?
- Graph rotation: explanation of equation
- Plot function y = tan(yx)
- Sketching a lemniscate curve with a max function?
- 3 points on a graph
- show $f(x)=f^{-1}(x)=x-\ln(e^x-1)$
- What is this method of sketching a third degree curve?
- Getting a sense of $f(x) = x (\log x)^6$
- Can I describe an arbitrary graph?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
For the record, not all polynomials of even degree "bounce" off the x-axis: try playing around with some 4th or 6th degree polynomials in Desmos (https://www.desmos.com/calculator)
The above, for example, is the graph of $f\left( x\right)=x^6+x^5-x^4+x^3-x^2-2x+1$
But I think I get the phenomenon you're trying to get at - why do polynomials of even degree have both "ends" of it go off to $-\infty$ or $+\infty$, when the ones of odd degree always have one going to $-\infty$ and the other to $+\infty$?
The answer mostly lies in signs, and how exponents handle them.
Consider, for example, $(-2)^n$, where $n$ is some positive whole number. Notice:
$n$ is even:
$n$ is odd:
Notice how the sign is handled: if $n$ is even, the sign is always positive, and if $n$ is odd, then the sign is negative (if the number we're looking at is negative).
(Minor nuance: these all assume they're regarding polynomials of positive leading coefficient. If the coefficient is negative, then the entire graph flips upside-down, basically, and thus things that go to $+\infty$ now to go $-\infty$, and vice versa, and the signs mentioned above would all flip.)
Further, if you ignore whether the number is positive or negative, notice that the numbers get bigger the further away from the origin you go on the $x$ axis. (Mathematically, we say that the numbers are increasing in magnitude the further from the $x$ axis you go.) In polynomials, the bigger the input, the bigger the output - that's just how things work, and it becomes clear when you consider every term of the polynomial has some $x^n$ thing in there. So if $x$ is a really really big number, then $x^n$ is a really REALLY big number.
These two things basically describe a rough idea of why polynomials of even and odd degree act like they do: terms of even degree like to turn the signs positive while odd degree terms like to keep the sign, and the further out you go the bigger in size the terms get (though depending on the sign, they start going off to $-\infty$ or $+\infty$, depending).