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: 04/06/2021
QB365 provides detailed and simple solution for every Book back Questions in class 12 Business Maths Subject. It will helps to get more idea about question pattern in every book back questions with solution.
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 x \(\frac{dy}{dx}\) + 2y = x4
2.
Form the differential equation having for its general solution y = ax2 + bx
3.
Solve the following differential equations: (4D2+4D−3)y = e2x
4.
Solve \(\frac { { d }^{ 2 }x }{ d{ t }^{ 2 } } -\frac { 3dx }{ dt } +2x\) = 0 given that when t = 0, x = 0 and \(\frac { dx }{ dt } \) = 1
5.
Find the order and degree of the following differential equations.
\(\frac{d^{3} y}{d x^{3}}+3\left(\frac{d y}{d x}\right)^{3}+2 \frac{d y}{d x}=0\)
1.
\(\frac { dy }{ dx } +\frac { 2 }{ y } y\) = x3
The given differential equation is of this form [Divided by x]
\(\frac { dy }{ dx } \)+Py = Q where
P =\(\int { \frac { 2 }{ x } } \) and Q = x3
∴ \(\int { P } dx=\int { \frac { 2 }{ x } dx } \) = 2 log x = log x2
∴ Integrating factor (I. F) =\(e^{ \int { p } dx }=e^{ logx^{ 2 } }\)= x2
Hence the solution is
\(ye^{ \int { p } dx }=\int { Q } .e^{ \int { p.dx } }dx+c\)
⇒ y.x2=\(\int { { x }^{ 3 }.{ x }^{ 2 } } dx+c\)
⇒ x2y=\(\\ \int { { x }^{ 5 }dx } +c\)
⇒ x2y = \(\frac { { x }^{ 6 } }{ 6 } \) + c
2.
Given equation is y = ax2 + bx....(1)
Differentiating w. r. t. x : we get,
\(\frac { dy }{ dx } \) = 2ax+b...(2)
Differentiating again w. r, t. 'x:we get,
\(\frac { d^{ 2 }y }{ dx^{ 2 } } =2a\Rightarrow \frac { 1 }{ 2 } \left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) \)=a ...(3)
Substituting (3) in (2) we get,
\(\frac { dy }{ dx } =x\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) +b\)
⇒ b=\(\frac { dy }{ dx } -x\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right)\)
⇒ bx = \(x\left( \frac { dy }{ dx } \right) -x^{ 2 }\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) \) ....(4)
Substituting (3) and (4) in (1) we get
y = \(\frac { 1 }{ 2 } \left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) x^{ 2 }+x\frac { dy }{ dx } -{ x }^{ 2 }\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) \)
y = \(-\frac { 1 }{ 2 } { x }^{ 2 }\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) +x\frac { dy }{ dx } \)
Multiplying by 2,
2y = \(-x^{ 2 }\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) +2x\frac { dy }{ dx } \)
⇒ \(-x^{ 2 }\left( \frac { { d }^{ 2 }y }{ dx^{ 2 } } \right) -2x\frac { dy }{ dx } \)+2y = 0
3.
The auxiliary equation is 4m2 + 4m - 3 = 0
∴ (2m +3)(2m - 1) = 0
⇒ m = \(\frac { -3 }{ 2 } \) and m =\(\frac { 1 }{ 2 } \)

∴ Complementary function CF is \(Ae^{ \frac { -3x }{ 2 } }+Be^{ \frac { 1x }{ 2 } }\)
Particular Integral PI =\(\frac { 1 }{ \phi (D) } \)
PI=\(\frac { 1 }{ 4{ D }^{ 2 }+4D-3 } \).e2x
=\(\frac { 1 }{ (2D+3)(2D-1) } \).e2x
=\(\frac { 1 }{ 4\left( D+\frac { 3 }{ 2 } \right) \left( D-\frac { 1 }{ 2 } \right) } \).e2x
=\(\frac { e^{ 2x } }{ 4\left( 2+\frac { 3 }{ 2 } \right) \left( 2-\frac { 1 }{ 2 } \right) } \)
=\(\frac { e^{ 2x } }{ 4\left( \frac { 7 }{ 2 } \right) \left( \frac { 5 }{ 2 } \right) } =\frac { { e }^{ 2x } }{ 21 } \)
General solution is y = CF + PI
⇒ y=\({ Ae }^{ \frac { -3x }{ 2 } }+Be^{ \frac { x }{ 2 } }=\frac { { e }^{ 2x } }{ 21 } \).
4.
\(\frac { { d }^{ 2 }x }{ d{ t }^{ 2 } } -3\frac { dx }{ dt } +2x=0\)
Given (D2−3D+2) x = 0 where D = \(\frac{d}{dt}\)
A.E is m2− 3m + 2 = 0
(m−1) (m−2) = 0
m = 1, 2
C.F = Aet+ Be2t
The general solution is x = Aet+ Be2t (1)
Now when t=0, x=0 (given)
(1) ⇒ 0 = A + B (2)
Differentiating (1) w.r.t ‘t’
\(\frac { dx }{ dt } \)= Aet+ 2Be2t
When t = 0, \(\frac { dx }{ dt } \) = 1
A + 2B = 1
Thus we have A + B = 0 and A + 2B = 1
Solving, we get A = –1, B = 1
∴ (1) ⇒ x = –et + e2t
(i.e.) x = e2t–et
Type II: \(f(x)=e^{a x}(\text { i.e }) \phi(D) y=e^{a x}\)
\(\text { P.I }=\frac{1}{\phi(D)} e^{a x}\)
Replace D by a, provided \(\phi(D) \neq 0\) when D = a
If \(\phi(D)=0\) when D = a, then
\(\text { P.I }=x \frac{1}{\phi^{\prime}(D)} e^{a x}\)
Replace D by a, provided \(\phi(D) \neq 0\) when D = a
If \(\phi^{\prime}(D)=0\) when D = a, then
\(\text { P.I }=x^{2} \frac{1}{\phi^{\prime \prime}(D)} e^{a x}\) and so on
5.
The highest derivative is third order and its power is one
∴ order : 3,
degree : 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