Basic Calculus Questions - polar integration and roots

perihelion
Messages
3
Reaction score
0
It's been a while since I studied calculus and basically I have a review sheet for a course I'm taking, but not a graded assignment. So, I was hoping if anyone knew a resource to point me in the right direction with a couple of problems:

<br /> \int_0^\theta x^a dx<br />

Where a is not an element of the set {0, -1} and theta > 0. I'm going over my old calculus text but still at a loss as to how to set this problem up, but maybe I'm making it more difficult than it is.

Also, I had a question involving finding real values of x such that a given function is 0, and justifying my answer. I just did this algebraically, but was wondering if there was another way that I've forgotten using calculus:

<br /> f(x) = x^2\ +\ 2*x\ +\ 2<br />
<br /> (x+1)*(x+1)+1 = 0<br />
<br /> (x+1)^2 = -1<br />
<br /> x = -1 - i, -1 + i<br />

Thanks.
 
Physics news on Phys.org
The antiderivative of xa is 1/(a + 1) xa + 1.
 
Mark44 said:
The antiderivative of xa is 1/(a + 1) xa + 1.

Thanks, but I was feeling that maybe I was overlooking something. At this point I just stopped.

<br /> <br /> \int_0^\theta x^a dx\ =\ (\theta^(a+1))/(a\ +\ 1)<br /> <br />
 
perihelion said:
Thanks, but I was feeling that maybe I was overlooking something. At this point I just stopped.

<br /> <br /> \int_0^\theta x^a dx\ =\ (\theta^(a+1))/(a\ +\ 1)<br /> <br />
I think you meant this as \theta^{a + 1}/(a + 1)
but it didn't quite come out that way.
 
For your other problem, find the zeroes of f(x) = x2 + 2x + 2, the algebraic (as opposed to calculus) way is one way to go. In fact, calculus is not really appropriate for this type of problem.

f(x) = x2 + 2x + 2 = x2 + 2x + 1 + 1 = (x + 1)2 + 1

The squared term is always >= 0, so adding 1 gives a value that is always >= 1, hence there are no real values for which f(x) = 0.

Looking at this graphically, the function's graph is a parabola that opens up, and whose vertex is at (-1, 1). Since the vertex is the lowest point on the graph, and it is above the x-axis, there are no values of x for which f(x) is less than or equal to zero.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top