U substitution and partial integration

Click For Summary

Homework Help Overview

The discussion revolves around evaluating the integral \(\int_{1}^{5}(6-2x)\sqrt{5-x}dx\) using substitution and integration techniques. The subject area includes calculus, specifically integration methods such as substitution and integration by parts.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the initial substitution \(u = 6 - 2x\) and its implications, noting mistakes in the differential and limits. Some suggest alternative substitutions, such as \(u = 5 - x\), to simplify the integral. There are questions about the correct transformation of expressions and the handling of limits during integration.

Discussion Status

The discussion is active, with participants providing various insights and corrections regarding the substitution process and integration techniques. There is no explicit consensus on a single approach, but multiple suggestions are being explored, indicating a productive exchange of ideas.

Contextual Notes

Participants highlight potential errors in sign and notation, as well as the importance of maintaining consistency in variable transformations. There are also reminders about the order of limits in integration, which can affect the outcome.

James889
Messages
190
Reaction score
1
Hey,

I need to evaluate [tex]\int_{1}^{5}(6-2x)\sqrt{5-x}dx[/tex]

So.
[tex]\tex{Let ~~u} = 6-2x~~ \tex{then}~~ du = 2[/tex]

[tex]\frac{1}{2}~du = dx[/tex]
New limits:
[tex]x = 5 \longrightarrow u = -4[/tex]
[tex]x = 1 \longrightarrow u = 4[/tex]

now, [tex]-\frac{1}{2}\int^{4}_{-4} u*\sqrt{5-x}[/tex]

and now for the partial integration.

[tex]u \sqrt{5-x}~~ - \int 1\times \sqrt{5-x} = u \sqrt{5-x} ~~-\frac{2}{3}(5-x)^{3/2}[/tex]

Substituting in my limits of integration:
[tex](6-2*4) \times \sqrt{5-4} ~~-\frac{2}{3}(5-4)^{3/2} - (6-2*(-4)) \times \sqrt{5-(-4)} ~~-\frac{2}{3}(5-(-4))^{3/2} == \tex{wrong!}[/tex]

what is it that I am doing wrong?
//James
 
Physics news on Phys.org
James889 said:
what is it that I am doing wrong?
//James

Once you've established a relation between u and x, partial integration is not possible (since you are assuming one is constant as the other varies, contradicting the established relation).

Since the original integrand is explicit in x and you're changing into the context of u, you need to change the entire integral into the context of u (nothing in x left behind).

My suggestion is to use the substitution u = 5 - x and go from there. You'll end up with an integrand involving fractional powers of u. The solution should come out to 64/15.

--Elucidus
 
You have two mistakes in your substitution, one of them being a sign error.
[tex]{Let ~~u} = 6-2x~~ \tex{then}~~ du = 2[/tex]
With this substitution du = - 2dx

Also, I would split the integral into two integrals, like so:
[tex]\int_{1}^{5}(6-2x)\sqrt{5-x}dx = \int_1^5 6\sqrt{5 - x}dx ~~-~~ 2\int_1^5 x\sqrt{5 -x}dx[/tex]
The first integral is straightforward; the second can probably be done with an ordinary substitution.

A final note: what you're calling "partial integration" is actually called "integration by parts," in English. Another integration technique is called "partial fractions decomposition." Similar name, but otherwise very different.
 
Actually, you missed something.

If [itex]u=6-2x[/itex] then [itex]x=\frac{6-u}{2}[/itex]

So your integral would be:
[tex] -\frac{1}{2}\int^{4}_{-4} u*\sqrt{5-\frac{6-u}{2}}du[/tex]

Now use integration by parts.

Regards.
 
I see now that you were integrating by parts (as was mentioned in the previous post). Partial integration usually refers to integrating a mutlivaraite function with respect to one of its independent variables a la

[tex]\text{If }\frac{\partial}{\partial x}F(x,y) = f(x,y) \text{ then } \int f(x,y) \partial x = F(x, y)[/tex]

The original attempt letting u = 6 - 2x leads to:

[tex]du = -2dx \Rightarrow dx = \frac{du}{-2}[/tex]

[tex]x=1,5 \Rightarrow u=4,-4[/tex]

[tex]=\int_4^{-4} u \sqrt{5-x}\;\frac{du}{-2}[/tex]

[tex]=\frac{1}{2}\int_{-4}^4 u \sqrt{5-x}\;{du}\;\;\text{(Note transpose of boundaries)}[/tex]

then attempting to apply integration by parts one gets

[tex]v = u \Rightarrow dv = du[/tex]

[tex]dw = \sqrt{5-x}\;{du} \Rightarrow w = \text{ ?}[/tex]

