SlideShare a Scribd company logo
1 of 7
Download to read offline
Marking Scheme
CLASS: XII
Session: 2021-22
Mathematics (Code-041)
Term - 2
SECTION – A
1. Find: ∫
𝑙𝑜𝑔𝑥
(1+𝑙𝑜𝑔𝑥)2 𝑑𝑥
Solution:∫
𝑙𝑜𝑔𝑥
(1+𝑙𝑜𝑔𝑥)2
𝑑𝑥 = ∫
𝑙𝑜𝑔𝑥+1−1
(1+𝑙𝑜𝑔𝑥)2
𝑑𝑥 = ∫
1
1+𝑙𝑜𝑔𝑥
𝑑𝑥 − ∫
1
(1+𝑙𝑜𝑔𝑥)2
𝑑𝑥
=
1
1+𝑙𝑜𝑔𝑥
× 𝑥 − ∫
−1
(1+𝑙𝑜𝑔𝑥)2
×
1
𝑥
× 𝑥𝑑𝑥 − ∫
1
(1+𝑙𝑜𝑔𝑥)2
𝑑𝑥 =
𝑥
1+𝑙𝑜𝑔𝑥
+ 𝑐
OR
Find: ∫
𝑠𝑖𝑛2𝑥
√9−𝑐𝑜𝑠4𝑥
𝑑𝑥
Solution: Put 𝑐𝑜𝑠2
𝑥 = 𝑡 ⇒ −2𝑐𝑜𝑠𝑥𝑠𝑖𝑛𝑥𝑑𝑥 = 𝑑𝑡 ⇒ 𝑠𝑖𝑛2𝑥𝑑𝑥 = −𝑑𝑡
The given integral = − ∫
𝑑𝑡
√32−𝑡2
= −sin−1 𝑡
3
+ 𝑐 = −sin−1 𝑐𝑜𝑠2𝑥
3
+ 𝑐
1/2
1+1/2
1
1
2. Write the sum of the order and the degree of the following differential
equation:
𝑑
𝑑𝑥
(
𝑑𝑦
𝑑𝑥
) = 5
Solution: Order = 2
Degree = 1
Sum = 3
1
1/2
½
3. If 𝑎
̂ and 𝑏
̂ are unit vectors, then prove that
|𝑎
̂ + 𝑏
̂| = 2𝑐𝑜𝑠
𝜃
2
, where 𝜃 is the angle between them.
Solution: (𝑎
̂ + 𝑏
̂). (𝑎
̂ + 𝑏
̂) = |𝑎
̂|2
+ |𝑏
̂|
2
+ 2(𝑎
̂. 𝑏
̂)
|𝑎
̂ + 𝑏
̂|
2
= 1 + 1 + 2𝑐𝑜𝑠𝜃
= 2(1 + 𝑐𝑜𝑠𝜃) = 4𝑐𝑜𝑠2
𝜃
2
∴ |𝑎
̂ + 𝑏
̂| = 2𝑐𝑜𝑠
𝜃
2
,
1
1/2
½
4. Find the direction cosines of the following line:
3 − 𝑥
−1
=
2𝑦 − 1
2
=
𝑧
4
Solution: The given line is
𝑥 − 3
1
=
𝑦 −
1
2
1
=
𝑧
4
Its direction ratios are <1, 1, 4>
Its direction cosines are
〈
1
3√2
,
1
3√2
,
4
3√2
〉
1
1/2
½
5. A bag contains 1 red and 3 white balls. Find the probability distribution of the
number of red balls if 2 balls are drawn at random from the bag one-by-one
without replacement.
Solution: Let X be the random variable defined as the number of red balls.
Then X = 0, 1
P(X=0) =
3
4
×
2
3
=
6
12
=
1
2
P(X=1) =
1
4
×
3
3
+
3
4
×
1
3
=
6
12
=
1
2
Probability Distribution Table:
X 0 1
P(X) 1
2
1
2
1/2
1/2
1/2
½
6. Two cards are drawn at random from a pack of 52 cards one-by-one without
replacement. What is the probability of getting first card red and second card
Jack?
Solution: The required probability = P((The first is a red jack card and The
second is a jack card) or (The first is a red non-jack card and The second is
a jack card))
=
2
52
×
3
51
+
24
52
×
4
51
=
1
26
1
1
SECTION – B
7. Find: ∫
𝑥+1
(𝑥2+1)𝑥
𝑑𝑥
Solution: Let
𝑥+1
(𝑥2+1)𝑥
=
𝐴𝑥+𝐵
𝑥2+1
+
𝐶
𝑥
=
(𝐴𝑥+𝐵)𝑥+𝐶(𝑥2+1)
(𝑥2+1)𝑥
⇒ 𝑥 + 1 = (𝐴𝑥 + 𝐵)𝑥 + 𝐶(𝑥2
+ 1) (An identity)
Equating the coefficients, we get
B = 1, C = 1, A + C = 0
Hence, A = -1, B = 1, C = 1
The given integral = ∫
−𝑥+1
𝑥2+1
𝑑𝑥 + ∫
1
𝑥
𝑑𝑥
=
−1
2
∫
2𝑥 − 2
𝑥2 + 1
𝑑𝑥 + ∫
1
𝑥
𝑑𝑥
=
−1
2
∫
2𝑥
𝑥2 + 1
𝑑𝑥 + ∫
1
𝑥2 + 1
𝑑𝑥 + ∫
1
𝑥
𝑑𝑥
=
−1
2
log(𝑥2
+ 1) + tan−1
𝑥 + 𝑙𝑜𝑔|𝑥| + 𝑐
1/2
½
1/2
1+1/2
8. Find the general solution of the following differential equation:
𝑥
𝑑𝑦
𝑑𝑥
= 𝑦 − 𝑥𝑠𝑖𝑛(
𝑦
𝑥
)
Solution: We have the differential equation:
𝑑𝑦
𝑑𝑥
=
𝑦
𝑥
− 𝑠𝑖𝑛(
𝑦
𝑥
)
The equation is a homogeneous differential equation.
Putting 𝑦 = 𝑣𝑥 ⇒
𝑑𝑦
𝑑𝑥
= 𝑣 + 𝑥
𝑑𝑣
𝑑𝑥
The differential equation becomes
𝑣 + 𝑥
𝑑𝑣
𝑑𝑥
= 𝑣 − 𝑠𝑖𝑛𝑣
⇒
𝑑𝑣
𝑠𝑖𝑛𝑣
= −
𝑑𝑥
𝑥
⇒ 𝑐𝑜𝑠𝑒𝑐𝑣𝑑𝑣 = −
𝑑𝑥
𝑥
Integrating both sides, we get
1
½
𝑙𝑜𝑔|𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣| = −𝑙𝑜𝑔|𝑥| + 𝑙𝑜𝑔𝐾, 𝐾 > 0 (Here, 𝑙𝑜𝑔𝐾 is an arbitrary
constant.)
⇒ 𝑙𝑜𝑔|(𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣)𝑥| = 𝑙𝑜𝑔𝐾
⇒ |(𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣)𝑥| = 𝐾
⇒ (𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣)𝑥 = ±𝐾
⇒ (𝑐𝑜𝑠𝑒𝑐
𝑦
𝑥
− 𝑐𝑜𝑡
𝑦
𝑥
) 𝑥 = 𝐶, which is the required general solution.
OR
Find the particular solution of the following differential equation, given that y
= 0 when x =
𝜋
4
:
𝑑𝑦
𝑑𝑥
+ 𝑦𝑐𝑜𝑡𝑥 =
2
1 + 𝑠𝑖𝑛𝑥
Solution:
The differential equation is a linear differential equation
I F = 𝑒∫ 𝑐𝑜𝑡𝑥𝑑𝑥
= 𝑒𝑙𝑜𝑔𝑠𝑖𝑛𝑥
= 𝑠𝑖𝑛𝑥
The general solution is given by
𝑦𝑠𝑖𝑛𝑥 = ∫ 2
𝑠𝑖𝑛𝑥
1 + 𝑠𝑖𝑛𝑥
𝑑𝑥
⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫
𝑠𝑖𝑛𝑥 + 1 − 1
1 + 𝑠𝑖𝑛𝑥
𝑑𝑥 = 2 ∫[1 −
1
1 + 𝑠𝑖𝑛𝑥
]𝑑𝑥
⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫[1 −
1
1 + cos (
𝜋
2
− 𝑥)
]𝑑𝑥
⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫[1 −
1
2𝑐𝑜𝑠2 (
𝜋
4
−
𝑥
2
)
]𝑑𝑥
⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫[1 −
1
2
𝑠𝑒𝑐2
(
𝜋
4
−
𝑥
2
)]𝑑𝑥
⇒ 𝑦𝑠𝑖𝑛𝑥 = 2[𝑥 + tan (
𝜋
4
−
𝑥
2
)] + 𝑐
Given that y = 0, when x =
𝜋
4
,
Hence, 0 = 2[
𝜋
4
+ 𝑡𝑎𝑛
𝜋
8
] + 𝑐
⇒ 𝑐 = −
𝜋
2
− 2𝑡𝑎𝑛
𝜋
8
Hence, the particular solution is
𝑦 = 𝑐𝑜𝑠𝑒𝑐𝑥[2 {𝑥 + tan (
𝜋
4
−
𝑥
2
)} − (
𝜋
2
+ 2𝑡𝑎𝑛
𝜋
8
)]
1
½
1
½
1
½
9. If 𝑎
⃗ ≠ 0,
⃗⃗⃗ 𝑎
⃗. 𝑏
⃗⃗ = 𝑎
⃗. 𝑐
⃗, 𝑎
⃗ × 𝑏
⃗⃗ = 𝑎
⃗ × 𝑐
⃗, then show that 𝑏
⃗⃗ = 𝑐
⃗.
Solution: We have 𝑎
⃗. (𝑏
⃗⃗ − 𝑐
⃗) = 0
⇒ (𝑏
⃗⃗ − 𝑐
⃗) = 0
⃗⃗ or 𝑎
⃗ ⊥ (𝑏
⃗⃗ − 𝑐
⃗)
⇒ 𝑏
⃗⃗ = 𝑐
⃗ or 𝑎
⃗ ⊥ (𝑏
⃗⃗ − 𝑐
⃗)
Also, 𝑎
⃗ × (𝑏
⃗⃗ − 𝑐
⃗) = 0
⃗⃗
⇒ (𝑏
⃗⃗ − 𝑐
⃗) = 0
⃗⃗ or 𝑎
⃗ ∥ (𝑏
⃗⃗ − 𝑐
⃗)
⇒ 𝑏
⃗⃗ = 𝑐
⃗ or 𝑎
⃗ ∥ (𝑏
⃗⃗ − 𝑐
⃗)
𝑎
⃗ 𝑐𝑎𝑛 𝑛𝑜𝑡 𝑏𝑒 𝑏𝑜𝑡ℎ 𝑝𝑒𝑟𝑝𝑒𝑛𝑑𝑖𝑐𝑢𝑙𝑎𝑟 𝑡𝑜 (𝑏
⃗⃗ − 𝑐
⃗) 𝑎𝑛𝑑 𝑝𝑎𝑟𝑎𝑙𝑙𝑒𝑙 𝑡𝑜 (𝑏
⃗⃗ − 𝑐
⃗)
Hence, 𝑏
⃗⃗ = 𝑐
⃗.
1
1
1
10. Find the shortest distance between the following lines:
𝑟
⃗ = (𝑖̂ + 𝑗̂ − 𝑘
̂) + 𝑠(2𝑖̂ + 𝑗̂ + 𝑘
̂)
𝑟
⃗ = (𝑖̂ + 𝑗̂ + 2𝑘
̂) + 𝑡(4𝑖̂ + 2𝑗̂ + 2𝑘
̂)
Solution: Here, the lines are parallel. The shortest distance =
|(𝑎2
⃗⃗⃗⃗⃗⃗−𝑎1
⃗⃗⃗⃗⃗⃗)×𝑏
⃗⃗|
|𝑏
⃗⃗|
=
|(3𝑘
̂) × (2𝑖̂ + 𝑗̂ + 𝑘
̂)|
√4 + 1 + 1
(3𝑘
̂) × (2𝑖̂ + 𝑗̂ + 𝑘
̂) = |
𝑖̂ 𝑗̂ 𝑘
̂
0 0 3
2 1 1
| = −3𝑖̂ + 6𝑗̂
Hence, the required shortest distance =
3√5
√6
units
OR
Find the vector and the cartesian equations of the plane containing the point
𝑖̂ + 2𝑗̂ − 𝑘
̂ and parallel to the lines 𝑟
⃗ = (𝑖̂ + 2𝑗̂ + 2𝑘
̂) + 𝑠(2𝑖̂ − 3𝑗̂ + 2𝑘
̂) and
𝑟
⃗ = (3𝑖̂ + 𝑗̂ − 2𝑘
̂) + 𝑡(𝑖̂ − 3𝑗̂ + 𝑘
̂)
Solution: Since, the plane is parallel to the given lines, the cross product of
the vectors 2𝑖̂ − 3𝑗̂ + 2𝑘
̂ and 𝑖̂ − 3𝑗̂ + 𝑘
̂ will be a normal to the plane
(2𝑖̂ − 3𝑗̂ + 2𝑘
̂) × (𝑖̂ − 3𝑗̂ + 𝑘
̂) = |
𝑖̂ 𝑗̂ 𝑘
̂
2 −3 2
1 −3 1
| = 3𝑖̂ − 3𝑘
̂
The vector equation of the plane is 𝑟
⃗. (3𝑖̂ − 3𝑘
̂) =(𝑖̂ + 2𝑗̂ − 𝑘
̂). (3𝑖̂ − 3𝑘)
̂
or, 𝑟
⃗. (𝑖̂ − 𝑘
̂) = 2
and the cartesian equation of the plane is x – z – 2 = 0
1+1/2
1
½
1
1
1
SECTION – C
11. Evaluate: ∫ |𝑥3
− 3𝑥2
+ 2𝑥|𝑑𝑥
2
−1
Solution: The given definite integral = ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥
2
−1
= ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥
0
−1
+ ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥 + ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥
2
1
1
0
= − ∫ (𝑥3
− 3𝑥2
+ 2𝑥)𝑑𝑥
0
−1
+ ∫ (𝑥3
− 3𝑥2
+ 2𝑥)𝑑𝑥
1
0
− ∫ (𝑥3
− 3𝑥2
+ 2𝑥)𝑑𝑥
2
1
= −[
𝑥4
4
− 𝑥3
+ 𝑥2
]−1
0
+ [
𝑥4
4
− 𝑥3
+ 𝑥2
]0
1
− [
𝑥4
4
− 𝑥3
+ 𝑥2
]1
2
=
9
4
+
1
4
+
1
4
=
11
4
1+1/2
1/2
2
12. Using integration, find the area of the region in the first quadrant enclosed by
the line x + y = 2, the parabola y 2 = x and the x-axis.
Solution: Solving x + y = 2 and y 2 = x simultaneously, we get the points of
intersection as (1, 1) and (4, -2).
Fig 1
The required area = the shaded area = ∫ √𝑥
1
0
𝑑𝑥 + ∫ (2 − 𝑥)𝑑𝑥
2
1
=
2
3
[𝑥
3
2]0
1
+ [2𝑥 −
𝑥2
2
]1
2
=
2
3
+
1
2
=
7
6
square units
OR
Using integration, find the area of the region: {(𝑥, 𝑦): 0 ≤ 𝑦 ≤ √3𝑥, 𝑥2
+ 𝑦2
≤
4}
Solution: Solving 𝑦 = √3𝑥 𝑎𝑛𝑑 𝑥2
+ 𝑦2
= 4 , we get the points of intersection
as (1, √3) and (-1, −√3)
Fig 2
1
1
1
1
1
1
The required area = the shaded area = ∫ √3𝑥
1
0
𝑑𝑥 + ∫ √4 − 𝑥2𝑑𝑥
2
1
=
√3
2
[𝑥2
]0
1
+
1
2
[𝑥√4 − 𝑥2 + 4 sin−1
𝑥
2
]
1
2
=
√3
2
+
1
2
[2𝜋 − √3 − 2
𝜋
3
]
=
2𝜋
3
square units
1
1
13. Find the foot of the perpendicular from the point (1, 2, 0) upon the plane
x – 3y + 2z = 9. Hence, find the distance of the point (1, 2, 0) from the given
plane.
Solution: The equation of the line perpendicular to the plane and passing
through the point (1, 2, 0) is
𝑥 − 1
1
=
𝑦 − 2
−3
=
𝑧
2
The coordinates of the foot of the perpendicular are (𝜇 + 1, −3𝜇 + 2,2𝜇) for
some 𝜇
These coordinates will satisfy the equation of the plane. Hence, we have
𝜇 + 1 − 3(−3𝜇 + 2) + 2(2𝜇) = 9
⇒ 𝜇 = 1
The foot of the perpendicular is (2, -1, 2).
Hence, the required distance = √(1 − 2)2 + (2 + 1)2 + (0 − 2)2 = √14 𝑢𝑛𝑖𝑡𝑠
1
½
1
½
1
14. CASE-BASED/DATA-BASED
Fig 3
An insurance company believes that people can be divided into two classes: those who are
accident prone and those who are not. The company’s statistics show that an accident-prone
person will have an accident at sometime within a fixed one-year period with probability 0.6,
whereas this probability is 0.2 for a person who is not accident prone. The company knows that
20 percent of the population is accident prone.
Based on the given information, answer the following questions.
(i)what is the probability that a new policyholder will have an accident within a
year of purchasing a policy?
(ii) Suppose that a new policyholder has an accident within a year of purchasing a
policy. What is the probability that he or she is accident prone?
Solution: Let E1 = The policy holder is accident prone.
E2 = The policy holder is not accident prone.
E = The new policy holder has an accident within a year of purchasing a
policy.
(i) P(E)= P(E1)× P(E∕E1) + P(E2)× P(E∕E2)
=
20
100
×
6
10
+
80
100
×
2
10
=
7
25
(ii) By Bayes’ Theorem, 𝑃(𝐸1 𝐸)
⁄ =
𝑃(𝐸1)×𝑃(𝐸/𝐸1)
𝑃(𝐸)
=
20
100
×
6
10
280
1000
=
3
7
1
1
1
1
---------------------------

