RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2

Get the most accurate RBSE Solutions for Class 12 Mathematics Chapter 9 समाकलन here. Updated for the 2026-27 academic session, these solutions are based on the latest RBSE textbooks for Class 12 Mathematics. Our expert-created answers for Class 12 Mathematics are available for free download in PDF format.

Detailed Chapter 9 समाकलन RBSE Solutions for Class 12 Mathematics

For Class 12 students, solving RBSE textbook questions is the most effective way to build a strong conceptual foundation. Our Class 12 Mathematics solutions follow a detailed, step-by-step approach to ensure you understand the logic behind every answer. Practicing these Chapter 9 समाकलन solutions will improve your exam performance.

Class 12 Mathematics Chapter 9 समाकलन RBSE Solutions PDF

Rajasthan Board RBSE Class 12 Maths Chapter 9 समाकलन Ex 9.2

निम्न फलनों को x के सापेक्ष समाकलन कीजिए

 

Question 1.
(a) \( \int x \sin x^2 dx \)
(b) \( \int x \sqrt{x^2 + 1} dx \)
Answer:
(a) Let \( I = \int x \sin x^2 dx \).
Let \( x^2 = t \).
Differentiating both sides with respect to \( x \):
\( 2x dx = dt \)
\( x dx = \frac{dt}{2} \)
Now, substitute these into the integral:
\( I = \int \sin t \frac{dt}{2} \)
\( I = \frac{1}{2} \int \sin t dt \)
\( I = \frac{1}{2} (-\cos t) + C \)
Substitute back \( t = x^2 \):
\( I = -\frac{1}{2} \cos x^2 + C \). This helps us find the antiderivative of functions involving powers of x and trigonometric terms.

(b) Let \( I = \int x \sqrt{x^2 + 1} dx \).
Let \( x^2 + 1 = t \).
Differentiating both sides with respect to \( x \):
\( 2x dx = dt \)
\( x dx = \frac{dt}{2} \)
Now, substitute these into the integral:
\( I = \int \sqrt{t} \frac{dt}{2} \)
\( I = \frac{1}{2} \int t^{1/2} dt \)
\( I = \frac{1}{2} \left( \frac{t^{1/2 + 1}}{1/2 + 1} \right) + C \)
\( I = \frac{1}{2} \left( \frac{t^{3/2}}{3/2} \right) + C \)
\( I = \frac{1}{2} \cdot \frac{2}{3} t^{3/2} + C \)
\( I = \frac{1}{3} t^{3/2} + C \)
Substitute back \( t = x^2 + 1 \):
\( I = \frac{1}{3} (x^2 + 1)^{3/2} + C \). This method of substitution simplifies complex integrals into a standard form.
In simple words: For part (a), we changed \( x^2 \) to a new variable \( t \). Then we integrated the simpler expression and put \( x^2 \) back. For part (b), we did the same for \( x^2 + 1 \), which made the square root easier to integrate.

🎯 Exam Tip: Always remember to substitute back the original variable after integrating with the new variable to get the final answer in terms of the initial variable.

 

Question 2.
(a) \( \int \frac{e^x - \sin x}{e^x + \cos x} dx \)
(b) \( \int \frac{e^x}{\sqrt{1 + e^x}} dx \)
Answer:
(a) Let \( I = \int \frac{e^x - \sin x}{e^x + \cos x} dx \).
Let \( e^x + \cos x = t \).
Differentiating both sides with respect to \( x \):
\( (e^x - \sin x) dx = dt \)
Now, substitute these into the integral:
\( I = \int \frac{dt}{t} \)
\( I = \log |t| + C \)
Substitute back \( t = e^x + \cos x \):
\( I = \log |e^x + \cos x| + C \). This type of integral is often solved by recognizing that the numerator is the derivative of the denominator.

(b) Let \( I = \int \frac{e^x}{\sqrt{1 + e^x}} dx \).
Let \( 1 + e^x = t \).
Differentiating both sides with respect to \( x \):
\( e^x dx = dt \)
Now, substitute these into the integral:
\( I = \int \frac{dt}{\sqrt{t}} \)
\( I = \int t^{-1/2} dt \)
\( I = \frac{t^{-1/2 + 1}}{-1/2 + 1} + C \)
\( I = \frac{t^{1/2}}{1/2} + C \)
\( I = 2 \sqrt{t} + C \)
Substitute back \( t = 1 + e^x \):
\( I = 2 \sqrt{1 + e^x} + C \). This integration simplifies well with a simple substitution, turning a complex exponential into a power function.
In simple words: For part (a), we noticed that the top part was the derivative of the bottom part, so the answer involves a logarithm. For part (b), we made a substitution to turn the square root into an easier power to integrate.

🎯 Exam Tip: When you see a fraction in an integral, always check if the numerator is the derivative of the denominator (or a multiple of it). If it is, the integral will be a logarithm.

 

Question 3.
(a) \( \int \sqrt{e^x + 1} dx \)
(b) \( \int \frac{e^{\sqrt{x}} \cos(e^{\sqrt{x}})}{\sqrt{x}} dx \)
Answer:
(a) Let \( I = \int \sqrt{e^x + 1} dx \).
Let \( y = \sqrt{e^x + 1} \).
Squaring both sides: \( y^2 = e^x + 1 \)
So, \( e^x = y^2 - 1 \).
Differentiating \( y^2 = e^x + 1 \) with respect to \( y \):
\( 2y dy = e^x dx \)
Substitute \( e^x = y^2 - 1 \) into \( e^x dx \):
\( dx = \frac{2y dy}{e^x} = \frac{2y dy}{y^2 - 1} \)
Now, substitute these into the integral:
\( I = \int y \left( \frac{2y dy}{y^2 - 1} \right) \)
\( I = 2 \int \frac{y^2}{y^2 - 1} dy \)
We can rewrite the integrand: \( \frac{y^2}{y^2 - 1} = \frac{y^2 - 1 + 1}{y^2 - 1} = 1 + \frac{1}{y^2 - 1} \).
\( I = 2 \int \left( 1 + \frac{1}{y^2 - 1} \right) dy \)
\( I = 2 \int 1 dy + 2 \int \frac{1}{y^2 - 1^2} dy \)
Using the standard integral \( \int \frac{1}{x^2 - a^2} dx = \frac{1}{2a} \log \left| \frac{x - a}{x + a} \right| + C \):
\( I = 2y + 2 \left( \frac{1}{2 \cdot 1} \log \left| \frac{y - 1}{y + 1} \right| \right) + C \)
\( I = 2y + \log \left| \frac{y - 1}{y + 1} \right| + C \)
Substitute back \( y = \sqrt{e^x + 1} \):
\( I = 2 \sqrt{e^x + 1} + \log \left| \frac{\sqrt{e^x + 1} - 1}{\sqrt{e^x + 1} + 1} \right| + C \). This technique of rationalizing the substitution is very useful for integrals involving square roots of exponentials.

