Understanding Integral Calculus: Solving ∫cos^3xdx with Step-by-Step Guidance

  • Thread starter Thread starter guitarphysics
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
guitarphysics
Messages
241
Reaction score
7

Homework Statement


∫cos^3xdx


Homework Equations




The Attempt at a Solution


I started teaching myself integral calculus yesterday and I had no idea what to do for this problem... I tried splitting cos^3x into cos^2x(cosx) but that didn't work. How do you solve this?
 
Physics news on Phys.org
guitarphysics said:

Homework Statement


∫cos^3xdx


Homework Equations




The Attempt at a Solution


I started teaching myself integral calculus yesterday and I had no idea what to do for this problem... I tried splitting cos^3x into cos^2x(cosx) but that didn't work. How do you solve this?

[itex]\displaystyle \int cos^n {x} \ dx = \frac{sin{x} \ cos^{n-1}{x}}{n} + \frac{n-1}{n} \int cos^{n-2}x \ dx[/itex].

Alternatively, [itex]\displaystyle \int cos^3 {x} \ dx = \int cos^2 x \ cosx \ dx = \int (1-sin^2 x) cos x \ dx[/itex]. From here, you could use substitution.
 
Do you know about the triple angle formulas? Maybe you've come across it in trigonometry:
$$\cos 3\theta =4\cos^3 \theta - 3\cos \theta$$
Re-arranging:
$$cos^3 \theta = \frac{1}{4} (\cos 3\theta + 3\cos \theta)$$
Therefore,
$$\int cos^3 \theta\,.d\theta= \frac{1}{4} \int (\cos 3\theta + 3\cos \theta)\,.d\theta$$