Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Multivariable calculus

From Wikipedia, the free encyclopedia
Calculus of functions of several variables
This articlerelies largely or entirely on asingle source. Relevant discussion may be found on thetalk page. Please helpimprove this article byintroducing citations to additional sources.
Find sources: "Multivariable calculus" – news ·newspapers ·books ·scholar ·JSTOR
(October 2015)
Part of a series of articles about
Calculus
abf(t)dt=f(b)f(a){\displaystyle \int _{a}^{b}f'(t)\,dt=f(b)-f(a)}

Multivariable calculus (also known asmultivariate calculus) is the extension ofcalculus in onevariable tofunctions of several variables: thedifferentiation andintegration of functions involving multiple variables (multivariate), rather than just one.[1]

Multivariable calculus may be thought of as an elementary part ofcalculus on Euclidean space. The special case of calculus in three dimensional space is often calledvector calculus.

Introduction

[edit]

In single-variable calculus, operations like differentiation and integration are made to functions of a single variable. In multivariate calculus, it is required to generalize these to multiple variables, and thedomain is therefore multi-dimensional. Care is therefore required in these generalizations, because of two key differences between 1D and higher dimensional spaces:

  1. There are infinite ways to approach a single point in higher dimensions, as opposed to two (from the positive and negative direction) in 1D;
  2. There are multiple extended objects associated with the dimension; for example, a 1D function is represented as a curve on the 2DCartesian plane, but ascalar-valued function of two variables is a surface in 3D, while curves can also live in 3D space.

The consequence of the first difference is the difference in the definition of the limits and continuity. Directionallimits andderivatives define the limit and differential along a 1D parametrized curve, reducing the problem to the 1D case. Further higher-dimensional objects can be constructed from these operators.

The consequence of the second difference is the existence of multiple types of integration, includingline integrals,surface integrals andvolume integrals. Due to the non-uniqueness of these integrals, anantiderivative orindefinite integral cannot be properly defined.

Limits

[edit]

A study oflimits andcontinuity in multivariable calculus yields many counterintuitive results not demonstrated by single-variable functions.

A limit along a path may be defined by considering a parametrised paths(t):RRn{\displaystyle s(t):\mathbb {R} \to \mathbb {R} ^{n}} in n-dimensional Euclidean space. Any functionf(x):RnRm{\displaystyle f({\overrightarrow {x}}):\mathbb {R} ^{n}\to \mathbb {R} ^{m}} can then be projected on the path as a 1D functionf(s(t)){\displaystyle f(s(t))}. The limit off{\displaystyle f} to the points(t0){\displaystyle s(t_{0})} along the paths(t){\displaystyle s(t)} can hence be defined as

limxs(t0)f(x)=limtt0f(s(t)){\displaystyle \lim _{{\overrightarrow {x}}\to s(t_{0})}f({\overrightarrow {x}})=\lim _{t\to t_{0}}f(s(t))}1

Note that the value of this limit can be dependent on the form ofs(t){\displaystyle s(t)}, i.e. the path chosen, not just the point which the limit approaches.[1]: 19–22  For example, consider the function

f(x,y)=x2yx4+y2.{\displaystyle f(x,y)={\frac {x^{2}y}{x^{4}+y^{2}}}.}

If the point(0,0){\displaystyle (0,0)} is approached through the liney=kx{\displaystyle y=kx}, or in parametric form:

Plot of the functionf(x,y) = (x²y)/(x4 +y2)
x(t)=t,y(t)=kt{\displaystyle x(t)=t,\,y(t)=kt}2

Then the limit along the path will be:

limt0f(x(t),y(t))=limt0kt3t4+k2t2=0{\displaystyle \lim _{t\to 0}f(x(t),y(t))=\lim _{t\to 0}{\frac {kt^{3}}{t^{4}+k^{2}t^{2}}}=0}3

On the other hand, if the pathy=±x2{\displaystyle y=\pm x^{2}} (or parametrically,x(t)=t,y(t)=±t2{\displaystyle x(t)=t,\,y(t)=\pm t^{2}}) is chosen, then the limit becomes:

limt0f(x(t),y(t))=limt0±t4t4+t4=±12{\displaystyle \lim _{t\to 0}f(x(t),y(t))=\lim _{t\to 0}{\frac {\pm t^{4}}{t^{4}+t^{4}}}=\pm {\frac {1}{2}}}4

Since taking different paths towards the same point yields different values, a general limit at the point(0,0){\displaystyle (0,0)} cannot be defined for the function.

A general limit can be defined if the limits to a point along all possible paths converge to the same value, i.e. we say for a functionf:RnRm{\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} ^{m}} that the limit off{\displaystyle f} to some pointx0Rn{\displaystyle x_{0}\in \mathbb {R} ^{n}} is L, if and only if

