Calculus terminology/notation question.

  • Context: Undergrad 
  • Thread starter Thread starter Robokapp
  • Start date Start date
  • Tags Tags
    Calculus
Click For Summary

Discussion Overview

This discussion centers around the role and meaning of the notation "dx" in calculus, particularly in the context of integration. Participants explore its significance in defining the variable of integration and its implications for the interpretation of integrals, including Riemann integrals and the geometric interpretation of area under curves.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants suggest that "dx" indicates the variable of integration, which is essential for understanding the integral's meaning.
  • Others argue that without "dx," the integral lacks meaning, as it would imply summing heights without considering the infinitesimal width.
  • A participant questions the necessity of the distinctive "dx" notation, proposing that it could be represented differently without losing meaning.
  • Some contributions highlight that "dx" represents a differential length and is analogous to the limit of Riemann sums as the width approaches zero.
  • There is a discussion about the geometric interpretation of integrals, where "dx" is seen as contributing to the calculation of area under curves by multiplying height by width.
  • One participant reflects on their learning experience, noting that understanding the role of "dx" clarifies their grasp of integration.

Areas of Agreement / Disagreement

Participants express differing views on the significance and necessity of "dx" in integrals. While some agree on its importance for defining the variable of integration, others contest its role and suggest alternative interpretations. The discussion remains unresolved regarding the best way to conceptualize "dx" and its implications.

Contextual Notes

Some participants mention historical aspects of notation and the evolution of integral calculus, indicating that the understanding of "dx" may vary based on educational background and exposure to different mathematical concepts.

Robokapp
Messages
218
Reaction score
0
Ok here's my problem... First, I only took Calculus AB so don't drown me with what I won't even approach to understand.

Now my problem is the dy/dx part of calculus. In the differential equations etc it makes sense...dy gets integrated into a y and dx is integrated into x etc...

[tex]\int{dx}=x + C[/tex]

but look here:

[tex]\int {x [dx]} = \frac{x^{2}} {2} + C[/tex]

SO what happens if you do plainly...

[tex]\int{x} = ?[/tex] + C

Would it simply...malfunction because you don't have a dx? What does the dx actually do? to my logic the dx should turn into an x somehow...because it does so in my first example. but when dx is by some x it just does nothing. Why is that?
 
Last edited:
Physics news on Phys.org
The simple explanation is that dx tells us what is the variable of integration. For example if the integrand was xy, then (assuming y does not depend on x), then integration using dx tells us that the answer is yx2/2 +c.
 
Robokapp said:
SO what happens if you do plainly...

[tex]\int{x} = ?[/tex] + C

Would it simply...malfunction because you don't have a dx? What does the dx actually do? to my logic the dx should turn into an x somehow...because it does so in my first example. but when dx is by some x it just does nothing. Why is that?

Yes, this expression has to meaning.
 
Robokapp said:
[tex]\int{x} = ?[/tex] + C

Would it simply...malfunction because you don't have a dx? What does the dx actually do? to my logic the dx should turn into an x somehow...because it does so in my first example. but when dx is by some x it just does nothing. Why is that?

It makes no sense because it doesn't tell you what to integrate with respect to. Just like mathman said.

Unfortunately, dx does not simply mean multiply an x in the equation. This only happens when working with simple functions, like polynomials.

Not sure if you know this, but what is the derivative of [itex]e^x[/itex]?

If you remembered or have learned it, you should know that it is [itex]e^x[/itex].

So, if you integrate [itex]e^x[/itex] with respect to x as follows...

[tex]\int{e^x} dx = e^x[/tex]

I never multiplied an x in there. See what's happening? Getting an idea?
 
To say that dx is simply telling us the variable to be integrated makes no sense. If it's just to tell you which variable to integrate with respect to, why use such a distinctive notation? For example, the variable could be written in square brackets at the top of the integral sign.

Correct me if I'm wrong here (I'm 16 and hence still allowed to make mistakes), but the reason the (Riemann) integral without the dx is meaningless is (geometrically and extremely loosely) because that would be summing an infinite number of heights without multiplying each by an infinitesimal width, and so it has no meaning.

An interesting historical note, I think that when the long-S notation was first used, the dx wasn't written.
 
Last edited:
Do you know how the dx is derived (derived is probably a bad word to use).