More Related Content

What's hot

3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)
3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)
3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)Dr. I. Uma Maheswari Maheswari
 
Numerical solutions for linear system of equations
Numerical solutions for linear system of equationsNumerical solutions for linear system of equations
Numerical solutions for linear system of equationsMohamed Mohamed El-Sayed
 
Applications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsApplications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsCipriano De Leon
 
1.5 comparison statements, inequalities and intervals t
1.5 comparison statements, inequalities and intervals t1.5 comparison statements, inequalities and intervals t
1.5 comparison statements, inequalities and intervals tmath260
 
Plane in 3 dimensional geometry
Plane in 3 dimensional geometryPlane in 3 dimensional geometry
Plane in 3 dimensional geometryAMINULISLAM439
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equationsreach2arkaELECTRICAL
 
Simultaneous Equations Practical Construction
Simultaneous Equations Practical ConstructionSimultaneous Equations Practical Construction
Simultaneous Equations Practical ConstructionDaniel Ross
 
BSC_Computer Science_Discrete Mathematics_Unit-I
BSC_Computer Science_Discrete Mathematics_Unit-IBSC_Computer Science_Discrete Mathematics_Unit-I
BSC_Computer Science_Discrete Mathematics_Unit-IRai University
 
Class 12 Cbse Maths Sample Paper 2013-14
Class 12 Cbse Maths Sample Paper 2013-14Class 12 Cbse Maths Sample Paper 2013-14
Class 12 Cbse Maths Sample Paper 2013-14Sunaina Rawat
 
