What is the antiderivative of 6sqrtx?

2 Answers
Apr 16, 2016

int6sqrt(x)dx = 4x^(3/2)+C

Explanation:

In general, we have intx^kdx = x^(k+1)/(k+1)+C for k!=-1. Putting that together with intkf(x)dx = kintf(x)dx we have:

int6sqrt(x)dx = 6intx^(1/2)dx = 6x^(3/2)/(3/2)+C = 4x^(3/2)+C

Apr 16, 2016

4x^(3/2)+C

Explanation:

We want to find

int6sqrtxdx

Which, since 6 is a multiplicative constant, equals

=6intsqrtxdx

Write sqrtx using fractional exponents:

=6intx^(1/2)dx

Now, integrate using the rule:

intx^ndx=x^(n+1)/(n+1)+C" "" "," "" "n!=-1

Giving:

=6(x^(1/2+1)/(1/2+1))+C=(6x^(3/2))/(3/2)+C=2/3(6x^(3/2))+C

=4x^(3/2)+C