NEOCODE

linear differential equation (introduction & solution ) ,linear dependence and its solution

1. What is the order of the differential equation d2ydx2+3dydx+2y=0?

Correct Answer: c) 2

Explanation: The order of a differential equation is the highest derivative present. Here, the highest derivative is d²y/dx², making it 2nd order.

2. Which of the following is a linear differential equation?

Correct Answer: c) y'+2y=ex

Explanation: A linear differential equation has dependent variable (y) and its derivatives in first degree only. Option c satisfies this condition.

3. What is the general solution of dydx+2y=0?

Correct Answer: b) y=Ce-2x

Explanation: This is a first-order linear ODE with solution y=Ce-P(x)x where P(x)=2.

4. The integrating factor for dydx+3x2y=x2 is:

Correct Answer: a) ex3

Explanation: The integrating factor is e3x2dx=ex3.

5. The functions f(x)=ex and g(x)=2ex are:

Correct Answer: b) Linearly dependent

Explanation: Since g(x) = 2f(x), the functions are scalar multiples of each other, making them linearly dependent.

6. Which set of vectors is linearly independent in ℝ³?

Correct Answer: c) {(1,0,0), (0,1,0), (0,0,1)}

Explanation: The standard basis vectors are linearly independent as none can be written as a linear combination of the others.

7. The Wronskian of ex and e2x is:

Correct Answer: b) e3x

Explanation: Wronskian W = eˣ(2e²ˣ) - e²ˣ(eˣ) = 2e³ˣ - e³ˣ = e³ˣ.

8. The general solution of y''+4y=0 is:

Correct Answer: a) y=Acos2x+Bsin2x

Explanation: Characteristic equation r²+4=0 gives r=±2i, leading to trigonometric solutions.

9. Which of the following is the correct form of particular solution for y''+4y=3cos2x using undetermined coefficients?

Correct Answer: b) yp=Axcos2x+Bxsin2x

Explanation: Since cos2x matches the homogeneous solution, we multiply by x to get the correct particular solution form.

10. For the vectors v₁ = (1,2,3), v₂ = (4,5,6), and v₃ = (7,8,9), the correct statement about linear dependence is:

Correct Answer: d) Both b and c are correct

Explanation: The vectors are dependent since (7,8,9) = (1,2,3)+(4,5,6) and the determinant of the matrix formed by these vectors is zero.