I have a couple of problems that I'm trying to work through. I'm a tad stuck on 2. Here is what I have?
- $\int t \cdot e^{-3t} dt$
so let's say:
$$u = t \quad \text{and} \quad du = dt$$
$$dv = e^{-3t} \quad \text{and} \quad v = \frac{e^{-3t}}{-3}$$
so according to integration by parts:
$$\begin{align*} \int t \cdot e^{-3t} dt &= t \cdot \frac{e^{-3t}}{-3} - \int \frac{e^{-3t}}{-3} dt \newline &= \frac{t}{-3} \cdot e^{-3t} - \frac{-1}{3} \frac{e^{-3t}}{-3} \newline &= \left(\frac{t}{3} - \frac{1}{9} \right) e^{-3t} \end{align*}$$
Is this right?
- $\int t^2 \sin (\beta t) dt$
Is $\beta $ a constant? What is this notation?
- $\int \ln \sqrt{x} dx$
$$\int \ln \sqrt{x} dx = \int \ln x^{\frac{1}{2}} dx$$
so let's try:
$$u = \ln{x^{\frac{1}{2}}} \quad \text{and} \quad du = \frac{1}{x^{\frac{1}{2}}} \cdot \frac{1}{2} \frac{1}{x^{\frac{1}{2}}} = \frac{1}{2x}$$
and
$$dv = dx \quad \text{and} \quad v = x$$
so $$\begin{align*} \int \ln \sqrt{x} dx = \ln x^{\frac{1}{2}} \cdot x - \int x dx = x \ln{x^{\frac{1}{2}}} - \frac{x^2}{2} \end{align*}$$
How does that look?
$$- \int \frac{e^{-3t}}{-3} dt = - \frac{1}{-3}\frac{e^{-3t}}{-3} + c$$
If it doesn't state it in the question, then yes, $\beta$ is a constant. As long as it doesn't say that $\beta$ is some function of $t$, since the integral is with respect to $t$. For this question you need to integrate by parts twice, choosing to differentiate the $t$ term every time.
You seemed to have substituted the variables wrong.
$$= x\ln x^{\frac{1}{2}} - \int \frac{x}{2x} dx$$
Remember that $\int k\cdot f(x) dx$, where $k$ is a constant is equal to $k\int f(x) dx$. In this case realise that $\log x^n = n\log x$. This should make it a bit less messy.