Homogeneous EquationsExpected Educational ResultsLinear IndependenceDefinition: Linear Independence of Two FunctionsDefinition: Linear Dependence of Two FunctionsDefinition: WronskianTheorem: Linear IndependenceInvestigation 01Computing the WronskianUse Technology to Compute the WronskianCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 4.2 – Homogeneous Linear Equations: The General Solution
Objective 10–1: I can identify if two or more functions are linearly-independent.
Objective 10–2: I can identify the characteristic equation for
Objective 10–3: I can find the most general solution to
Two functions
Two functions
The Wronskian of
The Wronskian can be used to determine the linear independence of
If
Use the Wronskian to determine if the following list of functions are linearly independent:
Mathematica
x1(* Example from Investigation 01 *)2(* Compute the Wronskian for y=cos(x) and y=x*cos(x) *)3(* The functions are grouped inside braces; separated by comma *)4(* The second argument is the independent variable *)5
6Wronskian[{Cos[x], x Cos[x]}, x]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Last Modified: Monday, 6 September 2020 17:33 EDT