I'm having trouble finding the line integral of this problem. I have been given a vector field
$F=(2x\sin(\pi y)-e^z,\pi x^2\cos(\pi y)-3e^z,-xe^z)$
Where the curve $C$ intercepts between $z=\ln(1+x)$ and $y=x$ from $(0,0,0)$ to $(1,1,\ln(2)$.
So I try to do this by solving with: $\int_{C}^{} F \cdot dr$
I started of by determining conservativity and it is non conservative,
$\frac{\partial f_1}{\partial y} = \frac{\partial f_2}{\partial x}=2x\pi \cos(\pi y)$
$\frac{\partial f_1}{\partial z} = \frac{\partial f_3}{\partial x}=-e^z$
$-3e^z=\frac{\partial f_2}{\partial z} \ne \frac{\partial f_3}{\partial y}=0$
Next I found the vector function by using the two coordinats $(0,0,0)$ & $(1,1,\ln(2)$,
$r(t)=(t)\hat{i}+(t)\hat{j}+(\ln(2)t)\hat{k}$
From this vector function we could say that,
$x=t$, $y=t$ & $z=\ln(2)t$
Now usually I believe I should substitute $(x,y,z)$ into $F$ and then take the dot product between $F$ and $r'(t)$. But I'm not sure this correct, because I also have to take $z=\ln(1+x)$ and $y=x$ into consideration.
So now I'm stuck on how to proceed. What am I supposed to do with $z=\ln(1+x)$ and $y=x$? And is it even the correct approach to this problem?
Instead of $$r(t)=(t)\hat{i}+(t)\hat{j}+(\ln(2)t)\hat{k}$$ you have $$r(t)=(t)\hat{i}+(t)\hat{j}+\ln(1+t)\hat{k}$$ Notice that when $t=1$, $r(1)=(1,1,\ln 2)$.