Applied III
Applied III
III
Zena S/Mariam
Copyright c 2014 Zena
Contents
4 Laplace Transform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49
4.1 Definition of Laplace Transform 49
4.2 Existence of Laplace Transform 51
4.3 Laplace Transform of Derivatives 52
4.4 Solving Differential Equation with polynomial coefficient 54
4.5 System of Linear Differential equation 56
4.6 Unit Step function(Heaviside Function) 56
4.7 Convolution 58
4.8 Laplace Transform of the Integral of a function 60
5 Vector Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
5.1 Vector-Valued Functions 63
5.1.1 Plane and Space Curves . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63
5.2 Vector Calculus 66
5.3 Curves, Arc Length and Curvature 68
5.3.1 Arc Length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69
5.3.2 Tangent and Curvature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
5.4 Scalar Field and Vector Field 72
5.4.1 Scalar Field . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 72
Definition of ODE and Examples
Method of separable of variables
Homogeneous Differential Equations
Exact Differential Equation
Integrating factor
Linear first order Differential Equation
Bernoulli’s Equation
Application
Newton’s law of cooling
Mixtures
Electric Circuit
Example 1.1
dy d2y dy ∂z ∂z dy
a) = 2x + 5 b) x + 6 = −2y c) − x − z = 0 d) x + y = 3
dx dx2 dx ∂x ∂y dx
2 2 2 2 4
d3y d y dy d y dy 3 ∂ 2z ∂ 2z
e) + 2 + = cos x f ) + + 9y = x g) + = x2 + y
dx3 dx2 dx dx2 dx ∂ x 2 ∂ y2
If there are two or more independent variables, the derivatives are partial derivatives and the
equations are called a PDE.
Example 1.4 Examples a, c, d are of order one where as b, f, g are of order two and e is
of order three
6 Ordinary Differential Equations of the first order
Definition 1.1.3 The degree of a differential equation is the highest power of the highest
derivative in the equation.
Definition 1.1.4 A solution of ODE is free from derivatives and which satisfies the given
differential equation.
d2y dy
Example 1.5 Show that e2x and e3x are solution of 2
− 5 + 6y = 0
dx dx
d2y
Example 1.7 Consider the differential equation = x + 1 subject to the condition
dx2
y(0) = 1, y0 (0) = 0. So the given problem is an IVP
Example 1.8 Consider the differential equation y00 + y = 0 subject to the condition
y(0) = 0, y0 ( π2 ) = 1. So the given problem is BVP
Solution:
dy x2
1. The ODE = becomes ydy = x2 dx
dx Z y Z
⇒ ydy = x2 dx
y2 x 3
⇒
= +c
2 s3
2x3
⇒ y= +c
3
dy x2 x2
2. The ODE = becomes ydy = dx
dx y(1 + x3 ) 1 + x3
x2
Z Z
⇒ ydy = dx
1 + x3
y2 1
⇒ = ln(1 + x3 ) + c
2 r3
2
⇒ y= ln(1 + x3 ) + c
3
is said to be homogeneous iff M(x, y) and N(x, y) are homogeneous functions of the same
degree.
(y2 + 2xy)dx − x2 dy = 0
Solution: Both terms (M(x, y) = y2 + 2xy, & N(x, y) = −x2 ) in the differential equation are
homogeneous of degree 2, so the equation itself is homogeneous. Differentiating the substitution
y = zx gives
dy dz
= z+x ⇒ dy = zdx + xdz
dx dx
dy y2 + 2xy y2 2y
The given differential equation (y2 + 2xy)dx − x2 dy = 0 becomes = = +
dx x2 x2 x
dy
Substituting y = zx and in the differential equation we obtain the variables separable equation,
dx
dz dz dx dz dx
Z Z
z + x = z2 + 2z ⇒ 2 = ⇒ =
dx z +z x z2 + z x
dz
Z
⇒ = ln x + ln c ⇒ ln z − ln(z + 1) = ln cx
z(z + 1)
y
z z y
⇒ ln = ln cx ⇒ = cx ⇒ y x ⇒ = cx
z+1 z+1 x +1 x+y
∂f ∂f
⇒ Mdx + Ndy = dx + dy = 0
∂x ∂y
∂ f ∂ f dy d
⇒ + =0 ⇒ f (x, y) = 0
∂x ∂ dx dx
∴ f (x, y) = c is the general solution.
Proof.
= 3x3 + xy + h(y)
Exercise 1.3 Determine which of the following equations are exact and solve it, if it is exact
a (ex sin y − 2y sin x)dx + (ex cos y + 2 cos x)dy = 0
b (y − x3 )dx + (x + y3 )dy = 0
c (sin x sin y − xey )dy = (ey + cos x cos y)dx
y x
d dx = 2 2
dx + dy
1−x y 1 − x 2 y2
−1 x x x
e sin dx + 2 sin dy = 0
y y y y
x 4 4 y
a) esin y + 2y cos x = c b) 4xy − x + y = c c) xe + sin x sin y = c
Answer:
1 + xy x x
d) ln − 2x = c e) cos = c or = c
1 − xy y y
Example 1.13 Show that µ = yex is an integrating factor for the differential equation
Theorem 1.5.1 A differential equation of the form M(x, y)dx + N(x, y)dy = 0 has an integrat-
ing factor if it has a general solution
Example 1.15 Solve the initial value problem ydx + (2x − yey )dy = 0, y(0) = 1
∂M ∂N ∂M ∂N
Solution: M(x, y) = y, N(x, y) = 2x − yey ⇒ = 1, =2 ⇒ 6=
∂y ∂x ∂y ∂x
The given differential equation is not exact.
∂M ∂N
− = 1 − 2 = −1
∂y ∂x
∂M ∂N
−
∂y ∂x −1 1
h(y) = = =
−M y y
R R 1
∴ µ =e h(y)dy
=e y dy = eln y = y
Thus the differential equation is reduced in to
which is exact.
By definition there exist a function f such that
∂f ∂f
= y2 and = y(2x − ye2 )
∂x ∂y
Integrating the first w.r.t. x, we get
Z
f (x, y) = y2 dx = y2 x + g(y)
∂f
⇒ = 2xy + g0 (y)
∂y
Comparing with the second equation, we have
xy2 + ey (2 + 2y − y2 ) = 3e
Exercise 1.4 Solve the following differential equation by finding an integrating factor
a (3xy + y2 ) + (x2 + xy)y0 = 0
b (xy − 1)dx + (x2 − xy)dy = 0
2
c y0 + 2xy = ex−x , y(0) = −1
∂M ∂N
− = p(x)
y x
∂M ∂N
−
y x p(x)
⇒ = = p(x)
NR 1
⇒ µ = e p(x)dx
p(x)dx dy
R R R
e + e p(x)dx p(x) = e p(x)dx q(x)
dx
d R p(x)dx R dy R R
⇒ ye = e p(x)dx + e p(x)dx p(x) = e p(x)dx q(x)
dx Z dx
R R
p(x)dx p(x)dx
⇒ ye = e q(x)dx + c
R
Z R
− p(x)dx p(x)dx
∴ y=e e q(x)dx + c (The general solution)
Solution:
a y0 + y cot x = sin x is a linear equation with p(x) = cot x&q(x) = sin x
first order differential
R Z R
− p(x)dx p(x)dx
y = e e q(x)dx + c
R
Z R
= e− cot xdx cot xdx
sin xdx + c
e
Z
− ln sin x ln sin x
= e e sin xdx + c
Z
1 2
= sin xdx + c
sin x
Z
1 1 − cos 2x
= dx + c
sin x 2
1 1 sin 2x 1 1 2 sin x cos x
= − +c = − +c
sin x 2x 4 sin x 2x 4
x cos x c
= − +
2 sin x 2 sin x
dy
b + 2xy = 4x, p(x) = 2x, q(x) = 4x
dx Z R
R
− p(x)dx p(x)dx
y = e e q(x)dx + c
Z R Z
−x2 x2
R
− 2xdx 2xdx
= e e 4xdx + c = e e 4xdx + c
2
h 2
i 2
= e−x 2ex + c = 2 + ce−x
1 1
c xy0 − y = x2 e−x ⇒ y0 − = xe−x , p(x) = − , q(x) = xe−x
x x
R 1 Z R
− − dx 1
y = e x e − x dx xe−x dx + c
Z Z
ln x − ln x −x −x
= e e xe dx + c = x e dx + c
= x[−e−x + c] = −xe−x + cx
dy
Example 1.17 Solve x + y = x 2 y2
dx
= −x2 + cx
1
⇒ y−1 = −x2 + cx ⇒ y =
−x2 + cx
1.8 Application
1.8.1 Newton’s law of cooling
According to Newton’s empirical law of cooling, the rate at which the temperature of a body
changes is proportional to the difference between the temperature of the body and the temperature
of the surrounding medium. If T (t) represents the temperature of a body at time t, Tm the
dT
temperature of the surrounding medium, and the rate at which the temperature of the body
dt
changes, then
dT dT
∝ T − Tm or = k(T − Tm )
dt dt
where k is a constant of proportionality.
Example 1.18 A pot of liquid is put on the stove to boil. The temperature of the liquid
reaches 1700 F and then the pot is taken off the burner and placed on a counter in the kitchen.
The temperature of the air in the kitchen is 760 F. After two minutes the temperature of the
liquid in the pot is 1230 F. How long before the temperature of the liquid in the pot will be
840 F?
dT
Solution: Tm = 76, = k(T − 76), T (0) = 170.
dt
Solving this separable differential equation, we get
dT dT
Z Z
= kdt ⇒ = kdt ⇒ ln(T − 76) = kt + c1
T − 76 T − 76
⇒ T − 76 = Ce ⇒ T (t) = Cekt + 76 ⇒ T (0) = 170 ⇒ C = 170 − 76 = 94
kt
1 1
T (2) = 123 ⇒ 123 = 94e2k + 76 ⇒ 47 = 942k ⇒ k = ln = −0.3466
2 2
−0.3466t
∴ T (t) = 94e + 76
⇒ 84 = 94e−0.3466t + 76 ⇒ 8 = 94e−0.3466t ⇒ −0.3466t = −2.4639 ⇒ t = 7.1088
When t=7.1088 minutes the temperature of the liquid in the pot is 840 F
Exercise 1.6 1 An object with temperature 1500 c is placed in a freezer whose tempera-
ture is300 c assume that newtons law of cooling applies and that the temperature of the
freezer remains essentially constant. If this object is cooled to 1200 c after 8 minutes,
what will its temperature be after 16 minutes? When will its temperature be 600 c?
2 The rate at which a body loses temprature at any instant is proportional to the amount by
which the temperature of the body exceeds room temperature at the instant. A container
of hot liquid is placed in a room of temperature 190 c and in 8 minutes the liquid cools
from 830 c to 510 c. How long does it takes for the liquid to cool from 270 c to 250 c?
1.8.2 Mixtures
Mixing problem occur quite frequently in chemical industry. Mixture problems generally concern
a tank, or reservoir, containing a solution of some substance, being filled at a certain rate with
another solution of the same substance, instantaneously mixed with the solution in the tank, and
at the same time being drained at a certain rate.
The mixing of two salt solutions of differing concentrations gives rise to a first-order differential
equation for the amount of salt contained in the mixture.
Let A(t) denotes the amount of substance in the tank at time t, then the rate at which A(t) changes
is a net rate:
dA
= (input rate of salt) − (output rate of salt) = Rin − Rout
dt
where Rin = (Flow rate of the liquid entering )(Concentration of salt in it)
Rout = (Flow rate of the liquid leaving)(Concentration of salt in it)
A(t)
Concentration of salt in the tank at any time t =
volume of fluid in the tank at any time
The volume of water added at any time t = (flow rate entering − flow rate exit) × t
Example 1.19 A large tank holds 300 gallons of brine solution. Salt was entering and
leaving the tank;A concentration of 2 lbs/gal is pumped into the tank at a rate of 3 gal/min;
it mixed with the solution there, and then the mixture was pumped out at the rate of 3 gal/min.
If 50 pounds of salt were dissolved initially in the 300 gallons, how much salt is in the tank
after a long time?
dA
Solution: = Rin − Rout
dt
lbs gal lbs
Rin = 2 3 =6
gal min min
Now, since the solution is being pumped out of the tank at the same rate that it is pumped in, the
number of gallons of brine in the tank at time t is a constant 300 gallons. Hence the concentration
A(t)
of the salt in the tank as well as in the outflow is c(t) =
300 lb/gal
A lbs gal A lbs
Rout = 3 =
300 gal min 100 min
dA A
= 6− , A(0) = 50
dt 100
dA A 1
+ = 6, p(t) = , q(t) = 6
dt 100 100
Example 1.20 A large tank holds 300 gallons of brine solution with 40 lbs of salt. A
concentration of 2 lbs/gal is pumped in at a rate of 4 gal/min. The concentration leaving the
tank is pumped out at a rate of 3 gal/min. How much salt is in the tank after 12 min?
dA
Solution: = Rin − Rout
dt
lbs gal lbs
Rin = 2 4 =8
gal min min
A lbs gal 3A lbs
Rout = 3 =
300 + t gal min 300 + t min
dA 3A
= 8− , A(0) = 40
dt 300 + t
dA 3 3
+ A = 8, p(t) = , q(t) = 8
dt 300 + t 300 + t
c
A(t) = 600 + 2t + , A(0) = 40,
(300 + t)3
c
⇒ 600 + = 40 ⇒ c = −1512 × 107
3003
How much salt is in the tank after 12 min?
1512 × 107
A(12) = 600 + 2(10) − ≈ 126.12 lbs of salt
(300 + 12)3
Exercise 1.7 1. Consider a large tank holding 1000 L of pure water into which a brine
solution of salt begins to flow at a constant rate of 6 L/min. The solution inside the
tank is kept well stirred, and is flowing out of the tank at a rate of 6 L/min. If the
concentration of salt in the brine solution entering the tank is 0.1 Kg/L, determine
when the concentration of salt will reach 0.05 Kg/L.
2. In an oil refinery, a storage tank contains 2000 gal of gasoline that initially has 100 lb
of an additive dissolved in it. In preparation for winter weather, gasoline containing 2 lb
of additive per gallon is pumped into the tank at a rate of 40 gal/min. The well-mixed
solution is pumped out at a rate of 45 gal/min. How much of the additive is in the tank
20 min after the pumping process begins?
Solution: 2 Let A be the amount (in pounds) of additive in the tank at time t. We know that A =
100 when t = 0. The number of gallons of gasoline and additive in solution in the tank at any
time t is
V (t) = 200 + (40 gal/min − 45 gal/min)(t min) = (2000 − 5t) gal
A(t) A(t)
Therefore, Rout = × (Rate out f low) = 45,
V (t) 2000 − 5t
lb gal lb
Rin = 2 40 = 80
gal min min
The differential equation modeling the mixture process is
dA 45A
= Rin − Rout = 80 −
dt 2000 − 5t
dI
Solution: V (t) = RI + L , V = 5, R = 50, L = 1
dt
dI 1 1
50I + = 5 ⇒ I(t) = − e−50t
dt 10 10
Example 1.22 A 100-volt electromotive force is applied to an RC series circuit in which the
resistance is 200 ohms and the capacitance is 10−4 farad. Find the charge q(t) on the capacitor
if q(0) = 0. Find the current i(t).
1 dq 1
Solution: V (t) = RI + Q =⇒ V (t) = R + q ,
c dt c
V = 100, R = 200, C = 10−4
dq 1 dQ 1
=⇒ 200 + −4 q = 100 =⇒ + 50Q =
dt 10 dt 2
1 R 50dt 1 50t
R Z Z
− 50dt −50t
=⇒ q=e e dt + c =⇒ q = e e dt + c
2 2
−50t 1 50t 1
=⇒ q=e e +c =⇒ q = ce−50t +
00 00
1
From the initial condition, Q(0)=0, we obtain c = − . Thus,
00
1 1
q= − e−50t
00 00
To find I,
dq 1 −50t
I= = e
dt 2
⇒ y − y p = yg (x, c1 , c2 )
⇒ y = y p + yg (x, c1 , c2 )
Theorem 2.1.1 — (Principle of supper position) If y1 (x) and y2 (x) are any solution of (2.2)
then c1 y1 (x) + c2 y2 (x) is also a solution of (2.2) for any constant c1 & c2
In particular, for two differentiable functions y1 (x) and y2 (x) the Wronskian is defined as
y1 (x) y2 (x)
W (x) = W (y1 , y2 ) = = y1 (x)y02 (x) − y01 (x)y2 (x) (2.3)
y01 (x) y02 (x)
If W (y1 , y2 ) 6= 0 then the function y1 (x) and y2 (x) are linearly independent and if W (y1 , y2 ) = 0
then they are linearly dependent.
Definition 2.1.3 A set of a linearly independent solutions is called fundamental set
Theorem 2.1.2 Let y1 (x) and y2 (x) are linearly independent solution of the homogeneous
equation
Corollary 2.1.3 If y1 and y2 are any two solution of (2.4) on (a, b) then their Wronskian
W = W (y1 , y2 ) is either identically zero or never zero on [a, b]
Corollary 2.1.4 If y1 and y2 are any two solution of (2.4) on (a, b) then they are linearly
dependent on this iinterval iff their Wronskian W = W (y1 , y2 ) = y1 y2 − y2 y01 is identically
zero.
Example 2.1 Show that y = c1 sin x + c2 cos x is the general solution of y00 + y = 0 on any
interval. Find the particular solution for which y(0) = 2 & y0 (0) = 3
Solution:
v00 −2y01
⇒ v00 y1 + v0 (2y01 + py1 ) = 0 ⇒ = −P
v0 y1
Integrating
1 − R P(x)dx
Z
ln v0 = −2 ln y1 − P(x)dx ⇒ v0 = e
y21
1 − R P(x)dx
Z
∴ v= e dx
y21
1 − R P(x)dx
Z
⇒ y2 = vy1 = y1 e dx
y21
Example 2.2 Let y1 = x is a solution of x2 y00 + xy0 − y = 0. Find the general solution.
1 1 1
Solution: x2 y00 + xy0 − y = 0 ⇒ y00 + y00 − 2 y = 0, p(x) = , y2 = vy1
x x x
1 − R P(x)dx 1 − R 1 dx 1 − ln x 1 1
Z Z Z Z
v = 2
e dx = 2
e x dx = 2
e dx = 3
dx = − 2
y1 x x x 2x
1 1
∴ y2 = vy1 = − 2 .x = −
2x 2x
The general solution is y = c1 x + c2 x−1
Answer:
a y = c1 sin x + c2 cos x
b y = c1 ex + c2 e−x
c y = c1 + c2 x−2
x 1+x
d y = c1 x + c2 ln −1
2 1−x
em1 x = e(a+ib)x = eax (cos bx + i sin bx) , em2 x = e(a−ib)x = eax (cos bx − i sin bx)
⇒ em1 x + em2 x = 2eax cos bx, em1 x − em2 x = 2ieax sin bx
∴ y = eax (c1 cos bx + c2 sin bx)
if yg (x) ( the general solution of the associated homogenous equation) is know and y p is a
particular solution of (2.6) then
y = yg (x) + y p (x)
R If any y pi contains terms that duplicate terms in yg , then that y pi must be multiplied by xn ,
where n is the smallest positive integer that eliminates that duplication.
Reduction of Order
The general second order differential equation has the from
F(x, y, y0 , y00 ) = 0
To solve we consider two special cases
i Dependent variable missing
f (x, y0 , y00 ) = 0
dp
Let y0 = p and y00 = . Then
dx
dp
f (x, p, ) = 0 → (reduced to first order ODE in p)
dx
The general solution can be y = c1 sin kx + c2 cos kx ( by expanding sin(kx + B) & changing the
from of constant)
Definition 2.6.2 By a solution to the system (2.7) on an interval I we mean an ordered n-tuple
of functions x1 (t), x2 (t), ..., xn (t), which, when substituted into the left-hand side of the
system, yield the right-hand side for all t in I.
Definition 2.6.3 Solving the system (2.7) subject to n auxiliary conditions imposed at the
same value of the independent variable is called an initial-value problem (IVP). Thus, the
general form of the auxiliary conditions for an IVP is:
Theorem 2.6.1 If the homogeneous linear system (2.8) has two solution
( (
x = x1 (t) x = x2 (t)
and (2.9)
y = y1 (t) y = y2 (t)
is also a solution of (2.8) on [a, b] for arbitrary constants c1 and and this solution (2.10) is
the general solution of (2.8) if
x1 (t) x2 (t)
(2.11)
y1 (t) y2 (t)
is a solution to
x0 = x − 8y
y0 = −x + 3y
on (−∞, ∞). Find the general solution of this system and obtain the particular solution for
which
x(0) = 0, y(0) = 6
x0 = x + 2y
y0 = 2x − 2y, x(0) = 1, y(0) = 0
(D − 1)x − 2y = 0 (2.16)
−2x + (D + 2)y = 0 (2.17)
To eliminate y between these two equations, we first operate on equation (2.16) with D + 2 to
obtain
m2 + m − 6 = 0 ⇒ (m + 3)(m − 2) = 0 ⇒ m = −3 or m = 2
Hence,
x = c1 e−3t + c2 e2t
F = ks
NEWTON’S SECOND LAW After a mass m is attached to a spring, it stretches the spring
by an amount s and attains a position of equilibrium at which its weight W = mg is balanced by
the restoring force ks. If the mass is displaced by an amount x from its equilibrium position, the
restoring force of the spring is then k(x + s).
Assuming that there are no retarding forces acting on the system and assuming that the mass
vibrates free of other external forces ’free motion’ we can equate Newton’s second law with the
net, or resultant, force of the restoring force and the weight:
d2x
m = −k(x + s) + mg = −kx + mg − ks = −kx (2.18)
dt 2
The negative sign in (2.18) indicates that the restoring force of the spring acts opposite to the
direction of motion. Furthermore, we adopt the convention that displacements measured below
the equilibrium position are positive. See Figure 2.2
Differential equation of free undamped motion : By dividing (2.18) by the mass m, we obtain
the second-order differential equation
d2x
+ ω 2x = 0 (2.19)
dt 2
k
where ω 2 = . Equation (2.19) is said to describe simple harmonic motion or free undamped
m
motion. If the system starts at t = 0 with an initial position x0 and initial velocity x1 , we have
initial condition’s x(0) = x0 , and x0 (0) = x1 .
Thus, the general solution of (2.19) is
x(t) = A cos(ωt − φ )
q
where A = c21 + c22 is Amplitude and
c2 c2
φ = tan−1 (c2 /c1 ), is phase angle. Where sin φ = , cos φ =
A A
Differential equation of free damped motion: In the study of mechanics, damping forces
acting on a body are considered to be proportional to a power of the instantaneous velocity. In
particular, we shall assume throughout the subsequent discussion that this force is given by a
dx
constant multiple of . When no other external forces are impressed on the system, it follows
dt
from Newton’s second law that
d2x dx
m = −kx − β (2.21)
dt 2 dt
where β is a positive damping constant and the negative sign is a consequence of the fact that
the damping force acts in a direction opposite to the motion.
Dividing (2.21) by the mass m, we find that the differential equation of free damped motion is
d2x dx
2
+ 2λ + ω 2 x = 0 (2.22)
dt dt
The motion is quite similar to that of an overdamped system. It is also apparent from (2.23) that
the mass can pass through the equilibrium position at most one time.
Case III: If λ 2 − ω 2 < 0. The system is said to be underdamped, since the damping coefficient
is small in comparison to the spring constant. Thus the general solution of equation (2.22) is
√ √
x(t) = e−λt (c1 cos λ 2 − ω 2t + c2 sin λ 2 − ω 2t)
The motion is oscillatory; but because of the coefficient e−λt the amplitudes of vibration →
0 as t → ∞
Example 2.12 A spring with a mass of 2 kg has natural length 0.5 m. A force of 25.6 N is
required to maintain it streched to a length of 0.7 m. If the spring is streched to a length of
0.7 m and then released with initial velocity 0, find the position of the mass at any time t.
Example 2.13 Suppose that the spring of Example 2.12 is immersed in a fluid with damping
constant β = 40. Find the position of the mass at any time t if it starts from the equilibrium
position and is given a push to start it with an initial velocity of 0.6 m/s.
Kirchhoff’s Law The algebric sum of the voltage drops in a simple closed circuit is zero. The
1 dI
voltage drop across the resistor, capacitor and inductor are given RI, q, and L respactively.
c dt
Hence
dI 1
RI + L + q = E(t) (2.24)
dt c
dq dI d 2 q
Since I = ⇒ = 2
dt dt dt
d 2 q R dq 1 E(t)
⇒ 2
+ + q= (2.25)
dt L dt cL L
dq
The initial conditions may be q(0) = q0 , |t=0 = I(0) = I0
dt
To obtain a differential equation for current differentiating equ (2.24) with repect to time t,
dI d 2 I 1 dq dE(t)
R +L 2 + =
dt dt c dt dt
dq
Since =I
dt
d 2 I R dI 1 E(t)
⇒ 2
+ + I= (2.26)
dt L dt cL dt
dI 1
The initial conditions may be I(0) = I0 , and |t=0 = .
dt L
If E(t) = 0, the electrical vibrations of the circuit are said to be free.
We say that the circuit is
4L
overdamped if R2 − >0
C
4L
critically damped if R2 − =0
C
4L
underdamped if R2 − <0
C
Example 2.14 Find the charge q(t) on the capacitor in an LRC series circuit when L =
0.25 H , R = 10ohms , C = 0.001 farad , E(t) = 0, q(0) = q0 coulombs, and I(0) = 0.
f (x + T ) = f (x) ∀x
Example 3.1 f (x) = sinx and g(x) = cosx are periodic functions of period 2π
A TRIGONOMETRIC SERIES
Suppose that
∞
a0 nπ nπ
f (x) = + ∑ an cos x + bn sin x (3.1)
2 n=1 p p
is a function defined on the interval [−p, p]. To dtermine the cofficient a0 , integrating both sides
of (3.1) from -p to p gives
Z p Z p ∞ Z p Z p
a0 nπ nπ
f (x)dx = dx + ∑ an cos x dx + bn sin x dx
−p 2 −p n=1 −p p −p p
Z p
a0 p a0 p
Z
⇒ f (x)dx = dx + 0 + 0 = x|−p = pa0
−p 2 −p 2
1 p
Z
⇒ a0 = f (x)dx
p −p
38 ORTHOGONAL FUNCTIONS AND FOURIER SERIES
mπx
To find an we multiply (1.5) by cos( ) and integrate:
p
Z p
a0 p ∞ Z p Z p
mπ mπ nπ mπ nπ mπ
Z
f (x)cos x dx = cos x dx + ∑ an cos x cos x dx + bn sin x cos x dx
−p p 2 −p p n=1 −p p p −p p p
By orthogonality we have
Z p Z p
mπ nπ mπ
cos x dx = 0, m > 0, sin
x cos x dx = 0 and
−p p −p p p
Z p
(
nπ mπ 0 i f n 6= m
cos x cos x dx =
−p p p p if n = m
Thus,
Rp mπ
−p f (x)cos x dx = am p
p
Rp nπ
⇒ an = 1p −p f (x)cos x dx
p
mπ
Similarly to find bn multiply (1.9) by sin x, integrate,
p
Z p
a0 p ∞ Z p Z p
mπ mπ nπ mπ nπ mπ
Z
f (x)sin x dx = sin x dx + ∑ an cos x sin x dx + bn sin x sin x dx
−p p 2 −p p n=1 −p p p −p p p
by orthogonality we have
Z p Z p
mπ nπ mπ
sin x dx = 0, m > 0, x sin
cos x dx = 0 and
−p p −p p p
Z p
(
nπ mπ 0 i f n =6= m
sin x sin x dx =
−p p p p if n = m
we find that
1Rp
bn = p −p f (x)sin nπ
p x dx
where
1 p
Z
a0 = f (x)dx (3.3)
p −p
1 p nπ
Z
an = f (x)cos x dx (3.4)
p −p p
Z p
1 nπ
bn = f (x)sin x dx (3.5)
p −p p
Example 3.3 Find the fourier series of the function(Periodic rectangular Wave)
(
−k i f −2 < x < 0
f (x) =
k if 0<x<2
1 p nπ 1 2 nπx
Z Z
an = f (x)cos x dx = f (x)cos dx
p −p p 2 −2 2
Z 0 Z 2
1 nπx nπx
= −k cos dx + k cos dx
2 −2 2 0 2
1 2k nπx 0 2k nπx 2
= − sin + sin
2 nπ 2 −2 nπ 2 0
= 0
so that the Fourier series has no cosine terms. Simillarly
1 2 nπx
Z
bn = f (x) sin dx
2 −2 2
Z 0 Z 2
1 nπx nπx
= −k sin dx + k sin dx
2 −2 2 0 2
1 2k nπx 0 2k nπx 2
= cos − cos
2 nπ 2 −2 nπ 2 0
k 4k i f n = 1, 3, ...
= (1 − cos nπ − cos nπ + 1) = nπ
nπ 0 i f n = 2, 4, ...
Example 3.4 Find the fourier series of the sawtooth wave function
(
x if 0≤x≤π
f (x) =
2π − x i f π ≤ x ≤ 2π
The first term on the right is zero because of the periodicity and continiuity of f 0 (x). Since f 00 is
continuous on the interval of integration, we have
| f 00 (x)| < M
for an appropriate constant M. Furthermore, |cos nπ
p x| ≤ 1. It follows that
2p2
Z p Z p
p nπ p
|an | = f 00 (x) cos x dx < 2 2 Mdx = M
n π2
2
−p p n π −p n2 π 2
2p2
Similarly |bn | = 2 2 M∀n.
n π
Hence the absolute value of each termof the fourier series of f(x) is at most eaual to the
corresponding term of the series
1 1 1 1
|a0 | + 2M 1 + 1 + 2 + 2 + 2 + 2 + ...
2 2 3 3
which is convergent.
Note that
1. f (x) even and g(x) even ⇒ f (x)g(x) even
2. f (x) even and g(x) odd ⇒ f (x)g(x) odd
3. f (x) odd and g(x) odd ⇒ f (x)g(x) even
Example 3.5 Find the fourier series of the periodic function f (x) = 1 − x2 if − 1 < x < 1
π
Solution: The function f is peridic with period π and odd; hence, an = 0 ∀n, p = . Its Fourier
2
series is given by
∞
∑ bn sin2nx
n=1
where
2 p nπ
Z
bn = f (x)sin x dx, n ≥ 1
p 0 p
Z π
4 2
= x cos x sin 2nx dx
π 0
In evaluating this integral, we will need the addition formula
1
cos a sin b = [sin(a + b) − sin(a − b)]
2
and the integral formula
R
u sin udu = sin u − u cos u +C
HALF-RANGE EXPANSIONS
Half range expansions are Fourier series. We want to represent f(x) on the interval (0, p) by a
fourier series. (f(x) is not periodic.)
Definition 3.1.5 Given a function f(x), the even extension of the function, fe (x) is defined as:
(
f (x) i f 0<x< p
fe (x) =
f (−x) i f −p < x < 0
Example 3.7 Find the half-range expansion of the function f (x) = x, for 0 < x < 1
solution: The graph of the even and odd extension are given below.
The even extension is
n=1 n=1
where the coefficients cn , −∞ < n < ∞, are defined by:
a0 2 p
Z
c0 = = f (x)dx,
2 p −p
an − ibn
cn =
2
1 p nπ 1 p nπ
Z Z
= f (x)cos x dx − i f (x)sin x dx
2p −p p 2p −p p
1 p
Z
−inπx
= f (x)e p dx, n ≥ 1
2p −p
an + ibn
c−n =
2
1 p nπ 1 p nπ
Z Z
= f (x)cos x dx + i f (x)sin x dx
2p −p p 2p −p p
1 p
Z
inπx
= f (x)e p dx, n ≥ 1
2p −p
It follows that any piecewise continuous function f (x) defined on [−p, p] can be expanded as a
complex Fourier series
inπx
f (x) = ∑n∈Z cn e p ,
where
1 Rp −inπx
p dx, n ∈ Z
cn = −p f (x)e
2p
The complex Fourier series is more elegant and shorter to write down than the one expressed in
term of sines and cosines, but it has the disadvantage that the coefficients cn might be complex
even if f (x) is real valued.
Example 3.8 Find the complex fourier series of the function f (x) = ex if − π < x <
π and f (x + 2π) = f (x) and obtain from itthe usual fourier series.
Hence,
1 R π x −inx 1 R π x−inx 1 1 π 1 1
cn = −π e e dx, = −π e dx = ex−inx −π
= (eπ − e−π ) (−1)n
2π 2π 2π 1 − in 2π 1 − in
On the right,
1 1 + in 1 + in
= = and eπ − e−π = 2 sinh π
1 − in (1 − in)(1 + in) 1 + n2
sinh π ∞ 1 + in inx
ex = ∑ (−1)n e (−π < x < π)
π n=−∞ 1 + n2
From this let us drive the real Fourier series. Using Euller’s formula,
(1 + in)einx = (1 + in)(cos nx + i sin nx) = (cos nx − n sin nx) + i(n cos nx + sin nx)
(1 − in)e−inx = (1 − in)(cos nx − i sin nx) = (cos nx − n sin nx) − i(n cos nx + sin nx)
If we add these two expressions, the imaginary part cancel. Hence their sum is
We now expand the interval (−p, p) by letting p → ∞. Since p → ∞ implies that ∆α → 0, the
∞
limit of (3.9) has the form lim ∑ F(αn )∆α, which is suggestive of the definition of the integral
∆α→0 n=1
R∞ ∞ R
0 F(α)dα. Thus if −∞ f (t)dt exists, the limit of the first term in (3.9) is zero, and the limit of
the sum becomes
Z Z ∞ Z ∞
1 ∞
f (x) = f (x)cosαx dx cosαx + f (x)sinαx dx sinαx dα (3.10)
π 0 −∞ −∞
The result given in (3.10) is called the Fourier integral of f on (−∞, ∞).
Definition 3.3.1 Let f and f 0 be piecewise continuous on every finite interval and let f be
R∞
absolutely integrable on (−∞, ∞) [i.e −∞ | f (x)|dx converges] Then f has the following Fourier
integralrepresentation
1
Z ∞
f (x) = [A(α)cosαx + B(α)sinαx]dα (3.11)
π 0
where
Z ∞
A(α) = f (x)cosαx dx (3.12)
Z−∞
∞
B(α) = f (x)sinαx dx (3.13)
−∞
Example 3.10 Represent f (x) = e−x , x > 0, by (a) a cosine integral, (b) a sine integral.
4 — Laplace Transform
Definition 4.1.2 The orginal function f (t) in (4.1) is called the inverse transform or invers of
F(s) and will be denoted by L −1 (F(s))
Solution: By definition
Z n n
−1 −(s−a)t
Z ∞
−st at −(s−a)t
F(s) = L ( f (t)) = L (e ) = at
e e dt = lim e dt = lim e
0 n→∞ 0 n→∞ s−a 0
1
= , (s > a)
s−a
50 Laplace Transform
Theorem 4.1.1 — Linearity of the Laplace Transform The Laplace transform is linear
operation; that is, for any function f (t) and g(t) whose Laplace transforms exist and any
constants a & b,
1 √
Solution: Since L (eat ) = , set a = iω with i = −1
s−a
1 s + iω s + iω s ω
⇒ L (eiωt ) = = = 2 2
= 2 2
+i 2
s − iω (s − iω)(s + iω) s + ω s +ω s + ω2
Since eiωt = cos ωt + i sin ωt (Euler’s Formule) and by theorem 4.1.1, we obtain
Equating the real and imaginary parts of these two equations, we get
s ω
L (cos ωt) = and L (sin ωt) =
s2 + ω 2 s2 + ω 2
Theorem 4.1.2 — (First Shifting Theorem) If f (t) has the transform F(s) (where s > k), then
eat f (t) has the transform F(s − a) (where s − a > k)
1 6
Example 4.5 Find L −1 −
s − 4 (s − 4)2
1 1 1
Solution: Since L −1 e4t = and L (t) = 2 ⇒ L (te4t ) =
s−4 s (s − 4)2
−1 1 6 −1 1 −1 1
∴ L − =L − 6L = e4t − 6te4t
s − 4 (s − 4)2 s−4 (s − 4)2
t 2 for 0≤t <2
3 for t =2
Example 4.6 Let
1 for
2<t ≤2
−1 for 3<t ≤4
Theorem 4.2.1 — Existence Theorem Let f (t) be a function which is picewise continuous
on every finite interval in the range t ≥ 0 and satisfies
and for some constant k and M. Then the Laplace transform of f (t) exists for all s > k
Proof. Since f is piecewise continuous, e−st f (t) has a finite integral over any finite interval on
t ≥ 0, and
Z ∞ Z ∞
−st
|L ( f (t))| = e f (t)dt ≤ e−st | f (t)|dt
0 0
Z ∞ Z ∞
−st kt
≤ Me e dt = M e−(s−k)t dt
0 0
M
= , s>k
s−k
L ( f (t)) exists. (comparison theorem)
| f (t)| ≤ Mekt
for some k and M, and has a derivative f 0 (t) that is piecewise continuous on every finite
interval in the range t ≥ 0. Then the Laplace transform of the derivative f 0 (t) exists when
s > k and
Theorem 4.3.2 — Laplace transform of the derivative of any order n Let f (t) and its
derivatives f 0 (t), f 00 (t), . . . , f (n−1) (t) be continuous functions for all t ≥ 0, satisfies the
condition
| f (t)| ≤ Mekt
for some k and M, and let the derivative f (n) (t) be piecewise continuous on every finite interval
in the range t ≥ 0. Then the Laplace transform of the derivative f (n) (t) exists when s > k and
is given by
Solution: a) Taking Laplace transform both sides and using differentiation property, we have
d
L (t f (t)) = − L ( f (t)) (4.5)
ds
R ∞ −st
Proof. F(s) = 0 e f (t)dt
d d d −st
Z ∞ Z ∞ Z ∞
F(s) = e−st f (t)dt = e f (t)dt = −te−st f (t)dt = −L (t f (t))
ds ds 0 0 ds 0
Ingeneral,
dn
L (t n f (t)) = (−1)n F(s) (4.6)
dsn
Solution:
d
L (e−t t sin 2t) = − L (e−t sin 2t)
ds
d 2
= −
ds (s + 1)2 + 4
4(s + 1)
=
((s + 1)2 + 4)2
d d
L (ty0 (t)) = − L (y0 ) = − (sL (y) − y(0))
ds ds
d
= − (sY (s)) = −(Y (s) + sY 0 (s))
ds
Thus, ty00 − ty0 − y = 0, y(0) = 0. Taking both sides Laplace transform.
∴ y(t) = 3tet
x0 + y = e2t
x + y0 = 0
a. x0 + y = 2 cost
x + y0 = 0
b. y001 = y1 + 3y2
y002 = 4y1 − 4et
c y01 = −y2
y02 = y1 , y1 (0) = 1, y2 (0) = 0
Theorem 4.6.1 — Second shifting theorem If F(s) is the Laplace transform of f (t), then
Proof.
Z ∞ Z ∞
L (Ua (t) f (t − a)) = e−st Ua (t) f (t − a)dt = e−st f (t − a)dt Let ξ = t − a
0 a
Z ∞ Z ∞
= e−s(ξ +a) f (ξ )dξ = e−sa e−s(ξ ) f (ξ )dξ
a a
−as
= e F(s)
(
0, t <2
Example 4.13 Let f (t) = Find L ( f (t))
t − 2, t ≥ 2
(
0, t < 2
Solution: U2 (t) = ⇒ f (t) = U2 (t)(t − 2)
1, t > 2
e−2s
L (U2 (t)(t − 2)) = e−2s L (t) =
s2
1 + e−2s
Example 4.14 Find the inverse transform of F(s) =
s2
Solution:
1 e−2s
−1 −1
L (F(s)) = L = t +U2 (t)(t − 2)
+ 2
s2 s
(
t 0≤t <2
=
2(t − 1) t ≥ 2
1 e−s e−2s
⇒ L (y) = + −
s2 + 1 s(s2 + 1) s(s2 + 1)
e−s
−2s
−1 1 −1 −1 e
⇒ y(t) = L 2
+L 2
−L
s +1 s(s + 1) s(s2 + 1)
⇒ y(t) = sint +U1 (t) [1 − cos(t − 1)] −U2 (t) [1 − cos(t − 2)]
4.7 Convolution
Definition 4.7.1 The convolution of the function f and g written by f ∗ g is defined by
Z t
( f ∗ g)(t) = f (t − τ)g(τ)dτ, ∀t ≥ 0 (4.9)
0
Theorem 4.7.1 — The convolution Theorem If F(s) and G(s) are the Laplace transform of
f (t) and g(t) respectively, then
Properties of convolution
1. f ∗ g = g ∗ f
2. f ∗ (g ∗ h) = ( f ∗ g) ∗ h (associative)
3. f ∗ (g + h) = ( f ∗ g) + ( f ∗ h) (Distributive)
1
Example 4.16 Let H(s) = . Find h(t)
(s2 + ω 2 )2
1 sin ωt
Solution: We have L −1 = .
s2 + ω 2 ω
sin ωt sin ωt 1 t
Z
h(t) = ∗ = 2 sin ωτ sin ω(t − τ)dτ
ω ω ω 0
1 t
Z
= sin ωτ sin ω(t − τ)dτ
ω2 0
1 t
Z
= sin ωτ[sin ωt cos ωτ − sin ωτ cos ωt]dτ
ω2 0
sin ωt t cos ωt t 2
Z Z
= sin ωτ cos ωτ − sin ωτdτ
ω2 0 ω2 0
sin ωt t cos ωt t 1 cos 2ωτ
Z Z
= sin ωτ cos ωτ − + dτ
ω2 0 ω2 0 2 2
τ
sin ωt sin2 ωτ sin 2ωτ τ
cos ωt 1
= − t−
ω2 2ω 0 ω2 2 4ω 0
2
sin ωt sin ωt t cos ωt cos ωt sin 2ωt
= − +
ω2 2ω 2ω 2 4ω 3
2
sin ωt sin ωt t cos ωt cos2 ωt sin ωt
= − +
ω2 2ω 2ω 2 2ω 3
sin ωt 2 t cos ωt
= 3
sin ωt + cos2 ωt −
2ω 2ω 2
1 sin ωt
= − t cos ωt
2ω 2 ω
Solution:
Integral equation
An equation of the form
Z t
y(t) = f (t) + λ K(t, τ)y(τ)dτ (4.11)
0
is called a Volterra integral equation, where λ is a parameter and K(t, τ) is called the kernel
of the integral equation. The Laplace transform is well suited to the solution of such integral
equations when the kernel K(t, τ) has a special form that depends on t and τ only through the
difference t −τ , because then K(t, τ) = K(t −τ) and the integral in (4.11) becomes a convolution
integral.
1
Example 4.20 Let L ( f (t)) = 2 2 . Find f (t)
s (s + ω 2 )
1 1
Solution: We have L −1 = sin ωt . From (4.13) it follows that
s + ω2
2 ω
1 t
1
Z
L −1 = sin ωτdτ
s(s2 + ω 2 ) ω 0
1 cos ωτ t 1 − cos ωt + 1
= − =
ω ω 0 ω ω
1
= (1 − cos ωt)
ω2
Z t
−1 1 1 1
L = (1 − cos ωτ) dτ
s s(s2 + ω 2 ) ω2 0
sin ωτ t
1
= τ−
ω2 ω 0
1 sin ωt
= t −
ω2 ω
Electric Circuit
Consider the RLC Circuit below
In a single-loop or series circuit, Kirchhoff’s second law states that the sum of the voltage drops
across an inductor, resistor, and capacitor is equal to the impressed voltage E(t). Now it is known
that the voltage drops across an inductor, resistor, and capacitor are, respectively,
Z t
di(t) 1
L , Ri(τ), and i(τ)dτ
dt c 0
where I(t) is the current and L, R, and C are constants. It follows that the current in a circuit,
such as that shown in Figure 4.1, is governed by the integrodifferential equation
Z t
di(t) 1
L + Ri(τ) + i(τ)dτ = E(t)
dt c 0
Example 4.21 Determine the current i(t) in a single-loop LRC circuit when L = 0.1 h, R =
2 ω,C = 0.1 f , i(0) = 0, and the impressed voltage is E(t) = 120t − 120tU(t − 1)
5 — Vector Calculus
where the component functions f , g , and h of r are real-valued functions of the parameter t
lying in a parameter interval I.
R
• Vector valued function can be used to study curves in plane or space.
• Vector valued function can be used to study the motion of an object along the curve.
• Vector valued function maps real number to vectors
Example 5.1 Find the domain (parameter interval) of the vector function
1 √
r(t) = i + t − 1 j + lntk
t
1 √
Solution: The component functions of r are f (t) = , g(t) = t − 1 and h(t) = lnt . Observe
t
that f is defined for all values of t except t = 0 , g is defined for all t ≥ 1 , and h is defined for all
t > 1 . Therefore, f , g , and h are all defined if t > 1 , thus, the domain of r is [1, ∞)
Figure 5.1: As t increases from a to b , the terminal point of r traces the curve C .
R The terminal point of position vector r(t) coincides with the point (x, y) or (x,y,z) on the
curve given by the parametric equation.
The arrow head on the curve indicates the curve’s orientation by pointing in the direction of
increasing value of t.
x y
cost = , sint = −
3 2
x2 y2
⇒ + =1
9 4
The curve described by this equation is the ellipse shown in Figure (5.2). As t increases from 0
to 2π , the terminal point of r traces the ellipse in a clockwise direction.
Figure 5.2:
which are parametric equations of the line passing through the point (2, −1, 3) with direction
numbers −4 , 3, and 2.
Figure 5.3:
Example 5.4 Find a vector function that describes the curve of intersection of the cylinder
x2 + y2 = 4 and the plane x + y + 2z = 4 .
Solution : If P(x, y, z) is any point on the curve of intersection C , then the x - and y -coordinates
lie on the right circular cylinder of radius 2 and axis lying along the z -axis. Therefore,
To find the z -coordinate of the point, we substitute these values of x and y into the equation of
the plane, obtaining
sint
Example 5.5 Find lim r(t), where r(t) = (1 + t 3 )i + te−t j + k
t→a t
R
• The vector r0 (t) is called the tangent vector to the curve defined by r at the point P ,
provided that r0 (t) exists and r0 (t) 6= 0 .
• The tangent line to C at P is defined to be the line through P parallel to the tangent
vector r0 (t).
• The unit tangent vector
r0 (t)
T (t) =
kr0 (t)k
which has unit length and the direction of r0
Theorem 5.2.1 — Differentiation of Vector Functions Let r(t) = f (t)i + g(t) j + h(t)k
where f , g , and h are differentiable functions of t . Then
Example 5.6 (a) Find the derivative of r(t) = (t 2 + 1)i + e−t j − sin 2tk
(b) Find the point of tangency and the unit tangent vector at the point on the curve corre-
sponding to t = 0 .
Example 5.7 Find parametric equations for the tangent line to the helix with para- metric
equations
x = 3 cost, y = 2 sint, z = t
The parameter value corresponding to the point (0, 2, π/2) is t = π/2 so the tangent vector
there is r0 (π/2) = (−3, 0, 1). The tangent line is the line throug (0, 2, π/2) parallel to the vector
(−3, 0, 1). So its parametric equations are
π
x = −3t y = 2 z = +t
2
Theorem 5.2.2 — Rules of Differentiation Suppose that u and v are differentiable vector
functions, f is a differentiable real-valued function, and c is a scalar. Then
d
1. [u(t) ± v(t)] = u0 (t) ± v0 (t)
dt
d
2. [cu(t)] = cu0 (t)
dt
d
3. [ f (t)u(t)] = f 0 (t)u(t) + f (t)u0 (t)
dt
d
4. [u(t) · v(t)] = u0 (t) · v(t) + u(t) · v0 (t)
dt
d
5. [u(t) × v(t)] = u0 (t) × v(t) + u(t) × v0 (t)
dt
d
6. [u( f (t))] = u0 ( f (t)) f 0 (t) Chain rule
dt
Definition 5.2.4 — Integration of Vector Functions. Let r(t) = f (t)i + g(t) j + h(t)k where
f , g , and h are integrable functions of t. Then
1. The indefinite integral of r with respect
to tis Z Z
Z Z
r(t)dt = f (t)dt i + g(t)dt j + h(t)dt k
2. The definite integral of r over the interval [a,
b] is
Z b Z b Z b Z b
r(t)dt = f (t)dt i + g(t)dt j + h(t)dt k
a a a a
is smooth
Solution: Since r0 (t) = − sint i + cost j + k, it follows that r0 is continuous, and r0 (t) 6= 0 for
every t. Therefore, the helix is smooth.
Since (x, y, z) = (x0 , y0 , z0 ) at t = 0 and (x, y, z) = (x1 , y1 , z1 ) at t = 1, it follows that (5.1) gives
parametric equation for the line through (x0 , y0 , z0 ) and (x1 , y1 , z1 ).
More over,
r(t) = [x0 + (x1 − x0 )t]i + [y0 + (y1 − y0 )t] j + [z0 + (z1 − z0 )t]k, for 0 ≤ t ≤ 1 (5.2)
Example 5.12 Find a parametric representation of a line segment from (3, −1, 5) to
(5, −5, 5)
Example 5.13 Find the length l of the segment of the circular helix
√
Solution: l = 2 2π
Solution: l = 4
r = 1 − cos θ for 0 ≤ θ ≤ 2π
Ans. l = 8
R The curve C described by the vector function r(t) with parameter t in some parameter inter-
val I is said to be parametrized by t. A curve C can have more than one parametrization.
For example, the curve
r1 (t) =< t,t 2 ,t 3 >, 1 ≤ t ≤ 2
could also be represented by the function
r2 (u) =< eu , e2u , e3u > 0 ≤ t ≤ ln 2
where the connection between the parameters t and u is given by t = eu .
R s(t) is the distance along C from initial point to the point (x(t), y(t), z(t))
Example 5.16 Find the arc length function s(t) for the circle C in the plane described by
s s
Solution: s(t) = 2t 0 ≤ t ≤ 2π ⇒ r(s) = 2 cos i + 2 sin j, 0 ≤ s ≤ 4π
2 2
Example 5.17 Find the tangent vector T(t) to the circular helix
Curvature
r(t) = t i + t 2 j
kT 0 (t)k 2
Solution: K (t) = 0
=
kr (t)k (1 + 4t 2 )3/2