The expression for dw is in terms of x and we're trying to find an anti-derivative with respect to u. This cannot be done without changing the context to fully in x or in u. Mixed contexts lead to errors. I suspect this came about because the differential factor (du) got lost somewhere along the way.

Sorry for the original confusion.

--Elucidus
 
Why don't you try u=5-x instead. That makes x=5-u and it's easy to work out 6-2x in terms of u. It's really much simpler.
 
Dick said:
Why don't you try u=5-x instead. That makes x=5-u and it's easy to work out 6-2x in terms of u. It's really much simpler.

That is probably a good idea.

So let [tex]u = 5-x ~~\tex{then}~~ du = -1dx[/tex]
New limits:
[tex]x = 5 \longrightarrow u = 0[/tex]
[tex]x = 1 \longrightarrow u = 4[/tex]
[tex]-1\int_{0}^{4}(-6+2u)du~~\times~~u^{1/2}[/tex]

Does that look reasonable ?
 
Last edited:
James889 said:
That is probably a good idea.

So let [tex]u = 5-x ~~\tex{then}~~ du = -1dx[/tex]
New limits:
[tex]x = 5 \longrightarrow u = 0[/tex]
[tex]x = 1 \longrightarrow u = 4[/tex]
[tex]-1\int_{0}^{4}(-6+2u)du~~\times~~u^{1/2}[/tex]

Does that look reasonable ?

6-2x doesn't turn into (-6+2u) if x=5-u, does it? Check that. And you make me nervous writing the u^(1/2) outside the integral, put it back in and multiply the product out. Then integrate.
 
Dick said:
6-2x doesn't turn into (-6+2u) if x=5-u, does it? Check that. And you make me nervous writing the u^(1/2) outside the integral, put it back in and multiply the product out. Then integrate.

Sorry i had a proper brainfart.

[tex](6-2x)~~ \text{in terms of}~~ u~~\text{is}~2u-4[/tex]

Im also a little confused about the notation. Is the correct notation

[tex]2u-4du[/tex] or just [tex]2u-4[/tex] ?

//Jones
 
  • #10
James889 said:
Sorry i had a proper brainfart.

[tex](6-2x)~~ \text{in terms of}~~ u~~\text{is}~2u-4[/tex]

Im also a little confused about the notation. Is the correct notation

[tex]2u-4du[/tex] or just [tex]2u-4[/tex] ?

//Jones
2u - 4 is correct. There are actually two sets of equations: one that defines the relationship between dx and du, and one that defines the relationship between x and u.

If u = 5 - x, then du = -dx
u = 5 - x <==> x = 5 - u ==> 6 - 2x = 6 - 2(5 - u) = 2u - 4
 
  • #11
James889 said:
Sorry i had a proper brainfart.

[tex](6-2x)~~ \text{in terms of}~~ u~~\text{is}~2u-4[/tex]

Im also a little confused about the notation. Is the correct notation

[tex]2u-4du[/tex] or just [tex]2u-4[/tex] ?

//Jones

The correct notation is the integral of (2u-4)*u^(1/2)*du. Expand the product and integrate term by term.
 
  • #12
Quick comment. The limits of integration are reversed. The limits were x = 1 to x = 5. The new "u" values should be u = 4 to u = 0. Limits of integration are not always in ascending order. You can interchange them later by changing the sign of the integral.

--Elucidus
 
  • #13
So.
[tex](2u-4)*u^{1/2} = 2u-4u^{1/2}[/tex]

Integrating term by term gives [tex]u^2-\frac{3}{8}u^{3/2}[/tex]

[tex]~~\left|_{0} ^{4}\left -u^2-\frac{3}{8}u^{3/2}[/tex]

And the answer is 4.
 
Last edited:
  • #14
James889 said:
So.
[tex](2u-4)*u^{1/2} = 2u-4u^{1/2}[/tex]

Integrating term by term gives [tex]u^2-\frac{3}{8}u^{3/2}[/tex]

[tex]~~\left|_{0} ^{4}\left -u^2-\frac{3}{8}u^{3/2}[/tex]

And the answer is 4.

Slight mistake:

[tex](2u-4)*u^{1/2} = 2u^{3/2}-4u^{1/2}[/tex]

The answer, as I mentioned in an earlier post, should be 64/15.

--Elucidus
 
  • #15
Elucidus said:
Slight mistake:

[tex](2u-4)*u^{1/2} = 2u^{3/2}-4u^{1/2}[/tex]

The answer, as I mentioned in an earlier post, should be 64/15.

--Elucidus

oops, i always mix up the exponential rules =/
 

Similar threads

  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
4
Views
3K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K