Table of Contents Introduction 1

Total Page:16

File Type:pdf, Size:1020Kb

Table of Contents Introduction 1 Table of Contents Introduction 1 An explanation of the Taylor Series 1 Equation to model blood flow 2 The Taylor Series and calculus 2 Derivatives of functions used in this exploration 2 Using the power rule to take derivatives 3 Using the chain rule to take derivatives 3 1st and 2nd derivatives 3 Deriving the Taylor series with only one variable 4 Example with f(x)=cos(x) 5 Partial derivatives and the Taylor series 7 Using partial derivatives to find Taylor series 7 Polynomial equation for blood flow using Taylor Series 8 Calculating partial derivatives 8 Conclusion 10 References 13 1 Introduction While carrying out my initial research for an exploration topic, I was particularly interested in models related to biology, particularly blood flow and pressure, as I aim to enter the medical field myself. I wanted to investigate Poiseuille’s Law. This law is used by doctors to calculate the blood flow rate in vessels. After digging around for more information on Poiseuille’s Law, I realised that the mathematics used to derive the equation was far beyond my level. I was taken by surprise when I saw how many variables were involved and I wished for a simpler equation to work with. It’s interesting that the application of maths to the real world has resulted in thousands of such complex equations which seek to model a certain phenomenon. But the issue is that they tend to be so infuriatingly complex that they put people off. That’s why I found the Taylor series so intriguing. I was drawn to the Taylor series because it provides a means of simplifying said equations by converting them to polynomial form. This conversion makes it far easier to input values and obtain an answer. Hence, the aim of this investigation is to provide a means to simplify a seemingly complex equation into its simple polynomial form. The equation I will create a Taylor approximation for is one used to model blood flow in the arteries. I chose this equation because, as aforementioned, I wanted to work with a model used in the medical field. Furthermore, the model uses the cosine function which makes it challenging to input values to obtain an answer quickly. Thus, generating a Taylor approximation may be useful if a quick approximation is needed regarding a patient’s blood flow. This exploration will explain aspects of calculus namely taking derivatives using the power rule, what the first and second derivatives tell us about a function, and how partial differentiation is done. Next, the one-variable and two-variable Taylor series will be explained. Finally, the function used to model blood flow will be approximated using the two-variable Taylor series. Materials used: TI-84 (Texas Instruments), Desmos, Graphing Calculator 3D (graphing app) ​ ​ ​ ​ ​ An explanation of the Taylor Series The Taylor series is a most intriguing part of calculus. It aims to simplify complex functions into polynomial functions by adding the sum of an infinite amount of polynomial terms (Chamberlain, 2016). Therefore, by finding an infinite number of derivatives and by having an infinite number of terms, we can write a polynomial function which is a close approximation of the original function centred around a specific region. To understand how derivatives can be used to do so, the first and second derivatives will be explained followed by the derivation of the Taylor series. 2 Equation to model blood flow The equation for modelling blood flow in the arteries, according to “Mathematics and blood flow” (1999) is: W (x, t) = 2.5cos(20 · π · t)cos(2 · π · x) + 2.5 In which x = space and t = time (“Mathematics and Blood Flow,” 1999). First, more about the heart and blood flow will be explained. The heart is made up of four chambers—right atrium, left atrium, right ventricle and left ventricle (British Heart Foundation, n.d.). Deoxygenated blood (which has travelled around the body) flows into the right side of the heart. This blood is then pumped into the lungs to get oxygenated after which it returns to the heart’s left side to be pumped to the rest of the body (British Heart Foundation, n.d.). The tubes that pump blood away from the heart are called arteries; the tubes that pump blood towards the heart are called veins. The equation tells us the rate at which blood flows at a certain point in the arteries at a given time (“Mathematics and Blood Flow,” 1999). The amplitude of the function shows the maximum blood flow. The frequency of the cosine function is the heart rate. The Taylor Series and calculus Derivatives of functions used in this exploration The exploration requires knowledge of the derivatives of sinx and cosx . d ● dx (sin(x)) = cos(x) d ● dx (cos(x)) =− sin(x) 3 Using the power rule to take derivatives The Taylor series depends on the power rule to take derivatives of functions. The power rule states that for any function f(x) = xn , df n−1 dx (x) = n · x . Using the chain rule to take derivatives The chain rule is used to differentiate composite functions. The chain rule states: d dx [f(g(x))] = f′(g(x))g′(x) . So the function f(x) = cos(2x) , the composite function would be g = 2x . Therefore, both the cosine function and 2x would need to be differentiated. d dx [f(g(x)) = 2 · (− sin(2x)) =− 2sin(2x) 1st and 2nd derivatives dy The first derivative of a function, f′(x) or dx , represents “the slope of the tangent line to the function at the point x” (“The first and second derivatives”). In other words, the first derivative shows us whether a function is increasing or decreasing and the rate at which it is doing so. Therefore, a positive value for the first derivative (a positive slope) indicates that at point x, f(x) is increasing. A negative value indicates the opposite. If the first derivative is equal to zero, f(x) may be constant (such as in the case f(x) = 2 ) or the point x may be a maximum or minimum point (“The first and second derivatives”). df If dx (k) < 0 , f(x) is decreasing at x = k df If dx (k) = 0 , f(x) may have reached a maximum/minimum point at x = k df If dx (k) > 0 , f(x) is increasing at x = k d2y The second derivative of a function, f′′(x) or dx2 , tells us “if the first derivative is increasing or decreasing” (“The first and second derivatives”). Therefore, the second derivative tells us whether the function is concave up or concave down at point x. d2f If dx2 (k) < 0 , f(x) is concave down at x = k d2f If dx2 (k) = 0 , we cannot make an inference about the concavity of the function. d2f If dx2 (k) > 0 , f(x) is concave up at x = k 4 Deriving the Taylor series with only one variable According to Chamberlain (2016), the following steps can be used to derive a polynomial equation using the Taylor series: 1. Write an nth term function. ​ ​ 2. Take the first, second and third derivatives. (There is no limit to how many derivatives can be taken. However, for the sake of brevity, only three shall be taken.) 3. Substitute values obtained from derivatives. We will start with an nth term function. ​ ​ 2 3 n f(x) = a0 + a1(x − k) + a2(x − k) + a3(x − k) + ... + an(x − k) In the function above, a represents a constant and k is the x-coordinate around which the approximation begins. The constant a ensures that the value of the polynomial function matches the original. a0 is simply the y-intercept. By substituting x = k , the value can be obtained easily: 2 3 n f(k) = a0 + a1(k − k) + a2(k − k) + a3(k − k) + ... + an(k − k) f(k) = a0 If we rewrite this using factorials, f(k) a0 = 0! To find the values of the other constants, derivatives must be taken using the power rule. Then we can substitute x = k to obtain the value of the constant. (Only the first four terms will be used to explain this.) df 1 2 dx (x) = a1 + 2 · a2(x − k) + 3 · a3(x − k) df 1 2 dx (k) = 1 · a1 + 2 · a2(k − k) + 3 · a3(k − k) = 1 · a1 We can rewrite this in factorial form. df dx (k) = a1 · 1! df (k) Therefore, a = dx . ​ 1 1! Similarly, we can find the other derivatives and hence, the values of the constants. d2f 1 dx2 (x) = 1 · 2 · a2 + 2 · 3 · a3(x − k) d2f 1 dx2 (k) = 1 · 2 · a2 + 2 · 3 · a3(k − k) = 1 · 2 · a2 = a2 · 2! 2 d f (k) dx2 a2 = 2! 5 d3f 0 dx3 (x) = 1 · 2 · 3 · a3(x − k) d3f 0 dx3 (k) = 1 · 2 · 3 · a3(k − k) = 1 · 2 · 3 · a3 = a3 · 3! 3 d f (k) dx3 a3 = 3! If we substitute these constants into the polynomial function: 2 3 f(x) = a0 + a1(x − k) + a2(x − k) + a3(x − k) 2 3 df d f (k) d f (k) f(k) dx (k) dx2 2 dx3 3 f(x) = 0! + 1! (x − k) + 2! (x − k) + 3! (x − k) According to Chamberlain (2016), by writing this as an infinite sum, we end with: ∞ f n(k) n ∑ n! (x − k) n=0 a0 tells us the y-intercept of the function. a1 (first derivative) ensures that the slope of a tangent line match at x = k .
Recommended publications
  • 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]
  • Section 9.6, the Chain Rule and the Power Rule
    Section 9.6, The Chain Rule and the Power Rule Chain Rule: If f and g are differentiable functions with y = f(u) and u = g(x) (i.e. y = f(g(x))), then dy = f 0(u) · g0(x) = f 0(g(x)) · g0(x); or dx dy dy du = · dx du dx For now, we will only be considering a special case of the Chain Rule. When f(u) = un, this is called the (General) Power Rule. (General) Power Rule: If y = un, where u is a function of x, then dy du = nun−1 · dx dx Examples Calculate the derivatives for the following functions: 1. f(x) = (2x + 1)7 Here, u(x) = 2x + 1 and n = 7, so f 0(x) = 7u(x)6 · u0(x) = 7(2x + 1)6 · (2) = 14(2x + 1)6. 2. g(z) = (4z2 − 3z + 4)9 We will take u(z) = 4z2 − 3z + 4 and n = 9, so g0(z) = 9(4z2 − 3z + 4)8 · (8z − 3). 1 2 −2 3. y = (x2−4)2 = (x − 4) Letting u(x) = x2 − 4 and n = −2, y0 = −2(x2 − 4)−3 · 2x = −4x(x2 − 4)−3. p 4. f(x) = 3 1 − x2 + x4 = (1 − x2 + x4)1=3 0 1 2 4 −2=3 3 f (x) = 3 (1 − x + x ) (−2x + 4x ). Notes for the Chain and (General) Power Rules: 1. If you use the u-notation, as in the definition of the Chain and Power Rules, be sure to have your final answer use the variable in the given problem.
    [Show full text]
  • 1. Antiderivatives for Exponential Functions Recall That for F(X) = Ec⋅X, F ′(X) = C ⋅ Ec⋅X (For Any Constant C)
    1. Antiderivatives for exponential functions Recall that for f(x) = ec⋅x, f ′(x) = c ⋅ ec⋅x (for any constant c). That is, ex is its own derivative. So it makes sense that it is its own antiderivative as well! Theorem 1.1 (Antiderivatives of exponential functions). Let f(x) = ec⋅x for some 1 constant c. Then F x ec⋅c D, for any constant D, is an antiderivative of ( ) = c + f(x). 1 c⋅x ′ 1 c⋅x c⋅x Proof. Consider F (x) = c e +D. Then by the chain rule, F (x) = c⋅ c e +0 = e . So F (x) is an antiderivative of f(x). Of course, the theorem does not work for c = 0, but then we would have that f(x) = e0 = 1, which is constant. By the power rule, an antiderivative would be F (x) = x + C for some constant C. 1 2. Antiderivative for f(x) = x We have the power rule for antiderivatives, but it does not work for f(x) = x−1. 1 However, we know that the derivative of ln(x) is x . So it makes sense that the 1 antiderivative of x should be ln(x). Unfortunately, it is not. But it is close. 1 1 Theorem 2.1 (Antiderivative of f(x) = x ). Let f(x) = x . Then the antiderivatives of f(x) are of the form F (x) = ln(SxS) + C. Proof. Notice that ln(x) for x > 0 F (x) = ln(SxS) = . ln(−x) for x < 0 ′ 1 For x > 0, we have [ln(x)] = x .
    [Show full text]
  • Proofs of the Product, Reciprocal, and Quotient Rules Math 120 Calculus I D Joyce, Fall 2013
    Proofs of the Product, Reciprocal, and Quotient Rules Math 120 Calculus I D Joyce, Fall 2013 So far, we've defined derivatives in terms of limits f(x+h) − f(x) f 0(x) = lim ; h!0 h found derivatives of several functions; used and proved several rules including the constant rule, sum rule, difference rule, and constant multiple rule; and used the product, reciprocal, and quotient rules. Next, we'll prove those last three rules. After that, we still have to prove the power rule in general, there's the chain rule, and derivatives of trig functions. But then we'll be able to differentiate just about any function we can write down. The product, reciprocal, and quotient rules. For the statement of these three rules, let f and g be two differentiable functions. Then Product rule: (fg)0 = f 0g + fg0 10 −g0 Reciprocal rule: = g g2 f 0 f 0g − fg0 Quotient rule: = g g2 A more complete statement of the product rule would assume that f and g are differ- entiable at x and conlcude that fg is differentiable at x with the derivative (fg)0(x) equal to f 0(x)g(x) + f(x)g0(x). Likewise, the reciprocal and quotient rules could be stated more completely. A proof of the product rule. This proof is not simple like the proofs of the sum and difference rules. By the definition of derivative, (fg)(x+h) − (fg)(x) (fg)0(x) = lim : h!0 h Now, the expression (fg)(x) means f(x)g(x), therefore, the expression (fg)(x+h) means f(x+h)g(x+h).
    [Show full text]
  • Products and Powers
    Products and Powers Raising Functions to Positive Powers During the last two lectures, we learned about our first non-polynomial functions: the sine and cosine functions. Today, and for the next few lectures, we will learn how to build new functions using polynomial and non-polynomial functions like sine and cosine. We begin today with raising functions to positive powers and with multiplying two functions together. First, let us state the power rule of differentiation: suppose that f(x) is a function with a derivative. Define g(x) to be the function f(x) multiplied by itself n times, where n is a natural number. Then g(x) also has a derivative, and that derivative is given by dg df = n(f(x))n¡1 : dx dx There is a lot going on in this statement. First, we begin with a function with a derivative called f(x). So, for example, we could have f(x) = x2 + sin x. This function has a derivative: f 0(x) = 2x + cos x. So, our first condition is satisfied. Next, we define a new function, g(x), which is (f(x))n, that is, f(x) multiplied by itself n times, where n is some natural number. For example, we could take n = 5. So, to continue our example from above, we get that g(x) = (2x + cos x)5. Note that there is no need to multiply out the various terms in this expression. That would take a long time, and for the power rule, it is not necessary. Now we get to the heart of the power rule: the power rule tells us that g(x), which, again, is f(x) raised to the power of n, has a derivative itself.
    [Show full text]
  • Differentiation Rules
    1 Differentiation Rules c 2002 Donald Kreider and Dwight Lahr The Power Rule is an example of a differentiation rule. For functions of the form xr, where r is a constant real number, we can simply write down the derivative rather than go through a long computation of the limit of a difference quotient. Developing a repertoire of such basic rules, and gaining skill in using them, is a large part of what calculus is about. Indeed, calculus may be described as the study of elementary functions, a few of their basic properties such as continuity and differentiability, and a toolbox of computational techniques for computing derivatives (and later integrals). It is the latter computational ingredient that most students recall with such pleasure as they reflect back on learning calculus. And it is skill with those techniques that enables one to apply calculus to a large variety of applications. Building the Toolbox We begin with an observation. It is possible for a function f to be continuous at a point a and not be differentiable at a. Our favorite example is the absolute value function |x| which is continuous at x = 0 but whose derivative does not exist there. The graph of |x| has a sharp corner at the point (0, 0) (cf. Example 9 in Section 1.3). Continuity says only that the graph has no “gaps” or “jumps”, whereas differentiability says something more—the graph not only is not “broken” at the point but it is in fact “smooth”. It has no “corner”. The following theorem formalizes this important fact: Theorem 1: If f 0(a) exists, then f is continuous at a.
    [Show full text]
  • Math 1210, Review, Midterm 1, Concepts
    Why study calculus? Calculus is the mathematical analysis of functions using limit approximations. It deals with rates of change, motion, areas and volumes of regions, and the approximation of functions. Modern calculus was developed in the middle of the 17th century by Isaac Newton and Gottfried Leibniz. Today, calculus is the essential language of science and engineering, providing the means by which real-world problems are expressed in mathematical terms. Example (Newton) You drop a rock from the top of a cliff at Lake Powell that is 220 feet above the water. How fast is the rock traveling when it hits the water? Example (Leibniz) How can you determine the maximum and minimum values of a function? On what intervals is it increasing? On what intervals is it decreasing? Suppose y = f (x) = x2 +1 . a) Sketch the graph of f . b) Plot the points (1, f (1)) and (1+ h, f (1+h )). c) Draw the line containing these two points. d) Find the slope of this line (secant line). e) What happens to the slope when h is closer and closer to zero? f) Find the equation of the line tangent to the graph of f at the point (1,2 ). Definition of the Limit lim f (x) L means x→c = For every distance ε > 0 there exists a distance δ > 0 such that if 0 < x−c <δ then 0 < f (x)− L <ε . How can the limit of a function fail to exist as x approaches a value a ? Consider the following three functions: x a) f where f (x) = x b) g where g(x)= 1 x2 1 c) h where h(x)= sin x One-Sided Limits What can you say about the function f whose graph is given below? Theorem lim f (x) = L if and only if lim f (x) = L and lim f (x) = L .
    [Show full text]
  • Rules and Methods for Integration Math 121 Calculus II D Joyce, Spring 2013
    Rules and methods for integration Math 121 Calculus II D Joyce, Spring 2013 We've covered the most important rules and methods for integration already. We'll look at a few special-purpose methods later on. The fundamental theorem of calculus. This is the most important theorem for integration. It tells you that in order to evaluate an integral, look for an antiderivative. If F is an antiderivative of f, meaning that f is the derivative of F , then Z b f(x) dx = F (b) − F (a): a Because of this FTC, we write antiderivatives as indefinite integrals, that is, as integrals without specific limits of integration, and when F is an antiderivative of f, we write Z f(x) dx = F (x) + C to emphsize that there are lots of other antiderivatives that differ from F by a constant. Linearity of integration. This says that integral of a linear combination of functions is that linear combination of the integrals of those functions. In particular, the integral of a sum (or difference) of functions is the sum (or difference) of the integrals of the functions, Z Z Z (f(x) ± g(x)) dx = f(x) dx ± g(x) dx and the integral of a constant times a function is that constant times the integral of the function Z Z cf(x) dx = c f(x) dx: Z 1 The power rule. For n 6= −1, xn dx = xn+1 + C; n + 1 Z but for n = −1, x−1 dx = ln jxj + C: With linearity and the power rule we can easily find the integral of any polynomial.
    [Show full text]
  • IV. Derivatives (2)
    IV. Derivatives (2) “Leibniz never thought of the derivative as a limit. This does not appear until the work of d’Alembert.” http://www.gap-system.org/∼history/Biographies/Leibniz.html 0 In chapter II we saw two mathematical problems which led to expressions of the form 0 . Now that we know how to handle limits, we can state the definition of the derivative of a function. After computing a few derivatives using the definition we will spend most of this section developing the differential calculus, which is a collection of rules that allow you to compute derivatives without always having to use basic definition. 22. Derivatives Defined Definition. 22.1. Let f be a function which is defined on some interval (c, d) and let a be some number in this interval. The derivative of the function f at a is the value of the limit f(x) − f(a) (15) f 0(a) = lim . x→a x − a f is said to be differentiable at a if this limit exists. f is called differentiable on the interval (c, d) if it is differentiable at every point a in (c, d). 22.1. Other notations One can substitute x = a + h in the limit (15) and let h → 0 instead of x → a. This gives the formula f(a + h) − f(a) (16) f 0(a) = lim , h→0 h Often you will find this equation written with x instead of a and ∆x instead of h, which makes it look like this: f(x + ∆x) − f(x) f 0(x) = lim .
    [Show full text]
  • Integration Rules and Techniques
    Integration Rules and Techniques Antiderivatives of Basic Functions Power Rule (Complete) 8 xn+1 > + C; if n 6= −1 Z <>n + 1 xn dx = > :ln jxj + C; if n = −1 Exponential Functions With base a: Z ax ax dx = + C ln(a) With base e, this becomes: Z ex dx = ex + C If we have base e and a linear function in the exponent, then Z 1 eax+b dx = eax+b + C a Trigonometric Functions Z sin(x) dx = − cos(x) + C Z cos(x) dx = sin(x) + C Z 2 Z sec (x) dx = tan(x) + C csc2(x) dx = − cot(x) + C Z sec(x) tan(x) dx = sec(x) + C Z csc(x) cot(x) dx = − csc(x) + C 1 Inverse Trigonometric Functions Z 1 p dx = arcsin(x) + C 1 − x2 Z 1 p dx = arcsec(x) + C x x2 − 1 Z 1 dx = arctan(x) + C 1 + x2 More generally, Z 1 1 x dx = arctan + C a2 + x2 a a Hyperbolic Functions Z sinh(x) dx = cosh(x) + C Z − csch(x) coth(x) dx = csch(x) + C Z Z cosh(x) dx = sinh(x) + C − sech(x) tanh(x) dx = sech(x) + C Z 2 Z sech (x) dx = tanh(x) + C 2 − csch (x) dx = coth(x) + C Integration Theorems and Techniques u-Substitution If u = g(x) is a differentiable function whose range is an interval I and f is continuous on I, then Z Z f (g(x)) g0(x) dx = f(u) du If we have a definite integral, then we can either change back to xs at the end and evaluate as usual; alternatively, we can leave the anti-derivative in terms of u, convert the limits of integration to us, and evaluate everything in terms of u without changing back to xs: b g(b) Z Z f (g(x)) g0(x) dx = f(u) du a g(a) Integration by Parts Recall the Product Rule: d du dv [u(x)v(x)] = v(x) + u(x) dx dx dx 2 Integrating both sides and solving for one of the integrals leads to our Integration by Parts formula: Z Z u dv = u v − v du Integration by Parts (which I may abbreviate as IbP or IBP) \undoes" the Product Rule.
    [Show full text]
  • Tutortube: Derivative Rules
    TutorTube: Derivative Rules Spring 2020 Introduction Hello and welcome to TutorTube, where The Learning Center’s Lead Tutors help you understand challenging course concepts with easy to understand videos. My name is Haley Higginbotham, Lead Tutor for Math. In today’s video, we will explore derivative rules. Let’s get started! Notation Notes in front of a function means "take the derivative." ( ) = means that whatever is after the equals sign, is the derivative of ( ). ′ Constant Rule = The constant rule says that when you take the derivative of a constant, it is . We will see why this is in a second, while we talk about power rule. Power Rule = − The power rule says that if you have to some power , the derivative is the power times raised to the power minus . Examples: 1. You might be confused on how to use the power rule on since it doesn't have an raised to a power. However, it actually does. has an next to it, since anything raised to the zero power is , therefore = . So, using the power rule gives us ( ) = = . This is why the constant rule is true for any constant. − − Contact Us – Sage Hall 170 – (940) 369-7006 [email protected] - @UNTLearningCenter 2 2. Using the power rule, we have ( ) = . − So, = . 3. Find the derivative of ( ) = + . We can use the power rule on each − individual term since we are adding and subtracting. Using the power rule on each term, we get ( ) ( ) + ( ) − − − = − + − = − Practice: − Find the derivative. 1. 5 4 2. 2 + 4 7 + 140 7 4 3. + 5 − √ Log and Exponential Function Rules General Logarithm Rule: ( ) = ( ) ( ) ( ) ′ �� �� ⋅ Special case: ( ) ( ) = ′( ) �� �� Super special case: [ ( )] = 3 General Exponential Rule: ( ) = ( ) ( ) ( ) ′ � � ⋅ ⋅ Special case: ( ) = ( ) ( ) ′ � � ⋅ Super special case: [ ] = These are the typical exponential and logarithm derivatives used in calculus.
    [Show full text]
  • Section 7.1: Antiderivatives
    Section 7.1: Antiderivatives Up until this point in the course, we have mainly been concerned with one general type of problem: Given a function f(x), find the derivative f 0(x). In this section, we will be concerned with solving this problem in the reverse direction. That is, given a function f(x), find a function F (x) such that F 0(x) = f(x). This is called antidifferentiation, and any such function F (x) will be called an antiderivative of f(x). DEFINITION: If F 0(x) = f(x), then F (x) is called an antiderivative of f(x). Example: If f(x) = 20x4, find a function F (x) such that F 0(x) = f(x). Is the above answer unique? Write down a formula for every antiderivative of f(x) = 20x4. Examples: 1. Find an antiderivative for the following functions. (a) f(x) = x4 2 (b) f(x) = x15 1 (c) f(x) = x2 p (d) f(x) = x Indefinite Integral: INDEFINITE INTEGRAL: If F 0(x) = f(x), we can write this using indefinite integral notation as Z f(x) dx = F (x) + C; where C is a constant called the constant of integration. Note: We call the family of antiderivatives F (x) + C the general antiderivative of f(x). 3 Antiderivatives and Indefinite Integrals: Let us develop some rules for evaluating indefinite integrals (antiderivatives). The first will be the power rule for antiderivatives. This is simply a way of undoing the power rule for derivatives. POWER RULE: For any real number n 6= 1, Z xn+1 xn dx = + C; n + 1 or Z 1 xn dx = · xn+1 + C: n + 1 1.
    [Show full text]