(b) Let \( I = \int \frac{e^{\sqrt{x}} \cos(e^{\sqrt{x}})}{\sqrt{x}} dx \).
Let \( t = e^{\sqrt{x}} \).
Differentiating both sides with respect to \( x \):
\( \frac{dt}{dx} = e^{\sqrt{x}} \cdot \frac{d}{dx}(\sqrt{x}) \)
\( \frac{dt}{dx} = e^{\sqrt{x}} \cdot \frac{1}{2\sqrt{x}} \)
So, \( dt = \frac{e^{\sqrt{x}}}{2\sqrt{x}} dx \).
\( 2 dt = \frac{e^{\sqrt{x}}}{\sqrt{x}} dx \)
Now, substitute these into the integral:
\( I = \int \cos t (2 dt) \)
\( I = 2 \int \cos t dt \)
\( I = 2 \sin t + C \)
Substitute back \( t = e^{\sqrt{x}} \):
\( I = 2 \sin(e^{\sqrt{x}}) + C \). Recognizing the derivative in the integrand is key to solving this by substitution.
In simple words: For part (a), we changed the square root part to a new variable \( y \), which helped simplify the integral into parts we could easily solve. For part (b), we saw that \( e^{\sqrt{x}} \) and \( 1/\sqrt{x} \) are related, so we made a substitution for \( e^{\sqrt{x}} \) to simplify the cosine term.

🎯 Exam Tip: For integrals with \( \sqrt{e^x+1} \), substituting the entire square root expression as a new variable \( y \) (so \( y^2 = e^x+1 \)) often helps convert the integral into a manageable rational function.

 

Question 4.
(a) \( \int \frac{1}{x(1+\log x)} dx \)
(b) \( \int \frac{(1+\log x)^3}{x} dx \)
Answer:
(a) Let \( I = \int \frac{1}{x(1+\log x)} dx \).
Let \( 1 + \log x = t \).
Differentiating both sides with respect to \( x \):
\( \frac{1}{x} dx = dt \)
Now, substitute these into the integral:
\( I = \int \frac{1}{t} dt \)
\( I = \log |t| + C \)
Substitute back \( t = 1 + \log x \):
\( I = \log |1 + \log x| + C \). This is a classic substitution integral where the derivative of the substituted term is present in the integrand.

(b) Let \( I = \int \frac{(1+\log x)^3}{x} dx \).
Let \( 1 + \log x = t \).
Differentiating both sides with respect to \( x \):
\( \frac{1}{x} dx = dt \)
Now, substitute these into the integral:
\( I = \int t^3 dt \)
\( I = \frac{t^{3+1}}{3+1} + C \)
\( I = \frac{t^4}{4} + C \)
Substitute back \( t = 1 + \log x \):
\( I = \frac{(1 + \log x)^4}{4} + C \). Power rules apply directly after the substitution, making integration straightforward.
In simple words: For both parts, we made a substitution using \( 1+\log x \). In part (a), this led to a logarithm. In part (b), it led to a simple power integral, which was easy to solve.

🎯 Exam Tip: When you see \( \log x \) or \( (1+\log x) \) in an integral, often substituting \( 1+\log x \) (or just \( \log x \)) as \( t \) will simplify the expression, especially if \( 1/x \) is also present.

 

Question 5.
(a) \( \int \frac{e^{m \tan^{-1} x}}{1+x^2} dx \)
(b) \( \int \frac{\sin^2 x}{\cos^p x \cdot \cos^2 x} dx \)
Answer:
(a) Let \( I = \int \frac{e^{m \tan^{-1} x}}{1+x^2} dx \).
Let \( m \tan^{-1} x = t \).
Differentiating both sides with respect to \( x \):
\( m \cdot \frac{1}{1+x^2} dx = dt \)
\( \frac{1}{1+x^2} dx = \frac{dt}{m} \)
Now, substitute these into the integral:
\( I = \int e^t \frac{dt}{m} \)
\( I = \frac{1}{m} \int e^t dt \)
\( I = \frac{1}{m} e^t + C \)
Substitute back \( t = m \tan^{-1} x \):
\( I = \frac{1}{m} e^{m \tan^{-1} x} + C \). This integration highlights the importance of recognizing derivative pairs in the integrand.

(b) Let \( I = \int \frac{\sin^2 x}{\cos^p x \cdot \cos^2 x} dx \).
The integrand can be rewritten as: \( \frac{\sin^2 x}{\cos^{p+2} x} = \frac{\sin^2 x}{\cos^2 x} \cdot \frac{1}{\cos^p x} = \tan^2 x \sec^p x \).
However, the solution steps suggest the original integral was likely designed to be \( \int \tan^p x \sec^2 x dx \). We will follow the solution's logic for simplicity and assumed context.
So, let's assume the integral is \( \int \tan^p x \sec^2 x dx \).
Let \( \tan x = t \).
Differentiating both sides with respect to \( x \):
\( \sec^2 x dx = dt \)
Now, substitute these into the integral:
\( I = \int t^p dt \)
\( I = \frac{t^{p+1}}{p+1} + C \), for \( p \neq -1 \).
Substitute back \( t = \tan x \):
\( I = \frac{(\tan x)^{p+1}}{p+1} + C \). This direct application of the power rule makes the integration straightforward after substitution.
In simple words: For part (a), we noticed that \( 1/(1+x^2) \) is part of the derivative of \( \tan^{-1} x \), so we used substitution. For part (b), we treated the expression as \( \tan^p x \sec^2 x \), because the derivative of \( \tan x \) is \( \sec^2 x \), which also allowed us to use substitution.

🎯 Exam Tip: Pay close attention to standard derivatives. For example, the derivative of \( \tan^{-1} x \) is \( 1/(1+x^2) \), and the derivative of \( \tan x \) is \( \sec^2 x \). These often hint at appropriate substitutions.

 

Question 6.
(a) \( \int \frac{1}{\sqrt{1+\cos 2x}} dx \)
(b) \( \int \frac{1+\cos x}{\sin x \cos x} dx \)
Answer:
(a) Let \( I = \int \frac{1}{\sqrt{1+\cos 2x}} dx \).
Using the trigonometric identity \( 1 + \cos 2x = 2 \cos^2 x \):
\( I = \int \frac{1}{\sqrt{2 \cos^2 x}} dx \)
\( I = \int \frac{1}{\sqrt{2} |\cos x|} dx \)
Assuming \( \cos x > 0 \) in the interval of integration:
\( I = \frac{1}{\sqrt{2}} \int \frac{1}{\cos x} dx \)
\( I = \frac{1}{\sqrt{2}} \int \sec x dx \)
\( I = \frac{1}{\sqrt{2}} \log |\sec x + \tan x| + C \). This integral requires a trigonometric identity followed by a standard integral form.