Btech_II_ engineering mathematics_unit5
Btech_II_ engineering mathematics_unit5Btech_II_ engineering mathematics_unit5
Btech_II_ engineering mathematics_unit5Rai University
 
Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)KarunaGupta1982
 

What's hot (19)

3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)
3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)
3c. Pedagogy of Mathematics (Part II) - Algebra (Ex 3.3)
 
Numerical solutions for linear system of equations
Numerical solutions for linear system of equationsNumerical solutions for linear system of equations
Numerical solutions for linear system of equations
 
Applications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsApplications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic Equations
 
1.5 comparison statements, inequalities and intervals t
1.5 comparison statements, inequalities and intervals t1.5 comparison statements, inequalities and intervals t
1.5 comparison statements, inequalities and intervals t
 
Plane in 3 dimensional geometry
Plane in 3 dimensional geometryPlane in 3 dimensional geometry
Plane in 3 dimensional geometry
 
CBSE Mathematics sample question paper with marking scheme
CBSE Mathematics sample question paper with marking schemeCBSE Mathematics sample question paper with marking scheme
CBSE Mathematics sample question paper with marking scheme
 
INTEGRATION
INTEGRATIONINTEGRATION
INTEGRATION
 
Numerical solution of system of linear equations
Numerical solution of system of linear equationsNumerical solution of system of linear equations
Numerical solution of system of linear equations
 
