Question Statement
Evaluate the integral:
∫(sinπx−3sin3x)dx
Background and Explanation
This problem requires integrating trigonometric functions with linear arguments (of the form sin(ax)). The key prerequisite is knowing the standard integral formula for sine functions and applying the linearity property of integrals to handle the difference and constant coefficient.
Solution
We evaluate the integral using the linearity property and the standard integration formula for sine functions.
First, split the integral into two separate integrals using the linearity property ∫[f(x)−g(x)]dx=∫f(x)dx−∫g(x)dx:
I=∫(sinπx−3sin3x)dx=∫sinπxdx−3∫sin3xdx
Apply the standard integration formula ∫sin(ax)dx=−acos(ax)+C to each term:
For the first term with a=π:
∫sinπxdx=π−cosπx
For the second term with a=3:
∫sin3xdx=3−cos3x
Substituting these back and including the constant of integration c:
I=π−cosπx−3(3−cos3x)+c=π−cosπx+33cos3x+c=−π1cosπx+cos3x+c
To confirm our answer is correct, we differentiate the result:
dxd(−π1cosπx+cos3x+c)=dxd(−π1cosπx)+dxd(cos3x)+dxd(c)=−π1⋅(−sinπx)⋅π+(−sin3x)⋅3+0=sinπx−3sin3x
This matches the original integrand, confirming that:
I=−π1cosπx+cos3x+c
- Linearity of Integration: ∫[f(x)−g(x)]dx=∫f(x)dx−∫g(x)dx and ∫k⋅f(x)dx=k∫f(x)dx
- Standard Sine Integral: ∫sin(ax)dx=−acos(ax)+C
- Chain Rule for Differentiation: dxd[cos(ax)]=−asin(ax) (used for verification)
Summary of Steps
- Separate the integral using linearity: ∫sinπxdx−3∫sin3xdx
- Apply the sine integral formula to each term: −πcosπx−3(3−cos3x)
- Simplify by canceling the 3s in the second term: −π1cosπx+cos3x
- Add the constant of integration: +c
- Verify by differentiating the result to recover the original integrand