This problem looks relatively simple, but the coefficient in front of the variable is causing issues:
\int{\sqrt{1-4x^{2}}}dx
So I started like this:
x=sin(\theta)
dx=cos(\theta)d\theta
\int{\sqrt{1-4sin^{2}(\theta)}cos(\theta)d\theta}
Normally you can remove the constant from the root and...
Homework Statement
If f is continuous and \int^{9}_{0}f(x)dx = 4, find \int^{3}_{0}xf(x^{2})dx
Homework Equations
None required
The Attempt at a Solution
Don't really know where to begin, but I tried:
for \int^{3}_{0}xf(x^{2})dx
let:
u = x^{2}
du = 2xdx
substitute...
Hey All,
First post, hopefully it will be readable. I was going to try and word it correctly, but I might as well just post a problem I am having with a certain notation.
Take integral of e^6x. Easy enough question. Using U substitution:
u = 6x
du/dx = 6
du = 6 dx
Integral above...
Homework Statement
Evaluate ∫ -2 to 2 (x + 3)(4 - x^2)^1/2 dx by writing it as a sum of 2 integrals and interpreting one of those integrals in terms of an area.
Homework Equations
None.
The Attempt at a Solution
∫ -2 to 2 (x + 3)(4 - x^2)^1/2 dx
= ∫ 0 to -2 (x + 3)(4 - x^2)^1/2...
Homework Statement
Substitute p = \frac{dx}{dt} to solve x\prime\prime + \omega^2x = 0 Homework Equations
\frac{dp}{dx} = v + x\frac{dv}{dx}
v = \frac{p}{x}
The Attempt at a Solution
p = \frac{dx}{dt}, \frac{dp}{dt} = \frac{d^2x}{dt^2}
\frac{dp}{dt} = \frac{dp}{dx}\frac{dx}{dt} =...
integral of x/(x2+2x+2)dx
first thing i did was complete the square to get
x/((x+1)2+1
i tried then having x+1 = tanx but that didnt work out
because of the x on top i can't just set w = x+1
what would the right substitution be?
any hints or help would be appreciated
Homework Statement
Using the u substutituion u = 2x + 1, ∫(2x + 1)1/2dx (when x goes from 0 to 2) is equivalent to?
Answer: (1/2)*∫(u)1/2du (when x goes from 1 to 5)
Homework Equations
The Attempt at a Solution
If u is 2x + 1, then du = 2dx. Thus, I get
(1/2)*∫(u)1/2du...
Homework Statement
Evaluate \int\frac{e^t}{\sqrt{e^2^t+9}}
Homework Equations
N/A
The Attempt at a Solution
i'm using substitution
tan \theta = \frac{e^t}{3}
or i also can use
tan \theta = \frac{3}{e^t}
both will get the same answer.
am i right? because my...
Homework Statement
I'm reading a book where they do the following steps which I don't understand:
We have a DE:
b^2 * y'' = axy
put t = b^(-2/3) a ^(1/3) x
then somehow get (d^2 y)/dt^2 = ty
how?
Homework Equations
None.
The Attempt at a Solution
I tried messing with chain...
Homework Statement
Hi,
\int \frac{1}{x(x^{2}+1)}dx
Homework Equations
The Attempt at a Solution
well I split this into partial fractions
\frac{A}{x} + \frac{Bx + C}{x^{2} + 1}
so 1 \equiv A(x^{2}+1) + (Bx + C)x
when x = 0, A =1
when x = 1, Bx + C = -1 so...
Homework Statement
By making the substituion t = \sqrt{1-x}
find \int \frac{1}{2 + \sqrt{1 - x}}Homework Equations
The Attempt at a Solution
So t = (1-x)^\frac{1/2}
t' = - \frac{1}{2} (1 - x)^{-\frac{1}{2}}
dx = -2 \sqrt{1-x} dt
\int \frac{-2 \sqrt{1-x}}{2 + \sqrt{1-x}} dt
\int...
Hi, am I on the right track with this U-substitution problem?
Homework Statement
Evaluate the indefinite integral
Homework Equations
integral of x^2(x^3 + 5)^9 dx
The Attempt at a Solution
integral of x^2(x^3 + 5)^9 dx
Let u = x^3 + 5
du = 2x^2
1/2du = x^2
1/2 integral u^9 du
1/2...
Homework Statement
Evaluate the integral.
1|0 s|0 ( t . sqrt ( t2 + s2 ) dt dsI hope the way I've written it makes some sort of sense.
The Attempt at a Solution
After getting my head around changing the order of integration I get hit with this question and for some reason am totally...
Homework Statement
\int{\frac{x^{3}}{\sqrt{4 - x^{2}}}}
NOTE: The use of "0" is theta. I couldn't figure out how to insert one :\
Homework Equations
The trig identity sin^{2}0 = 1 - cos^{2}0.
The Attempt at a Solution
I thought I completed the problem fine, but I realized WolframAlpha has a...
In my literature reviews I found a few things that I can't quite understand.
Homework Statement
I have the following equation:
http://img717.yfrog.com/img717/6416/31771570.jpg
I'm told that by using the eigenvalue factorization:
http://img89.yfrog.com/img89/760/83769756.jpg
, I can...
To find the integral of the sec(x), you have to substitute a term that is not immediately obvious.
\int sec(x) dx = \int sec(x) \frac{sec(x)+tan(x)}{sec(x)+tan(x)} dx
u= sec(x)+tan(x)
du= (sec(x)tan(x)+sec^{2}(x))dx
\int sec(x) \frac{sec(x)+tan(x)}{sec(x)+tan(x)} dx = \int...
Hello!
I was looking into haloalkane reactions and the factors which determine the proportion of nucleophilic substitution to elimination reactions. I read that ethanol is more conducive to elimination reactions than substitution reactions, it mentions it being less polar than water, which...
Homework Statement
Question is:Integrate x(2x+1)^8 dx in terms of x.
Homework Equations
The Attempt at a Solution
Here is how i started off:by relabeling them.
let u = 2x+1. du/dx = 2.
dx=du/2.
Also x=u-1/2.
So my terms now are: Integral (u-1/2)u^8 (du/2) <- this is where i...
\int\frac{x}{x-6}dx
u=x-6
\int \frac{u+6}{u}du
\int 1+\frac{6}{u} du
u+6ln|u|+C
x-6+6ln|x-6|+C
this appears to be incorrect although it seems logical, also if somone could please tell me the syntax for the definte integral
also similar case here
\int \frac{x^2}{x+4}dx...
Homework Statement
\int(x^5\sqrt{x^2+4})dx
The answer is given as: =105(x^2+4)^\frac{3}{2}(15x^4-48x^2+128)+C
Homework Equations
The Attempt at a Solution
u=\sqrt{x^2+4}
u^2=x^2+4
2udu=2xdx
udu=xdx
u^2-4=x^2
\int(x^5\sqrt{x^2+4})dx = \int(u^2+4)^2u^2du =...
Hi,
I need to integrate the following:
\int \frac{x^2}{\sqrt{9-x^2}}
So let x = 3sin\theta
\frac{dx}{d\theta} = 3cos\theta
So i now have the integral of \frac{9sin^2\theta \cdot 3cos\theta}{3cos\theta}
How do i go about the integration from here? parts?
Homework Statement
Let R be the smaller of the two regions enclosed by the elipse 144 x2+64 y2=9216 and the line $ x=(8 \sqrt{2})/2$.
Find the area of the region R.
Homework Equations
The Attempt at a Solution
my textbook doesn't have anything like this.. i have no idea where...
Hi Everyone!
I just need some guidance on this problem. I seem to have trouble what integration technique I need to use on integrals of this type.
Homework Statement
integrate 1/(25-x^2)
Homework Equations
sqrt(a^2-u^2)
arcsin(u/a)
The Attempt at a Solution
Would I be...
Homework Statement
evaluate using substitution
Integral [cos^-1 x]/sqrt[1-x^2] dx
Homework Equations
The Attempt at a Solution
I am just starting with integration and I am getting frustrated with this problem. If someone could show me how to setup and start this problem so I could...
http://img708.imageshack.us/img708/8897/symimage.gif
so I did x=atanΘ. which is x=3tanΘ and dx is 3sec^2\Theta. Then it is
\sqrt[]{9tan^2\Theta+9}*3sec^2\Theta which evaluates after factoring to \sqrt[]{9sec^2\Theta}*3sec^2\Theta which is then 3sec\Theta*3sec^2\Theta If i take the 9...
Homework Statement
\int \frac{\sqrt{196 x^2-144}}{x} dx
Homework Equations
The Attempt at a Solution
I first rewrote the integral...
\int \frac{\sqrt{(14x)^2-12^2}}{x} dx
Then I let...
14x=12sec\theta
thus...
x=6/7sec\theta
dx=6/7sec \theta tan \theta d \theta
My...
Allow me to explain my new theory, The "Mancini conjecture."
Ok...lets say I have an integral like (4-x^2)^(1/2) dx.
and letting u = 4-x^2, we get du/dx = -2x,
and if I took the second derivative of du/dx...i would get -2
this would be ideal, because I would then have du'' = -2 dx, or -1/2...
Homework Statement
The answer is:
The Attempt at a Solution
I tried trig substitution, letting x =\sqrt{2}tan(\theta) and using the identity 1+tan^{2}=sec^{2}(\theta), but couldn't get to the answer.
Thanks for the help.
Homework Statement
evaluate the integral using the indicated trig substitution. sketch the corresponding right triangle.
integral of(1/(x^2 sqrt(x^2 - 9))
Homework Equations
integral of(1/(x^2 sqrt(x^2 - 9))
The Attempt at a Solution
at first glance this seemed really easy...
Homework Statement
\int\sqrt{X^2+1}dX
Homework Equations
The Attempt at a Solution
I used the substitution X=tan \theta
So, dX=(sec^2 \theta) d\theta
Substituting in for X, I get:
\int\sqrt{(tan^2 \theta)+1}(sec^2 \theta) d\theta
= \int\sqrt{(sec^2 \theta)}(sec^2...
Homework Statement
\int\arctan(4t)dt
Homework Equations
The Attempt at a Solution
\int\arctan(4t)dt = t\arctan(4t) -4 \int \frac{t}{1+16t^2}dt
I'm stuck at this point. I think I need to make a substitution for the denominator, but I'm not sure how to go about doing so.
Hi everyone:
I am very rusty on linear algebra, so apologies if this is a silly question. The question is, in the system below, is it correct to take the calculated value of uik+1 from each PREVIOUS step and simply plug it in at the NEXT step where (a * ui-1k+1 is required.
I need to...
Homework Statement
2
h(x)=∫√(1+t^3) dt find h'(2)
x^2
Homework Equations
The Attempt at a Solution
I started out solving this equation by flipping x^2 and 2 and making the integral negative. From here on out, I'm lost. I've tried substituting u in for 1+t^3 and solving...
Homework Statement
d1/d2 + d2/v2 = 0.500km/v1 + 3.50km/2v1 = 0.250h
Homework Equations
v2 = 2v1
The Attempt at a Solution
The answer is 9.00km/h but I keep coming up with 5.33. I know this is simple algebra but I am missing something in the order of operations.
0.500km/v1 +...
Homework Statement
I need to use a substitution technique and then the table of integration to integrate the following:
∫ x5 √(x4 – 4) dx
and i am given a hint which is x5 = (x3)(x2)
I would assume that
u = x4 – 4, then du = 4x3
and that at some point a2 = 4 and a = 2
However...
Homework Statement
Compute the indefinite integral.
∫(x^2 + 1)^(-5/2) dx
The Attempt at a Solution
I have a hunch that I need to substitute x = tan(u) but, as always, my lack of trig skills are holding me back.
Hi, I missed a few days of my calculus class. I've managed to figure out how to use substitution to solve an indefinite integral, and can apply the log properties to some extent. I just can't figure out this problem.
Homework Statement
Find the indefinite integral:
\int{\frac{1}{x...
Homework Statement
\int sin^{5}x cosx dx
Homework Equations
None
The Attempt at a Solution
I tried setting u=sin^5(x) but this ended up yielding \frac{1}{5}\int u cos^{3}x du and I cannot think of a better substitution. Any tips?
From my notes I have
w=u(x+iy)*(x^2 - y^2 +k^2 + i(2xy))^-.5
We let N=x^2-y^2+k^2
M=2xy
R^2=(N^2+M^2)^2
theta=tan^-1(M/N)
using this, now
w=u(x+iy)*(cos(theta/2)-isin(theta/2))*(x^2 - y^2 +k^2 )^2 + (2xy)^2 )^-.25
I don't get that part. Btw, it simplifies to...
Homework Statement
\int\frac{\sqrt{1+x}+\sqrt{1-x}} { \sqrt{1+x}-\sqrt{1-x}}{dx}
Homework Equations
I believe trig substitution can be used here. I'm not very good at calculus only beginning to take calc classes, and guideance would be wonderful. because i want to get better.
The...
Homework Statement
Show 16x^4 = 8x^3 - 16x^2 - 8x + 1 is irreducible.
Homework Equations
Eisenstein's criteria, if there is n s.t. n does not divide the leading coefficient, divides all the other coefficients, and n^2 does not divide the last coefficient then the polynomial is...
Homework Statement
This is going to be confusing to read, as I don't know how to make this look right. The first integral is from 0 to L-2d, the second from x1+d to L-d, and the third from x2 to L. (F(x)=1)
1.) 0\intL-2d,x1+d\intL-d,x2+d\intL dx3dx2dx1
2.) 0\intL-2d,x1+d\intL-d...
Homework Statement
y' = \frac{2x+3y-5}{x+4y}
Homework Equations
The Attempt at a Solution
First of all, I switched it to another coordinates, a and b, giving:
b' = \frac{2a+3b}{a+4b}
where a = x-4 and b = y+1.
Then using the substitution z = \frac{b}{a} and some algebra I...
Homework Statement
I have reached this integration from a mechanics problem about small angle scattering. t= (2pa/mv^2)*(int from p to infinity) [r*dr]/[((b^2 +r^2)^(3/2))(sqrt(r^2 - p^2))]
Homework Equations
The Attempt at a Solution
I know that there should be a substitution...
Homework Statement
Integrate \int\frac{dz}{1+e^z} by substitution
Homework Equations
The Attempt at a Solution
I chose u=(1+e^{z}) so du/dz=e^{z} and dz=du/e^{z}.
Therefore, \int\frac{1}{u} \frac{du}{e^{z}}
I plug z=ln(u-1) in for z, so \int\frac{1}{u} \frac{du}{u-1}...