Integration of Parts Calculus help

AI Thread Summary
The discussion focuses on solving integrals using integration by parts and substitutions. For the integral of (sin(3x))^3 * (cos(3x))^3, participants suggest using a u substitution to simplify the expression, ultimately leading to a solvable form involving sine and cosine identities. Another participant proposes using half-angle formulas for a different approach, transforming the integral into a more manageable format. The conversation highlights various methods and techniques for tackling these integrals, emphasizing the importance of substitutions and identities in calculus. Overall, the thread provides valuable insights into solving complex integrals through collaborative problem-solving.
SEG9585
Messages
34
Reaction score
0
Hey all--
I had an Integration of Parts quiz today and got stuck on a few problems-- was wondering if you could explain the steps involved in solving these integrals:

int( (sin(3x))^3 * (cos(3x))^3 dx)

and

int( (tan(4x))^4) dx)

thanks!
 
Physics news on Phys.org
\int \sin^3{3x} \cos^3{3x}\,dx

First things first, get rid of the 3x's with a u substitution. It's easy to see that all it does is change the solution by a factor of 1 over 3. So we have,

\frac{1}{3}\int \sin^3{u} \cos^3{u}\,du

If we had only 1 sine term or only 1 cosine term, we'd be gold. Problem solved. But we got 2 too many. So let's get rid of them!

\sin^2{x} + \cos^2{x} = 1

Use this to turn the integral into

\frac{1}{3}\int \sin^3{u} (1 - \sin^2{u}) \cos{u}\,du

which is easily separated and solved by substitution.

Have another shot at the second one, keeping in mind that

\frac{d}{dx}\tan{x} = \sec^2{x}

cookiemonster
 
Where did you get \cos^3=1-\sin^2
I would probably use the half angle formulas:
\sin(2x)=2\sin(x)\cos(x)
so
\sin(x)\cos(x)=\frac{\sin(2x)}{2}
so
\sin(3x)\cos(3x)=\frac{\sin(6x)}{2}

Now you've got:
\int\sin^3(3x)\cos^3(3x)dx
\int(\sin(3x)\cos(3x))^3dx
\frac{1}{8}\int\sin^3(6x)dx

Now
\sin(3x)=3\sin(x)-4\sin^3(x)
so
\sin^3(6x)=\frac{3\sin(6x)-\sin(18x)}{4}
so
\frac{1}{32}\int3\sin(6x)-\sin(18x)dx
so
\int\sin^3(3x)\cos^3(3x)dx=\frac{\cos(18x)}{576}-\frac{\cos(6x)}{192}+C

Oh, by parts...
 
I didn't. I only took two of the cosines and I left the third for the u substitution.

u = sinx
du = cosxdx

It's used in the du.

Edit: By parts?

cookiemonster
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top