Length of a curve: Difference between revisions

From apimba
Jump to navigation Jump to search
Created page with "The length of a curve from point a to point b can be found using an integral of the first derivative of the equation: equation f(x) first derivative f '(x) length = <font si..."
 
No edit summary
Line 4: Line 4:
first derivative f '(x)
first derivative f '(x)


length = <font size = "+2"><span>&#8747;</span></font>sqr(1+f '(x)^2)dx
length = <font size = "+2"><span>&#8747;</span></font>sqr(1+f '(x)<sup>2</sup>)dx

Revision as of 17:33, 1 April 2021

The length of a curve from point a to point b can be found using an integral of the first derivative of the equation: equation f(x)

first derivative f '(x)

length = sqr(1+f '(x)2)dx