NCERT Solutions for Exercise 9.3 Class 12 Maths Chapter 9- Differential Equations

NCERT Solutions for Exercise 9.3 Class 12 Maths Chapter 9- Differential Equations

Upcoming Event

CBSE Class 12th Exam Date:17 Feb' 26 - 17 Feb' 26

Updated on 04 Dec 2023, 08:15 AM IST

NCERT Solutions For Class 12 Maths Chapter 9 Exercise 9.3

NCERT Solutions for Exercise 9.3 Class 12 Maths Chapter 9 Differential Equations are discussed here. These NCERT solutions are created by subject matter expert at Careers360 considering the latest syllabus and pattern of CBSE 2023-24. NCERT solutions for exercise 9.3 Class 12 Maths chapter 9 comes under topic 9.4 of NCERT Class 12 Mathematics Book. The questions in exercise 9.3 Class 12 Maths are related to the concepts of forming a Differential Equation that represents a given family of curves. Differential equations related to the family of lines, parabolas, ellipse, circles etc are discussed. The procedures to form the differential equation that represents the family of a curve are detailed before the Class 12th Maths chapter 6 exercise 9.3. The other concepts discussed in the unit are detailed in the following exercises.

12th class Maths exercise 9.3 answers are designed as per the students demand covering comprehensive, step by step solutions of every problem. Practice these questions and answers to command the concepts, boost confidence and in depth understanding of concepts. Students can find all exercise together using the link provided below.

Also read -

Access NCERT Solutions for Class 12 Maths Chapter 9 Exercise 9.3

Download PDF

Differential Equations Class 12 Chapter 9 Exercise: 9.3

Question:1 Form a differential equation representing the given family of curves by eliminating arbitrary constants a and b.

$\frac{x}{a} + \frac{y}{b} = 1$

Answer:

Given equation is

$\frac{x}{a} + \frac{y}{b} = 1$
Differentiate both the sides w.r.t x
$\frac{d\left ( \frac{x}{a}+\frac{y}{b} \right )}{dx}=\frac{d(1)}{dx}$
$\frac{1}{a}+\frac{1}{b}.\frac{dy}{dx} = 0\\ \frac{dy}{dx} = -\frac{b}{a}$
Now, again differentiate it w.r.t x
$\frac{d^2y}{dx^2} =0$
Therefore, the required differential equation is $\frac{d^2y}{dx^2} =0$ or $y^{''} =0$

Question:2 Form a differential equation representing the given family of curves by eliminating arbitrary constants a and b.

$y^2 = a(b^2 - x^2)$

Answer:

