Department of Math and Computer Science
Problems of the Month 1998
|
Problem for 1998 February |
Find the sum of the first n terms of the following series.
|
1+2+4+7+11+16+22+29+37+46+56+¼ |
|
Subtracting 1 from each term we get the series
|
0+1+3+6+10+15+21+28+36+45+55+¼, |
|
so that the i-th term of the given series is the (i-1)-th ``triangular number'', [((i-1)i)/2].
Hence the sum of the first n terms is
|
n+ |
n å
i=1
|
|
(i-1)i
2
|
= |
n3+5n
6
|
. |
|
|
proposed by Professor Bill Nico |
Develop a method or write a computer program to solve the following problem.
Suppose n is an integer, 3 £ n, and s1, s2, s3, ¼, sn are n positive
real numbers. Determine whether there exists a circle which can be circumscribed about a polygon
with sides of lengths s1, s2, s3, ¼, sn; and, if so, find (an accurate approximation
of) the radius.
In particular, does there exist a circle which can be circumscribed about a polygon with sides
of lengths 1, 2, 3, ¼, 10; and, if so, what is (an accurate approximation of) the radius?
Find a function f:R®R such that
where f(n) is the derivative of order n of f.
Consider f:R®R by f(x)=ex/2. Then for 0 £ n we have f(n)(x)=ex/2/2n. Thus the function f obviously has the required properties.
Of course for each a, 0 < a < 1, the function f(x)=eax has the required
properties.
No other solution was received.
|
Problem for 1998 July and August |
For each continuous function f:R®R let Tf:R®R by
|
x Î R Þ Tf(x)= |
ó õ
|
x
0
|
f= |
ó õ
|
x
0
|
f(u)du, |
|
and for n = 2, 3, ¼ let Tnf be the function obtained by applying T n times to
f.
For example, if g(t)=t2, then
|
|
|
= |
ó õ
|
x
0
|
g= |
ó õ
|
x
0
|
g(u) du= |
ó õ
|
x
0
|
u2 du=x3/3, and |
| |
| =TTg(x)= |
ó õ
|
x
0
|
Tg= |
ó õ
|
x
0
|
Tg(u) du= |
ó õ
|
x
0
|
u3/3 du=x4/12. |
|
|
Now let f(x)=ex, and determine limn®¥Tnf.
Here is another (equivalent) way to state the problem.
Let C(R) be the (infinite-dimensional) real vector space of all continuous functions
R®R and let T:C(R)® C(R) by
|
f Î C(R) Þ Tf Î C(R) by Tf(x)= |
ó õ
|
x
0
|
f= |
ó õ
|
x
0
|
f(u) du. |
|
Then for n=0, 1, 2, ¼ there is a linear operator Tn:C(R)®C(R) defined as follows:
If f Î C(R) by f(x)=ex, what is limn®¥Tnf?
(Observe that we are asking for limn®¥(Tnf).)
We find at once
|
|
| |
|
= |
ó õ
|
x
0
|
T0f= |
ó õ
|
x
0
|
eudu=ex-1 |
| |
|
= |
ó õ
|
x
0
|
T1f= |
ó õ
|
x
0
|
[eu-1]du=ex-x-1=ex-(1+x) |
| |
| = |
ó õ
|
x
0
|
T2f= |
ó õ
|
x
0
|
[eu-(1+u)]du=¼ = ex-(1+x+ |
x2
2
|
). |
|
|
Now let us write p-1(x)=0, and, for n=0,1,2,¼,
Then by induction on n we find easily
|
0 £ n Þ Tnf(x)=ex-pn-1(x). |
|
Now as everyone knows x Î R Þ
|
ex= |
¥ å
k=0
|
|
xk
k!
|
= |
lim
n®¥
|
|
n å
k=0
|
|
xk
k!
|
= |
lim
n®¥
|
pn(x). |
|
It follows at once that x Î R Þ
|
|
lim
n®¥
|
Tnf(x)= |
lim
n®¥
|
(ex-pn-1(x))=ex- |
lim
n®¥
|
pn-1(x) = ex- |
lim
n®¥
|
pn(x)=ex-ex=0. |
|
Thus we have: x Î R Þ limn®¥Tnf(x)=0, and since
this holds for each x, we write limn®¥Tnf=0.
Remark: Although the argument above holds for the particular function f(x)=ex,
in fact one can show that the same result holds for each continuous f:R®R.
|
Communicated by Dan Jurca |
-
-
For n=0,1,2,¼ let fn(x)=xn-1e1/x.
-
-
Find the n-th derivative, fn(n), of fn, and prove that your answer is correct.
|
Problem for 1998 November |
|
Communicated by Dan Jurca |
Let f(x)=sin(psin-1(x)); for n=0,1,2,3,¼ evaluate the n-th derivative of
f at 0; i.e., compute
Let us write y=f(x)=sin(psin-1x); then we find
so that y satisfies the differential equation (1-x2)y¢¢-xy¢+p2y=0.
Since f is clearly an analytic function near 0, we write y=ån=0¥ cnxn, where cn=[(f(n)(0))/n!]. We determine cn using
standard techniques as follows.
|
|
| |
| |
| |
| |
|
= |
¥ å
n=0
|
(n+2)(n+1)cn+2xn |
| |
| |
| = |
¥ å
n=0
|
[(n+2)(n+1)cn+2-n(n-1)cn]xn |
|
|
Hence for n=0,1,2,¼ we have
|
(n+2)(n+1)cn+2-n(n-1)cn-ncn+p2cn=0. |
|
Now one finds at once c0=f(0)=0, c1=f¢(0)=p, and
|
2 £ n Þ cn= |
(n-2)2-p2
n(n-1)
|
cn-2. |
|
It follows that
|
f(n)(0)=n!·cn= |
ì ï ï í
ï ï î
| |
|
| |
| |
(12-p2)(32-p2)¼[(n-2)2-p2]p |
|
|
| |
|
Equivalently one may write
|
f(n)(0)= |
ì ï ï í
ï ï î
| |
|
| |
p |
ën/2û Õ
i=1
|
[(2i-1)2-p2] |
|
|
| |
|
|
Problem for 1998 December |
|
Communicated by Dan Jurca |
Let us define a box as a subset of the cartesian plane which is
the interior of a square with sides of length 1 and vertices at the integer lattice
points; i.e., each corner of the square has integral coordinates. Now consider positive
integers m and n, and the m×n rectangle with one corner at the origin of
the cartesian plane and the diagonally opposite corner at the point (m,n). Find a formula for
b(m,n), the number of boxes inside this rectangle which are intersected by the line from the point
(0,0) to the point (m,n).
From the sketch below we can see that b(4,7)=10, and b(4,8)=8.
We show that b(m,n)=m+n-gcd(m,n).
First consider the case that m and n are relatively prime, so that gcd(m,n)=1.
Then we show that the line segment l from (0,0) to (m,n) does not contain a
point (i,j) with 0 < i < m. For otherwise the triangles with vertices (0,0),(i,0),(i,j)
and (0,0),(m,0),(m,n) are similar, so that i/j=m/n. But then we have in=jm, so that
m|in (since m divides jm). Since m and n are relatively prime, it follows that
m|i. This is not possible if 0 < i < m. Hence l contains no other point with integer
coordinates. This means that if l intersects the boundary of a box, it does so in one of
precisely three ways:
-
1.
-
in the point (0,0);
-
2.
- in the interior of an edge of the boundary;
-
3.
- in the point (m,n).
Now l cuts m-1 vertical edges and n-1 horizontal edges. Thus there is
one intersection of type 1; there are m+n-2 intersections of type 2; and there is one
intersection of type 3. Hence there are m+n intersections of all three types. Consider a point,
say P, moving along l from (0,0) to (m,n). Immediately after each intersection
except the last one, the one at (m,n), P enters a box. Thus P enters m+n-1 boxes,
and therefore l intersects exactly m+n-1 boxes.
Now consider the general case, and let g=gcd(m,n). Then there are positive integers m¢
and n¢ such that m=gm¢, n=gn¢, and gcd(m¢,n¢)=1. Again considering similar triangles
the line segment l from (0,0) to (m,n) contains the point (m¢,n¢). Further, the
pattern from (0,0) to (m¢,n¢) repeats g times. Hence l intersects g(m¢+n¢-1) = gm¢+gn¢-g=m+n-gcd(m,n) boxes, so b(m,n)=m+n-gcd(m,n), as asserted.
Also solved by Matthew Hubbard, Thomas Kim, and Professor Bill Nico. Thomas Kim generalized the
result to higher dimensions.
File translated from
TEX
by
TTH,
version 3.01.
On 10 Oct 2001, 09:05.