Ordinary Differential Equations Questions and Answers for Entrance exams focuses on “Formation of Ordinary Differential Equations by Elimination of Arbitrary Constants”.
1. What is the slope of the equation, y= x2+8?
a) 2x
b) 0
c) 8
d) x
Answer: a
Explanation: The slope of the given equation, y= x2+8, is given by,
Slope= (frac{dy}{dx}=2x )
2. Which of the following is true with respect to formation of differential equation by elimination of arbitrary constants?
a) The given equation should be differentiated with respect to independent variable
b) Elimination of the arbitrary constant by replacing it using derivative
c) If ‘n’ arbitrary constant is present, the given equation should be differentiated ‘n’ number of times
d) To eliminate the arbitrary constants, the given equation must be integrated with respect to the dependent variable
Answer: d
Explanation: Consider a general equation, f(x,y,c)=0 ……………………………………… (1)
To form a differential equation by elimination of arbitrary constant, the following steps need to be followed:
- Differentiate (1) with respect to x
- In case of ‘n’ arbitrary constants, the equation should be differentiated ‘n’ number of times
- Eliminate the arbitrary constant using (1) and the derivatives
3. In the formation of differential equation by elimination of arbitrary constants, after differentiating the equation with respect to independent variable, the arbitrary constant gets eliminated.
a) False
b) True
Answer: a
Explanation: In the formation of differential equation by elimination of arbitrary constants, the first step is to differentiate the equation with respect to the dependent variable. Sometimes, the arbitrary constant gets eliminated after differentiation.
4. What is the differential equation of a family of parabolas with the foci at the origin and axis along the X-axis?
a) 2xy’+ 4y(y’)2-y=0
b) xy’+ y(y’)2-y=0
c) 2xy’+ y(y’)2-y=0
d) 2xy’+2y(y’)2-y=0
Answer: c
Explanation: The equation is, y2=4ax+4a2……………………………………. (1)
Differentiating (1) with respect to x, we get,
2yy’=4a ………………………………………………………………………………………….. (2)
Therefore, substituting the value of 4a in (1), we get,
y2=2yy’x+(yy’)2
So, the required differential equation is given by,
2xy’+y(y’)2-y=0
5. What is the nature of the equation, (xy^3 (frac{dy}{dx})^2+yx^2+frac{dy}{dx}=0)?
a) Second order, third degree, linear differential equation
b) First order, third degree, non-linear differential equation
c) First order, third degree, linear differential equation
d) Second order, third degree, non-linear differential equation
Answer: b
Explanation: Since the equation has only first derivative, i.e. ((frac{dy}{dx}),) it is a first order equation.
Degree is defined as the highest power of the highest order derivative involved. Hence it is 2.
The equation has one/more terms having a variable of degree two/higher; hence it is non-linear.
6. Which of the following is a type of Iterative method of solving non-linear equations?
a) Graphical method
b) Interpolation method
c) Trial and Error methods
d) Direct Analytical methods
Answer: b
Explanation: There are 2 types of Iterative methods, (i) Interpolation methods (or Bracketing methods) and (ii) Extrapolation methods (or Open-end methods).
7. The half-interval method in numerical analysis is also known as __________
a) Newton-Raphson method
b) Regula Falsi method
c) Taylor’s method
d) Bisection method