limtt0f(s(t))=L{\displaystyle \lim _{t\to t_{0}}f(s(t))=L}5

for all continuous functionss(t):RRn{\displaystyle s(t):\mathbb {R} \to \mathbb {R} ^{n}} such thats(t0)=x0{\displaystyle s(t_{0})=x_{0}}.

Continuity

[edit]

From the concept of limit along a path, we can then derive the definition for multivariate continuity in the same manner, that is: we say for a functionf:RnRm{\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} ^{m}} thatf{\displaystyle f} is continuous at the pointx0{\displaystyle x_{0}}, if and only if

limtt0f(s(t))=f(x0){\displaystyle \lim _{t\to t_{0}}f(s(t))=f(x_{0})}5

for all continuous functionss(t):RRn{\displaystyle s(t):\mathbb {R} \to \mathbb {R} ^{n}} such thats(t0)=x0{\displaystyle s(t_{0})=x_{0}}.

As with limits, being continuous alongone paths(t){\displaystyle s(t)} does not imply multivariate continuity.

Continuity in each argument not being sufficient for multivariate continuity can also be seen from the following example.[1]: 17–19  For example, for a real-valued functionf:R2R{\displaystyle f:\mathbb {R} ^{2}\to \mathbb {R} } with two real-valued parameters,f(x,y){\displaystyle f(x,y)}, continuity off{\displaystyle f} inx{\displaystyle x} for fixedy{\displaystyle y} and continuity off{\displaystyle f} iny{\displaystyle y} for fixedx{\displaystyle x} does not imply continuity off{\displaystyle f}.

Consider

