approaching infinity

Eventually, outside some interval, the function under investigation doesn’t do anything surprising. It settles down into a simple pattern. We call this eventual pattern the end-behavior.

What are the simple patterns on \((-\infty , -a) \cup (a, \infty )\) when \(a\) is “big enough”? What does “big enough” mean?

End-behavior occurs only for very large domain numbers, out in the tails of the domain. Eventually, the numbers are so large that the major pieces of the function just overshadow everything thing else.

For polynomials, the major piece is the leading term, consisting of the leading coefficient with the highest power term.

Rational Functions

Rational functions are quotients of polynomials. Therefore, their end-behavior is revealed by the quotient of their leading terms.

graph of \(y = g(x) = \frac {x+1}{(x+3)(x-4)}\)

The end-behavior would come from

\[ \frac {x+1}{(x+3)(x-4)} \sim \frac {x}{x^2} = \frac {1}{x} \]

This approaches \(0\) as \(x \to \infty \) or \(x \to -\infty \)

\[ \lim \limits _{x \to \infty } \frac {x+1}{(x+3)(x-4)} = \lim \limits _{x \to \infty } \frac {1}{x} = 0 \]

\(\blacktriangleright \) For a rational function, if the degree of the denominator is greater than the degree of the numerator, then the end-behavior of a rational function is the constant function \(0\) and the horizontal axis is a horizontal asymptote on the graph.

\(\blacktriangleright \) For a rational function, if the degrees of the denominator and numerator are equal, then the end-behavior of a rational function is again a constant function.

\[ \frac {(3t+1)(5t-5)}{(t+3)(2t-4)} \sim \frac {15t^2}{2t^2} = \frac {15}{2} \]

The graph of \(y = h(t) = \frac {(3t+1)(5t-5)}{(t+3)(2t-4)} \) has a horizontal asymptote with the equation \(y = \frac {15}{2}\).

\(\blacktriangleright \) If the degree of the numerator and is one more than the degree of the denominator, then the end-behavior is a linear function.

\[ \frac {(w+8)(2w-7)(3w-1)}{(3w-5)(w+2)} \sim \frac {6w^3}{3w^2} \sim 2w \]

Maybe, we want a little bit more detail. The graph makes it look like maybe the intercept is \(3\).

That seems off a little bit.

Let’s think algebraically, to get the linear term.

We are looking for a linear function, \(A \cdot w + B\), such that for very large values of \(x\), we have

\[ \frac {(w+8)(2w-7)(3w-1)}{(3w-5)(w+2)} \sim A \cdot w + B \]

We are looking for

\[ (w+8)(2w-7)(3w-1) \sim (3w-5)(w+2) \cdot (A \cdot w + B) \]

If we multiply these out and compare...

\[ 6 w^3 + 25 w^2 - 177 w + 56 = 3A w^2 + (A + 3B) w^2 + \cdots \]

This tells us that \(A = 2\) and \(B = \frac {23}{3}\)

That looks good.

This line is called an oblique asymptote.

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

2025-01-07 01:09:02