I'm new to integrals. I'm solving $$ \int \frac{1}{2x^2+6}$$ but I get a wrong answer: $$ \frac{1}{6}\arctan\frac{x}{\sqrt3}$$ The correct answer should be: $$ \frac{\sqrt3}{6}\arctan\frac{x}{\sqrt3}$$ Here is my full try: $$ \int \frac{1}{6(\frac{2x^2}{6}+1)} = \int \frac{1}{6(1+(\frac{x}{\sqrt3})^2)} = \frac{1}{6}\arctan\frac{x}{\sqrt3}$$ Can you correct me and give me some source to learn from?
Thanks in advance!
You are correct all the way up until (and including) the step:
$${=\int \frac{1}{6\left(1 + \left(\frac{x}{\sqrt{3}}\right)^2\right)}dx}$$
You are incorrectly applying the fact that
$${\int \frac{1}{1+x^2}dx=\arctan(x)+c}$$
Notice it must be ${1+x^2}$ - not ${1+ax^2}$. Instead, you should then do the substitution ${u=\frac{x}{\sqrt{3}}}$ to get
$${=\frac{\sqrt{3}}{6}\int\frac{1}{1+u^2}du=\frac{\sqrt{3}}{6}\arctan(u)+c=\frac{\sqrt{3}}{6}\arctan\left(\frac{x}{\sqrt{3}}\right)+c}$$
As required.