Free Solved Question Paper of BCS012 - Mathematics for June 2023
Hey there! Welcome to KnowledgeKnot! Don't forget to share this with your friends and revisit often. Your support motivates us to create more content in the future. Thanks for being awesome!
1.(a) If A=(12−2−1) and B=(ab1−1) and(A+B)2=A2+B2, find a and b (5 marks)
Answer :
To find a and b, we start by expanding both sides of the equation (A+B)2=A2+B2.
Equating corresponding elements, we get the following equations:
a2+2a−b−1=−3+a2+b
1−a=a−1
2a+ab−b−2=ab−b
2−b=−2+b+1
Simplifying these equations:
2a−b−1=−3+b simplifies to 2a−2b=−2, which gives a−b=−1
1−a=a−1 simplifies to 2a=2, which gives a=1
2a+ab−b−2=ab−b simplifies to 2a−2=0, which gives a=1
2−b=−2+b+1 simplifies to 2−b=−1+b, which gives 2=2b, and thus b=1
Therefore, the values of a and b are a=1 and b=1.
1.(b) Show that n(n+1)(2n+1) is a multiple of 6 for every natural number n (5 marks)
Answer :
Proof by Mathematical Induction:
Base Case:
For n=1, calculate: 1⋅2⋅3=6. Hence, the base case holds true.
Inductive Hypothesis:
Assume for some arbitrary natural number k, k(k+1)(2k+1) is divisible by 6, i.e., k(k+1)(2k+1)=6m for some integer m.
Inductive Step:
Now, consider (k+1)((k+1)+1)(2(k+1)+1): (k+1)((k+1)+1)(2(k+1)+1)=(k+1)(k+2)(2k+3) Expand and simplify: (k+1)(k+2)(2k+3)=(k2+3k+2)(2k+3) =2k3+9k2+13k+6 Factor out 6: =6m+6 Therefore, (k+1)((k+1)+1)(2(k+1)+1) is also divisible by 6.
By mathematical induction, we conclude that n(n+1)(2n+1) is divisible by 6 for every natural number n.
1.(c) If 1, ω and ω2 are cube roots of unity, show that:(2−ω)(2−ω2)(2−ω10)(2−ω11)=49 (5 marks)
Answer :
Given that 1, ω, and ω2 are cube roots of unity, we have:ω3=1 and ω2+ω+1=0.
Consider the expression:(2−ω)(2−ω2)(2−ω10)(2−ω11)
Notice the symmetry and properties of cube roots of unity: - Since ω3=1, we have ω4=ω, ω5=ω2, and so on. - Therefore, ω10=ω and ω11=ω2.
Substitute these values into the expression: (2−ω)(2−ω2)(2−ω)(2−ω2) Simplify using the identity ω2+ω+1=0: (2−ω)2(2−ω2)2 =((2−ω)(2−ω2))2 =(22−2⋅2⋅ω+ω2)(22−2⋅2⋅ω2+ω4) =(4−4ω+ω2)(4−4ω2+ω) =16−16ω−16ω2+16ωω2+4ω2−4ω3+ω−4ω2+4−4ω+ω2 =16−16ω−16ω2+16+4−4ω+ω2+4ω2−4ω3+ω−4ω2 =20−20ω−20ω2+16−4ω+ω2 =36−36ω2+36ω2 =49
Therefore, (2−ω)(2−ω2)(2−ω10)(2−ω11)=49 as required.
1.(d) Show that ∣a∣b+∣b∣a is perpendicular to ∣a∣b−∣b∣a for any two non-zero vectors a and b (5 marks)
Answer :
Let u=∣a∣b+∣b∣a and v=∣a∣b−∣b∣a.
To show that u is perpendicular to v, we need to verify that their dot product is zero: u⋅v=(∣a∣b+∣b∣a)⋅(∣a∣b−∣b∣a)
Expand the dot product: u⋅v=∣a∣2(b⋅b)−∣a∣∣b∣(b⋅a)+∣b∣∣a∣(a⋅b)−∣b∣2(a⋅a)
Use the properties of dot product: b⋅b=∣b∣2,a⋅b=b⋅a,anda⋅a=∣a∣2
Substitute these into the dot product: u⋅v=∣a∣2∣b∣2−∣a∣∣b∣(b⋅a)+∣b∣∣a∣(a⋅b)−∣b∣2∣a∣2
Since a⋅b=b⋅a, we have: u⋅v=∣a∣2∣b∣2−∣a∣∣b∣(b⋅a)+∣b∣∣a∣(b⋅a)−∣b∣2∣a∣2
Simplify: u⋅v=∣a∣2∣b∣2−∣b∣2∣a∣2 u⋅v=0
Therefore, u is perpendicular to v for any two non-zero vectors a and b.
1.(e) Solve the equation 2x3−15x2+37x−30=0 given that the roots of the equation are in A.P. (5 marks)
Answer :
Let the roots of the equation be a−d,a,a+d where a is the middle term of the A.P. and d is the common difference.
According to Vieta's formulas for a cubic equation 2x3+bx2+cx+d=0: - The sum of the roots taken one at a time gives (a−d)+a+(a+d)=3a=a−b=215. - The product of the roots taken two at a time gives (a−d)a+a(a+d)+(a−d)(a+d)=a2−d2=ac=237. - The product of the roots gives (a−d)a(a+d)=a3−d2a=a−d=2−30.
Integrating term by term, we get:I=∫u1du−2∫u21du+∫u31du =ln∣u∣+u2−2u21+C =ln∣x+1∣+x+12−2(x+1)21+C.
1.(g) Use first derivative test to find the local maxima and local minima of the function f(x)=x3−12x. (5 marks)
Answer :
First, we find the first derivative of the function: f′(x)=3x2−12.
Setting f′(x)=0, we get:3x2−12=0 x2=4 x=±2.
Now, we use the first derivative test around these critical points.
For x=−2: If x<−2, f′(x)>0 (increasing). If −2<x<0, f′(x)<0 (decreasing). Therefore, x=−2 is a local maximum.
For x=2: If x>2, f′(x)>0 (increasing). If 0<x<2, f′(x)<0 (decreasing). Therefore, x=2 is a local minimum.
The local maximum value is f(−2)=16 and the local minimum value is f(2)=−16.
1.(h) Prove that the three medians of a triangle meet at a point called the centroid of the triangle which divides each of the medians in the ratio 2:1. (5 marks)
Answer :
Let the vertices of the triangle be A(x1,y1), B(x2,y2), and C(x3,y3). The medians are the line segments joining each vertex to the midpoint of the opposite side.
The midpoints are: D(2x2+x3,2y2+y3) (midpoint of BC), E(2x1+x3,2y1+y3) (midpoint of AC), and F(2x1+x2,2y1+y2) (midpoint of AB).
The centroid G has coordinates: G(3x1+x2+x3,3y1+y2+y3).
Each median is divided by the centroid in the ratio 2:1, meaning the centroid is 2/3 of the way along each median from the vertex to the midpoint of the opposite side. This can be proven by showing the centroid divides each median correctly using section formula.
2.(a) Verify that 2+22+…+2n=2n+1−2 using the principle of mathematical induction. (Here, n represents natural numbers.) (5 marks)
Answer :
We will use mathematical induction to prove the statement.
**Base Case**: For n=1, the left-hand side is 2, and the right-hand side is 21+1−2=4−2=2. Thus, the statement holds for n=1.
**Induction Step**: Assume the statement holds for some k≥1, i.e., 2+22+…+2k=2k+1−2.
We need to show that it holds for k+1, i.e., 2+22+…+2k+2k+1=2k+2−2.
Starting with the induction hypothesis: 2+22+…+2k=2k+1−2 Adding 2k+1 to both sides: 2+22+…+2k+2k+1=(2k+1−2)+2k+1 =2⋅2k+1−2=2k+2−2
Therefore, by the principle of mathematical induction, the statement is true for all natural numbers n.
2.(b) Determine the 10th term of the Harmonic Progression 71,151,231,… (5 marks)
Answer :
To find the 10th term of a Harmonic Progression (HP), we first find the corresponding Arithmetic Progression (AP). The given HP is 71,151,231,….
The corresponding AP has terms: 7,15,23,….
The common difference d of the AP is 15−7=8.
The n-th term of an AP is given by: an=a+(n−1)d
For the 10th term: a10=7+(10−1)⋅8=7+72=79.
Therefore, the 10th term of the HP is: 791.
(c) Evaluate: ∫x+xdx (5 marks)
Answer :
Let's use the substitution u=x. Then x=u2 and dx=2udu.
Therefore, the integral becomes: ∫u+u22udu =2∫u(u+1)udu =2∫u2+uudu =2∫u+1du =2ln∣u+1∣+C =2ln∣x+1∣+C.
(d) Solve the following system of equations, by using Cramer's rule: (5 marks) ⎩⎨⎧x+2y+2z=33x−2y+z=4x+y+z=2
Answer :
Let the system of equations be represented as AX=B where: A=1312−21211,X=xyz,B=342.
Using Cramer's rule, we calculate the determinant of A, Δ: Δ=1312−21211=1(−2−1)−2(3−1)+2(3+2)=−3−4+10=3.
Now, find the determinants of matrices formed by replacing the columns of A with B: Δx=3422−21211=3(−2−1)−2(4−2)+2(4+2)=−9−4+12=−1. Δy=131342211=1(4−2)−3(3−1)+2(6−4)=2−6+4=0. Δz=1312−21342=1(−2−4)−2(6−1)+3(3−2)=−6−10+3=−13.
Using Cramer's rule: x=ΔΔx=3−1=−31, y=ΔΔy=30=0, z=ΔΔz=3−13=−313.
3. (a) Given x=a+b, y=aω+bω2, z=aω2+bω. Verify that xyz=a3+b3 (where ω is a cube root of unity and ω=1). (5 marks)
Answer :
Given the properties of cube roots of unity, we have ω3=1 and 1+ω+ω2=0.
Multiplying x, y, and z, we get: xyz=(a+b)(aω+bω2)(aω2+bω).
Expanding the product, we get: xyz=(a+b)[a2ω3+abω4+abω2+b2ω3] =(a+b)[a2⋅1+abω+abω2+b2⋅1] =(a+b)(a2+b2+ab(ω+ω2)).
Since ω+ω2=−1, we have: xyz=(a+b)(a2+b2−ab)=(a+b)((a+b)2−3ab) =(a+b)(a+b)2−3ab(a+b)=(a+b)3−3ab(a+b)=a3+b3.
3. (b) Given A=122212221, perform the following: (5+5 marks)
(i) Determine A−1 and A3. (5 marks)
Answer :
To find the inverse A−1, we use the formula A−1=det(A)1adj(A).
The determinant of A is: det(A)=11221−22221+22212 =1(1−4)−2(2−4)+2(4−2)=−3+4+4=5.
The adjugate matrix adj(A) is the transpose of the cofactor matrix of A.
The cofactor matrix is: −3222−3222−3.
Therefore, the adjugate matrix is the same since it's symmetric: adj(A)=−3222−3222−3.
3.(c) If the roots of ax3+bx2+cx+d=0 are in A.P., show that 2b3−9abc+27a2d=0. (5 marks)
Answer :
Let the roots of the cubic equation be α−β, α, and α+β.
By Vieta's formulas, we have: (α−β)+α+(α+β)=−ab=3α (α−β)α+α(α+β)+(α−β)(α+β)=ac (α−β)α(α+β)=−ad
Simplifying, we get: 3α=−ab⇒α=−3ab 3α2−β2=ac α3−αβ2=−ad
Substituting α=−3ab into the equations, we get: 3(−3ab)2−β2=ac⇒3a2b2−β2=ac⇒β2=3a2b2−ac (−3ab)3−(−3ab)β2=−ad
Substituting the expression for β² into the last equation: −27a3b3−(−3ab)(3a2b2−ac)=−ad −27a3b3+9a3b3−3a2bc=−ad 27a32b3−3a2bc=−ad 2b3−9abc=−27a2d 2b3−9abc+27a2d=0
4. (a) Determine the points of local extrema of the function: f(x)=43x4−8x3+245x2+2015. (5 marks)
Answer :
To find the local extrema, we first find the first derivative f′(x). f′(x)=3x3−24x2+45x
Set f′(x)=0 to find critical points: 3x3−24x2+45x=0⇒3x(x2−8x+15)=0 3x(x−3)(x−5)=0 x=0,3,5
Now, we find the second derivative f′′(x). f′′(x)=9x2−48x+45
Evaluate f′′(x) at the critical points to determine the concavity: f′′(0)=45⇒f(x) has a local minimum at x=0 f′′(3)=9(3)2−48(3)+45=81−144+45=−18⇒f(x) has a local maximum at x=3 f′′(5)=9(5)2−48(5)+45=225−240+45=30⇒f(x) has a local minimum at x=5
(b) Calculate the shortest distance between vectors r1 and r2 given below: (5 marks) r1=(1+λ)i^+(2−λ)j^+(1+λ)k^ and r2=2(1+μ)i^+(2−μ)j^+(−1+2μ)k^
Answer :
The shortest distance between two skew lines can be calculated using the formula: d=∣v1×v2∣∣(r2−r1)⋅(v1×v2)∣ where v1 and v2 are direction vectors of the lines.
From the given vectors: v1=dλdr1=i^−j^+k^ v2=dμdr2=2i^−j^+2k^ r2−r1=(2+2μ−1−λ)i^+(2−μ−2+λ)j^+(−1+2μ−1−λ)k^
Simplifying, we get: r2−r1=(1+2μ−λ)i^+(−μ+λ)j^+(−2+2μ−λ)k^
The cross product of v1 and v2 is: v1×v2=i^12j^−1−1k^12=(−1−(−2))i^−(2−2)j^+(−1−(−2))k^=i^+k^
Thus, the magnitude of the cross product is: ∣v1×v2∣=12+02+12=2
Now, the dot product of (r2−r1) and (v1×v2) is: (r2−r1)⋅(v1×v2)=(1+2μ−λ)⋅1+(−2+2μ−λ)⋅1=(1+2μ−λ)+(−2+2μ−λ)=−1+4μ−2λ
Therefore, the shortest distance is: d=2∣−1+4μ−2λ∣
(c) Determine the values of x for which the function f(x)=5x3/2−3x5/2 (x>0) is: (5 marks) (i) increasing (ii) decreasing
Answer :
To determine the intervals where the function is increasing or decreasing, we first find the first derivative f′(x). f′(x)=dxd(5x3/2−3x5/2)=215x1/2−215x3/2
Set f′(x)=0 to find critical points: 215x1/2−215x3/2=0 215x1/2(1−x)=0 x1/2(1−x)=0 x=0 or x=1
Since x>0, we consider x=1.
Test the intervals (0,1) and (1,∞):
For x∈(0,1), f′(x)>0 because x1/2 is positive and 1−x is positive.
For x∈(1,∞), f′(x)<0 because x1/2 is positive but 1−x is negative.
Therefore, the function is: (i) increasing for 0<x<1 (ii) decreasing for x>1
(d) If ∣z−2i∣=∣z+2i∣, verify that Im(z)=0 (where z is a complex number). (5 marks)
Answer :
Let z=x+yi where x and y are real numbers.
Then ∣z−2i∣=∣x+(y−2)i∣ and ∣z+2i∣=∣x+(y+2)i∣.
Given that ∣z−2i∣=∣z+2i∣, we have: ∣x+(y−2)i∣=∣x+(y+2)i∣ x2+(y−2)2=x2+(y+2)2
Squaring both sides, we get: x2+(y−2)2=x2+(y+2)2 y2−4y+4=y2+4y+4 −4y=4y 8y=0 y=0
Therefore, Im(z)=y=0.
5. (a) Find the direction cosines of the line passing through the two points (1,2,3) and (−1,1,0). (5 marks)
Answer :
Let the direction vector of the line be d=r2−r1.
d=(−1−1)i^+(1−2)j^+(0−3)k^ d=−2i^−j^−3k^
The magnitude of d is: ∣d∣=(−2)2+(−1)2+(−3)2=4+1+9=14
The direction cosines are: cosα=14−2,cosβ=14−1,cosγ=14−3
5. (b) Find the area bounded by the curves y=x2 and y=x. (5 marks)
Answer :
The area bounded by the curves is given by the integral: A=∫01(x−x2)dx
Evaluate the integral: A=∫01xdx−∫01x2dx A=[2x2]01−[3x3]01 A=(21−0)−(31−0) A=21−31 A=63−62 A=61
5. (c) Two tailors A and B earn ₹150 and ₹200 per day respectively. Tailor A can stitch 6 shirts and 4 pants while Tailor B can stitch 10 shirts and 4 pants per day. How many days shall each work if it is desired to produce (at least) 60 shirts and 32 pants at a minimum labour cost? Also, calculate the least cost. (10 marks)
Answer :
Let x be the number of days Tailor A works, and y be the number of days Tailor B works. We need to solve the system of inequalities: 6x+10y≥60 (shirts) 4x+4y≥32 (pants)
Simplify the second inequality: x+y≥8
To minimize cost, we form the cost function: C=150x+200y
From the simplified inequalities, we get: x≥8−y Substituting this into the first inequality: 6(8−y)+10y≥60 48−6y+10y≥60 4y≥12 y≥3
For the minimum cost, we try y=3: x+3≥8 x≥5
Substitute x=5 and y=3 into the cost function: C=150(5)+200(3)=750+600=1350
Thus, the minimum labour cost is ₹1350 with Tailor A working 5 days and Tailor B working 3 days.