Question Statement
Evaluate the integral:
∫(cot9y−3)dy
Background and Explanation
This problem requires integrating a trigonometric expression using substitution techniques. You should be familiar with the quotient identity for cotangent and the logarithmic integration rule for derivatives over functions.
Solution
We begin by applying the linearity property of integration to split the integral into two separate terms:
I=∫(cot9y−3)dy=∫cot9ydy−3∫1dy
Next, we rewrite cot9y using the identity cotθ=sinθcosθ:
I=∫sin9ycos9ydy−3y
To integrate the first term, we recognize that the numerator should contain the derivative of the denominator (dyd(sin9y)=9cos9y). We multiply and divide by 9 to create this form:
I=91∫sin9y9cos9ydy−3y
Now we apply the logarithmic integration formula ∫f(x)f′(x)dx=ln(f(x)), where f(y)=sin9y:
I=91ln(sin9y)−3y+c
To confirm our answer, we differentiate the result with respect to y:
dyd(91ln(sin9y)−3y+c)=91⋅sin9y1⋅dyd(sin9y)−3dyd(y)+dyd(c)=91⋅sin9y1⋅9cos9y−3=cot9y−3
Since differentiation returns the original integrand, the solution is verified.
- Linearity of Integration: ∫(f(y)−g(y))dy=∫f(y)dy−∫g(y)dy
- Trigonometric Identity: cotθ=sinθcosθ
- Logarithmic Integration Rule: ∫f(x)f′(x)dx=ln(f(x))+C
- Chain Rule: dyd[ln(u)]=u1⋅dydu
Summary of Steps
- Separate the integral into ∫cot9ydy and −3∫dy using linearity
- Rewrite cot9y as sin9ycos9y using the quotient identity
- Multiply and divide by 9 to match the derivative pattern f(y)f′(y)
- Apply logarithmic integration to obtain 91ln(sin9y)
- Integrate the constant term to get −3y and add the constant of integration +c
- Verify by differentiation using the chain rule to confirm the result matches the original integrand