Contour Integration along a line segment

69 Views Asked by At

This may sound like a silly question, but was just wondering if someone can clear this up for me

Consider the line segment joining the points a,b. Therefore we have f(t)=a+t(b-a) where t is contained between 0 and 1

Now if we were to integrate f(z) over this contour. I know the formula, we have to replace z with the path and multiply by derivative of the path and integrate over 0 and 1. In my textbook they stated the derivative of the path is 1

How is that the case ? surely the derivative is f'(t)=b-a

Thanks

1

There are 1 best solutions below

0
On

It depends on how you paramaterize the path. As you set it up

$f(t) = a + (b-a)t, t\in [0,1]\\ f'(t) = b-a$

However, you could say:

$f(t) = t , t\in [a,b]\\ f'(t) = 1$