Calculus Section 2: Techniques of Integration. S1: Motivation S2

Total Page:16

File Type:pdf, Size:1020Kb

Calculus Section 2: Techniques of Integration. S1: Motivation S2 MATH 1231 S2 2010: Calculus For use in Dr Chris Tisdell’s lectures Section 2: Techniques of integration. Created and compiled by Chris Tisdell S1: Motivation S2: What you should already know S3: Integrals of trig functions S4: Reduction formulae S5: Trig & hyperbolic substitutions S6: Partial fractions S7: Rationalising substitutions S8: Weierstrass substitutions S9: Appendix (more on what you should already know) Images from“Thomas’ calculus”by Thomas, Wier, Hass & Giordano, 2008, Pearson Education, Inc. 1 1. Motivation. Why study integration? The theory of integration is a cornerstone of calculus. In- tegration finds a useful place in many disciplines, such as: engineering; physics; biology; economics and beyond. Where are we going? We will develop a number of important integration techniques that will be useful in the study of applied problems. Throughout our discussions we will see HOW integration nat- urally arises in the analysis of applied problems and in mod- elling. This is critical to motivate the ideas and also to build the intuition. 2 2. What you should already know. You studied integration at school and in MATH 1131. You should be comfortable with: • using a table of integrals • integrating by inspection • integration by parts • integration by simple substitution. Just in case you’ve forgotten these techniques, I have included some examples to refresh your memory and to test your skills in the Appendix. You will find this course much easier if you can integrate with ease. Your hard work will pay–off later in the session!! 3 4 5 3. Integrals of trig functions. You should be familiar with: The above integrals are derived by using the “double angle formulas”: cos 2x = cos2 x − sin2 x = 2 cos2 x − 1 = 1 − 2 sin2 x and for future reference sin 2x = 2 sin x cos x. 6 Integrals of products of sin and/or cos. We first discuss how such integrals naturally arise. Applications matter! So–called “Fourier series” play an important role in the study of heat flow. A finite Fourier series of a function f is given by the sum N X f(x) := an sin nx (1) n=1 = a1 sin x + a2 sin 2x + ··· aN sin Nx where the an are some numbers that are to be determined. That is, we aim to write f(x) as a sum of sin functions. 7 We now see how integration of trig functions is central to the method. We claim that the mth coefficient am is given by 1 Z π am = f(x) sin mx dx. (2) π −π If we multiply both sides of (1) by sin mx and then integrate over [−π, π] we obtain N Z Z π X f(x) sin mx dx = an sin nx sin mx dx −π n=1 N X Z π = an sin nx sin mx dx . n=1 −π Thus we have obtained an integral that involves a product of sin functions. How do we evaulate such an integral? 8 Integrals of products of sin and/or cos These are done using the so–called product to sum formulae: sin A cos B = [sin(A − B) + sin(A + B)]/2 sin A sin B = [cos(A − B) − cos(A + B)]/2 cos A cos B = [cos(A − B) + cos(A + B)]/2 Ex: R sin 4x cos 2x dx = Independent learning ex: Now return to, and prove, (2). 9 Integrals of the form R cosm x sinn x dx If m or n are odd then our aim is to transform the integral into one of the types: Z 1 sink x cos x dx = sink+1 x + C k + 1 Z 1 cosk x sin x dx = − cosk+1 x + C. k + 1 At the heart of the approach is to factor out a sin x or cos x from the odd power term and then use the identity cos2 x + sin2 x = 1 to transform the integral into one which can be directly eva- lutated. Q: How can you verify the above integrals? 10 Ex. Evaluate Z I := cos4 x sin3 x dx. 11 Ex: Evaluate Z I := cos5 x sin5 x dx 12 If both m and n are even, then the integral is slightly harder. We will see shortly a recursive method for dealing with such an integral, but for smaller values of m and n one can use the identities 1 + cos 2x cos2 x = 2 1 − cos 2x sin2 x = . 2 Ex. Evaluate I := R cos4 x sin2 x dx. See that Z I = (cos2 x)2 sin2 x dx Z 1 + cos 2x2 1 − cos 2x = dx 2 2 1 Z = 1 + cos 2x − cos2 2x − cos3 2x dx 8 Z = 1 1 + cos 2x − cos2 2x − (1 − sin2 2x) cos 2x dx 8 Z = 1 1 − cos2 2x + sin2 2x cos 2x dx 8 h i = 1 x − 1 sin 4x + 1 sin3 2x + C. 8 2 8 6 13 Applications matter! An important problem in applied math, engineering and physics is to calculate the total mass of an given object. Consider a thin plate occupying the unit quarter–disk in the first quadrant. If the density δ(x, y) of the plate at any point (x, y) is given by δ(x, y) = x2y4 then the total mass of the plate is given by √ Z 1 "Z 1−x2 # M = x2y4 dy dx. 0 0 To make this integral easier, we switch to polar co–ordinates: x = r cos θ; y = r sin θ; dy dx = r dr dθ with a substitution giving Z π/2 Z 1 M = (r2 cos2 θ)(r4 sin4 θ) rdrdθ 0 0 Z 1 Z π/2 = r7 dr (cos2 θ)(sin4 θ) dθ. 0 0 14 4. Reduction formulae Repeated integration by parts can be a long process! We can shorten the process by applying so–called “reduction formu- lae”. Ex: The reduction formula Z 1 Z tann x dx = tann−1 x − tann−2 x dx (∗) n − 1 can be used in an iterative fashion to calcuate Z tan5 x dx R n If In := tan x dx then (*) may be compactly written as 1 n−1 In := tan x − In−2, n ≥ 2. n − 1 15 R π/2 n Ex. Let In := 0 sin x dx. Use the reduction formula n − 1 In := I 2, n ≥ 2 n n− to calculate I7. 16 Ex: Construct a reduction formula for Z n x In := x e dx. 17 Ex: Find the reduction formula for Z π/2 n In := sin x dx. 0 The reduction formula for the integral of cosn x is similar. 18 Ex: Construct a reduction formulae from Z π/4 n In := sec x dx. 0 A similar method is used to obtain the reduction formula for R π/4 n the integral In := 0 tan x dx. 19 Ex. [Q1, Class Test 1, 2002] Let Z π/4 n In := tan θ sec θ dθ. 0 Show that 1 √ In := 2 − (n − 1)I 2 , for n ≥ 2. n n− Note that d sec θ = sec θ tan θ. dθ 20 A Two parameter recurrence: Consider Z π/2 m n Im,n = cos x sin x dx 0 Z π/2 = [cosm−1 x][sinn x cos x] dx 0 and use integration by parts. Choose u = cosm−1 x and v0 = sinn x cos x. Thus, 1 u0 = −(m−1) sin x cosm−2 x, v = sinn+1 x. n + 1 Integration by parts then leads to m − 1 Im,n = I 2 , m ≥ 2. m + n m− ,n In a similar way, one could also obtain the recurrence n − 1 Im,n = I 2. n ≥ 2. m + n m,n− In applying the above formulae we must reach one of I1,1 = 1 π 2,I1,0 = I0,1 = 1 or I0,0 = 2. You are not expected to memorise this formula. 21 5. Trig & Hyperbolic Substitutions. You will have already seen integration by simple substitution. With integrals involving square roots of quadratics, the idea is to make a suitable trigonometric or hyperbolic substitution that greatly simplifies the integral. 22 Integrals involving square roots of quadratics can be worked out using the following trigonometric or hyperbolic substitu- tions. q a2 − x2 try x = a sin θ q a2 + x2 try x = a tan θ or x = a sinh θ q x2 − a2 try x = a sec θ or x = a cosh θ 23 Ex: Evaluate Z 4 q I = x2 16 − x2 dx. 0 24 Ex: Evaluate Z dx I := . (a2 + x2)3/2 25 Ex: Evaluate Z dx I := q x2 x2 − 1 via the substitution x = sec θ (This last integral can also be done using a cosh θ substi- tution but it is not easy.) 26 Applications matter! An important problem in applied math, engineering and physics is to calculate the total mass of an given object. Consider a thin wire of constant density δ (mass per unit length) that lies in the XY –plane along the curve y = f(x) := x2/2, a ≤ x ≤ b. It can be shown that the total mass M of the wire is Z b q M = δ 1 + [f 0(x)]2 dx a Z b q = δ 1 + x2 dx. a q See how an integral of 1 + x2 naturally arises? 27 6. Partial Fractions. f(x) A rational function is a function of the form where f g(x) and g are polynomials. Ex: Which of the following are rational functions? 2x + 1 (a) 3x2 − 4 cos x (b) x2 + 1 x2 (c) x − 1 ex (d) .
Recommended publications
  • Complex Analysis
    8 Complex Representations of Functions “He is not a true man of science who does not bring some sympathy to his studies, and expect to learn something by behavior as well as by application. It is childish to rest in the discovery of mere coincidences, or of partial and extraneous laws. The study of geometry is a petty and idle exercise of the mind, if it is applied to no larger system than the starry one. Mathematics should be mixed not only with physics but with ethics; that is mixed mathematics. The fact which interests us most is the life of the naturalist. The purest science is still biographical.” Henry David Thoreau (1817-1862) 8.1 Complex Representations of Waves We have seen that we can determine the frequency content of a function f (t) defined on an interval [0, T] by looking for the Fourier coefficients in the Fourier series expansion ¥ a0 2pnt 2pnt f (t) = + ∑ an cos + bn sin . 2 n=1 T T The coefficients take forms like 2 Z T 2pnt an = f (t) cos dt. T 0 T However, trigonometric functions can be written in a complex exponen- tial form. Using Euler’s formula, which was obtained using the Maclaurin expansion of ex in Example A.36, eiq = cos q + i sin q, the complex conjugate is found by replacing i with −i to obtain e−iq = cos q − i sin q. Adding these expressions, we have 2 cos q = eiq + e−iq. Subtracting the exponentials leads to an expression for the sine function. Thus, we have the important result that sines and cosines can be written as complex exponentials: 286 partial differential equations eiq + e−iq cos q = , 2 eiq − e−iq sin q = .( 8.1) 2i So, we can write 2pnt 1 2pint − 2pint cos = (e T + e T ).
    [Show full text]
  • 4 Complex Analysis
    4 Complex Analysis “He is not a true man of science who does not bring some sympathy to his studies, and expect to learn something by behavior as well as by application. It is childish to rest in the discovery of mere coincidences, or of partial and extraneous laws. The study of geometry is a petty and idle exercise of the mind, if it is applied to no larger system than the starry one. Mathematics should be mixed not only with physics but with ethics; that is mixed mathematics. The fact which interests us most is the life of the naturalist. The purest science is still biographical.” Henry David Thoreau (1817 - 1862) We have seen that we can seek the frequency content of a signal f (t) defined on an interval [0, T] by looking for the the Fourier coefficients in the Fourier series expansion In this chapter we introduce complex numbers and complex functions. We a ¥ 2pnt 2pnt will later see that the rich structure of f (t) = 0 + a cos + b sin . 2 ∑ n T n T complex functions will lead to a deeper n=1 understanding of analysis, interesting techniques for computing integrals, and The coefficients can be written as integrals such as a natural way to express analog and dis- crete signals. 2 Z T 2pnt an = f (t) cos dt. T 0 T However, we have also seen that, using Euler’s Formula, trigonometric func- tions can be written in a complex exponential form, 2pnt e2pint/T + e−2pint/T cos = . T 2 We can use these ideas to rewrite the trigonometric Fourier series as a sum over complex exponentials in the form ¥ 2pint/T f (t) = ∑ cne , n=−¥ where the Fourier coefficients now take the form Z T −2pint/T cn = f (t)e dt.
    [Show full text]
  • Arxiv:1911.12155V13 [Math.CA] 1 Jul 2020 2.7 Double Integration
    On logarithmic integrals, harmonic sums and variations Ming Hao Zhao Abstract Based on various non-MZV approaches we evaluate certain logarithmic integrals and har- monic sums. More specifically, 85 LIs, 89 ESs, 263 PLIs, 28 non-alt QESs, 39 GESs, 26 BESs, 14 IBESs with weight ≤ 5, 193 QLIs, 172 QPLIs, 83 QESs, 7 QBESs, 3 IQBESs with weight ≤ 4. With help of MZV theory we evaluate other 10 QESs with weight ≤ 4. High weight hypergeometric series, nonhomogeneous integrals and other results are also established. Contents 1 Preliminaries 5 1.1 Special functions . .5 1.2 Definition of subjects . .6 1.2.1 LI and PLI . .6 1.2.2 QLI and QPLI . .7 1.2.3 ES and QES . .8 1.2.4 Fibonacci basis . .9 1.3 Main results . 11 2 LI 11 2.1 Brute force . 11 2.2 General formulas . 12 2.3 Integration by parts . 14 2.4 Fractional transformation . 14 2.5 Beta derivatives . 15 2.6 Contour integration . 16 arXiv:1911.12155v13 [math.CA] 1 Jul 2020 2.7 Double integration . 16 2.8 Hypergeometric identities . 16 2.9 Solution . 17 1 3 ES 17 3.1 General formulas . 17 3.2 Symmetric relations . 18 3.3 Partial fractions . 18 3.4 Contour integration . 18 3.5 Solution . 18 3.5.1 Preparation . 18 3.5.2 Confrontation . 24 4 PLI 27 4.1 Brute force . 27 4.2 General formulas . 27 4.3 Integration by parts . 28 4.4 Fractional transformation . 28 4.5 Complementary integrals . 28 4.6 Polylog identities . 28 4.7 Series expansion .
    [Show full text]
  • Integration and Summation
    Integration and Summation Edward Jin Contents 1 Preface 3 2 Riemann Sums 4 2.1 Theory . .4 2.2 Exercises . .5 2.3 Solutions . .6 3 Weierstrass Substitutions 7 3.1 Theory . .7 3.2 Exercises . .8 3.3 Solutions . .9 4 Clever Substitutions 10 4.1 Theory . 10 4.2 Exercises . 11 4.2.1 Solutions . 12 5 Integral and Summation Substitutions 13 5.1 Theory . 13 5.2 Exercises . 15 5.3 Solutions . 16 6 Substitutions About the Domain 17 6.1 Theory . 17 6.2 Exercises . 19 6.3 Solutions . 20 7 Gaussian Integral; Gamma/Beta Functions 21 7.1 Gamma Function . 21 1 CONTENTS 2 7.2 Beta Function . 21 7.3 Gaussian Integral . 22 7.4 Exercises . 24 7.5 Solutions . 25 8 Differentiation Under the Integral Sign 27 8.1 Theory . 27 8.2 Exercises . 28 8.3 Solutions . 29 9 Frullani’s Theorem 30 9.1 Exercises . 30 9.2 Solutions . 31 10 Further Exercises 32 Chapter 1 Preface This text is designed to introduce various techniques in Integration and Summation, which are commonly seen in Integration Bees and other such contests. The text is designed to be accessible to those who have completed a standard single-variable calculus course. Examples, Exercises, and Solutions are presented in each section in order to help the reader become become acquainted with the techniques presented. It is assumed that the reader is familiar with single-variable calculus methods of integration, including u-substitution, integration by parts, trigonometric substitution, and partial fractions. It is also assumed that the reader is familiar with trigonometric and logarithmic identities.
    [Show full text]
  • Superior Mathematics from an Elementary Point of View ” Course Notes Jacopo D’Aurizio
    ” Superior Mathematics from an Elementary point of view ” course notes Jacopo d’Aurizio To cite this version: Jacopo d’Aurizio. ” Superior Mathematics from an Elementary point of view ” course notes. Master. Italy. 2017. cel-01813978 HAL Id: cel-01813978 https://cel.archives-ouvertes.fr/cel-01813978 Submitted on 12 Jun 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. \Superior Mathematics from an Elementary point of view" course notes Undergraduate course, 2017-2018, University of Pisa Jack D'Aurizio Contents 0 Introduction 2 1 Creative Telescoping and DFT 3 2 Convolutions and ballot problems 15 3 Chebyshev and Legendre polynomials 30 4 The glory of Fourier, Laplace, Feynman and Frullani 40 5 The Basel problem 60 6 Special functions and special products 70 7 The Cauchy-Schwarz inequality and beyond 97 8 Remarkable results in Linear Algebra 121 9 The Fundamental Theorem of Algebra 125 10 Quantitative forms of the Weierstrass approximation Theorem 133 11 Elliptic integrals and the AGM 137 12 Dilworth, Erdos-Szekeres, Brouwer and Borsuk-Ulam's Theorems 147 13 Continued fractions and elements of Diophantine Approximation 158 14 Symmetric functions and elements of Analytic Combinatorics 173 15 Spherical Trigonometry 183 0 Introduction This course has been designed to serve University students of the first and second year of Mathematics.
    [Show full text]
  • The Weierstrass Substitution
    Academic Forum 30 2012-13 Cauchy Confers with Weierstrass Lloyd Edgar S. Moyo, Ph.D. Associate Professor of Mathematics Abstract. We point out two limitations of using the Cauchy Residue Theorem to evaluate a definite integral of a real rational function of cos θ and sin θ . We also exhibit a definite integral with the limitations. Finally, we overcome the limitations by using the Weierstrass substitution. Introduction Let R be a rational function of two real variables. Consider a real integral 2π ∫ R(cos θ,sin θ)dθ . 0 By using the substitution z = e iθ , where i= −1 and θ is a real number, it can be shown that 2π R(cos θ,sin θ)dθ = − i 1R(z 2 +1 , z 2 −1 )dz . (1) ∫ ∫ |=z| 1 z 2z 2iz 0 For details, see, for example, Palka [4], p. 329 or Ahlfors [1], p. 154 or Crowder and McCuskey [2], p. 258. By the Cauchy Residue Theorem, we have n n 1 z 2 +1 z 2 −1 − i R( , )dz = (−i)( 2πi) Re s( f (z); zk ) = 2π Re s( f (z); zk ,) ∫ |=z| 1 z 2z 2iz ∑ ∑ k =1 k =1 where 1 z2 +1 z2 −1 f (z) = z R( 2z , 2iz ), z1,..., zn are the poles of f in the open unit disk D = {z ∈C:|z|<1}, and Res ( f(z); zk ) denotes the residue of f at the pole zk . Hence, (1) becomes 2π n ∫ R(cos θ,sin θ)dθ = 2π ∑ Re s( f (z); zk .) (2) 0 k =1 Limitations of Formula (2) In this section, we point out two cases for which the formula (2) does not apply and we suggest a different method of attack.
    [Show full text]
  • Rationalizing Substitutions
    Rationalizing Substitutions By Angelo Mingarelli In this chapter we look at a few more substitutions that can be used effectively to transform some types of integrals to those involving rational functions. In this way we may be able to integrate the original functions by referring to the method of Partial Fractions from Chapter 8. Before we start though we need to remind the reader of a notion called the least common multiple of two given positive integers. As the phrase suggests, the least common multiple (abbr. lcm) of two numbers x, y (assumed integers) is the smallest number that is a multiple of each one of x and y. For example, the lcm{2, 4} =4,since4is the smallest number that is a multiple of both 2 and itself. Other examples include, the lcm{2, 3, 4} = 12, lcm{2, 3} =6,lcm{2, 5} = 10, lcm{2, 4, 6} =12 etc. Thus, given two fractions, say 1/2and1/3, the least common multiple of their denominators is 6. As a typical example we’re going to try to get rid of those crazy looking roots in integrands so as to make the new expression look like a rational function. √ x Example 1 Evaluate the integral dx. 1+x Solution: Well, in order to eliminate the “square root” here it would be nice to try out the substitution x = z2, dx =2zdz. This is because √ x z dx zdz x = z2 2 1+ 1+ z2 2 dz = z2 1+ 1 =2 1 − dz 1+z2 =2z − 2Arctan(z)+C √ √ =2x − 2Arctan( x)+C, where C is the usual constant of integration.
    [Show full text]
  • Curvature, Natural Frames, and Acceleration for Plane and Space Curves
    CURVATURE, NATURAL FRAMES, AND ACCELERATION FOR PLANE AND SPACE CURVES A. HAVENS 0. Prelude We explore here the relationships between curvature, natural frames, and acceleration for motion along space and plane curves, described mathematically by vector-valued functions. In the first three sections (pages 1-7) we discuss generalities for space curves. As such, for these sections we 3 consider a continuous, several-times differentiable vector-valued function γ : I ! R where I ⊆ R is a connected interval which may be either closed, open or half open. The image of such a vector- 3 valued function, i.e. the set of points of R whose position vectors are γ(t) for some t 2 I, determines 3 a space curve: C = fγ(t) 2 R jt 2 Ig. We will often simply refer to γ as the curve, though in truth it is a parameterization of the curve C. Throughout the notes, we use the idea of \time" interchangeably with an arbitrary motion 3 parameter t 2 I for a particle undergoing motion along the space curve C = fγ(t) 2 R jt 2 Ig. Unless explicitly noted we assume regularity: the component functions x; y; z : I ! R of γ = ^ dγ x(t)^ı + y(t)^ + z(t) k are differentiable and γ_ := dt 6= 0. This condition ensures that there are no cusps/kinks along the curve (while one may have cause to consider such curves in application, the existence of kinks doesn't play nicely with the definitions of curvature and natural frames). In fact, we sometimes need these component functions to be at least three-times continuously differentiable, and so one should assume that for any arbitrary vector-valued functions in these notes.
    [Show full text]
  • Contents 5 Techniques of Integration
    Calculus II (part 1): Techniques of Integration (by Evan Dummit, 2012, v. 1.25) Contents 5 Techniques of Integration 1 5.1 Basic Antiderivatives . 1 5.2 Substitution . 2 5.3 Integration by Parts . 3 5.4 Trigonometric Substitution . 5 5.5 Partial Fractions . 5 5.6 The Weierstrass Substitution . 7 5.7 Improper Integration . 7 5 Techniques of Integration We discuss a number standard techniques for computing integrals: substitution methods, integration by parts, partial fractions, and improper integrals. 5.1 Basic Antiderivatives • Here is a list of common indenite integrals that should already be familiar: xn+1 xn dx = + C; n 6= −1 ˆ n + 1 x−1 dx = ln(x) + C ˆ ex dx = ex + C ˆ sin(x) dx = − cos(x) + C ˆ cos(x) dx = sin(x) + C ˆ sec2(x) dx = tan(x) + C ˆ sec(x) tan(x) dx = sec(x) + C ˆ 1 p dx = sin−1(x) + C ˆ 1 − x2 1 dx = tan−1(x) + C ˆ 1 + x2 1 p dx = sec−1(x) + C ˆ x x2 − 1 1 • Here are some other slightly more dicult antiderivatives that crop up occasionally: ln(x) dx = x ln(x) − x + C ˆ tan(x) dx = − ln(cos(x)) + C ˆ sec(x) dx = ln(sec(x) + tan(x)) + C ˆ csc(x) dx = − ln(csc(x) + cot(x)) + C ˆ cot(x) dx = ln(sin(x)) + C ˆ 5.2 Substitution • The general substitution formula states that f 0(g(x)) · g0(x) dx = f(g(x)) + C . It is just the Chain Rule, ˆ written in terms of integration via the Fundamental Theorem of Calculus.
    [Show full text]
  • Math 1432 (Calculus Ii) Lecture Notes Invitation-Only Section
    MATH 1432 (CALCULUS II) LECTURE NOTES INVITATION-ONLY SECTION VAUGHN CLIMENHAGA Contents I Integration 1 1 Integration by parts 1 2 More on integration by parts 2 3 Trigonometric integrals 5 4 More trigonometric integrals 8 5 Trigonometric substitutions 13 6 General quadratics, and rational functions 16 7 General partial fraction decompositions 21 8 Overview of integration strategies 27 9 Two more numerical strategies 30 10 Improper integrals 32 11 Another type of improper integral 34 II Applications of integration 38 12 Arc length and the catenary 38 13 Examples of arc length 41 14 Surface area 43 15 More applications 45 16 Center of mass 49 17 Fluid flow; probability 53 III Differential equations 58 18 Ideas and examples 58 19 Approximate solutions; separable DEs 61 20 Other population models 64 21 More DEs, separable and otherwise 67 22 Linear DEs, coupled DEs 70 IV Parametric curves, polar coordinates, and conic sections 75 23 Parametric curves 75 24 Calculus with parametrizations 78 25 Geometry of parametric curves 80 26 Polar coordinates 83 Date: April 26, 2019. i ii VAUGHN CLIMENHAGA 27 Calculus with polar coordinates 87 28 Arc length and introduction to conic sections 89 29 Equivalence of the parabola's definitions 92 30 Dandelin spheres 94 31 Ellipses (and hyperbolas) 97 32 Kepler and Newton 102 33 Completion of proofs of Kepler's laws 105 V Sequences and series 108 34 More on sequences, and the start of series 109 35 Examples and basic results 113 36 The integral test 117 37 Comparison tests and alternating series 119 38 Absolute convergence, ratio and root tests 122 39 Review of convergence; power series 125 40 More on power series 128 41 More with derivatives and integrals 130 42 Convergence of Taylor series 133 1 Part I.
    [Show full text]
  • Math 1B Worksheets, 7Th Edition Preface
    Math 1B: Calculus Worksheets 7th Edition Department of Mathematics, University of California at Berkeley i Math 1B Worksheets, 7th Edition Preface This booklet contains the worksheets for Math 1B, U.C. Berkeley’s second semester calculus course. The introduction of each worksheet briefly motivates the main ideas but is not intended as a substitute for the textbook or lectures. The questions emphasize qualitative issues and the problems are more computationally intensive. The additional problems are more challenging and sometimes deal with technical details or tangential concepts. About the worksheets This booklet contains the worksheets that you will be using in the discussion section of your course. Each worksheet contains Questions, and most also have Problems and Ad- ditional Problems. The Questions emphasize qualitative issues and answers for them may vary. The Problems tend to be computationally intensive. The Additional Problems are sometimes more challenging and concern technical details or topics related to the Questions and Problems. Some worksheets contain more problems than can be done during one discussion section. Do not despair! You are not intended to do every problem of every worksheet. Please email any comments to [email protected]. Why worksheets? There are several reasons to use worksheets: Communicating to learn. You learn from the explanations and questions of the students • in your class as well as from lectures. Explaining to others enhances your understanding and allows you to correct misunderstandings. Learning to communicate. Research in fields such as engineering and experimental • science is often done in groups. Research results are often described in talks and lectures.
    [Show full text]
  • Calculus 2 Notes∗
    Calculus 2 notes∗ Attila M´at´e Brooklyn College of the City University of New York July 27, 2020 Contents Contents 1 1 Inverse trigonometric functions 5 1.1 Theinverseofafunction ........................... ........ 5 1.2 Theinverseofsine................................ ....... 6 1.2.1 The derivative of arcsin x ............................. 7 1.3 Theinverseofcosine .............................. ....... 7 1.3.1 The derivative of arccos x ............................. 8 1.4 Theinverseoftangent ............................. ....... 9 1.4.1 The derivative of arctan x ............................. 10 1.5 Theinverseofsecant .............................. ....... 11 1.5.1 The derivative of arcsec x ............................. 12 1.6 Integrals leading to inverse trigonometric functions . ................... 12 1.7 Reading ......................................... 13 1.8 Homework ........................................ 13 2 Applications of the definite integral 14 2.1 TheRiemannIntegral.............................. ....... 14 2.2 Areabetweencurves ............................... ...... 15 2.3 Volumeofrotationwithslices . .......... 15 2.4 Volumeofrotationwithshells . .......... 16 2.5 Work............................................ 16 2.6 Arclength ....................................... 17 2.7 Reading ......................................... 18 2.8 Homework ........................................ 18 3 Integration by parts 19 3.1 Change of variables in indefinite integrals . ............... 19 3.2 Changeofvariablesindefiniteintegrals .
    [Show full text]