CBSE Sample Paper Mathematics Class XII - 2015
CBSE Sample Paper  Mathematics Class XII  - 2015CBSE Sample Paper  Mathematics Class XII  - 2015
CBSE Sample Paper Mathematics Class XII - 2015
 
Simultaneous Equations Practical Construction
Simultaneous Equations Practical ConstructionSimultaneous Equations Practical Construction
Simultaneous Equations Practical Construction
 
Tugas 5.3 kalkulus integral
Tugas 5.3 kalkulus integralTugas 5.3 kalkulus integral
Tugas 5.3 kalkulus integral
 
BSC_Computer Science_Discrete Mathematics_Unit-I
BSC_Computer Science_Discrete Mathematics_Unit-IBSC_Computer Science_Discrete Mathematics_Unit-I
BSC_Computer Science_Discrete Mathematics_Unit-I
 
KV Pre Boardmathspaper
KV Pre BoardmathspaperKV Pre Boardmathspaper
KV Pre Boardmathspaper
 
Class 12 Cbse Maths Sample Paper 2013-14
Class 12 Cbse Maths Sample Paper 2013-14Class 12 Cbse Maths Sample Paper 2013-14
Class 12 Cbse Maths Sample Paper 2013-14
 
Btech_II_ engineering mathematics_unit5
Btech_II_ engineering mathematics_unit5Btech_II_ engineering mathematics_unit5
Btech_II_ engineering mathematics_unit5
 
