Parametrizing a Line Integral: Finding the Easiest Approach

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
hawaiifiver
Messages
55
Reaction score
1
How do you work out the parameterization for a line integral. I have this example, and the closed curve C bounds the lines y=0, x=2 and y^2 = 8x. In the solution to the problem it states that there are many parameterizations available. So I just wanted to know, how do you work out the parameterization?
 
Physics news on Phys.org
The easiest way is to parametrize each part separately.
The "many parametrizations" probably refers to the fact that you can choose many different "velocities", e.g.
x(t) = (t, 0) ([itex]0 \le t \le 1[/itex])
x(t) = (2t, 0) ([itex]0 \le t \le 1/2[/itex])
x(t) = (t2, 0) ([itex]0 \le t \le 1[/itex])
x(t) = (t/2, 0) ([itex]0 \le t \le 2[/itex])
x(t) = (1 - t, 0) ([itex]0 \le t \le 1[/itex])
all parametrize the line segment between (0, 0) and (1, 0) (although the direction of the latter is reversed).