BROWSE
ALPHABETICALLY
LEVEL:
Elementary
Advanced
Both
INCLUDE TOPICS:
Basic Math
Algebra
Analysis
Biography
Calculus
Comp Sci
Discrete
Economics
Foundations
Geometry
Graph Thry
History
Number Thry
Phys Sci
Statistics
Topology
Trigonometry
|
|
L’Hospital’s Rule power series
L’Hospital’s Rule
If a limit is in one of the indeterminate forms “infinity over infinity” or ”zero over zero,” then we have
 That is, the limit is the same after taking the derivatives of both the numerator and denominator. L’Hospital’s Rule may be applied as many times as needed. Students often misapply the Rule by using it when the limit is not in one of the above indeterminate forms. This often results in an incorrect evaluation of the limit.

limit
ARTICLE
The concept of a limit is central to our modern understanding of the differential and integral calculus. Naively, an expression involving a variable limits to some value L if it becomes arbitrarily close to L for appropriate choices of the variable. See the article for a full exposition.

limit comparison test
A test for the convergence of a series. Refer to the related article for a complete description.

Related article: Series

limit point
Given a sequence of points ai , i = 1, 2, 3, ... , a point L is called a limit point of the sequence if every neighborhood of L contains all but finitely many of the ai .
If X is a metric space, then L is a limit point of X if a sequence from X may be chosen so that L is the limit point of that sequence. Limit points are not in general unique.
See also: accumulation point, perfect set.

line
Naively, “line” is a primitive concept, generally connoting a straight path through space. In mathematics this notion is abstracted formally in different ways depending on the type of mathematics under consideration.
Geometry: Euclid defined the term “line” as a point extended indefinitely in space. However, in modern Euclidean geometry, “line” is a primitive term, left purposely undefined, whose meaning is informed purely by the axioms in which the term appears.
Analytic geometry: Any set of ordered pairs (x, y) of all the points in the Cartesian plane satisfying an equation of the form ax + by + c = 0, where a, b, and c are real numbers. (There are three common and useful forms of this equation; see the entry for linear function.) This definition of the line may be generalized to a Euclidean space of n dimensions to include any set of ordered n-tuples (x1, x2, ..., xn) satisfying a1x1 + a2x2 + ... + anxn + c = 0. In polar coordinates a line is any set of all the ordered pairs (r, q) satisfying an equation of the form r = p sec (q - a), where p is the perpendicular distance from the pole to the line, and a is the angle of inclination of the line to the polar axis.

linear function
A polynomial function of degree one. The graph is a straight line. There are three special forms of the linear equation:
 In the first form, called the slope-interecept form, m is the slope of the line and b is the y-intercept. In the second form, called the point-slope form, m is the slope of the line and (x 0, y 0) is any point on the line. In the third form a is the x-intercept and b is the y-intercept.

logarithmic function
A function which acts on its argument with a logarithm.

matrix
A rectangular array of, usually, real or complex numbers, organized into rows and columns. When specifying the size of a matrix, the number of rows is stated first. For example, here is a 2 by 4 real matrix:
 The numbers in a matrix are called entries, and are specified by the row and then column in which they appear. In the example above, for instance, A1,2 is the entry in the first row and second column, i.e. 4.98.
Two matrices of the same size (with the same number of rows and columns) can be added componentwise, that is (A + B)i, j = Ai, j + Bi, j. Matrix multiplication is a little more complicated. A matrix M can be multiplied on the right by another matrix T only if T has the same number of rows as M has columns, and the result will have as many rows as M and as many columns as T. The entry of M T appearing in row i and column j is the sum of the pairwise products of the entries in row i of M and column j of T. In other words, if M is an n by m matrix, T must be an m by l matrix, and
 Notice that this operation is not, in general, commutative.
A matrix that has the same number of rows and columns is called a square matrix, and these are particularly interesting as they can be added and multiplied, and the results will have the same dimensions.
The most standard use of matrices is to represent linear operators, but they have a wide variety of other uses, and are interesting to study in their own right. Matrices can have a large number of different types of entries, including various kinds of numbers, elements of abstract fields and other algebraic structures, functions, and so forth.

monotone function
Also called monotonic function. See order-preserving function.

nth-term test
A test for the divergence of a series. See the related article for a complete description.

Related article: Series

