To find the area inside the curve.

  • Thread starter Thread starter rsh
  • Start date Start date
  • Tags Tags
    Area Curve
Click For Summary
SUMMARY

The discussion focuses on calculating the area under a curve represented by force values in an Excel worksheet. The user seeks a programmatic solution to automate this calculation for varying force values. Key methods discussed include summing forces for equal position increments, applying rectangular interpolation for integration, and utilizing the trapezoidal rule for improved accuracy. Advanced numerical integration techniques are also suggested for further precision.

PREREQUISITES
  • Understanding of Excel functions and formulas
  • Basic knowledge of numerical integration techniques
  • Familiarity with the trapezoidal rule
  • Ability to interpret graphical data from Excel
NEXT STEPS
  • Research Excel functions for numerical integration
  • Learn about the trapezoidal rule implementation in Excel
  • Explore advanced numerical integration methods
  • Study graphical data representation techniques in Excel
USEFUL FOR

Data analysts, engineers, and researchers who need to calculate areas under curves using force data in Excel.

rsh
Messages
1
Reaction score
0
Hi all,

I want to find the area inside the curve present in my pdf attachment. (2nd graph).

I got this graph using the data points present in the excel worksheet.

Position column will be always same, but the force column varies.

I need a program in excel to do this for all my other force values. Can anyone help me in this..

Thnx in advance
Rsh
 

Attachments

Physics news on Phys.org
You say "area inside the curve" but position is given only by a single number. In order to have an "area" you have to have a two dimensional situation with position given by two numbers. Also you have a column labeled "force". What does that have to do with area?
 
rsh said:
Hi all,

I want to find the area inside the curve present in my pdf attachment. (2nd graph).

I got this graph using the data points present in the excel worksheet.

Position column will be always same, but the force column varies.

I need a program in excel to do this for all my other force values. Can anyone help me in this..

Thnx in advance
Rsh

In it simplest form the area would simply be the sum of all forces (if the position increments are the same each time).
Otherwise you need to calculate the difference of each positional increment, multiply it by the corresponding force, and sum all results (integration by rectangular interpolation).
If you need more accurate results, you'd need to apply the trapezoidal rule.
Or an even more advanced method of numerical integration, which can be found with google.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
8
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
6K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K