fractions of polynomials

Rational functions are fractions of polynomials

Again, we prefer polynomials in factored form. Therefore, usually, our first step is to transform the formula for the rational function to look like

\[ \frac { (x-r_n)(x-r_{n-1}) \cdots (x-r_2)(x-r_1) } { (x-s_m)(x-s_{m-1}) \cdots (x-s_2)(x-s_1) } \]

And, again, we will be able to obtain a product of exclusively linear factors with the addition of complex numbers. With real numbers we can get these products to consist of a mixture of linear and irreducible quadratics.

While polynomials only combined factors with positive integer powers, rational functions include factors with negative integer powers.

We can pull \(H(w)\) apart to see these power-like functions.

\[ H(w) = \frac {(w-1)}{(w+3) (w-4)} = \frac {4}{7} \cdot \frac {1}{w+3} + \frac {3}{7} \cdot \frac {1}{w-4} = \frac {4}{7} (w+3)^{-1} + \frac {3}{7} (w-4)^{-1} \]

Strictly speaking, these are not power functions, but more like shifted power functions - in the denominator.

Continuity

Rational functions are continuous everywhere on their domain. They have singularities at zeros of their denominators.

Graphs of rational functions might have vertical asymptotes at these singularities, where the function grows (positively or negatively) without bound. As we can see in the examples above, the sign of the function can switch across a singularity, or not. This has to do with the power of the corresponding factor, which we will investigate later.

In addition to horizontal and vertical asymptotes, graphs of rational functions can have oblique asymptotes, which describe the end-behavior.

The graph of a rational function need not have an asymptote at a zero of the denominator.

This is because \(5\) is also a zero of the polynomial in the numerator (with the same exponent).

\[ y = h(t) = \frac {(t-1)(t-5)}{(t-5)(t+3)} = \frac {(t-1)}{(t+3)} \, \text { for } \, t \ne 5 \]

End-Behavior

The end-behavior of a rational function depends on the leading terms of the numerator and denominator.

\(\blacktriangleright \) If \(n > m\)

\[ \lim \limits _{x \to \pm \infty } \frac { a_n x^n + a_{n-1} x^{n-1} + \cdots + a_3 x^3 + a_2 x^2 + a_1 x + a_0 } { b_m x^m + b_{m-1} x^{m-1} + \cdots + b_3 x^3 + b_2 x^2 + b_1 x + b_0 } = \lim \limits _{x \to \pm \infty } \frac { a_n x^n } { b_m x^m } = \pm \infty \]

\(\blacktriangleright \) If \(n < m\)

\[ \lim \limits _{x \to \pm \infty } \frac { a_n x^n + a_{n-1} x^{n-1} + \cdots + a_3 x^3 + a_2 x^2 + a_1 x + a_0 } { b_m x^m + b_{m-1} x^{m-1} + \cdots + b_3 x^3 + b_2 x^2 + b_1 x + b_0 } = \lim \limits _{x \to \pm \infty } \frac { a_n x^n } { b_m x^m } = 0 \]

\(\blacktriangleright \) If \(n = m\)

\[ \lim \limits _{x \to \pm \infty } \frac { a_n x^n + a_{n-1} x^{n-1} + \cdots + a_3 x^3 + a_2 x^2 + a_1 x + a_0 } { b_m x^m + b_{m-1} x^{m-1} + \cdots + b_3 x^3 + b_2 x^2 + b_1 x + b_0 } = \lim \limits _{x \to \pm \infty } \frac { a_n x^n } { b_m x^m } = \frac { a_n} { b_m } \]

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Elementary Functions

2025-01-07 00:41:11