Approximating Areas under Curves

  • Context:
  • Thread starter Thread starter alane1994
  • Start date Start date
  • Tags Tags
    Areas Curves
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
alane1994
Messages
36
Reaction score
0
I am learning this right now, and I am having troubles with something.
For regular partition, the formula in my textbook is this.

[tex]x_k=a+k\Delta x, \text for k=0,1,2,...,n.[/tex]

My question is this, how does one find "k"? It is very important clearly!;)
 
Physics news on Phys.org
alane1994 said:
I am learning this right now, and I am having troubles with something.
For regular partition, the formula in my textbook is this.

[tex]x_k=a+k\Delta x, \text for k=0,1,2,...,n.[/tex]

My question is this, how does one find "k"? It is very important clearly!;)

$\Delta x = \frac{b-a}{n}$ where $[a,b]$ and n is the number of times you want to divide the interval.

The points in the partition will then be $a, a+\Delta x, a+2\Delta x,\ldots, a+(n-1)\Delta x, b$

Usually you are told how many times to divide the interval.
 
Or perhaps you decide, rather than being told. A partition doesn't have to necessarily be divided in parts of equal length, but it's certainly easier. :D