Note: Typically curves are thought of as the set of
all geometric
figures that
can be parametrized using a
single parameter. This is not
in fact accurate, but
it is a useful way to conceptualize curves. The exceptions to this
rule require some cleverness, or at least some exposure to
space-filling curves.
t = The parameter that traces out the curve as it varies from a to b
Worked Example
Problem: A circle of radius 3 centered at the origin can be described as a curve. Write a parametric representation and identify three specific points on the curve.
Step 1: Choose a parametrization. A circle of radius 3 can be traced by letting the parameter t represent the angle measured from the positive x-axis.
r(t)=(3cost,3sint),0≤t<2π
Step 2: Find the point at t = 0. Substitute into the parametric equations.
r(0)=(3cos0,3sin0)=(3,0)
Step 3: Find the point at t = π/2.
r(2π)=(3cos2π,3sin2π)=(0,3)
Step 4: Find the point at t = π.
r(π)=(3cosπ,3sinπ)=(−3,0)
Answer: The circle of radius 3 is the curve r(t) = (3 cos t, 3 sin t). As t goes from 0 to 2π, the curve traces the entire circle, passing through (3, 0), (0, 3), (−3, 0), and back.
Another Example
Problem: A straight line segment from the point (1, 2) to the point (5, 10) is also a curve. Write it in parametric form and find the midpoint.
Step 1: Use the linear parametrization that starts at (1, 2) when t = 0 and ends at (5, 10) when t = 1.
r(t)=(1+4t,2+8t),0≤t≤1
Step 2: Find the midpoint by evaluating at t = 0.5.
r(0.5)=(1+4(0.5),2+8(0.5))=(3,6)
Answer: The line segment is the curve r(t) = (1 + 4t, 2 + 8t) for t in [0, 1], and its midpoint is (3, 6). This shows that even a straight path qualifies as a curve.
Frequently Asked Questions
Is a straight line considered a curve?
Yes. In mathematics, a straight line is a special case of a curve — one with zero curvature everywhere. The word 'curve' refers to any continuous path, not just paths that bend.
What is the difference between a curve and a function?
A function assigns exactly one output to each input, so its graph must pass the vertical line test. A curve has no such restriction. A circle, for example, is a curve but is not the graph of a single function y = f(x) because it fails the vertical line test. However, every function's graph is a curve.
Curve vs. Surface
A curve is a one-dimensional object: it is traced by varying a single parameter. A surface is a two-dimensional object: it requires two parameters to describe. For example, a circle is a curve (one parameter: the angle), while the outer shell of a sphere is a surface (two parameters: latitude and longitude).
Why It Matters
Curves appear everywhere in math and science — from the trajectory of a thrown ball (a parabola) to the orbit of a planet (an ellipse). Parametrizing curves lets you compute tangent lines, arc lengths, and areas under paths. In higher-level courses such as multivariable calculus and physics, working with curves is essential for understanding motion, force fields, and line integrals.
Common Mistakes
Mistake: Thinking a curve must be 'curvy' — that is, assuming straight lines and line segments are not curves.
Correction: In mathematics, any continuous path counts as a curve, including perfectly straight ones. A line is simply a curve with zero curvature.
Mistake: Believing every curve can be written as y = f(x).
Correction: Many curves, such as circles and figure-eights, fail the vertical line test and cannot be expressed as a single function y = f(x). Use parametric equations or implicit equations instead.
Related Terms
Parametrize — Method of describing a curve with a parameter