Math 222 Second Semester Calculus

Total Page:16

File Type:pdf, Size:1020Kb

Math 222 Second Semester Calculus MATH 222 SECOND SEMESTER CALCULUS spring 2007 1 2 Math 222 – 2nd Semester Calculus Lecture notes version 1.2 (spring 2007) This is a self contained set of lecture notes for Math 222. The notes were written by Sigurd Angenent, starting from an extensive collection of notes and problems compiled by Joel Robbin. Version 1.2 is a revision of Version 1.1. It retains the revisions in Version 1.11 and adds some material at the end. The LATEXfiles, aswell asthe XFIG and OCTAVE files which were used to produce these notes are available at the following web sites: www.math.wisc.edu/˜angenent/Free-Lecture-Notes (Version 1.1) www.math.wisc.edu/˜robbin/222dir/222.html (Version 1.11) They are meant to be freely available for non-commercial use, in the sense that “free soft- ware” is free. More precisely: This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. 3 CONTENTS I. Methods of Integration 5 1. The indefinite integral 5 2. Standard Integrals 6 3. Method of substitution 7 4. The double angle trick 9 5. Integration by Parts 9 6. Reduction Formulas 11 7. Partial Fraction Expansion 13 8. Problems 17 II. Taylor’s Formula and Infinite Series 27 9. Taylor Polynomials 27 10. Some special Taylor polynomials 30 11. The Remainder Term 31 12. Lagrange’sFormulafortheRemainderTerm 33 13. Thelimitas x 0, keeping n fixed 35 14. Little-oh → 35 15. ComputationswithTaylorpolynomials 37 16. Differentiating Taylor polynomials 41 17. The limit n , keeping x fixed 42 18. Leibniz’ formulas→ ∞ for ln 2 and π/4 46 19. Someproofs 47 20. Problems 49 III. Complex Numbers 55 21. Complex numbers 55 22. Argument and Absolute Value 56 23. Geometry of Arithmetic 57 24. Applications in Trigonometry 59 25. Calculus of complex valued functions 60 26. The Complex Exponential Function 61 27. Otherhandythingsyoucandowithcomplexnumbers 62 28. Problems 65 IV. Differential Equations 69 29. What is aDiffEq? 69 30. First Order Separable Equations 69 31. First Order Linear Equations 71 32. Dynamical Systems and Determinism 72 33. Higher order equations 74 34. ConstantCoefficientLinearHomogeneousEquations 76 35. Inhomogeneous Linear Equations 79 36. Variation of Constants 79 37. ApplicationsofSecondOrderLinearEquations 83 38. Problems 86 4 V. Vectors 93 39. Introduction to vectors 93 40. Parametricequationsforlinesandplanes 97 41. Vector Bases 100 42. DotProduct 101 43. Cross Product 108 44. Afewapplicationsofthecrossproduct 111 45. Notation 114 46. Problems 114 VI. Vector Functions and Parametrized Curves 121 47. Parametric Curves 121 48. Examples of parametrized curves 122 49. The derivative of a vector function 124 50. Higher derivatives and product rules 125 51. Interpretation of ~x 0(t) asthevelocityvector 127 52. Acceleration and Force 128 53. Tangents and the unit tangent vector 130 54. Sketching a parametric curve 133 55. Lengthofa curve 135 56. Curvatureandtheunitnormalvector 138 57. GraphsinCartesianandinPolarCoordinates 141 58. Problems 143 VII. If There’s Time 149 59. Conic Sections 149 60. The Kepler Problem 150 5 I. Methods of Integration 1. The indefinite integral We recall some facts about integration from first semester calculus. Definition 1.1. A function y = F (x) is called an antiderivative of another function y = f(x) if F 0(x)= f(x) for all x. 2 J 1.2 Example. F1(x)= x is an antiderivative of f(x)=2x. 2 F2(x)= x + 2007 is also an antiderivative of f(x)=2x. 1 I G(t)= 2 sin(2t + 1) is an antiderivative of g(t) = cos(2t + 1). The Fundamental Theorem of Calculus states that if a function y = f(x) is continuous on an interval a x b, then there always exists an antiderivative F (x) of f, and one has ≤ ≤ b (1) f(x) dx = F (b) F (a). − Za The best way of computing an integral is often to find an antiderivative F of the given function f, and then to use the Fundamental Theorem (1). How you go about finding an antiderivative F for some given function f is the subject of this chapter. The following notation is commonly used for antiderivatives: (2) F (x)= f(x)dx. Z The integral which appears here does not have the integration bounds a and b. It is called an indefinite integral, as opposed to the integral in (1) which is called a definite integral. It’s important to distinguish between the two kinds of integrals. Here is a list of differences: INDEFINITE INTEGRAL DEFINITE INTEGRAL b f(x)dx is a function of x. a f(x)dx is a number. b By definitionR f(x)dx is any function a f(x)dRx was defined in terms of Rie- of x whose derivative is f(x). mann sums and can be interpreted as R “areaR under the graph of y = f(x)”, at least when f(x) > 0. x is not a dummy variable, for example, x is a dummy variable, for example, 2xdx = x2 + C and 2tdt = t2 + C 1 1 0 2xdx = 1, and 0 2tdt = 1, so are functions of diffferent variables, so 1 2xdx = 1 2tdt. theyR are not equal. R R0 0 R R R You can always check the answer Suppose you want to find an antiderivative of a given function f(x) and after a long and messy computation which you don’t really trust you get an “answer”, F (x). You can then throw away the dubious computation and differentiate the F (x) you had found. If 6 F 0(x) turns out to be equal to f(x), then your F (x) is indeed an antiderivative and your computation isn’t important anymore. J 1.3 Example. Suppose we want to find ln x dx. My cousin Bruce says it might be F (x)= x ln x x. Let’s see if he’s right: − R d 1 (x ln x x)= x +1 ln x 1 = ln x. dx − · x · − Who knows how Bruce thought of this1, but he’s right! We now know that ln xdx = x ln x x + C. I − R About “+C” Let f(x) be a function defined on some interval a x b. If F (x) is an antiderivative of ≤ ≤ f(x) on this interval, then for any constant C the function F˜(x)= F (x)+ C will also be an antiderivative of f(x). So one given function f(x) has many different antiderivatives, obtained by adding different constants to one given antiderivative. Theorem 1.4. If F1(x) and F2(x) are antiderivatives of the same function f(x) on some interval a x b, then there is a constant C such that F (x)= F (x)+ C. ≤ ≤ 1 2 Proof. Consider the difference G(x)= F (x) F (x). Then G0(x)= F 0(x) F 0(x)= 1 − 2 1 − 2 f(x) f(x)=0, so that G(x) must be constant. Hence F1(x) F2(x) = C for some constant.− − It follows that there is some ambiguity in the notation f(x) dx. Two functions F1(x) and F (x) can both equal f(x) dx without equaling each other. When this happens, they 2 R (F1 and F2) differ by a constant. This can sometimes lead to confusing situations, e.g. you can check that R 2 sin x cos x dx = sin2 x Z 2 sin x cos x dx = cos2 x − Z are both correct. (Just differentiate the two functions sin2 x and cos2 x!) These two answers look different until you realize that because of the trig identity− sin2 x+cos2 x =1 they really only differ by a constant: sin2 x = cos2 x +1. − To avoid this kind of confusion we will from now on never forget to include the “arbitrary constant +C” in our answer when we compute an antiderivative. 2. Standard Integrals Here is a list of the standardderivativesand hencethe standard integrals everyone should know. 1He integrated by parts. 7 xn+1 xn dx = + C (n = 1) n +1 6 − Z 1 dx = ln x + C x | | Z sin x dx = cos x + C − Z cos x dx = sin x + C Z tan x dx = lncos x + C − Z 1 dx = arctan x + C 1+ x2 Z 1 π dx = arcsin x + C = arccos x + C √1 x2 2 − Z dx− 1 1 + sin x π π = ln + C for <x< . cos x 2 1 sin x − 2 2 Z − All of these integrals are familiar from first semester calculus (like Math 221), except a for the last one. You can check the last one by differentiation (using ln b = ln a ln b simplifies things a bit). − 3. Method of substitution The chain rule says that dF (G(x)) = F 0(G(x)) G0(x), dx · so that F 0(G(x)) G0(x) dx = F (G(x)) + C. · Z J 3.1 Example. Consider the function f(x)=2x sin(x2 + 3). It does not appear in the list 2 d 2 of standard integrals we know by heart. But we do notice that 2x = dx (x + 3). So let’s call G(x)= x2 +3, and F (u)= cos u, then − F (G(x)) = cos(x2 + 3) − and dF (G(x)) = sin(x2 + 3) 2x = f(x), dx · 0 F 0(G(x)) G (x) so that | {z } |{z} 2x sin(x2 +3)dx = cos(x2 +3)+ C. − Z I 2 You will start noticing things like this after doing several examples.
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]