🎓 Class 12MathematicsCBSETheoryCh 9 — Differential Equations⏱ ~15 min
🌐 Language: [gtranslate]
🧠 AI-Powered MCQ Assessment▲
This MCQ module is based on: Differential Equations Exercises and Summary
📐 Maths Assessment▲
This mathematics assessment will be based on: Differential Equations Exercises and Summary Targeting Class 12 level in General Mathematics, with Advanced difficulty.
Upload images, PDFs, or Word documents to include their content in assessment generation.
End-of-Chapter Exercises
Exercise 9.1 — Order and degree
1. \(\dfrac{d^4y}{dx^4}+\sin(y''')=0\). Order and degree.
Order 4. Degree undefined (sin of derivative).
2. \(y'+5y=0\). Order and degree.
Order 1, degree 1.
3. \((ds/dt)^4+3s\,d^2s/dt^2=0\).
Order 2, degree 1 (highest is d²s/dt², appears to the first power).
4. \((d²y/dx²)² + \cos(dy/dx) = 0\).
Order 2, degree undefined (cos of derivative).
7. \(y''' + 2y'' + y' = 0\).
Order 3, degree 1.
Exercise 9.2 — Verify solutions
2. Verify \(y=x^2+2x+C\) is a solution of \(y'-2x-2=0\).
\(y'=2x+2\); LHS = \(2x+2-2x-2=0\). ✓
5. Verify \(y=Ax\) is a solution of \(xy'=y\), and find the value of A so that \(y(1)=2\).
\(\dfrac{dy}{\sqrt{4-y^2}}=dx\). Integrate: \(\sin^{-1}(y/2)=x+C\), so \(y=2\sin(x+C)\).
5. \((e^x+e^{-x})\,dy-(e^x-e^{-x})\,dx=0\).
\(dy=\dfrac{e^x-e^{-x}}{e^x+e^{-x}}\,dx\). Integrate: \(y=\ln|e^x+e^{-x}|+C\) (since the numerator is the derivative of the denominator).
9. \(\dfrac{dy}{dx}=\sin^{-1}x\).
Integrate by parts: \(y=x\sin^{-1}x+\sqrt{1-x^2}+C\).
10. \(e^x\tan y\,dx+(1-e^x)\sec^2 y\,dy=0\).
Separate: \(\dfrac{\sec^2 y}{\tan y}\,dy=\dfrac{e^x}{e^x-1}\,dx\). Integrate: \(\ln|\tan y|=\ln|e^x-1|+\ln|C|\), so \(\tan y=C(e^x-1)\).
Exercise 9.4 — Homogeneous
1. \((x^2+xy)\,dy=(x^2+y^2)\,dx\). (Solved as Example 11.)
See worked Example 11 in Part 2: \(2\ln\left|\dfrac{x-y}{x}\right|+\dfrac{y}{x}+\ln|x|=C\).
3. \((x-y)\,dy-(x+y)\,dx=0\).
Rewrite \(\dfrac{dy}{dx}=\dfrac{x+y}{x-y}\). Set \(y=vx\): \(v+xv'=\dfrac{1+v}{1-v}\), so \(xv'=\dfrac{1+v^2}{1-v}\). Separate as in Example 12: \(\tan^{-1}(y/x)-\tfrac{1}{2}\ln(x^2+y^2)+\ln|x|=C\), or equivalently \(2\tan^{-1}(y/x)=\ln(x^2+y^2)+C'\).
Exercise 9.5 — Linear DEs
1. \(\dfrac{dy}{dx}+2y=\sin x\).
P=2, I.F.=\(e^{2x}\). \(\dfrac{d}{dx}(e^{2x}y)=e^{2x}\sin x\). Integrate by parts: \(\int e^{2x}\sin x\,dx=\dfrac{e^{2x}(2\sin x-\cos x)}{5}\). So \(y=\dfrac{2\sin x-\cos x}{5}+Ce^{-2x}\).
3. \(\dfrac{dy}{dx}+\dfrac{y}{x}=x^2\).
P=1/x, I.F.=\(e^{\ln x}=x\). \(\dfrac{d}{dx}(xy)=x^3\). Integrate: \(xy=x^4/4+C\), so \(y=x^3/4+C/x\).
Decision tree: (1) variables already split? → separable. (2) homogeneous-degree-zero? → set y = vx. (3) linear in y or x? → integrating factor. The first two minutes spent classifying save twenty minutes of misdirected algebra.
Consolidation Competency-Based Questions
Scenario: A culture of bacteria grows at a rate proportional to its current population. Initial count 100; after 2 hours, count is 200.
Q1. Write and solve the DE for population P(t).
L3 Apply
Solution: \(dP/dt=kP\Rightarrow P=P_0 e^{kt}=100 e^{kt}\). At t=2: 200=100·e^{2k}, so k=ln2/2. Hence \(P(t)=100\cdot 2^{t/2}\).
Q2. (T/F) "Every linear DE is separable." Justify.
L5 Evaluate
False. Linear DEs need not be separable. Example: \(dy/dx + y = x\) is linear, but the RHS doesn't factor as g(x)·h(y); separation fails. Linear DEs require the integrating-factor method.
Q3. Solve \(\dfrac{dy}{dx}=2y\) with y(0)=3.
L3 Apply
Solution: Separable: \(dy/y=2dx\), \(\ln y=2x+C\), \(y=Ae^{2x}\). At x=0, y=3: A=3. So y=3e^{2x}.
Q4. Apply: a body cools from 100°C to 60°C in 20 minutes in a 20°C room. Find the temperature after 40 minutes (Newton's cooling).
L4 Analyse
Solution: \(T(t)=20+(T_0-20)e^{-kt}=20+80e^{-kt}\). At t=20: 60=20+80e^{-20k}, so e^{-20k}=1/2, k=ln2/20. At t=40: \(T=20+80\cdot(1/2)^2=20+20=40°C\).
Assertion (A): \(\dfrac{dy}{dx}=\dfrac{x+y}{x-y}\) is a homogeneous DE. Reason (R): Both numerator and denominator have the same degree (1) in x and y.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). Equal-degree numerator and denominator make the ratio degree-zero homogeneous.
Assertion (A): The DE \(\dfrac{dy}{dx}+P(x)y=Q(x)\) has integrating factor \(e^{\int P\,dx}\). Reason (R): Multiplying by I.F. makes the LHS \(\dfrac{d}{dx}(I\!.\!F\!.\,y)\), allowing direct integration.
(a) Both true, R explains A.
(b) Both true, R doesn't explain A.
(c) A true, R false.
(d) A false, R true.
Answer: (a). R is the engineering reason for A's choice of I.F.
Chapter Summary
Key concepts at a glance
Differential equation: equation involving derivatives. ODE: one independent variable.
Order: highest derivative present.
Degree: highest power of the highest-order derivative (when polynomial in derivatives); else undefined.
General solution: contains as many arbitrary constants as the order. Particular solution: obtained by giving specific values to those constants.
Family of curves → DE: differentiate \(n\) times and eliminate \(n\) constants.
Dual linear: \(dx/dy+P_1(y)x=Q_1(y)\) — same method with x,y swapped.
Historical Note
The study of differential equations began with the calculus of Newton (1665) and Leibniz (1684). Newton's Principia (1687) implicitly contained many DEs as the equations of motion of celestial bodies. The Bernoulli family — Jacob, Johann, Daniel — developed solution techniques in the early 18th century, including the substitution methods we still use.
Leonhard Euler (1707–1783) systematised the integrating-factor method for first-order linear DEs and developed the theory of higher-order linear equations with constant coefficients. Lagrange and Laplace applied DEs to celestial mechanics. Cauchy (1820s) gave the first rigorous existence-uniqueness proofs.
By the late 19th century, Henri Poincaré initiated the qualitative theory: rather than seeking explicit formulas (which often don't exist), study the geometry of solution curves. This led to dynamical systems, chaos theory, and the modern computational study of DEs that powers weather forecasting, planetary trajectories and AI.
Frequently Asked Questions — Differential Equations Exercises and Summary
What is the chapter summary of Class 12 Maths Differential Equations?
A differential equation involves a function and its derivatives. Order = highest derivative; degree = power of highest-order derivative (when polynomial). Three solution methods: variables-separable, homogeneous (substitute y = vx), linear (I.F. = e^(∫P dx)).
Who developed differential equations?
Newton, Leibniz, Bernoullis, Euler, Lagrange, Laplace, Cauchy, and Poincaré are the major figures spanning 1665–1900.
🤖
AI Tutor
Mathematics Class 12 — Part II
Ready
🤖
Hi! 👋 I'm Gaura, your AI Tutor for Differential Equations Exercises and Summary. Take your time studying the lesson — whenever you have a doubt, just ask me! I'm here to help.