Problem with integrating $\int t^2\sqrt t\, dt$

178 Views Asked by At

Here is the equation: $$\int t^2 \sqrt{t}dt$$

Here is my answer: $$\int t^2 \sqrt{t} = \dfrac12 \int t^{1/2}2t = \dfrac12 \dfrac{t^{3/2}}{3/2} = \dfrac12 \cdot \dfrac23 t^{3/2} + c$$

whereas here is the correct answer:

$$\dfrac27 \dfrac{t^{7}}2 + c$$

What am I doing wrong?

3

There are 3 best solutions below

0
On

$$\int t^2\sqrt{t} \ dt = \int t^2\cdot t^{\frac{1}{2}} \ dt = \int t^{\frac{5}{2}} \ dt = \frac{t^{\frac{5}{2}+1}}{\frac{5}{2}+1}+C=\frac{t^{\frac{7}{2}}}{\frac{7}{2}}+C =\frac{2}{7}t^{\frac{7}{2}}+C$$

1
On

$$\int t^2(t^{1/2}) dt= \int t^{(2 + 1/2)} \,dt= \int t^{\large \frac52}dt$$

Now use the power rule to integrate!

$$\int ax^{n} \,dx = \dfrac {ax^{n+1}}{n+1},\quad n\neq -1$$

Applying that here, noting that $\frac 52 + 1 = \frac 52 + \frac 22 = \frac 72$: $$\int t^{\large \frac52}dt = \frac{t^{\large \frac 72}}{\large \frac 72} + C = \frac 27 t^{\large \frac 72} + C $$

0
On

$$t^2\sqrt{t}=t^\frac{5}{2}$$ $$\int t^\frac{5}{2}dt=\frac{t^{\frac{5}{2}+1}}{\frac{5}{2}+1}+C$$