Q.1 [14 marks]
Fill in the blanks using appropriate choice from the given options.
Q.1.1 [1 mark]
Order of the matrix A=1032−14 is ______.
Answer: (b) 3 × 2
Solution:
Order of a matrix is given by (number of rows) × (number of columns)
Matrix A has 3 rows and 2 columns
Therefore, order = 3 × 2
Q.1.2 [1 mark]
If A=[sinθcosθ−cosθsinθ] then A−1= ______
Answer: (d) AT
Solution:
For orthogonal matrices, A−1=AT
Since AAT=I, we have A−1=AT
Q.1.3 [1 mark]
[1520]×[−1261]= ______
Answer: (a) [3−5830]
Solution:
[1520]×[−1261]
=[1(−1)+2(2)5(−1)+0(2)1(6)+2(1)5(6)+0(1)]
=[−1+4−5+06+230+0]=[3−5830]
Q.1.4 [1 mark]
If A=[abcd] then AT= ______
Answer: (b) [acbd]
Solution:
Transpose of a matrix is obtained by interchanging rows and columns
AT=[acbd]
Q.1.5 [1 mark]
dxd(4x)= ______
Answer: (a) 4xloge4
Solution:
dxd(ax)=axlna
Therefore, dxd(4x)=4xln4=4xloge4
Q.1.6 [1 mark]
dxd(sin2x+cos2x)= ______
Answer: (b) 0
Solution:
sin2x+cos2x=1 (trigonometric identity)
dxd(1)=0
Q.1.7 [1 mark]
If x=sinθ,y=cosθ then dxdy= ______
Answer: (d) −cotθ
Solution:
dθdx=cosθ, dθdy=−sinθ
dxdy=dx/dθdy/dθ=cosθ−sinθ=−tanθ=−cotθ
Q.1.8 [1 mark]
∫x7dx= ______
Answer: (c) 8x8
Solution:
∫xndx=n+1xn+1+c
∫x7dx=8x8+c
Q.1.9 [1 mark]
∫−22x5dx= ______
Answer: (b) 0
Solution:
x5 is an odd function
For odd functions, ∫−aaf(x)dx=0
Therefore, ∫−22x5dx=0
Q.1.10 [1 mark]
∫sinxcosxdx= ______
Answer: (d) log∣sinx∣
Solution:
Let u=sinx, then du=cosxdx
∫sinxcosxdx=∫udu=log∣u∣+c=log∣sinx∣+c
Q.1.11 [1 mark]
The order of the differential equation (dx3d3y)2+(dx2d2y)4+y=0 is ______
Answer: (a) 3
Solution:
Order of a differential equation is the highest order derivative present
Highest derivative is dx3d3y, so order = 3
Q.1.12 [1 mark]
An integrating factor of the differential equation dxdy+y=3x is ______
Answer: (c) ex
Solution:
For linear differential equation dxdy+Py=Q
Integrating factor = e∫Pdx=e∫1dx=ex
Q.1.13 [1 mark]
i7= ______
Answer: (b) −i
Solution:
i1=i,i2=−1,i3=−i,i4=1
i7=i4⋅i3=1⋅(−i)=−i
Q.1.14 [1 mark]
arg(1+i)= ______
Answer: (c) 4π
Solution:
arg(a+bi)=tan−1(ab)
arg(1+i)=tan−1(11)=tan−1(1)=4π
Q.2 (A) [6 marks]
Attempt any two
Q.2 (A).1 [3 marks]
If A=[2310] and B=[42−13] then prove that (A+B)T=AT+BT
Solution:
A+B=[2310]+[42−13]=[6503]
(A+B)T=[6053]
AT=[2130], BT=[4−123]
AT+BT=[2130]+[4−123]=[6053]
Therefore, (A+B)T=AT+BT ✓ Proved
Q.2 (A).2 [3 marks]
If A=[1213] then show that A⋅A−1=I
Solution:
First, find A−1:
∣A∣=1(3)−1(2)=3−2=1
A−1=∣A∣1adj(A)=11[3−2−11]=[3−2−11]
Now verify A⋅A−1=I:
A⋅A−1=[1213][3−2−11]
=[1(3)+1(−2)2(3)+3(−2)1(−1)+1(1)2(−1)+3(1)]
=[3−26−6−1+1−2+3]=[1001]=I ✓ Proved
Q.2 (A).3 [3 marks]
Solve the differential equation xdy+ydx=0
Solution:
xdy+ydx=0
xdy=−ydx
ydy=−xdx
Integrating both sides:
∫ydy=−∫xdx
ln∣y∣=−ln∣x∣+c1
ln∣y∣+ln∣x∣=c1
ln∣xy∣=c1
∣xy∣=ec1=c (where c=ec1 is a constant)
Therefore, xy=±c or xy=k where k is an arbitrary constant.
Q.2 (B) [8 marks]
Attempt any two
Q.2 (B).1 [4 marks]
If A=[3−112] then show that A2−5A+7I=0
Solution:
First, calculate A2:
A2=[3−112][3−112]
=[3(3)+1(−1)−1(3)+2(−1)3(1)+1(2)−1(1)+2(2)]
=[9−1−3−23+2−1+4]=[8−553]
Now calculate 5A:
5A=5[3−112]=[15−5510]
And 7I:
7I=7[1001]=[7007]
Now verify A2−5A+7I=0:
A2−5A+7I=[8−553]−[15−5510]+[7007]
=[8−15+7−5+5+05−5+03−10+7]=[0000]=0 ✓ Proved
Q.2 (B).2 [4 marks]
If A=−414−304−313 then prove that adj A=A
Solution:
To find adj A, we need to find the cofactor matrix and then transpose it.
Cofactors:
C11=(−1)1+10413=0(3)−1(4)=−4
C12=(−1)1+21413=−(1(3)−1(4))=−(3−4)=1
C13=(−1)1+31404=1(4)−0(4)=4
C21=(−1)2+1−34−33=−((−3)(3)−(−3)(4))=−(−9+12)=−3
C22=(−1)2+2−44−33=(−4)(3)−(−3)(4)=−12+12=0
C23=(−1)2+3−44−34=−((−4)(4)−(−3)(4))=−(−16+12)=−(−4)=4
C31=(−1)3+1−30−31=(−3)(1)−(−3)(0)=−3
C32=(−1)3+2−41−31=−((−4)(1)−(−3)(1))=−(−4+3)=−(−1)=1
C33=(−1)3+3−41−30=(−4)(0)−(−3)(1)=0+3=3
Cofactor matrix = −4−3−3101443
adj A=(Cofactor matrix)T=−414−304−313=A ✓ Proved
Q.2 (B).3 [4 marks]
Solve the following system of linear equations using matrix: 3x+2y=5, 2x−y=1
Solution:
The system can be written as AX=B where:
A=[322−1], X=[xy], B=[51]
Find ∣A∣=3(−1)−2(2)=−3−4=−7
A−1=−71[−1−2−23]=[717272−73]
X=A−1B=[717272−73][51]
=[71(5)+72(1)72(5)−73(1)]=[75+2710−3]=[11]
Therefore, x=1,y=1
Q.3 (A) [6 marks]
Attempt any two
Q.3 (A).1 [3 marks]
Using definition of differentiation find the derivative of x5 with respect to x
Solution:
By definition: dxdy=limh→0hf(x+h)−f(x)
For f(x)=x5:
dxd(x5)=limh→0h(x+h)5−x5
Using binomial theorem: (x+h)5=x5+5x4h+10x3h2+10x2h3+5xh4+h5
dxd(x5)=limh→0hx5+5x4h+10x3h2+10x2h3+5xh4+h5−x5
=limh→0h5x4h+10x3h2+10x2h3+5xh4+h5
=limh→0(5x4+10x3h+10x2h2+5xh3+h4)
=5x4+0+0+0+0=5x4
Therefore, dxd(x5)=5x4
Q.3 (A).2 [3 marks]
Find dxdy if y=x2+1x2−1
Solution:
Using quotient rule: dxd(vu)=v2vdxdu−udxdv
Here, u=x2−1, v=x2+1
dxdu=2x, dxdv=2x
dxdy=(x2+1)2(x2+1)(2x)−(x2−1)(2x)
=(x2+1)22x(x2+1)−2x(x2−1)
=(x2+1)22x[(x2+1)−(x2−1)]
=(x2+1)22x[x2+1−x2+1]
=(x2+1)22x⋅2=(x2+1)24x
Therefore, dxdy=(x2+1)24x
Q.3 (A).3 [3 marks]
Evaluate the integral ∫x2+2xx2+5x+6dx
Solution:
First, perform polynomial long division:
x2+2xx2+5x+6=1+x2+2x3x+6
∫x2+2xx2+5x+6dx=∫(1+x2+2x3x+6)dx
=∫1dx+∫x2+2x3x+6dx
=x+∫x(x+2)3x+6dx
For the second integral, use partial fractions:
x(x+2)3x+6=xA+x+2B
3x+6=A(x+2)+Bx
When x=0: 6=2A, so A=3
When x=−2: −6+6=−2B, so B=0
Wait, let me recalculate:
When x=−2: 3(−2)+6=−6+6=0=B(−2)
When x=0: 6=2A, so A=3
Actually: 3x+6=3(x+2)
So x(x+2)3x+6=x(x+2)3(x+2)=x3
∫x(x+2)3x+6dx=∫x3dx=3ln∣x∣+c1
Therefore: ∫x2+2xx2+5x+6dx=x+3ln∣x∣+c
Q.3 (B) [8 marks]
Attempt any two
Q.3 (B).1 [4 marks]
If y=log(secx+tanx) then find dxdy
Solution:
y=log(secx+tanx)
dxdy=secx+tanx1⋅dxd(secx+tanx)
dxd(secx)=secxtanx
dxd(tanx)=sec2x
dxdy=secx+tanx1⋅(secxtanx+sec2x)
=secx+tanxsecx(tanx+secx)
=secx+tanxsecx(secx+tanx)=secx
Therefore, dxdy=secx
Q.3 (B).2 [4 marks]
If y=2e3x+3e−2x then prove that dx2d2y−dxdy−6y=0
Solution:
y=2e3x+3e−2x
First derivative:
dxdy=2(3e3x)+3(−2e−2x)=6e3x−6e−2x
Second derivative:
dx2d2y=6(3e3x)−6(−2e−2x)=18e3x+12e−2x
Now verify the equation:
dx2d2y−dxdy−6y
=(18e3x+12e−2x)−(6e3x−6e−2x)−6(2e3x+3e−2x)
=18e3x+12e−2x−6e3x+6e−2x−12e3x−18e−2x
=e3x(18−6−12)+e−2x(12+6−18)
=e3x(0)+e−2x(0)=0 ✓ Proved
Q.3 (B).3 [4 marks]
Find the maximum and minimum value of function f(x)=x3−3x+11
Solution:
f(x)=x3−3x+11
First derivative: f′(x)=3x2−3=3(x2−1)=3(x−1)(x+1)
For critical points, set f′(x)=0:
3(x−1)(x+1)=0
x=1 or x=−1
Second derivative: f′′(x)=6x
At x=1: f′′(1)=6>0 → Local minimum
At x=−1: f′′(−1)=−6<0 → Local maximum
Function values:
At x=1: f(1)=13−3(1)+11=1−3+11=9
At x=−1: f(−1)=(−1)3−3(−1)+11=−1+3+11=13
Therefore:
- Local maximum value = 13 at x=−1
- Local minimum value = 9 at x=1
Q.4 (A) [6 marks]
Attempt any two
Q.4 (A).1 [3 marks]
Evaluate the integral ∫xcos(logx)dx
Solution:
Let u=logx, then du=x1dx
∫xcos(logx)dx=∫cosudu=sinu+c
Substituting back: u=logx
Therefore, ∫xcos(logx)dx=sin(logx)+c
Q.4 (A).2 [3 marks]
Evaluate the integral ∫xsinxdx
Solution:
Using integration by parts: ∫udv=uv−∫vdu
Let u=x and dv=sinxdx
Then du=dx and v=−cosx
∫xsinxdx=x(−cosx)−∫(−cosx)dx
=−xcosx+∫cosxdx
=−xcosx+sinx+c
Therefore, ∫xsinxdx=sinx−xcosx+c
Q.4 (A).3 [3 marks]
If (2x−y)+2yi=6+4i then find x and y
Solution:
(2x−y)+2yi=6+4i
Comparing real and imaginary parts:
Real part: 2x−y=6 ... (1)
Imaginary part: 2y=4 ... (2)
From equation (2): y=2
Substituting in equation (1):
2x−2=6
2x=8
x=4
Therefore, x=4 and y=2
Q.4 (B) [8 marks]
Attempt any two
Q.4 (B).1 [4 marks]
Find the area of the region bounded by the curve y=x2, lines x=1, x=2 and X-axis
Solution:
The required area is given by:
A=∫12x2dx
A=[3x3]12
=323−313
=38−31
=37 square units
Therefore, Area = 37 square units
Q.4 (B).2 [4 marks]
Evaluate the definite integral ∫0π/2secx+cscxsecxdx
Solution:
Let I=∫0π/2secx+cscxsecxdx
Using the property ∫0af(x)dx=∫0af(a−x)dx:
I=∫0π/2sec(π/2−x)+csc(π/2−x)sec(π/2−x)dx
Since sec(π/2−x)=cscx and csc(π/2−x)=secx:
I=∫0π/2cscx+secxcscxdx
Adding both expressions:
2I=∫0π/2secx+cscxsecxdx+∫0π/2secx+cscxcscxdx
2I=∫0π/2secx+cscxsecx+cscxdx=∫0π/21dx=2π
Therefore, I=4π
Answer: ∫0π/2secx+cscxsecxdx=4π
Q.4 (B).3 [4 marks]
If α+iβ=a+ib1 then prove that (α2+β2)(a2+b2)=1
Solution:
Given: α+iβ=a+ib1
Rationalizing the right side:
α+iβ=a+ib1⋅a−iba−ib=a2+b2a−ib
α+iβ=a2+b2a−ia2+b2b
Comparing real and imaginary parts:
α=a2+b2a and β=−a2+b2b
Now calculating α2+β2:
α2+β2=(a2+b2a)2+(−a2+b2b)2
=(a2+b2)2a2+(a2+b2)2b2
=(a2+b2)2a2+b2=a2+b21
Therefore:
(α2+β2)(a2+b2)=a2+b21⋅(a2+b2)=1 ✓ Proved
Q.5 (A) [6 marks]
Attempt any two
Q.5 (A).1 [3 marks]
Find conjugate and modulus of complex number 3+2i2+3i
Solution:
First, simplify the complex number by rationalizing:
3+2i2+3i=3+2i2+3i⋅3−2i3−2i
=(3+2i)(3−2i)(2+3i)(3−2i)
=9−4i26−4i+9i−6i2
=9−4(−1)6+5i−6(−1)
=9+46+5i+6=1312+5i
So 3+2i2+3i=1312+135i
Conjugate: 3+2i2+3i=1312−135i
Modulus: 3+2i2+3i=(1312)2+(135)2
=169144+16925=169169=1=1
Q.5 (A).2 [3 marks]
Simplify: (cos2θ−isin2θ)7(cos3θ+isin3θ)−4(cosθ−isinθ)−5
Solution:
Using De Moivre's theorem: (cosθ+isinθ)n=cosnθ+isinnθ
Also, cosθ−isinθ=cos(−θ)+isin(−θ)
(cos3θ+isin3θ)−4=cos(−12θ)+isin(−12θ)
(cosθ−isinθ)−5=(cos(−θ)+isin(−θ))−5=cos(5θ)+isin(5θ)
(cos2θ−isin2θ)7=(cos(−2θ)+isin(−2θ))7=cos(−14θ)+isin(−14θ)
Therefore:
(cos2θ−isin2θ)7(cos3θ+isin3θ)−4(cosθ−isinθ)−5
=cos(−14θ)+isin(−14θ)[cos(−12θ)+isin(−12θ)][cos(5θ)+isin(5θ)]
=cos(−14θ)+isin(−14θ)cos(−12θ+5θ)+isin(−12θ+5θ)
=cos(−14θ)+isin(−14θ)cos(−7θ)+isin(−7θ)
=cos(−7θ+14θ)+isin(−7θ+14θ)
=cos(7θ)+isin(7θ)
Q.5 (A).3 [3 marks]
Express Complex number 1+3i into polar form
Solution:
For complex number z=a+bi, polar form is z=r(cosθ+isinθ)
Here, a=1, b=3
Modulus: r=∣z∣=a2+b2=12+(3)2=1+3=4=2
Argument: θ=tan−1(ab)=tan−1(13)=tan−1(3)=3π
Therefore, the polar form is:
1+3i=2(cos3π+isin3π)
Q.5 (B) [8 marks]
Attempt any two
Q.5 (B).1 [4 marks]
Solve: tanydx+tanxsec2ydy=0
Solution:
tanydx+tanxsec2ydy=0
Rearranging: tanydx=−tanxsec2ydy
tanxdx=−tanysec2ydy
sinxcosxdx=−sinycosydy
cotxdx=−sinycosydy
Since sinycosy1=2sinycosy2=sin2y2:
cotxdx=−sin2y2dy
Integrating both sides:
∫cotxdx=−2∫csc(2y)dy
ln∣sinx∣=−2⋅(−21ln∣csc(2y)+cot(2y)∣)+c
ln∣sinx∣=ln∣csc(2y)+cot(2y)∣+c
Therefore: sinx⋅[csc(2y)+cot(2y)]=k where k is a constant.
Q.5 (B).2 [4 marks]
Solve: xdxdy−y=x2
Solution:
xdxdy−y=x2
Dividing by x: dxdy−xy=x
This is a linear differential equation of the form dxdy+Py=Q
Here, P=−x1 and Q=x
Integrating factor: I.F.=e∫Pdx=e∫−x1dx=e−ln∣x∣=x1
Multiplying the equation by I.F.:
x1dxdy−x2y=1
This can be written as: dxd(xy)=1
Integrating: xy=x+c
Therefore: y=x2+cx
Q.5 (B).3 [4 marks]
Solve: dxdy+xy=ex, y(0)=3
Solution:
This is a linear differential equation: dxdy+xy=ex
Here, P=x1 and Q=ex
Integrating factor: I.F.=e∫x1dx=eln∣x∣=∣x∣=x (assuming x>0)
Multiplying the equation by I.F.:
xdxdy+y=xex
This can be written as: dxd(xy)=xex
Integrating both sides:
xy=∫xexdx
Using integration by parts for ∫xexdx:
Let u=x, dv=exdx
Then du=dx, v=ex
∫xexdx=xex−∫exdx=xex−ex=ex(x−1)
So: xy=ex(x−1)+c
Therefore: y=xex(x−1)+c
Using initial condition y(0)=3:
This presents a problem as we have division by zero. Let me reconsider the approach.
Actually, let's solve this more carefully. The equation dxdy+xy=ex with y(0)=3 has an issue because at x=0, we have division by zero.
For the general solution away from x=0:
y=xex(x−1)+c
The initial condition suggests we need to examine the behavior near x=0.
General solution: y=xex(x−1)+c for x=0
Formula Cheat Sheet
Matrix Operations
- Matrix multiplication: (AB)ij=∑kAikBkj
- Inverse of 2×2 matrix: A−1=∣A∣1[d−c−ba] for A=[acbd]
- Determinant: ∣A∣=ad−bc
Differentiation Rules
- Power rule: dxd(xn)=nxn−1
- Product rule: dxd(uv)=udxdv+vdxdu
- Quotient rule: dxd(vu)=v2vdxdu−udxdv
- Chain rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
Integration Rules
- Power rule: ∫xndx=n+1xn+1+c (for n=−1)
- Integration by parts: ∫udv=uv−∫vdu
- Fundamental theorem: ∫abf(x)dx=F(b)−F(a)
Differential Equations
- Linear first order: dxdy+Py=Q, Solution: y⋅I.F.=∫Q⋅I.F.dx
- Integrating factor: I.F.=e∫Pdx
- Variable separable: dxdy=f(x)g(y) → g(y)dy=f(x)dx
Complex Numbers
- Polar form: z=r(cosθ+isinθ)
- Modulus: ∣a+bi∣=a2+b2
- Argument: arg(a+bi)=tan−1(b/a)
- De Moivre's theorem: (cosθ+isinθ)n=cos(nθ)+isin(nθ)
Problem-Solving Strategies
- Matrix Problems: Always check dimensions before multiplication
- Differentiation: Identify which rule applies (product, quotient, chain)
- Integration: Look for substitution opportunities first
- Differential Equations: Identify type (separable vs linear) before solving
- Complex Numbers: Convert to standard form before operations
Common Mistakes to Avoid
- Matrix multiplication: Order matters - AB=BA in general
- Differentiation: Don't forget the chain rule for composite functions
- Integration: Always add the constant of integration
- Complex numbers: Be careful with signs when rationalizing
Exam Tips
- Time management: Allocate time based on marks (1 mark = 2-3 minutes)
- Show work: Partial marks are awarded for correct steps
- Check units: Ensure final answers have appropriate units
- Verify: When possible, substitute back to check answers