Full Chapter Mathematical Analysis Volume Ii Teo Lee Peng PDF
Full Chapter Mathematical Analysis Volume Ii Teo Lee Peng PDF
Full Chapter Mathematical Analysis Volume Ii Teo Lee Peng PDF
Lee Peng
Visit to download the full and correct content document:
https://textbookfull.com/product/mathematical-analysis-volume-ii-teo-lee-peng/
More products digital (pdf, epub, mobi) instant
download maybe you interests ...
https://textbookfull.com/product/mathematical-analysis-volume-i-
teo-lee-peng/
https://textbookfull.com/product/mathematical-analysis-ii-2nd-
edition-vladimir-a-zorich/
https://textbookfull.com/product/mathematical-analysis-ii-2nd-
edition-vladimir-a-zorich-2/
https://textbookfull.com/product/mathematical-analysis-ii-2nd-
edition-vladimir-a-zorich-3/
Mathematical statistics basic ideas and selected topics
Volume II Bickel P.J.
https://textbookfull.com/product/mathematical-statistics-basic-
ideas-and-selected-topics-volume-ii-bickel-p-j/
https://textbookfull.com/product/quantitative-data-analysis-for-
language-assessment-volume-ii-advanced-methods-vahid-aryadoust/
https://textbookfull.com/product/coulson-and-richardsons-
chemical-engineering-fourth-edition-volume-3a-chemical-and-
biochemical-reactors-and-reaction-engineering-r-ravi/
https://textbookfull.com/product/real-mathematical-analysis-
charles-chapman-pugh/
https://textbookfull.com/product/structural-dynamics-
fundamentals-and-advanced-applications-volume-ii-volume-ii-1st-
edition-alvar-m-kabe/
Mathematical Analysis
Volume II
January 1, 2024
Contents i
Contents
Contents i
Preface iv
References 642
Preface iv
Preface
Chapter 1
Euclidean Spaces
If S1 , S2 , . . ., Sn are sets, the cartesian product of these n sets is defined as the set
n
Y
S = S1 × · · · × Sn = Si = {(a1 , . . . , an ) | ai ∈ Si , 1 ≤ i ≤ n}
i=1
Rn = {(x1 , x2 , . . . , xn ) | x1 , x2 , . . . , xn ∈ R} .
x + y = (x1 + y1 , x2 + y2 , . . . , xn + yn ).
The set Rn with the addition and scalar multiplication operations is a vector
space. It satisfies the 10 axioms for a real vector space V .
Chapter 1. Euclidean Spaces 2
Let V be a set that is equipped with two operations – the addition and the
scalar multiplication. For any two vectors u and v in V , their addition is
denoted by u + v. For a vector u in V and a scalar α ∈ R, the scalar
multiplication of v by α is denoted by αv. We say that V with the addition
and scalar multiplication is a real vector space provided that the following
10 axioms are satisfied for any u, v and w in V , and any α and β in R.
Axiom 2 u + v = v + u.
Axiom 3 (u + v) + w = u + (v + w).
v + w = 0 = w + v.
Axiom 10 1v = v.
Rn is a real vector space. The zero vector is the point 0 = (0, 0, . . . , 0) with
all components equal to 0. Sometimes we also call a point x = (x1 , . . . , xn ) in
Chapter 1. Euclidean Spaces 3
Rn a vector, and identify it as the vector from the origin 0 to the point x.
Let us review some concepts from linear algebra which will be useful later.
Given that v1 , . . . , vk are vectors in a vector space V , a linear combination of
v1 , . . . , vk is a vector v in V of the form
v = c1 v 1 + · · · + ck v k
for some scalars c1 , . . . , ck , which are known as the coefficients of the linear
combination.
A subspace of a vector space V is a subset of V that is itself a vector space.
There is a simple way to construct subspaces.
Proposition 1.1
Let V be a vector space, and let v1 , . . . , vk be vectors in V . The subset
W = {c1 v1 + · · · + ck vk | c1 , . . . , ck ∈ R}
Example 1.1
c1 v1 + · · · + ck vk = 0
Example 1.2
In Rn , the standard unit vectors e1 , . . . , en are linearly independent.
Example 1.3
If V is a vector space, a vector v in V is linearly independent if and only if
v ̸= 0.
Example 1.4
Let V be a vector space. Two vectors u and v in V are linearly independent
if and only if u ̸= 0, v ̸= 0, and there does not exists a constant α such that
v = αu.
In other words, two vectors u and v in V are linearly independent if and only
if they are not parallel.
Chapter 1. Euclidean Spaces 5
Example 1.5
Example 1.6
In Rn , the n standard unit vectors e1 , . . ., en are linearly independent and
they span Rn . Hence, the dimension of Rn is n.
Example 1.7
Example 1.8
In Rn , the lines and the planes are of particular interest. They are closely
Chapter 1. Euclidean Spaces 6
x = x0 + tv, t ∈ R,
Example 1.9
Given two distinct points x1 and x2 in Rn , the line L that passes through
these two points have parametric equation given by
x = x1 + t(x2 − x1 ), t ∈ R.
x = x0 + t1 v1 + t2 v2 , t1 , t2 ∈ R,
Besides being a real vector space, Rn has an additional structure. Its definition
is motivated as follows. Let P (x1 , x2 , x3 ) and Q(y1 , y2 , y3 ) be two points in R3 .
By Pythagoras theorem, the distance between P and Q is given by
p
P Q = (x1 − y1 )2 + (x2 − y2 )2 + (x3 − y3 )2 .
P Q2 = OP 2 + OQ2 − 2 × OP × OQ × cos θ.
OP 2 + OQ2 − P Q2 = 2(x1 y1 + x2 y2 + x3 y3 ).
Chapter 1. Euclidean Spaces 8
Hence,
x1 y1 + x2 y2 + x3 y3
cos θ = p p . (1.1)
x21 + x22 + x23 y12 + y22 + y32
It is a quotient of x1 y1 + x2 y2 + x3 y3 by the product of the lengths of OP and OQ.
Generalizing the expression x1 y1 + x2 y2 + x3 y3 from R3 to Rn defines the dot
product. For any two vectors x = (x1 , x2 , . . . , xn ) and y = (y1 , y2 , . . . , yn ) in Rn ,
the dot product of x and y is defined as
n
X
x · y= xi y i = x1 y 1 + x2 y 2 + · · · + xn y n .
i=1
defines an inner product, called the standard inner product or the Euclidean
inner product.
In the future, when we do not specify, Rn always means the Euclidean n-space.
One can deduce some useful identities from the three axioms of an inner
product space.
Proposition 1.3
If V is an inner product space, then the following holds.
When n = 3, the length of the vector OP from the point O(0, 0, 0) to the point
Chapter 1. Euclidean Spaces 10
P (x1 , x2 , x3 ) is
q p
OP = x21 + x22 + x23 = ⟨x, x⟩, where x = (x1 , x2 , x3 ).
The norm of a vector in an inner product space satisfies some properties, which
follow from the axioms for an inner product space.
Proposition 1.4
Let V be an inner product space.
Proof
It is obvious that if either u = 0 or v = 0,
The 3rd axiom of an inner product says that f (t) ≥ 0 for all t ∈ R. Hence,
we must have b2 − 4ac ≤ 0. This gives
The equality holds if and only if b2 − 4ac = 0. The latter means that
f (t) = 0 for some t = α, which can happen if and only if
αu − v = 0,
or equivalently, v = αu.
Proof
It is sufficient to prove the statement when k = 2. The general case follows
from induction. Given v1 and v2 in V ,
∥v1 + v2 ∥2 = ⟨v1 + v2 , v1 + v2 ⟩
= ⟨v1 , v1 ⟩ + 2⟨v1 , v2 ⟩ + ⟨v2 , v2 ⟩
≤ ∥v1 ∥2 + 2∥v1 ∥∥v2 ∥ + ∥v2 ∥2
= (∥v1 ∥ + ∥v2 ∥)2 .
Corollary 1.7
Let V be an inner product space. For any vectors u and v in V ,
Express in terms of distance, the triangle inequality takes the following form.
Chapter 1. Euclidean Spaces 13
Since we can define the distance function on an inner product space, inner
product space is a special case of metric spaces.
d(u, v) = ∥v − u∥.
Using the Cauchy-Schwarz inequality, one can generalize the concept of angles
to any two vectors in a real inner product space. If u and v are two nonzero vectors
in a real inner product space V , Cauchy-Schwarz inequality implies that
⟨u, v⟩
∥u∥ ∥v∥
Chapter 1. Euclidean Spaces 14
is a real number between −1 and 1. Generalizing the formula (1.1), we define the
angle θ between u and v as
⟨u, v⟩
θ = cos−1 .
∥u∥ ∥v∥
This is an angle between 0◦ and 180◦ . A necessary and sufficient condition for
two vectors u and v to make a 90◦ angle is ⟨u, v⟩ = 0.
∥v − αw∥ ≥ ∥v − v1 ∥,
and the equality holds if and only if α is equal to the unique real number β
such that v1 = βw.
Chapter 1. Euclidean Spaces 15
Proof
Assume that v can be written as a sum of two vectors v1 and v2 , such that
v1 is parallel to w and v2 is orthogonal to w. Since w is nonzero, there
is a real number β such that v1 = βw. Since v2 = v − v1 = v − βw is
orthogonal to w, we have
⟨v, w⟩
β= ,
⟨w, w⟩
and
⟨v, w⟩ ⟨v, w⟩
v1 = w, v2 = v − w.
⟨w, w⟩ ⟨w, w⟩
It is easy to check that v1 and v2 given by these formulas indeed satisfy
the requirements that v1 is parallel to w and v2 is orthogonal to w. This
establishes the existence and uniqueness of v1 and v2 .
Now for any real number α,
v − αw = v − v1 + (β − α)w.
Chapter 1. Euclidean Spaces 16
Since ∥w∥ =
̸ 0, we must have α = β.
The vector v1 in this theorem is called the projection of v onto the subspace
spanned by w.
There is a more general projection theorem where the subspace W spanned by
w is replaced by a general subspace. We say that a vector v is orthogonal to the
subspace W if it is orthogonal to each vector w in W .
∥v − w∥ ≥ ∥v − projW v∥,
Sketch of Proof
If W is a k- dimensional vector space, it has a basis consists of k linearly
independent vectors w1 , . . . , wk . Since the vector v1 is in W , there are
constants c1 , . . . , ck such that
v 1 = c1 w 1 + · · · + ck w k .
Chapter 1. Euclidean Spaces 17
Using the fact that w1 , . . . , wk are linearly independent, one can show that
the k × k matrix
⟨w1 , w1 ⟩ · · · ⟨wk , w1 ⟩
.. ... ..
A=
. .
⟨w1 , wk ⟩ · · · ⟨wk , wk ⟩
⟨ui , uj ⟩ = 0 if i ̸= j.
Lemma 1.12
Let V be an inner product space, and let S = {u1 , . . . , uk } be an orthogonal
set of nonzero vectors in V that spans the subspace W . Given any vector v
in V ,
k
X ⟨v, ui ⟩
projW v = ui .
i=1
⟨ui , ui ⟩
Proof
By the general projection theorem, v = v1 + v2 , where v1 = projW v is in
W and v2 is orthogonal to W . Since S is a basis for W , there exist scalars
c1 , c2 , . . . , ck such that v1 = c1 u1 + · · · + ck uk . Therefore,
v = c1 u1 + · · · + ck uk + v2 .
⟨v, ui ⟩ = ci ⟨ui , ui ⟩.
Sketch of Proof
For 1 ≤ j ≤ k, let Wj be the subspace spanned by the set {vi | 1 ≤ i ≤ j}.
The vectors u1 , . . . , uk are constructed by letting u1 = v1 , and for 2 ≤ j ≤
k,
uj = vj − projWj−1 vj .
Since {v1 , . . . , vj } is a linearly independent set, uj ̸= 0. Using induction,
one can show that span {u1 , . . . , uj } = span {v1 , . . . , vj }. By projection
theorem, uj is orthogonal to Wj−1 . Hence, it is orthogonal to u1 , . . . , uj−1 .
This proves the theorem.
A mapping between two vector spaces that respect the linear structures is
called a linear transformation.
Proposition 1.14
Proposition 1.15
Let x be a vector in Rn . Then
Proposition 1.16
a1 x 1 + a2 x 2 + · · · + an x n = b
Example 1.10
Given 1 ≤ i ≤ n, the equation xi = c is a hyperplane with normal vector ei .
It is a hyperplane parallel to the coordinate plane xi = 0, and perpendicular
to the xi -axis.
Chapter 1. Euclidean Spaces 22
Exercises 1.1
Question 1
Let V be an inner product space. If u and v are vectors in V , show that
Question 2
Let V be an inner product space. If u and v are orthogonal vectors in V ,
show that
∥u + v∥2 = ∥u∥2 + ∥v∥2 .
Question 3
Let V be an inner product space, and let u and v be vectors in V . Show
that
∥u + v∥2 − ∥u − v∥2
⟨u, v⟩ = .
4
Question 4
Let V be an inner product space, and let {u1 , . . . , uk } be an orthonormal
set of vectors in V . For any real numbers α1 , . . . , αk , show that
Question 5
Let x1 , x2 , . . . , xn be real numbers. Show that
q
(a) x21 + x22 · · · + x2n ≤ |x1 | + |x2 | + · · · + |xn |;
√ q 2
(b) |x1 + x2 + · · · + xn | ≤ n x1 + x22 · · · + x2n .
Chapter 1. Euclidean Spaces 23
The norm of x is v
u n
p uX
∥x∥ = ⟨x, x⟩ = t x2i ,
i=1
Example 1.11
k 2k + 3
The sequence , is a sequence in R2 with
k+1 k
k 2k + 3
ak = , .
k+1 k
In volume I, we have seen that a sequence of real numbers {ak }∞ k=1 is said to
converge to a real number a provided that for any ε > 0, there is a positive integer
K such that
|ak − a| < ε for all k ≥ K.
Notice that |ak − a| is the distance between ak and a. To define the convergence
of a sequence in Rn , we use the Euclidean distance.
Another random document with
no related content on Scribd:
interesting instances, and we shall deal with them presently. But
before we proceed to discuss them let us turn back for a moment to
Robert Fulton. After he had at length established the steamboat as a
thoroughly sound concern in America we find him not unnaturally
sighing for other countries to conquer. Accordingly he set his mind
on introducing the steamboat not merely on the chief rivers of North
America, but even on the Ganges and the Neva. The year in which
Bell’s Comet had come into service Fulton had actually entered into
a contract with one Thomas Lane to introduce steamboats into India,
and on April 12th of that year he wrote to a Russian gentleman, who
was then staying in London, with reference to obtaining an exclusive
contract for twenty years, for establishing a steamboat service
between St. Petersburg and Cronstadt within three years after
obtaining the grant. It is evident from Fulton’s correspondence that
Imperial permission for this was obtained. Fulton, however, died in
the year 1815, and at the time of his death the steamboat The
Emperor of Russia was in course of construction previous to being
transferred to Russian waters. This enterprise was postponed and
subsequently taken up by other contractors. But the same year
(1815) we find Charles Baird engaged in doing what Fulton would
have carried out had he lived. The upper illustration, then, which
faces page 84 represents a drawing of the steamboat Elizabeth.
Originally a barge, she was rebuilt and engined by Baird in 1815 at
St. Petersburg for service on the Neva. The steering arrangement is
not dissimilar to that of some of the Thames sailing barges of to-day,
with the use of the tackle leading from the rudder through the ship’s
quarter to the helm. The reader will doubtless be not a little amused
to notice the brick chimney which stands up in the boat as if rising
from a factory. The engine is hidden away underneath the deck, but
it was of the side-lever type, of which we have already spoken, with
a single cylinder and air-pump. The boiler will be seen placed aft.
The weight of the paddle-wheels was partly supported by the
rectangular frame-work which will be seen stretched across the hull.
The paddle-wheels had each four floats, which were kept level by
means of bevel gear. The other illustration facing page 84 shows
another steamer, which Baird built two years later for passenger
traffic between St. Petersburg and Cronstadt. It will be noticed that,
as in all these early steamboats, the paddle-wheels were placed far
forward towards the bows. In this ship both paddle-wheels were
fitted with six floats, which were driven at fifty revolutions per minute
by means of a side-lever engine that had a large fly-wheel. The
arrangement of this ship’s engines was similar rather to those of the
Comet than of the Clermont. Looking at the lower drawing in this
illustration we can easily see how she was propelled. Amidships is
the boiler, from which steam is conveyed to the cylinder, through
which appears the piston-rod, which in turn connects with the side-
lever, that is placed as low as it can be in the boat. The connecting
rod comes up from the forward end of the side-lever to the crank,
which is attached to the shaft, and the latter, revolving, of course
turns the paddle-wheels.
And here it may not be out of place to say something concerning
the survival of the beam engine. I have already referred on an earlier
page to its introduction and traced its development from
Newcomen’s atmospheric engine. When, in the early days of the
steam engine, its use had been limited to pumping out water from
mines, one connecting rod was employed in pumping and the other
was driven up by the steam in the cylinder. Then, when the engine
was made, not for pumping, but for giving rotatory motion, the
connecting rod which had been in use for pumping was used to give
a rotatory motion, by means of either the sun-and-planet movement
(as in Watt’s patent) or by means of a crank (as in the patent which
his workman stole from him). In America Watt’s beam engines were
imitated very closely, and to-day, as every visitor to New York is
aware, the curious sight is seen of enormous ferry-boats, towering
high above the water, with the beam and connecting rods showing
up through the top of the ship. Now this idea is all very well where
the steamer is concerned only with navigation on rivers and peaceful
waters, but for ocean steaming, where the deck needs to be covered
in from the attacks of the mighty seas, it is out of the question.
Therefore, since it was advisable to retain the beam in some form,
and it could not be allowed to protrude through the deck, the obvious
expedient was adopted of placing it below, but as far down in the
ship as possible. As a general statement we shall not get far wrong if
we state that thus placed, at the bottom, with the rods working
upwards instead of downwards, it was really a case of turning the
engine upside down. Thus arranged it became known as the side-
lever engine, and now, if the reader will look again at the bottom
illustration facing page 84, he will see our meaning. By turning the
illustration round, so that the beam or side-lever is at the top, this
resemblance to the old-fashioned beam engine becomes still more
apparent. Later on we shall be able to show a more complicated
form of the side-lever engine, but for the present this may suffice for
the interest of the non-technical reader. For many years the side-
lever was the recognised form of marine engine, and its advantages
included that of being remarkably steady in its working because its
parts were so nicely balanced. Moreover, it was easy to drive from
the beam the various auxiliary parts, such as the air-pump. It was
also very strong, though both heavy and costly, as it became in the
course of time more complicated.
Although it is true that in Fulton’s Clermont the beam was placed
below the piston-rod, yet that was entirely owing to English influence,
as represented in Boulton and Watt, who had manufactured this
engine, or at any rate a good many of its parts. It is now that the
dividing line comes between the two types, English and American.
“From this primitive form,” says Admiral Preble, in his volume already
quoted, “the two nations diverged in opposite directions—the
Americans navigating rivers, with speed the principal object, kept the
cylinder upon deck and lengthened the stroke of the piston: the
English, on the other hand, having the deep navigation of stormy
seas as their more important object, shortened the cylinder in order
that the piston-rod might work entirely under deck, while Fulton’s
working (walking) beam was retained.” From the engine, in fact,
which Boulton and Watt had constructed at Soho for Fulton, by far
the majority of the engines for the earliest steamboats took their
pattern. And if to the Americans belongs the credit of having so
thoroughly and so quickly developed the steamboat navigation of
large rivers, it is the British, as we shall see shortly, who have been
the pioneers of ocean navigation in steamships.
The upper illustration facing page 90, which has been taken from
a contemporary engraving, is worthy of notice as being the first
steamer actually built in Germany. She represents rather a
retrogression than an advance in the story of the steamship, for she
was following still on those lines which had been in mind when
Miller’s double-hulled ship and the Charlotte Dundas were launched.
This vessel, the Prinzessin Charlotte, was built by John Rubie at
Pichelsdorf in 1816, for service on the Elbe, Havel and Spree. As will
be seen from the illustration, her paddle-wheel was placed
amidships and covered in. She was driven by an engine possessing
14 horse-power and made by J. B. Humphreys. Her long, lanky
smoke-stack is supported by numerous stays, while her double-
rudders, though still preserving the helms as used in contemporary
sailing ships, are moved by means of a steering wheel. Clumsy and
beamy, she is inferior in design to the Comet, and would no doubt
have needed all the help of her twin-rudders to get her round some
of the narrow reaches of the river. In the adoption and employment
of the steering wheel neither the Prinzessin Charlotte nor the
Clermont was the pioneer of this more modern method, its evolution
having come about on this wise: as the tillers became heavier when
the size of ships increased and the pull on them became greater,
some sort of lanyard was first attached to them so as to get a
purchase and divide the strain; otherwise the steersman would not
have been able to control the ship. We see this as far back as the
times of the Egyptian sailing ships. In medieval times and even in the
seventeenth century the big, full-rigged ships were still steered by a
helm in the stern, the pilot shouting down his orders to the
steersmen placed under the poop. Then, in order to counteract the
wild capers which some of these vessels had a tendency to perform
in a breeze, it was an obvious expedient to fit up an arrangement of
blocks and tackles to the tiller. From this came the transition to the
employment of these in connection with a winch, such as had been
used for hoisting up the anchor. This winch was driven by means of
“hand-spikes,” a method that was not conducive to rapid alteration of
the ship’s course. But in the eighteenth century, when ships were
better designed, and many improvements were being introduced, the
handspikes were discarded and the spoked wheel was connected
with the barrel of the winch, placed not ’thwart-ship, but fore-and-aft,
so that not merely could the direction of the ship’s head be altered
more quickly, but a steadier helm could be kept, because it was less
difficult to meet the swervings of the vessel from her proper course.
As everyone knows, this steering-wheel has been improved by many
minor alterations, and ropes have given way to chains and steel
wire: but though steam-steering gear is now so prominent a feature
of the modern steamship, the wheel itself is not yet superseded.
Like her contemporaries, the Great Western was fitted with side-
lever engines, built by Maudslay. Steam was generated from four
boilers, and conducted into two cylinders, her daily consumption of
coal being about 33 tons. A model of one of her paddle-wheels,
which were 28 feet 9 inches in diameter, is here illustrated. This type
is known as the “cycloidal” wheel, in which each float, instead of
being made of one solid piece of material, is composed of several
horizontal widths arranged after the manner of steps in a cycloidal
curve, as will be seen by looking at the right-hand of the wheel. It will
be noticed that through the space left between each “step” the water
could penetrate when the wheel was in the sea, but when revolving
out of it, the resistance to the air was diminished because the latter
was allowed to get through. As the paddle came in contact with the
sea, the concussion was lessened, and thus there was not so much
strain on the engines. The Great Western employed the type
introduced by Joshua Field in 1833, but this form was brought in
again by Elijah Galloway two years later.
So far we have seen steamers running from London and from
Bristol to New York. Now we shall see the first steam-vessel crossing
from Liverpool to New York. Facing page 96 is the other Royal
William, which was built in 1838 for the Irish passenger trade
between Liverpool and Kingstown, and owned by the City of Dublin
Steam Packet Company, by whose courtesy this picture is now
reproduced. The Royal William was 3 feet shorter than the Sirius, but
2 feet wider, and with a hold just 6 inches shallower. In July of that
same memorable year, the Royal William made her maiden trip from
Liverpool to New York, having been built and engined at the former
port. In was no doubt a great temptation to emulate what the Sirius
had been the first to perform, especially as the two ships were so
similar in many respects. Outward bound, the Royal William did the
trip in about the same time as the Sirius, though her return journey
occupied about a day and a half less than that of the other vessel.
But these vessels were not big enough, nor seaworthy enough, for
the toil of the Atlantic, and both were soon taken off from this route.
The illustration reproduced is from an engraving after a sketch made
of the Royal William, as seen in the Atlantic on July 14th, 1838, when
in latitude 47.30 N., longitude 30.0 W., on her first voyage to New
York, and the landsman in looking at the waves which the artist has
depicted may find some assistance in reading our previous remarks
on “hogging” and “sagging” in this connection.
THE “BRITISH QUEEN” (1839).
By permission of James Napier, Esq.