Math 360: Uniform Continuity and the Integral

Total Page:16

File Type:pdf, Size:1020Kb

Math 360: Uniform Continuity and the Integral Math 360: Uniform continuity and the integral D. DeTurck University of Pennsylvania October 25, 2017 D. DeTurck Math 360 001 2017C: Integral/functions 1 / 28 Integrals We've gotten pretty far with our \primitive" integral of functions of bounded variation. But not all continuous functions are BV (nor are all BV functions continuous), so we should define a more robust integral so that the set of integrable functions includes both cases. The setup is pretty much the same as for the integral we already have: To calculate b f (x) dx ˆa we partition the interval [a; b] with points x0 = a < x1 < x2 < ··· < xn = b { the new ingredient is how we choose to \sample" the function f in the interval [xi−1; xi ]. When our functions were monotonic, we chose to evaluate f either the left or right endpoint, since that would give the maximum or minimum value of f on the subinterval. D. DeTurck Math 360 001 2017C: Integral/functions 2 / 28 Riemann vs Darboux There are two approaches to sampling: • Riemann: In the \Riemann integral" you choose a random ∗ point xi in the interval [xi−1; xi ] for each i, and create the Riemann sum n X ∗ RS(f ; P) = f (xi )(xi − xi−1) i=1 If the limit of RS(f ; P) as P becomes finer and finer (n ! 1 and jPj ! 0) exists, then that is the Riemann integral. • Darboux: In the \Darboux integral" you make two sums: For the upper Darboux sum you sample [xi−1; xi ] by simply letting + fi be the supremum of f (x) on the interval [xi−1; xi ], and − you make the lower Darboux sum by letting fi be the infimum of f on the subinterval. D. DeTurck Math 360 001 2017C: Integral/functions 3 / 28 Setup for the integral { upper and lower sums This is going to look familiar (compare with slide set 4). Let f be any bounded function on [a; b], and P a partition of [a; b]. Definition: (upper and lower sums) The upper sum of f corresponding to the partition P is n X + U(f ; P) = fi (xi − xi−1) i=1 and the lower sum of f corresponding to the partition P is n X − L(f ; P) = f (xi − xi−1) i=1 Since f + = sup f (x) ≥ inf f (x) = f − for each i, i x2[xi−1;xi ] x2[xi−1;xi ] i we have U(f ; P) ≥ L(f ; P) D. DeTurck Math 360 001 2017C: Integral/functions 4 / 28 Setup for the integral { definition Since there's always a common refinement P for any partitions P1 and P2, we have L(f ; P1) ≤ L(f ; P) ≤ U(f ; P) ≤ U(f ; P2) where P is a common refinement for P1 and P2. So for any pair of partitions P1 and P2 we have L(f ; P1) ≤ U(f ; P2): Therefore sup L(f ; P) over all partitions P (which is called the lower Darboux integral is less than or equal to inf U(f ; P)(the upper Darboux integral). If these are equal then we say the function f is integrable and their common value is called the integral: b f (x) dx ˆa D. DeTurck Math 360 001 2017C: Integral/functions 5 / 28 Proving existence { regular partitions To show that the integral exists, it is sufficient to find, for any " > 0, a partition P such that U(f ; P) < L(f ; P) + ": We did this before for monotonic functions, we can do this by using sufficiently fine regular partitions { these are partitions having the b − a x 's evenly spaced (so x − x = for all i = 1;:::; n). i i i−1 n Theorem b If f :[a; b] ! R is monotonic, then f (x) dx exists. ˆa Proof: Given " > 0, choose n so large that the regular partition P f (b) − f (a) with n steps, will have U(f ; P) − L(f ; P) = < ". n D. DeTurck Math 360 001 2017C: Integral/functions 6 / 28 Functions of bounded variation Proposition (Greater generality) Then we extended the integral to functions of bounded variation: If f (x) can be written as the sum of two monotonic functions p(x) and q(x) with p increasing and q decreasing on [a; b] (such a function is called a function of bounded variation), then b b b f (x) dx exists and is equal to p(x) dx + q(x) dx. ˆa ˆa ˆa Now, the goal is to extend the whole thing to continuous functions. D. DeTurck Math 360 001 2017C: Integral/functions 7 / 28 Basic properties Because the upper and lower sums have these properties, it follows that the integral does: 1 Linearity: b b b αf (x) + βg(x) dx = α f (x) dx + β g(x) dx for ˆa ˆa ˆa constants α; β and f and g are integrable functions on [a; b]. 2 Monotonicity: If f (x) ≥ g(x) for all x 2 [a; b] then b b a f (x) dx ≥ a g(x) dx. 3 If´ f (x) is integrable´ on [a; b], then so is jf (x)j and b b f (x) dx ≤ jf (x)j dx. ˆa ˆa D. DeTurck Math 360 001 2017C: Integral/functions 8 / 28 More basic properties 4 If a < b < c then c b c f (x) dx = f (x) dx + f (x) dx: ˆa ˆa ˆb 5 If m ≤ infff (x) j x 2 [a; b]g and M ≥ supff (x) j x 2 [a; b]g then b (b − a)m ≤ f (x) dx ≤ (b − a)M: ˆa 6 Mean value theorem for integrals: If f is continuous and integrable (soon we can remove this as an assumption) on [a; b] then there is a c with a < c < b such that 1 b f (c) = f (x) dx: b − a ˆa D. DeTurck Math 360 001 2017C: Integral/functions 9 / 28 Fundamental Theorem { integrals of derivatives Fundamental theorem of calculus I: Integrals of derivatives Let F (x) be a differentiable function on [a; b] with derivative F 0(x), and suppose F 0 is an integrable function on [a; b]. Then b F 0(x) dx = F (b) − F (a): ˆa For any interval (xi−1; xi ) in the partition P we have 0− F (xi ) − F (xi−1) 0+ Fi ≤ ≤ Fi xi − xi−1 by the mean value theorem (for derivatives), since the middle quantity is F 0(x) for some x in the interval. D. DeTurck Math 360 001 2017C: Integral/functions 10 / 28 Fundamental Theorem { proof conclusion But then n 0 X 0− L(F ; P) = Fi (xi − xi−1) i=1 n X ≤ F (xi ) − F (xi−1) i=1 n X 0+ 0 ≤ Fi (xi − xi−1) = U(F ; P): i=1 But the middle sum telescopes to F (xn) − F (x0) = F (b) − F (a). Now F (b) − F (a) is trapped between sup L(F 0; P) and P b inf U(F 0; P), both of which are equal to the integral F 0(x) dx P ˆa because F 0 is integrable. D. DeTurck Math 360 001 2017C: Integral/functions 11 / 28 Second fundamental theorem { derivatives of integrals Fundamental theorem of calculus II: Derivatives of integrals Let f (x) be a continuous (and integrable) function on [a; b]. Define the function F (x) via x F (x) = f (t) dt: ˆa Then F is differentiable and F 0(x) = f (x). First, if h > 0 we have x+h F (x + h) − F (x) = f (t) dt = hf (c) ˆx for some c between x and x + h by properties 4 and 6 (mean value theorem for integrals). D. DeTurck Math 360 001 2017C: Integral/functions 12 / 28 Second fundamental theorem { proof conclusion Therefore the difference quotient F (x + h) − F (x) = f (c) where x < c < x + h h But since f is continuous, f (c) ! f (x) as h ! 0+. x For h < 0 we use that F (x + h) − F (x) = − f (t) dt = hf (c) ˆx+h for some c between x + h and x, and the proof goes through as for the h > 0 case. D. DeTurck Math 360 001 2017C: Integral/functions 13 / 28 Uniform continuity To show that continuous functions on closed intervals are integrable, we're going to define a slightly stronger form of continuity: Definition (uniform continuity): A function f (x) is uniformly continuous on the domain D if for every " > 0 there is a δ > 0 that depends only on " and not on x 2 D such that for every x; y 2 D with jx − yj < δ, it is the case that jf (x) − f (y)j < ". A uniformly continuous function is necessarily continuous, but on non-compact sets (i.e., sets that are not closed and bounded) a continuous function need not be uniformly so. D. DeTurck Math 360 001 2017C: Integral/functions 14 / 28 Not uniformly continuous To help understand the import of uniform continuity, we'll reverse the definition: Definition (not uniformly continuous): A function f (x) is not uniformly continuous on D if there is some " > 0 such that for every δ > 0, no matter how small, it is possible to find x; y 2 D with jx − yj < δ but jf (x) − f (y)j > ". For instance f (x) = x2 is not u.c. on the set [0; 1) because we can choose " = 1 and then for any δ > 0, we have (x + δ)2 − x2 = 2xδ + δ2 and we can choose x > 1=(2δ) so that 2xδ > 1.
Recommended publications
  • Section 8.8: Improper Integrals
    Section 8.8: Improper Integrals One of the main applications of integrals is to compute the areas under curves, as you know. A geometric question. But there are some geometric questions which we do not yet know how to do by calculus, even though they appear to have the same form. Consider the curve y = 1=x2. We can ask, what is the area of the region under the curve and right of the line x = 1? We have no reason to believe this area is finite, but let's ask. Now no integral will compute this{we have to integrate over a bounded interval. Nonetheless, we don't want to throw up our hands. So note that b 2 b Z (1=x )dx = ( 1=x) 1 = 1 1=b: 1 − j − In other words, as b gets larger and larger, the area under the curve and above [1; b] gets larger and larger; but note that it gets closer and closer to 1. Thus, our intuition tells us that the area of the region we're interested in is exactly 1. More formally: lim 1 1=b = 1: b − !1 We can rewrite that as b 2 lim Z (1=x )dx: b !1 1 Indeed, in general, if we want to compute the area under y = f(x) and right of the line x = a, we are computing b lim Z f(x)dx: b !1 a ASK: Does this limit always exist? Give some situations where it does not exist. They'll give something that blows up.
    [Show full text]
  • Notes on Calculus II Integral Calculus Miguel A. Lerma
    Notes on Calculus II Integral Calculus Miguel A. Lerma November 22, 2002 Contents Introduction 5 Chapter 1. Integrals 6 1.1. Areas and Distances. The Definite Integral 6 1.2. The Evaluation Theorem 11 1.3. The Fundamental Theorem of Calculus 14 1.4. The Substitution Rule 16 1.5. Integration by Parts 21 1.6. Trigonometric Integrals and Trigonometric Substitutions 26 1.7. Partial Fractions 32 1.8. Integration using Tables and CAS 39 1.9. Numerical Integration 41 1.10. Improper Integrals 46 Chapter 2. Applications of Integration 50 2.1. More about Areas 50 2.2. Volumes 52 2.3. Arc Length, Parametric Curves 57 2.4. Average Value of a Function (Mean Value Theorem) 61 2.5. Applications to Physics and Engineering 63 2.6. Probability 69 Chapter 3. Differential Equations 74 3.1. Differential Equations and Separable Equations 74 3.2. Directional Fields and Euler’s Method 78 3.3. Exponential Growth and Decay 80 Chapter 4. Infinite Sequences and Series 83 4.1. Sequences 83 4.2. Series 88 4.3. The Integral and Comparison Tests 92 4.4. Other Convergence Tests 96 4.5. Power Series 98 4.6. Representation of Functions as Power Series 100 4.7. Taylor and MacLaurin Series 103 3 CONTENTS 4 4.8. Applications of Taylor Polynomials 109 Appendix A. Hyperbolic Functions 113 A.1. Hyperbolic Functions 113 Appendix B. Various Formulas 118 B.1. Summation Formulas 118 Appendix C. Table of Integrals 119 Introduction These notes are intended to be a summary of the main ideas in course MATH 214-2: Integral Calculus.
    [Show full text]
  • A Quotient Rule Integration by Parts Formula Jennifer Switkes ([email protected]), California State Polytechnic Univer- Sity, Pomona, CA 91768
    A Quotient Rule Integration by Parts Formula Jennifer Switkes ([email protected]), California State Polytechnic Univer- sity, Pomona, CA 91768 In a recent calculus course, I introduced the technique of Integration by Parts as an integration rule corresponding to the Product Rule for differentiation. I showed my students the standard derivation of the Integration by Parts formula as presented in [1]: By the Product Rule, if f (x) and g(x) are differentiable functions, then d f (x)g(x) = f (x)g(x) + g(x) f (x). dx Integrating on both sides of this equation, f (x)g(x) + g(x) f (x) dx = f (x)g(x), which may be rearranged to obtain f (x)g(x) dx = f (x)g(x) − g(x) f (x) dx. Letting U = f (x) and V = g(x) and observing that dU = f (x) dx and dV = g(x) dx, we obtain the familiar Integration by Parts formula UdV= UV − VdU. (1) My student Victor asked if we could do a similar thing with the Quotient Rule. While the other students thought this was a crazy idea, I was intrigued. Below, I derive a Quotient Rule Integration by Parts formula, apply the resulting integration formula to an example, and discuss reasons why this formula does not appear in calculus texts. By the Quotient Rule, if f (x) and g(x) are differentiable functions, then ( ) ( ) ( ) − ( ) ( ) d f x = g x f x f x g x . dx g(x) [g(x)]2 Integrating both sides of this equation, we get f (x) g(x) f (x) − f (x)g(x) = dx.
    [Show full text]
  • Two Fundamental Theorems About the Definite Integral
    Two Fundamental Theorems about the Definite Integral These lecture notes develop the theorem Stewart calls The Fundamental Theorem of Calculus in section 5.3. The approach I use is slightly different than that used by Stewart, but is based on the same fundamental ideas. 1 The definite integral Recall that the expression b f(x) dx ∫a is called the definite integral of f(x) over the interval [a,b] and stands for the area underneath the curve y = f(x) over the interval [a,b] (with the understanding that areas above the x-axis are considered positive and the areas beneath the axis are considered negative). In today's lecture I am going to prove an important connection between the definite integral and the derivative and use that connection to compute the definite integral. The result that I am eventually going to prove sits at the end of a chain of earlier definitions and intermediate results. 2 Some important facts about continuous functions The first intermediate result we are going to have to prove along the way depends on some definitions and theorems concerning continuous functions. Here are those definitions and theorems. The definition of continuity A function f(x) is continuous at a point x = a if the following hold 1. f(a) exists 2. lim f(x) exists xœa 3. lim f(x) = f(a) xœa 1 A function f(x) is continuous in an interval [a,b] if it is continuous at every point in that interval. The extreme value theorem Let f(x) be a continuous function in an interval [a,b].
    [Show full text]
  • Lecture 13 Gradient Methods for Constrained Optimization
    Lecture 13 Gradient Methods for Constrained Optimization October 16, 2008 Lecture 13 Outline • Gradient Projection Algorithm • Convergence Rate Convex Optimization 1 Lecture 13 Constrained Minimization minimize f(x) subject x ∈ X • Assumption 1: • The function f is convex and continuously differentiable over Rn • The set X is closed and convex ∗ • The optimal value f = infx∈Rn f(x) is finite • Gradient projection algorithm xk+1 = PX[xk − αk∇f(xk)] starting with x0 ∈ X. Convex Optimization 2 Lecture 13 Bounded Gradients Theorem 1 Let Assumption 1 hold, and suppose that the gradients are uniformly bounded over the set X. Then, the projection gradient method generates the sequence {xk} ⊂ X such that • When the constant stepsize αk ≡ α is used, we have 2 ∗ αL lim inf f(xk) ≤ f + k→∞ 2 P • When diminishing stepsize is used with k αk = +∞, we have ∗ lim inf f(xk) = f . k→∞ Proof: We use projection properties and the line of analysis similar to that of unconstrained method. HWK 6 Convex Optimization 3 Lecture 13 Lipschitz Gradients • Lipschitz Gradient Lemma For a differentiable convex function f with Lipschitz gradients, we have for all x, y ∈ Rn, 1 k∇f(x) − ∇f(y)k2 ≤ (∇f(x) − ∇f(y))T (x − y), L where L is a Lipschitz constant. • Theorem 2 Let Assumption 1 hold, and assume that the gradients of f are Lipschitz continuous over X. Suppose that the optimal solution ∗ set X is not empty. Then, for a constant stepsize αk ≡ α with 0 2 < α < L converges to an optimal point, i.e., ∗ ∗ ∗ lim kxk − x k = 0 for some x ∈ X .
    [Show full text]
  • MAT 5930. Analysis for Teachers
    MAT 5930. Analysis for Teachers. Wm C Bauldry [email protected] Fall ’13 Wm C Bauldry ([email protected]) MAT 5930. Analysis for Teachers. Fall ’13 1 / 147 Nordkapp, Norway. Today Wm C Bauldry ([email protected]) MAT 5930. Analysis for Teachers. Fall ’13 2 / 147 Introduction and Calculus Considered 1 Course Introduction (Class page, Course Info, Syllabus) 2 Calculus Considered 1 A Standard Freshman Calculus Course B Topics List: MAT 1110; MAT 1120 B Refer to texts by Thomas (traditional), Stewart (very popular, but. ), and Hughes-Hallett, et al, or Ostebee & Zorn (“reform”). B Historical: L’Hopital’sˆ Analyse des Infiniment Petits pour l’Intelligence des Lignes Courbes, Cauchy’s Cours d’Analyse, and Granville, Smith, & Longley’s Elements of the Differential and Integral Calculus 2 An AP Calculus Course(AB,BC) 1 Functions, Graphs, and Limits Representations, one-to-one, onto, inverses, analysis of graphs, limits of functions, asymptotic behavior, continuity, uniform continuity 2 Derivatives Concept, definitions, interpretations, at a point, as a function, second derivative, applications, computation, numerical approx. 3 Integrals Concept, definitions, interpretations, properties, Fundamental Theorem, applications, techniques, applications, numerical approx. Wm C Bauldry ([email protected]) MAT 5930. Analysis for Teachers. Fall ’13 3 / 147 Calculus Considered 2 (Calculus Considered) 3 Calculus Problems x1 Precalculus material: function, induction, summation, slope, trigonometry x2 Limits and Continuity: Squeeze Theorem, discontinuity, removable discontinuity, different interpretations of limit expressions x3 Derivatives: trigonometric derivatives, power rule, indirect methods, Newton’s method, Mean Value Theorem,“Racetrack Principle” x4 Integration: Fundamental Theorem, Riemann sums, parts, multiple integrals x5 Infinite Series: geometric, integrals and series, partial fractions, convergence tests (ratio, root, comparison, integral), Taylor & Maclaurin Wm C Bauldry ([email protected]) MAT 5930.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • The Infinite and Contradiction: a History of Mathematical Physics By
    The infinite and contradiction: A history of mathematical physics by dialectical approach Ichiro Ueki January 18, 2021 Abstract The following hypothesis is proposed: \In mathematics, the contradiction involved in the de- velopment of human knowledge is included in the form of the infinite.” To prove this hypothesis, the author tries to find what sorts of the infinite in mathematics were used to represent the con- tradictions involved in some revolutions in mathematical physics, and concludes \the contradiction involved in mathematical description of motion was represented with the infinite within recursive (computable) set level by early Newtonian mechanics; and then the contradiction to describe discon- tinuous phenomena with continuous functions and contradictions about \ether" were represented with the infinite higher than the recursive set level, namely of arithmetical set level in second or- der arithmetic (ordinary mathematics), by mechanics of continuous bodies and field theory; and subsequently the contradiction appeared in macroscopic physics applied to microscopic phenomena were represented with the further higher infinite in third or higher order arithmetic (set-theoretic mathematics), by quantum mechanics". 1 Introduction Contradictions found in set theory from the end of the 19th century to the beginning of the 20th, gave a shock called \a crisis of mathematics" to the world of mathematicians. One of the contradictions was reported by B. Russel: \Let w be the class [set]1 of all classes which are not members of themselves. Then whatever class x may be, 'x is a w' is equivalent to 'x is not an x'. Hence, giving to x the value w, 'w is a w' is equivalent to 'w is not a w'."[52] Russel described the crisis in 1959: I was led to this contradiction by Cantor's proof that there is no greatest cardinal number.
    [Show full text]
  • Convergence Rates for Deterministic and Stochastic Subgradient
    Convergence Rates for Deterministic and Stochastic Subgradient Methods Without Lipschitz Continuity Benjamin Grimmer∗ Abstract We extend the classic convergence rate theory for subgradient methods to apply to non-Lipschitz functions. For the deterministic projected subgradient method, we present a global O(1/√T ) convergence rate for any convex function which is locally Lipschitz around its minimizers. This approach is based on Shor’s classic subgradient analysis and implies generalizations of the standard convergence rates for gradient descent on functions with Lipschitz or H¨older continuous gradients. Further, we show a O(1/√T ) convergence rate for the stochastic projected subgradient method on convex functions with at most quadratic growth, which improves to O(1/T ) under either strong convexity or a weaker quadratic lower bound condition. 1 Introduction We consider the nonsmooth, convex optimization problem given by min f(x) x∈Q for some lower semicontinuous convex function f : Rd R and closed convex feasible → ∪{∞} region Q. We assume Q lies in the domain of f and that this problem has a nonempty set of minimizers X∗ (with minimum value denoted by f ∗). Further, we assume orthogonal projection onto Q is computationally tractable (which we denote by PQ( )). arXiv:1712.04104v3 [math.OC] 26 Feb 2018 Since f may be nondifferentiable, we weaken the notion of gradients to· subgradients. The set of all subgradients at some x Q (referred to as the subdifferential) is denoted by ∈ ∂f(x)= g Rd y Rd f(y) f(x)+ gT (y x) . { ∈ | ∀ ∈ ≥ − } We consider solving this problem via a (potentially stochastic) projected subgradient method.
    [Show full text]
  • Mean Value, Taylor, and All That
    Mean Value, Taylor, and all that Ambar N. Sengupta Louisiana State University November 2009 Careful: Not proofread! Derivative Recall the definition of the derivative of a function f at a point p: f (w) − f (p) f 0(p) = lim (1) w!p w − p Derivative Thus, to say that f 0(p) = 3 means that if we take any neighborhood U of 3, say the interval (1; 5), then the ratio f (w) − f (p) w − p falls inside U when w is close enough to p, i.e. in some neighborhood of p. (Of course, we can’t let w be equal to p, because of the w − p in the denominator.) In particular, f (w) − f (p) > 0 if w is close enough to p, but 6= p. w − p Derivative So if f 0(p) = 3 then the ratio f (w) − f (p) w − p lies in (1; 5) when w is close enough to p, i.e. in some neighborhood of p, but not equal to p. Derivative So if f 0(p) = 3 then the ratio f (w) − f (p) w − p lies in (1; 5) when w is close enough to p, i.e. in some neighborhood of p, but not equal to p. In particular, f (w) − f (p) > 0 if w is close enough to p, but 6= p. w − p • when w > p, but near p, the value f (w) is > f (p). • when w < p, but near p, the value f (w) is < f (p). Derivative From f 0(p) = 3 we found that f (w) − f (p) > 0 if w is close enough to p, but 6= p.
    [Show full text]
  • Integration by Parts
    3 Integration By Parts Formula ∫∫udv = uv − vdu I. Guidelines for Selecting u and dv: (There are always exceptions, but these are generally helpful.) “L-I-A-T-E” Choose ‘u’ to be the function that comes first in this list: L: Logrithmic Function I: Inverse Trig Function A: Algebraic Function T: Trig Function E: Exponential Function Example A: ∫ x3 ln x dx *Since lnx is a logarithmic function and x3 is an algebraic function, let: u = lnx (L comes before A in LIATE) dv = x3 dx 1 du = dx x x 4 v = x 3dx = ∫ 4 ∫∫x3 ln xdx = uv − vdu x 4 x 4 1 = (ln x) − dx 4 ∫ 4 x x 4 1 = (ln x) − x 3dx 4 4 ∫ x 4 1 x 4 = (ln x) − + C 4 4 4 x 4 x 4 = (ln x) − + C ANSWER 4 16 www.rit.edu/asc Page 1 of 7 Example B: ∫sin x ln(cos x) dx u = ln(cosx) (Logarithmic Function) dv = sinx dx (Trig Function [L comes before T in LIATE]) 1 du = (−sin x) dx = − tan x dx cos x v = ∫sin x dx = − cos x ∫sin x ln(cos x) dx = uv − ∫ vdu = (ln(cos x))(−cos x) − ∫ (−cos x)(− tan x)dx sin x = −cos x ln(cos x) − (cos x) dx ∫ cos x = −cos x ln(cos x) − ∫sin x dx = −cos x ln(cos x) + cos x + C ANSWER Example C: ∫sin −1 x dx *At first it appears that integration by parts does not apply, but let: u = sin −1 x (Inverse Trig Function) dv = 1 dx (Algebraic Function) 1 du = dx 1− x 2 v = ∫1dx = x ∫∫sin −1 x dx = uv − vdu 1 = (sin −1 x)(x) − x dx ∫ 2 1− x ⎛ 1 ⎞ = x sin −1 x − ⎜− ⎟ (1− x 2 ) −1/ 2 (−2x) dx ⎝ 2 ⎠∫ 1 = x sin −1 x + (1− x 2 )1/ 2 (2) + C 2 = x sin −1 x + 1− x 2 + C ANSWER www.rit.edu/asc Page 2 of 7 II.
    [Show full text]
  • Integration-By-Parts.Pdf
    Integration INTEGRATION BY PARTS Graham S McDonald A self-contained Tutorial Module for learning the technique of integration by parts ● Table of contents ● Begin Tutorial c 2003 [email protected] Table of contents 1. Theory 2. Usage 3. Exercises 4. Final solutions 5. Standard integrals 6. Tips on using solutions 7. Alternative notation Full worked solutions Section 1: Theory 3 1. Theory To differentiate a product of two functions of x, one uses the product rule: d dv du (uv) = u + v dx dx dx where u = u (x) and v = v (x) are two functions of x. A slight rearrangement of the product rule gives dv d du u = (uv) − v dx dx dx Now, integrating both sides with respect to x results in Z dv Z du u dx = uv − v dx dx dx This gives us a rule for integration, called INTEGRATION BY PARTS, that allows us to integrate many products of functions of x. We take one factor in this product to be u (this also appears on du the right-hand-side, along with dx ). The other factor is taken to dv be dx (on the right-hand-side only v appears – i.e. the other factor integrated with respect to x). Toc JJ II J I Back Section 2: Usage 4 2. Usage We highlight here four different types of products for which integration by parts can be used (as well as which factor to label u and which one dv to label dx ). These are: sin bx (i) R xn· or dx (ii) R xn·eaxdx cos bx ↑ ↑ ↑ ↑ dv dv u dx u dx sin bx (iii) R xr· ln (ax) dx (iv) R eax · or dx cos bx ↑ ↑ ↑ ↑ dv dv dx u u dx where a, b and r are given constants and n is a positive integer.
    [Show full text]