How would you find the anti derivative of (1+x^2)^(1/2)

  • Thread starter Thread starter skyturnred
  • Start date Start date
  • Tags Tags
    Derivative
skyturnred
Messages
117
Reaction score
0

Homework Statement



How would you find the anti derivative of (1+x^2)^(1/2)

I am trying to find the definite integral of that function from 0 to 1

Homework Equations





The Attempt at a Solution



Here is what I tried so far: I let u=1+x^2
du=2xdx
solving for dx, dx=(1/2x)du
I plug dx into the integral to get
(integral sign)(1/(2x))(u)^(1/2)du
So after I solve this I get [(1+x^2)^(3/2)]/(3x) from 0 to 1. But obviously this is wrong because if I plug 0 in for x, the function does not exist!
 
Physics news on Phys.org
I'm not going to tell you which one but using a trigonometric identity is probably the simplest way.
 
skyturnred said:

Homework Statement



How would you find the anti derivative of (1+x^2)^(1/2)

I am trying to find the definite integral of that function from 0 to 1

Homework Equations





The Attempt at a Solution



Here is what I tried so far: I let u=1+x^2
du=2xdx
solving for dx, dx=(1/2x)du
I plug dx into the integral to get
(integral sign)(1/(2x))(u)^(1/2)du
So after I solve this I get [(1+x^2)^(3/2)]/(3x) from 0 to 1. But obviously this is wrong because if I plug 0 in for x, the function does not exist!
You can't simply treat the remaining x as a constant. You have to write everything in terms of u. If you solve for x in terms of u, you get x=\sqrt{u-1}, so you end up with
\int\frac{1}{2x}u^{1/2}\,du = \int\frac{1}{2\sqrt{u-1}}u^{1/2}\,duThis doesn't look much better than what you started with, so you'll want to try something different.

When you see something like 1+x2, you should think "trig substitution."
 
vela said:
You can't simply treat the remaining x as a constant. You have to write everything in terms of u. If you solve for x in terms of u, you get x=\sqrt{u-1}, so you end up with
\int\frac{1}{2x}u^{1/2}\,du = \int\frac{1}{2\sqrt{u-1}}u^{1/2}\,duThis doesn't look much better than what you started with, so you'll want to try something different.

When you see something like 1+x2, you should think "trig substitution."

OK thanks! We haven't even learned integration by parts yet, let alone trig substitution. So I must not be able to solve this problem.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top