Solving B(t) & B'(t): Graphs & Table

  • Thread starter Thread starter Meredith.Lord
  • Start date Start date
  • Tags Tags
    Graphs Table
Click For Summary
SUMMARY

This discussion focuses on calculating the derivative B'(t) of the population function B(t) for Belgium from 1980 to 2000 using discrete data points. The method involves approximating derivatives through difference quotients, specifically by taking the difference between adjacent years' population values and dividing by the time interval. For endpoints, the average of the differences from the nearest neighbor is used, while for intermediate points, the average of the differences on both sides is calculated. A more advanced technique, such as spline fitting, is mentioned but deemed unnecessary for the current level of understanding.

PREREQUISITES
  • Understanding of discrete calculus and difference quotients
  • Familiarity with population functions and their graphical representations
  • Basic knowledge of spline fitting for data approximation
  • Ability to plot graphs using graph paper or graphing software
NEXT STEPS
  • Learn about discrete calculus and how to calculate derivatives from discrete data
  • Explore the concept of spline fitting for more accurate data representation
  • Study graphical analysis techniques for comparing functions
  • Practice plotting population growth data and its derivatives
USEFUL FOR

Students in mathematics or statistics, educators teaching calculus concepts, and anyone interested in analyzing population data trends.

Meredith.Lord
Messages
1
Reaction score
0
this question confuses me and my teacher hasnt been in school for the last 3 days and I am positive we have not learned anything like this. please help

let B(t) be the population of Belgium at time t. the table below gives the midyear values at B(t), in thousands, from 1980 to 2000. Fill in the rest of the table with the values for the derivatives of this function. DIscuss how you arrived at those values. Plot both B(t) and B'(t) on graph paper and compare the graphs.

T 1980 1982 1984 1986 1988 1990 1992 1994 1996 1998 2000
B(t) 9847 9856 9855 9862 9884 9962 10036 10109 10152 10175 10186
B’(t)

thats the information from the graph, but i don't know how its been gotten and then i have to fill in B'(t)

please help!
 
Physics news on Phys.org
For data at a discrete set of points, you would approximate derivatives by difference quotients. There are a couple of ways to do this.

For the end points take the diference between the value at the end point and its nearest neighbor and divide by 2 (the difference in years). In both cases take the later year B minus the earlier year B.

For intermediate points carry out the analogous calculation on both sides and average.

A more sophisticated apporach would be fitting the data with splines and taking derivatives, but I suspect that would be above the level you're at.
 
The derivative is defined as
[tex]\lim_{h\rightarrow 0}\frac{f(a+ h)- f(a)}{h}[/tex]
Since you are only given populations at integer years, you can't let h "go to 0" but you can take "h" as small as possible: 1 year. That is, approximate the derivative, as best you can, by B(a+1)- B(a). That is the "discrete quotient" mathman is talking about. It is, of course, just the change in population during the ath year.