Notes on Calculus and Optimization

Total Page:16

File Type:pdf, Size:1020Kb

Notes on Calculus and Optimization Economics 101A Section Notes GSI: David Albouy Notes on Calculus and Optimization 1 Basic Calculus 1.1 Definition of a Derivative Let f (x) be some function of x, then the derivative of f, if it exists, is given by the following limit df (x) f (x + h) f (x) = lim − (Definition of Derivative) dx h 0 h → df although often this definition is hard to apply directly. It is common to write f 0 (x),or dx to be shorter, or dy if y = f (x) then dx for the derivative of y with respect to x. 1.2 Calculus Rules Here are some handy formulas which can be derived using the definitions, where f (x) and g (x) are functions of x and k is a constant which does not depend on x. d df (x) [kf (x)] = k (Constant Rule) dx dx d df (x) df (x) [f (x)+g (x)] = + (Sum Rule) dx dx dy d df (x) dg (x) [f (x) g (x)] = g (x)+f (x) (Product Rule) dx dx dx d f (x) df (x) g (x) dg(x) f (x) = dx − dx (Quotient Rule) dx g (x) [g (x)]2 · ¸ d f [g (x)] dg (x) f [g (x)] = (Chain Rule) dx dg dx For specific forms of f the following rules are useful in economics d xk = kxk 1 (Power Rule) dx − d ex = ex (Exponent Rule) dx d 1 ln x = (Logarithm Rule) dx x 1 Finally assuming that we can invert y = f (x) by solving for x in terms of y so that x = f − (y) then the following rule applies 1 df − (y) 1 = 1 (Inverse Rule) dy df (f − (y)) dx Example 1 Let y = f (x)=ex/2, then using the exponent rule and the chain rule, where g (x)=x/2,we df (x) d x/2 d x/2 d x x/2 1 1 x/2 get dx = dx e = d(x/2) e dx 2 = e 2 = 2 e . The inverse function of f can be gotten · x/2 x/2 x x by solving for x in terms of y. y = e ln y =ln e = 2 ln (e)= 2 x =2lny using the facts ¡ ¢ u ¡ ¢ ¡ ⇒¢ ¡ ¢ 1⇒ from precalculus that ln e = u ln e and that ln e =1. The derivative of f − (y) can be solved directly as 1 d d 1 2 ¡ ¢ df − (y) 1 1 dy (2 ln y)=2dy (ln y)=2 y = y or indirectly through the Inverse Rule as dy = 1 x/2 = 1 2lny/2 = 2 e 2 e 2 2 ln y ln y = using the fact that³e ´ = y. e y 1 y x 5 10 2.5 7.5 0 0 2.5 5 7.5 10 5 y -2.5 2.5 0 -5 -5 -2.5 0 2.5 5 x dy 1 x =2lny dx = 2 y =exp(x/2) dx = 2 exp (x/2) dy y 1.3 Partial Differentiation Taking derivatives of functions in several variables is very straightforward (at least with the functions used in economics). Say we have a function in two variables, x and y,whichwecanwriteash (x, y). Partial differentiation, which uses a "∂" ("del") instead of a "d", can be done in either in x or in y,bywritingeither ∂ ∂ " ∂x"or"∂y "infrontofh (x, y), respectively, and then taking the derivative with respect to the variable chosen as we would in the single variable case, treating the other variable as a constant. Example 2 Let h (x, y)=3x2 ln y, shown below in the graphs for ranges 0 x 2 and 0 y 10 ≤ ≤ ≤ ≤ y 10 h(x,y) 20 7.5 10 57.5 y 02.50.25 0.5 0.75 1 1.25 1.5 1.75 2 x 5 -20 2.5 -40 0.5 1 1.5 2 x 3-D representation of 3x2 ln y Level curves 3x2 ln y = k for k =1, 2,...,27 Note the second plot of the level curves are like what you would find in a topographic contour map. Applying the partial differentiation rules we get the partial derivatives ∂ ∂ 3x2 ln y =3lny x2 =3lny (2x)=6x ln y ∂x ∂x µ ¶ ∂ ¡ ¢ ∂ 1 3x2 3x2 ln y =3x2 ln y =3x2 = ∂y ∂y y y µ ¶ µ ¶ ¡ ¢ 2 1.4 Total Differentiation Say that we know already that y is a function of x,sayy = f (x) and we want to see how a function in both variables, say h (x, y) responds when we let both x change and y change according to how it should according to f. The we could rewrite our expression as a function in a single variable H (x)=h (x, f (x)) and take the total derivative with respect to x to get dH (x) ∂h(x, f (x)) ∂h(x, f (x)) df (x) = + (Total Derivative) dx ∂x ∂y dx where the second term makes use of the chain rule. x/2 2 df (x) 1 x/2 Example 3 Let y = f (x)=e and again h (x, y)=3x ln y.Thendx = 2 e .Andsobythe dH(x) 3x2 1 x/2 above formulas we have dx =6x ln y + y 2 e . Notice that this expression is in both x and y.It x/2 dH(x) x/2 3x2 1 x/2 can be simplified to be just a function of x by substituting in y = e so dx =6x ln e + ex/2 2 e = 2 3x2 9 2 3x + 2 = 2 x . Of course had we substituted in directly for y from the beginning we would have gotten 2 x/2 3 3 dH(x) 9 2 H (x)=3x ln e = 2 x and differentiating directly dx = 2 x , but this is not as general a treatment. y 10 h(x,y) 20 7.5 10 57.5 y 02.50.25 0.5 0.75 1 1.25 1.5 1.75 2 x 5 -20 2.5 -40 0.5 1 1.5 2 x exp (x/2) crossing level curves h (x, f (x)) is given by curve on the surface 1.5 Implicit Differentiation Imagine that it is known that y depends on x, but that we do not have an "explicit" formula for y in terms of x, but that we do know that together x and y must satisfy some equation h (x, y)=k (Equation in 2 variables) where h (x, y) is a function and k is just a constant (any equation in x and y can be written like this). Sometimesitisdifficult to solve "explicitly" for y in terms of x, i.e. to find the function f such that y = f (x). Nevertheless by the implicit function theorem we can still findthederivativeoff by differentiating "implicitly" with respect to x,treatingy as a function of x,sowecanwrite H (x)=h (x, f (x)) = k Using what we learned about total differentiation we can differentiate totally with respect to x to get dH (x) ∂h(x, f (x)) ∂h(x, f (x)) df (x) = + =0 dx ∂x ∂y dx df (x) andthensolvingfor dx we get df (x) ∂h(x,f(x)) = ∂x (Implicit Derivative) dx − ∂h(x,f(x)) ∂y Note that this trick does not work if ∂h(x,f(x)) =0since the derivative is undefined. ∂y 3 Example 4 Assume that our equation is h (x, y)=3x2 ln y =3. Thenusingthederivativewetookabove 2 2 we have dH(x) =6x ln y+ 3x df (x) =0.Solvingfordf (x) we get df (x) = (6x ln y) / 3x . This expression dx y dx dx dx − y is in both x and y, but we could evaluate it meaningfully for any value of x and y satisfying³ ´ 3x2 ln y =3for df (1) 3 instance x =1and y = e which means that dx = (6 1) / e = 2e. Of course this derivative may be different for different values of x. − · − ¡ ¢ y 10 7.5 5 2.5 0.5 1 1.5 2 x Implicit derivative at x =1,y = e is 2e − 2 Optimization 2.1 Increasing and Decreasing Functions By looking at the definition of a derivative we can say "loosely speaking" that for h small h 0 and positive h>0 that ≈ df (x) f (x + h) f (x) − dx ≈ h or that df (x) h = f (x + h) f (x) dx − Now we say that a function f is increasing at x if we have f (x + h) >f(x) or f (x + h) f (x) > 0. df (x) − However since h>0 this implies that dx > 0. Equivalently a function f is decreasing at x if we have df (x) f (x + h) <f(x) which then implies that dx < 0. Therefore the sign of the derivative tells us whether or not a function is increasing (the derivative is positive) or decreasing (the derivative is negative). 2.2 Unconstrained Optimization 2.2.1 One Variable Consider first the case with one variables x where x R,i.e. x cantakeonanyrealvalue. Wewishto maximize the objective function f (x) and there are∈ no constraints. Thus we solve max f (x) x Assuming f (x) has a maximum (for example f does not go to )1 andthatitisdifferentiable everywhere, ∞ then any maximum (x∗) must solve the following first order necessary conditions (FOC) df (x ) ∗ =0 (FOC) dx 1 Weierstrauss’s Theorem say shat f (x, y) will be guaranteed to have a maximum if f is continuous and x and y are defined over a closed and bounded domain.
Recommended publications
  • 33 .1 Implicit Differentiation 33.1.1Implicit Function
    Module 11 : Partial derivatives, Chain rules, Implicit differentiation, Gradient, Directional derivatives Lecture 33 : Implicit differentiation [Section 33.1] Objectives In this section you will learn the following : The concept of implicit differentiation of functions. 33 .1 Implicit differentiation \ As we had observed in section , many a times a function of an independent variable is not given explicitly, but implicitly by a relation. In section we had also mentioned about the implicit function theorem. We state it precisely now, without proof. 33.1.1Implicit Function Theorem (IFT): Let and be such that the following holds: (i) Both the partial derivatives and exist and are continuous in . (ii) and . Then there exists some and a function such that is differentiable, its derivative is continuous with and 33.1.2Remark: We have a corresponding version of the IFT for solving in terms of . Here, the hypothesis would be . 33.1.3Example: Let we want to know, when does the implicit expression defines explicitly as a function of . We note that and are both continuous. Since for the points and the implicit function theorem is not applicable. For , and , the equation defines the explicit function and for , the equation defines the explicit function Figure 1. y is a function of x. A result similar to that of theorem holds for function of three variables, as stated next. Theorem : 33.1.4 Let and be such that (i) exist and are continuous at . (ii) and . Then the equation determines a unique function in the neighborhood of such that for , and , Practice Exercises : Show that the following functions satisfy conditions of the implicit function theorem in the neighborhood of (1) the indicated point.
    [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]
  • An Introduction to Mathematical Modelling
    An Introduction to Mathematical Modelling Glenn Marion, Bioinformatics and Statistics Scotland Given 2008 by Daniel Lawson and Glenn Marion 2008 Contents 1 Introduction 1 1.1 Whatismathematicalmodelling?. .......... 1 1.2 Whatobjectivescanmodellingachieve? . ............ 1 1.3 Classificationsofmodels . ......... 1 1.4 Stagesofmodelling............................... ....... 2 2 Building models 4 2.1 Gettingstarted .................................. ...... 4 2.2 Systemsanalysis ................................. ...... 4 2.2.1 Makingassumptions ............................. .... 4 2.2.2 Flowdiagrams .................................. 6 2.3 Choosingmathematicalequations. ........... 7 2.3.1 Equationsfromtheliterature . ........ 7 2.3.2 Analogiesfromphysics. ...... 8 2.3.3 Dataexploration ............................... .... 8 2.4 Solvingequations................................ ....... 9 2.4.1 Analytically.................................. .... 9 2.4.2 Numerically................................... 10 3 Studying models 12 3.1 Dimensionlessform............................... ....... 12 3.2 Asymptoticbehaviour ............................. ....... 12 3.3 Sensitivityanalysis . ......... 14 3.4 Modellingmodeloutput . ....... 16 4 Testing models 18 4.1 Testingtheassumptions . ........ 18 4.2 Modelstructure.................................. ...... 18 i 4.3 Predictionofpreviouslyunuseddata . ............ 18 4.3.1 Reasonsforpredictionerrors . ........ 20 4.4 Estimatingmodelparameters . ......... 20 4.5 Comparingtwomodelsforthesamesystem . .........
    [Show full text]
  • Example 10.8 Testing the Steady-State Approximation. ⊕ a B C C a B C P + → → + → D Dt K K K K K K [ ]
    Example 10.8 Testing the steady-state approximation. Å The steady-state approximation contains an apparent contradiction: we set the time derivative of the concentration of some species (a reaction intermediate) equal to zero — implying that it is a constant — and then derive a formula showing how it changes with time. Actually, there is no contradiction since all that is required it that the rate of change of the "steady" species be small compared to the rate of reaction (as measured by the rate of disappearance of the reactant or appearance of the product). But exactly when (in a practical sense) is this approximation appropriate? It is often applied as a matter of convenience and justified ex post facto — that is, if the resulting rate law fits the data then the approximation is considered justified. But as this example demonstrates, such reasoning is dangerous and possible erroneous. We examine the mechanism A + B ¾¾1® C C ¾¾2® A + B (10.12) 3 C® P (Note that the second reaction is the reverse of the first, so we have a reversible second-order reaction followed by an irreversible first-order reaction.) The rate constants are k1 for the forward reaction of the first step, k2 for the reverse of the first step, and k3 for the second step. This mechanism is readily solved for with the steady-state approximation to give d[A] k1k3 = - ke[A][B] with ke = (10.13) dt k2 + k3 (TEXT Eq. (10.38)). With initial concentrations of A and B equal, hence [A] = [B] for all times, this equation integrates to 1 1 = + ket (10.14) [A] A0 where A0 is the initial concentration (equal to 1 in work to follow).
    [Show full text]
  • A Brief Tour of Vector Calculus
    A BRIEF TOUR OF VECTOR CALCULUS A. HAVENS Contents 0 Prelude ii 1 Directional Derivatives, the Gradient and the Del Operator 1 1.1 Conceptual Review: Directional Derivatives and the Gradient........... 1 1.2 The Gradient as a Vector Field............................ 5 1.3 The Gradient Flow and Critical Points ....................... 10 1.4 The Del Operator and the Gradient in Other Coordinates*............ 17 1.5 Problems........................................ 21 2 Vector Fields in Low Dimensions 26 2 3 2.1 General Vector Fields in Domains of R and R . 26 2.2 Flows and Integral Curves .............................. 31 2.3 Conservative Vector Fields and Potentials...................... 32 2.4 Vector Fields from Frames*.............................. 37 2.5 Divergence, Curl, Jacobians, and the Laplacian................... 41 2.6 Parametrized Surfaces and Coordinate Vector Fields*............... 48 2.7 Tangent Vectors, Normal Vectors, and Orientations*................ 52 2.8 Problems........................................ 58 3 Line Integrals 66 3.1 Defining Scalar Line Integrals............................. 66 3.2 Line Integrals in Vector Fields ............................ 75 3.3 Work in a Force Field................................. 78 3.4 The Fundamental Theorem of Line Integrals .................... 79 3.5 Motion in Conservative Force Fields Conserves Energy .............. 81 3.6 Path Independence and Corollaries of the Fundamental Theorem......... 82 3.7 Green's Theorem.................................... 84 3.8 Problems........................................ 89 4 Surface Integrals, Flux, and Fundamental Theorems 93 4.1 Surface Integrals of Scalar Fields........................... 93 4.2 Flux........................................... 96 4.3 The Gradient, Divergence, and Curl Operators Via Limits* . 103 4.4 The Stokes-Kelvin Theorem..............................108 4.5 The Divergence Theorem ...............................112 4.6 Problems........................................114 List of Figures 117 i 11/14/19 Multivariate Calculus: Vector Calculus Havens 0.
    [Show full text]
  • Differentiation Rules (Differential Calculus)
    Differentiation Rules (Differential Calculus) 1. Notation The derivative of a function f with respect to one independent variable (usually x or t) is a function that will be denoted by D f . Note that f (x) and (D f )(x) are the values of these functions at x. 2. Alternate Notations for (D f )(x) d d f (x) d f 0 (1) For functions f in one variable, x, alternate notations are: Dx f (x), dx f (x), dx , dx (x), f (x), f (x). The “(x)” part might be dropped although technically this changes the meaning: f is the name of a function, dy 0 whereas f (x) is the value of it at x. If y = f (x), then Dxy, dx , y , etc. can be used. If the variable t represents time then Dt f can be written f˙. The differential, “d f ”, and the change in f ,“D f ”, are related to the derivative but have special meanings and are never used to indicate ordinary differentiation. dy 0 Historical note: Newton used y,˙ while Leibniz used dx . About a century later Lagrange introduced y and Arbogast introduced the operator notation D. 3. Domains The domain of D f is always a subset of the domain of f . The conventional domain of f , if f (x) is given by an algebraic expression, is all values of x for which the expression is defined and results in a real number. If f has the conventional domain, then D f usually, but not always, has conventional domain. Exceptions are noted below.
    [Show full text]
  • Notes for Math 136: Review of Calculus
    Notes for Math 136: Review of Calculus Gyu Eun Lee These notes were written for my personal use for teaching purposes for the course Math 136 running in the Spring of 2016 at UCLA. They are also intended for use as a general calculus reference for this course. In these notes we will briefly review the results of the calculus of several variables most frequently used in partial differential equations. The selection of topics is inspired by the list of topics given by Strauss at the end of section 1.1, but we will not cover everything. Certain topics are covered in the Appendix to the textbook, and we will not deal with them here. The results of single-variable calculus are assumed to be familiar. Practicality, not rigor, is the aim. This document will be updated throughout the quarter as we encounter material involving additional topics. We will focus on functions of two real variables, u = u(x;t). Most definitions and results listed will have generalizations to higher numbers of variables, and we hope the generalizations will be reasonably straightforward to the reader if they become necessary. Occasionally (notably for the chain rule in its many forms) it will be convenient to work with functions of an arbitrary number of variables. We will be rather loose about the issues of differentiability and integrability: unless otherwise stated, we will assume all derivatives and integrals exist, and if we require it we will assume derivatives are continuous up to the required order. (This is also generally the assumption in Strauss.) 1 Differential calculus of several variables 1.1 Partial derivatives Given a scalar function u = u(x;t) of two variables, we may hold one of the variables constant and regard it as a function of one variable only: vx(t) = u(x;t) = wt(x): Then the partial derivatives of u with respect of x and with respect to t are defined as the familiar derivatives from single variable calculus: ¶u dv ¶u dw = x ; = t : ¶t dt ¶x dx c 2016, Gyu Eun Lee.
    [Show full text]
  • Introduction to the Modern Calculus of Variations
    MA4G6 Lecture Notes Introduction to the Modern Calculus of Variations Filip Rindler Spring Term 2015 Filip Rindler Mathematics Institute University of Warwick Coventry CV4 7AL United Kingdom [email protected] http://www.warwick.ac.uk/filiprindler Copyright ©2015 Filip Rindler. Version 1.1. Preface These lecture notes, written for the MA4G6 Calculus of Variations course at the University of Warwick, intend to give a modern introduction to the Calculus of Variations. I have tried to cover different aspects of the field and to explain how they fit into the “big picture”. This is not an encyclopedic work; many important results are omitted and sometimes I only present a special case of a more general theorem. I have, however, tried to strike a balance between a pure introduction and a text that can be used for later revision of forgotten material. The presentation is based around a few principles: • The presentation is quite “modern” in that I use several techniques which are perhaps not usually found in an introductory text or that have only recently been developed. • For most results, I try to use “reasonable” assumptions, not necessarily minimal ones. • When presented with a choice of how to prove a result, I have usually preferred the (in my opinion) most conceptually clear approach over more “elementary” ones. For example, I use Young measures in many instances, even though this comes at the expense of a higher initial burden of abstract theory. • Wherever possible, I first present an abstract result for general functionals defined on Banach spaces to illustrate the general structure of a certain result.
    [Show full text]
  • Finite Elements for the Treatment of the Inextensibility Constraint
    Comput Mech DOI 10.1007/s00466-017-1437-9 ORIGINAL PAPER Fiber-reinforced materials: finite elements for the treatment of the inextensibility constraint Ferdinando Auricchio1 · Giulia Scalet1 · Peter Wriggers2 Received: 5 April 2017 / Accepted: 29 May 2017 © Springer-Verlag GmbH Germany 2017 Abstract The present paper proposes a numerical frame- 1 Introduction work for the analysis of problems involving fiber-reinforced anisotropic materials. Specifically, isotropic linear elastic The use of fiber-reinforcements for the development of novel solids, reinforced by a single family of inextensible fibers, and efficient materials can be traced back to the 1960s are considered. The kinematic constraint equation of inex- and, to date, it is an active research topic. Such materi- tensibility in the fiber direction leads to the presence of als are composed of a matrix, reinforced by one or more an undetermined fiber stress in the constitutive equations. families of fibers which are systematically arranged in the To avoid locking-phenomena in the numerical solution due matrix itself. The interest towards fiber-reinforced mate- to the presence of the constraint, mixed finite elements rials stems from the mechanical properties of the fibers, based on the Lagrange multiplier, perturbed Lagrangian, and which offer a significant increase in structural efficiency. penalty method are proposed. Several boundary-value prob- Particularly, these materials possess high resistance and lems under plane strain conditions are solved and numerical stiffness, despite the low specific weight, together with an results are compared to analytical solutions, whenever the anisotropic mechanical behavior determined by the fiber derivation is possible. The performed simulations allow to distribution.
    [Show full text]
  • A Variational Approach to Lagrange Multipliers
    JOTA manuscript No. (will be inserted by the editor) A Variational Approach to Lagrange Multipliers Jonathan M. Borwein · Qiji J. Zhu Received: date / Accepted: date Abstract We discuss Lagrange multiplier rules from a variational perspective. This allows us to highlight many of the issues involved and also to illustrate how broadly an abstract version can be applied. Keywords Lagrange multiplier Variational method Convex duality Constrained optimiza- tion Nonsmooth analysis · · · · Mathematics Subject Classification (2000) 90C25 90C46 49N15 · · 1 Introduction The Lagrange multiplier method is fundamental in dealing with constrained optimization prob- lems and is also related to many other important results. There are many different routes to reaching the fundamental result. The variational approach used in [1] provides a deep under- standing of the nature of the Lagrange multiplier rule and is the focus of this survey. David Gale's seminal paper [2] provides a penetrating explanation of the economic meaning of the Lagrange multiplier in the convex case. Consider maximizing the output of an economy with resource constraints. Then the optimal output is a function of the level of resources. It turns out the derivative of this function, if exists, is exactly the Lagrange multiplier for the constrained optimization problem. A Lagrange multiplier, then, reflects the marginal gain of the output function with respect to the vector of resource constraints. Following this observation, if we penalize the resource utilization with a (vector) Lagrange multiplier then the constrained optimization problem can be converted to an unconstrained one. One cannot emphasize enough the importance of this insight. In general, however, an optimal value function for a constrained optimization problem is nei- ther convex nor smooth.
    [Show full text]
  • Integrated Calculus/Pre-Calculus
    Furman University Department of Mathematics Greenville, SC, 29613 Integrated Calculus/Pre-Calculus Abstract Mark R. Woodard Contents JJ II J I Home Page Go Back Close Quit Abstract This work presents the traditional material of calculus I with some of the material from a traditional precalculus course interwoven throughout the discussion. Pre- calculus topics are discussed at or soon before the time they are needed, in order to facilitate the learning of the calculus material. Miniature animated demonstra- tions and interactive quizzes will be available to help the reader deepen his or her understanding of the material under discussion. Integrated This project is funded in part by the Mellon Foundation through the Mellon Furman- Calculus/Pre-Calculus Wofford Program. Many of the illustrations were designed by Furman undergraduate Mark R. Woodard student Brian Wagner using the PSTricks package. Thanks go to my wife Suzan, and my two daughters, Hannah and Darby for patience while this project was being produced. Title Page Contents JJ II J I Go Back Close Quit Page 2 of 191 Contents 1 Functions and their Properties 11 1.1 Functions & Cartesian Coordinates .................. 13 1.1.1 Functions and Functional Notation ............ 13 1.2 Cartesian Coordinates and the Graphical Representa- tion of Functions .................................. 20 1.3 Circles, Distances, Completing the Square ............ 22 1.3.1 Distance Formula and Circles ................. 22 Integrated 1.3.2 Completing the Square ...................... 23 Calculus/Pre-Calculus 1.4 Lines ............................................ 24 Mark R. Woodard 1.4.1 General Equation and Slope-Intercept Form .... 24 1.4.2 More On Slope ............................. 24 1.4.3 Parallel and Perpendicular Lines .............
    [Show full text]
  • Leonhard Euler: His Life, the Man, and His Works∗
    SIAM REVIEW c 2008 Walter Gautschi Vol. 50, No. 1, pp. 3–33 Leonhard Euler: His Life, the Man, and His Works∗ Walter Gautschi† Abstract. On the occasion of the 300th anniversary (on April 15, 2007) of Euler’s birth, an attempt is made to bring Euler’s genius to the attention of a broad segment of the educated public. The three stations of his life—Basel, St. Petersburg, andBerlin—are sketchedandthe principal works identified in more or less chronological order. To convey a flavor of his work andits impact on modernscience, a few of Euler’s memorable contributions are selected anddiscussedinmore detail. Remarks on Euler’s personality, intellect, andcraftsmanship roundout the presentation. Key words. LeonhardEuler, sketch of Euler’s life, works, andpersonality AMS subject classification. 01A50 DOI. 10.1137/070702710 Seh ich die Werke der Meister an, So sehe ich, was sie getan; Betracht ich meine Siebensachen, Seh ich, was ich h¨att sollen machen. –Goethe, Weimar 1814/1815 1. Introduction. It is a virtually impossible task to do justice, in a short span of time and space, to the great genius of Leonhard Euler. All we can do, in this lecture, is to bring across some glimpses of Euler’s incredibly voluminous and diverse work, which today fills 74 massive volumes of the Opera omnia (with two more to come). Nine additional volumes of correspondence are planned and have already appeared in part, and about seven volumes of notebooks and diaries still await editing! We begin in section 2 with a brief outline of Euler’s life, going through the three stations of his life: Basel, St.
    [Show full text]