If you think about [itex]\int_a^b f(x) \, dx[/itex] as the area under the curve. It is saying take a bunch of rectangles of width [itex]dx[/itex] and height [itex]f(x)[/itex] and add them together to get the area.

Lets say you have a line, say of height 5. So,
[tex]f(x) = 5 [/itex].<br /> <br /> Now you want to take the integral of [itex]f(x)[/itex] from 0 to 10.<br /> <br /> This would look like:<br /> [tex]\int_0^{10} f(x)\, dx[/tex]<br /> <br /> This is asking for the area under the curve from 0 to 10. Now if you think about this for a second, the area is just a rectangle.<br /> So the integral above would be [itex]10 \times 5[/itex].<br /> <br /> Now what if you broke this up into two rectangles?<br /> You could say that the integral equals [itex](5 \times 5) + (5 \times 5)[/itex] right?<br /> <br /> Now what if you want to break this up into 5 rectangles?<br /> You could say the integral is equal to:<br /> [tex]5\times (2 \times 5)[/tex].<br /> <br /> Notice how the width is shrinking each time?<br /> Well what if you made the width infinitely small and called it dx? So you have,<br /> height * dx<br /> <br /> If you added all these height*dx rectangles together you would get the area under the curve. Does that makes sense?<br /> <br /> Sorry for the crappy explanation... this was actually a lot harder to explain then I thought it would be . This discussion (at least how I would know how to explain it) requires a white board or chalk board or something.<br /> <br /> I don't know if this would help you at all,<br /> <a href="http://mathworld.wolfram.com/RiemannIntegral.html" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://mathworld.wolfram.com/RiemannIntegral.html</a><br /> <br /> That would have definitely been over my head when taking calc I though.[/tex]
 
Last edited:
gnomedt said:
Correct me if I'm wrong here (I'm 16 and hence still allowed to make mistakes), but the reason the (Riemann) integral without the dx is meaningless is (geometrically and extremely loosely) because that would be summing an infinite number of heights without multiplying each by an infinitesimal width, and so it has no meaning.

And so integrating with respect to x implies that you are multiplying each by an infinitesimal width dx. That's integration.

To say that dx is simply telling us the variable to be integrated makes no sense.

Then what is it telling us?
 
gnomedt said:
To say that dx is simply telling us the variable to be integrated makes no sense. If it's just to tell you which variable to integrate with respect to, why use such a distinctive notation? For example, the variable could be written in square brackets at the top of the integral sign.

That notation would be fine. Only who would know what you mean?

I could be wrong here, someone please correct me. But dx means the d part is the differential length of x.

where the d is somewhat equivalent to the [itex]\Delta[/itex] in the Riemann integral when [itex]\Delta x_i[/itex] shrinks to 0.
 
JasonRox said:
And so integrating with respect to x implies that you are multiplying each by an infinitesimal width dx. That's integration.
Exactly -- and that's why leaving out the dx makes no sense. That's what I said. The point is that the lack of a dx doesn't only mean that you don't know with what to integrate with respect to. Even if it was, it could just be implied for simpler integrations, like in the f-prime notation for derivitives. There's a good reason it's there.

Then what is it telling us?
To multiply each height by an infinitesimal length dx! To leave it out would be to say [itex]\int_a^b f(x)=\lim_{\Delta x\to\infty} \sum_1^n f(x_k*)[/itex], a useless, often divergent sum.

Now, with the theory of differential forms, the problem is solved by defining dx as a 1-form. Then the integral sign is a function with a differential form, mapping an interval to a real number. Thus the interval sign has no meaning when it's followed with a non-differential form.
 
Last edited:
  • #10
[tex]\int_a^b f(x)=\lim_{\Delta x\to\infty} \sum_1^n f(x_k*)[/tex]

Oh...I sould have known this...I seen this before. My teacher expalined it, how the x-part is the height and the dx part is the width between sectors...I understand it now. i remember something about a [tex]||p||[/tex] in the limit bottom. Oh well.

[tex]\int{dx}[/tex] is the same as [tex]\int{1}dx[/tex] where the 1 turns into the x not the dx.

Yes I know the [tex]e^{x}[/tex] has a derivative and an integral of [tex]e^{x}[/tex]. SO by looking at the tiny little rectangles...x tells you basically how big they are (height) and the dx tells you how many spaces are in between them. Like applying a LRAM or RRAM or MRAM for many, tiny rectangles.
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K