Additional Convergence TestsPrerequisite KnowledgePre-AlgebraProperties of Exponential ExpressionsCalculus ILimitsInfinite LimitsLimits at InfinityIndeterminate Forms of LimitsIndeterminate QuotientsIndeterminate DifferencesIndeterminate ProductsIndeterminate Powersl'Hôpital's RuleDefinitionFactorialsGamma FunctionCheck Your WorkUse Technology to Evaluate Gamma FuncitonSimplifying Rational Expressions with FactorialsCheck Your WorkUse Technology to Simplify FactorialsCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.6 – Absolute Convergence and the Ratio and Root Tests
Section 11.7 – Strategy for Testing Series
If
If
NOTE:
Let
NOTE: Since
Type
Type
Type
Type
Type
Type
Type
NOTE: l'Hôpital's Rule is valid only for indeterminate quotients.
Suppose
then
For all positive integers,
In general,
The factorial is formally defined using the gamma function:
Mathematica
x1(* Compute 5! *)25!3
4(* Alternatively, compute 5! using the gamma function *)5Gamma[6]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.
Example 01: Simplify:
Solution:
Example 02: Simplify:
Solution:
Example 03: Simplify:
Solution:
Example 04: Simplify:
Solution:
Example 05: Simplify:
Solution:
Example 06: Simplify:
Solution:
Mathematica
xxxxxxxxxx21(* Example 06 *)2FullSimplify[(2n)!/(2(n-1))!]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: Tuesday, 17 November 2020 6:42 EDT