12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications மின்னணு தரவு பரிமாற்றம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிக பாதுகாப்பு அமைப்புகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின்னணு செலுத்தல் முறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications மின் - வணிகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications திறந்த மூல கருத்துருக்கள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு வடமிடல் Sample Question Papers Study Material - QB365 Set A

Published on: 03/09/2019
Differential Equations
Download Tamil Nadu 12th Standard Business Maths and Statistics question papers, model tests, one-mark questions, important questions, and public exam papers in PDF format. Free study materials and answer keys for TN State Board students.
Questions + Answers key
Take MCQ Business Maths and Statistics Test

1.
Solve : (D2−4D−1)y = e−3x
2.
Solve: (1 − x)dy − (1 + y)dx = 0
3.
Find the differential equation corresponding to y = ae4x + be−x where a, b are arbitrary constants.
4.
Find the differential equation of the family of parabola with foci at the origin and axis along the x-axis.
5.
Form the differential equation that represents all parabolas each of which has a latus rectum 4a and whose axes are parallel to the x axis.
6.
Solve \(\frac { dy }{ dx } \) −3ycot x = sin 2x given that y = 2 when x = \(\frac { \pi }{ 2 } \)
7.
The sum of Rs. 2,000 is compounded continuously, the nominal rate of interest being 5% per annum. In how many years will the amount be double the original principal? (loge2 = 0.6931)
8.
Solve (D2−3D−4)y = 0
9.
The differential equation of x2 + y2 = a2 ______.
xdy + ydx = 0
ydx – xdy = 0
xdx – ydx = 0
xdx + ydy = 0
10.
The integrating factor of x \(\frac { dy }{ dx } \) - y = x2 is ______.
\(\frac {-1}{x}\)
\(\frac {1}{x}\)
log x
x
11.
The differential equation of y = mx + c is ______.(m and c are arbitrary constants)
\(\frac { { d }^{ 2 }y }{ d{ x }^{ 2 } } \) = 0
y = x \(\frac { dy }{ dx } \) + c
xdy + ydx = 0
ydx − xdy = 0
12.
The differential equation formed by eliminating a and b from \(y=a e^{x}+b e^{-x}\) is ______.
\(\frac{d^{2} y}{d x^{2}}-y=0\)
\(\frac{d^{2} y}{d x^{2}}-\frac{d y}{d x}=0\)
\(\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } =0\)
\(\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } -x=0\)
13.
The degree of the differential equation \(\frac { { d }^{ 4 }y }{ { dx }^{ 4 } } { -\left( \frac { { d }^{ 2 }y }{ { dx }^{ 2 } } \right) }^{ 4 }+\frac { dy }{ dx } =3\) ______.
1
2
3
4
1.
(D2−4D−1)y = e−3x
The auxiliary equation is
m2−4m−1 = 0
(m−2)2−4−1 = 0
(m− 2)2 = 5
\(m-2=±\sqrt { 5 } \)
\(m=2±\sqrt5\)
C.F = Ae\((2+\sqrt5)x\) + Be\((2-\sqrt5)x\)
\(PI=\frac { 1 }{ \phi (D) } f(x)\)
= \(\frac { 1 }{ { D }^{ 2 }-4D-1 } { e }^{ -3x }\)
\(=\frac { 1 }{ { (-3) }^{ 2 }-4(-3)-1 } { e }^{ -3x }\) (Replace D by −3)
\(=\frac { 1 }{ 9+12-1 } { e }^{ -3x }\)
\(=\frac { e^{ -3x } }{ 20 } \)
Hence the general solution is y = C.F+P.I
⇒ y = Ae\((2+\sqrt5)x\) + Be\((2-\sqrt5)x\)+\(\frac { e^{ -3x } }{ 20 } \)
2.
(1 − x)dy − (1 + y)dx
Separating the variables we get,
\(\frac { dy }{ 1+y } =\frac { dx }{ 1-x } \)
Integrating both sides we get,
\(\int { \frac { dy }{ 1+y } } =\int { \frac { dx }{ 1-x } } \)
log(1+y) =\(\frac { log(1-x) }{ -1 } \) + log c
log(1+y) = -log(1-x) + log c
⇒ log(1+y) + log(1-x) = log c
⇒ log(1+y)(1-x) = log c
⇒ (1+y)(1-x) = c
Multiplying by a negative sign we get,
(x-1)(y+1) = -c = C where C = -c
3.
Given y = ae4x + be−x. (1)
Here a and b are arbitrary constants
From (1), \(\frac { dy }{ dx } \) = 4ae4x− be−x (2)
and \(\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } \) = 16ae4x+ be−x (3)
(1) + (2) ⇒ \(y+\frac { dy }{ dx } \) = 5ae4x (4)
= (2) + (3) ⇒ \(\frac { dy }{ dx } +\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } \) = 20ae4x
= 4(5ae4x)
= \(4\left( y+\frac { dy }{ dx } \right) \)
\(\frac { dy }{ dx } +\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } =4y+4\frac { dy }{ dx } \)
⇒ \(\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } -3\frac { dy }{ dx } -4y=0\) which is the required differential equation
4.
Equation of family of parabolas with foci at the origin and axis along the x-axis is
y2 = 4a(x+a) ...(1)
[ ∵ the focus is at the origin its vertex will be (-a, 0) and latus rectum is 4a]
Differentiating w.r.t. 'x' we get,
2y\(\left( \frac { dy }{ dx } \right) \) = 4a(1) ....(1)
⇒ 2y\(\left( \frac { dy }{ dx } \right) \) = 4a ...(2)
Also \(\frac { 2y }{ 4 } \left( \frac { dy }{ dx } \right) \) = a
⇒ \(\frac { y }{ 2 } \left( \frac { dy }{ dx } \right) \) = a...(3)
Substituting (2) and (3) in (1) we get,
y2 = 2y\(\left( \frac { dy }{ dx } \right) \left[ x+\frac { y }{ 2 } \left( \frac { dy }{ dx } \right) \right] \)
⇒ y2 = 2xy\(\left( \frac { dy }{ dx } \right) +{ y }^{ 2 }\left( \frac { dy }{ dx } \right) ^{ 2 }\)
Dividing by Y we get,
\(y=2x\frac { dy }{ dx } { +y\left( \frac { dy }{ dx } \right) }^{ 2 }\).
5.
Equation of the family of paraboles with latus rectum 4a and whose axes are parallel to the x-axis is (y- k)2 = 4a(x- h)
[Where (h, k) is the centre of the parabola]
Differentiating w.r.t. 'x' we get,
2(y-k)\(\left( \frac { dy }{ dx } \right) \) = 4a(1)
⇒ 2(y-k)\(\left( \frac { dy }{ dx } \right) \) = 4a (1)
Differentiating again w.r.t x we get,
2(y-k)\(\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) +\left( \frac { dy }{ dx } \right) (2)\frac { dy }{ dx } \) = 0 (Product rule)
(y-k)\(\left( \frac { d^{ 2 }y }{ dx^{ 2 } } \right) +\left( \frac { dy }{ dx } \right) ^{ 2 }\) = 0 [Divided by 2]
y-k= \(\frac { -\left( \frac { dy }{ dx } \right) ^{ 2 } }{ \frac { { d }^{ 2 }y }{ dx^{ 2 } } } \) (2)
Substituting (2) in (1) we get,
2\(\frac { -\left( \frac { dy }{ dx } \right) ^{ 2 } }{ \frac { { d }^{ 2 }y }{ dx^{ 2 } } } \left( \frac { dy }{ dx } \right) \)= 4a
⇒ \(-2\left( \frac { dy }{ dx } \right) ^{ 3 }=4a\left( \frac { d^{ 2 }y }{ dx^{ 2 } } \right) \)
⇒ \(4a\left( \frac { d^{ 2 }y }{ dx^{ 2 } } \right) +\left( \frac { dy }{ dx } \right) ^{ 3 }\)= 0
\(2a\frac { { d }^{ 2 }y }{ { dx }^{ 2 } } +{ \left( \frac { dy }{ dx } \right) }^{ 3 }=0\).
6.
Given \(\frac { dy }{ dx } \) − (3 cot x) y = sin 2x
It is of the form \(\frac { dy }{ dx } \) + Py = Q
Here P= − 3 cot x,Q = sin 2x
ഽPdx = ഽ-3 cot xdx = -3 log sin x = - log sin3x = log \(\frac { 1 }{ { sin }^{ 3 }x } \)
I.F. = \({ e }^{ log\frac { 1 }{ { sin }^{ 3 }x } }=\frac { 1 }{ { sin }^{ 3 }x } \)
The required solution is y (I.F) = ഽQ(I.F)dx+c
\(y\frac { 1 }{ { sin }^{ 3 }x } =\int { sin2x } \frac { 1 }{ { sin }^{ 3 }x } dx+c\)
\(\int { \frac { 1 }{ { sin }^{ 3 }x } } =\int { 2sinxcosx\times \frac { 1 }{ { sin }^{ 3 }x } } dx+c\)
= \(2\int { \frac { 1 }{ sinx } \times \frac { cosx }{ sinx } } dx+c\)
= ഽcos ecx cot xdx + c
\(y\frac { 1 }{ { sin }^{ 3 }x } =-2cosecx+c\)
Now y = 2 when x = \(\frac { \pi }{ 2 } \)
(1) ⇒ 2\(\frac {1 }{ 1 } \) = −2×1+c ⇒ c= 4
∴ (1) ⇒ \(y\frac { 1 }{ { sin }^{ 3 }x } \) = −2cosecx + 4
7.
Let P be the principal at time ‘t’
\(\frac { dP }{ dt } =\frac { 5 }{ 100 } P=0.05P\)
⇒ ഽ\(\frac { dP }{ P } \) = ഽ0.05 dt + c
loge P = 0.05t + c
P = e0.05tec
P = c1e0.05t (1)
Given P = 2000 when t = 0
⇒ c1 = 2000
∴ (1) ⇒ P = 2000e0.05t
To find t , when P = 4000
(2) ⇒ 4000 = 2,000e0.05t
2 = e0.05t
0.05t = log2
t = \(\frac { 0.0931 }{ 0.05 } \) = 14 years (approximately)
8.
Given (D2−3D−4)y = 0
The auxiliary equations is
m2− 3m − 4 = 0
⇒ (m − 4)(m + 1) = 0
m = −1, 4
Roots are real and different
∴ The complementary function is Ae−x+ Be4x
The general solution is y = Ae−x + Be4x
9.
(d)
xdx + ydy = 0
10.
(b)
\(\frac {1}{x}\)
11.
(a)
\(\frac { { d }^{ 2 }y }{ d{ x }^{ 2 } } \) = 0
12.
(a)
\(\frac{d^{2} y}{d x^{2}}-y=0\)
13.
(a)
1
12th Standard Syllabus & Materials
12th Standard
TN 12th Computer Applications களப்பெயர் முறைமை (DNS) Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications கணினி வலையமைப்பு ஓர் அறிமுகம் Sample Question Papers Study Material - QB365 Set A
NEW12th Standard
TN 12th Computer Applications PHP-உடன் MySQL-ஐ இணைத்தல் Sample Question Papers Study Material - QB365 Set A
Tamilnadu Stateboard 12th Standard Subjects

Maths

Chemistry

Physics

Biology

Computer Science

Business Maths and Statistics

Economics

Commerce

Accountancy

History

Computer Applications

Biology

Computer Technology

Computer Applications

Computer Science

Business Maths and Statistics

Commerce

Economics

Maths

Chemistry

Physics

Computer Technology

History

Accountancy

Tamil

English

French
Tamilnadu Stateboard Standards