In standard algebra, curves are typically written as y=f(x). However, many important curves in mathematics and physics cannot be expressed this way.
For example, the circle: x^2 + y^2 = r^2
fails the vertical line test and therefore cannot be written as a single function y=f(x).
Find the length of one arch of the cycloid for 0 \le t \le 2\pi.
Parametric form: x = f(t), \quad y = g(t)
allows us to describe more general curves and also model motion where $t$ represents time.
provided that \frac{dx}{dt} \neq 0.
This formula allows us to compute the slope of the tangent line even when y is not written directly as a function of x.
L = \int_a^b \sqrt{ \left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2 } \, dt
This formula is derived from the Pythagorean Theorem and measures the total distance traveled along the curve.