FACTOID # 9: Luxembourgers are the world's richest people - and also the most generous.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Substitution rule
Topics in calculus

Fundamental theorem | Function | Limits of functions | Continuity | Mean value theorem | Vector calculus | Tensor calculus Calculus is a central branch of mathematics, developed from algebra and geometry, and built on two major complementary ideas. ... The fundamental theorem of calculus is the statement that the two central operations of calculus, differentiation and integration, are inverses of each other. ... In mathematics, a function is a relation, such that each element of a set (the domain) is associated with a unique element of another (possibly the same) set (the codomain, not to be confused with the range). ... In mathematics, the limit of a function is a fundamental concept in mathematical analysis. ... In mathematics, a continuous function is a function in which arbitrarily small changes in the input produce arbitrarily small changes in the output. ... For any function that is continuous on [a, b] and differentiable on (a, b) there exists some c in the interval (a, b) such that the secant joining the endpoints of the interval [a, b] is parallel to the tangent at c. ... Vector calculus is a field of mathematics concerned with multivariate real analysis of vectors in 2 or more dimensions. ... In mathematics, a tensor is a certain kind of geometrical entity, or alternatively generalized quantity. The tensor concept includes the ideas of scalars, vectors, and linear operators. ...

Differentiation

Product rule | Quotient rule | Chain rule | Implicit differentiation | Taylor's theorem | Related rates In mathematics, the derivative is one of the two central concepts of calculus. ... In mathematics, the product rule of calculus, which is also called Leibnizs law (see derivation), governs the differentiation of products of differentiable functions. ... In calculus, the quotient rule is a method of finding the derivative of a function that is the quotient of two other functions for which derivatives exist. ... In calculus, the chain rule is a formula for the derivative of the composition of two functions. ... In mathematics, to give an implicit function f is to give the graph of a function, as a relation. ... In calculus, Taylors theorem, named after the mathematician Brook Taylor, who stated it in 1712, gives the approximation of a differentiable function near a point by a polynomial whose coefficients depend only on the derivatives of the function at that point. ... In differential calculus, related rates problems involve ratios of derivatives of two or more related variables that are changing with respect to time. ...

Integration

Integration by substitution | Integration by parts | Integration by trigonometric substitution | Solids of revolution | Integration by disks | Integration by cylindrical shells | Improper integrals | Lists of integrals In calculus, the integral of a function is a generalization of area, mass, volume, sum, and total. ... In calculus, and more generally in mathematical analysis, integration by parts is a rule that transforms the integral of products of functions into other, possibly simpler, integrals. ... In mathematics, trigonometric substitution is the substitution of trigonometric functions for other expressions. ... In mathematics, engineering, and manufacturing, a solid of revolution is a solid figure obtained by rotating a plane figure around some straight line (the axis) that lies on the same plane. ... In mathematics, in particular integral calculus, disk integration (the disk method) is a means of calculating the volume of a solid of revolution. ... Shell integration (the shell method in integral calculus) is a means of calculating the volume of a solid of revolution. ... It is recommended that the reader be familiar with antiderivatives, integrals, and limits. ... See the following pages for lists of integrals: List of integrals of rational functions List of integrals of irrational functions List of integrals of trigonometric functions List of integrals of hyperbolic functions List of integrals of exponential functions List of integrals of logarithmic functions List of integrals of arc functions...

In calculus, the substitution rule is a tool for finding antiderivatives and integrals. Using the fundamental theorem of calculus often requires finding an antiderivative. For this and other reasons, the substitution rule is a relatively important tool for mathematicians. It is the counterpart to the chain rule of differentiation. Calculus is a central branch of mathematics, developed from algebra and geometry, and built on two major complementary ideas. ... In calculus, an antiderivative or primitive function of a given real valued function f is a function F whose derivative is equal to f, i. ... In calculus, the integral of a function is a generalization of area, mass, volume, sum, and total. ... The fundamental theorem of calculus is the statement that the two central operations of calculus, differentiation and integration, are inverses of each other. ... In calculus, the chain rule is a formula for the derivative of the composition of two functions. ... In mathematics, the derivative is one of the two central concepts of calculus. ...


Suppose f(x) is an integrable function, and φ(t)  is a continuously differentiable function which is defined on the interval [a, b] and whose image is contained in the domain of f. In mathematics, a function is a relation, such that each element of a set (the domain) is associated with a unique element of another (possibly the same) set (the codomain, not to be confused with the range). ... In mathematics, interval is a concept relating to the sequence and set-membership of one or more numbers. ... In mathematics, the image of an element x in a set X under the function f : X → Y, denoted by f(x), is the unique y in Y that is associated with x. ... In mathematics, the domain of a function is the set of all input values to the function. ...


Suppose the derivative φ'(t) is integrable on [a,b] and

phi'(t) ne 0 quad mbox{ for all } t mbox{ in } [a,b].

Then

int_{phi(a)}^{phi(b)} f(x),dx = int_{a}^{b} f(phi(t)) phi'(t),dt

The formula is best remembered using Leibniz' formalism: the substitution x = φ(t)  yields dx/dt = φ'(t)  and thus formally dx = φ'(t)dt , which is precisely the required substitution for dx. (In fact, one may view the substitution rule as a major justification of the Leibniz formalism for integrals and derivatives.)


