DrunkApple
- 110
- 0
Homework Statement
Compute the line integral of the scalar function.
f(x,y,z) = xe^{z^2}, piecewise linear path from (0,0,1) to (0,2,0) to (1,1,1)
Homework Equations
The Attempt at a Solution
In this problem, all I need is a parametrization. First I drew the line from (0,0,1) to (0,2,0) xyz-plane. I got the slope as z = 1 - \frac{y}{2}. So I set y = t then z will be 1 - \frac{t}{2}. I got parametrization as c(t) = <0,t,1-\frac{y}{2}>. But it's wrong. It's c(t) = <0,2t,1-2t>. Would anyone help me how to get parametrization ??