I am unsure on how to solve this integral
$$\displaystyle\int x\cdot\ln(x^2+3) ·x dx.$$
I thought of multiplying $x$ by $x$ in order to get $x²$ so that the equation would become $x²\ln(x^2+3)dx.$
However, I am not sure how to proceed from here.
Any help?
Yes, the $x$'s may be multiplied so that we have $x^2$.
One way ... integrate by parts $$ \int \!{x}^{2}\ln \left( {x}^{2}+3 \right) \,{\rm d}x=\frac{{x}^{3} \ln \left( {x}^{2}+3 \right)}{3} -\frac{2}{3}\,\int \!{\frac {{x}^{4}}{{x}^{2}+3} }\,{\rm d}x $$ This is how you get rid of the log.
Presumably you know how to integrate a rational function. With that denominator: your answer involves an arctangent (or else complex numbers).
added
$$ u = \log(x^2+3),\qquad du= \frac{2x \;dx}{x^2+3} \\ dv=x^2\;dx,\qquad v = \frac{x^3}{3}, \\ uv = \frac{x^3\log(x^2+3)}{3} \\ \int u\;dv = \int x^2 \log(x^2+3)dx \\ \int v\;du = \int \frac{x^3}{3}\;\frac{2x \;dx}{x^2+3} = \frac{2}{3}\int \frac{x^4 \;dx}{x^2+3} $$