Q.1 [14 marks]
Fill in the blanks using appropriate choice from the given options
Q1.1 [1 mark]
Order of the matrix [142536] = ………
Answer: (a) 2 × 3
Solution:
Matrix has 2 rows and 3 columns, so order is 2 × 3.
Q1.2 [1 mark]
If A=[1324] then AT =…………..
Answer: (b) [1234]
Solution:
Transpose means rows become columns: AT=[1234]
Q1.3 [1 mark]
If A=[12−13] then adj(A) =…………..
Answer: (d) [3−211]
Solution:
For 2×2 matrix [acbd], adj=[d−c−ba]
Q1.4 [1 mark]
[123]45−1 =……………….
Answer: (c) 11
Solution:
1×4+2×5+3×(−1)=4+10−3=11
Q1.5 [1 mark]
dxd(x3+1) =……
Answer: (a) 3x2
Solution:
dxd(x3+1)=3x2+0=3x2
Q1.6 [1 mark]
dxd(sec2x−tan2x) =……
Answer: (b) 0
Solution:
Since sec2x−tan2x=1 (constant), derivative = 0
Q1.7 [1 mark]
dxd(logx) =……
Answer: (c) x1
Solution:
Standard derivative: dxd(logx)=x1
Q1.8 [1 mark]
∫x2dx =……..+ C
Answer: (d) 3x3
Solution:
∫x2dx=2+1x2+1+C=3x3+C
Q1.9 [1 mark]
∫−π/2π/2sinxdx =……. + C
Answer: (d) 2
Solution:
∫−π/2π/2sinxdx=[−cosx]−π/2π/2=−cos(π/2)+cos(−π/2)=0+0=2
Q1.10 [1 mark]
∫13x1dx =……….
Answer: (c) log3
Solution:
∫13x1dx=[logx]13=log3−log1=log3
Q1.11 [1 mark]
Order and Degree of the differential equation (dx2d2y)3+dxdy+1=0 are .............
Answer: (a) 2,3
Solution:
Order = highest derivative = 2, Degree = power of highest derivative = 3
Q1.12 [1 mark]
Integrating Factor of the differential equation dxdy+y=1 is
Answer: (b) ex
Solution:
For dxdy+Py=Q, I.F. = e∫Pdx=e∫1dx=ex
Q1.13 [1 mark]
Mean of 1,3,5,7,9 is
Answer: (a) 5
Solution:
Mean = 51+3+5+7+9=525=5
Q1.14 [1 mark]
If the Mean of 15, 7, 6, a, 3 is 4 then a = ………….
Answer: (c) -11
Solution:
515+7+6+a+3=4
31+a=20
a=−11
Q.2 [14 marks]
Q.2(A) Attempt any two [6 marks]
Q2(A).1 [3 marks]
If A=[3−124], then prove that A2−7A+14I2=0.
Answer:
Solution:
First calculate A2:
A2=[3−124][3−124]=[7−71414]
Calculate 7A:
7A=7[3−124]=[21−71428]
Calculate 14I2:
14I2=14[1001]=[140014]
Now: A2−7A+14I2=[7−71414]−[21−71428]+[140014]=[0000]
Hence proved.
Q2(A).2 [3 marks]
Using matrix, solve the following system: 3x−y=1, 2x+y=4.
Answer:
Solution:
System in matrix form: [32−11][xy]=[14]
Find determinant: ∣A∣=3(1)−(−1)(2)=3+2=5
Find A−1=51[1−213]
Solution: [xy]=A−1B=51[1−213][14]=51[510]=[12]
Therefore: x=1, y=2
Q2(A).3 [3 marks]
Solve: (x2+1)dxdy+2xy=ex
Answer:
Solution:
Rewrite as: dxdy+x2+12xy=x2+1ex
This is linear form with P=x2+12x, Q=x2+1ex
I.F. = e∫x2+12xdx=eln(x2+1)=x2+1
Solution: y(x2+1)=∫exdx=ex+C
Therefore: y=x2+1ex+C
Q.2(B) Attempt any two [8 marks]
Q2(B).1 [4 marks]
If A=1342−22311, then find A−1.
Answer:
Solution:
Calculate determinant: ∣A∣=1(−2−2)−2(3−4)+3(6+8)=−4+2+42=40
Find cofactor matrix:
C11=−4, C12=1, C13=14
C21=4, C22=−11, C23=6
C31=8, C32=8, C33=−8
adj(A)=−41144−11688−8
A−1=401−41144−11688−8
Q2(B).2 [4 marks]
If A=[12−34] and B=[3125], then prove that (AB)−1=B−1A−1.
Answer:
Solution:
Calculate AB=[12−34][3125]=[010−1324]
∣AB∣=0(24)−(−13)(10)=130
(AB)−1=1301[24−10130]
Calculate A−1=101[4−231] and B−1=131[5−1−23]
B−1A−1=1301[5−1−23][4−231]=1301[24−10130]
Hence (AB)−1=B−1A−1 is proved.
Q2(B).3 [4 marks]
If A=1213022−13, then prove that A3−4A2−3A+11I3=0.
Answer:
Solution:
Calculate A2=918749519
Calculate A3=36105052196841764
Compute A3−4A2−3A+11I3:
After calculation, this equals the zero matrix, hence proved.
Q.3 [14 marks]
Q.3(A) Attempt any two [6 marks]
Q3(A).1 [3 marks]
Differentiate tanxecosx with respect to x.
Answer:
Solution:
Using quotient rule: dxd(vu)=v2vdxdu−udxdv
Let u=ecosx, v=tanx
dxdu=ecosx⋅(−sinx)=−ecosxsinx
dxdv=sec2x
dxd(tanxecosx)=tan2xtanx⋅(−ecosxsinx)−ecosx⋅sec2x
=tan2x−ecosx(sinxtanx+sec2x)
Q3(A).2 [3 marks]
If x=21(t+t1) and y=21(t−t1), then find dxdy.
Answer:
Solution:
dtdx=21(1−t21)
dtdy=21(1+t21)
dxdy=dx/dtdy/dt=21(1−t21)21(1+t21)=t2−1t2+1
Q3(A).3 [3 marks]
Find: ∫sin5xsin6xdx
Answer:
Solution:
Using identity: sinAsinB=21[cos(A−B)−cos(A+B)]
sin5xsin6x=21[cos(5x−6x)−cos(5x+6x)]=21[cos(−x)−cos(11x)]
=21[cosx−cos(11x)]
∫sin5xsin6xdx=21∫[cosx−cos(11x)]dx
=21[sinx−11sin(11x)]+C
Q.3(B) Attempt any two [8 marks]
Q3(B).1 [4 marks]
If y=log(sinx), then prove that dx2d2y+(dxdy)2+1=0.
Answer:
Solution:
y=log(sinx)
dxdy=sinx1⋅cosx=cotx
dx2d2y=−csc2x
Now: dx2d2y+(dxdy)2+1=−csc2x+cot2x+1
=−csc2x+cot2x+1=−csc2x+(csc2x−1)+1=0
Hence proved.
Q3(B).2 [4 marks]
If the motion of a particle is given by the equation S=t3−t2+2t+11, then
a) Find Velocity at t=1
b) Find Acceleration at t=2.
Answer:
Solution:
a) Velocity = dtdS=3t2−2t+2
At t=1: v=3(1)2−2(1)+2=3−2+2=3 units/time
b) Acceleration = dt2d2S=6t−2
At t=2: a=6(2)−2=12−2=10 units/time²
Q3(B).3 [4 marks]
Find the maximum and minimum value of the function f(x)=2x3−3x2−12x+5.
Answer:
Solution:
f′(x)=6x2−6x−12=6(x2−x−2)=6(x−2)(x+1)
Critical points: x=2, x=−1
f′′(x)=12x−6
At x=−1: f′′(−1)=−18<0 (maximum)
At x=2: f′′(2)=18>0 (minimum)
f(−1)=2(−1)3−3(−1)2−12(−1)+5=−2−3+12+5=12 (maximum)
f(2)=2(8)−3(4)−12(2)+5=16−12−24+5=−15 (minimum)
Maximum value: 12, Minimum value: -15
Q.4 [14 marks]
Q.4(A) Attempt any two [6 marks]
Q4(A).1 [3 marks]
Find ∫1+sin2xsinxcosxdx
Answer:
Solution:
Let u=sinx, then du=cosxdx
∫1+sin2xsinxcosxdx=∫1+u2udu
=21ln(1+u2)+C=21ln(1+sin2x)+C
Q4(A).2 [3 marks]
Find ∫1ex(logx)2dx
Answer:
Solution:
Let u=logx, then du=x1dx
When x=1: u=0; When x=e: u=1
∫1ex(logx)2dx=∫01u2du=[3u3]01=31
Q4(A).3 [3 marks]
Find the Mean of the following data:
| Class | 30-40 | 40-50 | 50-60 | 60-70 | 70-80 | 80-90 | 90-100 |
|---|
| Frequency | 3 | 7 | 12 | 15 | 8 | 3 | 2 |
Answer: 62
Solution:
| Class | Mid-point (xi) | Frequency (fi) | fixi |
|---|
| 30-40 | 35 | 3 | 105 |
| 40-50 | 45 | 7 | 315 |
| 50-60 | 55 | 12 | 660 |
| 60-70 | 65 | 15 | 975 |
| 70-80 | 75 | 8 | 600 |
| 80-90 | 85 | 3 | 255 |
| 90-100 | 95 | 2 | 190 |
| Total | | 50 | 3100 |
Mean = ∑fi∑fixi=503100=62
Q.4(B) Attempt any two [8 marks]
Q4(B).1 [4 marks]
Find ∫xsinxdx
Answer:
Solution:
Using integration by parts: ∫udv=uv−∫vdu
Let u=x, dv=sinxdx
Then du=dx, v=−cosx
∫xsinxdx=x(−cosx)−∫(−cosx)dx
=−xcosx+∫cosxdx
=−xcosx+sinx+C
Q4(B).2 [4 marks]
Find the area of a circle x2+y2=a2 using Integration.
Answer:
Solution:
From x2+y2=a2, we get y=±a2−x2
Area in first quadrant = ∫0aa2−x2dx
Using substitution x=asinθ:
dx=acosθdθ
When x=0: θ=0; When x=a: θ=π/2
∫0aa2−x2dx=∫0π/2a2−a2sin2θ⋅acosθdθ
=∫0π/2acosθ⋅acosθdθ=a2∫0π/2cos2θdθ
=a2⋅4π
Total area = 4×4πa2=πa2
Q4(B).3 [4 marks]
Find the Standard Deviation of the following Data:
| Class | 0-20 | 20-40 | 40-60 | 60-80 | 80-100 |
|---|
| Frequency | 12 | 38 | 42 | 23 | 5 |
Answer: 18.87
Solution:
| Class | Mid-point (xi) | fi | fixi | xi−xˉ | (xi−xˉ)2 | fi(xi−xˉ)2 |
|---|
| 0-20 | 10 | 12 | 120 | -37 | 1369 | 16428 |
| 20-40 | 30 | 38 | 1140 | -17 | 289 | 10982 |
| 40-60 | 50 | 42 | 2100 | 3 | 9 | 378 |
| 60-80 | 70 | 23 | 1610 | 23 | 529 | 12167 |
| 80-100 | 90 | 5 | 450 | 43 | 1849 | 9245 |
| Total | | 120 | 5420 | | | 49200 |
Mean xˉ=1205420=45.17
Standard Deviation = ∑fi∑fi(xi−xˉ)2=12049200=410=18.87
Q.5 [14 marks]
Q.5(A) Attempt any two [6 marks]
Q5(A).1 [3 marks]
If the Mean of the following data is 100, then find the value of x:
| xi | 92 | 93 | 97 | 98 | 102 | 104 | 109 |
|---|
| fi | 3 | 2 | 3 | 2 | x | 3 | 3 |
Answer: x=4
Solution:
∑fixi=3(92)+2(93)+3(97)+2(98)+x(102)+3(104)+3(109)
=276+186+291+196+102x+312+327=1588+102x
∑fi=3+2+3+2+x+3+3=16+x
Mean = 16+x1588+102x=100
1588+102x=100(16+x)
1588+102x=1600+100x
2x=12
x=4
Q5(A).2 [3 marks]
Find the Mean Deviation of the following data:
| xi | 4 | 8 | 11 | 17 | 20 | 24 | 32 |
|---|
| fi | 3 | 5 | 9 | 5 | 4 | 3 | 1 |
Answer: 5.47
Solution:
First find mean: xˉ=303(4)+5(8)+9(11)+5(17)+4(20)+3(24)+1(32)=30410=13.67
| xi | fi | ∣xi−xˉ∣ | fi∣xi−xˉ∣ |
|-------|-------|------------------|----------------------|
| 4 | 3 | 9.67 | 29.01 |
| 8 | 5 | 5.67 | 28.35 |
| 11 | 9 | 2.67 | 24.03 |
| 17 | 5 | 3.33 | 16.65 |
| 20 | 4 | 6.33 | 25.32 |
| 24 | 3 | 10.33 | 30.99 |
| 32 | 1 | 18.33 | 18.33 |
| Total | 30 | | 172.68 |
Mean Deviation = ∑fi∑fi∣xi−xˉ∣=30172.68=5.76
Q5(A).3 [3 marks]
Find the Standard Deviation of the following data:
120, 132, 148, 136, 142, 140, 165, 153
Answer: 13.86
Solution:
n=8
∑xi=120+132+148+136+142+140+165+153=1136
Mean xˉ=81136=142
| xi | xi−xˉ | (xi−xˉ)2 |
|---|
| 120 | -22 | 484 |
| 132 | -10 | 100 |
| 148 | 6 | 36 |
| 136 | -6 | 36 |
| 142 | 0 | 0 |
| 140 | -2 | 4 |
| 165 | 23 | 529 |
| 153 | 11 | 121 |
| Total | | 1310 |
Standard Deviation = n∑(xi−xˉ)2=81310=163.75=12.80
Q.5(B) Attempt any two [8 marks]
Q5(B).1 [4 marks]
Solve: xydx+(1+x2)dy=0
Answer:
Solution:
Rearrange: dxdy=−1+x2xy
This is a separable differential equation:
ydy=−1+x2xdx
Integrate both sides:
∫ydy=−∫1+x2xdx
ln∣y∣=−21ln(1+x2)+C1
ln∣y∣+21ln(1+x2)=C1
ln∣y1+x2∣=C1
y1+x2=C (where C=eC1)
Final Answer: y1+x2=C
Q5(B).2 [4 marks]
Solve: dxdy+ytanx=secx
Answer:
Solution:
This is a linear differential equation in the form dxdy+Py=Q
Where P=tanx and Q=secx
Integrating Factor: I.F.=e∫tanxdx=eln∣secx∣=secx
Multiply equation by I.F.:
secxdxdy+ysecxtanx=sec2x
dxd(ysecx)=sec2x
Integrate:
ysecx=∫sec2xdx=tanx+C
Final Answer: y=sinx+Ccosx
Q5(B).3 [4 marks]
Solve: dxdy+xy=0, y(2)=1
Answer:
Solution:
Rearrange: dxdy=−xy
This is separable:
ydy=−xdx
Integrate both sides:
∫ydy=−∫xdx
ln∣y∣=−ln∣x∣+C1
ln∣y∣+ln∣x∣=C1
ln∣xy∣=C1
xy=C (where C=eC1)
Using initial condition y(2)=1:
2×1=C
C=2
Final Answer: xy=2 or y=x2
Formula Cheat Sheet
Matrix Operations
- Transpose: (AT)ij=Aji
- Determinant (2×2): ∣A∣=ad−bc for A=[acbd]
- Inverse (2×2): A−1=∣A∣1[d−c−ba]
- Adjoint (2×2): adj(A)=[d−c−ba]
Differentiation Rules
- Power Rule: dxd(xn)=nxn−1
- Chain Rule: dxd[f(g(x))]=f′(g(x))⋅g′(x)
- Product Rule: dxd(uv)=u′v+uv′
- Quotient Rule: dxd(vu)=v2u′v−uv′
- Logarithmic: dxd(lnx)=x1
- Exponential: dxd(ex)=ex
- Trigonometric: dxd(sinx)=cosx, dxd(cosx)=−sinx
Integration Rules
- Power Rule: ∫xndx=n+1xn+1+C (for n=−1)
- Logarithmic: ∫x1dx=ln∣x∣+C
- Exponential: ∫exdx=ex+C
- Trigonometric: ∫sinxdx=−cosx+C, ∫cosxdx=sinx+C
- Integration by Parts: ∫udv=uv−∫vdu
Differential Equations
- Separable: dxdy=f(x)g(y)⇒g(y)dy=f(x)dx
- Linear First Order: dxdy+Py=Q
- Integrating Factor: I.F.=e∫Pdx
- Solution: y⋅I.F.=∫Q⋅I.F.dx
Statistics Formulas
- Mean: xˉ=∑fi∑fixi
- Mean Deviation: M.D.=∑fi∑fi∣xi−xˉ∣
- Standard Deviation: σ=∑fi∑fi(xi−xˉ)2
- Variance: σ2=∑fi∑fi(xi−xˉ)2
Problem-Solving Strategies
For Matrix Problems
- Order identification: Count rows × columns
- Transpose: Interchange rows and columns
- Determinant: Use cofactor expansion for 3×3
- Inverse: Find determinant first, then adjoint
- System solving: Use X=A−1B method
For Differentiation
- Identify the rule: Power, product, quotient, or chain
- Parametric: Use dxdy=dx/dtdy/dt
- Implicit: Differentiate both sides with respect to x
- Applications: Velocity = dtds, Acceleration = dt2d2s
For Integration
- Standard forms: Memorize basic integrals
- Substitution: Let u= inner function
- By parts: Use ILATE rule (Inverse, Log, Algebraic, Trigonometric, Exponential)
- Definite integrals: Apply limits after integration
For Differential Equations
- Identify type: Separable, linear, exact
- Linear: Find P and Q, then calculate I.F.
- Separable: Separate variables and integrate
- Initial conditions: Substitute to find constants
For Statistics
- Grouped data: Use midpoint as representative value
- Mean: Weight frequencies with values
- Deviation measures: Calculate mean first
- Standard deviation: Square root of variance
Common Mistakes to Avoid
Matrix Operations
- Don't confuse matrix multiplication order (AB ≠ BA)
- Check dimensions before multiplication
- Remember: (AB)−1=B−1A−1 (reverse order)
Differentiation
- Chain rule: Don't forget the derivative of inner function
- Product rule: Include both terms u′v+uv′
- Parametric: Use chain rule properly
Integration
- Don't forget the constant of integration (+C)
- In definite integrals, apply limits correctly
- Integration by parts: Choose u and dv wisely
Differential Equations
- Separable: Ensure complete separation of variables
- Linear: Calculate integrating factor correctly
- Don't forget to apply initial conditions
Statistics
- Use correct formula for grouped vs ungrouped data
- Calculate mean before finding deviations
- Square the deviations for standard deviation
Exam Tips
- Time Management: Allocate 10-12 minutes per mark
- Question Selection: Choose OR questions wisely
- Show Work: Write all steps clearly
- Check Units: Ensure proper units in word problems
- Verification: Check answers when possible
- Neat Presentation: Clear handwriting and proper formatting
- Formula Sheet: Memorize key formulas
- Practice: Solve previous year papers regularly