How Do You Find the Antiderivative of sqrt(2x+1)?

  • Thread starter Thread starter ktpr2
  • Start date Start date
  • Tags Tags
    Derivative
AI Thread Summary
To find the antiderivative of sqrt(2x+1), the substitution method is recommended, where u = 2x + 1 and du = 2dx leads to dx = (1/2)du. This transforms the integral into (1/2)∫sqrt(u)du, which can then be solved using the power rule for integration. The correct antiderivative is derived as (1/3)(2x+1)^(3/2) after factoring out the one-half. The discussion highlights the importance of careful substitution and integration steps to avoid common mistakes. Understanding that antiderivatives and integrals are closely related is crucial for solving such problems effectively.
ktpr2
Messages
189
Reaction score
0
I know the anti derivative of \sqrt{2x+1} is 1/3(2x+1)^(3/2) but I can't develop a concrete method for finding the anti derivative of functions like this. How would you go about finding the anti derivative of this function?
 
Physics news on Phys.org
Right. To go further with that substitution method...

\int \sqrt{2x+1}dx

u = 2x+1

du = 2dx

\frac{1}{2}du = dx


\int \sqrt{2x+1}dx = \frac{1}{2}\int \sqrt{u}du

Take it from there.

Jameson
 
Last edited by a moderator:
with 2x+1=u
you get \sqrt{u} = u^(^1^/^2^)
and using the x^n -> \frac{x^n^+^1}{n+1} rule I get 2/3 (u)^(^3^/^2^) which is 2/3 (2x+1)^(^3^/^2^) which isn't correct, so what am i missing here?

[edit- oh. I was trying to work with the take of anti derivatives to come up with the answer so i could use it to integrate, but it looks like you have to use a little integration sometimes to get antiderivatives (indefinte integrals) sometimes. thanks.]
 
Last edited:
Look at my post... you need to factor out that one-half.
 
An even better/more appropriate excercise: Expand it to the family

\int \sqrt{ax+b} \ dx

u = ax+b, du = a dx

\frac{1}{a} \int \sqrt{u} \ du

\frac{1}{a} \ \frac{2}{3}\ u^{\frac{3}{2}}

\frac{2}{3a} \ u^{\frac{3}{2}}

With a = 2, b = 3 you get

\frac{1}{3} \ u^{\frac{3}{2}}
 
Last edited:
Jameson,
Your line:
\int \sqrt{2x+1}dx = \frac{1}{2}\int udu

Should read
\int \sqrt{2x+1}dx = \frac{1}{2}\int \sqrt{u}du
 
Ah yes, an important typo. I'll fix it. Thanks.
 
[edit- oh. I was trying to work with the take of anti derivatives to come up with the answer so i could use it to integrate, but it looks like you have to use a little integration sometimes to get antiderivatives (indefinte integrals) sometimes. thanks.]

The anti-derivative and the integral are the same thing... I'm confused about what you mean.
 
Back
Top