Using the same substitution for integration twice

Click For Summary

Discussion Overview

The discussion revolves around the integration of functions that require substitution, specifically addressing the implications of using the same substitution multiple times. Participants explore the correct application of integration techniques, particularly in the context of Leibniz notation and the relationships between differentials.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions why it is incorrect to keep the initial substitution when integrating a function that has already been substituted once.
  • Another participant mentions the importance of the Jacobian in one-dimensional integration, emphasizing the need to integrate with respect to the correct variable.
  • A participant clarifies that to integrate with respect to a new variable, the left-hand side must match the right-hand side in terms of differentials.
  • There is a discussion about rearranging the differential equation and the implications of switching between differentials during integration.
  • One participant explains that to integrate with respect to a new variable, one must ensure that all expressions are consistent and correctly represent the relationships between variables.
  • Another participant highlights the utility of Leibniz notation in manipulating differentials, suggesting that it allows for flexibility in integration as long as care is taken.
  • There is a side note comparing continuous sums in integration to discrete sums, discussing the conceptual basis of integration as a summation of areas under curves.
  • A participant seeks clarification on whether the process of integrating involves multiplying both sides by differentials, indicating a potential gap in understanding from traditional calculus texts.

Areas of Agreement / Disagreement

Participants express varying levels of understanding regarding the manipulation of differentials and the implications of substitutions in integration. There is no clear consensus on the best approach to take when integrating with respect to different variables, and the discussion remains unresolved on certain technical aspects.

Contextual Notes

Participants acknowledge the need for careful handling of differentials and substitutions, but there are unresolved questions about the proper application of these concepts in integration. The discussion also touches on the limitations of traditional calculus texts in explaining these nuances.

autodidude
Messages
332
Reaction score
0
When you have to integrate a function that requires substitution and you integrate it again, why is it wrong to keep the initial substitution?

e.g. y''=2x/(1+x^2)^2

If you let u=1+x^2 then y'=-(1/u)+C. Why is it wrong to integrate that again with respect to u and then change back to x at the end? I know it's not right but I can't see why
 
Physics news on Phys.org
Because of the Jacobian (or how is it called in 1 dimension?), I mean the factor between du and dx.
You want to integrate with respect to x, but when you keep the substitution, what you will do is integrate with respect to u.
 
That y' is dy/dx = c-1/u

you need dy/du on the LHS to integrate wrt u as the next step.

You'll end up with[tex]\int \frac{du}{dx}dy = \int \left ( c-\frac{1}{u} \right )du[/tex]... but du/dx=2x ... and x depends on y.
 
Last edited:
So since we're integrating with respect to u on the right hand side, we have to do the same thing to the left?

In your equation, on the left hand side, did you just switch the places of du and dy so that it becomes with respect to dy? Is this always allowed?

Then du/dx=2x, and you said x depends on y...so we have to write x in terms of y? How would we do that?
 
No no no no no!

What you asked in your first post amounted to: "why is it wrong to do this:": [tex]y=\int\left ( c-\frac{1}{u} \right )du[/tex]... the reason is because the LHS does not match the RHS ... you made a mistake evaluating the LHS.

If you want to do the RHS integration wrt u, you have more work ahead of you: I'll take it slowly this time...

Starting with:[tex]\frac{dy}{dx}=c-\frac{1}{u}[/tex] I could rearrange that to be:[tex]dy = \left ( c-\frac{1}{u} \right )dx[/tex] and then integrate:[tex]\int dy = \int \left ( c-\frac{1}{u} \right )dx[/tex]... but how are you going to be able to do the integration on the RHS?

Well you could just put [itex]u=1+x^2[/itex] back!

But it looks like it is easier to integrate wrt u instead ...

What I did before was start at the beginning and use the chain rule:[tex]\frac{dy}{dx} = \frac{du}{dx}\frac{dy}{du} = c-\frac{1}{u}[/tex]... now I can multiply both sides by du to give: [tex]\frac{du}{dx}dy = \left ( c-\frac{1}{u}\right ) du[/tex] ... which is where I left you.

since we know that u=1+x2, we can find du/dx thus: [tex]\frac{du}{dx}=2x=2\sqrt{u-1}[/tex] ... substitute it in:[tex]2\sqrt{u-1}dy = \left ( c-\frac{1}{u}\right ) du[/tex]... I need all the expressions involving u in the RHS:[tex]dy = \left ( c-\frac{1}{u}\right ) \frac{du}{\sqrt{u-1}}[/tex]... now you get to integrate:
[tex]y = \int \left ( c-\frac{1}{u}\right ) \frac{du}{\sqrt{u-1}}[/tex]... which is left as an exercize for the student :)

Aside
... one of the powers of Liebnitz notation is that you can manipulate all the dx's and dy's and so on like fractions ... they obey the same rules. So, the chain rule amounts to saying:[tex]\frac{dy}{dx}=\frac{du}{du}\frac{dy}{dx}=\frac{du}{dx}\frac{dy}{du}[/tex]... handy if you know u(x) but don't know y(x): it turns the problem of finding y(x) into that of finding y(u) ... which we hope will turn out to be easier.

You asked if we can always treat the du's and so on like this and the answer is "yes" ... if you are careful. eg.[tex]\int \frac{dy}{dx}dx = \int dy = y[/tex]

Starting from [tex]\frac{dy}{dx}=c-\frac{1}{u}[/tex] ... in order to be allowed to write an integration sign in front of an expression, the expression has to end in a d-something. eg. It makes no sense to write: [itex]y=\int x^2[/itex] ... it has to be [itex]y=\int x^2 dx[/itex] and this had to start out as something like [itex]dy = x^2dx[/itex]...

So let's apply that to the problem in hand ... we want to integrate the RHS with respect to u, but there is no du there. Solution: multiply the RHS by du. Whatever you do the the RHS you have to do to the LHS to balance the equation so:
[tex]\frac{dy}{dx}du=\left ( c-\frac{1}{u}\right ) du[/tex]... that is all square for the RHS ... but what about the LHS? None of the dy, dx, du cancel out - but I notice that[tex]\frac{dy}{dx}du = \frac{dydu}{dx} = \frac{du}{dx}dy[/tex]... you asked "can we always do that?" And there is your answer!
 
Excellent, thanks a lot Simon!
 
<whew> no worries qye?!
 
One last thing - is that really what we're doing when we integrate (in Leibniz notation) - multiply both sides by dx? It makes sense now but I've never seen it mentioned in any calculus text (perhaps I might've missed it?)
 
That's very close ... the dx is to continuous sums what Δx is to discrete sums.
A continuous sum is written: S=∫f(x)dx and a discrete sum is S=Ʃf(xi)Δx

What you are doing is finding the area between the x-axis and f(x) for every value of x, and then adding them up ... so, for a particular value of x, the area is f(x)dx ... the integration sign tells you to add them up for a range of values of x.

In this way, an integration is a kind of continuous version of the sigma notation.
http://en.wikipedia.org/wiki/Integral_symbol
 
  • #10
Does a continuous sum just mean the limit as Δx->0?

So if you had dx, that would mean a very small change in x? Then integrating would give x and you'd evaluate it between some limit of integration...it would just be a rectangle cause the original function was really 1..that makes sense
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 27 ·
Replies
27
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 8 ·
Replies
8
Views
4K