- v(z) is an unknown function of ‘z’.
- ‘g’, ‘L’, ‘b’ and ‘a’ are constants.
- represents the derivative of v(z) with respect to ‘z’.
- The ‘int()’ term represents the indefinite integral of expression inside the bracket and evaluates to function of ‘z’ which depends on the parameters ‘a’, ‘g’, ‘L’ and ‘b’. ‘C1’ is the arbitrary constant.
- ‘IgnoreSpecialCases’ when set to ‘true’ ignores the cases that require one or more parameters to be elements of a comparatively small set, such as a fixed finite set or a set of integers.
- ‘IgnoreAnalyticConstraints’ set to ‘true’ implies that while solving the differential equation using a solver, some simplifications are applied to make the calculations more efficient. In other words, the solver may use mathematical identities that work only for certain values of the variables, but may not be true in general.