(b) Let \( I = \int \frac{1+\cos x}{\sin x \cos x} dx \).
We can split the integral into two parts:
\( I = \int \left( \frac{1}{\sin x \cos x} + \frac{\cos x}{\sin x \cos x} \right) dx \)
\( I = \int \frac{1}{\sin x \cos x} dx + \int \frac{1}{\sin x} dx \)
For the first integral, multiply numerator and denominator by 2:
\( \int \frac{2}{2 \sin x \cos x} dx = \int \frac{2}{\sin 2x} dx = 2 \int \operatorname{cosec} 2x dx \)
For the second integral, \( \int \frac{1}{\sin x} dx = \int \operatorname{cosec} x dx \).
So, \( I = 2 \int \operatorname{cosec} 2x dx + \int \operatorname{cosec} x dx \)
Using the standard integrals \( \int \operatorname{cosec} ax dx = \frac{1}{a} \log |\operatorname{cosec} ax - \cot ax| \) and \( \int \operatorname{cosec} x dx = \log |\operatorname{cosec} x - \cot x| \):
\( I = 2 \left( \frac{1}{2} \log |\operatorname{cosec} 2x - \cot 2x| \right) + \log |\operatorname{cosec} x - \cot x| + C \)
\( I = \log |\operatorname{cosec} 2x - \cot 2x| + \log |\operatorname{cosec} x - \cot x| + C \). Splitting the fraction and using identities is a common strategy here.
In simple words: For part (a), we used a rule that changes \( 1+\cos 2x \) into \( 2\cos^2 x \), which simplified the square root and then allowed us to integrate \( \sec x \). For part (b), we broke the fraction into two simpler parts and then used known rules for integrating cosecant functions.

🎯 Exam Tip: When integrating expressions involving trigonometric functions, remember key identities like \( 1+\cos 2x = 2\cos^2 x \) and how to split complex fractions. Also, memorize standard integrals like \( \int \sec x dx \) and \( \int \operatorname{cosec} x dx \).

 

Question 7.
(a) \( \int \sin 3x \sin 2x dx \)
(b) \( \int \sqrt{1-\sin x} dx \)
Answer:
(a) Let \( I = \int \sin 3x \sin 2x dx \).
Using the trigonometric identity \( 2 \sin A \sin B = \cos(A-B) - \cos(A+B) \):
\( \sin 3x \sin 2x = \frac{1}{2} [\cos(3x-2x) - \cos(3x+2x)] \)
\( \sin 3x \sin 2x = \frac{1}{2} [\cos x - \cos 5x] \)
Now, substitute this into the integral:
\( I = \int \frac{1}{2} [\cos x - \cos 5x] dx \)
\( I = \frac{1}{2} \left( \int \cos x dx - \int \cos 5x dx \right) \)
\( I = \frac{1}{2} \left( \sin x - \frac{\sin 5x}{5} \right) + C \). This integration uses product-to-sum formulas, which are very helpful for such trigonometric integrals.

(b) Let \( I = \int \sqrt{1-\sin x} dx \).
Using trigonometric identities: \( 1 = \sin^2 \frac{x}{2} + \cos^2 \frac{x}{2} \) and \( \sin x = 2 \sin \frac{x}{2} \cos \frac{x}{2} \).
\( 1 - \sin x = \sin^2 \frac{x}{2} + \cos^2 \frac{x}{2} - 2 \sin \frac{x}{2} \cos \frac{x}{2} \)
\( 1 - \sin x = \left( \sin \frac{x}{2} - \cos \frac{x}{2} \right)^2 \)
So, \( \sqrt{1-\sin x} = \sqrt{\left( \sin \frac{x}{2} - \cos \frac{x}{2} \right)^2} = \left| \sin \frac{x}{2} - \cos \frac{x}{2} \right| \).
The integral will depend on the interval. Assuming \( \cos \frac{x}{2} > \sin \frac{x}{2} \) (e.g., in the first quadrant up to \( \pi/2 \) for \( x/2 \)), we can take \( \sqrt{1-\sin x} = \cos \frac{x}{2} - \sin \frac{x}{2} \). The problem statement implies we should use \( \pm \) to cover different cases.
\( I = \int \pm \left( \cos \frac{x}{2} - \sin \frac{x}{2} \right) dx \)
\( I = \pm \left( \int \cos \frac{x}{2} dx - \int \sin \frac{x}{2} dx \right) \)
\( I = \pm \left( \frac{\sin(x/2)}{1/2} - \frac{-\cos(x/2)}{1/2} \right) + C \)
\( I = \pm \left( 2 \sin \frac{x}{2} + 2 \cos \frac{x}{2} \right) + C \)
\( I = \pm 2 \left( \sin \frac{x}{2} + \cos \frac{x}{2} \right) + C \). This integral skillfully uses half-angle identities to simplify the square root.
In simple words: For part (a), we used a trigonometric rule to change the product of two sines into a difference of cosines, making it easy to integrate. For part (b), we used a rule to rewrite \( 1-\sin x \) as a squared term under the square root, which simplifies it to \( \pm \) a simple sine and cosine expression that we then integrated.

🎯 Exam Tip: When dealing with products of sines and cosines, remember product-to-sum identities. For expressions like \( \sqrt{1 \pm \sin x} \), use half-angle formulas to convert \( 1 \pm \sin x \) into a perfect square, allowing you to remove the square root.

 

Question 8.
(a) \( \int \cos^4 x dx \)
(b) \( \int \sin^3 x dx \)
Answer:
(a) Let \( I = \int \cos^4 x dx \).
We can rewrite \( \cos^4 x \) using the identity \( \cos^2 x = \frac{1+\cos 2x}{2} \):
\( I = \int (\cos^2 x)^2 dx = \int \left( \frac{1+\cos 2x}{2} \right)^2 dx \)
\( I = \int \frac{1}{4} (1 + 2\cos 2x + \cos^2 2x) dx \)
Now, use the identity for \( \cos^2 2x \): \( \cos^2 2x = \frac{1+\cos(2 \cdot 2x)}{2} = \frac{1+\cos 4x}{2} \).
\( I = \frac{1}{4} \int \left( 1 + 2\cos 2x + \frac{1+\cos 4x}{2} \right) dx \)
\( I = \frac{1}{4} \int \left( 1 + 2\cos 2x + \frac{1}{2} + \frac{1}{2}\cos 4x \right) dx \)
\( I = \frac{1}{4} \int \left( \frac{3}{2} + 2\cos 2x + \frac{1}{2}\cos 4x \right) dx \)
\( I = \frac{1}{8} \int (3 + 4\cos 2x + \cos 4x) dx \)
Integrate term by term:
\( I = \frac{1}{8} \left( 3x + 4 \cdot \frac{\sin 2x}{2} + \frac{\sin 4x}{4} \right) + C \)
\( I = \frac{1}{8} \left( 3x + 2\sin 2x + \frac{\sin 4x}{4} \right) + C \). Reducing powers of trigonometric functions using double-angle identities is crucial here.

