Part of CALC-01 — Limits & Continuity

Evaluating Limits at Infinity

by Notetube Official170 words4 views

Polynomial/Rational Functions: For lim(x->infinity) PxQ\frac{x}{Q}(x) where P has degree m and Q has degree n:

  • If m < n: limit = 0
  • If m = n: limit = leadingcoefficientofP(leadingcoefficientofQ)\frac{leading coefficient of P}{(leading coefficient of Q)}
  • If m > n: limit = +/- infinity

Method: Divide every term by x^(highest power in denominator).

Exponential vs Polynomial: Exponential growth dominates polynomial growth.

  • lim(x->infinity) xnx^n / exe^x = 0 for any fixed n
  • lim(x->infinity) ln(x) / xnx^n = 0 for any n > 0

Growth Rate Hierarchy: (slowest to fastest) ln(x) << xax^a (0 < a < 1) << x << x2x^2 << ... << xnx^n << exe^x << x! << xxx^x

Useful trick for radicals: lim(x->infinity) (sqrt(x2x^2 + ax + b) - x): Multiply by conjugate. = lim(x->infinity) ax+b(sqrt(x2+ax+b)\frac{ax + b}{(sqrt(x^2 + ax + b)} + x) = a/2.

Warning: When x -> -infinity and you have sqrt(x2x^2), remember sqrt(x2x^2) = |x| = -x (since x is negative). This sign error is a very common JEE trap.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes