[Math] Find the function that describes a real life curve

calculusgeometry

Let's say you want to compute the length of an arbitrary 2 dimensional curve or the area between two arbitrary 2 dimensional curves in the real world. For example you take your pen and draw a line and you want to know the length of it. How do you do it? I mean is there a technique? We can compute the lengths or the areas of basic geometric shapes like circles and straight lines. Is there a way that we can "translate" a given graph in the real world to a function type and use calculus tools to compute such kind of things?
Thanks in advance.

Best Answer

yup, regression analysis/method of least squares. you would assign a coordinate system to the plane on which the curve is located and measure the coordinates of various points on the graph. the regression analysis will fit these curves to a function of your choice such as polynomial, exponential, etc. (the choice is a matter of which one you judge will be the best fit) and assign the relevant constants.

Related Question