You compute W[y₁, y₂](0) = 0 for two solutions of a linear ODE. What can you conclude?
ANothing yet — the Wronskian might be nonzero at other points, so independence is still possible
BThe solutions are linearly dependent everywhere, because for linear ODEs the Wronskian is either always zero or never zero
CThe general solution is y = c₁y₁ + c₂y₂ — you need more information to determine independence
DThe ODE has no fundamental set of solutions
By Abel's theorem, the Wronskian of two solutions to a linear ODE satisfies W(t) = W(t₀)e^(-∫p dt), which is either always zero or never zero. If W(0) = 0, then W(t) = 0 everywhere — the solutions are linearly dependent globally, not just at t = 0. Option A reflects the common misconception that you need to check multiple points; the 'always or never' property means a single evaluation is definitive.
Question 2 Multiple Choice
Two functions y₁ = sin(t) and y₂ = 2sin(t) are proposed as a fundamental set of solutions for a second-order ODE. Without computing the Wronskian, you can already determine this is incorrect because:
ATrigonometric functions cannot be solutions to ODEs with constant coefficients
By₂ is a constant multiple of y₁, so they are linearly dependent and cannot span the full solution space of a second-order ODE
CThe Wronskian of sine functions is always zero regardless of coefficient
DA fundamental set must consist of exponential functions, not trigonometric ones
Linear dependence means one function is a scalar multiple of the other — here y₂ = 2y₁, which is the definition of linear dependence. A fundamental set for a second-order ODE must consist of two linearly independent solutions to span the full two-dimensional solution space. The combination c₁y₁ + c₂(2y₁) = (c₁ + 2c₂)y₁ produces only a one-dimensional family — missing entire solutions. Computing the Wronskian would give zero, confirming the dependence.
Question 3 True / False
If the Wronskian W[y₁, y₂](t₀) ≠ 0 at a single point t₀, then the solutions are linearly independent at all points on the interval.
TTrue
FFalse
Answer: True
This follows from Abel's theorem: for solutions of y'' + p(t)y' + q(t)y = 0, the Wronskian satisfies W(t) = W(t₀)e^(-∫p dt). If W(t₀) ≠ 0, the exponential factor is always positive and finite, so W(t) ≠ 0 everywhere p is continuous. This 'global from local' property is what makes the Wronskian efficient — you pick one easy point rather than checking infinitely many.
Question 4 True / False
If W[y₁, y₂] ≠ 0, then y₁ and y₂ form a fundamental set, so the general solution is c₁y₁ + c₂y₂.
TTrue
FFalse
Answer: True
This is correct and is the main use of the Wronskian in ODE practice. If W ≠ 0, the two solutions are linearly independent and span the full solution space of the second-order linear ODE — every solution can be written as c₁y₁ + c₂y₂ for some constants c₁, c₂. The Wronskian check is the structural verification step before writing the general solution, preventing the error of using two linearly dependent solutions that would capture only a one-dimensional subset of all solutions.
Question 5 Short Answer
Why is Abel's theorem significant for the practical use of the Wronskian as a test of linear independence?
Think about your answer, then reveal below.
Model answer: Abel's theorem shows that the Wronskian of two solutions to a linear ODE is either always zero or never zero — it cannot vanish at some points and be nonzero at others. This means you only need to evaluate the Wronskian at one convenient point (usually t = 0) to determine independence everywhere on the interval. Without Abel's theorem, you would have to worry that the Wronskian might vanish at some critical point even if it is nonzero elsewhere, undermining the reliability of the test.
The practical payoff is efficiency and confidence. To check if e^(2t) and e^(-t) form a fundamental set, compute W at t = 0: W(0) = (1)(−1) − (1)(2) = −3 ≠ 0. Abel's theorem guarantees this single nonzero evaluation means W ≠ 0 everywhere, so the pair is a fundamental set. The 'always or never' property makes the Wronskian far more useful than if it were only a local test.