natural logarithm
A logarithm with base e, the Euler number. Often written “ln” rather than “log” to distinguish it from logarithms using other bases.

normal
A line intersecting a curve (or surface) perpendicular to the tangent line (or tangent plane) at the point of intersection. The normal to a surface expressed as a function of several variables xi is given by the gradient.

odd function
A real-valued function y = f(x) is odd if f(–x) = –f(x) for all x in the domain of f. The graphs of odd functions in the Cartesian plane are symmetric with respect to the origin.
Cf. even function.

open interval
An interval of the real number line (or any other totally ordered set) which does not include its endpoints. An interval containing only one of its endpoints is called half-open.
Cf. closed interval.

order-preserving function
A function f is called order-preserving if it preserves the order of its domain elements, that is, if whenever x and y are elements of its domain such that x y then f(x) f(y). Also called isotone or inctreasing. If f reverses the order of its domain elements, then it is called antitone or decreasing. In either case f is called monotone or monotonic. If whenever x < y we have f(x) < f(y), then f is called strictly increasing (resp. decreasing).

parabola
The locus of points in the plane whose distances from a fixed point, called the focus, and a fixed line, called the directrix, are equal.
 Like the ellipse and hyperbola, the parabola is a conic section. See the related article for a full exposition.

Related article: Conics

partition
General: A partition of a set X is a collection of subsets of X such that every element of X is in exactly one of the subsets. Such a partition is given by (and gives rise to) an equivalence relation on X. For example, division modulo 3 partitions the set of natural numbers into three subsets, each containing all those numbers leaving remainders of 0, 1, or 2 respectively when divided by 3.
Algebra: A partition of a matrix is a division of the matrix into conformable submatrices.
Analysis: A partition of a space is a collection of pairwise disjoint regions of the space whose union is the entire space. For example, a partition of an interval [a, b] of the real line is given by a finite set of points {xi} such that a = x1 < x2 < . . . < xn = b which divide the interval into disjoint subintervals.
Number Theory: Given a positive integer n, a partition of n is a set of positive integers whose sum is n. For example, 4 = 3 + 1 = 2 + 2 = 2 + 1 + 1 = 1 + 1 + 1 + 1 are the four possible partitions of the number 4.

perpendicular
Two lines are perpendicular if they intersect in a right angle. In particular, two lines in the Cartesian plane are perpendicular if their respective slopes m1 and m2 satisfy m 1 × m2 = –1.
Two curves intersect perpendicularly if their tangent lines at the point of intersection are perpendicular.
Perpendicularity of planes and surfaces is defined analogously. Cf. normal.

perpendicular distance
Geometry: The shortest distance between a point and a line, or between a point and a plane. Sometimes called directed distance.

polynomial
General: A function of the form
p(x) = a0 + a1x + a2x2 + ... + anxn where the ai (called coefficients) are real numbers or complex numbers, and the exponents are all natural numbers. The highest exponent is called the degree of the polynomial, and the coefficient an on the highest degree term is called the leading coefficient. Polynomials of degree two are called quadratic polynomials, of degree 3 cubic, of degree 4 quartic, and those of degree 5 are called quintic.
More generally, a polynomial may be in several variables x1, ... ,xk, and may be thought of as a sum of the form
 where all but finitely many of the ai are 0. In this case, the degree of the polynomial is the highest sum of exponents appearing in any term. For example, 2x4 and 3xy2z are both fourth-degree terms.
Abstract Algebra (formal polynomial): A formal sum of the form
 The ai are called coefficients, and are elements of some commutative ring R. p is said to be a polynomial over R, or with coefficients in R. The x is just a formal symbol. Only finitely many of the ai can be non-zero, and if an is the last non-zero coefficient, n is called the degree of p.
Polynomials can be added and multiplied in the natural way, by using the cummutative and distributive laws of addition and multiplication in R. Explicitly, if p and q are polynomials over the same ring, and the ai and bi are the coefficients of p and q, respectively, then
 and
 These operations allow us to define R[x], the polynomial ring over R.
The Substitution Principle allows us evaluate a polynomial p on any element of R, and we can use this to define a function corresponding to p, thereby capturing the informal notion of a polynomial.
Cf. Diophantine equation, quadratic formula.

power series
An infinite series of the form
 See the related article for a complete description.

Related article: Series

|
|

|