Summing a Function Value Over an Interval

Click For Summary

Discussion Overview

The discussion revolves around the concept of summing a function of two variables, specifically f(x, y), over a rectangular interval. Participants explore the implications of this summation in the context of physical forces and integrals, questioning how to interpret the "total value" of the function without resorting to traditional integration methods.

Discussion Character

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

Main Points Raised

  • One participant seeks to find the total value of a function f(x, y) over a rectangular interval, expressing uncertainty about how to achieve this without using integrals.
  • Another participant questions the definition of "total value," asking whether it refers to a standard integral or some other measure, and clarifies the nature of the function and the interval.
  • A participant suggests that summing the values of f(x, y) at each point over the interval corresponds to an integral, emphasizing that the integral represents the total amount of force when considering a vector field.
  • Another participant expresses confusion about the physical interpretation of the integral, using a simplified example to illustrate that the integral may yield a smaller value than the force at each point.
  • Concerns are raised about the units involved in integration, with a participant noting that integration yields units of Nm or Nm², and discussing the implications of summing forces across a defined path.
  • One participant introduces the concept of a continuous mapping to facilitate integration along a path, but acknowledges the complexity and potential for multiple counting of points in the process.
  • Curiosity about the application of these ideas arises, particularly in relation to varying frictional forces and their representation as a sum of forces at contact points.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of summing function values versus integrating, with no consensus reached on the appropriate method to achieve the desired total value. The discussion remains unresolved regarding the best approach to model the physical scenario described.

Contextual Notes

Participants highlight limitations in their understanding of the integration process, particularly concerning the implications of units and the nature of the function being summed. The discussion also reflects uncertainty about the mapping and integration paths involved.

mwspice
Messages
10
Reaction score
0
Essentially, I have a function of two variables f(x, y), and I want to find the total value (sum) of that function for all values of (x, y) over an interval. How would I do that? The closest thing I can think of is the mean value theorem for integrals, but I want the total value, not the average value. Can anybody help?

Thanks
 
Physics news on Phys.org
What exactly do you mean by total value or sum? The ordinary integral or some exotic measure? Is your function real valued? Is it continuous? Is your 'interval' a rectangle?
 
fresh_42 said:
What exactly do you mean by total value or sum? The ordinary integral or some exotic measure? Is your function real valued? Is it continuous? Is your 'interval' a rectangle?

It is both real valued and continuous, and yes, my interval is a rectangle.
I basically have a varying force, which depends on the position (x, y), and I want to find the sum of the forces at each point to find a total force. I don't think an integral would work because I don't want to multiply by the area. I don't want Fdxdy, I just want F.
 
If you have the sum of all ##F(x,y)## over intervals for ##x## and ##y##, i.e. at each point a positive value, it is the integral.
Imagine a vector at each point, the force ##F##. This defines you a function. Since the length of such a vector is the total amount of the force at this point the volume defined by the integral is the sum. If all vectors point in the same direction it's a function to ℝ, if not then to some ##ℝ^n##.
 
  • Like
Likes   Reactions: mwspice
fresh_42 said:
If you have the sum of all ##F(x,y)## over intervals for ##x## and ##y##, i.e. at each point a positive value, it is the integral.
Imagine a vector at each point, the force ##F##. This defines you a function. Since the length of such a vector is the total amount of the force at this point the volume defined by the integral is the sum. If all vectors point in the same direction it's a function to ℝ, if not then to some ##ℝ^n##.

I think I understand what you are saying, but I'm not sure if it makes sense when I think of the physical system. For example, if we simplify the problem to one dimension and assign a constant value to the force, ##F=1##, we could think of a line with length ##0.5## units, then the integral would return a value of ##0.5##, which is smaller than the force at each point.
 
You must not forget the unities. Integration gives you ##Nm## or ##Nm^2## as in your original description. Considering a single point again means to divide the result by ##m## or ##m^2##. You've said that the a force acts on every single point of the area. If you have only one vector of force acting on the whole area you get pressure which is something else. Imagine an object moving through your vector field. Then it continuously accelerates because at every point there is an additional force.

Edit: If you want to add up all forces along a path through your vector field, you have to define the path first and then integrate along this path.

Edit 2: If I remember correctly there is a continuous and surjective mapping (onto) ##ƒ: [0,1] → [a,b]## x ## [c,d]## which would give you ##\int_0^1 F(ƒ_1(t), ƒ_2(t)) dt ## as result but it's not an easy path and of course not injective, i.e. you double cross a lot of points.
 
Last edited:
fresh_42 said:
Edit 2: If I remember correctly there is a continuous and surjective mapping (onto) ##ƒ: [0,1] → [a,b]## x ## [c,d]## which would give you ##\int_0^1 F(ƒ_1(t), ƒ_2(t)) dt ## as result but it's not an easy path and of course not injective, i.e. you double cross a lot of points.
Do you know of any references I could find to help with this?
 
Sorry. I once read it in a popular written book about set theory and cardinal numbers. The function itself has been drawn but not explicitly defined.
It was about showing that you can paint out a square by a single line. All I remember is: it is not a path you'd want to integrate! Plus, as I mentioned before, you would get several points, i.e. forces multiple times counted. May I ask why you want to do this?
 
Partially curiosity. I got the idea from something else I was working on. I was thinking about if there was a varying frictional force between surfaces, and there was a function giving the force at any point of contact, if the force could be modeled as a sum of the forces at each point of contact.
 
  • #10
fresh_42 said:
Edit 2: If I remember correctly there is a continuous and surjective mapping (onto) ƒ:[0,1]→[a,b]ƒ:[0,1]→[a,b]ƒ: [0,1] → [a,b] x [c,d][c,d] [c,d] which would give you ∫10F(ƒ1(t),ƒ2(t))dt∫01F(ƒ1(t),ƒ2(t))dt\int_0^1 F(ƒ_1(t), ƒ_2(t)) dt as result but it's not an easy path and of course not injective, i.e. you double cross a lot of points.
There are several such curves, two of them are the Sierpinski curve:
images?q=tbn:ANd9GcT-fmOn-bEIk2NBcKNRJLfnAUop9-KXsPn-KNA_I0iPxOHxhaPn.png

and the Hilbert curve:
upload_2016-1-22_7-14-25.png
 
  • #11
fresh_42 said:
You must not forget the unities. Integration gives you ##Nm## or ##Nm^2## as in your original description. Considering a single point again means to divide the result by ##m## or ##m^2##. You've said that the a force acts on every single point of the area. If you have only one vector of force acting on the whole area you get pressure which is something else. Imagine an object moving through your vector field. Then it continuously accelerates because at every point there is an additional force.

Edit: If you want to add up all forces along a path through your vector field, you have to define the path first and then integrate along this path.

Edit 2: If I remember correctly there is a continuous and surjective mapping (onto) ##ƒ: [0,1] → [a,b]## x ## [c,d]## which would give you ##\int_0^1 F(ƒ_1(t), ƒ_2(t)) dt ## as result but it's not an easy path and of course not injective, i.e. you double cross a lot of points.

A Math Pop comment. If the curve was injective (implying bijective), it would be a homeomorphism, as a continuous bijection between compact and Hausdorff, meaning the interval [0,1] is homeomorphic to [0,1]x[0,1] , which contradicts previous results.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
3
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
4K
Replies
5
Views
2K