Class Notes

advertisement
5.1 Cost, Area, and the Definite Integral
Def’n The area of the region S under the graph of a positive function f is the
limit of the sum of approximating rectangles, and is given by
π’œ = lim 𝑅𝑛 = lim [𝑓(π‘₯1 )βˆ†π‘₯ + 𝑓(π‘₯2 )βˆ†π‘₯ + β‹― + 𝑓(π‘₯𝑛 )βˆ†π‘₯] .
𝑛→∞
𝑛→∞
Def’n The definite integral of f from a to b is given by
𝑏
∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ = lim [𝑓(π‘₯1 )βˆ†π‘₯ + 𝑓(π‘₯2 )βˆ†π‘₯ + β‹― + 𝑓(π‘₯𝑛 )βˆ†π‘₯] , where
𝑛→∞
π‘₯0 = π‘Ž , π‘₯𝑛 = 𝑏 , and βˆ†π‘₯ =
𝑏−π‘Ž
𝑛
, and it represents a function’s net area
above the x–axis between a and b.
Rule Definite integrals of some curves can be calculated using geometric
formulas, and others can be approximated using left or right endpoints.
C Approximate Integration
Def’n The Midpoint Rule uses the midpoint of each rectangle to estimate the
definite integral as follows:
𝑏
∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ ≈ 𝑀𝑛 = βˆ†π‘₯[𝑓(π‘₯Μ…1 ) + β‹― + 𝑓(π‘₯̅𝑛 )] , where π‘₯̅𝑖 =
π‘₯𝑖−1 +π‘₯𝑖
2
.
Def’n The Trapezoidal Rule uses trapezoids to estimate the definite integral as
follows:
𝑏
∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ ≈ 𝑇𝑛 = βˆ†π‘₯[
𝑓(π‘₯0 )
2
+ 𝑓(π‘₯1 ) + β‹― + 𝑓(π‘₯𝑛−1 ) +
𝑓(π‘₯𝑛 )
2
] , where
π‘₯𝑖 = π‘Ž + π‘–βˆ†π‘₯.
Rule The Trapezoidal Rule is an average of the left endpoint approximation
and the right endpoint approximation.
Rule The size of the error in the Trapezoidal Rule is often about twice the
size of the error in the Midpoint Rule.
Def’n Simpson’s Rule uses parabolas to estimate the definite integral as
follows:
𝑏
∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ ≈ 𝑆𝑛 =
βˆ†π‘₯
3
[𝑓(π‘₯0 ) + 4𝑓(π‘₯1 ) + 2𝑓(π‘₯2 ) + 4𝑓(π‘₯3 ) + β‹―
+2𝑓(π‘₯𝑛−2 ) + 4𝑓(π‘₯𝑛−1 ) + 𝑓(π‘₯𝑛 )] , where n is even.
Rule Simpson’s Rule is a weighted average of the Midpoint Rule (23) and
the Trapezoidal Rule (13).
Rule The size of the error in Simpson’s Rule is much smaller than the size
of the error in either the Midpoint Rule or the Trapezoidal Rule.
5.2 The Fundamental Theorem of Calculus
Def’n If ′(π‘₯) = 𝑓(π‘₯) , then the function F is an antiderivative of f.
Rule If F is an antiderivative of f, then so is (π‘₯) + 𝐢 .
Def’n The indefinite integral of f is ∫ 𝑓(π‘₯) 𝑑π‘₯ = 𝐹(π‘₯) .
𝑏
Rule If ′ = 𝑓 , then ∫π‘Ž 𝑓(π‘₯) 𝑑π‘₯ = 𝐹(𝑏) − 𝐹(π‘Ž) .
Rule The integral of a sum or difference of functions is given by
∫[𝑓(π‘₯) ± 𝑔(π‘₯)]𝑑π‘₯ = ∫ 𝑓(π‘₯)𝑑π‘₯ ± ∫ 𝑔(π‘₯)𝑑π‘₯ .
Rule The integral of a constant times a function is given by
∫ 𝑐 βˆ™ 𝑓(π‘₯)𝑑π‘₯ = 𝑐 ∫ 𝑓(π‘₯)𝑑π‘₯ .
Rule The definite integral with the endpoints of the interval reversed is given
π‘Ž
𝑏
by ∫𝑏 𝑓(π‘₯)𝑑π‘₯ = − ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ .
Rule The definite integral over adjacent intervals is given by
𝑐
𝑏
𝑏
∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ + ∫𝑐 𝑓(π‘₯)𝑑π‘₯ = ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ .
5.3 The Net Change Theorem and Average Value
Rule The integral of a rate of change is the net change and is given by
𝑏
∫π‘Ž 𝐹′(π‘₯)𝑑π‘₯ = 𝐹(𝑏) − 𝐹(π‘Ž) .
Def’n The average value of a function on the interval [π‘Ž, 𝑏] is given by
𝑏
π‘“π‘Žπ‘£π‘’ =
∫π‘Ž 𝑓(π‘₯)𝑑π‘₯
𝑏−π‘Ž
.
5.4 The Substitution Rule
Rule If = 𝑔(π‘₯) , then the chain rule can be reversed, resulting in
∫ 𝑓(𝑔(π‘₯))𝑔′(π‘₯) = ∫ 𝑓(𝑒)𝑑𝑒 .
𝑏
𝑔(𝑏)
Rule For definite integrals, ∫π‘Ž 𝑓(𝑔(π‘₯))𝑔′(π‘₯) = ∫𝑔(π‘Ž) 𝑓(𝑒)𝑑𝑒 .
5.5 Integration by Parts
Rule The product rule can be reversed, resulting in
∫ 𝑓(π‘₯)𝑔′(π‘₯)𝑑π‘₯ = 𝑓(π‘₯)𝑔(π‘₯) − ∫ 𝑔(π‘₯)𝑓′(π‘₯)𝑑π‘₯ or ∫ 𝑒 𝑑𝑣 = 𝑒𝑣 − ∫ 𝑣 𝑑𝑒 .
𝑏
𝑏
Rule For definite integrals, ∫π‘Ž 𝑓(π‘₯)𝑔′(π‘₯)𝑑π‘₯ = [𝑓(π‘₯)𝑔(π‘₯)]π‘π‘Ž − ∫π‘Ž 𝑓(π‘₯)𝑔′(π‘₯)𝑑π‘₯ .
6.1 Areas Between Curves
Rule If 𝑓(π‘₯) ≥ 𝑔(π‘₯) on the interval [π‘Ž, 𝑏], then the area between f and g is
𝑏
given by π’œ = ∫π‘Ž [𝑓(π‘₯) − 𝑔(π‘₯)]𝑑π‘₯ .
6.2 Consumer Surplus and Producer Surplus
Def’n If consumers are willing to buy a quantity of q units at a unit price of p
dollars per unit, then the demand function D is given by 𝑝 = 𝐷(π‘ž) .
Def’n The consumer surplus is the total difference in the price all consumers
are willing to pay for a good and the actual selling price.
Rule The consumer surplus of a good when Q units are sold at price 𝑃 = 𝐷(𝑄)
𝑄
is given by ∫0 [𝐷(π‘ž) − 𝑃]π‘‘π‘ž .
Def’n If producers are willing to sell a quantity of q units at a unit price of p
dollars per unit, then the supply function S is given by 𝑝 = 𝑆(π‘ž) .
Def’n The producer surplus is the total difference in the actual selling price of
a good and the price all producers are willing to sell it for.
Rule The producer surplus of a good when Q units are sold at price 𝑃 = 𝑆(𝑄)
𝑄
is given by ∫0 [𝑃 − 𝑆(𝑄)]π‘‘π‘ž .
Rule Total surplus is maximized when supply equals demand, or 𝑆(π‘ž) = 𝐷(π‘ž).
6.2 Income Streams
Def’n The total amount of income earned from an income stream after a given
period of time is the future value of the income stream.
Rule The future value of income earned at a rate of 𝑓(𝑑) dollars per year and
invested at interest rate r compounded continuously for T years is given
𝑇
by 𝐹𝑉 = 𝑒 π‘Ÿπ‘‡ ∫0 𝑓(𝑑)𝑒 −π‘Ÿπ‘‘ 𝑑𝑑 .
Def’n The amount of money invested now at interest rate r that would provide
the same future value as an income stream is the present value.
Rule The present value of income earned at a rate of 𝑓(𝑑) dollars per year and
invested at interest rate r compounded continuously for T years is given
𝑇
by 𝑃𝑉 = ∫0 𝑓(𝑑)𝑒 −π‘Ÿπ‘‘ 𝑑𝑑 .
6.4 Differential Equations
Def’n A separable equation is a differential equation whose derivative can be
expressed as a product of functions of the input and output variables.
Rule When solving a separable equation, separate the input and output
variables, then integrate the equation, and solve for the output variable.
Rule Populations with growth that is directly proportional to the population
are modeled by the differential equation
𝑑𝑃
𝑑𝑑
= π‘˜π‘ƒ , resulting in exponential
growth given by 𝑃(𝑑) = 𝑃0 𝑒 π‘˜π‘‘ .
Rule Populations with growth that is limited by a carrying capacity M are
modeled by the differential equation
logistic growth given by
𝑃(𝑑) =
𝑑𝑃
𝑑𝑑
𝑃
= π‘˜π‘ƒ (1 − ) , resulting in
𝑀
𝑀
1+𝐴𝑒 −π‘˜π‘‘
, where 𝐴 =
𝑀−𝑃0
𝑃0
.
6.5 Improper Integrals
Def’n An improper integral is an integral with one or both endpoints at infinity.
∞
𝑑
Rule Improper integrals are given by ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ = lim ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ or
𝑑→∞
𝑏
𝑏
∫−∞ 𝑓(π‘₯)𝑑π‘₯ = lim ∫𝑑 𝑓(π‘₯)𝑑π‘₯.
𝑑→−∞
Def’n The improper integral is convergent if its limit exists and divergent if its
limit does not exist.
Rule Integrals over the real line are given by
∞
π‘Ž
∞
∫−∞ 𝑓(π‘₯)𝑑π‘₯ = ∫−∞ 𝑓(π‘₯)𝑑π‘₯ + ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ .
∞
Rule The present value of a perpetuity is given by 𝑃𝑉 = ∫0 𝑓(𝑑)𝑒 −π‘Ÿπ‘‘ 𝑑𝑑 .
6.6 Probability
Def’n A continuous random variable is an unknown quantity whose values
can range over an entire interval of values.
Def’n A probability density function describes the probability that a random
variable will equal a particular set of values.
Rule The probability that a random variable X lies between a and b is given by
𝑏
𝑃(π‘Ž ≤ 𝑋 ≤ 𝑏) = ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯.
∞
Rule For all p.d.f.’s, ∫−∞ 𝑓(π‘₯)𝑑π‘₯ = 1.
Def’n The mean πœ‡ of a random variable is an average of all possible values of
the random variable, weighted by their probabilities.
∞
Rule The mean of a random variable is given by πœ‡ = ∫−∞ π‘₯ βˆ™ 𝑓(π‘₯)𝑑π‘₯.
Def’n The standard deviation 𝜎 of a random variable measures the spread
between typical values of the random variable.
6.6 Exponential and Normal Distributions
1
Rule The p.d.f. of an exponential distribution is given by 𝑓(𝑑) = πœ‡ 𝑒
−
𝑑
πœ‡
, for 𝑑 ≥ 0,
where πœ‡ is the mean (and the standard deviation).
∞
Rule For an exponential p.d.f., ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ is given by 𝑒
−
π‘Ž
πœ‡
.
∞
1
Rule For an exponential p.d.f., ∫𝑐 𝑓(π‘₯)𝑑π‘₯ = 𝑝 is solved for c by πœ‡ βˆ™ ln 𝑝.
1
Rule The p.d.f. of a normal distribution is given by 𝑓(π‘₯) = 𝜎√2πœ‹ 𝑒
−
(π‘₯−πœ‡)2
2𝜎2
, where
πœ‡ is the mean and 𝜎 is the standard deviation.
𝑏
Rule For a normal p.d.f., ∫π‘Ž 𝑓(π‘₯)𝑑π‘₯ is given by π‘›π‘œπ‘Ÿπ‘šπ‘Žπ‘™π‘π‘‘π‘“(π‘Ž, 𝑏, πœ‡, 𝜎).
𝑐
Rule For a normal p.d.f., ∫−∞ 𝑓(π‘₯)𝑑π‘₯ = 𝑝 is solved for c by π‘–π‘›π‘£π‘›π‘œπ‘Ÿπ‘š(𝑝, πœ‡, 𝜎).
7.1 Functions of Several Variables
Def’n A bivariate function is a rule that assigns an input pair (π‘₯, 𝑦) to an
output value 𝑧 = 𝑓(π‘₯, 𝑦), and its graph is the surface of all points (π‘₯, 𝑦, 𝑧)
in space such that 𝑧 = 𝑓(π‘₯, 𝑦).
Def’n A vertical trace is the intersection of a bivariate function with a
vertical plane, and it is found by setting one of the input variables
equal to a constant.
Def’n A horizontal trace is the intersection of a bivariate function with a
horizontal plane, and it is found by setting the output variable equal
to a constant.
Def’n A level curve of a function f is a projection of a horizontal trace onto
the xy–plane, and its equation is 𝑓(π‘₯, 𝑦) = π‘˜.
Def’n A contour map is a set of level curves with different values of the
output variable.
7.2 Partial Derivatives
Def’n The partial derivative of a bivariate function is the rate of change of
the function with respect to one input, holding the other input constant.
Rule The partial derivatives of 𝑓(π‘₯, 𝑦) are given by
𝑓π‘₯ (π‘₯, 𝑦) = lim
𝑓(π‘₯+β„Ž,𝑦)−𝑓(π‘₯,𝑦)
and 𝑓𝑦 (π‘₯, 𝑦) = lim
β„Ž
β„Ž→0
β„Ž→0
𝑓(π‘₯,𝑦+β„Ž)−𝑓(π‘₯,𝑦)
β„Ž
.
Note The following notations for partial derivatives are equivalent:
𝑓π‘₯ (π‘₯, 𝑦) = 𝑓π‘₯ =
πœ•π‘“
πœ•π‘₯
=
πœ•
πœ•π‘₯
𝑓(π‘₯, 𝑦) =
πœ•π‘§
πœ•π‘₯
.
Rule When finding 𝑓π‘₯ , x is treated as a variable and y as a constant, and
when finding 𝑓𝑦 , y is treated as a variable and x as a constant.
Rule The partial derivative 𝑓π‘₯ is the slope of the tangent line to the surface
of f parallel to the x–axis, and the partial derivative 𝑓𝑦 is the slope of
the tangent line to the surface of f parallel to the y–axis.
Rule The second partial derivatives are given by
𝑓π‘₯π‘₯ =
πœ•
πœ•π‘“
πœ•2 𝑧
πœ•
πœ•π‘“
πœ•2 𝑧
πœ•
πœ•π‘“
πœ•2 𝑧
( ) = πœ•π‘₯ 2 , 𝑓π‘₯𝑦 = πœ•π‘¦ (πœ•π‘₯ ) = πœ•π‘¦ πœ•π‘₯ , and 𝑓𝑦𝑦 = πœ•π‘¦ (πœ•π‘¦) = πœ•π‘¦2 .
πœ•π‘₯ πœ•π‘₯
7.2 Partial Derivative Applications
Rule The Cobb-Douglas production function is given by
𝑃(𝐿, 𝐾) = π‘πΏπ‘Ž 𝐾 1−π‘Ž , where 0 < π‘Ž < 1 .
Def’n The marginal productivity of labor
πœ•π‘ƒ
πœ•πΏ
is the rate of change of
production with respect to labor.
Def’n The marginal productivity of capital
πœ•π‘ƒ
πœ•πΎ
is the rate of change of
production with respect to capital.
Def’n Substitute products are those for which an increase in demand for one
product results in a decrease in demand for the other product.
Def’n Complementary products are those for which an increase in demand
for one product results in an increase in demand for the other product.
Rule For substitute products,
πœ•π‘ž2
πœ•π‘1
for complementary products,
> 0 and
πœ•π‘ž2
πœ•π‘1
πœ•π‘ž1
πœ•π‘2
< 0 and
> 0 , and
πœ•π‘ž1
πœ•π‘2
<0.
7.3 Maximum and Minimum Values
Def’n If 𝑓(π‘Ž, 𝑏) ≥ 𝑓(π‘₯, 𝑦) for all (π‘₯, 𝑦) near (π‘Ž, 𝑏), then 𝑓(π‘Ž, 𝑏) is a local maximum.
If 𝑓(π‘Ž, 𝑏) ≤ 𝑓(π‘₯, 𝑦) for all (π‘₯, 𝑦) near (π‘Ž, 𝑏), then 𝑓(π‘Ž, 𝑏) is a local minimum.
Rule If 𝑓(π‘Ž, 𝑏) is a local maximum or local minimum, then 𝑓π‘₯ (π‘₯, 𝑦) = 0 and
𝑓𝑦 (π‘₯, 𝑦) = 0 .
Rule Given a critical point of a multivariate function and let
𝐷 = 𝐷(π‘Ž, 𝑏) = 𝑓π‘₯π‘₯ (π‘Ž, 𝑏)𝑓𝑦𝑦 (π‘Ž, 𝑏) − [𝑓π‘₯𝑦 (π‘Ž, 𝑏)]2 .
(1) If 𝐷 > 0 and 𝑓π‘₯π‘₯ (π‘Ž, 𝑏) > 0 , then 𝑓(π‘Ž, 𝑏) is a local minimum.
(2) If 𝐷 > 0 and 𝑓π‘₯π‘₯ (π‘Ž, 𝑏) < 0 , then 𝑓(π‘Ž, 𝑏) is a local maximum.
(3) If 𝐷 < 0 then 𝑓(π‘Ž, 𝑏) is a saddle point.
(4) If 𝐷 = 0 then the test is inconclusive.
7.4 Lagrange Multipliers
Def’n The Lagrange function 𝐿(π‘₯, 𝑦, πœ†) = 𝑓(π‘₯, 𝑦) − πœ†[𝑔(π‘₯, 𝑦) − π‘˜] is used to
find extreme values subject to a constraint.
Rule The minimum and maximum values of 𝑓(π‘₯, 𝑦) subject to 𝑔(π‘₯, 𝑦) = π‘˜
are found by solving 𝑓π‘₯ (π‘₯, 𝑦) = πœ†π‘”π‘₯ (π‘₯, 𝑦), 𝑓𝑦 (π‘₯, 𝑦) = πœ†π‘”π‘¦ (π‘₯, 𝑦), and
𝑔(π‘₯, 𝑦) = π‘˜.
Rule The Lagrange multiplier πœ† is the ratio of the change in the optimal value
of f to the change in the constant k.
Rule At the optimum level of a production function,
𝑃𝐿
𝑃𝐾
=
𝐢𝐿
𝐢𝐾
and
𝑃𝐿
𝐢𝐿
=
𝑃𝐾
𝐢𝐾
.
D Double Integrals
Def’n The double integral of a multivariate function over a rectangular region
𝑏
𝑑
𝑅 = {(π‘₯, 𝑦)|π‘Ž ≤ π‘₯ ≤ 𝑏, 𝑐 ≤ 𝑦 ≤ 𝑑} is given by ∫π‘Ž ∫𝑐 𝑓(π‘₯, 𝑦) 𝑑𝑦 𝑑π‘₯.
Rule The double integral represents a multivariate function’s volume above
the xy–plane.
Def’n The double integral of a multivariate function over a non-rectangular
region 𝐷 = {(π‘₯, 𝑦)|π‘Ž ≤ π‘₯ ≤ 𝑏, 𝑔1 (π‘₯) ≤ 𝑦 ≤ 𝑔2 (π‘₯)} is given by
𝑏
𝑔2(π‘₯)
∫π‘Ž ∫𝑔1(π‘₯) 𝑓(π‘₯, 𝑦) 𝑑𝑦 𝑑π‘₯.
Def’n The average value of a multivariate function over a region R is given by
𝑏 𝑑
π‘“π‘Žπ‘£π‘’ =
∫π‘Ž ∫𝑐 𝑓(π‘₯,𝑦) 𝑑𝑦 𝑑π‘₯
𝐴(𝑅)
.
10.1 Geometric Series
Def’n A finite series with n terms is given by π‘Ž1 + π‘Ž2 + π‘Ž3 + β‹― + π‘Žπ‘› .
Def’n A series written in sigma notation is given by
∑𝑛𝑖=1 π‘Žπ‘– .
Def’n An infinite series is given by π‘Ž1 + π‘Ž2 + π‘Ž3 + β‹― + π‘Žπ‘› + β‹―.
Def’n A finite geometric series is given by π‘Ž + π‘Žπ‘Ÿ + π‘Žπ‘Ÿ 2 + β‹― + π‘Žπ‘Ÿ 𝑛−1 ,
where r is the common ratio.
Rule The sum of a finite geometric series is given by 𝑆𝑛
=
π‘Ž(1−π‘Ÿ 𝑛 )
1−π‘Ÿ
.
Def’n An infinite geometric series is given by +π‘Žπ‘Ÿ + π‘Žπ‘Ÿ 2 + β‹― .
Rule The sum of an infinite geometric series is given by 𝑆𝑛
=
Rule If |π‘Ÿ| ≥ 1, then the infinite geometric series is divergent.
π‘Ž
1−π‘Ÿ
, for |π‘Ÿ| < 1.
10.2 Taylor Polynomials
Def’n Factorial notation is given by 𝑛! = 𝑛(𝑛 − 1)(𝑛 − 2) … (3)(2)(1).
Def’n The first Taylor polynomial at π‘₯ = 0 of 𝑓(π‘₯) is given by
𝑝1 (π‘₯) = 𝑓(0) + 𝑓′(0) βˆ™ π‘₯.
Def’n The nth Taylor polynomial at π‘₯ = 0 of 𝑓(π‘₯) is given by
𝑝𝑛 (π‘₯) = 𝑓(0) + 𝑓′(0) βˆ™ π‘₯ + 𝑓′′(0) βˆ™
π‘₯2
2!
+ β‹― + 𝑓 (𝑛) (0) βˆ™
π‘₯𝑛
𝑛!
.
Def’n The error of the nth Taylor polynomial at π‘₯ = 0 of 𝑓(π‘₯) is given by
𝑅𝑛 (π‘₯) = 𝑓 (𝑛+1) (𝑑) βˆ™
π‘₯ 𝑛+1
, where
(𝑛+1)!
0 ≤ 𝑑 ≤ π‘₯.
Def’n The nth Taylor polynomial at π‘₯ = π‘Ž of 𝑓(π‘₯) is given by
𝑝𝑛 (π‘₯) = 𝑓(π‘Ž) + 𝑓′(π‘Ž) βˆ™ (π‘₯ − π‘Ž) + 𝑓′′(π‘Ž) βˆ™
(π‘₯−π‘Ž)2
2!
+ β‹― + 𝑓 (𝑛) (π‘Ž) βˆ™
(π‘₯−π‘Ž)𝑛
𝑛!
Def’n The error of the nth Taylor polynomial at π‘₯ = π‘Ž of 𝑓(π‘₯) is given by
𝑅𝑛 (π‘₯) = 𝑓
(𝑛+1)
(𝑑) βˆ™
(π‘₯−π‘Ž)𝑛+1
(𝑛+1)!
, where π‘Ž ≤ 𝑑 ≤ π‘₯.
.
10.3 Taylor Series
Def’n A power series is an infinite geometric series with variable terms, and
it takes the form π‘Ž0 + π‘Ž1 π‘₯ + π‘Ž2 π‘₯ 2 + β‹― + π‘Žπ‘› π‘₯ 𝑛 + β‹― .
Def’n The radius of convergence R is a number such that a power series
converges if |π‘₯| < 𝑅 and diverges if |π‘₯| > 𝑅.
Def’n The ratio of terms in a power series is given by
π‘Ÿ = lim
𝑐𝑛+1
𝑛→∞ 𝑐𝑛
.
Rule A power series converges if |π‘Ÿ| < 1 and diverges if |π‘Ÿ| > 1.
Def’n The Taylor series at π‘₯ = 0 of 𝑓(π‘₯) is given by
𝑇0 (π‘₯) = 𝑓(0) + 𝑓′(0) βˆ™ π‘₯ + 𝑓′′(0) βˆ™
π‘₯2
2!
+ β‹― + 𝑓 (𝑛) (0) βˆ™
π‘₯𝑛
𝑛!
+ β‹―.
Def’n The Taylor series at π‘₯ = π‘Ž of 𝑓(π‘₯) is given by
π‘‡π‘Ž (π‘₯) = 𝑓(π‘Ž) + 𝑓′(π‘Ž) βˆ™ (π‘₯ − π‘Ž) + 𝑓′′(π‘Ž) βˆ™
(π‘₯−π‘Ž)2
2!
+ β‹― + 𝑓 (𝑛) (π‘Ž) βˆ™
(π‘₯−π‘Ž)𝑛
𝑛!
+ β‹―.
Rule The Taylor series expansions of some common functions are given by:
π‘₯
𝑒 =1+
π‘₯
1!
+
π‘₯2
2!
ln(π‘₯ + 1) = π‘₯ −
1
1−π‘₯
+
π‘₯2
2
π‘₯3
3!
+
+
π‘₯3
3
π‘₯4
4!
−
+β‹―
π‘₯4
4
+β‹―
= 1 + π‘₯ + π‘₯2 + π‘₯3 + π‘₯4 + β‹―
at π‘₯ = 0, for −∞ < π‘₯ < ∞
at π‘₯ = 0, for −1 < π‘₯ < 1
at π‘₯ = 0, for −1 < π‘₯ < 1
10.4 Newton’s Method
Rule The solution to 𝑓(π‘₯) = 0 can be approximated using the following
procedure with an initial guess π‘₯ = π‘₯0 :
(1) replace the function with its first Taylor polynomial at π‘₯ = π‘₯0 ,
(2) solve 𝑝1 (π‘₯0 ) = 0 to get
π‘₯ = π‘₯0 −
𝑓(π‘₯0 )
,
𝑓 ′ (π‘₯0 )
(3) use an improved guess π‘₯ = π‘₯1 and repeat steps 1 and 2.
Def’n The internal rate of return r is the interest rate for which the present
values of all payments add up to the loan amount.
Rule Newton’s Method may not work if one of the following conditions is true:
(1) the derivative is zero at any approximation
(2) an inflection point exists between two successive approximations
(3) a critical point exists near an approximation
Download