f(x,y)={yxyif0y<x1xyxif0x<y11xif0<x=y0everywhere else.{\displaystyle f(x,y)={\begin{cases}{\frac {y}{x}}-y&{\text{if}}\quad 0\leq y<x\leq 1\\{\frac {x}{y}}-x&{\text{if}}\quad 0\leq x<y\leq 1\\1-x&{\text{if}}\quad 0<x=y\\0&{\text{everywhere else}}.\end{cases}}}

It is easy to verify that this function is zero by definition on the boundary and outside of the quadrangle(0,1)×(0,1){\displaystyle (0,1)\times (0,1)}. Furthermore, the functions defined for constantx{\displaystyle x} andy{\displaystyle y} and0a1{\displaystyle 0\leq a\leq 1} by

ga(x)=f(x,a){\displaystyle g_{a}(x)=f(x,a)\quad } andha(y)=f(a,y){\displaystyle \quad h_{a}(y)=f(a,y)\quad }

are continuous. Specifically,

g0(x)=f(x,0)=h0(0,y)=f(0,y)=0{\displaystyle g_{0}(x)=f(x,0)=h_{0}(0,y)=f(0,y)=0} for allx andy. Therefore,f(0,0)=0{\displaystyle f(0,0)=0} and moreover, along the coordinate axes,limx0f(x,0)=0{\displaystyle \lim _{x\to 0}f(x,0)=0} andlimy0f(0,y)=0{\displaystyle \lim _{y\to 0}f(0,y)=0}. Therefore the function is continuous along both individual arguments.

However, consider the parametric pathx(t)=t,y(t)=t{\displaystyle x(t)=t,\,y(t)=t}. The parametric function becomes

f(x(t),y(t))={1tift>00everywhere else.{\displaystyle f(x(t),y(t))={\begin{cases}1-t&{\text{if}}\quad t>0\\0&{\text{everywhere else}}.\end{cases}}}6

Therefore,

limt0+f(x(t),y(t))=1f(0,0)=0{\displaystyle \lim _{t\to 0^{+}}f(x(t),y(t))=1\neq f(0,0)=0}7

It is hence clear that the function is not multivariate continuous, despite being continuous in both coordinates.

Theorems regarding multivariate limits and continuity

[edit]
Proof

From the Lipschitz continuity condition forf{\displaystyle f} we have

|f(s(t))f(s(t0))|K|s(t)s(t0)|{\displaystyle |f(s(t))-f(s(t_{0}))|\leq K|s(t)-s(t_{0})|}8

whereK{\displaystyle K} is the Lipschitz constant. Note also that, ass(t){\displaystyle s(t)} is continuous att0{\displaystyle t_{0}}, for everyδ>0{\displaystyle \delta >0} there exists aϵ>0{\displaystyle \epsilon >0} such that|s(t)s(t0)|<δ{\displaystyle |s(t)-s(t_{0})|<\delta }|tt0|<ϵ{\displaystyle \forall |t-t_{0}|<\epsilon }.

Hence, for everyα>0{\displaystyle \alpha >0}, chooseδ=αK{\displaystyle \delta ={\frac {\alpha }{K}}}; there exists anϵ>0{\displaystyle \epsilon >0} such that for allt{\displaystyle t} satisfying|tt0|<ϵ{\displaystyle |t-t_{0}|<\epsilon },|s(t)s(t0)|<δ{\displaystyle |s(t)-s(t_{0})|<\delta }, and|f(s(t))f(s(t0))|K|s(t)s(t0)|<Kδ=α{\displaystyle |f(s(t))-f(s(t_{0}))|\leq K|s(t)-s(t_{0})|<K\delta =\alpha }. Hencelimtt0f(s(t)){\displaystyle \lim _{t\to t_{0}}f(s(t))} converges tof(s(t0)){\displaystyle f(s(t_{0}))} regardless of the precise form ofs(t){\displaystyle s(t)}.

Differentiation

[edit]
Main articles:Partial derivative andDirectional derivative

Directional derivative

[edit]

The derivative of a single-variable function is defined as

dfdx=limh0f(x+h)f(x)h{\displaystyle {\frac {df}{dx}}=\lim _{h\to 0}{\frac {f(x+h)-f(x)}{h}}}9

Using the extension of limits discussed above, one can then extend the definition of the derivative to a scalar-valued functionf:RnR{\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} } along some paths(t):RRn{\displaystyle s(t):\mathbb {R} \to \mathbb {R} ^{n}}:

dfdx|s(t),t=t0=limh0f(s(t0+h))f(s(t0))|s(t0+h)s(t0)|{\displaystyle \left.{\frac {df}{dx}}\right|_{s(t),t=t_{0}}=\lim _{h\to 0}{\frac {f(s(t_{0}+h))-f(s(t_{0}))}{|s(t_{0}+h)-s(t_{0})|}}}10

Unlike limits, for which the value depends on the exact form of the paths(t){\displaystyle s(t)}, it can be shown that the derivative along the path depends only on the tangent vector of the path ats(t0){\displaystyle s(t_{0})}, i.e.s(t0){\displaystyle s'(t_{0})}, provided thatf{\displaystyle f} isLipschitz continuous ats(t0){\displaystyle s(t_{0})}, and that the limit exists for at least one such path.

Proof

Fors(t){\displaystyle s(t)} continuous up to the first derivative (this statement is well defined ass{\displaystyle s} is a function of one variable), we can write theTaylor expansion ofs{\displaystyle s} aroundt0{\displaystyle t_{0}} usingTaylor's theorem to construct the remainder:

s(t)=s(t0)+s(τ)(tt0){\displaystyle s(t)=s(t_{0})+s'(\tau )(t-t_{0})}11

whereτ[t0,t]{\displaystyle \tau \in [t_{0},t]}.

Substituting this into10,

dfdx|s(t),t=t0=limh0f(s(t0)+s(τ)h)f(s(t0))|s(τ)h|{\displaystyle \left.{\frac {df}{dx}}\right|_{s(t),t=t_{0}}=\lim _{h\to 0}{\frac {f(s(t_{0})+s'(\tau )h)-f(s(t_{0}))}{|s'(\tau )h|}}}12

whereτ(h)[t0,t0+h]{\displaystyle \tau (h)\in [t_{0},t_{0}+h]}.

Lipschitz continuity gives us|f(x)f(y)|K|xy|{\displaystyle |f(x)-f(y)|\leq K|x-y|} for some finiteK{\displaystyle K},x,yRn{\displaystyle \forall x,y\in \mathbb {R} ^{n}}. It follows that|f(x+O(h))f(x)|O(h){\displaystyle |f(x+O(h))-f(x)|\sim O(h)}.

Note also that given the continuity ofs(t){\displaystyle s'(t)},s(τ)=s(t0)+O(h){\displaystyle s'(\tau )=s'(t_{0})+O(h)} ash0{\displaystyle h\to 0}.

Substituting these two conditions into12,

dfdx|s(t),t=t0=limh0f(s(t0)+s(t0)h)f(s(t0))+O(h2)|s(t0)h|+O(h2){\displaystyle \left.{\frac {df}{dx}}\right|_{s(t),t=t_{0}}=\lim _{h\to 0}{\frac {f(s(t_{0})+s'(t_{0})h)-f(s(t_{0}))+O(h^{2})}{|s'(t_{0})h|+O(h^{2})}}}13

whose limit depends only ons(t0){\displaystyle s'(t_{0})} as the dominant term.

It is therefore possible to generalize the definition of the directional derivative as follows: The directional derivative of a scalar-valued functionf:RnR{\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} } along the unit vectoru^{\displaystyle {\hat {\mathbf {u}}}} at some pointx0Rn{\displaystyle x_{0}\in \mathbb {R} ^{n}} is

u^f(x0)=limt0f(x0+u^t)f(x0)t{\displaystyle \nabla _{\hat {\mathbf {u}}}f(x_{0})=\lim _{t\to 0}{\frac {f(x_{0}+{\hat {\mathbf {u}}}t)-f(x_{0})}{t}}}14

or, when expressed in terms of ordinary differentiation,

u^f(x0)=df(x0+u^t)dt|t=0{\displaystyle \nabla _{\hat {\mathbf {u}}}f(x_{0})=\left.{\frac {df(x_{0}+{\hat {\mathbf {u}}}t)}{dt}}\right|_{t=0}}15

which is a well defined expression becausef(x0+u^t){\displaystyle f(x_{0}+{\hat {\mathbf {u}}}t)} is a scalar function with one variable int{\displaystyle t}.

It is not possible to define a unique scalar derivative without a direction; it is clear for example thatu^f(x0)=u^f(x0){\displaystyle \nabla _{\hat {\mathbf {u}}}f(x_{0})=-\nabla _{-{\hat {\mathbf {u}}}}f(x_{0})}. It is also possible for directional derivatives to exist for some directions but not for others.

Partial derivative

[edit]
Main article:Partial derivative

The partial derivative generalizes the notion of the derivative to higher dimensions. A partial derivative of a multivariable function is aderivative with respect to one variable with all other variables held constant.[1]: 26ff 

A partial derivative may be thought of as the directional derivative of the function along a coordinate axis.

Partial derivatives may be combined in interesting ways to create more complicated expressions of the derivative. Invector calculus, thedel operator ({\displaystyle \nabla }) is used to define the concepts ofgradient,divergence, andcurl in terms of partial derivatives. A matrix of partial derivatives, theJacobian matrix, may be used to represent the derivative of a function between two spaces of arbitrary dimension. The derivative can thus be understood as alinear transformation which directly varies from point to point in the domain of the function.

Differential equations containing partial derivatives are calledpartial differential equations or PDEs. These equations are generally more difficult to solve thanordinary differential equations, which contain derivatives with respect to only one variable.[1]: 654ff 

Multiple integration

[edit]
Main article:Multiple integral

The multiple integral extends the concept of theintegral to functions of any number of variables. Double and triple integrals may be used to calculate areas and volumes of regions in the plane and in space.Fubini's theorem guarantees that a multiple integral may be evaluated as arepeated integral oriterated integral as long as the integrand is continuous throughout the domain of integration.[1]: 367ff 

Thesurface integral and theline integral are used to integrate over curvedmanifolds such assurfaces andcurves.

Fundamental theorem of calculus in multiple dimensions

[edit]

In single-variable calculus, thefundamental theorem of calculus establishes a link between the derivative and the integral. The link between the derivative and the integral in multivariable calculus is embodied by the integral theorems of vector calculus:[1]: 543ff 

In a more advanced study of multivariable calculus, it is seen that these four theorems are specific incarnations of a more general theorem, thegeneralized Stokes' theorem, which applies to the integration ofdifferential forms overmanifolds.[2]

Applications and uses

[edit]

Techniques of multivariable calculus are used to study many objects of interest in the material world. In particular,

Type of functionsApplicable techniques
Curvesf:RRn{\displaystyle f:\mathbb {R} \to \mathbb {R} ^{n}}
forn>1{\displaystyle n>1}
Lengths of curves,line integrals, andcurvature.
Surfacesf:R2Rn{\displaystyle f:\mathbb {R} ^{2}\to \mathbb {R} ^{n}}
forn>2{\displaystyle n>2}
Areas of surfaces,surface integrals,flux through surfaces, and curvature.
Scalar fieldsf:RnR{\displaystyle f:\mathbb {R} ^{n}\to \mathbb {R} }Maxima and minima,Lagrange multipliers,directional derivatives,level sets.
Vector fieldsf:RmRn{\displaystyle f:\mathbb {R} ^{m}\to \mathbb {R} ^{n}}Any of the operations ofvector calculus includinggradient,divergence, andcurl.

Multivariable calculus can be applied to analyzedeterministic systems that have multipledegrees of freedom. Functions withindependent variables corresponding to each of the degrees of freedom are often used to model these systems, and multivariable calculus provides tools for characterizing thesystem dynamics.

Multivariate calculus is used in theoptimal control ofcontinuous timedynamic systems. It is used inregression analysis to derive formulas for estimating relationships among various sets ofempirical data.

Multivariable calculus is used in many fields ofnatural andsocial science andengineering to model and study high-dimensional systems that exhibit deterministic behavior. Ineconomics, for example,consumer choice over a variety of goods, andproducer choice over various inputs to use and outputs to produce, are modeled with multivariate calculus.

Non-deterministic, orstochastic systems can be studied using a different kind of mathematics, such asstochastic calculus.

See also

[edit]

References

[edit]
  1. ^abcdefgRichard Courant;Fritz John (14 December 1999).Introduction to Calculus and Analysis Volume II/2. Springer Science & Business Media.ISBN 978-3-540-66570-0.
  2. ^Spivak, Michael (1965).Calculus on Manifolds. New York: W. A. Benjamin, Inc.ISBN 9780805390216.

External links

[edit]
Wikimedia Commons has media related toMultivariate calculus.
Computational
Mathematical
software
Discrete
Analysis
Probability theory
Mathematical
physics
Algebraic
structures
Decision sciences
Other applications
Related
Organizations
Retrieved from "https://en.wikipedia.org/w/index.php?title=Multivariable_calculus&oldid=1310129380"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp