Insights Blog
-- Browse All Articles --
Physics Articles
Physics Tutorials
Physics Guides
Physics FAQ
Math Articles
Math Tutorials
Math Guides
Math FAQ
Education Articles
Education Guides
Bio/Chem Articles
Technology Guides
Computer Science Tutorials
Forums
Trending
Featured Threads
Log in
Register
What's new
Search
Search
Google search
: add "Physics Forums" to query
Search titles only
By:
Latest activity
Register
Menu
Log in
Register
Navigation
More options
Contact us
Close Menu
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Change of variables
Recent contents
View information
Top users
Description
In mathematics, a change of variables is a basic technique used to simplify problems in which the original variables are replaced with functions of other variables. The intent is that when expressed in new variables, the problem may become simpler, or equivalent to a better understood problem.
Change of variables is an operation that is related to substitution. However these are different operations, as can be seen when considering differentiation (chain rule) or integration (integration by substitution).
A very simple example of a useful variable change can be seen in the problem of finding the roots of the sixth-degree polynomial:
x
6
−
9
x
3
+
8
=
0.
{\displaystyle x^{6}-9x^{3}+8=0.}
Sixth-degree polynomial equations are generally impossible to solve in terms of radicals (see Abel–Ruffini theorem). This particular equation, however, may be written
(
x
3
)
2
−
9
(
x
3
)
+
8
=
0
{\displaystyle (x^{3})^{2}-9(x^{3})+8=0}
(this is a simple case of a polynomial decomposition). Thus the equation may be simplified by defining a new variable
u
=
x
3
{\displaystyle u=x^{3}}
. Substituting x by
u
3
{\displaystyle {\sqrt[{3}]{u}}}
into the polynomial gives
u
2
−
9
u
+
8
=
0
,
{\displaystyle u^{2}-9u+8=0,}
which is just a quadratic equation with the two solutions:
u
=
1
and
u
=
8.
{\displaystyle u=1\quad {\text{and}}\quad u=8.}
The solutions in terms of the original variable are obtained by substituting x3 back in for u, which gives
x
3
=
1
and
x
3
=
8.
{\displaystyle x^{3}=1\quad {\text{and}}\quad x^{3}=8.}
Then, assuming that one is interested only in real solutions, the solutions of the original equation are
x
=
(
1
)
1
/
3
=
1
and
x
=
(
8
)
1
/
3
=
2.
{\displaystyle x=(1)^{1/3}=1\quad {\text{and}}\quad x=(8)^{1/3}=2.}
View More On Wikipedia.org
Forums
Back
Top