Negative Factorial
Negative Factorial
net/publication/348007076
Negative Factorial
CITATIONS READS
0 698
1 author:
Phani Srikar
Sreenidhi Institute of Science & Technology
1 PUBLICATION 0 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Phani Srikar on 31 December 2020.
10 August 2020
Abstract 2 History
1
3 The Origin Of Thought 3.2 Analogy to Factorial
Now this proof has made me wonder and inspired to
3.1 Realising the idea of LIMITING approach the proof of 0! in a similar manner.
approach with the aid of a0 proof
n! = n(n − 1)(n − 2).....1.
In mathematics ,the factorial of a non-negative inte-
ger n, denoted by n!, is the product of all positive
integers less than or equal to n.
For example : By definition of factorial ;
2
opposite to what we do with factorials of positive One can also compare the functional values of n!
numbers , just like we decrease positive numbers by and (−n)! and see that the values are same in mag-
1 we increase the negative numbers by 1. nitude but differ in their sign alternatively, i.e. neg-
ative factorial of odd numbers bear the opposite sing
This could potentially lead to some new defini- as that of the factorial of positive odd numbers ,but
tion for extension of factorials to negative numbers. the negative factorial of even numbers are same as
that of factorials of even numbers. Among the other
This is also just like the limiting approach where well defined functions for the factorials of real nega-
we tend to reach 0! From positive side by decreasing tive numbers are, Hadamard’s gamma function (?, ?)
values ,and for the negative side in order to show and Luschny’s factorial function (?, ?), both of which
such similar behaviour , the only thing we could do are continuous and positive at all real numbers.
to them make approach 0! is to increase them i.e add
1 rather subtracting 1 from them just as the gamma Now this how the LIMITING proof of 0! looks as
function does which fails to halt. shown in Figure 3.
(−5)! = −5 · −4 · −3 · −2 · −1 = −120
Here we stop at -1 ,as extending further is of no use
as our primary objective was to just approach until
0! .
(−4)! = −4 · −3 · −2 · −1 = +24
(−3)! = −3 · −2 · −1 = −6 Figure 3: Limiting approach to prove 0! = 1
(−2)! = −2 · −1 = 2
(−1)! = −1
3.5 Conclusion
By practical observation and rom the approach
The results as shown in Figure 3 support our for-
that we have decided we can formulate this behaviour
mula by showing a symmetrical approach (just like
as
a0 proof) towards 0!.
(−n)! = (0 − n) · (1 − n) · (2 − n) · ......... − 1.
3
discrete valued graph of the function f (t) = e−at · 4.1 Findiing the values of the con-
sin(bt) (?, ?)seems to have some similarity with the stants a, b
graph of (−n)!.
4.1.1 Trial and Error method
The results of the following graphs plotted using But for what values of the constants in the func-
MATLAB show some encouraging results. tion (a, b, A) would this be possible and what should
be nature of the amplitude, constant or variable? well
first let’s see for what values of a and b the function
varies in the similar manner to negative factorial
In MATLAB I plotted the graph of the function
for negative values of t(for the function) and n (for
its discrete form).
4
Figure 8: N vs Amplitude
Figure 7: graphs of f (t) for 0 < a < 1 and b > 0
5
32 } up-to a certain -n. It represents all the 3 graphs
(f(t) its discrete(green) , continuous form(blue,and
the negative factorial discrete plot(red impulses))
2 clear all ;
3 close all ;
4 clc ;
5 number = i n p u t ( ’ e n t e r t h e number : ’ ) ;
6 b2 = −number : − 1 : 0 ;
7 b1 = (( −1) . ˆ b2 ) . ∗ f a c t o r i a l ( b2 ) ;
8
6
39 N = number : 0 ;
40 N1 = exp(−a ∗N) ;
41 N2 = A. ∗ s i n ( b∗N) ;
42 N3 = N1 . ∗ N2 ;
43 stem (N, b1 ) ;
44 h o l d on
45 stem (N, N3) ;
46 h o l d on
47 y = −number : − 0 . 0 1 : 0 ;
48 A2 = s u b s ( poly , y ) ;
49 Figure 10: Interpolated negative Factorial
50 t = number : 0 . 0 1 : 0 ;
51 y = A2 . ∗ s i n ( b∗ t ) ; Now we can clearly see that all the values of nega-
52 y2 = exp(−a ∗ t ) ; tive factorial perfectly lie on the curve ,we can clearly
53 y3 = y2 . ∗ y ; say that we have found a perfect function equivalent
54 p l o t ( t , y3 ) ; for the negative factorial that we defined according
55 h o l d on for their existence.
56
57 p l o t (N, b1 , ’ r ’ ,N, N3 , ’ g ’ , t , y3 , ’ b ’ ) ;
5 Conclusion
As we have seen from the above discussions and proof
that negative factorials exist and show very mystical
behaviour both in their mathematical and graphical
analysis.
Negative factorial of a number n can be defined
as the product of numbers greater than -n up to -
1 . We have seen that factorials of non-negative and
non-positive numbers have same values with different
signs.
As we have also seen the graph on -n vs (-n)! Is
found to be damped oscillatory motion.
Hence the graph of negative factorial is similar to
that of the function f (t) = e − at ∗ A ∗ sin(bt) for
particular values of a, b, A i.e. a = (pi - (1/pi2) /10)
= 0.30403 and b = pi - (1/pi2) = 3.0403. and A is
a Lagrange’s interpolated polynomial A(n) of degree
n-1 found using -1,-2,-3. . . ..-n as x values and A(-1)
= mod(A-1) ,A(-2) = mod(A-2),A(-3) = mod(A-3),
. . . . and A(-n) = mod(A-n) as the corresponding y
values where An = mod((-n)!/e-an*sin(bn)) ,where
mod indicates the modulus function i.e mod(x) = x
and mod(-x) = x and n = -1,-2,-3,,,,,,-n.
Hence we can clearly state that negative factorials
exist (according to the definition that we have given)
and are found to be equal to a function f(t) = e-at *
7
A*sin(bt) for particular values of a, b, A. Oldham, K. B., Myland, J., & Spanier, J. (2010).
We have also understood how to think or develop a An atlas of functions: with equator, the atlas
thought process to arrive at the existence of factorials function calculator. Springer Science & Busi-
for negative numbers at the same time understating ness Media.
0 Thukral, A. K. (2014). Factorials of real nega-
the proof of 0! And a = 1 ,a is any real number not
equal 0 though the idea of limiting approach towards tive and imaginary numbers-a new perspective.
a number from either sides. SpringerPlus, 3 (1), 658.
References
Anglani, R., & Barile, M. (2007). Factorials as sums.
arXiv preprint math/0702010 .
Bhargava, M. (2000). The factorial function and
generalizations. The American Mathematical
Monthly, 107 (9), 783–799. Retrieved from
http://www.jstor.org/stable/2695734
Borwein, J. M., & Corless, R. M. (2018). Gamma
and factorial in the monthly. The American
Mathematical Monthly, 125 (5), 400–424.
Davis, P. J. (1959). Leonhard euler’s integral: A his-
torical profile of the gamma function: In memo-
riam: Milton abramowitz. The American Math-
ematical Monthly, 66 (10), 849–869.
Dutka, J. (1991). The early history of the factorial
function. Archive for history of exact sciences,
43 (3), 225–249.
Gautschi, W. (2008). Leonhard euler: his life, the
man, and his works. SIAM review , 50 (1), 3–
33.
Ibrahim, A. (2013). Extension of factorial concept
to negative numbers. Notes on Number Theory
and Discrete Mathematics, 19 (2), 30–42.
Lefort, X. (2002). History of the logarithms: an ex-
ample of the development of a concept in math-
ematics. Project Penelope, editor: Miguel Her-
nandez Gonzalez) Fundaciõn Canaria Orotava
de Historia de la Ciencia, La Orotava, 142–
155.
Lexa, M. (2002). Remembering john napier and his
logarithms. IEEE Potentials Magazine.
Loeb, D. E. (1995). A generalization of the binomial
coefficients. arXiv preprint math/9502218 .
Luschny, P. (2012). Approximation formulas for the
factorial function n.