U sub of a real double integral

selig5560
Messages
38
Reaction score
0

Homework Statement




∫∫ 1 / (2x + 3y), R = [0,1] x [1,2]



Homework Equations



- Iterated integrals
- u sub

The Attempt at a Solution



Here is my attempt at solving this (I must be screwing up on the algebra)

Integrating with respect to x
u = 2x, dy = 2

u^-2 du

u^-2 = - (1/u) [double chcked with wolfram alpha]
∫∫ (2x + 3y) ^ -2 -> -2 ∫ -(1/u) (2x + 3y) ^ -1

This is the part that stumps me...Sorry if I'm being vague. This is from Paul Online Notes Calculus III (http://tutorial.math.lamar.edu/Classes/CalcIII/IteratedIntegrals.aspx#MultInt_Iterated_Ex1d)

THe part I want to understand is how they got -1/2 * ... (2x+3y) ^ -1

Thanks!
 
Physics news on Phys.org
selig5560 said:

Homework Statement




∫∫ 1 / (2x + 3y), R = [0,1] x [1,2]
For starters, you didn't copy the problem correctly. Should be$$
\int_1^2\int_0^1 \frac 1 {(2x+3y)^2}\, dxdy$$

Homework Equations



- Iterated integrals
- u sub

The Attempt at a Solution



Here is my attempt at solving this (I must be screwing up on the algebra)

Integrating with respect to x
u = 2x, dy = 2

u^-2 du

u^-2 = - (1/u) [double chcked with wolfram alpha]
∫∫ (2x + 3y) ^ -2 -> -2 ∫ -(1/u) (2x + 3y) ^ -1

This is the part that stumps me...Sorry if I'm being vague. This is from Paul Online Notes Calculus III (http://tutorial.math.lamar.edu/Classes/CalcIII/IteratedIntegrals.aspx#MultInt_Iterated_Ex1d)

THe part I want to understand is how they got -1/2 * ... (2x+3y) ^ -1

Thanks!

Let ##u=2x+3y## and ##du=2dx##. y is constant for the inner integral. The inner integral becomes$$
\int u^{-2} \frac 1 2 du = \frac 1 2 \frac {u^{-1}}{-1}$$
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top