Changed pattern of CBSE Class XII Mathematics -2016-17-with_marking_scheme
Changed pattern of CBSE Class XII Mathematics -2016-17-with_marking_schemeChanged pattern of CBSE Class XII Mathematics -2016-17-with_marking_scheme
Changed pattern of CBSE Class XII Mathematics -2016-17-with_marking_scheme
 
Index laws ppt
Index laws pptIndex laws ppt
Index laws ppt
 
Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)Assignment of class 12 (chapters 2 to 9)
Assignment of class 12 (chapters 2 to 9)
 
Smart sol
Smart solSmart sol
Smart sol
 

Similar to XII Maths marking scheme

Paul Bleau Calc III Project 2 - Basel Problem
Paul Bleau Calc III Project 2 - Basel ProblemPaul Bleau Calc III Project 2 - Basel Problem
Paul Bleau Calc III Project 2 - Basel ProblemPaul Bleau
 
Study Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and IntegrationStudy Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and IntegrationMeenakshisundaram N
 
B.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integrationB.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integrationRai University
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfHebaEng
 
Matlab lab manual
Matlab lab manualMatlab lab manual
Matlab lab manualnmahi96
 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYssuser2e348b
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA Gautham Rajesh
 
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfWhitney Anderson
 
Lecture-1-Mech.pptx . .
Lecture-1-Mech.pptx                   . .Lecture-1-Mech.pptx                   . .
Lecture-1-Mech.pptx . .happycocoman
 
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
ملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقيملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقي
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقيanasKhalaf4
 
Task compilation - Differential Equation II
Task compilation - Differential Equation IITask compilation - Differential Equation II
Task compilation - Differential Equation IIJazz Michele Pasaribu
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Sunaina Rawat
 
Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variablesSanthanam Krishnan
 
B.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integrationB.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integrationRai University
 

Similar to XII Maths marking scheme (20)

Paul Bleau Calc III Project 2 - Basel Problem
Paul Bleau Calc III Project 2 - Basel ProblemPaul Bleau Calc III Project 2 - Basel Problem
Paul Bleau Calc III Project 2 - Basel Problem
 
Maths05
Maths05Maths05
Maths05
 
Mathematics
MathematicsMathematics
Mathematics
 
Mathematics
MathematicsMathematics
Mathematics
 
Study Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and IntegrationStudy Material Numerical Differentiation and Integration
Study Material Numerical Differentiation and Integration
 
B.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integrationB.tech ii unit-5 material vector integration
B.tech ii unit-5 material vector integration
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdf
 
Matlab lab manual
Matlab lab manualMatlab lab manual
Matlab lab manual
 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
 
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
CBSE XII MATHS SAMPLE PAPER BY KENDRIYA VIDYALAYA
 
Advanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdfAdvanced Engineering Mathematics Solutions Manual.pdf
Advanced Engineering Mathematics Solutions Manual.pdf
 
Lecture-1-Mech.pptx . .
Lecture-1-Mech.pptx                   . .Lecture-1-Mech.pptx                   . .
Lecture-1-Mech.pptx . .
 
Fismat chapter 4
Fismat chapter 4Fismat chapter 4
Fismat chapter 4
 
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
ملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقيملزمة الرياضيات للصف السادس العلمي  الاحيائي -  التطبيقي
ملزمة الرياضيات للصف السادس العلمي الاحيائي - التطبيقي
 
HERMITE SERIES
HERMITE SERIESHERMITE SERIES
HERMITE SERIES
 
Task compilation - Differential Equation II
Task compilation - Differential Equation IITask compilation - Differential Equation II
Task compilation - Differential Equation II
 
Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3Cbse Class 12 Maths Sample Paper 2013 Model 3
Cbse Class 12 Maths Sample Paper 2013 Model 3
 
Sample question paper 2 with solution
Sample question paper 2 with solutionSample question paper 2 with solution
Sample question paper 2 with solution
 
Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variables
 
B.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integrationB.tech ii unit-3 material multiple integration
B.tech ii unit-3 material multiple integration
 

Recently uploaded

Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Recently uploaded (20)

Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

