Unit 17
Calculus
Class 12 Mathematics
Differential Equations
Class 12 Mathematics – Differential Equations Notes PDF
On mobile, swipe inside the PDF to read all pages and pinch to zoom.
Contents / Quick Navigation
NEB / CDC Focus
This unit covers differential equations and their order and degree, with first-order first-degree equations solved by separable-variable, homogeneous, linear, and exact methods.
1. Differential Equations
An equation involving an unknown function and one or more of its derivatives is called a differential equation.
Examples:
- dy/dx=3x²
- dy/dx+y=eˣ
- d²y/dx²+4y=0
2. Order and Degree
The order is the order of the highest derivative appearing in the differential equation.
After removing radicals and fractions involving derivatives, if the equation is polynomial in its derivatives, the degree is the power of the highest-order derivative.
| Equation | Order | Degree |
|---|---|---|
| dy/dx+x=0 | 1 | 1 |
| (d²y/dx²)³+dy/dx=0 | 2 | 3 |
| d³y/dx³+y=0 | 3 | 1 |
Degree is not defined in the usual school sense when the differential equation cannot be expressed as a polynomial in derivatives.
3. General and Particular Solutions
A solution containing arbitrary constant(s) is called a general solution.
A solution obtained after determining the constants from initial or boundary conditions is a particular solution.
For dy/dx=2x,
y=x²+C.
If y=3 at x=1, then 3=1+C⇒C=2, so y=x²+2.
4. Differential Equations with Separable Variables
An equation is separable when it can be arranged so all y-terms occur with dy and all x-terms with dx.
Solve dy/dx=xy.
dy/y=x dx.
ln|y|=x²/2+C.
y=Ce^(x²/2).
5. Homogeneous First-Order Differential Equations
A first-order equation of the form
is homogeneous in this sense. Put
The equation then becomes separable in v and x.
Solve dy/dx=1+y/x.
Let y=vx. Then dy/dx=v+x dv/dx.
v+x dv/dx=1+v ⇒ x dv/dx=1.
dv=dx/x ⇒ v=ln|x|+C.
y=x(ln|x|+C).
Do not confuse a homogeneous first-order equation dy/dx=F(y/x) with a homogeneous linear equation. The word “homogeneous” is used in more than one differential-equation context.
6. First-Order Linear Differential Equations
Standard form:
The integrating factor is
Then the solution is obtained from
Solve dy/dx+y=eˣ.
P=1, so I.F.=eˣ.
yeˣ=∫e²ˣdx+C=e²ˣ/2+C.
y=eˣ/2+Ce⁻ˣ.
7. Exact Differential Equations
Write the equation as
It is exact if
Then there exists a potential function F(x,y) such that
7.1 Solving an Exact Equation
- Check M_y=N_x.
- Integrate M with respect to x, treating y as constant.
- Add an unknown function φ(y).
- Differentiate the result with respect to y and compare with N.
- Find φ(y) and write F(x,y)=C.
Solve (2x+y)dx+(x+2y)dy=0.
M_y=1, N_x=1: exact.
Integrate M w.r.t. x:
F=x²+xy+φ(y).
F_y=x+φ′(y)=x+2y ⇒ φ′(y)=2y ⇒ φ=y².
x²+xy+y²=C.
8. More Worked Examples
(d²y/dx²)²+dy/dx+y=0 has order 2 and degree 2.
dy/dx=x/y ⇒ y dy=x dx.
y²/2=x²/2+C ⇒ y²−x²=C.
dy/dx=y/x. Put y=vx: v+xv′=v⇒v′=0, so v=C, hence y=Cx.
dy/dx+(2/x)y=x², x≠0.
I.F.=e^(∫2/x dx)=x².
yx²=∫x⁴dx+C=x⁵/5+C.
y=x³/5+C/x².
2x dx+2y dy=0 is exact and integrates directly to x²+y²=C.
9. Method-Selection Strategy
- Identify order and degree.
- For first-order first-degree equations, try to separate variables first.
- If the right side is a function of y/x (or x/y), use the homogeneous substitution y=vx.
- If the equation fits y′+Py=Q, use the integrating factor.
- If written as Mdx+Ndy=0, test exactness.
- Apply any initial condition only after obtaining the general solution.
- Differentiate/substitute your final solution to check it.
10. Common Mistakes
Order comes from the highest derivative; degree comes from its exponent after polynomial form.
Dividing by y or another factor may discard a zero solution; check separately.
When y=vx, remember dy/dx=v+x dv/dx, not just x dv/dx.
For y′+Py=Q, I.F. is e^(∫Pdx).
Compute ∂M/∂y and ∂N/∂x.
General solutions should contain the required arbitrary constant.
11. Formula Sheet
12. Important Exam Questions
Short
- Define a differential equation, order and degree.
- Distinguish general and particular solutions.
- State the integrating factor for a first-order linear equation.
- State the condition for exactness.
Long / Numerical
- Solve a separable-variable equation.
- Solve a homogeneous first-order equation.
- Solve a first-order linear equation using integrating factor.
- Solve an exact differential equation.
- Use an initial condition to obtain a particular solution.
13. One-Minute Revision
- A differential equation involves a function and derivatives.
- Order = highest derivative order.
- Degree = exponent of highest derivative after polynomial form.
- Separable equations split x and y terms.
- Homogeneous first-order: use y=vx.
- Linear first-order: y′+Py=Q.
- I.F. = e^(∫Pdx).
- Exact equation: Mᵧ=Nₓ.
- Initial conditions determine arbitrary constants.
14. Diagram Practice
- Differential-equation concept map.
- Family of solution curves.
- Separation workflow.
- Linear-equation integrating-factor workflow.
- Exactness test.
- Method-selection chart.
Also Visit
Original Nepal eNotes page: Differential Equations Notes.
Discussion
Share a helpful question, idea, or explanation with other students.