Verifying Integrals and Solving for Unknown Functions

alternet87
Messages
3
Reaction score
0

Homework Statement

Evaluate the Integrals:

\int \frac{-2}{\sqrt{1 - x^2}} dx

\int \frac{2x+5}{x^2+6x-3} dx

\int \frac{x^3}{x^2-1} dx

\int \frac{x}{1+x^4} dxVerify that this integral is correct:
\int ue^a^u du = \frac{e^a^u}{a}(u-\frac{1}{a})+C
 
Last edited:
Physics news on Phys.org
Welcome to the PF, alternet87. One of the rules here is that you must show some of your own work before we can offer tutorial advice. We do not do the work for you.

So how would you start your first integral?

\int \frac{-2}{\sqrt{1 - x^2}} dx
 
I have no idea, that is why I need your help.

maybe, drop the -2 down because the integral of 1/sqrt(1-x^2) is cos(x) or sin(x). but what happens to the -2 ? please help

for the second one maybe substituting u in for the x^2 +6x-3. Then du=2x+6 so x=(1/2)du-3. and putting that in for x would give us:
S (1/u)*2*((1/2)du-3)+5
S -1+(1/u) du
= ln(u) - u
= ln(x^2 +6x-3) - (x^2 +6x-3)

what do you think about that one?

for the 3rd one i have the same problem as the first one. If I drop the x^3 down so its S x^3 (1/(x^2 -1)) dx I don't know what do do.

same problem for the 4th one.

and for the last one, varifying that the integral is correct.
S e^(a*u) du would = (1/a)*e^(a*u)
but i don't know what to do with the first u in: S u*e^(a*u) du

please help :)
 
alternet87 said:
S u*e^(a*u) du = (e^(a*u)/a)*(u-(1/a))+C

It does not work when a=0.

But if a\not = 0 do the following:
1)Use integration by parts.
2)Then use the function composition t=au.
 
For the first one, good idea. Take the factor is -2 out of the integral, and you know that is (arcsin x +C). Now times by -2, and we get -2 arcsin x + C.

For the second one, I Would rewrite the numerator as 2x+6 -1, then split the integral so it looks like:

\int \frac{2x+6}{x^2+6x -3} dx - \int \frac{1}{(x^2+3)^2 - 12} dx. First integral is simple, let u = the denominator. Second one abit trickier, needs a trig substitution, try finding which one by yourself.

Third one, rewrite integrand as x + x/(x^2-1), easy from there.

Fourth one, u= x^2.

Last one you wanted checked, finding the derivative of the RHS produced the integrand, so it is correct.
 
Do you know variable substitution. In that case, try x = \sin u and use the identity \cos^2 u + \sin^2 u = 1. It will also solve the first one (if the integration interval is finite, that is).

For the second, use GibZ trick above. Note that it relies on the fact that you can split the integral in two terms, on of which has a fraction with a function f(x) and its derivative f'(x) on both sides of the divison bar.
 
So the first one is -2 arcsin x + C. Is arcsin(x) that same as the inverse sin, written as sin^-^1(x) ?? then the answer is -2sin^-^1(x)+C ?

For the second one, is the work I first tried to do wrong?
and when you say split the integral so it looks like: \int \frac{2x+6}{x^2+6x -3} dx - \int \frac{1}{(x^2+3)^2 - 12} dx
Why does the denominator change? why doesn't it become: ?
\int \frac{2x+6}{x^2+6x -3} dx - \int \frac{1}{x^2+6x -3} dx
ok, but to go along with your advise, the first of the two split integrals becomes just {x^2+6x -3+C} right? and I have no idea about the other one. please someone explain.


Ok, for the third one, if I rewrite it as \int x+ \frac{x}{x^2-1} dx,
then is the answer \frac{x^2}{2}+ \frac{1}{2}ln(x^2-1) dx ?

And for the forth one: \int \frac{x}{1+x^4}dx, if u=x^2, I don't understand what to do. please help.

and the last one, I need to prove that this integral below is correct by showing work and evaluating the intagral to get the answer. How do I do that?
\int ue^a^u du = \frac{e^a^u}{a}(u-\frac{1}{a})+C
 
No, for the second question: THe first integral actually becomes ln( x^2 + 6x -3). For the second part, the denominator you propose, and the way i wrote it, are the same. CHeck it out.

Third one seems correct.

Fourth one, if you let u= x^2, it becomes \frac{1}{2} \int \frac{1}{1+u^2} du which is arctan u (also inverse tan u).

Last one, integrate by parts.
 
And:
alternet87 said:
So the first one is -2 arcsin x + C. Is arcsin(x) that same as the inverse sin, written as sin^-^1(x) ?? then the answer is -2sin^-^1(x)+C ?

yes, if by inverse sin you mean the function \arcsin such that \sin\left( \arcsin(x) \right) = x
(and not 1/sin) :smile:.
 

Similar threads

Back
Top