- Polynomials of degree 2, if the first term is positive, starts descreasing.
- Polynomials of degree 3, if the first term is positive, starts increasing.
is this constant? like..
- Polynomials of degree 4, if the first term is positive, starts descreasing.
- Polynomials of degree 5, if the first term is positive, starts increasing.
- ...
Assuming you mean if we start drawing it from $-\infty$ and proceed towards $+\infty$, then yes that is correct.
This is because $a_m x^m$ is the dominating term in the polynomial $P(x) = \sum_{k=0}^{m} a_k x^k$.
Now for even degree $Q(x)$ (with positive leading coefficient), it's derivative $P(x) = Q'(x)$ is of odd degree and so is negative as we start out from $-\infty$, and thus $Q(x)$ is decreasing.
For odd degree $Q(x)$, the derivative has even degree and so is positive near $-\infty$ (and also $+\infty$) and is thus increasing.