CBSE Class 12 Maths Exemplar Chapter 9: Differential Equations NCERT Solutions

NCERT Solutions PDF Class 12 PDF

This chapter provides NCERT Solutions for Class 12 Maths Exemplar, focusing on Chapter 9: Differential Equations. It covers various types of differential equations, including those solvable by separation of variables, forming differential equations for given families of curves, and solving linear differential equations. The solutions offer step-by-step guidance to understand the methods for finding general and particular solutions. Key concepts like integrating factors and initial conditions are explained. These solutions are designed to help students build a strong foundation in differential equations, crucial for calculus and its applications, and are an excellent resource for exam preparation and revision.

Quick info

BoardCBSE
ClassClass 12
SubjectMaths Exemplar
Session2026
LanguageEnglish
TypeNCERT Solutions
ChapterChapter 9

Chapter summary

Chapter 9 of the Class 12 Maths Exemplar focuses on Differential Equations. This section provides NCERT Solutions that cover methods for solving first-order and first-degree differential equations, including variable separable form, homogeneous equations, and linear differential equations. It also includes problems on forming differential equations and finding particular solutions using initial conditions. The solutions aim to clarify the concepts and problem-solving techniques required for this important topic in calculus.

Learning outcomes

  • Understand the concept of differential equations and their solutions.
  • Solve differential equations by the method of separation of variables.
  • Form differential equations representing families of curves.
  • Solve linear differential equations using integrating factors.
  • Apply initial conditions to find particular solutions of differential equations.

Topics covered

Paper topics

  • Differential Equations
  • Order and Degree of Differential Equations
  • Formation of Differential Equations
  • General and Particular Solutions
  • Differential Equations with Variables Separable
  • Homogeneous Differential Equations
  • Linear Differential Equations
  • Integrating Factor
  • Initial Conditions

Important topics

  • Formation of Differential Equations
  • Solving by Separation of Variables
  • Solving Linear Differential Equations
  • Finding Particular Solutions using Initial Conditions

PDF preview

Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.

Loading document …
Page of
Loading page …

Questions and Solutions

Q. 1

Find the solution of the differential equation \frac{dy}{dx} = 2^{y-x}.
Solution:

The given differential equation is:

\frac{dy}{dx} = 2^{y-x}

Using the property a^{m-n} = \frac{a^m}{a^n}, we can rewrite the equation as:

\frac{dy}{dx} = \frac{2^y}{2^x}

To solve this, we separate the variables:

\frac{dy}{2^y} = \frac{dx}{2^x}

Or, in terms of negative exponents:

2^{-y} dy = 2^{-x} dx

Now, we integrate both sides:

\int 2^{-y} dy = \int 2^{-x} dx

The integral of a^{kx} is \frac{a^{kx}}{k \log a}. Applying this:

\frac{2^{-y}}{-1 \cdot \log 2} = \frac{2^{-x}}{-1 \cdot \log 2} + C

Multiplying by -\log 2 to simplify:

2^{-y} = 2^{-x} - C \log 2

Rearranging the terms:

2^{-x} - 2^{-y} = C \log 2

Let K = C \log 2, where K is an arbitrary constant.

2^{-x} - 2^{-y} = K

Thus, the general solution is 2^{-x} - 2^{-y} = K.

Q. 2

Find the differential equation of all non-vertical lines in a plane.
Solution:

The general equation of a line in a plane is given by y = mx + c, where m is the slope and c is the y-intercept. A non-vertical line implies that the slope m is finite, so m \neq \tan \frac{\pi}{2}.

To find the differential equation, we need to eliminate the arbitrary constants m and c. We differentiate the equation with respect to x twice.

First differentiation:

\frac{dy}{dx} = m

This equation shows that the first derivative represents the slope m.

Second differentiation:

\frac{d}{dx}\left(\frac{dy}{dx}\right) = \frac{d}{dx}(m)

\frac{d^2y}{dx^2} = 0