(b) Let \( I = \int \sin^3 x dx \).
Using the trigonometric identity \( \sin 3x = 3\sin x - 4\sin^3 x \):
\( 4\sin^3 x = 3\sin x - \sin 3x \)
\( \sin^3 x = \frac{1}{4} (3\sin x - \sin 3x) \)
Now, substitute this into the integral:
\( I = \int \frac{1}{4} (3\sin x - \sin 3x) dx \)
\( I = \frac{1}{4} \left( \int 3\sin x dx - \int \sin 3x dx \right) \)
\( I = \frac{1}{4} \left( 3(-\cos x) - \left( -\frac{\cos 3x}{3} \right) \right) + C \)
\( I = \frac{1}{4} \left( -3\cos x + \frac{\cos 3x}{3} \right) + C \)
\( I = -\frac{3}{4}\cos x + \frac{1}{12}\cos 3x + C \). This integration simplifies using a triple-angle formula, allowing for direct integration.
In simple words: For part (a), we used a rule that changes \( \cos^2 x \) into a form with \( \cos 2x \), then applied it again for \( \cos^2 2x \) to get \( \cos 4x \), which made all terms easy to integrate. For part (b), we used a rule for \( \sin 3x \) to rewrite \( \sin^3 x \) into a simpler form that could be integrated directly.

🎯 Exam Tip: To integrate powers of sine or cosine, reduce the powers using double-angle identities (for even powers) or express higher powers in terms of lower powers (for odd powers) using multiple-angle formulas. For example, for \( \cos^4 x \), use \( \cos^2 x = (1+\cos 2x)/2 \); for \( \sin^3 x \), use \( \sin 3x = 3\sin x - 4\sin^3 x \).

 

Question 9.
(a) \( \int \frac{1}{\sin x \cos^3 x} dx \)
(b) \( \int \frac{(1+x)e^x}{\cos^2(xe^x)} dx \)
Answer:
(a) Let \( I = \int \frac{1}{\sin x \cos^3 x} dx \).
Multiply the numerator and denominator by \( \cos x \) to make the denominator a power of \( \cos x \) and numerator \( \sec x \). Also, we can rewrite it as \( \frac{\sec^4 x}{\tan x} \).
\( I = \int \frac{\sec^4 x}{\tan x} dx \)
We can write \( \sec^4 x = \sec^2 x \cdot \sec^2 x = (1+\tan^2 x) \sec^2 x \).
\( I = \int \frac{(1+\tan^2 x)\sec^2 x}{\tan x} dx \)
Let \( t = \tan x \).
Differentiating both sides with respect to \( x \):
\( \sec^2 x dx = dt \)
Now, substitute these into the integral:
\( I = \int \frac{1+t^2}{t} dt \)
\( I = \int \left( \frac{1}{t} + t \right) dt \)
\( I = \int \frac{1}{t} dt + \int t dt \)
\( I = \log |t| + \frac{t^2}{2} + C \)
Substitute back \( t = \tan x \):
\( I = \log |\tan x| + \frac{\tan^2 x}{2} + C \). This solution effectively transforms the integral into a simpler algebraic form through a tangent substitution.

(b) Let \( I = \int \frac{(1+x)e^x}{\cos^2(xe^x)} dx \).
Let \( t = xe^x \).
Differentiating both sides with respect to \( x \) using the product rule:
\( \frac{dt}{dx} = 1 \cdot e^x + x \cdot e^x = e^x(1+x) \)
So, \( dt = (1+x)e^x dx \).
Now, substitute these into the integral:
\( I = \int \frac{dt}{\cos^2 t} \)
\( I = \int \sec^2 t dt \)
\( I = \tan t + C \)
Substitute back \( t = xe^x \):
\( I = \tan(xe^x) + C \). This integral is a direct application of substitution, where the derivative of the inner function is readily available.
In simple words: For part (a), we changed the expression into terms of \( \tan x \) and \( \sec^2 x \), then substituted \( \tan x \) with a new variable to integrate. For part (b), we saw that \( (1+x)e^x \) is the derivative of \( xe^x \), so we substituted \( xe^x \) to simplify the integral into \( \sec^2 t \), which is easy to integrate.

🎯 Exam Tip: For integrals like (a), try to express the integrand in terms of \( \tan x \) and \( \sec^2 x \) (or \( \cot x \) and \( \operatorname{cosec}^2 x \)). For integrals like (b), always be on the lookout for a function and its derivative pairing in the integrand, which is a strong indicator for substitution.

 

