Markdown Document
BCS-012 Mathematics Solved Notes
Uploaded June 19, 2026, 11:55 p.m.
BCS-012 Mathematics — Important Solved Notes
BCA IGNOU — Sample Questions with Step-by-Step Solutions
Based on the important topics discussed in this chat and recent BCS-012 question patterns.
- Subject: BCS-012 Basic Mathematics
- Format: Separated 5-mark and 10-mark answers
- Focus: Complex numbers, matrices, induction, inequalities, calculus, vectors, LPP
Contents
- How to Write Answers According to Marks
- Set 1: Important Whiteboard Topics
- 2.1 De Moivre's Theorem [5 marks]
- 2.2 Cube Roots of Unity / Omega [5 marks]
- 2.3 Matrix Inverse [5 marks]
- 2.4 Cramer's Rule [5 marks]
- 2.5 Linear Inequality [5 marks]
- 2.6 Mathematical Induction [5 marks]
- 2.7 Linear Programming: Tailors Problem [10 marks]
- 2.8 Linear Programming: Donation Problem [10 marks]
- Set 2: Other Frequently Asked Questions
- 3.1 Sum of the Series [5 marks]
- 3.2 Quadratic Equation with Roots α², β² [5 marks]
- 3.3 Complex Number Condition [5 marks]
- 3.4 Limit [5 marks]
- 3.5 Differentiation [5 marks]
- 3.6 Local Maxima and Minima [5 marks]
- 3.7 Integration [5 marks]
- 3.8 Definite Integral [5 marks]
- 3.9 Area Between Curves [5 marks]
- 3.10 Direction Cosines [5 marks]
- 3.11 Shortest Distance Between Two Lines [5 marks]
- 3.12 Scalar Triple Product [5 marks]
- 3.13 Harmonic Progression [5 marks]
- 3.14 Cubic Equation with Integer Roots [5 marks]
- 3.15 Rational Inequality [5 marks]
- 3.16 Find k from a Differential Equation [5 marks]
- 3.17 Area of Triangle by Determinants [5 marks]
- 3.18 Logarithmic Differentiation [5 marks]
- Set 3: Continued Solutions for Other Questions
- 4.1 Matrix Polynomial [5 marks]
- 4.2 Infinite G.P. [5 marks]
- 4.3 Quadratic Equation with Roots α²+3, β²+3 [5 marks]
- 4.4 Differential Equation Verification [5 marks]
- 4.5 Length of a Curve [5 marks]
- 4.6 Integral: ∫ x³/(x+1)² dx [5 marks]
- 4.7 Integral: ∫ x/√(x+3) dx [5 marks]
- 4.8 Definite Log Integral [5 marks]
- 4.9 Purely Imaginary Complex Expression [5 marks]
- 4.10 Complex Number Condition: Real Axis [5 marks]
- 4.11 Induction: Divisibility [5 marks]
- 4.12 Induction: Sum of Odd Numbers [5 marks]
- 4.13 Absolute Value Inequality [5 marks]
- 4.14 Intersection of Two Lines in 3D [5 marks]
- 4.15 Triangle Inequality for Vectors [5 marks]
- 4.16 Unit Vector Perpendicular to Two Vectors [5 marks]
- 4.17 Matrix Inverse from Product [5 marks]
- 4.18 Linear Programming [5 marks]
- Quick Revision Formula Sheet
1. How to Write Answers According to Marks
For 5-mark questions
Write in this order:
Formula/definition → Substitution → Calculation → Final answer.
Do not skip important steps. In induction, always show base case, assumption, and proof for the next case.
For 10-mark Linear Programming questions
Write in this order:
Variables → Objective function → Constraints → Corner points → Value table → Final answer.
2. Set 1: Important Whiteboard Topics
2.1 De Moivre's Theorem [5 marks]
Question. Using De Moivre's theorem, find (1+i)^4.
Solution. Write 1+i in polar form:
So,
By De Moivre's theorem,
Therefore, (1+i)^4 = -4.
2.2 Cube Roots of Unity / Omega [5 marks]
Question. If 1, \omega, \omega^2 are cube roots of unity, show that
Solution. For cube roots of unity,
Thus,
Now,
Also,
Therefore,
Hence proved.
2.3 Matrix Inverse [5 marks]
Question. Find the inverse of
Solution. Using elementary row operations on [A : I],
Reducing the left side to identity gives
Therefore,
Thus,
2.4 Cramer's Rule [5 marks]
Question. Use Cramer's rule to solve
Solution. Write the system in standard form:
The coefficient determinant is
Now,
By Cramer's rule,
Therefore, x=2,\ y=1,\ z=1.
2.5 Linear Inequality [5 marks]
Question. Solve \left|\dfrac{x-3}{2}\right| \le 1.
Solution.
Multiplying throughout by 2,
Adding 3 throughout,
Hence, x \in [1,5].
2.6 Mathematical Induction [5 marks]
Question. Prove by mathematical induction:
Solution. Let P(n): 1+2+2^2+\cdots+2^{n-1} = 2^n-1.
For n=1: \text{LHS}=1,\ \text{RHS}=2^1-1=1. Thus P(1) is true.
Assume P(k) is true, that is,
Now, for n=k+1,
Therefore, P(k+1) is true. Hence, by mathematical induction,
2.7 Linear Programming: Tailors Problem [10 marks]
Question. Tailor A earns Rs. 600 per day and Tailor B earns Rs. 800 per day. A can stitch 6 shirts and 4 pants per day. B can stitch 10 shirts and 4 pants per day. Find how many days each should work to produce at least 60 shirts and 32 pants at minimum labour cost.
Solution. Let x = number of days Tailor A works, y = number of days Tailor B works.
Cost function: C = 600x + 800y (to be minimized).
Constraints:
Solve the boundary equations:
From x = 8-y:
Thus, x = 8-3 = 5.
Corner points: (10,0),\ (5,3),\ (0,8).
| Corner point | Cost C = 600x+800y |
|---|---|
| (10,0) | 6000 |
| (5,3) | 600(5)+800(3) = 5400 |
| (0,8) | 6400 |
Minimum cost is Rs. 5400, at (5,3).
Therefore, Tailor A should work 5 days and Tailor B should work 3 days. The least cost is Rs. 5400.
2.8 Linear Programming: Donation Problem [10 marks]
Question. Kiaan wants to buy colour boxes and books to donate. He wants at least 4 books and 4 colour boxes. A colour box costs Rs. 200 and a book costs Rs. 400. The expenditure must not exceed Rs. 4000. Find the maximum number of items he can buy.
Solution. Let x = number of colour boxes, y = number of books.
Objective function: Z = x+y (to be maximized).
Constraints:
Dividing by 200: x+2y \le 20.
Corner points: (4,4),\ (4,8),\ (12,4).
| Corner point | Z = x+y |
|---|---|
| (4,4) | 8 |
| (4,8) | 12 |
| (12,4) | 16 |
Maximum value is 16, at (12,4).
Therefore, Kiaan should buy 12 colour boxes and 4 books.
Total cost: 200(12)+400(4) = 2400+1600 = 4000.
Maximum number of items: 16.
3. Set 2: Other Frequently Asked Questions
3.1 Sum of the Series [5 marks]
Question. Find the sum to n terms of 9+99+999+\cdots.
Solution. Write each term as a power of 10 minus 1:
Therefore,
Using the G.P. sum formula,
Thus,
Hence, S_n = \dfrac{10^{n+1}-10-9n}{9}.
3.2 Quadratic Equation with Roots α², β² [5 marks]
Question. If \alpha and \beta are roots of 2x^2-8x-5=0, find the quadratic equation whose roots are \alpha^2 and \beta^2.
Solution. For 2x^2-8x-5=0,
Now,
Also,
The required equation is
Multiplying by 4:
3.3 Complex Number Condition [5 marks]
Question. If |z-1| = |z-i|, show that \text{Re}(z) = \text{Im}(z).
Solution. Let z = x+iy. Then,
Given,
Squaring both sides,
Expanding,
Thus, -2x = -2y \;\Rightarrow\; x=y.
Therefore, \text{Re}(z) = \text{Im}(z).
3.4 Limit [5 marks]
Question. Find \displaystyle\lim_{x\to 0}\frac{\sqrt{x+5}-\sqrt{5}}{x}.
Solution. Rationalize the numerator:
Hence, \dfrac{1}{2\sqrt{5}}.
3.5 Differentiation [5 marks]
Question. If y = [x(x-1)(x+2)]^{5/7}, find \dfrac{dy}{dx}.
Solution. Let
Then y = u^{5/7}. Using the chain rule,
Now, \dfrac{du}{dx} = 3x^2+2x-2.
Therefore,
Thus,
3.6 Local Maxima and Minima [5 marks]
Question. Find the local extrema of
Solution. Differentiate:
For extrema, f'(x)=0 \Rightarrow x = 0, 3, 5.
Second derivative: f''(x) = 9x^2-48x+45.
- At x=0: f''(0)=45>0 → local minimum, f(0)=105.
- At x=3: f''(3)=81-144+45=-18<0 → local maximum, f(3)=\dfrac{609}{4}.
- At x=5: f''(5)=225-240+45=30>0 → local minimum, f(5)=\dfrac{545}{4}.
Therefore,
3.7 Integration [5 marks]
Question. Evaluate \displaystyle\int x\sqrt{x+2}\,dx.
Solution. Let u = x+2 \Rightarrow x = u-2,\ dx = du. Then,
Putting u=x+2:
3.8 Definite Integral [5 marks]
Question. Evaluate \displaystyle\int_0^1 \frac{x}{\sqrt{1-x^2}}\,dx.
Solution. Let u = 1-x^2 \Rightarrow du = -2x\,dx, so x\,dx = -\tfrac{1}{2}du. Therefore,
Applying limits,
Hence, 1.
3.9 Area Between Curves [5 marks]
Question. Find the area bounded by y=\sqrt{x} and y=x.
Solution. Intersection points from \sqrt{x}=x. Squaring: x=x^2 \Rightarrow x(x-1)=0 \Rightarrow x=0,1.
On [0,1], \sqrt{x} > x. Therefore,
Hence, A = \dfrac{1}{6} square units.
3.10 Direction Cosines [5 marks]
Question. Find the direction cosines of the line joining (0,1,-1) and (3,2,1).
Solution. Direction ratios are (3-0,\ 2-1,\ 1-(-1)) = (3,1,2).
Magnitude is \sqrt{3^2+1^2+2^2} = \sqrt{14}.
Therefore, direction cosines are \left(\dfrac{3}{\sqrt{14}}, \dfrac{1}{\sqrt{14}}, \dfrac{2}{\sqrt{14}}\right).
3.11 Shortest Distance Between Two Lines [5 marks]
Question. Find the shortest distance between the lines
Solution. For the first line: A=(1,-1,0), \vec{b_1}=(2,3,1).
For the second line: B=(-1,2,2), \vec{b_2}=(5,1,0).
Formula for shortest distance:
Now, \vec{B}-\vec{A} = (-2,3,2).
Also,
Thus,
So, |(\vec{B}-\vec{A})\cdot(\vec{b_1}\times\vec{b_2})| = 9.
Also, |\vec{b_1}\times\vec{b_2}| = \sqrt{(-1)^2+5^2+(-13)^2} = \sqrt{195}.
Therefore, d = \dfrac{9}{\sqrt{195}}.
3.12 Scalar Triple Product [5 marks]
Question. If \vec{a}=-\hat{i}+\hat{j}+2\hat{k}, \vec{b}=2\hat{i}-\hat{j}+\hat{k}, \vec{c}=3\hat{i}-\hat{j}+2\hat{k}, find (\vec{a}\times\vec{b})\cdot\vec{c}.
Solution. \vec{a}=(-1,1,2), \vec{b}=(2,-1,1), \vec{c}=(3,-1,2).
Now,
Therefore,
Hence, 2.
3.13 Harmonic Progression [5 marks]
Question. Find the 10th term of the H.P. \dfrac{1}{5},\dfrac{1}{11},\dfrac{1}{17},\dfrac{1}{23},\ldots
Solution. For H.P., take reciprocals. The corresponding A.P. is 5,11,17,23,\ldots
Here, a=5, d=11-5=6.
The 10th term of the A.P. is a_{10} = a+9d = 5+9(6) = 59.
Therefore, the 10th term of the H.P. is \dfrac{1}{59}.
3.14 Cubic Equation with Integer Roots [5 marks]
Question. Find the roots of x^3-13x^2+15x+189=0, given that the roots are integers and one root exceeds another by 2.
Solution. Try integer factors of 189. Put x=7:
Thus, x=7 is a root, so (x-7) is a factor.
Dividing x^3-13x^2+15x+189 by (x-7), we get x^2-6x-27.
Now, x^2-6x-27 = (x+3)(x-9).
Therefore, x^3-13x^2+15x+189 = (x-7)(x+3)(x-9).
Hence, the roots are 7,\ -3,\ 9.
3.15 Rational Inequality [5 marks]
Question. Solve \dfrac{9}{x-3} < 5.
Solution. Bring all terms to one side:
Taking L.C.M.,
Critical points: 24-5x=0 \Rightarrow x=\dfrac{24}{5}, and x-3=0 \Rightarrow x=3.
Check the sign on intervals (-\infty,3), \left(3,\dfrac{24}{5}\right), \left(\dfrac{24}{5},\infty\right).
The expression is negative on (-\infty,3) \cup \left(\dfrac{24}{5},\infty\right).
Therefore, x \in (-\infty,3) \cup \left(\dfrac{24}{5},\infty\right).
3.16 Find k from a Differential Equation [5 marks]
Question. If y = 2e^x+e^{-x} and \dfrac{d^2y}{dx^2} = ky, find k.
Solution. Given y = 2e^x+e^{-x}.
Differentiate: \dfrac{dy}{dx} = 2e^x-e^{-x}.
Again differentiate: \dfrac{d^2y}{dx^2} = 2e^x+e^{-x}.
But y = 2e^x+e^{-x}. Therefore, \dfrac{d^2y}{dx^2} = y.
Given \dfrac{d^2y}{dx^2}=ky, so ky=y \Rightarrow k=1.
Hence, k=1.
3.17 Area of Triangle by Determinants [5 marks]
Question. Using determinants, find the area of the triangle whose vertices are (1,2),\ (-2,3),\ (-3,-4).
Solution. Area of triangle:
So,
Using the determinant formula,
Therefore, A = 11 square units.
3.18 Logarithmic Differentiation [5 marks]
Question. If y = \log_e\left[e^x\left(\dfrac{x-2}{x+2}\right)^{3/4}\right], find \dfrac{dy}{dx}.
Solution. Using log rules,
Differentiate:
Thus,
4. Set 3: Continued Solutions for Other Questions
4.1 Matrix Polynomial [5 marks]
Question. If A = \begin{pmatrix} 2 & 0 & 1 \\ 2 & 1 & 3 \\ 1 & -1 & 0 \end{pmatrix}, find f(A), where f(x) = x^2-5x+6.
Solution. For a matrix, f(A) = A^2-5A+6I.
First calculate
Now,
Therefore,
Hence,
4.2 Infinite G.P. [5 marks]
Question. Find the sum of an infinite G.P. whose first term is 15 and fourth term is \dfrac{3}{25}.
Solution. Let the first term be a and common ratio be r. Given a = 15.
The fourth term is ar^3 = \dfrac{3}{25}.
So, 15r^3 = \dfrac{3}{25} \Rightarrow r^3 = \dfrac{3}{25\cdot 15} = \dfrac{1}{125}.
Therefore, r = \dfrac{1}{5}.
The sum of an infinite G.P. is S_\infty = \dfrac{a}{1-r}, |r|<1.
Thus,
Hence, S_\infty = \dfrac{75}{4}.
4.3 Quadratic Equation with Roots α²+3, β²+3 [5 marks]
Question. If \alpha and \beta are roots of x^2-4x+5=0, find the quadratic equation whose roots are \alpha^2+3 and \beta^2+3.
Solution. For x^2-4x+5=0: \alpha+\beta=4, \alpha\beta=5.
Now,
Sum of new roots:
Product of new roots:
Required equation: x^2-(\text{sum})x+\text{product}=0.
Thus, x^2-12x+52=0.
4.4 Differential Equation Verification [5 marks]
Question. If y = ax+\dfrac{b}{x}, show that x^2\dfrac{d^2y}{dx^2}+x\dfrac{dy}{dx}-y=0.
Solution. Given y = ax+bx^{-1}.
Differentiate: \dfrac{dy}{dx} = a-bx^{-2} = a-\dfrac{b}{x^2}.
Again differentiate: \dfrac{d^2y}{dx^2} = 2bx^{-3} = \dfrac{2b}{x^3}.
Now,
Hence proved.
4.5 Length of a Curve [5 marks]
Question. Find the length of the curve y = 4+3x from (0,4) to (2,10).
Solution. Formula for length of curve:
Here, y=4+3x \Rightarrow \dfrac{dy}{dx}=3.
The limits are x=0 to x=2. Therefore,
Hence, L = 2\sqrt{10}.
4.6 Integral: \int \dfrac{x^3}{(x+1)^2}\,dx [5 marks]
Question. Evaluate I = \displaystyle\int \dfrac{x^3}{(x+1)^2}\,dx.
Solution. Let u=x+1 \Rightarrow x=u-1,\ dx=du. Then,
Expand: (u-1)^3 = u^3-3u^2+3u-1.
So,
Thus,
Putting u=x+1:
4.7 Integral: \int \dfrac{x}{\sqrt{x+3}}\,dx [5 marks]
Question. Evaluate \displaystyle\int \dfrac{x}{\sqrt{x+3}}\,dx.
Solution. Let u=x+3 \Rightarrow x=u-3,\ dx=du. Then,
Putting u=x+3:
4.8 Definite Log Integral [5 marks]
Question. Evaluate \displaystyle\int_a^b \frac{\log x}{x}\,dx, a>b>0.
Solution. Let u=\log x \Rightarrow du = \dfrac{1}{x}dx. Therefore,
Applying limits,
Hence,
4.9 Purely Imaginary Complex Expression [5 marks]
Question. If z\in\mathbb{C}, |z|=1, and z\neq -1, show that \dfrac{z-1}{z+1} is purely imaginary.
Solution. Let z=x+iy. Since |z|=1, x^2+y^2=1.
Now,
Multiply numerator and denominator by the conjugate of the denominator:
The denominator is (x+1)^2+y^2.
The numerator is (x-1+iy)(x+1-iy). Expanding:
Since x^2+y^2=1, the real part becomes x^2+y^2-1 = 0.
Therefore,
which is purely imaginary. Hence proved.
4.10 Complex Number Condition: Real Axis [5 marks]
Question. If |z-i|=|z+i|, show that \text{Im}(z)=0.
Solution. Let z=x+iy. Then,
Given,
Squaring both sides,
Cancel x^2:
Thus, -2y = 2y \Rightarrow 4y=0 \Rightarrow y=0.
Therefore, \text{Im}(z) = 0.
4.11 Induction: Divisibility [5 marks]
Question. Use mathematical induction to show that 2^{3n}-1 is divisible by 8 for every natural number n.
Solution. Let P(n): 2^{3n}-1 is divisible by 8.
For n=1: 2^{3(1)}-1 = 2^3-1 = 8-1 = 7.
This is not divisible by 8, so the usual correct form of this standard question is that 2^{3n}-1 is divisible by 7, not 8.
If the intended question is 2^{3n}-1 divisible by 7, then:
so
Hence, 2^{3n}-1 \equiv 0 \pmod{7}.
Therefore, 2^{3n}-1 is divisible by 7.
Exam note. If your paper says "divisible by 8," recheck the printed expression. The statement "2^{3n}-1 divisible by 8" is false for n=1.
4.12 Induction: Sum of Odd Numbers [5 marks]
Question. Prove by mathematical induction:
Solution. Let P(n): 1+3+5+\cdots+(2n-1) = n^2.
For n=1: \text{LHS}=1,\ \text{RHS}=1^2=1. So P(1) is true.
Assume P(k) is true: 1+3+5+\cdots+(2k-1) = k^2.
Now add the next odd number 2(k+1)-1 = 2k+1:
Thus, P(k+1) is true. Hence,
4.13 Absolute Value Inequality [5 marks]
Question. Solve \left|\dfrac{2x-1}{3}\right| \le 2.
Solution.
Multiplying by 3: -6 \le 2x-1 \le 6.
Adding 1: -5 \le 2x \le 7.
Dividing by 2: -\dfrac{5}{2} \le x \le \dfrac{7}{2}.
Hence, x \in \left[-\dfrac{5}{2}, \dfrac{7}{2}\right].
4.14 Intersection of Two Lines in 3D [5 marks]
Question. Show that the lines
intersect.
Solution. Let the first line be equal to \lambda:
Let the second line be equal to \mu:
For intersection,
From (2): \mu = 4\lambda+3.
Substitute in (1):
Then, \mu = 4(-1)+3 = -1.
Now check z: -3-5(-1) = 2, and 5+3(-1) = 2. Both give the same point.
Hence, the lines intersect at (1,3,2).
4.15 Triangle Inequality for Vectors [5 marks]
Question. If \vec{a} and \vec{b} are two vectors, show that |\vec{a}+\vec{b}| \le |\vec{a}|+|\vec{b}|.
Solution. Start with the square of the left side:
Expanding,
Using \vec{a}\cdot\vec{b} \le |\vec{a}||\vec{b}|, we get
So,
Taking the square root on both sides,
4.16 Unit Vector Perpendicular to Two Vectors [5 marks]
Question. If \vec{a}=4\hat{i}+\hat{j}+3\hat{k}, \vec{b}=-2\hat{i}+\hat{j}-2\hat{k}, find a unit vector perpendicular to both \vec{a} and \vec{b}.
Solution. A vector perpendicular to both \vec{a} and \vec{b} is \vec{a}\times\vec{b}.
\vec{a}=(4,1,3), \vec{b}=(-2,1,-2).
Now,
So,
Thus,
Magnitude:
Therefore, a unit vector perpendicular to both is
The negative of this vector is also a valid answer.
4.17 Matrix Inverse from Product [5 marks]
Question. If matrices A and B satisfy AB = BA = 6I_3, find A^{-1}.
Solution. We know that if AB=I, then B=A^{-1}. Here,
Divide both sides by 6:
Therefore,
If
then
4.18 Linear Programming [5 marks]
Question. Maximize P = 5x+2y subject to
Solution. Simplify the first two inequalities:
So the constraints are
Feasible corner points: (50,800),\ (200,800),\ (600,0),\ (210,0).
| Corner point | P = 5x+2y |
|---|---|
| (50,800) | 5(50)+2(800) = 1850 |
| (200,800) | 5(200)+2(800) = 2600 |
| (600,0) | 5(600)+2(0) = 3000 |
| (210,0) | 5(210)+2(0) = 1050 |
Maximum value is 3000, at (600,0).
Therefore, P_{\max} = 3000 at (x,y) = (600,0).
5. Quick Revision Formula Sheet
Complex Numbers
If z = r(\cos\theta+i\sin\theta), then z^n = r^n(\cos n\theta+i\sin n\theta).
Matrices
For a matrix polynomial, f(A) = A^2-5A+6I if f(x)=x^2-5x+6.
Cramer's Rule
Mathematical Induction
Base case → Assumption for n=k → Proof for n=k+1.
Calculus
Vectors
Unit vector perpendicular to \vec{a},\vec{b}:
Linear Programming
Maximum or minimum occurs at a corner point of the feasible region.
End of Notes — BCS-012 Basic Mathematics (BCA, IGNOU)