Path integral examples

Example 1

Let

c(t) = (3t 2,t + 1),1 t 2

be a parameterization of a wire. Let the density of the wire at point (x,y) be given by

f(x,y) = x + y.

Compute the mass of the wire.

Solution: Mass is the integral of the density along the wire. So we must compute cfds. Since,

c'(t) = (3, 1), ||c'(t)|| = 32 + 12 = 10, f(c(t)) = (3t 2) + (t + 1) = 4t 1,

the integral is

cfds =abf(c(t))||c'(t)||dt =12(4t 1)10dt = (2t2 t) 10 12 = 8 2 (2 1) 10 = 510

So, if f were given in grams/cm and c(t) were given in cm, then the mass of the wire would 510 grams.

Example 2

Neither the length of the wire nor its mass can depend on parametrization. Check that you get the same answer with the parametrization

p(t) = (9t 2, 3t + 1),13 t 23.

Not that this is the same wire as in Example 1, which is a straight line from the point (1, 2) to (4, 3).

Solution: We repeat the same calculations as in Example 1. (Recall that f(x,y) = x + y.) Since

p'(t) = (9, 3), ||p'(t)|| = 92 + 32 = 90 = 310, f(p(t)) = (9t 2) + (3t + 1) = 12t 1,

the integral is

pfds =1323f(p(t))||p'(t)||dt =1323(12t 1)310dt = (6t2 t) 310 1323 = 6 2 3 2 2 3 6 1 3 2 1 3 310 = 24 9 2 3 6 9 + 1 3 310 = 5 3310 = 510,

which matches Example 1.

Note that the “speed” of the parametrization ||p'(t)|| = 310 was three times greater than the speed ||c'(t)|| = 10 of Example 1. But the range of integration 13 t 23 was one third the range of integration from Example 1.

Example 3

Here’s another parametrization of the same straight-line wire from (1, 2) to (4, 3). This time, the “speed” of the parametrization is not constant, but depends on t:

q(t) = (3t2 2,t2 + 1),1 t 2.

Still using the density f(x,y) = x + y, calculate the mass of the wire.

Solution: Since

q'(t) = (6t, 2t), ||q'(t)|| = (6t)2 + (2t)2 = 40t2 = 2t10, f(q(t)) = (3t2 2) + (t2 + 1) = 4t2 1.

the integral is

qfds =12f(q(t))||q'(t)||dt =12(4t2 1)2t10dt =12(8t3 2t)10dt = (2t4 t2) 10 12 = 2(2)4 (2)2 2 + 1 10 = 510,

which matches Examples 1 and 2.