This is my first time to study PDE in grad level . I have to solve this IVP :
$$ u_t + u_x = (x+t) \cos(xt) \tag{*} $$ on $\mathbb{R} \times (0,\infty)$.
$$ u(x,0) = \sin(x) \tag{**} $$ on $(x,t) \in \mathbb{R} \times \{t=0\}$.
In my class note, I was given a formula to use , and I obtain:
$$ u(x,t) = \sin(x-tb) + \int\limits_0^t \left[x-(t-\sigma)b+\sigma\right] \cos\left(\left[x-(t-\sigma)b\right]\sigma\right) \, d\sigma $$
where $b$ is a constant.
I don't know what I need to do next. Is this one correct?