Given equation is
$y^2 = a(b^2 - x^2)$
Differentiate both the sides w.r.t x
$\frac{d\left ( y^2 \right )}{dx}=\frac{d(a(b^2-x^2))}{dx}$
$2y\frac{dy}{dx}= -2ax\\ \\ y.\frac{dy}{dx}= -ax\\ \\ y.y^{'}=-ax$ -(i)
Now, again differentiate it w.r.t x
$y^{'}.y^{'}+y.y^{''}= -a\\ (y^{'})^2+y.y^{''}=-a$ -(ii)
Now, divide equation (i) and (ii)
$\frac{(y^{'})^2+y.y^{''}}{y.y^{'}}= \frac{-a}{-ax}\\ \\ x(y^{'})^2+x.y.y^{''}=y.y^{'}\\ \\ x(y^{'})^2+x.y.y^{''}-y.y^{'}=0$
Therefore, the required differential equation is $x(y^{'})^2+x.y.y^{''}-y.y^{'}=0$

Question:3 Form a differential equation representing the given family of curves by eliminating arbitrary constants a and b. $y = ae^{3x} + b e^{-2x}$

Answer:

Given equation is
$y = ae^{3x} + b e^{-2x}$ -(i)
Differentiate both the sides w.r.t x
$\frac{d\left ( y \right )}{dx}=\frac{d(ae^{3x}+be^{-2x})}{dx}$
$y^{'}=\frac{dy}{dx}= 3ae^{3x}-2be^{-2x}\\ \\$ -(ii)
Now, again differentiate w.r.t. x
$y^{''}= \frac{d^2y}{dx^2} = 9ae^{3x}+4be^{-2x}$ -(iii)
Now, multiply equation (i) with 2 and add equation (ii)
$2(ae^{3x}+be^{-2x})+(3a-2be^{-x}) = 2y+y^{'}\\ 5ae^{3x} = 2y+y^{'}\\ ae^{3x}= \frac{2y+y^{'}}{5}$ -(iv)
Now, multiply equation (i) with 3 and subtract from equation (ii)
$3(ae^{3x}+be^{-2x})-(3a-2be^{-x}) = 3y-y^{'}\\ 5be^{-2x} = 3y-y^{'}\\ be^{-2x}= \frac{3y-y^{'}}{5}$ -(v)
Now, put values from (iv) and (v) in equation (iii)
$y^{''}= 9.\frac{2y+y^{'}}{5}+4.\frac{3y-y^{'}}{5}\\ \\ y^{''}= \frac{18y+9y^{'}+12y-4y^{'}}{5}\\ \\ y^{''}= \frac{5(6y-y^{'})}{5}=6y-y^{'}\\ \\ y^{''}+y^{'}-6y=0$

Therefore, the required differential equation is $y^{''}+y^{'}-6y=0$

Question:4 Form a differential equation representing the given family of curves by eliminating arbitrary constants a and b. $y = e^{2x}(a+bx)$

Answer:

Given equation is
$y = e^{2x}(a+bx)$ -(i)
Now, differentiate w.r.t x
$\frac{dy}{dx}= \frac{d(e^{2x}(a+bx))}{dx}= 2e^{2x}(a+bx)+e^{2x}.b$ -(ii)
Now, again differentiate w.r.t x
$y^{''}= \frac{d^2y}{dx^2}= \frac{d}{dx}\frac{dy}{dx} = 4e^{2x}(a+bx)+2be^{2x}+2be^{2x}= 4e^{2x}(a+bx)+4be^{2x}$ -(iii)
Now, multiply equation (ii) with 2 and subtract from equation (iii)
$4e^{2x}(a+bx)+4be^{2x}-2\left ( 2e^{2x}(a+bx)+be^{2x} \right )=y^{''}-2y^{'}\\ \\ 2be^{2x} = y^{''}-2y^{'}\\ \\ be^{2x}= \frac{y^{''}-2y^{'}}{2}$ -(iv)
Now,put the value in equation (iii)
$y^{''}=4y+4.\frac{y^{''}-2y^{'}}{2}\\ \\ y^{''}= 4y+2y^{''}-4y^{'}\\ \\ y^{''}-4y^{'}+4y=0$
Therefore, the required equation is $y^{''}-4y^{'}+4y=0$

Question:5 Form a differential equation representing the given family of curves by eliminating arbitrary constants a and b.

$y=e^x(a\cos x + b\sin x)$

Answer:

Given equation is
$y=e^x(a\cos x + b\sin x)$ -(i)
Now, differentiate w.r.t x
$\frac{dy}{dx}= \frac{d(e^{x}(a\cos x+b\sin x))}{dx}= e^{x}(a\cos x+b\sin x)+e^x(-a\sin x+b\cos x )$ -(ii)
Now, again differentiate w.r.t x
$y^{''}= \frac{d^2y}{dx^2}= \frac{d}{dx}\frac{dy}{dx} =e^{x}(a\cos x+b\sin x)+e^x(-a\sin x+b\cos x )$ $+e^x(-a\sin x+b\cos x )+e^x(-a\cos x-b\sin x)$
$=2e^x(-a\sin x+b\cos x )$ -(iii)
Now, multiply equation (i) with 2 and multiply equation (ii) with 2 and add and subtract from equation (iii) respectively
we will get

$y^{''}-2y^{'}+2y = 0$
Therefore, the required equation is $y^{''}-2y^{'}+2y = 0$

Question:6 Form the differential equation of the family of circles touching the y-axis at origin.

Answer:

1628484808301 If the circle touches y-axis at the origin then the centre of the circle lies at the x-axis
Let r be the radius of the circle
Then, the equation of a circle with centre at (r,0) is
$(x-r)^2+(y-0)^2 = r^2$
$x^2+r^2-2xr+y^2=r^2\\ x^2+y^2-2xr=0$ -(i)
Now, differentiate w.r.t x
$2x+2y\frac{dy}{dx}-2r=0\\ y\frac{dy}{dx}\Rightarrow yy^{'}+x-r=0$
$yy^{'}+x=r$ -(ii)
Put equation (ii) in equation (i)
$x^2+y^2=2x(yy^{'}+x)\\ y^2=2xyy^{'}+x^2$
Therefore, the required equation is $y^2=2xyy^{'}+x^2$

Question:7 Form the differential equation of the family of parabolas having vertex at origin and axis along positive y-axis.

Answer:

Equation of perabola having vertex at origin and axis along positive y-axis is
$x^2= 4ay$ (i)
Now, differentiate w.r.t. c
$2x= 4a\frac{dy}{dx}\\ \\ \frac{dy}{dx} =y^{'}= \frac{x}{2a}$
$a=\frac{x}{2y^{'}}$ -(ii)
Put value from equation (ii) in (i)
$x^2= 4y.\frac{x}{2y^{'}}\\ xy^{'}-2y = 0$
Therefore, the required equation is $xy^{'}-2y = 0$

Question:8 Form the differential equation of the family of ellipses having foci on y-axis and centre at origin.

Answer:

Equation of ellipses having foci on y-axis and centre at origin is
$\frac{x^2}{b^2}+\frac{y^2}{a^2} = 1$ -
Now, differentiate w..r.t. x
$\frac{2x}{b^2}+\frac{2y}{a^2}.\frac{dy}{dx}=0\\$ -(i)
Now, again differentiate w.r.t. x
$\frac{2}{b^2}+\frac{2}{a^2}.y^{'}.y^{'}+\frac{2y}{a^2}.y^{''}=0\\ \\ \frac{1}{b^2}=-\frac{1}{a^2}\left ( (y^{'})^2+yy^{''} \right )$ -(ii)
Put value from equation (ii) in (i)
Our equation becomes
$\frac{2y}{a^2}y^{'}-\frac{2x}{a^2}\left ( (y^{'})^2+yy^{''} \right )=0\\ \\ 2yy^{'}-2(y^{'})^2x+2yy^{''}x=0\\ \\ xyy^{''}-x(y^{'})^2+yy^{'}= 0$
Therefore, the required equation is $xyy^{''}-x(y^{'})^2+yy^{'}= 0$

Question:9 Form the differential equation of the family of hyperbolas having foci on x-axis and centre at origin.

Answer:

Equation of hyperbolas having foci on x-axis and centre at the origin
$\frac{x^2}{b^2}+\frac{y^2}{a^2} = 1$
Now, differentiate w..r.t. x
$\frac{2x}{b^2}+\frac{2y}{a^2}.\frac{dy}{dx}=0\\$ -(i)
Now, again differentiate w.r.t. x
$\frac{2}{b^2}+\frac{2}{a^2}.y^{'}.y^{'}+\frac{2y}{a^2}.y^{''}=0\\ \\ \frac{1}{b^2}=-\frac{1}{a^2}\left ( (y^{'})^2+yy^{''} \right )$ -(ii)
Put value from equation (ii) in (i)
Our equation becomes
$\frac{2y}{a^2}y^{'}-\frac{2x}{a^2}\left ( (y^{'})^2+yy^{''} \right )=0\\ \\ 2yy^{'}-2(y^{'})^2x+2yy^{''}x=0\\ \\ xyy^{''}-x(y^{'})^2+yy^{'}= 0$
Therefore, the required equation is $xyy^{''}-x(y^{'})^2+yy^{'}= 0$

Question:10 Form the differential equation of the family of circles having centre on y-axis and radius 3 units.

Answer:

1628484856150 Equation of the family of circles having centre on y-axis and radius 3 units
Let suppose centre is at (0,b)
Now, equation of circle with center (0,b) an radius = 3 units
$(x-0)^2+(y-b)^2=3^2 \ \ \ \ \ \ \ \ \ \ \ -(i)\\ x^2+y^2+b^2-2yb = 9$
Now, differentiate w.r.t x
we get,
$2x+2yy^{'}-2by^{'}= 0\\ 2x+2y(y-b)= 0\\ (y-b)=\frac{-x}{y^{'}} \ \ \ \ \ \ \ \ \ \ \ \ \ -(ii)$
Put value fro equation (ii) in (i)
$(x-0)^2+(\frac{-x}{y^{'}})^2=3^2 \\ x^2+\frac{x^2}{(y^{'})^2}=9\\ x^2(y^{'})^2+x^2=9(y^{'})^2\\ \\ (x^2-9)(y^{'})^2+x^2 = 0$
Therefore, the required differential equation is $(x^2-9)(y^{'})^2+x^2 = 0$

Question:11 Which of the following differential equations has $y = c_1e^x + c_2e^{-x}$ as the general solution?

(A) $\frac{d^2y}{dx^2} + y = 0$

(B) $\frac{d^2y}{dx^2} - y = 0$

(C) $\frac{d^2y}{dx^2} +1 = 0$

(D) $\frac{d^2y}{dx^2} -1 = 0$

Answer:

Given general solution is
$y = c_1e^x + c_2e^{-x}$
Differentiate it w.r.t x
we will get
$\frac{dy}{dx} = c_1e^x-c_2e^{-x}$
Again, Differentiate it w.r.t x
$\frac{d^2y}{dx^2} = c_1e^x+c_2e^{x}=y\\ \frac{d^2y}{dx^2} - y = 0$
Therefore, (B) is the correct answer

Question:12 Which of the following differential equations has $y = x$ as one of its particular solution?

(A) $\frac{d^2y}{dx^2} - x^2\frac{dy}{dx} + xy =x$

(B) $\frac{d^2y}{dx^2} + x\frac{dy}{dx} + xy =x$

(C) $\frac{d^2y}{dx^2} - x^2\frac{dy}{dx} + xy =0$

(D) $\frac{d^2y}{dx^2} + x\frac{dy}{dx} + xy =0$

Answer:

Given equation is
$y = x$
Now, on differentiating it w.r.t x
we get,
$\frac{dy}{dx} = 1$
and again on differentiating it w.r.t x
we get,

$\frac{d^2y}{dx^2} = 0$
Now, on substituting the values of $\frac{d^2y}{dx^2} , \frac{dy}{dx} \ and \ y$ in all the options we will find that only option c which is $\frac{d^2y}{dx^2} - x^2\frac{dy}{dx} + xy =0$ satisfies
Therefore, the correct answer is (C)

More About NCERT Solutions for Class 12 Maths Chapter 9 Exercise 9.3

Examples 4 to 8 are given before the exercise 9.3 Class 12 Maths to get an idea of the concepts discussed in the NCERT Book of Class 12 Maths chapter topic 9.4. And 12 questions are given in the Class 12 Maths chapter 9 exercise 9.3 for practice and these are solved here by mathematics expert faculties. It is better to try to solve the questions without looking for solutions. If any doubts arise while solving use NCERT solutions for Class 12 Maths chapter 9 exercise 9.3.

Benefits of NCERT Solutions for Class 12 Maths Chapter 9 Exercise 9.3

The Class 12 Maths chapter 9 exercise 9.3 are curated by mathematics faculties and can be used for the preparation of the CBSE board exams.

  • Rather than exam point of view solving exercise will give an insight to the concepts studied.

    JEE Main Highest Scoring Chapters & Topics
    Just Study 40% Syllabus and Score upto 100%
    Download EBook

    Key Features Of NCERT Solutions for Exercise 9.3 Class 12 Maths Chapter 9

    • Comprehensive Coverage: The solutions encompass all the topics covered in ex 9.3 class 12, ensuring a thorough understanding of the concepts.
    • Step-by-Step Solutions: In this class 12 maths ex 9.3, each problem is solved systematically, providing a stepwise approach to aid in better comprehension for students.
    • Accuracy and Clarity: Solutions for class 12 ex 9.3 are presented accurately and concisely, using simple language to help students grasp the concepts easily.
    • Conceptual Clarity: In this 12th class maths exercise 9.3 answers, emphasis is placed on conceptual clarity, providing explanations that assist students in understanding the underlying principles behind each problem.
    • Inclusive Approach: Solutions for ex 9.3 class 12 cater to different learning styles and abilities, ensuring that students of various levels can grasp the concepts effectively.
    • Relevance to Curriculum: The solutions for class 12 maths ex 9.3 align closely with the NCERT curriculum, ensuring that students are prepared in line with the prescribed syllabus.

    Frequently Asked Questions (FAQs)

    Q: What type of curve is discussed in example 6 of Class 12 chapter 9?
    A:

    Ellipse.

    Q: What are the concepts to be covered before solving exercise 9.3?
    A:

    Students must be able to differentiate the given function. For this students should be aware of basic differentiation. 

    Q: Is the chapter differential equations important for CBSE board students?
    A:

    Yes, as NCERT is followed by CBSE students it is important to cover this chapter.

    Q: Whether the concepts of differential equations are used in physics?
    A:

    Yes, to solve certain problems or to represent a certain type of motions differential equations are used.

    Q: What are the topics covered before exercise 9.3 of Class 12 Maths?
    A:

    The concepts of order and degree of differential equations and general and particular solutions are covered.

    Q: Which topic is covered in exercise 9.3?
    A:

    The NCERT Class 12 exercise 9.3 covers the topic of forming differential equations of a family of curves.

    Q: How many questions are solved in the NCERT solutions for Class 12 Maths chapter 9 exercise 9.3?
    A:

    12 questions are explained through exercise 9.3 Class 12 Maths.

    Q: What is the number of multiple-choice questions in the Class 12 Maths chapter 9 exercise 9.3?
    A:

    Two objective questions with 4 choices are given in the Class 12th Maths chapter 6 exercise 9.3.

    Articles
    |
    Upcoming School Exams
    Ongoing Dates
    Assam HSLC Application Date

    1 Sep'25 - 21 Oct'25 (Online)

    Ongoing Dates
    CGSOS 12th Application Date

    8 Sep'25 - 8 Oct'25 (Online)

    Certifications By Top Providers
    Explore Top Universities Across Globe

    Questions related to CBSE Class 12th

    On Question asked by student community

    Have a question related to CBSE Class 12th ?

    Hello,

    The date of 12 exam is depends on which board you belongs to . You should check the exact date of your exam by visiting the official website of your respective board.

    Hope this information is useful to you.

    Hello,

    Class 12 biology questions papers 2023-2025 are available on cbseacademic.nic.in , and other educational website. You can download PDFs of questions papers with solution for practice. For state boards, visit the official board site or trusted education portal.

    Hope this information is useful to you.

    Hello Pruthvi,

    Taking a drop year to reappear for the Karnataka Common Entrance Test (KCET) is a well-defined process. As a repeater, you are fully eligible to take the exam again to improve your score and secure a better rank for admissions.

    The main procedure involves submitting a new application for the KCET through the official Karnataka Examinations Authority (KEA) website when registrations open for the next academic session. You must pay the required application fee and complete all formalities just like any other candidate. A significant advantage for you is that you do not need to retake your 12th board exams. Your previously secured board marks in the qualifying subjects will be used again. Your new KCET rank will be calculated by combining these existing board marks with your new score from the KCET exam. Therefore, your entire focus during this year should be on preparing thoroughly for the KCET to achieve a higher score.

    For more details about the KCET Exam preparation, CLICK HERE.

    I hope this answer helps you. If you have more queries, feel free to share your questions with us, and we will be happy to assist you.

    Thank you, and I wish you all the best in your bright future.

    Yes, you can switch from Science in Karnataka State Board to Commerce in CBSE for 12th. You will need a Transfer Certificate from your current school and meet the CBSE school’s admission requirements. Since you haven’t studied Commerce subjects like Accountancy, Economics, and Business Studies, you may need to catch up before or during 12th. Not all CBSE schools accept direct admission to 12th from another board, so some may ask you to join Class 11 first. Make sure to check the school’s rules and plan your subject preparation.



    Hello

    For the 12th CBSE Hindi Medium board exam, important questions usually come from core chapters like “Madhushala”, “Jhansi ki Rani”, and “Bharat ki Khoj”.
    Questions often include essay writing, letter writing, and comprehension passages. Grammar topics like Tenses, Voice Change, and Direct-Indirect Speech are frequently asked.
    Students should practice poetry questions on themes and meanings. Important questions also cover summary writing and translation from Hindi to English or vice versa.
    Previous years’ question papers help identify commonly asked questions.
    Focus on writing practice to improve handwriting and presentation. Time management during exams is key to answering all questions effectively.