Question 10.
(a) \( \int \frac{1}{1-\tan x} dx \)
(b) \( \int \frac{1}{1+\cot x} dx \)
Answer:
(a) Let \( I = \int \frac{1}{1-\tan x} dx \).
Rewrite \( \tan x \) as \( \frac{\sin x}{\cos x} \):
\( I = \int \frac{1}{1 - \frac{\sin x}{\cos x}} dx = \int \frac{1}{\frac{\cos x - \sin x}{\cos x}} dx = \int \frac{\cos x}{\cos x - \sin x} dx \)
To solve this, we use a trick: write the numerator as a combination of the denominator and its derivative.
Let \( N = \cos x \) and \( D = \cos x - \sin x \). Then \( D' = -\sin x - \cos x \).
We want \( N = A \cdot D + B \cdot D' \).
\( \cos x = A(\cos x - \sin x) + B(-\sin x - \cos x) \)
\( \cos x = (A-B)\cos x + (-A-B)\sin x \)
Comparing coefficients:
\( A-B = 1 \) .......... (1)
\( -A-B = 0 \implies A = -B \) .......... (2)
Substitute (2) into (1): \( -B - B = 1 \implies -2B = 1 \implies B = -\frac{1}{2} \).
Then \( A = \frac{1}{2} \).
So, \( \cos x = \frac{1}{2}(\cos x - \sin x) - \frac{1}{2}(-\sin x - \cos x) \).
\( I = \int \frac{\frac{1}{2}(\cos x - \sin x) - \frac{1}{2}(-\sin x - \cos x)}{\cos x - \sin x} dx \)
\( I = \int \left( \frac{1}{2} - \frac{1}{2} \frac{-\sin x - \cos x}{\cos x - \sin x} \right) dx \)
\( I = \frac{1}{2} \int 1 dx - \frac{1}{2} \int \frac{-\sin x - \cos x}{\cos x - \sin x} dx \)
For the second integral, let \( u = \cos x - \sin x \), then \( du = (-\sin x - \cos x) dx \).
\( I = \frac{1}{2} x - \frac{1}{2} \int \frac{du}{u} \)
\( I = \frac{1}{2} x - \frac{1}{2} \log |u| + C \)
Substitute back \( u = \cos x - \sin x \):
\( I = \frac{1}{2} x - \frac{1}{2} \log |\cos x - \sin x| + C \). This technique is often used for integrals of \( 1/(1 \pm \tan x) \) or \( 1/(1 \pm \cot x) \).

(b) Let \( I = \int \frac{1}{1+\cot x} dx \).
Rewrite \( \cot x \) as \( \frac{\cos x}{\sin x} \):
\( I = \int \frac{1}{1 + \frac{\cos x}{\sin x}} dx = \int \frac{1}{\frac{\sin x + \cos x}{\sin x}} dx = \int \frac{\sin x}{\sin x + \cos x} dx \)
Similar to part (a), write the numerator as a combination of the denominator and its derivative.
Let \( N = \sin x \) and \( D = \sin x + \cos x \). Then \( D' = \cos x - \sin x \).
We want \( N = A \cdot D + B \cdot D' \).
\( \sin x = A(\sin x + \cos x) + B(\cos x - \sin x) \)
\( \sin x = (A-B)\sin x + (A+B)\cos x \)
Comparing coefficients:
\( A-B = 1 \) .......... (3)
\( A+B = 0 \implies A = -B \) .......... (4)
Substitute (4) into (3): \( -B - B = 1 \implies -2B = 1 \implies B = -\frac{1}{2} \).
Then \( A = \frac{1}{2} \).
So, \( \sin x = \frac{1}{2}(\sin x + \cos x) - \frac{1}{2}(\cos x - \sin x) \).
\( I = \int \frac{\frac{1}{2}(\sin x + \cos x) - \frac{1}{2}(\cos x - \sin x)}{\sin x + \cos x} dx \)
\( I = \int \left( \frac{1}{2} - \frac{1}{2} \frac{\cos x - \sin x}{\sin x + \cos x} \right) dx \)
\( I = \frac{1}{2} \int 1 dx - \frac{1}{2} \int \frac{\cos x - \sin x}{\sin x + \cos x} dx \)
For the second integral, let \( v = \sin x + \cos x \), then \( dv = (\cos x - \sin x) dx \).
\( I = \frac{1}{2} x - \frac{1}{2} \int \frac{dv}{v} \)
\( I = \frac{1}{2} x - \frac{1}{2} \log |v| + C \)
Substitute back \( v = \sin x + \cos x \):
\( I = \frac{1}{2} x - \frac{1}{2} \log |\sin x + \cos x| + C \). This shows how similar approaches work for complementary trigonometric functions.
In simple words: For both parts, we first changed \( \tan x \) and \( \cot x \) to \( \sin x \) and \( \cos x \). Then, we used a special trick to rewrite the top part of the fraction based on the bottom part and its derivative. This helped us split the integral into two simpler parts: one that integrated to \( x \) and another that integrated to a logarithm.

🎯 Exam Tip: For integrals of the form \( \int \frac{1}{1 \pm \tan x} dx \) or \( \int \frac{1}{1 \pm \cot x} dx \), convert tangent/cotangent to sine/cosine. Then, write the numerator as \( A \cdot (\text{denominator}) + B \cdot (\text{derivative of denominator}) \) to easily split and integrate the terms.

 

Question 11.
(a) \( \int \frac{\sec^4 x}{\sqrt{\tan x}} dx \)
(b) \( \int \frac{1-\tan x}{1+\tan x} dx \)
Answer:
(a) Let \( I = \int \frac{\sec^4 x}{\sqrt{\tan x}} dx \).
We can rewrite \( \sec^4 x \) as \( \sec^2 x \cdot \sec^2 x \). Also, \( \sec^2 x = 1+\tan^2 x \).
So, \( I = \int \frac{(1+\tan^2 x)\sec^2 x}{\sqrt{\tan x}} dx \).
Let \( t = \tan x \).
Differentiating both sides with respect to \( x \):
\( \sec^2 x dx = dt \)
Now, substitute these into the integral:
\( I = \int \frac{1+t^2}{\sqrt{t}} dt \)
\( I = \int (t^{-1/2} + t^{2-1/2}) dt \)
\( I = \int (t^{-1/2} + t^{3/2}) dt \)
Integrate term by term:
\( I = \frac{t^{-1/2+1}}{-1/2+1} + \frac{t^{3/2+1}}{3/2+1} + C \)
\( I = \frac{t^{1/2}}{1/2} + \frac{t^{5/2}}{5/2} + C \)
\( I = 2t^{1/2} + \frac{2}{5}t^{5/2} + C \)
Substitute back \( t = \tan x \):
\( I = 2\sqrt{\tan x} + \frac{2}{5}(\tan x)^{5/2} + C \). This integration is simplified by breaking down higher powers of secant and using a substitution for tangent.

(b) Let \( I = \int \frac{1-\tan x}{1+\tan x} dx \).
Rewrite \( \tan x \) as \( \frac{\sin x}{\cos x} \):
\( I = \int \frac{1 - \frac{\sin x}{\cos x}}{1 + \frac{\sin x}{\cos x}} dx = \int \frac{\frac{\cos x - \sin x}{\cos x}}{\frac{\cos x + \sin x}{\cos x}} dx \)
\( I = \int \frac{\cos x - \sin x}{\cos x + \sin x} dx \)
Let \( t = \cos x + \sin x \).
Differentiating both sides with respect to \( x \):
\( dt = (-\sin x + \cos x) dx = (\cos x - \sin x) dx \)
Now, substitute these into the integral:
\( I = \int \frac{dt}{t} \)
\( I = \log |t| + C \)
Substitute back \( t = \cos x + \sin x \):
\( I = \log |\cos x + \sin x| + C \). This is a direct substitution integral where the numerator is the exact derivative of the denominator.
In simple words: For part (a), we changed \( \sec^4 x \) into a form involving \( \tan x \) and \( \sec^2 x \), then substituted \( \tan x \) to integrate. For part (b), we first changed \( \tan x \) into \( \sin x \) and \( \cos x \). Then, we saw that the top part of the fraction was exactly the derivative of the bottom part, which meant the answer was a logarithm.

🎯 Exam Tip: For integrals involving \( \sec^n x \) and \( \tan^m x \), if \( n \) is even, split off \( \sec^2 x \) and convert the rest to \( \tan x \). If \( m \) is odd, split off \( \sec x \tan x \) and convert the rest to \( \sec x \). For integrals like (b), always simplify the tangent/cotangent terms into sine/cosine first.

 

Question 12.
(a) \( \int \frac{\sin(x-a)}{\sin(x+a)} dx \)
(b) \( \int \frac{\sin x}{\sin(x-a)} dx \)
Answer:
(a) Let \( I = \int \frac{\sin(x-a)}{\sin(x+a)} dx \).
Let \( t = x+a \).
Then \( x = t-a \). So \( x-a = (t-a)-a = t-2a \).
And \( dx = dt \).
Substitute these into the integral:
\( I = \int \frac{\sin(t-2a)}{\sin t} dt \)
Use the sine subtraction formula: \( \sin(A-B) = \sin A \cos B - \cos A \sin B \).
\( I = \int \frac{\sin t \cos 2a - \cos t \sin 2a}{\sin t} dt \)
Split the fraction:
\( I = \int \left( \frac{\sin t \cos 2a}{\sin t} - \frac{\cos t \sin 2a}{\sin t} \right) dt \)
\( I = \int (\cos 2a - \sin 2a \cot t) dt \)
Integrate term by term (treat \( \cos 2a \) and \( \sin 2a \) as constants):
\( I = \cos 2a \int 1 dt - \sin 2a \int \cot t dt \)
\( I = (\cos 2a) t - \sin 2a \log |\sin t| + C_1 \)
Substitute back \( t = x+a \):
\( I = (\cos 2a)(x+a) - \sin 2a \log |\sin(x+a)| + C_1 \)
\( I = x \cos 2a + a \cos 2a - \sin 2a \log |\sin(x+a)| + C_1 \)
Combine the constant terms: Let \( C = a \cos 2a + C_1 \).
\( I = x \cos 2a - \sin 2a \log |\sin(x+a)| + C \). This method simplifies complex trigonometric integrals by making a substitution that aligns with the denominator.

(b) Let \( I = \int \frac{\sin x}{\sin(x-a)} dx \).
Let \( t = x-a \).
Then \( x = t+a \).
And \( dx = dt \).
Substitute these into the integral:
\( I = \int \frac{\sin(t+a)}{\sin t} dt \)
Use the sine addition formula: \( \sin(A+B) = \sin A \cos B + \cos A \sin B \).
\( I = \int \frac{\sin t \cos a + \cos t \sin a}{\sin t} dt \)
Split the fraction:
\( I = \int \left( \frac{\sin t \cos a}{\sin t} + \frac{\cos t \sin a}{\sin t} \right) dt \)
\( I = \int (\cos a + \sin a \cot t) dt \)
Integrate term by term (treat \( \cos a \) and \( \sin a \) as constants):
\( I = \cos a \int 1 dt + \sin a \int \cot t dt \)
\( I = (\cos a) t + \sin a \log |\sin t| + C_1 \)
Substitute back \( t = x-a \):
\( I = (\cos a)(x-a) + \sin a \log |\sin(x-a)| + C_1 \)
\( I = x \cos a - a \cos a + \sin a \log |\sin(x-a)| + C_1 \)
Combine the constant terms: Let \( C = -a \cos a + C_1 \).
\( I = x \cos a + \sin a \log |\sin(x-a)| + C \). This shows the adaptability of substitution and trigonometric identities in solving seemingly complex integrals.
In simple words: For both parts, we used a trick where we introduced a new variable to simplify the angle inside the sine function. This allowed us to expand the sine function using a sum or difference rule and then split the fraction into simpler terms, one of which was a constant and the other involved \( \cot t \), which we could then integrate.

🎯 Exam Tip: When the integrand involves \( \sin(x \pm a) \) in the denominator, try substituting the expression in the denominator (e.g., \( t = x \pm a \)). This helps simplify the integral using trigonometric expansion formulas and often leads to standard integrals.

 

Question 15. निम्न फलनों को \( x \) के सापेक्ष समाकलन कीजिए।
(a) \( \int \frac{\sin 2x}{\sin 5x \sin 3x} dx \)
(b) \( \int \frac{\sin 2x}{\sin \left(x-\frac{\pi}{6}\right) \sin \left(x+\frac{\pi}{6}\right)} dx \)
Answer:
(a) \( \int \frac{\sin 2x}{\sin 5x \sin 3x} dx \)
\( = \int \frac{\sin(5x-3x)}{\sin 5x \sin 3x} dx \)
\( = \int \left( \frac{\sin 5x \cos 3x}{\sin 5x \sin 3x} - \frac{\cos 5x \sin 3x}{\sin 5x \sin 3x} \right) dx \)
\( = \int (\cot 3x - \cot 5x) dx \)
\( = \frac{1}{3} \log |\sin 3x| - \frac{1}{5} \log |\sin 5x| + C \)
(b) \( \int \frac{\sin 2x}{\sin \left(x-\frac{\pi}{6}\right) \sin \left(x+\frac{\pi}{6}\right)} dx \)
\( = \int \frac{\sin \left(\left(x+\frac{\pi}{6}\right) + \left(x-\frac{\pi}{6}\right)\right)}{\sin \left(x-\frac{\pi}{6}\right) \sin \left(x+\frac{\pi}{6}\right)} dx \)
\( = \int \left[ \frac{\sin\left(x+\frac{\pi}{6}\right) \cos\left(x-\frac{\pi}{6}\right)}{\sin\left(x-\frac{\pi}{6}\right) \sin\left(x+\frac{\pi}{6}\right)} + \frac{\cos\left(x+\frac{\pi}{6}\right) \sin\left(x-\frac{\pi}{6}\right)}{\sin\left(x-\frac{\pi}{6}\right) \sin\left(x+\frac{\pi}{6}\right)} \right] dx \)
\( = \int \left[ \cot\left(x-\frac{\pi}{6}\right) + \cot\left(x+\frac{\pi}{6}\right) \right] dx \)
\( = \log \left| \sin\left(x-\frac{\pi}{6}\right) \right| + \log \left| \sin\left(x+\frac{\pi}{6}\right) \right| + C \)
\( = \log \left| \sin\left(x-\frac{\pi}{6}\right) \sin\left(x+\frac{\pi}{6}\right) \right| + C \)
In simple words: (a) हमने \( \sin 2x \) को \( \sin(5x-3x) \) लिखकर अलग-अलग पदों में तोड़ा, जिससे यह \( \cot \) के रूप में सरल हो गया। फिर हमने प्रत्येक पद का समाकलन किया। (b) हमने \( \sin 2x \) को \( \sin(A+B) \) के सूत्र से खोला, जहाँ \( A = x+\frac{\pi}{6} \) और \( B = x-\frac{\pi}{6} \)। इससे \( \cot \) के पद मिले, जिनका समाकलन करके \( \log \) के रूप में उत्तर निकाला।

🎯 Exam Tip: जटिल त्रिकोणमितीय समाकलन को हल करने के लिए, अक्सर \( \sin(A \pm B) \) या \( \cos(A \pm B) \) जैसी पहचानों का उपयोग करके भिन्न को सरल करना उपयोगी होता है।

 

Question 16. निम्न फलनों को \( x \) के सापेक्ष समाकलन कीजिए।
(a) \( \int \frac{1}{3 \sin x + 4 \cos x} dx \)
(b) \( \int \frac{1}{\sin (x-a) \sin (x-b)} dx \)
Answer:
(a) \( \int \frac{1}{3 \sin x + 4 \cos x} dx \)
माना \( 3 = r \cos \theta \) और \( 4 = r \sin \theta \)
\( \implies r = \sqrt{3^2+4^2} = 5 \) तथा \( \theta = \tan^{-1}\left(\frac{4}{3}\right) \)
\( = \int \frac{1}{r (\sin x \cos \theta + \cos x \sin \theta)} dx \)
\( = \frac{1}{r} \int \frac{1}{\sin(x+\theta)} dx \)
\( = \frac{1}{r} \int \csc(x+\theta) dx \)
\( = \frac{1}{r} \log \left| \csc(x+\theta) - \cot(x+\theta) \right| + C \)
\( = \frac{1}{5} \log \left| \tan\left(\frac{x+\theta}{2}\right) \right| + C \)
\( = \frac{1}{5} \log \left| \tan\left(\frac{x+\tan^{-1}(4/3)}{2}\right) \right| + C \)
(b) \( \int \frac{1}{\sin (x-a) \sin (x-b)} dx \)
\( = \frac{1}{\sin(a-b)} \int \frac{\sin((x-b)-(x-a))}{\sin(x-a) \sin(x-b)} dx \)
\( = \frac{1}{\sin(a-b)} \int \left[ \frac{\sin(x-b)\cos(x-a) - \cos(x-b)\sin(x-a)}{\sin(x-a) \sin(x-b)} \right] dx \)
\( = \frac{1}{\sin(a-b)} \int \left[ \cot(x-a) - \cot(x-b) \right] dx \)
\( = \frac{1}{\sin(a-b)} \left[ \log |\sin(x-a)| - \log |\sin(x-b)| \right] + C \)
\( = \frac{1}{\sin(a-b)} \log \left| \frac{\sin(x-a)}{\sin(x-b)} \right| + C \)
In simple words: (a) हमने हर को \( r \sin(x+\theta) \) में बदलने के लिए \( 3 = r \cos \theta \) और \( 4 = r \sin \theta \) प्रतिस्थापन का इस्तेमाल किया। फिर इसे \( \csc \) में बदला और समाकलन किया। (b) हमने \( \sin(a-b) \) से गुणा-भाग किया और अंश को \( \sin(A-B) \) के सूत्र से खोला। इससे \( \cot \) के पद मिले, जिनका समाकलन करके \( \log \) के रूप में उत्तर निकाला।

🎯 Exam Tip: जब हर में \( a \sin x + b \cos x \) जैसा पद हो, तो उसे \( r \sin(x \pm \theta) \) में बदलने के लिए \( a = r \cos \theta, b = r \sin \theta \) प्रतिस्थापन का उपयोग करें। दूसरे प्रकार के समाकलन में, \( \sin(a-b) \) से गुणा/भाग करना अक्सर अंश को \( (x-a) \pm (x-b) \) के रूप में बदलने में मदद करता है।

 

Question 7. निम्न फलनों को \( x \) के सापेक्ष समाकलन कीजिए।
(a) \( \int \frac{\sin x \cos x}{a \cos^2 x + b \sin^2 x} dx \)
(b) \( \int \frac{\sec x}{\sqrt{\sin (2x + \alpha) + \sin \alpha}} dx \)
Answer:
(a) \( \int \frac{\sin x \cos x}{a \cos^2 x + b \sin^2 x} dx \)
माना \( t = a \cos^2 x + b \sin^2 x \)
\( \implies dt = (a \cdot 2 \cos x (-\sin x) + b \cdot 2 \sin x \cos x) dx \)
\( \implies dt = (-2a \sin x \cos x + 2b \sin x \cos x) dx \)
\( \implies dt = 2(b-a) \sin x \cos x dx \)
\( \implies \sin x \cos x dx = \frac{1}{2(b-a)} dt \)
\( = \int \frac{1}{t} \frac{1}{2(b-a)} dt = \frac{1}{2(b-a)} \int \frac{1}{t} dt \)
\( = \frac{1}{2(b-a)} \log |t| + C \)
\( = \frac{1}{2(b-a)} \log |a \cos^2 x + b \sin^2 x| + C \)
(b) \( \int \frac{\sec x}{\sqrt{\sin (2x + \alpha) + \sin \alpha}} dx \)
\( = \int \frac{\sec x}{\sqrt{2 \sin(x+\alpha) \cos x}} dx \) (यहां \( \sin C + \sin D = 2 \sin \left( \frac{C+D}{2} \right) \cos \left( \frac{C-D}{2} \right) \) सूत्र का प्रयोग किया गया है)
\( = \int \frac{1}{\cos x \sqrt{2 \sin(x+\alpha) \cos x}} dx \)
\( = \int \frac{1}{\sqrt{2 \cos^3 x \sin(x+\alpha)}} dx \)
\( = \frac{1}{\sqrt{2}} \int \frac{\sec^2 x}{\sqrt{\tan x \cos \alpha + \sin \alpha}} dx \)
माना \( t = \tan x \cos \alpha + \sin \alpha \)
\( \implies dt = \sec^2 x \cos \alpha dx \)
\( \implies \sec^2 x dx = \frac{dt}{\cos \alpha} \)
\( = \frac{1}{\sqrt{2}} \int \frac{1}{\sqrt{t}} \frac{dt}{\cos \alpha} = \frac{1}{\sqrt{2} \cos \alpha} \int t^{-1/2} dt \)
\( = \frac{1}{\sqrt{2} \cos \alpha} \frac{t^{1/2}}{1/2} + C \)
\( = \frac{\sqrt{2}}{\cos \alpha} \sqrt{\tan x \cos \alpha + \sin \alpha} + C \)
In simple words: (a) हमने हर को \( t \) मानकर प्रतिस्थापन विधि का उपयोग किया, फिर \( dt \) निकाला और समाकलन को \( \frac{1}{t} \) के रूप में हल किया। (b) हमने पहले \( \sin(C+D) \) पहचान से हर को सरल किया, फिर उसे \( \sqrt{2 \cos^2 x (\tan x \cos \alpha + \sin \alpha)} \) में बदला। इसके बाद, \( \tan x \cos \alpha + \sin \alpha \) को \( t \) मानकर समाकलन किया।

🎯 Exam Tip: जब अंश हर के अवकलन का एक गुणज हो, तो प्रतिस्थापन विधि सबसे सीधी होती है। जटिल त्रिकोणमितीय समाकलनों में, पहले पहचानों का उपयोग करके व्यंजक को सरल करें, और फिर उपयुक्त प्रतिस्थापन खोजें।

 

Question 16. निम्न फलनों को \( x \) के सापेक्ष समाकलन कीजिए।
(a) \( \int \frac{1}{\sqrt{\cos^3 x \sin (x+\alpha)}} dx \)
(b) \( \int \frac{\cos 2x - \cos 2\alpha}{\cos x - \cos \alpha} dx \)
Answer:
(a) \( \int \frac{1}{\sqrt{\cos^3 x \sin (x+\alpha)}} dx \)
\( = \int \frac{1}{\sqrt{\cos^3 x (\sin x \cos \alpha + \cos x \sin \alpha)}} dx \)
\( = \int \frac{1}{\sqrt{\cos^4 x \left(\frac{\sin x}{\cos x} \cos \alpha + \sin \alpha \right)}} dx \)
\( = \int \frac{1}{\cos^2 x \sqrt{\tan x \cos \alpha + \sin \alpha}} dx \)
\( = \int \frac{\sec^2 x}{\sqrt{\tan x \cos \alpha + \sin \alpha}} dx \)
माना \( t = \tan x \cos \alpha + \sin \alpha \)
\( \implies dt = \sec^2 x \cos \alpha dx \)
\( \implies \sec^2 x dx = \frac{dt}{\cos \alpha} \)
\( = \int \frac{1}{\sqrt{t}} \frac{dt}{\cos \alpha} = \frac{1}{\cos \alpha} \int t^{-1/2} dt \)
\( = \frac{1}{\cos \alpha} \frac{t^{1/2}}{1/2} + C \)
\( = \frac{2}{\cos \alpha} \sqrt{\tan x \cos \alpha + \sin \alpha} + C \)
(b) \( \int \frac{\cos 2x - \cos 2\alpha}{\cos x - \cos \alpha} dx \)
\( = \int \frac{(2 \cos^2 x - 1) - (2 \cos^2 \alpha - 1)}{\cos x - \cos \alpha} dx \)
\( = \int \frac{2 \cos^2 x - 2 \cos^2 \alpha}{\cos x - \cos \alpha} dx \)
\( = \int \frac{2(\cos^2 x - \cos^2 \alpha)}{\cos x - \cos \alpha} dx \)
\( = \int \frac{2(\cos x - \cos \alpha)(\cos x + \cos \alpha)}{\cos x - \cos \alpha} dx \)
\( = \int 2(\cos x + \cos \alpha) dx \)
\( = 2 \int \cos x dx + 2 \int \cos \alpha dx \)
\( = 2 \sin x + 2 (\cos \alpha) x + C \)
In simple words: (a) हमने \( \sin(x+\alpha) \) को खोला और \( \cos^4 x \) को बाहर निकाला ताकि अंश में \( \sec^2 x \) बन जाए। फिर \( \tan x \cos \alpha + \sin \alpha \) को \( t \) मानकर समाकलन हल किया। (b) हमने \( \cos 2\theta = 2 \cos^2 \theta - 1 \) सूत्र से अंश को बदला। फिर \( a^2 - b^2 \) का सूत्र लगाकर अंश को गुणनखंडित किया और हर के पद को काट दिया। अंत में, बचे हुए पदों का समाकलन किया।

🎯 Exam Tip: त्रिकोणमितीय समाकलों में, \( \cos^n x \) को हर से बाहर निकालकर \( \sec^n x \) को अंश में लाना अक्सर \( \tan x \) प्रतिस्थापन के लिए मार्ग प्रशस्त करता है। \( \cos 2x \) वाले भिन्नों में, \( \cos 2x = 2 \cos^2 x - 1 \) जैसी पहचानों का उपयोग करके अंश को सरल करना अक्सर मदद करता है।

Free study material for Mathematics

RBSE Solutions Class 12 Mathematics Chapter 9 समाकलन

Students can now access the RBSE Solutions for Chapter 9 समाकलन prepared by teachers on our website. These solutions cover all questions in exercise in your Class 12 Mathematics textbook. Each answer is updated based on the current academic session as per the latest RBSE syllabus.

Detailed Explanations for Chapter 9 समाकलन

Our expert teachers have provided step-by-step explanations for all the difficult questions in the Class 12 Mathematics chapter. Along with the final answers, we have also explained the concept behind it to help you build stronger understanding of each topic. This will be really helpful for Class 12 students who want to understand both theoretical and practical questions. By studying these RBSE Questions and Answers your basic concepts will improve a lot.

Benefits of using Mathematics Class 12 Solved Papers

Using our Mathematics solutions regularly students will be able to improve their logical thinking and problem-solving speed. These Class 12 solutions are a guide for self-study and homework assistance. Along with the chapter-wise solutions, you should also refer to our Revision Notes and Sample Papers for Chapter 9 समाकलन to get a complete preparation experience.

FAQs

Where can I find the latest RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 for the 2026-27 session?

The complete and updated RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 is available for free on StudiesToday.com. These solutions for Class 12 Mathematics are as per latest RBSE curriculum.

Are the Mathematics RBSE solutions for Class 12 updated for the new 50% competency-based exam pattern?

Yes, our experts have revised the RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 as per 2026 exam pattern. All textbook exercises have been solved and have added explanation about how the Mathematics concepts are applied in case-study and assertion-reasoning questions.

How do these Class 12 RBSE solutions help in scoring 90% plus marks?

Toppers recommend using RBSE language because RBSE marking schemes are strictly based on textbook definitions. Our RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 will help students to get full marks in the theory paper.

Do you offer RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 in multiple languages like Hindi and English?

Yes, we provide bilingual support for Class 12 Mathematics. You can access RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 in both English and Hindi medium.

Is it possible to download the Mathematics RBSE solutions for Class 12 as a PDF?

Yes, you can download the entire RBSE Solutions Class 12 Maths Chapter 9 समाकलन Exercise 9.2 in printable PDF format for offline study on any device.