Cos 5x Integration: The Pattern Hiding In The Frequency
Why cos 5x integration rewards one smart substitution
The integral of cos 5x is $$\frac{1}{5}\sin(5x)+C$$, and the fastest route is a single u-substitution: let $$u=5x$$, then $$du=5\,dx$$, so the extra factor of 5 is absorbed cleanly.
Core idea
At a practical level, this is a classic example of the chain rule running in reverse, because the inner function $$5x$$ changes the scale of the antiderivative and forces the answer to include the factor $$\frac{1}{5}$$.
That small adjustment is the entire reason this problem is useful in calculus instruction: it trains students to recognize when a function is not just a basic cosine, but a cosine wrapped around a linear inner expression.
Step-by-step method
- Rewrite the integral as $$\int \cos(5x)\,dx$$.
- Set $$u=5x$$, so $$du=5\,dx$$ and $$dx=\frac{1}{5}du$$.
- Substitute to get $$\int \cos(u)\frac{1}{5}\,du$$.
- Integrate $$\cos(u)$$ as $$\sin(u)$$.
- Back-substitute $$u=5x$$ to obtain $$\frac{1}{5}\sin(5x)+C$$.
Worked result
For the definite or indefinite form, the answer stays the same antiderivative pattern: $$\int \cos(5x)\,dx=\frac{1}{5}\sin(5x)+C$$.
If the integrand were instead $$x\cos(5x)$$, the method would change to integration by parts, which is why identifying the exact structure of the problem matters before choosing a technique.
| Integral | Best technique | Result |
|---|---|---|
| $$\int \cos(5x)\,dx$$ | u-substitution | $$\frac{1}{5}\sin(5x)+C$$ |
| $$\int x\cos(5x)\,dx$$ | Integration by parts | $$\frac{x}{5}\sin(5x)+\frac{1}{25}\cos(5x)+C$$ |
| $$\int \sin^m x\cos^n x\,dx$$ | Trig identity or substitution | Depends on parity of $$m,n$$ |
Why this works
The logic is simple: the derivative of $$5x$$ is 5, so the antiderivative must divide by 5 to balance the rate of change.
That relationship is a standard pattern in trigonometric integration, and it reflects a broader calculus strategy: simplify the inner structure first, then integrate the outer function in its cleanest form.
Common mistakes
- Forgetting the $$\frac{1}{5}$$ factor after substitution.
- Writing $$\sin(5x)+C$$ instead of $$\frac{1}{5}\sin(5x)+C$$.
- Using integration by parts when the integrand is already a direct u-substitution problem.
Teaching value
For students, this example is a compact lesson in precision, because the algebra is easy but the reasoning is what matters: identify the inner function, match its derivative, and preserve the constant factor correctly.
For teachers, it is also a useful gateway problem, since it connects basic antiderivatives to more advanced trigonometric integration patterns without introducing unnecessary complexity.
"Choose the substitution that makes the inside simpler, and the outside usually follows."
Frequently asked questions
Key concerns and solutions for Cos 5x Integration The Pattern Hiding In The Frequency
What is the integral of cos 5x?
$$\int \cos(5x)\,dx=\frac{1}{5}\sin(5x)+C$$.
Why is there a 1/5 in the answer?
The factor appears because the inside function $$5x$$ has derivative 5, so the antiderivative must divide by 5 to keep the result correct.
Is substitution always necessary here?
Yes, for $$\cos(5x)$$ it is the cleanest standard method, while more complicated products such as $$x\cos(5x)$$ require a different technique.