Since m is a constant, its derivative is zero. This second-order differential equation \frac{d^2y}{dx^2} = 0 represents the family of all non-vertical lines in a plane, as it contains no arbitrary constants.

Q. 3

If \frac{dy}{dx} = e^{-2y} and y = 0 when x = 5, then find the value of x when y = 3.
Solution:

The given differential equation is:

\frac{dy}{dx} = e^{-2y}

We can separate the variables by moving the terms involving y to one side and x to the other:

\frac{dy}{e^{-2y}} = dx

This can be written as:

e^{2y} dy = dx

Now, integrate both sides:

\int e^{2y} dy = \int dx

Applying the integration rule \int e^{ax} dx = \frac{e^{ax}}{a}:

\frac{e^{2y}}{2} = x + C \quad (i)

Here, C is the constant of integration. We are given the initial condition that y = 0 when x = 5. Substitute these values into equation (i) to find C:

\frac{e^{2(0)}}{2} = 5 + C

\frac{e^0}{2} = 5 + C

\frac{1}{2} = 5 + C

Solving for C:

C = \frac{1}{2} - 5 = \frac{1 - 10}{2} = -\frac{9}{2}

Now, substitute the value of C back into equation (i):

\frac{e^{2y}}{2} = x - \frac{9}{2}

We need to find the value of x when y = 3. Substitute y = 3 into the equation:

\frac{e^{2(3)}}{2} = x - \frac{9}{2}

\frac{e^6}{2} = x - \frac{9}{2}

Solve for x:

x = \frac{e^6}{2} + \frac{9}{2}

x = \frac{e^6 + 9}{2}

Therefore, when y = 3, the value of x is \frac{e^6 + 9}{2}.

Q. 4

Solve the differential equation (x^2 - 1) \frac{dy}{dx} + 2xy = \frac{1}{x^2 - 1}.
Solution:

The given differential equation is:

(x^2 - 1) \frac{dy}{dx} + 2xy = \frac{1}{x^2 - 1}

To solve this, we first convert it into the standard form of a linear differential equation, which is \frac{dy}{dx} + Py = Q. Divide the entire equation by (x^2 - 1) (assuming x^2 - 1 \neq 0):

\frac{dy}{dx} + \frac{2x}{x^2 - 1} y = \frac{1}{(x^2 - 1)^2}

This is a linear differential equation of the first order. By comparing it with the standard form \frac{dy}{dx} + Py = Q, we identify:

P = \frac{2x}{x^2 - 1}

Q = \frac{1}{(x^2 - 1)^2}

Next, we calculate the integrating factor (IF), which is given by IF = e^{\int P dx}:

\mathsf{IF} = e^{\int \left(\frac{2x}{x^2 - 1}\right) dx}

To evaluate the integral \int \frac{2x}{x^2 - 1} dx, let t = x^2 - 1. Then, dt = 2x dx. Substituting this into the integral:

\int \frac{dt}{t} = \log |t| = \log |x^2 - 1|

So, the integrating factor is:

\mathsf{IF} = e^{\log |x^2 - 1|} = |x^2 - 1|

For simplicity, we can take IF = x^2 - 1 (assuming x^2 - 1 > 0 or considering the absolute value later).

The general solution of a linear differential equation is given by y \cdot IF = \int (Q \cdot IF) dx + K, where K is the constant of integration.

y \cdot (x^2 - 1) = \int \left(\frac{1}{(x^2 - 1)^2} \cdot (x^2 - 1)\right) dx + K

y \cdot (x^2 - 1) = \int \frac{1}{x^2 - 1} dx + K

The integral \int \frac{1}{x^2 - 1} dx is a standard integral, which evaluates to \frac{1}{2} \log \left|\frac{x - 1}{x + 1}\right|.

y \cdot (x^2 - 1) = \frac{1}{2} \log \left|\frac{x - 1}{x + 1}\right| + K

Thus, the general solution is:

y (x^2 - 1) = \frac{1}{2} \log \left|\frac{x - 1}{x + 1}\right| + K

