Calculus I-II Review Sheet 1 Definitions

Total Page:16

File Type:pdf, Size:1020Kb

Calculus I-II Review Sheet 1 Definitions Calculus I-II Review Sheet 1 Definitions 1.1 Functions A function is f is increasing on an interval if x ≤ y implies f(x) ≤ f(y), and decreasing if x ≤ y implies f(x) ≥ f(y). It is called monotonic if it is either increasing or decreasing on its entire domain. Example 1.1 ex is increasing on (−∞; 1) and ln x is increasing on (0; 1). f(x) = 1=x is decreasing on (−∞; 0) and on (0; 1). The sine function is increasing on [−π=2; π=2], [3π=2; 5π=2], etc. A function f(x) is proportional to another function g(x) if there is a nonzero constant k such that f(x) = kg(x). Example 1.2 The force of gravity F between two masses M and m is proportional to the inverse square function of the distance between them, r, namely GMm F = r2 2 Here k = GMm and g(r) = 1=r . The graph of a function f is concave up if it bends upward as we move from left to right, that is if, when we pick two points (x1; y1) and (x2; y2) on the graph of f, the graph lies below or on the line segment joining those points on that inteval. Similarly, the graph of f is concave down if it bends downward, or if the graph of f lies above or on any line segment joining two points on its graph. An inflection point is a point (x; f(x)) on the graph of f at which the graph changes concavity (or equivalently just the x value of that point). π 3π π π Example 1.3 The cosine function is concave up on [ 2 ; 2 ] and concave down on [− 2 ; 2 ], etc. It has inflection points at odd multiples of π=2. A function f is said to be even if f(−x) = f(x) and odd if f(−x) = −f(x). Even functions are symmetric about the y-axis, while odd ones are symmetric about the origin. 2 Example 1.4 The cosine function is even, f(x) = jxj is even, and f(x) = e3x is even, 3 while the sine function is odd, f(x) = x is odd, and f(x) = arctan(x) is odd. 1.2 Limits and Continuity Suppose f is defined on an interval around a given real number c, except perhaps at x = c itself. The limit of f as x approaches a given real number c is a real number L satisfying the following condition: for all > 0 there is a δ > 0 such that jx − cj < δ and x 6= c 1 implies jf(x) − Lj < In this case we write lim f(x) = L x!c Remark 1.5 In plain English, this means that the limit L exists provided the following holds: however small I want to make my -window on the y-axis around L, I can find a small enough δ-window on the x-axis around c which is mapped by f entirely into the -window. Remark 1.6 Note the logical implications: I have freedom to choose . I can choose it to be one in a billion, whatever I want. But once chosen, I'm typically restricted in my choice of δ. For example, if f(x) = x2 and L = 100, then clearly c = 10, and to show that the limit as x approaches 10 is 100, I need to find a δ for any given . Suppose I've chosen my , say = 1=1000. Then you can check that a good enough δ is δ = 1=21000. It's not the only one, since I can pick it to be smaller than this, but I am restricted by how big I can make it. It can't be much bigger than that. Remark 1.7 Note also that the definition of limit includes absolute values around x − c. We write jx − cj and this implies the existence and equality of the left and right limits, lim f(x) and lim f(x) x!c− x!c+ respectively. x−1 Example 1.8 The function f(x) = jx−1j has left and right limits as x approaches 1, but the two limits are not equal. Hence f has no limit at x = 1. We can analogously define lim f(x) x→±∞ The difference is we can't use the δ part of the definition. The part is the same, we can choose any > 0 such that jf(x)−Lj < under some appropriate condition on x. It's just that condition can't be the existence of δ such that jx − cj < δ (because c = 1 and jx − 1j = 1, which is never less than δ), so instead we demand the existence of an M > 0 such that x ≥ M implies jf(x) − Lj < δ. A function f is continuous at a point x = c if the limit limx!c f(x) = L exists and moreover L = f(c), i.e. if lim f(x) = f(c) x!c We say f is continuous on an interval [a; b] or (a; b), etc., if it is continuous at all points in that interval. Example 1.9 All polynomials are continuous on (−∞; 1). All rational functions p(x)=q(x) 2 are continuous except at zeros of q(x). For example, 2x +3 is continuous everywhere except p x2−5 at ± 5. The exponential function ex is continuous on (−∞; 1), the log function ln x is continuous on (0; 1). The sine and consine functions are continuous on (−∞; 1). The absolute value function f(x) = jx − 2j is continuous everywhere on (−∞; 1). 2 Discontinuities, or points of discontinuity of f, are x-values where f is not continuous. For example 0 is a point of discontinuity of csc x and of f(x) = 1=x.A removable disconti- x2−4 nuity is one that can be \plugged", e.g. x = −2 is a removable discontinuity of f(x) = x+2 . An essential discontinuity is one that cannot be \plugged", typically because f goes to ±∞ near that point, for example x = 1 is an essential discontinuity of f(x) = 2=(x − 1). A jump discontinuity is a discontinuity where f \jumps" a finite amount near it, for example x−1 x = 1 for f(x) = jx−1j . 1.3 Rate of Change and the Derivative The average rate of change of a function f between x = a and x = b is defined to be the slope of the line connecting the points (a; f(a)) and (b; f(b)) on the graph of f: f(b) − f(a) average rate of change = b − a If we define h = b − a, then b = a + h, and the average rate of change between a and b = a + h becomes the difference quotient: f(a + h) − f(a) h If the limit of the difference quotient as h approaches 0 exists, then we say that f is differen- tiable at x = a and we call this limit the derivative of f at a. It is a real number, denoted equivalently by 0 df dy f(a + h) − f(a) f (a) ≡ (a) ≡ = lim dx dx x=a h!0 h If f is differentiable on an entire interval, then varying the point a, in other words letting x vary, we get a function, the derivative function f 0(x). One of our tasks is to find various derivative functions for well-known functions. Example 1.10 Common derivative functions are the following: 1. (xn)0 = nxn−1 (power rule) 2. (sin x)0 = cos x 3. (cos x)0 = − sin x 4. (tan x)0 = sec2 x 5. (ex)0 = ex 0 1 6. (ln x) = x 7. (ax) = (ln a)ax 0 1 8. (arctan x) = 1+x2 9. (arcsin x)0 = p 1 1−x2 3 2 Remark 1.11 To compute more complicated derivatives, such as those of xex , for example, we will need to know how to break up the process of taking a derivative into several steps involving only derivatives of things we know how to compute, such as (1)-(6) above. For example, we know how to take the derivative of x, x2 and ex, and we will develop methods 2 to compute (xex )0 in terms of these easier ones. This is the content of the sum, product, quotient and chain rules below. The derivative f 0(a) at x = a can be interpreted as the slope of the tangent line to the graph of f at the point (a; f(a)). Since we have a slope, f 0(a), and a point, (a; f(a)), we can find the equation of the tangent line using point-slope: y − f(a) = f 0(a)(x − a) Adding f(a) to both sides gives the equation for the tangent line, which we also call the linear approximation to f near x = a or local linearization near x = a: y = f(a) + f 0(a)(x − a) This is the key idea behind the idea of a derivative, to approximate a complicated function f(x) with the simplest one possible, a line, at least locally. The tangent line is an honest-to- f(x)−f(a) 0 goodness approximation of f near x = a, because we know that as x ! a, x−a ! f (a), i.e. from the definition of limit we get f(x) − f(a) ≈ f 0(a) () f(x) − f(a) ≈ f 0(a)(x − a) multiply both sides by (x − a) x − a () f(x) ≈ f(a) + f 0(a)(x − a) add f(a) to both sides Example 1.12 Let us approximate the value of f(x) = esin x near x = π using local linearization, say at x = 3 which is near x = π.
Recommended publications
  • Selected Solutions to Assignment #1 (With Corrections)
    Math 310 Numerical Analysis, Fall 2010 (Bueler) September 23, 2010 Selected Solutions to Assignment #1 (with corrections) 2. Because the functions are continuous on the given intervals, we show these equations have solutions by checking that the functions have opposite signs at the ends of the given intervals, and then by invoking the Intermediate Value Theorem (IVT). a. f(0:2) = −0:28399 and f(0:3) = 0:0066009. Because f(x) is continuous on [0:2; 0:3], and because f has different signs at the ends of this interval, by the IVT there is a solution c in [0:2; 0:3] so that f(c) = 0. Similarly, for [1:2; 1:3] we see f(1:2) = 0:15483; f(1:3) = −0:13225. And etc. b. Again the function is continuous. For [1; 2] we note f(1) = 1 and f(2) = −0:69315. By the IVT there is a c in (1; 2) so that f(c) = 0. For the interval [e; 4], f(e) = −0:48407 and f(4) = 2:6137. And etc. 3. One of my purposes in assigning these was that you should recall the Extreme Value Theorem. It guarantees that these problems have a solution, and it gives an algorithm for finding it. That is, \search among the critical points and the endpoints." a. The discontinuities of this rational function are where the denominator is zero. But the solutions of x2 − 2x = 0 are at x = 2 and x = 0, so the function is continuous on the interval [0:5; 1] of interest.
    [Show full text]
  • 2.4 the Extreme Value Theorem and Some of Its Consequences
    2.4 The Extreme Value Theorem and Some of its Consequences The Extreme Value Theorem deals with the question of when we can be sure that for a given function f , (1) the values f (x) don’t get too big or too small, (2) and f takes on both its absolute maximum value and absolute minimum value. We’ll see that it gives another important application of the idea of compactness. 1 / 17 Definition A real-valued function f is called bounded if the following holds: (∃m, M ∈ R)(∀x ∈ Df )[m ≤ f (x) ≤ M]. If in the above definition we only require the existence of M then we say f is upper bounded; and if we only require the existence of m then say that f is lower bounded. 2 / 17 Exercise Phrase boundedness using the terms supremum and infimum, that is, try to complete the sentences “f is upper bounded if and only if ...... ” “f is lower bounded if and only if ...... ” “f is bounded if and only if ...... ” using the words supremum and infimum somehow. 3 / 17 Some examples Exercise Give some examples (in pictures) of functions which illustrates various things: a) A function can be continuous but not bounded. b) A function can be continuous, but might not take on its supremum value, or not take on its infimum value. c) A function can be continuous, and does take on both its supremum value and its infimum value. d) A function can be discontinuous, but bounded. e) A function can be discontinuous on a closed bounded interval, and not take on its supremum or its infimum value.
    [Show full text]
  • Chapter 9 Optimization: One Choice Variable
    RS - Ch 9 - Optimization: One Variable Chapter 9 Optimization: One Choice Variable 1 Léon Walras (1834-1910) Vilfredo Federico D. Pareto (1848–1923) 9.1 Optimum Values and Extreme Values • Goal vs. non-goal equilibrium • In the optimization process, we need to identify the objective function to optimize. • In the objective function the dependent variable represents the object of maximization or minimization Example: - Define profit function: = PQ − C(Q) - Objective: Maximize - Tool: Q 2 1 RS - Ch 9 - Optimization: One Variable 9.2 Relative Maximum and Minimum: First- Derivative Test Critical Value The critical value of x is the value x0 if f ′(x0)= 0. • A stationary value of y is f(x0). • A stationary point is the point with coordinates x0 and f(x0). • A stationary point is coordinate of the extremum. • Theorem (Weierstrass) Let f : S→R be a real-valued function defined on a compact (bounded and closed) set S ∈ Rn. If f is continuous on S, then f attains its maximum and minimum values on S. That is, there exists a point c1 and c2 such that f (c1) ≤ f (x) ≤ f (c2) ∀x ∈ S. 3 9.2 First-derivative test •The first-order condition (f.o.c.) or necessary condition for extrema is that f '(x*) = 0 and the value of f(x*) is: • A relative minimum if f '(x*) changes its sign y from negative to positive from the B immediate left of x0 to its immediate right. f '(x*)=0 (first derivative test of min.) x x* y • A relative maximum if the derivative f '(x) A f '(x*) = 0 changes its sign from positive to negative from the immediate left of the point x* to its immediate right.
    [Show full text]
  • Plotting, Derivatives, and Integrals for Teaching Calculus in R
    Plotting, Derivatives, and Integrals for Teaching Calculus in R Daniel Kaplan, Cecylia Bocovich, & Randall Pruim July 3, 2012 The mosaic package provides a command notation in R designed to make it easier to teach and to learn introductory calculus, statistics, and modeling. The principle behind mosaic is that a notation can more effectively support learning when it draws clear connections between related concepts, when it is concise and consistent, and when it suppresses extraneous form. At the same time, the notation needs to mesh clearly with R, facilitating students' moving on from the basics to more advanced or individualized work with R. This document describes the calculus-related features of mosaic. As they have developed histori- cally, and for the main as they are taught today, calculus instruction has little or nothing to do with statistics. Calculus software is generally associated with computer algebra systems (CAS) such as Mathematica, which provide the ability to carry out the operations of differentiation, integration, and solving algebraic expressions. The mosaic package provides functions implementing he core operations of calculus | differen- tiation and integration | as well plotting, modeling, fitting, interpolating, smoothing, solving, etc. The notation is designed to emphasize the roles of different kinds of mathematical objects | vari- ables, functions, parameters, data | without unnecessarily turning one into another. For example, the derivative of a function in mosaic, as in mathematics, is itself a function. The result of fitting a functional form to data is similarly a function, not a set of numbers. Traditionally, the calculus curriculum has emphasized symbolic algorithms and rules (such as xn ! nxn−1 and sin(x) ! cos(x)).
    [Show full text]
  • Section 6: Second Derivative and Concavity Second Derivative and Concavity
    Chapter 2 The Derivative Applied Calculus 122 Section 6: Second Derivative and Concavity Second Derivative and Concavity Graphically, a function is concave up if its graph is curved with the opening upward (a in the figure). Similarly, a function is concave down if its graph opens downward (b in the figure). This figure shows the concavity of a function at several points. Notice that a function can be concave up regardless of whether it is increasing or decreasing. For example, An Epidemic: Suppose an epidemic has started, and you, as a member of congress, must decide whether the current methods are effectively fighting the spread of the disease or whether more drastic measures and more money are needed. In the figure below, f(x) is the number of people who have the disease at time x, and two different situations are shown. In both (a) and (b), the number of people with the disease, f(now), and the rate at which new people are getting sick, f '(now), are the same. The difference in the two situations is the concavity of f, and that difference in concavity might have a big effect on your decision. In (a), f is concave down at "now", the slopes are decreasing, and it looks as if it’s tailing off. We can say “f is increasing at a decreasing rate.” It appears that the current methods are starting to bring the epidemic under control. In (b), f is concave up, the slopes are increasing, and it looks as if it will keep increasing faster and faster.
    [Show full text]
  • Two Fundamental Theorems About the Definite Integral
    Two Fundamental Theorems about the Definite Integral These lecture notes develop the theorem Stewart calls The Fundamental Theorem of Calculus in section 5.3. The approach I use is slightly different than that used by Stewart, but is based on the same fundamental ideas. 1 The definite integral Recall that the expression b f(x) dx ∫a is called the definite integral of f(x) over the interval [a,b] and stands for the area underneath the curve y = f(x) over the interval [a,b] (with the understanding that areas above the x-axis are considered positive and the areas beneath the axis are considered negative). In today's lecture I am going to prove an important connection between the definite integral and the derivative and use that connection to compute the definite integral. The result that I am eventually going to prove sits at the end of a chain of earlier definitions and intermediate results. 2 Some important facts about continuous functions The first intermediate result we are going to have to prove along the way depends on some definitions and theorems concerning continuous functions. Here are those definitions and theorems. The definition of continuity A function f(x) is continuous at a point x = a if the following hold 1. f(a) exists 2. lim f(x) exists xœa 3. lim f(x) = f(a) xœa 1 A function f(x) is continuous in an interval [a,b] if it is continuous at every point in that interval. The extreme value theorem Let f(x) be a continuous function in an interval [a,b].
    [Show full text]
  • Chapter 12 Applications of the Derivative
    Chapter 12 Applications of the Derivative Now you must start simplifying all your derivatives. The rule is, if you need to use it, you must simplify it. 12.1 Maxima and Minima Relative Extrema: f has a relative maximum at c if there is some interval (r, s) (even a very small one) containing c for which f(c) ≥ f(x) for all x between r and s for which f(x) is defined. f has a relative minimum at c if there is some interval (r, s) (even a very small one) containing c for which f(c) ≤ f(x) for all x between r and s for which f(x) is defined. Absolute Extrema f has an absolute maximum at c if f(c) ≥ f(x) for every x in the domain of f. f has an absolute minimum at c if f(c) ≤ f(x) for every x in the domain of f. Extreme Value Theorem - If f is continuous on a closed interval [a,b], then it will have an absolute maximum and an absolute minimum value on that interval. Each absolute extremum must occur either at an endpoint or a critical point. Therefore, the absolute max is the largest value in a table of vales of f at the endpoints and critical points, and the absolute minimum is the smallest value. Locating Candidates for Relative Extrema If f is a real valued function, then its relative extrema occur among the following types of points, collectively called critical points: 1. Stationary Points: f has a stationary point at x if x is in the domain of f and f′(x) = 0.
    [Show full text]
  • Concavity and Points of Inflection We Now Know How to Determine Where a Function Is Increasing Or Decreasing
    Chapter 4 | Applications of Derivatives 401 4.17 3 Use the first derivative test to find all local extrema for f (x) = x − 1. Concavity and Points of Inflection We now know how to determine where a function is increasing or decreasing. However, there is another issue to consider regarding the shape of the graph of a function. If the graph curves, does it curve upward or curve downward? This notion is called the concavity of the function. Figure 4.34(a) shows a function f with a graph that curves upward. As x increases, the slope of the tangent line increases. Thus, since the derivative increases as x increases, f ′ is an increasing function. We say this function f is concave up. Figure 4.34(b) shows a function f that curves downward. As x increases, the slope of the tangent line decreases. Since the derivative decreases as x increases, f ′ is a decreasing function. We say this function f is concave down. Definition Let f be a function that is differentiable over an open interval I. If f ′ is increasing over I, we say f is concave up over I. If f ′ is decreasing over I, we say f is concave down over I. Figure 4.34 (a), (c) Since f ′ is increasing over the interval (a, b), we say f is concave up over (a, b). (b), (d) Since f ′ is decreasing over the interval (a, b), we say f is concave down over (a, b). 402 Chapter 4 | Applications of Derivatives In general, without having the graph of a function f , how can we determine its concavity? By definition, a function f is concave up if f ′ is increasing.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • MA123, Chapter 6: Extreme Values, Mean Value
    MA123, Chapter 6: Extreme values, Mean Value Theorem, Curve sketching, and Concavity • Apply the Extreme Value Theorem to find the global extrema for continuous func- Chapter Goals: tion on closed and bounded interval. • Understand the connection between critical points and localextremevalues. • Understand the relationship between the sign of the derivative and the intervals on which a function is increasing and on which it is decreasing. • Understand the statement and consequences of the Mean Value Theorem. • Understand how the derivative can help you sketch the graph ofafunction. • Understand how to use the derivative to find the global extremevalues (if any) of a continuous function over an unbounded interval. • Understand the connection between the sign of the second derivative of a function and the concavities of the graph of the function. • Understand the meaning of inflection points and how to locate them. Assignments: Assignment 12 Assignment 13 Assignment 14 Assignment 15 Finding the largest profit, or the smallest possible cost, or the shortest possible time for performing a given procedure or task, or figuring out how to perform a task most productively under a given budget and time schedule are some examples of practical real-world applications of Calculus. The basic mathematical question underlying such applied problems is how to find (if they exist)thelargestorsmallestvaluesofagivenfunction on a given interval. This procedure depends on the nature of the interval. ! Global (or absolute) extreme values: The largest value a function (possibly) attains on an interval is called its global (or absolute) maximum value.Thesmallestvalueafunction(possibly)attainsonan interval is called its global (or absolute) minimum value.Bothmaximumandminimumvalues(ifthey exist) are called global (or absolute) extreme values.
    [Show full text]
  • OPTIMIZATION 1. Optimization and Derivatives
    4: OPTIMIZATION STEVEN HEILMAN 1. Optimization and Derivatives Nothing takes place in the world whose meaning is not that of some maximum or minimum. Leonhard Euler At this stage, Euler's statement may seem to exaggerate, but perhaps the Exercises in Section 4 and the Problems in Section 5 may reinforce his views. These problems and exercises show that many physical phenomena can be explained by maximizing or minimizing some function. We therefore begin by discussing how to find the maxima and minima of a function. In Section 2, we will see that the first and second derivatives of a function play a crucial role in identifying maxima and minima, and also in drawing functions. Finally, in Section 3, we will briefly describe a way to find the zeros of a general function. This procedure is known as Newton's Method. As we already see in Algorithm 1.2(1) below, finding the zeros of a general function is crucial within optimization. We now begin our discussion of optimization. We first recall the Extreme Value Theorem from the last set of notes. In Algorithm 1.2, we will then describe a general procedure for optimizing a function. Theorem 1.1. (Extreme Value Theorem) Let a < b. Let f :[a; b] ! R be a continuous function. Then f achieves its minimum and maximum values. More specifically, there exist c; d 2 [a; b] such that: for all x 2 [a; b], f(c) ≤ f(x) ≤ f(d). Algorithm 1.2. A procedure for finding the extreme values of a differentiable function f :[a; b] ! R.
    [Show full text]
  • Calc. Transp. Correl. Chart
    Calculus Transparencies to Accompany LARSON/HOSTETLER/EDWARDS •Calculus with Analytic Geometry, Seventh Edition •Calculus with Analytic Geometry, Alternate Sixth Edition •Calculus: Early Transcendental Functions, Third Edition Calculus: Early Calculus, Transcendental Transparency Calculus, Alternate Functions, Third Figure Seventh Edition Sixth Edition Edition Number Transparency Title Figure Figure Figure 1The Distance Formula A.16 1.16 A.16 A.17 1.17 A.17 2 Symmetry of a Graph P. 7 1.30 P. 7 3 Rise in Atmospheric Carbon Dioxide P. 11 1.34 P. 11 ----- 1.35 ----- 4The Slope of a Line P. 12 1.38 P. 12 P. 14 1.40 P. 14 5Parallel and Perpendicular Lines P. 19 1.44 P. 19 6Vertical Line Test for Functions P. 26 1.50 P. 26 7 Eight Basic Functions P. 27 1.51 P. 27 8 Shifts and Reflections P. 28 1.52 P. 28 ----- 1.53 ----- 9Trigonometric Functions A.37 8.13 A.37 10 The Tangent Line Problem 1.2 2.2 1.2 11 A Formal Definition of Limit 1.12 2.29 1.12 12 Two Special Trigonometric Limits 1.22 8.20 1.22 Proof of Proof of Proof of Thm 1.9 Thm 8.2 Thm 1.9 13 Continuity 1.25 2.14 1.25 ----- 2.15 ----- 14 Intermediate Value Theorem 1.35 2.20 1.35 1.36 2.21 1.36 15 Infinite Limits 1.40 2.24 1.40 16 The Tangent Line as the Limit of the 2.3 3.3 2.3 Secant Line 2.4 3.4 2.4 17 The Mean Value Theorem 3.12 4.10 3.12 18 The First Derivative Test Proof of Proof of Proof of Thm 3.6 Thm 4.6 Thm 3.6 19 Concavity 3.24 4.20 3.24 20 Points of Inflection 3.28 4.24 3.28 21 Limits at Infinity 3.34 4.30 3.34 22 Oxygen Level in a Pond 3.41 4.34 3.41 23 Finding Minimum Length 3.57 4.47 3.58 3.58 Tech p.
    [Show full text]