We usually study wronskian concerned with solutions of ODE, but using this idea to check linear dependence of any two differentiable functions seems Okay because it is the determinant of a Matrix having functions & their derivatives.If two rows/columns are Linearly dependent, then Determinant is zero. The Wronskian for two real-valued differentiable functions f and g is defined by $W(f(t),g(t))$ = $\begin{vmatrix} f(t) & g(t)\\ f'(t) & g'(t)\\ \end{vmatrix}$ = $f(t)g'(t)-f(t)g(t)$. If f and g are linearly dependent on some interval $I$, then, WLOG we may assume $f = cg$ for some scalar $c$, so that the Wronskian becomes
$W(f(t),g(t))$ = $\begin{vmatrix} cg(t) & g(t)\\ cg'(t) & g'(t)\\ \end{vmatrix}$ = $c.g(t)g'(t)-c.g'(t)g(t)=0$
on $I$. In other words, if $f$ and $g$ are linearly dependent on $I$, the Wronskian $W(f(t),g(t))$ is
identically $0$ on $I$.
Now consider this question
Let $f, g : [- 1, 1] \to \mathbb{R}, f(x) = x ^ 3$ and $g(x) = x ^ 2|x|$. And options are
(a) $f$ and $g$ are linearly independent on $[- 1, 1]$
(b) $f(x) g' (x) - f'(x)g(x)$ is NOT identically zero on $[- 1, 1]$
(c) There exist continuous function $p(x)$ and $q(x)$ such that $f$ and $g$ satisfy $y'' + py' + qy = 0$ on $[- 1, 1].$
I had a discussion with my friend over this question, I said that the functions are Linearly Independent (abbrivated as LI) on $[-1,1]$ because we cannot write these functions as a scalar multiple of one another, now if they are LI their wronskian should not be zero. But my friend says define $$g(x) = \begin{cases} x³ & x≥0\\-x³ & x<0 \end{cases}$$ Now wronskian is for $x ≥0$ , $\begin{vmatrix} x³ & x³\\ 3x² & 3x²\\ \end{vmatrix}$ = $0$ and for $x<0$, $\begin{vmatrix} x³ & -x³\\ 3x² & -3x²\\ \end{vmatrix}$ = $0$ ,So it is zero on $[-1,1]$ So they are LI. Then, I said that you are calculating wronskian of a piecewise function over two different regions, then how can you combine the two individual results for the whole domain because LI and LD is domain based property. If we are going to check LI and LD on individual points in $\mathbb{R}$ then every function is LD because every point in $\mathbb{R}$ can be written as a scalar multiple of one another. I added, In Option B, they aren't asking to calculate wronskian, they are just asking that term to be NOT zero.
Option C I'm not sure about this but my view is that a piecewise function cannot be a solution to a differential equation.
Kindly help, what is correct explanation for this question.