What is Change of variables: Definition and 219 Discussions

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
  1. M

    Change of variables in multiple integrals. What am I doing wrong?

    the problem: evaluate the following integral by making appropriate change of variables. double integral, over region R, of xy dA R is bounded by lines: 2x - y = 1 2x - y = -3 3x + y = 1 3x + y = -2 my attempt: let 2x - y = u, and let 3x + y = v then the new region in (u,v) coordinates...
  2. C

    Solving the Differential Equation with Change of Variables

    Homework Statement I will use d as a partial derivative symbol du/dt-du/dx=0 use a change of variables to solve The Attempt at a Solution v=ax+bt w=cx+dt so then I use the chain rule (du/dv)(dv/dx)+ (du/dv)(dv/dt)+(du/dw)(dw/dx)+(du/dw)(dw/dt) ok then you are supposed to plug...
  3. O

    Something Interesting I Realized About Integrals

    suppose i want to find the following integral: 7 \intx dx 3 now suppose for some demented reason i decided not to do it straightforward and get (49-9)/2=20 instead i use the substitution x=u2+4u+5 giving u1 \int(u2+4u+5)(2u+4)du u0 u1 \int2u3+12u2+26u+20 du u0 the indefinite integral is...
  4. T

    Change of variables in heat equation

    dTB/dt = -k(TB-TM). TM is held constant. (TB-TM) = Q, so: dTB/Q = -kdt. How would I change this equation so that instead of integrating wrt to TB, I can instead integrate wrt Q?
  5. J

    Change of Variables of f(x+y) (In Multiple Integrals)

    Homework Statement The problem is as follows: Let T be the triangle with vertices (0,1), (1,0), (0,0). Compute the integral \int\int\frac{sin^{2}(x+y)}{(x+y)} dxdy by making an appropriate change of variables. (Hint: check #24 Section 15.9) Homework Equations Problem 24 in 15.9 of...
  6. J

    Mapping the Unit Ball to a Sphere of Radius c

    Homework Statement Let B be the outside of the unit ball centered at the origin, and let c be a non-zero constant. Consider the mapping where k=1,2,3. Find the image of the set B under the mapping. (Hint: consider the norm of (y1, y2, y3)) Homework Equations The unit ball would be 2...
  7. D

    Evaluate Area of R: Change of Variables

    Let R be the elliptical regin in the first quadrant by x^2/3^2+y^2/2^2=1. x=3u, y=2v, evaluate the area of R. How do I setup the double integral? By this I mean what do I put in for f(g(u,v),h(u,v))jacobian dudv? I know the bounds of u and v and the Jacobian but I not sure what to do for g...
  8. K

    Change of Variables: Understanding Homework Statement

    Homework Statement "Let f(x)=x. Define the change of variable y=5x. Then this implies g(y)=y/5. [we have g(y)=f(x(y))=f(y/5) and f(x)=g(y(x))=g(5x)] " Homework Equations N/A The Attempt at a Solution I don't understand the above statement. If we define y=5x, then WHY does it imply...
  9. K

    Periodic function | Change of variables

    "Is f(x)=sin(x2) periodic? Answer: no." WHY? I believe "sin" is always periodic? Can someone please explain? Any help is appreciated!
  10. M

    Partial differential equation - change of variables.

    Homework Statement Consider the PDE: 2dz/dx - dz/dy = 0 How can I show that if f(u) is differentiable function of one variable, then the PDE above is satisfied by z = f(x +2y)? Also, the change in variables t = x+2y, s=x reduces the above PDE to dz/dt = 0. But how can I show this? The...
  11. M

    What Are the Steps for Using Change of Variables to Find Bounded Regions?

    Homework Statement using change of variables, find the region bounded by y = x, y = 2x, xy = 1, xy=2 Homework Equations The Attempt at a Solution i know i have to introduce the variables u, v the problem is i don't understand how to introduce them i tried read the textbook but...
  12. K

    PDE 2Ux + 3Uy + U = 0 with change of variables V(x,y)=ln[U(x,y)]

    [note: Ux=∂U/∂x, Uy=∂U/∂y] Example: Solve the partial differential equation 2Ux + 3Uy + U = 0 by using the change of variables V(x,y)=ln[U(x,y)] Solution: Vx = Ux/U Vy = Uy/U 2Ux + 3Uy + U = 0 Dividing both sides by U, we have 2Ux/U + 3Uy/U + 1 = 0 => 2Vx + 3Vy +1 = 0 => 2Vx + 3Vy...
  13. T

    Clarification of change of variables for multiple integration

    Clarification of "change of variables" for multiple integration This isn't really a question about a specific math problem, but rather for the change of variables of multiple integration as a whole. When you change variables you have to multiply the new expression by the jacobian of the new...
  14. R

    Change of Variables in Multiple Dimensions

    So, I've got a problem understanding the "algorithm" for changing variables in a more-than-one-dimensional integral. For the two-dimensional case, I've got a specific problem that I'm looking at: \int^{a}_{0}\left(\int^{2a-x}_{x}\frac{y-x}{4a^2+(y+x)^2}dy\right)dx which I assume is an...
  15. Y

    Change of variables in double integral

    \int_{c_1}^{c_2} \int_{g_1 (x)}^{g_2 (x)} f(x,y) dy dx If f(x,y) is function such that it is not easily integrable, if we wanted to switch the bounds of integration so that h1(y) = g1(x) , same for g2(x), what would be the general way to rewrite the bounds? Would it involve inverse...
  16. C

    Double Integral: Change of Variables for dx/(x+y) = 3

    Homework Statement Let D be the region bounded by x=0, y=0, x+y=1, x+y=4. Using the change on variables x=u-uv, y=uv and the jacobian, evaluate the double integral double integral of dxdy/(x+y) Homework Equations answer is 3The Attempt at a Solution i drew the graph and found the...
  17. W

    Calculus 3 Change of Variables: Jacobians

    Homework Statement Evaluate \int\inte^xy dA, where R is the region enclosed by the curves: y/x=1/2 , y/x=2, xy=1, and xy=2. Homework Equations None? The Attempt at a Solution I have the region graphed and I'm currently working on acquiring the change of variables functions in x and...
  18. B

    Vector field change of variables

    Homework Statement I just need to be able to change a vector field from spherical to cartesian The question is about verifying stokes theorem (curl theorem) for a given vector field within and on a given path. It says not to use spherical coordinates, but the vector field is given in...
  19. B

    Oopsie, issue with change of variables to evaluate definite integral

    I needed to evaluate the following integral (for constructing Chebyshev polynomials by an orthogonalisation process), but I just discovered that I'm having an issue with the change of variable technique:P The specific integral itself is unimportant as to the issue I'm having, but by means of an...
  20. F

    Volume of a Restricted Region in n-Dimensional Space

    Homework Statement Let S = {x∈R^n : x_i ≥ 0 for all i, x_1 + 2x_2 + 3x_3 + ... + nx_n ≤ n}. Find the n-dimensional volume of S. Homework Equations I'm 95% sure that I'm supposed to use the change of variables theorem here. The Attempt at a Solution So far, I have calculated the values for...
  21. J

    Reduction of PDE to an ODE by means of linear change of variables

    Homework Statement So it's been a really long time since I've done any ode/linear algebra and would like some help with this problem. Derive the general solution of the given equation by using an appropriate change of variables 2\deltau/\deltat + 3\deltau/\deltax = 0 The thing that...
  22. J

    Change of variables for double integrals

    Homework Statement Use a suitable change of variable to find the area of the region R bounded by y=x^2, y=4x^2, y=\sqrt{x}, y=\frac{1}{2}\sqrt{x} 2. The attempt at a solution I am trying to first find the inverse transformations {u & v =?
  23. B

    Change of Variables: Jacobians (Answer check)

    Homework Statement Sketch the image S in the uv-plane of the region R in the xy-plane using the given transformations: x=(1/3)(4u-v) y=(1/3)(u-v) Homework Equations The Attempt at a Solution 3y=u-v 3y+v=u place this into the x equation 3x=4(3y+v)-v 3x-12y=3v...
  24. P

    Solving Change of Variables Homework: Ellipse 9x^2+4y^2=1

    Homework Statement Make the appropriate change of variables and evaluate \int\int _R\(sin(9x^2+4y^2)}\;dA Homework Equations R is bounded by the ellipse 9x^2+4y^2=1 The Attempt at a Solution I can't figure out what the substitution should be I tried u=9x^2 and v=4y^2 and that...
  25. N

    1-D wave-equation and change of variables

    Homework Statement Hi all. I have the 1-D wave-equation, and I wish to make a change of variables, where a = x+ct and b = x-ct. I get: \begin{array}{l} c^2 \frac{{\partial ^2 u}}{{\partial x^2 }} = c^2 \left[ {\frac{{d^2 u}}{{da^2 }}\left( {\frac{{da}}{{dx}}} \right)^2 +...
  26. F

    Change of Variables: Evaluating Double Integral over R with Cosine Function

    Homework Statement Evaluate the double integral over R of cos[(y-x)/(y+x)] dA where R is the trapezoidal region with vertices (1,0) (2,0) (0,1) and (0,2). The Attempt at a Solution First I set u=y-x, v=y+x. I have 4 sides in the xy-plane that need to be transformed into the uv-plane...
  27. D

    Change of variables to polar coordinates

    I thought I grasped coordinate changes well, but now I've run into some problems. Usually I would have some function f(x,y) and transformation equations like s = a*x+b*y . I would apply chain rule and stayed left with new equations in new variables. (old ones get away through...
  28. E

    Rudin's change of variables theorem

    [SOLVED] Rudin's change of variables theorem Homework Statement Rudin's Principles of Mathematical Analysis Theorem 6.19 (for the Riemann integral case) says Suppose \phi is a strictly increasing continuous differentiable function that maps an interval [A,B] ont [a,b]. Suppose f is Riemann...
  29. G

    Change of variables in double integrals

    I am having a problem with change of variables problems in GENERAL. What I don't understand at this point is how one determines what the lower and upper bounds are in terms of the transformation variables. That is, if you have some weird shaped region that can't be evaluated as either a type I...
  30. T

    Convolution-like change of variables

    Homework Statement Hi, this is not homework exactly, I'm doing some exercises as part of my personal study. I'm analizing linear invariant systems and I'm stuck in an apparently trivial step, please, help. I have these integrals: Homework Equations integral( x(tau)*dtau, from -infinity...
  31. E

    Double Integration change of variables

    Hi I just cannot understand the following transformation, where \phi(t) is the displacement of an optimal path using standard calculus of variations. All functions are defined between 0 and T. \phi equals zero at 0 and T. r is some discount rate, e it the Euler number, t is time...
  32. N

    Double integrals and change of variables

    Hi, everyone! I have a problem in understading the change of variables in double integrals. Here is an example \int\int x^2+y^2dx dy=\int \frac{x^3}{3}+y^2x dy=\frac{x^3y}{3}+\frac{y^3x}{3}+C_1 but if I first do a change in poral coordinates I get \int\int r^2 r...
  33. K

    Change of variables for multiple integrals (3)

    Q1: Let S be the region in the first quadrant bounded by the curves xy=1, xy=3, x2 - y2 = 1, and x2 - y2 = 4. Compute ∫∫(x2 + y2)dA. S (Hint: Let G(x,y)=(xy, x2 - y2). What is |det DG|?) Solution: http://www.geocities.com/asdfasdf23135/advcal19.JPG I don't understand the third and...
  34. K

    Change of variables for multiple integrals (2)

    Q1: Suppose B=[0,1]x[0,2]x[0,3]x[0,4] in R4, and that C=[0,1]x[0,1]x[0,1]x[0,1]. Given that ∫ ∫ ∫ ∫f(x)=d4x=(2pi)4 B What is the value of ∫ ∫ ∫ ∫ f(x1,2x2,3x3,4x4) d4x? C Solution: Define x=G(u)=(u1,u2/2,u3/3,u4/4) ∫ ∫ ∫ ∫ f(x1,2x2,3x3,4x4) d4x C by change of variables theorem...
  35. K

    Change of variables for multiple integrals

    1) Find the volume of T bounded below by the cone z=sqrt(x2+y2) and above by the sphere x2+y2+z2=1. Solution: Volume = ∫∫∫ 1 dV = T b d f ∫ ∫ ∫ r (d theta)dzdr (change of variables to cylindrical coordinates) a c e where a=0 b=1/sqrt2 <---I am having a lot of trouble...
  36. R

    Integration change of variables

    [SOLVED] Integration change of variables Homework Statement An electron is confined in an infinite one dimensional well where 0 < x < L with L = 2 x 10^-10m. Use lowest order perturbation theory to determine the shift in the third level due to the perturbation: V(x) =...
  37. E

    Change of variables for Delta distribution

    Hello everybody First I'd like to thank for the work all of you are developing with this forum. I found it for casuality but I'm sure since now it will be a perpetual partner. I'm a Spanish Physics graduate and I am working about microwave guides and connectors for devices components in...
  38. G

    F(x,y) and change of variables

    Homework Statement f(x,y) a function of two variables. x = 2u y = u-3v Using a change of variables, transform the equation (d²f/dx²) + (df/dy) = 0 into the coordinates system {u,v}.Homework Equations We have kind of a replacement teacher for the session and it is his first time giving the...
  39. D

    Integrating with Change of variables -method

    [SOLVED] Integrating with Change of variables -method Homework Statement Solve by "Change of variables"-method ∫(dx)/(eˆx + eˆ(-x)) Homework Equations ∫f(x)dx=∫f(x(t))*x'(t)dt The Attempt at a Solution ∫(dx)/(eˆx + eˆ(-x))=∫(eˆx)/(1 + eˆ2x) t=eˆx x=ln...
  40. S

    Differential equations: change of variables

    can someone explain 'change of variables' to me? when do you use it, and why? (not to mention HOW you use it!) I'm taking an intro to DE course, and the textbook only mentions the idea in an exercise, not in the text itself. my prof never covered it in class, either. for example, i was trying...
  41. A

    Change of variables in PDEs

    I need guidance regarding PDE. If u have a nonlinear PDE as Ut+Us+a*U*Us*b*Usss=0 where U is function of (s,t) and a,b are constants. by introducing new variable x=s-t we will get Ut+a*U*Ux+b*Uxxx=0 Ut means partial derivative w.r.t time Us means partial derivative w.r.t s. How can we...
  42. B

    Solving Change of Variables for Triangular Region

    I am wondering if someone could help me with the following? I am supposed to show that ∫∫f(x+y)dA evaluated from the triangular region with the vertices (0,0), (1,0) and (0,1) is equal to ∫∫uf(u)du. This triangular region has the equations, x = 0, x = 1, and y = -x + 1. If I set x+y = u...
  43. E

    Expressions used in change of variables

    Hi. I know the title is not very informative. Here's what I'm trying to do: I have f(x,y). I want to perform a change of variables to obtain a pre-defined g(u,v). How can I work out the actual expressions u(x,y) and v(x,y) so that it works out (including the Jacobian as well)? I have a...
  44. S

    3D Change of Variables

    Our math professor gave us this take-home project: Consider a solid in the shape of the region D inside the surface x^2 / (z^3 - 1)^2 + y^2 / (z^3 + 1)^2 = 1 If the density of the solid at the point (x,y,z) is x^2 + y^2 + z^2 then determine the mass of this solid. A GOOD CHANGE OF VARIABLES...
  45. 0

    Generalized change of variables?

    Does change of variables generalize to situations other than integration?
  46. J

    Change of variables for PDE

    hi, i am having difficulty trying to find a change of variables to solve this partial differential equation \frac{\partial f}{\partial t} = t^\gamma \frac{\partial ^2 f}{\partial x^2} not sure how to pluck out a change of variables by looking at the equation as its definitely not obvious to the...
  47. JasonJo

    Change of Variables in Nonlinear DE: Am I Making a Mistake?

    Am I insane or is this a typo: Consider the nonlinear DE dy/dx = (y-x)^2 + 1 Show that the change of variables, u=x, v = y-x transforms this DE into the seperable DE: dv/du = v^2 dv = dy du=dx dv/du = dy/dx = (y-x)^2 + 1 = v^2 + 1 not v^2 am i wrong ?
  48. S

    Change of variables in double integrals textbook problem

    There is an example in my textbook which I´m having trouble with. The example is like this. " Find the area of the finite plane region bounded by the four parabolas, y=x^2 , y=2x^2 , x=y^2 , and x=3y^2 The region is called D. Let u=y/x^2 and v=x/y^2 The the region D corresponds to...
  49. B

    Solve Change of Variables Int. on Triangular R [0,1]

    Hi, I would like some help with the following question. Q. Let f be continuous on [0,1] and let R be the triangular region with vertices (0,0), (1,0) and (0,1). Show that: \int\limits_{}^{} {\int\limits_R^{} {f\left( {x + y} \right)} dA = \int\limits_0^1 {uf\left( u \right)} } du...
  50. B

    How can I determine if a change of variables using the Jacobian is one to one?

    Hi, I have the following integral. \int\limits_{}^{} {\int\limits_R^{} {\left( {\sinh ^2 x + \cos ^2 y} \right)} \sinh 2x\sin 2ydxdy} Where R is the part of the region 0 <= x, 0 <= y <= pi/2 bounded by the curves x = 0, y = 0, sinhxcosy = 1 and coshxsiny = 1. In the hints section...
Back
Top