The formula is used to transform an integral into another one which (hopefully) is easier to determine. Thus, the formula can be used "from left to right" or "from right to left" in order to simplify a given integral; when used in the latter manner, it is sometimes known as u-substitution.


Examples

Consider the integral

int_{0}^2 t cos(t^2+1) ,dt

By using the substitution x = t2 + 1, we obtain dx = 2t dt and

int_{0}^2 t cos(t^2+1) ,dt = frac{1}{2} int_{0}^2 cos(t^2+1) 2t ,dt
= frac{1}{2} int_{1}^{5}cos(x),dx
= frac{1}{2}(sin(5)-sin(1)).

Here we used the substitution rule "from right to left". Note how the lower limit t = 0 was transformed into x = 02 + 1 = 1 and the upper limit t = 2 into x = 22 + 1 = 5.


For the integral

int_0^1 sqrt{1-x^2}; dx

the formula needs to be used from left to right: the substitution x = sin(t), dx = cos(t) dt is useful, because √(1-sin2(t)) = cos(t):

int_0^1 sqrt{1-x^2}; dx = int_0^frac{pi}{2} sqrt{1-sin^2(t)} cos(t);dt = int_0^frac{pi}{2} cos^2(t);dt

The resulting integral can be computed using integration by parts or double angle formula followed by one more substitution. In calculus, and more generally in mathematical analysis, integration by parts is a rule that transforms the integral of products of functions into other, possibly simpler, integrals. ...


Antiderivatives

The substitution rule can be used to determine antiderivatives. One chooses a relation between x and t, determines the corresponding relation between dx and dt by differentiating, and performs the substitutions. An antiderivative for the substituted function can hopefully be determined; the original substitution between x and t is then undone. In calculus, an antiderivative or primitive function of a given real valued function f is a function F whose derivative is equal to f, i. ...


Similar to our first example above, we can determine the following antiderivative with this method:

int t cos(t^2+1) ,dt = frac{1}{2} int cos(t^2+1) 2t ,dt
qquad = frac{1}{2} intcos(x),dx = frac{1}{2}sin(x) + C = frac{1}{2}sin(t^2+1) + C

where C is an arbitrary constant of integration.


Note that there were no integral boundaries to transform, but in the last step we had to revert the original substitution x = t2 + 1.


Substitution rule for multiple variables

One may also use substitution when integrating functions of several variables. Here the substitution function (v1,...,vn) = φ(u1,...,un ) needs to be one-to-one and continuously differentiable, and the differentials transform as In mathematics, an injective function (or one-to-one function or injection) is a function which maps distinct input values to distinct output values. ...

dv_1cdots dv_n = |det(operatorname{D}phi)(u_1, ldots, u_n)| , du_1cdots du_n

where det(Dφ)(u1,...,un ) denotes the determinant of the Jacobian matrix containing the partial derivatives of φ . This formula expresses the fact that the absolute value of the determinant of given vectors equals the volume of the spanned parallelepiped. In linear algebra, a determinant is a function depending on n that associates a scalar det(A) to every n×n square matrix A. The fundamental geometric meaning of a determinant is as the scale factor for volume when A is regarded as a linear transformation. ... In vector calculus, the Jacobian is shorthand for either the Jacobian matrix or its determinant, the Jacobian determinant. ... In mathematics, a partial derivative of a function of several variables is its derivative with respect to one of those variables with the others held constant. ... In mathematics, the absolute value (or modulus1) of a real number is its numerical value without regard to its sign. ... In geometry, a parallelepiped or parallelopipedon is a three-dimensional figure like a cube, except that its faces are not squares but parallelograms. ...


More precisely, the change of variables formula is stated in the following theorem:


Theorem. Let U, V  be open sets in Rn and φ : UV  a bijective differentiable function with continuous partial derivatives. Then for any integrable real-valued function f  on V  In mathematics, a bijection, bijective function, or one-to-one correspondence is a function that is both injective (one-to-one) and surjective (onto), and therefore bijections are also called one-to-one and onto. ...

int_V f(mathbf{v}) d mathbf{v} = int_U f(phi(mathbf{u})) left|det(operatorname{D}phi)(mathbf{u})right| d mathbf{u}.

  Results from FactBites:
 
California Courts: Rules: Title One: Rule 48. Substituting parties; substituting or withdrawing attorneys (561 words)
Substitution of parties in an appeal or original proceeding must be made by serving and filing a motion in the reviewing court.
Former rule 48(b) required the substitution to be signed by the party, the former attorney, and the new attorney.
To protect privacy, revised rule 48(c)(2) provides that the proof of service of the motion need not include the address of the party represented; but if the motion is granted, the withdrawing attorney must promptly provide the court and the opposing party with the party's current or last known address and telephone number.
Substitution rule - Wikipedia, the free encyclopedia (491 words)
For this and other reasons, the substitution rule is a relatively important tool for mathematicians.
It is the counterpart to the chain rule of differentiation.
The substitution rule can be used to determine antiderivatives.
  More results at FactBites »


 
 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms, 0825, t