What is the Meaning of dx in Definite and Indefinite Integrals?

  • Thread starter Thread starter Shing
  • Start date Start date
  • Tags Tags
    Concept Integrate
Shing
Messages
141
Reaction score
1
I am studying 'Integration'
These are the questions I have been thinking of, but i still did not get it.

1.I understood the basic concept of dx and dy
But I don't know what exactly does dx stand for in the definite and indefinite Integrals.
\int x^3\, dx\right)2. I have read a proof in book about integration product
y = u*v
dy = du*v + u*dv
\int\, dy\right = \int v\, du\right + \int u\, dv\right
\int u\, dv\right = uv - \int v\, du\rightI think it might be not serious enought.
- Why is it without dy? I think it should be dy/dx = v*du/dx+u*dv/dx first.
 
Last edited:
Physics news on Phys.org
I like to explain integrals in this manner - you know from your differential calculus class that \lim_{\Delta x \to 0} \Delta x = dx. Basically its a really really tiny change in the x value.

Now If we had a graph, of say x^3. We graph a section, and cut out a rectangle. The rectangles width will be \Delta x and height will be x^3. But we want an infinitely thin strip so that when we add the strips up, the area is exact. To get an infinitely thin strip, we take the limit of the width to zero, making the width dx.

So for every strip, the height is x^3, the width is dx, and the integral sign means add them all up.

For indefinite integrals it just shows what you find the anti derivative with respect to. Eg \int kx dx That tells me k is some constant and I do the integration to the x. If it were a dk, other way around.

Concerning the proof of the Integration by Parts Formula, you are correct but its easier this way. Start off with the product rule:

d(uv)/dx = v*du/dx+u*dv/dx

Take the v*du/dx to the other side.

d(uv)/dx - v\frac{du}{dx} = u\frac{dv}{dx}

Now Integrate both sides with respect to x. Basically I mean put an integral sign in front of, and a dx behind, all the terms.

\int u\frac{dv}{dx}dx = \int \frac{d(uv)}{dx} dx - \int v\frac{du}{dx} dx.

Now the dx's in the denominator and at the end all cancel out.

\int u dv = \int 1 d(uv) - \int v du

The Integral of 1, with respect to uv, is just uv. And we have our Rule:

\int u dv = uv - \int v du
 
Last edited:
integrals are imits of areas of rectangles. each rectangle has a heigt and a base lebgth. the f(x) tells you how to measure the height and the dx tells you how to measure the base length.
 
I got it! Thanks so much! :smile:

But I have two more questions!

That is why we can solve a problem like that?
\int sin(3x)\, dx\right)
= 1/3 \int sin(3x)\, (3dx)\right)

What does (3dx) tell us? Three times base length? One time base length correlate to 1xonly?

And is it right? \int sin(3x)\, (3dx)\right) = \int sin(3x)\, d3x\right)

What does it mean if it is d(x^2) ?
Then why am I wrong that if I do that:
\int x^3\, dx\right)
\int x^2\, (xdx)\right)
\int x^2\, (dx^2)\right)
 
Last edited:
Shing said:
I got it! Thanks so much! :smile:

But I have one more question!

then why we can solve a problem by times?
\int sin(3x)\, dx\right)
= 1/3 \int sin(3x)\, (3dx)\right)



Yes, because "3" is a constant and can be moved in or out of the integral at will, those are equal. And one reason you might want to do that is to make the subsitution y= 3x. Then dy= 3dx so the integral becomes
\frac{1}{3}\int sin(u)du[/itex]<br /> <br /> On the other hand some people like to do it as: u= 3x so du= 3dx and then (1/3)du= dx. Now we have<br /> \int sin(u)((1/3)du)= \frac{1}{3}\int sin(u)du
 
The mistake you are making is that you are thinking that in dx, d is something we are multiplying x by. However that is incorrect, dx just means change in x, limiting to zero. When you did xdx = d(x^2) you are make that mistake.
 
Back
Top