Big Idea in Calculus: Approximation

Total Page:16

File Type:pdf, Size:1020Kb

Big Idea in Calculus: Approximation Big idea in Calculus: approximation ′ df ∆f f (x + h) f (x) Derivative: f (x)= = − , dx ≈ ∆x h rate of change is approximately the ratio of changes in the function value and in the variable in a very short time Linear approximation: f (x) f (x )+ f ′(x )(x x ) ≈ 0 0 − 0 The graph of nonlinear function the graph of tangent line ≈ Differentiation: Calculate the rate of small change Integration: Accumulate all small changes How to calculate the area? Rectangle: A = ab (a = length, b = width) 1 Triangle: A = ab 2 Polygon: divide it to triangles, calculate each then take the sum What if it is a circle? Calculation of π: Archimedes (287–212 BC) 3.1408 223/71 <π< 22/7 3.1429 Liu Hui (about 220–280) π 3.1416,≈ ≈ Zu Chongzhi (429–500) π ≈3.1415926 ≈ Big idea The area of non-polygon can be calculated from that of polygons! (and take limit) Area under the curve when f (x) 0: ≥ Geometric idea Use rectangle with certain height to approximate irregular but almost rectangular shape Procedure: 1. divide the interval [a, b] into n equal subintervals with length of subinterval ∆x = (b a)/n − 2. With x = a, x = x +∆x, , xi = xi +∆x, , xn = b, and choose yi so 0 1 0 ··· +1 ··· that xi−1 yi xi . 3. Approximate the area above [xi , xi+1] by f (yi ) ∆x 4. Take the≤ sum≤ (called Riemann sum): · n f (yi )∆x = f (y )∆x + f (y )∆x + + f (yn)∆x 1 2 ··· Xi=1 How to choose yi ? Left-endpoint-sum (Ln), right-endpoint-sum (Rn), midpoint rule (Mn). Riemann sum Example: Find area below the curve y = x2 with 0 x 1 by using Riemann sum ≤ ≤ approximation L4, R4 and M4. L =[f (0) + f (1/4) + f (1/2) + f (3/4)] 0.25 = 7/32 = 0.21875 4 · R4 =[f (1/4) + f (1/2) + f (3/4) + f (1)] 0.25 = 15/31 = 0.46875 M =[f (1/8) + f (3/8) + f (5/8) + f (7/8)]· 0.25 = 21/64 = 0.328175 4 · What if n is large? Area as limit: Definite integral The area under y = f (x) is the limit of Riemann sum: n A = lim Rn = lim f (yi )∆x n→∞ n→∞ Xi=1 is the notation for sum (called sigma) P b n f (x)dx = lim f (yi )∆x (limit of Riemann sum) Z n→∞ a Xi=1 where ∆x = (b a)/n, x = a, x = x +∆x, , x = x +∆x, , xn = b, and − 0 1 0 ··· k+1 k ··· xi− yi xi . 1 ≤ ≤ When n , ∆x 0. If the limit exists, then the function f is integrable on [a, b], b →∞ → and f (x)dx is the definite integral of f from a to b. Za (Theorem: If f is continuous, or f has only a finite number of jump discontinuities, then f is integrable.) a: lower limit; b: upper limit; f (x): integrand; : integral sign (S=sum) Z definite integral is a number Meaning of the definite integral When f (x) is positive, the definite integral is the area below f (x) (and above y = 0) When f (x) can be both positive and negative, the definite integral is the “signed” area 2 Example: Find (2x 3)dx. Z0 − Properties of definite integral: b b b f (x)+ g(x) dx = f (x)dx + g(x)dx, Za Za Za b b b f (x) g(x) dx = f (x)dx g(x)dx, Za − Za − Za b b αf (x)dx = α f (x)dx, Za Za b c b f (x)dx = f (x)dx + f (x)dx, Za Za Zc a b c f (x)dx = f (x)dx, and f (x)dx = 0, Zb − Za Zc b b If f (x) g(x) for x [a, b], then f (x)dx g(x)dx, ≤ ∈ Za ≤ Za If m f (x) M for x [a, b], then ≤ ≤ b ∈ m(b a) f (x)dx M(b a). − ≤ Za ≤ − How to calculate the definite integral? Evaluation Theorem: b If f (x) is continuous on [a, b], then f (x)dx = F (b) F (a), where F (x) is an Za − antiderivative of f (x). Recall: F (x) is an antiderivative of f (x) if F ′(x)= f (x). Example: 3 4 (a) (1 + 2x 4x3)dx; (b) √xdx. Z1 − Z1 F (x)= f (x)dx is also called indefinite integral of f (x). Z b f (x)dx (definite integral is a number), Za and f (x)dx (indefinite integral is a (family of) function) Z Basic Formula Elementary integral formulas: (see page 277) 1 xndx = xn+1 + C sin xdx = cos x + C Z n + 1 Z − 1 dx = ln x + C cos xdx = sin x + C Z x | | Z 1 ax dx = ax + C sec2 xdx = tan x + C Z ln a Z 1 − 1 − dx = sin 1 x + C dx = tan 1 x + C Z √1 x2 Z 1+ x2 Basic Properties− of integrals: (see page 269-271) b b b b b [f (x) g(x)]dx = f (x)dx g(x)dx c f (x)dx = c f (x)dx Za ± Za ± Za Za · Za b c b a b f (x)dx = f (x)dx + f (x)dx f (x)dx = f (x)dx Za Za Zc Zb − Za Meaning and variations of Evaluation Theorem b f (x)dx = F (b) F (a), where F (x) is an anti-derivative of f (x) Za − b ′ F (x)dx = F (b) F (a), where F (x) is a differentiable function Za − (meaning: the integral of rate of change is the total change) t2 a(t)dt = v(t2) v(t1) Zt1 − (meaning: the integral of acceleration is the total change in velocity) t2 v(t)dt = D(t2) D(t1) Zt1 − (meaning: the integral of velocity is the total change in position) But the total distance traveled is t2 v(t) dt Zt1 | | (“mileage” and “change of position” are different) Fundamental Theorem of Calculus integration and differentiation are inverse process b ′ (a) F (x)dx = F (b) F (a), here F (x) is differentiable Za − Function F (x) (differentiate) Function F ′(x) (integrate) b ⇒ ⇒ ′ F (x)dx = F (b) F (a) Za − x (b) If F (x)= f (t)dt, then F ′(x)= f (x). Za x Function f (x) (integrate) Function F (x)= f (t)dt (differentiate) ⇒ Za ⇒ d x f (t)dt = f (x) dx Za (c) If F (x)= f (x)dx, then F ′(x) = f (x). Z Sample problems Problems from Math 111 Final (Fall 2002) 4 1. Consider the graph of the function f (x), and find f (x)dx. Z0 4 3 2 1 0 1 2x 3 4 5 2. A ping-pong ball is floating down a river. You record its velocity every 5 minutes for 20 minutes as shown in the table below. Estimate the total distance the ball travelled during the first 20 minutes by using 4 subintervals with left-endpoint values. t (min) 0 5 10 15 20 v (m/min) 1 1.2 1.7 2.0 1.8 More problems Distance, velocity and acceleration revisited: Suppose that a(t) = 2t 3, v(0) = 1. (1) Find the velocity function, and find the total distance traveled during− 0 t 10. (2) Draw the graph of a(t) and v(t), and show the area on the graph representing≤ ≤ the change of velocity, position, and also distance traveled. t v(t) v(0) = a(s)ds − Z0 t D(t) D(0) = v(s)ds − Z0 Fundamental Theorem of Calculus: x 1. Find the derivative of g(x) = ln tdt Z1 10 2. Find the derivative of F (x)= tan tdt Zx x2 3. Find the derivative of h(x) = 1+ t3dt Z0 p 4. Find the average value of the function f (x) = 1/x in [1, 4], and find c [1, 4] such ∈ that f (c) = average value. Average Value Average value of a function on [a, b]: (think about average velocity) 1 b fave = f (x)dx b a Z − a a + a + a + + an Average value of n numbers: 1 2 3 ··· n Mean-value Theorem for the integral: If f (x) is continuous on [a, b], then there exists b 1 b c in [a, b] such that f (c) = fave = f (x)dx, or f (c)(b a)= a f (x)dx. b a Za − − R.
Recommended publications
  • Riemann Sums Fundamental Theorem of Calculus Indefinite
    Riemann Sums Partition P = {x0, x1, . , xn} of an interval [a, b]. ck ∈ [xk−1, xk] Pn R(f, P, a, b) = k=1 f(ck)∆xk As the widths ∆xk of the subintervals approach 0, the Riemann Sums hopefully approach a limit, the integral of f from a to b, written R b a f(x) dx. Fundamental Theorem of Calculus Theorem 1 (FTC-Part I). If f is continuous on [a, b], then F (x) = R x 0 a f(t) dt is defined on [a, b] and F (x) = f(x). Theorem 2 (FTC-Part II). If f is continuous on [a, b] and F (x) = R R b b f(x) dx on [a, b], then a f(x) dx = F (x) a = F (b) − F (a). Indefinite Integrals Indefinite Integral: R f(x) dx = F (x) if and only if F 0(x) = f(x). In other words, the terms indefinite integral and antiderivative are synonymous. Every differentiation formula yields an integration formula. Substitution Rule For Indefinite Integrals: If u = g(x), then R f(g(x))g0(x) dx = R f(u) du. For Definite Integrals: R b 0 R g(b) If u = g(x), then a f(g(x))g (x) dx = g(a) f( u) du. Steps in Mechanically Applying the Substitution Rule Note: The variables do not have to be called x and u. (1) Choose a substitution u = g(x). du (2) Calculate = g0(x). dx du (3) Treat as if it were a fraction, a quotient of differentials, and dx du solve for dx, obtaining dx = .
    [Show full text]
  • A Short Course on Approximation Theory
    A Short Course on Approximation Theory N. L. Carothers Department of Mathematics and Statistics Bowling Green State University ii Preface These are notes for a topics course offered at Bowling Green State University on a variety of occasions. The course is typically offered during a somewhat abbreviated six week summer session and, consequently, there is a bit less material here than might be associated with a full semester course offered during the academic year. On the other hand, I have tried to make the notes self-contained by adding a number of short appendices and these might well be used to augment the course. The course title, approximation theory, covers a great deal of mathematical territory. In the present context, the focus is primarily on the approximation of real-valued continuous functions by some simpler class of functions, such as algebraic or trigonometric polynomials. Such issues have attracted the attention of thousands of mathematicians for at least two centuries now. We will have occasion to discuss both venerable and contemporary results, whose origins range anywhere from the dawn of time to the day before yesterday. This easily explains my interest in the subject. For me, reading these notes is like leafing through the family photo album: There are old friends, fondly remembered, fresh new faces, not yet familiar, and enough easily recognizable faces to make me feel right at home. The problems we will encounter are easy to state and easy to understand, and yet their solutions should prove intriguing to virtually anyone interested in mathematics. The techniques involved in these solutions entail nearly every topic covered in the standard undergraduate curriculum.
    [Show full text]
  • The Definite Integrals of Cauchy and Riemann
    Ursinus College Digital Commons @ Ursinus College Transforming Instruction in Undergraduate Analysis Mathematics via Primary Historical Sources (TRIUMPHS) Summer 2017 The Definite Integrals of Cauchy and Riemann Dave Ruch [email protected] Follow this and additional works at: https://digitalcommons.ursinus.edu/triumphs_analysis Part of the Analysis Commons, Curriculum and Instruction Commons, Educational Methods Commons, Higher Education Commons, and the Science and Mathematics Education Commons Click here to let us know how access to this document benefits ou.y Recommended Citation Ruch, Dave, "The Definite Integrals of Cauchy and Riemann" (2017). Analysis. 11. https://digitalcommons.ursinus.edu/triumphs_analysis/11 This Course Materials is brought to you for free and open access by the Transforming Instruction in Undergraduate Mathematics via Primary Historical Sources (TRIUMPHS) at Digital Commons @ Ursinus College. It has been accepted for inclusion in Analysis by an authorized administrator of Digital Commons @ Ursinus College. For more information, please contact [email protected]. The Definite Integrals of Cauchy and Riemann David Ruch∗ August 8, 2020 1 Introduction Rigorous attempts to define the definite integral began in earnest in the early 1800s. A major motivation at the time was the search for functions that could be expressed as Fourier series as follows: 1 a0 X f (x) = + (a cos (kw) + b sin (kw)) where the coefficients are: (1) 2 k k k=1 1 Z π 1 Z π 1 Z π a0 = f (t) dt; ak = f (t) cos (kt) dt ; bk = f (t) sin (kt) dt. 2π −π π −π π −π P k Expanding a function as an infinite series like this may remind you of Taylor series ckx from introductory calculus, except that the Fourier coefficients ak; bk are defined by definite integrals and sine and cosine functions are used instead of powers of x.
    [Show full text]
  • February 2009
    How Euler Did It by Ed Sandifer Estimating π February 2009 On Friday, June 7, 1779, Leonhard Euler sent a paper [E705] to the regular twice-weekly meeting of the St. Petersburg Academy. Euler, blind and disillusioned with the corruption of Domaschneff, the President of the Academy, seldom attended the meetings himself, so he sent one of his assistants, Nicolas Fuss, to read the paper to the ten members of the Academy who attended the meeting. The paper bore the cumbersome title "Investigatio quarundam serierum quae ad rationem peripheriae circuli ad diametrum vero proxime definiendam maxime sunt accommodatae" (Investigation of certain series which are designed to approximate the true ratio of the circumference of a circle to its diameter very closely." Up to this point, Euler had shown relatively little interest in the value of π, though he had standardized its notation, using the symbol π to denote the ratio of a circumference to a diameter consistently since 1736, and he found π in a great many places outside circles. In a paper he wrote in 1737, [E74] Euler surveyed the history of calculating the value of π. He mentioned Archimedes, Machin, de Lagny, Leibniz and Sharp. The main result in E74 was to discover a number of arctangent identities along the lines of ! 1 1 1 = 4 arctan " arctan + arctan 4 5 70 99 and to propose using the Taylor series expansion for the arctangent function, which converges fairly rapidly for small values, to approximate π. Euler also spent some time in that paper finding ways to approximate the logarithms of trigonometric functions, important at the time in navigation tables.
    [Show full text]
  • Approximation Atkinson Chapter 4, Dahlquist & Bjork Section 4.5
    Approximation Atkinson Chapter 4, Dahlquist & Bjork Section 4.5, Trefethen's book Topics marked with ∗ are not on the exam 1 In approximation theory we want to find a function p(x) that is `close' to another function f(x). We can define closeness using any metric or norm, e.g. Z 2 2 kf(x) − p(x)k2 = (f(x) − p(x)) dx or kf(x) − p(x)k1 = sup jf(x) − p(x)j or Z kf(x) − p(x)k1 = jf(x) − p(x)jdx: In order for these norms to make sense we need to restrict the functions f and p to suitable function spaces. The polynomial approximation problem takes the form: Find a polynomial of degree at most n that minimizes the norm of the error. Naturally we will consider (i) whether a solution exists and is unique, (ii) whether the approximation converges as n ! 1. In our section on approximation (loosely following Atkinson, Chapter 4), we will first focus on approximation in the infinity norm, then in the 2 norm and related norms. 2 Existence for optimal polynomial approximation. Theorem (no reference): For every n ≥ 0 and f 2 C([a; b]) there is a polynomial of degree ≤ n that minimizes kf(x) − p(x)k where k · k is some norm on C([a; b]). Proof: To show that a minimum/minimizer exists, we want to find some compact subset of the set of polynomials of degree ≤ n (which is a finite-dimensional space) and show that the inf over this subset is less than the inf over everything else.
    [Show full text]
  • On the Approximation of Riemann-Liouville Integral by Fractional Nabla H-Sum and Applications L Khitri-Kazi-Tani, H Dib
    On the approximation of Riemann-Liouville integral by fractional nabla h-sum and applications L Khitri-Kazi-Tani, H Dib To cite this version: L Khitri-Kazi-Tani, H Dib. On the approximation of Riemann-Liouville integral by fractional nabla h-sum and applications. 2016. hal-01315314 HAL Id: hal-01315314 https://hal.archives-ouvertes.fr/hal-01315314 Preprint submitted on 12 May 2016 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. On the approximation of Riemann-Liouville integral by fractional nabla h-sum and applications L. Khitri-Kazi-Tani∗ H. Dib y Abstract First of all, in this paper, we prove the convergence of the nabla h- sum to the Riemann-Liouville integral in the space of continuous functions and in some weighted spaces of continuous functions. The connection with time scales convergence is discussed. Secondly, the efficiency of this approximation is shown through some Cauchy fractional problems with singularity at the initial value. The fractional Brusselator system is solved as a practical case. Keywords. Riemann-Liouville integral, nabla h-sum, fractional derivatives, fractional differential equation, time scales convergence MSC (2010). 26A33, 34A08, 34K28, 34N05 1 Introduction The numerous applications of fractional calculus in the mathematical modeling of physical, engineering, economic and chemical phenomena have contributed to the rapidly growing of this theory [12, 19, 21, 18], despite the discrepancy on definitions of the fractional operators leading to nonequivalent results [6].
    [Show full text]
  • Function Approximation Through an Efficient Neural Networks Method
    Paper ID #25637 Function Approximation through an Efficient Neural Networks Method Dr. Chaomin Luo, Mississippi State University Dr. Chaomin Luo received his Ph.D. in Department of Electrical and Computer Engineering at Univer- sity of Waterloo, in 2008, his M.Sc. in Engineering Systems and Computing at University of Guelph, Canada, and his B.Eng. in Electrical Engineering from Southeast University, Nanjing, China. He is cur- rently Associate Professor in the Department of Electrical and Computer Engineering, at the Mississippi State University (MSU). He was panelist in the Department of Defense, USA, 2015-2016, 2016-2017 NDSEG Fellowship program and panelist in 2017 NSF GRFP Panelist program. He was the General Co-Chair of 2015 IEEE International Workshop on Computational Intelligence in Smart Technologies, and Journal Special Issues Chair, IEEE 2016 International Conference on Smart Technologies, Cleveland, OH. Currently, he is Associate Editor of International Journal of Robotics and Automation, and Interna- tional Journal of Swarm Intelligence Research. He was the Publicity Chair in 2011 IEEE International Conference on Automation and Logistics. He was on the Conference Committee in 2012 International Conference on Information and Automation and International Symposium on Biomedical Engineering and Publicity Chair in 2012 IEEE International Conference on Automation and Logistics. He was a Chair of IEEE SEM - Computational Intelligence Chapter; a Vice Chair of IEEE SEM- Robotics and Automa- tion and Chair of Education Committee of IEEE SEM. He has extensively published in reputed journal and conference proceedings, such as IEEE Transactions on Neural Networks, IEEE Transactions on SMC, IEEE-ICRA, and IEEE-IROS, etc. His research interests include engineering education, computational intelligence, intelligent systems and control, robotics and autonomous systems, and applied artificial in- telligence and machine learning for autonomous systems.
    [Show full text]
  • Using the TI-89 to Find Riemann Sums
    Using the TI-89 to find Riemann sums Z b If function f is continuous on interval [a, b], f(x) dx exists and can be approximated a using either of the Riemann sums n n X X f(xi)∆x or f(xi−1)∆x i=1 i=1 (b−a) where ∆x = n and n is the number of subintervals chosen. The first of these Riemann sums evaluates function f at the right endpoint of each subinterval; the second evaluates at the left endpoint of each subinterval. n X P To evaluate f(xi) using the TI-89, go to F3 Calc and select 4: ( sum i=1 The command line should then be completed in the following form: P (f(xi), i, 1, n) The actual Riemann sum is then determined by multiplying this ans by ∆x (or incorpo- rating this multiplication into the same command line.) [Warning: Be sure to set the MODE as APPROXIMATE in this case. Otherwise, the calculator will spend an inordinate amount of time attempting to express each term of the summation in exact symbolic form.] Z 4 √ Example: To approximate 1 + x3 dx using Riemann sums with n = 100 subinter- 2 b−a 2 i vals, note first that ∆x = n = 100 = .02. Also xi = 2 + i∆x = 2 + 50 . So the right endpoint approximation will be found by entering √ P( (2 + (1 + i/50)∧3), i, 1, 100) × .02 which gives 10.7421. This is an overestimate, since the function is increasing on the given interval. To find the left endpoint approximation, replace i by (i − 1) in the square root part of the command.
    [Show full text]
  • Fractional Calculus
    Generalised Fractional Calculus Penelope Drastik Supervised by Marianito Rodrigo September 2018 Outline 1. Integration 2. Fractional Calculus 3. My Research Riemann sum: P tagged partition, f :[a; b] ! R n X S(f ; P) = f (ti )(xi − xi−1) i=1 The Riemann sum Partition of [a; b]: Non-overlapping intervals which cover [a; b] a = x0 < x1 < ··· < xi−1 < xi < ··· xn = b Tagged partition of [a; b]: Intervals in partition paired with tag points n P = f([xi−1; xi ]; ti )gi=1 The Riemann sum Partition of [a; b]: Non-overlapping intervals which cover [a; b] a = x0 < x1 < ··· < xi−1 < xi < ··· xn = b Tagged partition of [a; b]: Intervals in partition paired with tag points n P = f([xi−1; xi ]; ti )gi=1 Riemann sum: P tagged partition, f :[a; b] ! R n X S(f ; P) = f (ti )(xi − xi−1) i=1 The Riemann integral R b a f (x)dx = A means that: For all " > 0, there exists δ" > 0 such that if a tagged partition P satisfies 0 < xi − xi−1 < δ" for i = 1;:::; n then jS(f ; P) − Aj < " The Generalised Riemann integral R b a f (x)dx = A means that: For all " > 0, there exists a strictly positive function δ" :[a; b] ! R+ such that if a tagged partition P satisfies ti 2 [xi−1; xi ] ⊆ [ti − δ(ti ); ti + δ(ti )] for i = 1;:::; n then jS(f ; P) − Aj < " Riemann-Stieltjes integral: R b a f (x)dα(x) = A means that: For all " > 0, there exists δ" > 0 such that if a tagged partition P satisfies 0 < xi − xi−1 < δ" for i = 1;:::; n then jS(f ; P; α) − Aj < " The Riemann-Stieltjes integral Riemann-Stieltjes sum of f : Integrator α : I ! R, partition P n X S(f ; P; α) = f (ti )[α(xi
    [Show full text]
  • 1.1 Limits: an Informal View 4.1 Areas and Sums
    Chapter 4 Integrals from Calculus: Concepts & Computation by David Betounes and Mylan Redfern | 2016 Copyright | 9781524917692 Property of Kendall Hunt Publishing 4.1 Areas and Sums 257 4 Integrals Calculus Concepts & Computation 1.1 Limits: An Informal View 4.1 Areas and Sums > with(code_ch4,circle,parabola);with(code_ch1sec1); [circle, parabola] [polygonlimit, secantlimit] This chapter begins our study of the integral calculus, which is the counter-part to the differential calculus you learned in Chapters 1–3. The topic of integrals, otherwise known as antiderivatives, was introduced in Section 3.7, and you should The General Area Problem read that discussion before continuing here. A major application of antiderivatives, or integrals, is the measurement of areas of planar regions D. In fact, a principal motive behind the invention of the integral calculus was to solve the area problem. See Figure 4.1.1. D Before we learn how to measure areas of such general regions D, it is best to think about the areas of simple regions, and, indeed, reflect on the very notion of what is meant by “area.” This we discuss here. Then, in the next two sections, Sections 4.2 and 4.3 , we look at the details of measuring areas of regions “beneath the graphs of continuous functions.” Then in Section 5.1 we tackle the task of finding area of more complicated regions, such as the region D in Figure 4.4.1. We have intuitive notions about what is meant by the area of a region. It is a positive Find the area Figure 4.1.1: number A which somehow measures the “largeness” of the region and enables us of the region D bounded by a to compare regions with different shapes.
    [Show full text]
  • A Rational Approximation to the Logarithm
    A Rational Approximation to the Logarithm By R. P. Kelisky and T. J. Rivlin We shall use the r-method of Lanczos to obtain rational approximations to the logarithm which converge in the entire complex plane slit along the nonpositive real axis, uniformly in certain closed regions in the slit plane. We also provide error esti- mates valid in these regions. 1. Suppose z is a complex number, and s(l, z) denotes the closed line segment joining 1 and z. Let y be a positive real number, y ¿¿ 1. As a polynomial approxima- tion, of degree n, to log x on s(l, y) we propose p* G Pn, Pn being the set of poly- nomials with real coefficients of degree at most n, which minimizes ||xp'(x) — X|J===== max \xp'(x) — 1\ *e«(l.v) among all p G Pn which satisfy p(l) = 0. (This procedure is suggested by the observation that w = log x satisfies xto'(x) — 1=0, to(l) = 0.) We determine p* as follows. Suppose p(x) = a0 + aix + ■• • + a„xn, p(l) = 0 and (1) xp'(x) - 1 = x(x) = b0 + bix +-h bnxn . Then (2) 6o = -1 , (3) a,- = bj/j, j = 1, ■•-,«, and n (4) a0= - E Oj • .-i Thus, minimizing \\xp' — 1|| subject to p(l) = 0 is equivalent to minimizing ||«-|| among all i£P„ which satisfy —ir(0) = 1. This, in turn, is equivalent to maximiz- ing |7r(0) I among all v G Pn which satisfy ||ir|| = 1, in the sense that if vo maximizes |7r(0)[ subject to ||x|| = 1, then** = —iro/-7ro(0) minimizes ||x|| subject to —ir(0) = 1.
    [Show full text]
  • Evaluation of Engineering & Mathematics Majors' Riemann
    Paper ID #14461 Evaluation of Engineering & Mathematics Majors’ Riemann Integral Defini- tion Knowledge by Using APOS Theory Dr. Emre Tokgoz, Quinnipiac University Emre Tokgoz is currently an Assistant Professor of Industrial Engineering at Quinnipiac University. He completed a Ph.D. in Mathematics and a Ph.D. in Industrial and Systems Engineering at the University of Oklahoma. His pedagogical research interest includes technology and calculus education of STEM majors. He worked on an IRB approved pedagogical study to observe undergraduate and graduate mathe- matics and engineering students’ calculus and technology knowledge in 2011. His other research interests include nonlinear optimization, financial engineering, facility allocation problem, vehicle routing prob- lem, solar energy systems, machine learning, system design, network analysis, inventory systems, and Riemannian geometry. c American Society for Engineering Education, 2016 Evaluation of Engineering & Mathematics Majors' Riemann Integral Definition Knowledge by Using APOS Theory In this study senior undergraduate and graduate mathematics and engineering students’ conceptual knowledge of Riemann’s definite integral definition is observed by using APOS (Action-Process- Object-Schema) theory. Seventeen participants of this study were either enrolled or recently completed (i.e. 1 week after the course completion) a Numerical Methods or Analysis course at a large Midwest university during a particular semester in the United States. Each participant was asked to complete a questionnaire consisting of calculus concept questions and interviewed for further investigation of the written responses to the questionnaire. The research question is designed to understand students’ ability to apply Riemann’s limit-sum definition to calculate the definite integral of a specific function. Qualitative (participants’ interview responses) and quantitative (statistics used after applying APOS theory) results are presented in this work by using the written questionnaire and video recorded interview responses.
    [Show full text]