XII Maths marking scheme

  • 1. Marking Scheme CLASS: XII Session: 2021-22 Mathematics (Code-041) Term - 2 SECTION – A 1. Find: ∫ 𝑙𝑜𝑔𝑥 (1+𝑙𝑜𝑔𝑥)2 𝑑𝑥 Solution:∫ 𝑙𝑜𝑔𝑥 (1+𝑙𝑜𝑔𝑥)2 𝑑𝑥 = ∫ 𝑙𝑜𝑔𝑥+1−1 (1+𝑙𝑜𝑔𝑥)2 𝑑𝑥 = ∫ 1 1+𝑙𝑜𝑔𝑥 𝑑𝑥 − ∫ 1 (1+𝑙𝑜𝑔𝑥)2 𝑑𝑥 = 1 1+𝑙𝑜𝑔𝑥 × 𝑥 − ∫ −1 (1+𝑙𝑜𝑔𝑥)2 × 1 𝑥 × 𝑥𝑑𝑥 − ∫ 1 (1+𝑙𝑜𝑔𝑥)2 𝑑𝑥 = 𝑥 1+𝑙𝑜𝑔𝑥 + 𝑐 OR Find: ∫ 𝑠𝑖𝑛2𝑥 √9−𝑐𝑜𝑠4𝑥 𝑑𝑥 Solution: Put 𝑐𝑜𝑠2 𝑥 = 𝑡 ⇒ −2𝑐𝑜𝑠𝑥𝑠𝑖𝑛𝑥𝑑𝑥 = 𝑑𝑡 ⇒ 𝑠𝑖𝑛2𝑥𝑑𝑥 = −𝑑𝑡 The given integral = − ∫ 𝑑𝑡 √32−𝑡2 = −sin−1 𝑡 3 + 𝑐 = −sin−1 𝑐𝑜𝑠2𝑥 3 + 𝑐 1/2 1+1/2 1 1 2. Write the sum of the order and the degree of the following differential equation: 𝑑 𝑑𝑥 ( 𝑑𝑦 𝑑𝑥 ) = 5 Solution: Order = 2 Degree = 1 Sum = 3 1 1/2 ½ 3. If 𝑎 ̂ and 𝑏 ̂ are unit vectors, then prove that |𝑎 ̂ + 𝑏 ̂| = 2𝑐𝑜𝑠 𝜃 2 , where 𝜃 is the angle between them. Solution: (𝑎 ̂ + 𝑏 ̂). (𝑎 ̂ + 𝑏 ̂) = |𝑎 ̂|2 + |𝑏 ̂| 2 + 2(𝑎 ̂. 𝑏 ̂) |𝑎 ̂ + 𝑏 ̂| 2 = 1 + 1 + 2𝑐𝑜𝑠𝜃 = 2(1 + 𝑐𝑜𝑠𝜃) = 4𝑐𝑜𝑠2 𝜃 2 ∴ |𝑎 ̂ + 𝑏 ̂| = 2𝑐𝑜𝑠 𝜃 2 , 1 1/2 ½ 4. Find the direction cosines of the following line: 3 − 𝑥 −1 = 2𝑦 − 1 2 = 𝑧 4 Solution: The given line is 𝑥 − 3 1 = 𝑦 − 1 2 1 = 𝑧 4 Its direction ratios are <1, 1, 4> Its direction cosines are 〈 1 3√2 , 1 3√2 , 4 3√2 〉 1 1/2 ½
  • 2. 5. A bag contains 1 red and 3 white balls. Find the probability distribution of the number of red balls if 2 balls are drawn at random from the bag one-by-one without replacement. Solution: Let X be the random variable defined as the number of red balls. Then X = 0, 1 P(X=0) = 3 4 × 2 3 = 6 12 = 1 2 P(X=1) = 1 4 × 3 3 + 3 4 × 1 3 = 6 12 = 1 2 Probability Distribution Table: X 0 1 P(X) 1 2 1 2 1/2 1/2 1/2 ½ 6. Two cards are drawn at random from a pack of 52 cards one-by-one without replacement. What is the probability of getting first card red and second card Jack? Solution: The required probability = P((The first is a red jack card and The second is a jack card) or (The first is a red non-jack card and The second is a jack card)) = 2 52 × 3 51 + 24 52 × 4 51 = 1 26 1 1 SECTION – B 7. Find: ∫ 𝑥+1 (𝑥2+1)𝑥 𝑑𝑥 Solution: Let 𝑥+1 (𝑥2+1)𝑥 = 𝐴𝑥+𝐵 𝑥2+1 + 𝐶 𝑥 = (𝐴𝑥+𝐵)𝑥+𝐶(𝑥2+1) (𝑥2+1)𝑥 ⇒ 𝑥 + 1 = (𝐴𝑥 + 𝐵)𝑥 + 𝐶(𝑥2 + 1) (An identity) Equating the coefficients, we get B = 1, C = 1, A + C = 0 Hence, A = -1, B = 1, C = 1 The given integral = ∫ −𝑥+1 𝑥2+1 𝑑𝑥 + ∫ 1 𝑥 𝑑𝑥 = −1 2 ∫ 2𝑥 − 2 𝑥2 + 1 𝑑𝑥 + ∫ 1 𝑥 𝑑𝑥 = −1 2 ∫ 2𝑥 𝑥2 + 1 𝑑𝑥 + ∫ 1 𝑥2 + 1 𝑑𝑥 + ∫ 1 𝑥 𝑑𝑥 = −1 2 log(𝑥2 + 1) + tan−1 𝑥 + 𝑙𝑜𝑔|𝑥| + 𝑐 1/2 ½ 1/2 1+1/2 8. Find the general solution of the following differential equation: 𝑥 𝑑𝑦 𝑑𝑥 = 𝑦 − 𝑥𝑠𝑖𝑛( 𝑦 𝑥 ) Solution: We have the differential equation: 𝑑𝑦 𝑑𝑥 = 𝑦 𝑥 − 𝑠𝑖𝑛( 𝑦 𝑥 ) The equation is a homogeneous differential equation. Putting 𝑦 = 𝑣𝑥 ⇒ 𝑑𝑦 𝑑𝑥 = 𝑣 + 𝑥 𝑑𝑣 𝑑𝑥 The differential equation becomes 𝑣 + 𝑥 𝑑𝑣 𝑑𝑥 = 𝑣 − 𝑠𝑖𝑛𝑣 ⇒ 𝑑𝑣 𝑠𝑖𝑛𝑣 = − 𝑑𝑥 𝑥 ⇒ 𝑐𝑜𝑠𝑒𝑐𝑣𝑑𝑣 = − 𝑑𝑥 𝑥 Integrating both sides, we get 1 ½
  • 3. 𝑙𝑜𝑔|𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣| = −𝑙𝑜𝑔|𝑥| + 𝑙𝑜𝑔𝐾, 𝐾 > 0 (Here, 𝑙𝑜𝑔𝐾 is an arbitrary constant.) ⇒ 𝑙𝑜𝑔|(𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣)𝑥| = 𝑙𝑜𝑔𝐾 ⇒ |(𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣)𝑥| = 𝐾 ⇒ (𝑐𝑜𝑠𝑒𝑐𝑣 − 𝑐𝑜𝑡𝑣)𝑥 = ±𝐾 ⇒ (𝑐𝑜𝑠𝑒𝑐 𝑦 𝑥 − 𝑐𝑜𝑡 𝑦 𝑥 ) 𝑥 = 𝐶, which is the required general solution. OR Find the particular solution of the following differential equation, given that y = 0 when x = 𝜋 4 : 𝑑𝑦 𝑑𝑥 + 𝑦𝑐𝑜𝑡𝑥 = 2 1 + 𝑠𝑖𝑛𝑥 Solution: The differential equation is a linear differential equation I F = 𝑒∫ 𝑐𝑜𝑡𝑥𝑑𝑥 = 𝑒𝑙𝑜𝑔𝑠𝑖𝑛𝑥 = 𝑠𝑖𝑛𝑥 The general solution is given by 𝑦𝑠𝑖𝑛𝑥 = ∫ 2 𝑠𝑖𝑛𝑥 1 + 𝑠𝑖𝑛𝑥 𝑑𝑥 ⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫ 𝑠𝑖𝑛𝑥 + 1 − 1 1 + 𝑠𝑖𝑛𝑥 𝑑𝑥 = 2 ∫[1 − 1 1 + 𝑠𝑖𝑛𝑥 ]𝑑𝑥 ⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫[1 − 1 1 + cos ( 𝜋 2 − 𝑥) ]𝑑𝑥 ⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫[1 − 1 2𝑐𝑜𝑠2 ( 𝜋 4 − 𝑥 2 ) ]𝑑𝑥 ⇒ 𝑦𝑠𝑖𝑛𝑥 = 2 ∫[1 − 1 2 𝑠𝑒𝑐2 ( 𝜋 4 − 𝑥 2 )]𝑑𝑥 ⇒ 𝑦𝑠𝑖𝑛𝑥 = 2[𝑥 + tan ( 𝜋 4 − 𝑥 2 )] + 𝑐 Given that y = 0, when x = 𝜋 4 , Hence, 0 = 2[ 𝜋 4 + 𝑡𝑎𝑛 𝜋 8 ] + 𝑐 ⇒ 𝑐 = − 𝜋 2 − 2𝑡𝑎𝑛 𝜋 8 Hence, the particular solution is 𝑦 = 𝑐𝑜𝑠𝑒𝑐𝑥[2 {𝑥 + tan ( 𝜋 4 − 𝑥 2 )} − ( 𝜋 2 + 2𝑡𝑎𝑛 𝜋 8 )] 1 ½ 1 ½ 1 ½ 9. If 𝑎 ⃗ ≠ 0, ⃗⃗⃗ 𝑎 ⃗. 𝑏 ⃗⃗ = 𝑎 ⃗. 𝑐 ⃗, 𝑎 ⃗ × 𝑏 ⃗⃗ = 𝑎 ⃗ × 𝑐 ⃗, then show that 𝑏 ⃗⃗ = 𝑐 ⃗. Solution: We have 𝑎 ⃗. (𝑏 ⃗⃗ − 𝑐 ⃗) = 0 ⇒ (𝑏 ⃗⃗ − 𝑐 ⃗) = 0 ⃗⃗ or 𝑎 ⃗ ⊥ (𝑏 ⃗⃗ − 𝑐 ⃗) ⇒ 𝑏 ⃗⃗ = 𝑐 ⃗ or 𝑎 ⃗ ⊥ (𝑏 ⃗⃗ − 𝑐 ⃗) Also, 𝑎 ⃗ × (𝑏 ⃗⃗ − 𝑐 ⃗) = 0 ⃗⃗ ⇒ (𝑏 ⃗⃗ − 𝑐 ⃗) = 0 ⃗⃗ or 𝑎 ⃗ ∥ (𝑏 ⃗⃗ − 𝑐 ⃗) ⇒ 𝑏 ⃗⃗ = 𝑐 ⃗ or 𝑎 ⃗ ∥ (𝑏 ⃗⃗ − 𝑐 ⃗) 𝑎 ⃗ 𝑐𝑎𝑛 𝑛𝑜𝑡 𝑏𝑒 𝑏𝑜𝑡ℎ 𝑝𝑒𝑟𝑝𝑒𝑛𝑑𝑖𝑐𝑢𝑙𝑎𝑟 𝑡𝑜 (𝑏 ⃗⃗ − 𝑐 ⃗) 𝑎𝑛𝑑 𝑝𝑎𝑟𝑎𝑙𝑙𝑒𝑙 𝑡𝑜 (𝑏 ⃗⃗ − 𝑐 ⃗) Hence, 𝑏 ⃗⃗ = 𝑐 ⃗. 1 1 1 10. Find the shortest distance between the following lines: 𝑟 ⃗ = (𝑖̂ + 𝑗̂ − 𝑘 ̂) + 𝑠(2𝑖̂ + 𝑗̂ + 𝑘 ̂) 𝑟 ⃗ = (𝑖̂ + 𝑗̂ + 2𝑘 ̂) + 𝑡(4𝑖̂ + 2𝑗̂ + 2𝑘 ̂)
  • 4. Solution: Here, the lines are parallel. The shortest distance = |(𝑎2 ⃗⃗⃗⃗⃗⃗−𝑎1 ⃗⃗⃗⃗⃗⃗)×𝑏 ⃗⃗| |𝑏 ⃗⃗| = |(3𝑘 ̂) × (2𝑖̂ + 𝑗̂ + 𝑘 ̂)| √4 + 1 + 1 (3𝑘 ̂) × (2𝑖̂ + 𝑗̂ + 𝑘 ̂) = | 𝑖̂ 𝑗̂ 𝑘 ̂ 0 0 3 2 1 1 | = −3𝑖̂ + 6𝑗̂ Hence, the required shortest distance = 3√5 √6 units OR Find the vector and the cartesian equations of the plane containing the point 𝑖̂ + 2𝑗̂ − 𝑘 ̂ and parallel to the lines 𝑟 ⃗ = (𝑖̂ + 2𝑗̂ + 2𝑘 ̂) + 𝑠(2𝑖̂ − 3𝑗̂ + 2𝑘 ̂) and 𝑟 ⃗ = (3𝑖̂ + 𝑗̂ − 2𝑘 ̂) + 𝑡(𝑖̂ − 3𝑗̂ + 𝑘 ̂) Solution: Since, the plane is parallel to the given lines, the cross product of the vectors 2𝑖̂ − 3𝑗̂ + 2𝑘 ̂ and 𝑖̂ − 3𝑗̂ + 𝑘 ̂ will be a normal to the plane (2𝑖̂ − 3𝑗̂ + 2𝑘 ̂) × (𝑖̂ − 3𝑗̂ + 𝑘 ̂) = | 𝑖̂ 𝑗̂ 𝑘 ̂ 2 −3 2 1 −3 1 | = 3𝑖̂ − 3𝑘 ̂ The vector equation of the plane is 𝑟 ⃗. (3𝑖̂ − 3𝑘 ̂) =(𝑖̂ + 2𝑗̂ − 𝑘 ̂). (3𝑖̂ − 3𝑘) ̂ or, 𝑟 ⃗. (𝑖̂ − 𝑘 ̂) = 2 and the cartesian equation of the plane is x – z – 2 = 0 1+1/2 1 ½ 1 1 1 SECTION – C 11. Evaluate: ∫ |𝑥3 − 3𝑥2 + 2𝑥|𝑑𝑥 2 −1 Solution: The given definite integral = ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥 2 −1 = ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥 0 −1 + ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥 + ∫ |𝑥(𝑥 − 1)(𝑥 − 2)|𝑑𝑥 2 1 1 0 = − ∫ (𝑥3 − 3𝑥2 + 2𝑥)𝑑𝑥 0 −1 + ∫ (𝑥3 − 3𝑥2 + 2𝑥)𝑑𝑥 1 0 − ∫ (𝑥3 − 3𝑥2 + 2𝑥)𝑑𝑥 2 1 = −[ 𝑥4 4 − 𝑥3 + 𝑥2 ]−1 0 + [ 𝑥4 4 − 𝑥3 + 𝑥2 ]0 1 − [ 𝑥4 4 − 𝑥3 + 𝑥2 ]1 2 = 9 4 + 1 4 + 1 4 = 11 4 1+1/2 1/2 2
  • 5. 12. Using integration, find the area of the region in the first quadrant enclosed by the line x + y = 2, the parabola y 2 = x and the x-axis. Solution: Solving x + y = 2 and y 2 = x simultaneously, we get the points of intersection as (1, 1) and (4, -2). Fig 1 The required area = the shaded area = ∫ √𝑥 1 0 𝑑𝑥 + ∫ (2 − 𝑥)𝑑𝑥 2 1 = 2 3 [𝑥 3 2]0 1 + [2𝑥 − 𝑥2 2 ]1 2 = 2 3 + 1 2 = 7 6 square units OR Using integration, find the area of the region: {(𝑥, 𝑦): 0 ≤ 𝑦 ≤ √3𝑥, 𝑥2 + 𝑦2 ≤ 4} Solution: Solving 𝑦 = √3𝑥 𝑎𝑛𝑑 𝑥2 + 𝑦2 = 4 , we get the points of intersection as (1, √3) and (-1, −√3) Fig 2 1 1 1 1 1 1
  • 6. The required area = the shaded area = ∫ √3𝑥 1 0 𝑑𝑥 + ∫ √4 − 𝑥2𝑑𝑥 2 1 = √3 2 [𝑥2 ]0 1 + 1 2 [𝑥√4 − 𝑥2 + 4 sin−1 𝑥 2 ] 1 2 = √3 2 + 1 2 [2𝜋 − √3 − 2 𝜋 3 ] = 2𝜋 3 square units 1 1 13. Find the foot of the perpendicular from the point (1, 2, 0) upon the plane x – 3y + 2z = 9. Hence, find the distance of the point (1, 2, 0) from the given plane. Solution: The equation of the line perpendicular to the plane and passing through the point (1, 2, 0) is 𝑥 − 1 1 = 𝑦 − 2 −3 = 𝑧 2 The coordinates of the foot of the perpendicular are (𝜇 + 1, −3𝜇 + 2,2𝜇) for some 𝜇 These coordinates will satisfy the equation of the plane. Hence, we have 𝜇 + 1 − 3(−3𝜇 + 2) + 2(2𝜇) = 9 ⇒ 𝜇 = 1 The foot of the perpendicular is (2, -1, 2). Hence, the required distance = √(1 − 2)2 + (2 + 1)2 + (0 − 2)2 = √14 𝑢𝑛𝑖𝑡𝑠 1 ½ 1 ½ 1
  • 7. 14. CASE-BASED/DATA-BASED Fig 3 An insurance company believes that people can be divided into two classes: those who are accident prone and those who are not. The company’s statistics show that an accident-prone person will have an accident at sometime within a fixed one-year period with probability 0.6, whereas this probability is 0.2 for a person who is not accident prone. The company knows that 20 percent of the population is accident prone. Based on the given information, answer the following questions. (i)what is the probability that a new policyholder will have an accident within a year of purchasing a policy? (ii) Suppose that a new policyholder has an accident within a year of purchasing a policy. What is the probability that he or she is accident prone? Solution: Let E1 = The policy holder is accident prone. E2 = The policy holder is not accident prone. E = The new policy holder has an accident within a year of purchasing a policy. (i) P(E)= P(E1)× P(E∕E1) + P(E2)× P(E∕E2) = 20 100 × 6 10 + 80 100 × 2 10 = 7 25 (ii) By Bayes’ Theorem, 𝑃(𝐸1 𝐸) ⁄ = 𝑃(𝐸1)×𝑃(𝐸/𝐸1) 𝑃(𝐸) = 20 100 × 6 10 280 1000 = 3 7 1 1 1 1 ---------------------------