Properties Of Limits Part 1

Properties of limits part-1

graph TB A[Properties of limits part-1] A --> B[Limit of a Constant] A --> C[Limit of a Sum] A --> D[Limit of a Difference] A --> E[Limit of a Product] A --> F[Limit of a Quotient] B --> G[If c is a constant and n is a positive integer, then lim (c^n) = c^n] C --> H[lim (f(x) + g(x)) = lim f(x) + lim g(x)] D --> I[lim (f(x) - g(x)) = lim f(x) - lim g(x)] E --> J[lim (f(x) * g(x)) = lim f(x) * lim g(x)] F --> K[lim (f(x) / g(x)) = lim f(x) / lim g(x), g(x) ≠ 0]