Q. 5

Solve the differential equation \frac{dy}{dx} + 2xy = y.
Solution:

The given differential equation is:

\frac{dy}{dx} + 2xy = y

To solve this, we first rearrange the terms to identify the type of differential equation. Move the y term to the left side:

\frac{dy}{dx} + 2xy - y = 0

Factor out y:

\frac{dy}{dx} + (2x - 1) y = 0

This equation is in the form \frac{dy}{dx} + P(x) y = Q(x), where P(x) = 2x - 1 and Q(x) = 0. This is a linear differential equation of the first order.

Alternatively, we can see this is a separable equation if we rearrange it as:

\frac{dy}{dx} = - (2x - 1) y

Separating the variables:

\frac{dy}{y} = - (2x - 1) dx

Now, integrate both sides:

\int \frac{dy}{y} = \int - (2x - 1) dx

The integral of \frac{1}{y} is \log |y|, and the integral of -(2x - 1) is - (x^2 - x).

\log |y| = - (x^2 - x) + C_1

where C_1 is the constant of integration.

Exponentiate both sides to solve for y:

|y| = e^{- (x^2 - x) + C_1}

|y| = e^{C_1} e^{- (x^2 - x)}

Let C = \pm e^{C_1}. Since e^{C_1} is always positive, C can be any non-zero constant. If we allow y=0 as a solution (which it is, as \frac{d(0)}{dx} + (2x-1)(0) = 0), then C can be zero as well. Thus, C is an arbitrary constant.

y = C e^{- (x^2 - x)}

The general solution is y = C e^{x - x^2}.

Common mistakes

  • Errors in algebraic manipulation during separation of variables.
  • Incorrectly identifying the type of differential equation (e.g., linear, homogeneous).
  • Mistakes in calculating the integrating factor for linear differential equations.
  • Forgetting to include the constant of integration or miscalculating it.
  • Errors in applying initial conditions to find the particular solution.

Revision tips

  • Practice solving each type of differential equation covered in the chapter.
  • Pay close attention to the steps involved in finding the integrating factor for linear equations.
  • Ensure you correctly apply initial conditions to find the constant of integration.
  • Review the formulas for integrating standard functions, especially those involving logarithms and exponentials.
  • Work through the examples and exercises multiple times to reinforce understanding.

Practice MCQs

Q1. What is the general solution of the differential equation \(\frac{dy}{dx} = 2^{y-x}\)?

Q2. What is the differential equation for the family of all non-vertical lines in a plane?

Q3. If \(\frac{dy}{dx} = e^{-2y}\) and \(y=0\) when \(x=5\), what is the value of x when \(y=3\)?

Q4. The differential equation \((x^2 - 1) \frac{dy}{dx} + 2xy = \frac{1}{x^2 - 1}\) is a type of:

Q5. What is the integrating factor (IF) for the differential equation \(\frac{dy}{dx} + (2x - 1) y = 0\)?

Frequently asked questions

What is a differential equation?

A differential equation is an equation that relates a function with its derivatives. It describes the relationship between a quantity and its rate of change.

What are the main methods to solve differential equations covered in this chapter?

This chapter covers solving differential equations by separation of variables, forming differential equations for families of curves, and solving linear differential equations using an integrating factor.

How do initial conditions help in solving differential equations?

Initial conditions (like a specific value of y at a given x) are used to find the particular solution of a differential equation by determining the value of the constant of integration.

What is an integrating factor?

An integrating factor is a function that, when multiplied by a differential equation (especially a linear one), makes it easier to solve, often by transforming it into an exact differential or a form where one side is the derivative of a product.

Are these solutions suitable for CBSE Class 12 board exam preparation?

Yes, these NCERT Solutions for the Maths Exemplar Chapter 9 are designed to help students understand and practice differential equations, which is a key topic for the CBSE Class 12 board exams.

Content reviewed by the NCERT Help team. Editorial Team and update policy

NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.