Ram Gupta
Last Activity: 4 Years ago
First, write down the whole function using sines and cosines
(int = symbol of integration)
a = a/b
b
int sin(x)/cos(x)
a + b.sin^2(x)/cos^2(x)
int sin(x).cos(x)
a.cos^2(x) + b.sin^2(x)
Let, a.cos^2(x) + b.sin^2(x) = t ….........................eq ( i )
a.cos(x)[-sin(x)].dx + b.2sin(x).cos(x).dx = dt
cos(x).sin(x).dx = dt.½.(b – a) ….......................eq ( ii )
Therefore substituting the value of eq (i) and eq (ii) in the above question
int [1/t. dt.1/2(b – a)]
1/2(b – a) int dt/t ….......................Since 1/2(b – a) is a constant
1/2(b – a) . [loge|t| + c]
1/2(b – a).loge |a.cos^2(x) + b.sin^2(x)| + c …............ is the answer