1

I started by integrating it this way:

$$(\frac{3}{7} x^{7/3} + \frac{16}{4}x^{4/3})$$

What is wrong with it?

juliano.net
  • 321
  • 3
  • 14

4 Answers4

1

The answer is

$\frac{6}{7}$

Integrating,

$ \int^1_{-1} x^{4/3} 4 x^{1/3} \,dx = (\frac{3}{7}x^{7/3} + 3 x^{4/3})^{1}_{-1} = \frac{3}{7} + 3 + \frac{3}{7} - 3 = \frac{6}{7}. $

In the OP as it reads now, it appears that you increased the power on the second term and multiplied by the new power instead of dividing.

1

Simple way for me is to split the integral up and look at in that respect. $\int_{-1}^{1} x^{4/3} + 4x^{1/3}dx=\int x^{4/3}dx + \int 4x^{1/3}dx = \frac{6}{7} + 0 = \frac{6}{7}$

spun
  • 21
0

Hint: for the indefinite integral we get $$3/7\,{x}^{4/3} \left( x+7 \right)$$

0

You are asking "What is wrong with it?"

$$(\frac{3}{7} x^{7/3} + \frac{16}{4}x^{4/3})$$

Check the derivative

$$(\frac{3}{7}\frac{7}{3} x^{4/3} + \color{red}{\frac{16}{4}\frac{4}{3}}x^{1/3}).$$

  • Ironically, the error in the coefficient of the second term is harmless as the term vanishes anyway. –  May 07 '15 at 19:30