<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Multicategory</id>
	<title>Multicategory - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/index.php?action=history&amp;feed=atom&amp;title=Multicategory"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Multicategory&amp;action=history"/>
	<updated>2026-05-20T10:07:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Multicategory&amp;diff=10078&amp;oldid=prev</id>
		<title>en&gt;ChrisGualtieri: /* Definition */TypoScan Project / General Fixes, typos fixed: ,  → , using AWB</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Multicategory&amp;diff=10078&amp;oldid=prev"/>
		<updated>2012-05-22T05:01:05Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Definition: &lt;/span&gt;TypoScan Project / General Fixes, typos fixed: ,  → , using &lt;a href=&quot;/index.php?title=Testwiki:AWB&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Testwiki:AWB (page does not exist)&quot;&gt;AWB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{redirect-distinguish|Substitution (algebra)|substitution (logic)}}&lt;br /&gt;
&lt;br /&gt;
{{Unreferenced|date=December 2009}}&lt;br /&gt;
{{Calculus |Differential}}&lt;br /&gt;
&lt;br /&gt;
In [[mathematics]], the operation of &amp;#039;&amp;#039;&amp;#039;substitution&amp;#039;&amp;#039;&amp;#039; consists in replacing all the occurrences of a [[free variable]]s appearing in an [[expression (mathematics)|expression]] or a [[formula]] by a number or another expression. In other words, an expression involving free variables may be considered as defining a [[function (mathematics)|function]], and substituting values to the variables in the expression is equivalent to apply the function defined by the expression to these values.&lt;br /&gt;
&lt;br /&gt;
A &amp;#039;&amp;#039;&amp;#039;change of variables&amp;#039;&amp;#039;&amp;#039; is commonly a particular type of substitution, where the substituted values are expressions depending of other variables. This is a standard technique used to reduce a difficult problem to a simpler one. A [[change of coordinates]] is a common type of change of variables. However, if the expression in which the variables are changed involves [[derivative]]s or [[integral]]s, the change of variable does not reduce to a substitution.&lt;br /&gt;
&lt;br /&gt;
A very simple example of a useful variable change can be seen in the problem of finding the roots of the sixth order polynomial:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;x^6 - 9 x^3 + 8 = 0. \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sixth order polynomial equations are generally impossible to solve in terms of radicals (see [[Abel–Ruffini theorem]]). This particular equation, however, may be simplified by defining a new variable &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; = &amp;#039;&amp;#039;u&amp;#039;&amp;#039;. Substituting &amp;#039;&amp;#039;x&amp;#039;&amp;#039; by &amp;lt;math&amp;gt;\sqrt[3]{u}&amp;lt;/math&amp;gt; into the polynomial gives&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;u^2 - 9 u + 8 = 0 ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which is just a [[quadratic equation]] with solutions:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;u = 1 \quad \text{and} \quad u = 8.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The solution in terms of the original variable is obtained by substituting back &amp;#039;&amp;#039;u&amp;#039;&amp;#039; by &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt; in this solution:&lt;br /&gt;
:&amp;lt;math&amp;gt;x^3 = 1 \quad \text{and} \quad x^3 = 8 \quad \Rightarrow \qquad x =  (1)^{1/3} = 1 \quad \text{and} \quad x =  (8)^{1/3} = 2.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Simple example==&lt;br /&gt;
&lt;br /&gt;
Consider the system of equations&lt;br /&gt;
:&amp;lt;math&amp;gt;xy+x+y=71&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;x^2y+xy^2=880&amp;lt;/math&amp;gt; &lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; are positive integers with &amp;lt;math&amp;gt;x&amp;gt;y&amp;lt;/math&amp;gt;. (Source: 1991 [[American Invitational Mathematics Examination|AIME]])&lt;br /&gt;
&lt;br /&gt;
Solving this normally is not terrible, but it may get a little tedious.  However, we can rewrite the second equation as &amp;lt;math&amp;gt;xy(x+y)=880&amp;lt;/math&amp;gt;.  Making the substitution &amp;lt;math&amp;gt;s=x+y, t=xy&amp;lt;/math&amp;gt; reduces the system to &amp;lt;math&amp;gt;s+t=71, st=880.&amp;lt;/math&amp;gt; Solving this gives &amp;lt;math&amp;gt;(s,t)=(16,55)&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;(s,t)=(55,16).&amp;lt;/math&amp;gt;  Back-substituting the first ordered pair gives us &amp;lt;math&amp;gt;x+y=16, xy=55&amp;lt;/math&amp;gt;, which easily gives the solution &amp;lt;math&amp;gt;(x,y)=(11,5).&amp;lt;/math&amp;gt;  Back-substituting the second ordered pair gives us &amp;lt;math&amp;gt;x+y=55, xy=16&amp;lt;/math&amp;gt;, which gives no solutions.  Hence the solution that solves the system is &amp;lt;math&amp;gt;(x,y)=(11,5)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Formal introduction==&lt;br /&gt;
Let &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; be [[smooth manifold]]s and let &amp;lt;math&amp;gt;\Phi: A \rightarrow B&amp;lt;/math&amp;gt; be a &amp;lt;math&amp;gt;C^r&amp;lt;/math&amp;gt;-[[diffeomorphism]] between them, that is: &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; is a &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; times continuously differentiable, [[bijective]] map from &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; times continuously differentiable inverse from &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;. Here &amp;lt;math&amp;gt;r&amp;lt;/math&amp;gt; may be any natural number (or zero), &amp;lt;math&amp;gt;\infty&amp;lt;/math&amp;gt; ([[smooth function|smooth]]) or &amp;lt;math&amp;gt;\omega&amp;lt;/math&amp;gt; ([[analytic function|analytic]]).&lt;br /&gt;
&lt;br /&gt;
The map &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; is called a &amp;#039;&amp;#039;regular coordinate transformation&amp;#039;&amp;#039; or &amp;#039;&amp;#039;regular variable substitution&amp;#039;&amp;#039;, where &amp;#039;&amp;#039;regular&amp;#039;&amp;#039; refers to the &amp;lt;math&amp;gt;C^r&amp;lt;/math&amp;gt;-ness of &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt;. Usually one will write &amp;lt;math&amp;gt;x = \Phi(y)&amp;lt;/math&amp;gt; to indicate the replacement of the variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; by the variable &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; by substituting the value of &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;y&amp;lt;/math&amp;gt; for every occurrence of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Other examples==&lt;br /&gt;
===Coordinate transformation===&lt;br /&gt;
Some systems can be more easily solved when switching to [[cylindrical coordinates]]. Consider for example the equation&lt;br /&gt;
:&amp;lt;math&amp;gt;U(x, y, z) := (x^2 + y^2) \sqrt{ 1 - \frac{x^2}{x^2 + y^2} } = 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
This may be a potential energy function for some physical problem. If one does not immediately see a solution, one might try the substitution&lt;br /&gt;
:&amp;lt;math&amp;gt;\displaystyle (x, y, z) = \Phi(r, \theta, z)&amp;lt;/math&amp;gt; given by &amp;lt;math&amp;gt;\displaystyle \Phi(r, \theta, z) = (r \cos(\theta), r \sin(\theta), z)&amp;lt;/math&amp;gt;.&lt;br /&gt;
Note that if &amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; runs outside a &amp;lt;math&amp;gt;2\pi&amp;lt;/math&amp;gt;-length interval, for example, &amp;lt;math&amp;gt;[0, 2\pi]&amp;lt;/math&amp;gt;, the map &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; is no longer bijective. Therefore &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; should be limited to, for example &amp;lt;math&amp;gt;(0, \infty] \times [0, 2\pi) \times [-\infty, \infty]&amp;lt;/math&amp;gt;. Notice how &amp;lt;math&amp;gt;r = 0&amp;lt;/math&amp;gt; is excluded, for &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; is not bijective in the origin (&amp;lt;math&amp;gt;\theta&amp;lt;/math&amp;gt; can take any value, the point will be mapped to (0, 0, z)). Then, replacing all occurrences of the original variables by the new [[expression (mathematics)|expression]]s prescribed by &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; and using the identity &amp;lt;math&amp;gt;\sin^2 x + \cos^2 x = 1&amp;lt;/math&amp;gt;, we get&lt;br /&gt;
:&amp;lt;math&amp;gt;V(r, \theta, z) = r^2 \sqrt{ 1 - \frac{r^2 \cos^2 \theta}{r^2} } = r^2 \sqrt{1 - \cos^2 \theta} = r^2 \sin\theta&amp;lt;/math&amp;gt;.&lt;br /&gt;
Now the solutions can be readily found: &amp;lt;math&amp;gt;\sin(\theta) = 0&amp;lt;/math&amp;gt;, so &amp;lt;math&amp;gt;\theta = 0&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;\theta = \pi&amp;lt;/math&amp;gt;. Applying the inverse of &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; shows that this is equivalent to &amp;lt;math&amp;gt;y = 0&amp;lt;/math&amp;gt; while &amp;lt;math&amp;gt;x \not= 0&amp;lt;/math&amp;gt;. Indeed we see that for &amp;lt;math&amp;gt;y = 0&amp;lt;/math&amp;gt; the function vanishes, except for the origin.&lt;br /&gt;
&lt;br /&gt;
Note that, had we allowed &amp;lt;math&amp;gt;r = 0&amp;lt;/math&amp;gt;, the origin would also have been a solution, though it is not a solution to the original problem. Here the bijectivity of &amp;lt;math&amp;gt;\Phi&amp;lt;/math&amp;gt; is crucial.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Differentiation===&lt;br /&gt;
{{Main|Chain rule}}&lt;br /&gt;
The [[chain rule]] is used to simplify complicated differentiation. For example, to calculate the derivative&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{d x}\left(\sin(x^2)\right)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the variable &amp;#039;&amp;#039;x&amp;#039;&amp;#039; may be changed by introducing &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt; = &amp;#039;&amp;#039;u&amp;#039;&amp;#039;. Then, by the chain rule:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{d x} = \frac{d}{d u} \frac{d u}{d x} = \frac{d}{d x}\left(u\right) \frac{d}{d u} = \frac{d}{d x}\left(x^2\right) \frac{d}{d u} = 2 x \frac{d}{d u}\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
so that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d}{d x}\left(\sin(x^2)\right) = 2 x \frac{d}{d u}\left(\sin(u)\right) = 2 x \cos(x^2)\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where in the very last step &amp;#039;&amp;#039;u&amp;#039;&amp;#039; has been replaced with &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Integration===&lt;br /&gt;
{{Main|Integration by substitution}}&lt;br /&gt;
Difficult integrals may often be evaluated by changing variables; this is enabled by the [[substitution rule]] and is analogous to the use of the chain rule above. Difficult integrals may also be solved by simplifying the integral using a change of variables given by the corresponding [[Jacobian matrix and determinant]]. Using the Jacobian determinant and the corresponding change of variable that it gives is the basis of coordinate systems such as polar, cylindrical, and spherical coordinate systems.&lt;br /&gt;
&lt;br /&gt;
===Differential equations===&lt;br /&gt;
Variable changes for differentiation and integration are taught in elementary [[calculus]] and the steps are rarely carried out in full.&lt;br /&gt;
&lt;br /&gt;
The very broad use of variable changes is apparent when considering differential equations, where the independent variables may be changed using the [[chain rule]] or the dependent variables are changed resulting in some differentiation to be carried out. Exotic changes, such as the mingling of dependent and independent variables in [[point transformation|point]] and [[contact transformation]]s, can be very complicated but allow much freedom.&lt;br /&gt;
&lt;br /&gt;
Very often, a general form for a change is substituted into a problem and parameters picked along the way to best simplify the problem.&lt;br /&gt;
&lt;br /&gt;
===Scaling and shifting===&lt;br /&gt;
Probably the simplest change is the scaling and shifting of variables, that is replacing them with new variables that are &amp;quot;stretched&amp;quot; and &amp;quot;moved&amp;quot; by constant amounts. This is very common in practical applications to get physical parameters out of problems. For an &amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; order derivative, the change simply results in&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d^n y}{d x^n} = \frac{y_\text{scale}}{x_\text{scale}^n} \frac{d^n \hat y}{d \hat x^n}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;x = \hat x x_\text{scale} + x_\text{shift}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;y = \hat y y_\text{scale} + y_\text{shift}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This may be shown readily through the [[chain rule]] and linearity of differentiation. This change is very common in practical applications to get physical parameters out of problems, for example, the [[boundary value problem]]&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\mu \frac{d^2 u}{d y^2} = \frac{d p}{d x} \quad ; \quad u(0) = u(L) = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
describes parallel fluid flow between flat solid walls separated by a distance δ; µ is the [[viscosity]] and &amp;lt;math&amp;gt;d p/d x&amp;lt;/math&amp;gt; the [[pressure gradient]], both constants. By scaling the variables the problem becomes&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\frac{d^2 \hat u}{d \hat y^2} = 1 \quad ; \quad \hat u(0) = \hat u(1) = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;y = \hat y L \qquad \text{and} \qquad u = \hat u \frac{L^2}{\mu} \frac{d p}{d x}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Scaling is useful for many reasons. It simplifies analysis both by reducing the number of parameters and by simply making the problem neater. Proper scaling may &amp;#039;&amp;#039;normalize&amp;#039;&amp;#039; variables, that is make them have a sensible unitless range such as 0 to 1. Finally, if a problem mandates numeric solution, the fewer the parameters the fewer the number of computations.&lt;br /&gt;
&lt;br /&gt;
===Momentum vs. velocity===&lt;br /&gt;
Consider a system of equations&lt;br /&gt;
:&amp;lt;math&amp;gt;m \dot v = - \frac{ \partial H }{ \partial x } &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;m \dot x = \frac{ \partial H }{ \partial v } &amp;lt;/math&amp;gt;&lt;br /&gt;
for a given function &amp;lt;math&amp;gt;H(x, v)&amp;lt;/math&amp;gt;.&lt;br /&gt;
The mass can be eliminated by the (trivial) substitution &amp;lt;math&amp;gt;\Phi(p) = 1/m \cdot v&amp;lt;/math&amp;gt;.&lt;br /&gt;
Clearly this is a bijective map from &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;. Under the substitution &amp;lt;math&amp;gt;v = \Phi(p)&amp;lt;/math&amp;gt; the system becomes&lt;br /&gt;
:&amp;lt;math&amp;gt;\dot p = - \frac{ \partial H }{ \partial x } &amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\dot x = \frac{ \partial H }{ \partial p } &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Lagrangian mechanics===&lt;br /&gt;
{{Main|Lagrangian mechanics}}&lt;br /&gt;
Given a force field &amp;lt;math&amp;gt;\phi(t, x, v)&amp;lt;/math&amp;gt;, [[Isaac Newton|Newton]]&amp;#039;s [[equations of motion]] are&lt;br /&gt;
:&amp;lt;math&amp;gt;m \ddot x = \phi(t, x, v)&amp;lt;/math&amp;gt;.&lt;br /&gt;
Lagrange examined how these equations of motion change under an arbitrary substitution of variables &amp;lt;math&amp;gt;x = \Psi(t, y)&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;v = \frac{\partial \Psi(t, y)}{\partial t} + \frac{\partial\Psi(t, y)}{\partial y} \cdot w&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
He found that the equations&lt;br /&gt;
:&amp;lt;math&amp;gt; \frac{ \partial{L} }{ \partial y} = \frac{\mathrm{d}}{\mathrm{d}t} \frac{\partial{L}}{\partial{w}} &amp;lt;/math&amp;gt;&lt;br /&gt;
are equivalent to Newton&amp;#039;s equations for the function &amp;lt;math&amp;gt;L = T - V&amp;lt;/math&amp;gt;,&lt;br /&gt;
where &amp;#039;&amp;#039;T&amp;#039;&amp;#039; is the kinetic, and &amp;#039;&amp;#039;V&amp;#039;&amp;#039; the potential energy.&lt;br /&gt;
&lt;br /&gt;
In fact, when the substitution is chosen well (exploiting for example symmetries and constraints of the system) these equations are much easier to solve than Newton&amp;#039;s equations in Cartesian coordinates.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Change of variables (PDE)]]&lt;br /&gt;
*[[Substitution property of equality]]&lt;br /&gt;
*[[Instantiation of universals]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Change Of Variables}}&lt;br /&gt;
[[Category:Elementary algebra]]&lt;br /&gt;
[[Category:Mathematical physics]]&lt;/div&gt;</summary>
		<author><name>en&gt;ChrisGualtieri</name></author>
	</entry>
</feed>