Techniques of Integration

Size: px
Start display at page:

Download "Techniques of Integration"

Transcription

1 8 Techniques of Integration Over the next few sections we examine some techniques that are frequently successful when seeking antiderivatives of functions. Sometimes this is a simple problem, since it will be apparent that the function you wish to integrate is a derivative in some straightforward way. For example, faced with x 0 dx we realize immediately that the derivative of x will supply an x 0 : (x ) = x 0. We don t want the, but constants are easy to alter, because differentiation ignores them in certain circumstances, so d dx x = x0 = x 0. From our knowledge of derivatives, we can immediately write down a number of antiderivatives. Here is a list of those most often used: x n dx = xn+ +C, if n n+ x dx = ln x +C e x dx = e x +C sinxdx = cosx+c 6

2 64 Chapter 8 Techniques of Integration cosxdx = sinx+c sec xdx = tanx+c secxtanxdx = secx+c dx = arctanx+c +x dx = arcsinx+c x º½ ËÙ Ø ØÙØ ÓÒ Needless to say, most problems we encounter will not be so simple. Here s a slightly more complicated example: find xcos(x )dx. This is not a simple derivative, but a little thought reveals that it must have come from an application of the chain rule. Multiplied on the outside is x, which is the derivative of the inside function x. Checking: d dx sin(x ) = cos(x ) d dx x = xcos(x ), so xcos(x )dx = sin(x )+C. Even when the chain rule has produced a certain derivative, it is not always easy to see. Consider this problem: x x dx. There are two factors in this expression, x and x, but it is not apparent that the chain rule is involved. Some clever rearrangement reveals that it is: x x dx = ( ( x) ) ( ( x )) x dx. This looks messy, but we do now have something that looks like the result of the chain rule: the function x has been substituted into (/)( x) x, and the derivative

3 8. Substitution 65 of x, x, multiplied on the outside. If we can find a function F(x) whose derivative is (/)( x) x we ll be done, since then ( d dx F( x ) = xf ( x ) = ( x) ) ( ( x )) x = x x But this isn t hard: ( x) xdx = (x/ x / )dx (8..) = ( x/ ) 5 x5/ +C ( = 5 x ) x / +C. So finally we have x x dx = ( 5 ( x ) ) ( x ) / +C. So we succeeded, but it required a clever first step, rewriting the original function so that it looked like the result of using the chain rule. Fortunately, there is a technique that makes such problems simpler, without requiring cleverness to rewrite a function in just the right way. It does sometimes not work, or may require more than one attempt, but the idea is simple: guess at the most likely candidate for the inside function, then do some algebra to see what this requires the rest of the function to look like. One frequently good guess is any complicated expression inside a square root, so we start by trying u = x, using a new variable, u, for convenience in the manipulations that follow. Now we know that the chain rule will multiply by the derivative of this inner function: du dx = x, so we need to rewrite the original function to include this: x x = x u x x x dx = du u dx dx. Recall that one benefit of the Leibniz notation is that it often turns out that what looks like ordinary arithmetic gives the correct answer, even if something more complicated is

4 66 Chapter 8 Techniques of Integration going on. For example, in Leibniz notation the chain rule is The same is true of our current expression: x dy dx = dy dt dt dx. du x u dx dx = udu. Now we re almost there: since u = x, x = u and the integral is ( u) udu. It s no coincidence that this is exactly the integral we computed in (8..), we have simply renamed the variable u to make the calculations less confusing. Just as before: ( u) udu = ( 5 u ) u / +C. Then since u = x : ( x x dx = 5 ( x ) ) ( x ) / +C. To summarize: if we suspect that a given function is the derivative of another via the chain rule, we let u denote a likely candidate for the inner function, then translate the given function so that it is written entirely in terms of u, with no x remaining in the expression. If we can integrate this new function of u, then the antiderivative of the original function is obtained by replacing u by the equivalent expression in x. Even in simple cases you may prefer to use this mechanical procedure, since it often helps to avoid silly mistakes. For example, consider again this simple problem: xcos(x )dx. Let u = x, then du/dx = x or du = xdx. Since we have exactly xdx in the original integral, we can replace it by du: xcos(x )dx = cosudu = sinu+c = sin(x )+C. This is not the only way to do the algebra, and typically there are many paths to the correct answer. Another possibility, for example, is: Since du/dx = x, dx = du/x, and

5 then the integral becomes xcos(x )dx = xcosu du x = cosudu. 8. Substitution 67 The important thing to remember is that you must eliminate all instances of the original variable x. EXAMPLE 8.. Evaluate (ax+b) n dx, assuming that a and b are constants, a 0, and n is a positive integer. We let u = ax+b so du = adx or dx = du/a. Then (ax+b) n dx = a un du = a(n+) un+ +C = a(n+) (ax+b)n+ +C. EXAMPLE 8.. Evaluate sin(ax+b)dx, assuming that a and b are constants and a 0. Again we let u = ax+b so du = adx or dx = du/a. Then sin(ax+b)dx = a sinudu = a ( cosu)+c = a cos(ax+b)+c. EXAMPLE 8.. Evaluate 4 xsin(x )dx. First we compute the antiderivative, then evaluate the definite integral. Let u = x so du = xdx or xdx = du/. Then xsin(x )dx = sinudu = ( cosu)+c = cos(x )+C. Now 4 xsin(x )dx = cos(x ) 4 = cos(6)+ cos(4). A somewhat neater alternative to this method is to change the original limits to match the variable u. Since u = x, when x =, u = 4, and when x = 4, u = 6. So we can do this: xsin(x )dx = sinudu = (cosu) = cos(6)+ cos(4). 4 An incorrect, and dangerous, alternative is something like this: xsin(x )dx = sinudu = cos(u) = 4 cos(x ) = cos(6)+ cos(4). 4 This is incorrect because sinudumeansthatutakesonvaluesbetweenand4, which is wrong. It is dangerous, because it is very easy to get to the point 4 cos(u) and forget 4

6 68 Chapter 8 Techniques of Integration to substitute x back in for u, thus getting the incorrect answer cos(4)+ cos(). A somewhat clumsy, but acceptable, alternative is something like this: 4 xsin(x )dx = x=4 x= sinudu = cos(u) x=4 x= = cos(x ) 4 = cos(6) + cos(4). EXAMPLE 8..4 Evaluate / /4 cos(πt) sin dt. Let u = sin(πt) so du = πcos(πt)dt or (πt) du/π = cos(πt)dt. We change the limits to sin(π/4) = / and sin(π/) =. Then / /4 cos(πt) sin (πt) dt = / π u du = / π u du = π u = / π + π. Exercises 8.. Find the antiderivatives or evaluate the definite integral in each problem.. ( t) 9 dt. (x +) dx. x(x +) 00 dx 4. dt 5t 5. sin xcosxdx 6. x 00 x dx x dx 8. x sinx dx 0. cos x π sin 5 (x)cos(x)dx. 0 π/ 0 4 xsec (x )tan(x )dx 4. dx 6. (x 7) 6x dx 8. (x 7) /9 sin 7 xdx 0. ( ) cos(πt) cos sin(πt) dt tanxdx sec xtanxdx sin(tanx) cos x dx π/6 0 (cos x sin x)dx (x )(x 4 x) 6 dx f(x)f (x)dx

7 8. Powers of sine and cosine 69 º¾ ÈÓÛ Ö Ó Ò Ò Ó Ò Functions consisting of products of the sine and cosine can be integrated by using substitution and trigonometric identities. These can sometimes be tedious, but the technique is straightforward. Some examples will suffice to explain the approach. EXAMPLE 8.. Evaluate sin 5 xdx. Rewrite the function: sin 5 xdx = sinxsin 4 xdx = sinx(sin x) dx = sinx( cos x) dx. Now use u = cosx, du = sinxdx: sinx( cos x) dx = = ( u ) du ( u +u 4 )du = u+ u 5 u5 +C = cosx+ cos x 5 cos5 x+c. EXAMPLE 8.. Evaluate sin 6 xdx. Use sin x = ( cos(x))/ to rewrite the function: ( cosx) sin 6 xdx = (sin x) dx = dx 8 = cosx+cos x cos xdx. 8 Now we have four integrals to evaluate: dx = x and cosxdx = sinx

8 70 Chapter 8 Techniques of Integration are easy. The cos x integral is like the previous example: cos xdx = cosxcos xdx = = = = cosx( sin x)dx ( u )du ) (u u ( ) sinx sin x. And finally we use another trigonometric identity, cos x = (+cos(x))/: +cos4x cos xdx = dx = ( x+ sin4x ). 4 So at long last we get sin 6 xdx = x 8 6 sinx ( ) sinx sin x + ( x+ sin4x ) +C EXAMPLE 8.. Evaluate sin xcos xdx. Use the formulas sin x = ( cos(x))/ and cos x = (+cos(x))/ to get: cos(x) sin xcos xdx = +cos(x) dx. The remainder is left as an exercise. Exercises 8.. Find the antiderivatives.. sin xdx.. sin 4 xdx cos xdx cos xsin xdx sec xcsc xdx 0. sin xdx cos xsin xdx sin xcos xdx sinx(cosx) / dx tan xsecxdx

9 8. Trigonometric Substitutions 7 º ÌÖ ÓÒÓÑ ØÖ ËÙ Ø ØÙØ ÓÒ So far we have seen that it sometimes helps to replace a subexpression of a function by a single variable. Occasionally it can help to replace the original variable by something more complicated. This seems like a reverse substitution, but it is really no different in principle than ordinary substitution. EXAMPLE 8.. x Evaluate dx. Let x = sinu so dx = cosudu. Then x cos dx = sin ucosudu = ucosudu. We would like to replace cos u by cosu, but this is valid only if cosu is positive, since cos u is positive. Consider again the substitution x = sinu. We could just as well think of this as u = arcsinx. If we do, then by the definition of the arcsine, π/ u π/, so cosu 0. Then we continue: cos ucosudu = +cosu cos udu = = arcsinx + sin(arcsinx) 4 du = u + sinu 4 +C. This is a perfectly good answer, though the term sin(arcsinx) is a bit unpleasant. It is possible to simplify this. Using the identity sinx = sinxcosx, we can write sinu = sinucosu = sin(arcsinx) sin u = x sin (arcsinx) = x x. Then the full antiderivative is +C arcsin x + x x 4 = arcsinx + x x +C. This type of substitution is usually indicated when the function you wish to integrate contains a polynomial expression that might allow you to use the fundamental identity sin x+cos x = in one of three forms: cos x = sin x sec x = +tan x tan x = sec x. If your function contains x, as in the example above, try x = sinu; if it contains +x try x = tanu; and if it contains x, try x = secu. Sometimes you will need to try something a bit different to handle constants other than one.

10 7 Chapter 8 Techniques of Integration 4 9x EXAMPLE 8.. Evaluate dx. We start by rewriting this so that it looks more like the previous example: 4 9x 4( (x/) dx = )dx = (x/) dx. Now let x/ = sinu so (/)dx = cosudu or dx = (/)cosudu. Then (x/) dx = sin u(/)cosudu = 4 cos udu = 4u 6 + 4sinu = arcsin(x/) = arcsin(x/) = arcsin(x/) = arcsin(x/) +C + sinucosu +C + sin(arcsin(x/))cos(arcsin(x/)) + (x/) (x/) + x 4 9x +C, +C +C using some of the work from example x EXAMPLE 8.. Evaluate dx. Let x = tanu, dx = sec udu, so +x sec dx = +tan usec udu = usec udu. Since u = arctan(x), π/ u π/ and secu 0, so sec u = secu. Then sec usec udu = sec udu. In problems of this type, two integrals come up frequently: sec udu and secudu. Both have relatively nice expressions but they are a bit tricky to discover.

11 8. Trigonometric Substitutions 7 First we do secudu, which we will need to compute sec udu: secudu = secu secu+tanu secu+tanu du sec u+secutanu = du. secu+tanu Now let w = secu + tanu, dw = secutanu + sec udu, exactly the numerator of the function we are integrating. Thus sec u+secutanu secudu = du = dw = ln w +C secu+tanu w Now for sec udu: sec u = sec u = sec u + sec u = sec u + secutan u + secu = ln secu+tanu +C. + (tan u+)secu = sec u+secutan u + secu. We already know how to integrate secu, so we just need the first quotient. This is simply a matter of recognizing the product rule in action: sec u+secutan udu = secutanu. So putting these together we get sec udu = secutanu + ln secu+tanu +C, and reverting to the original variable x: +x dx = secutanu + ln secu+tanu = sec(arctanx)tan(arctanx) +C + ln sec(arctanx)+tan(arctanx) = x +x + ln +x +x +C, using tan(arctanx) = x and sec(arctanx) = +tan (arctanx) = +x. +C

12 74 Chapter 8 Techniques of Integration Exercises 8.. Find the antiderivatives.. cscxdx. csc xdx x dx 4. x x dx 6. +x dx dx 0. x (+x ) x dx. x 9+4x dx x x dx 8. x +xdx x 4 x dx x 4x dx º ÁÒØ Ö Ø ÓÒ Ý È ÖØ We have already seen that recognizing the product rule can be useful, when we noticed that sec u+secutan udu = secutanu. As with substitution, we do not have to rely on insight or cleverness to discover such antiderivatives; there is a technique that will often help to uncover the product rule. Start with the product rule: d dx f(x)g(x) = f (x)g(x)+f(x)g (x). We can rewrite this as f(x)g(x) = f (x)g(x)dx+ f(x)g (x)dx, and then f(x)g (x)dx = f(x)g(x) f (x)g(x)dx. This may not seem particularly useful at first glance, but it turns out that in many cases we have an integral of the form f(x)g (x)dx but that f (x)g(x)dx is easier. This technique for turning one integral into another is called integration by parts, and is usually written in more compact form. If we let u = f(x) and v = g(x) then

13 8.4 Integration by Parts 75 du = f (x)dx and dv = g (x)dx and udv = uv vdu. To use this technique we need to identify likely candidates for u = f(x) and dv = g (x)dx. EXAMPLE 8.4. Evaluate xlnxdx. Let u = lnx so du = /xdx. Then we must let dv = xdx so v = x / and xlnxdx = x lnx x x dx = x lnx x dx = x lnx x 4 +C. EXAMPLE 8.4. Evaluate xsinxdx. Let u = x so du = dx. Then we must let dv = sinxdx so v = cosx and xsinxdx = xcosx cosxdx = xcosx+ cosxdx = xcosx+sinx+c. EXAMPLE 8.4. Evaluate sec xdx. Of course we already know the answer to this, but we needed to be clever to discover it. Here we ll use the new technique to discover the antiderivative. Let u = secx and dv = sec xdx. Then du = secxtanxdx and v = tanx and sec xdx = secxtanx tan xsecxdx = secxtanx (sec x )secxdx = secxtanx sec xdx+ secxdx.

14 76 Chapter 8 Techniques of Integration At first this looks useless we re right back to sec xdx. But looking more closely: sec xdx+ sec xdx = secxtanx sec xdx = secxtanx+ sec xdx = secxtanx+ sec xdx = secxtanx = secxtanx + sec xdx+ secxdx secxdx secxdx + ln secx+tanx secxdx +C. EXAMPLE Evaluate x sinxdx. Let u = x, dv = sinxdx; then du = xdx and v = cosx. Now x sinxdx = x cosx + xcosxdx. This is better than the original integral, but we need to do integration by parts again. Let u = x, dv = cosxdx; then du = and v = sinx, and x sinxdx = x cosx+ xcosxdx = x cosx+xsinx sinxdx = x cosx+xsinx+cosx+c. Suchrepeateduseofintegrationbypartsisfairlycommon, butitcanbeabittediousto accomplish, and it is easy to make errors, especially sign errors involving the subtraction in the formula. There is a nice tabular method to accomplish the calculation that minimizes the chance for error and speeds up the whole process. We illustrate with the previous example. Here is the table: sign u dv x sinx x cosx sinx 0 cos x or u dv x x sinx cosx sinx 0 cosx

15 8.4 Integration by Parts 77 To form the first table, we start with u at the top of the second column and repeatedly compute the derivative; starting with dv at the top of the third column, we repeatedly compute the antiderivative. In the first column, we place a in every second row. To form the second table we combine the first and second columns by ignoring the boundary; if you do this by hand, you may simply start with two columns and add a to every second row. To compute with this second table we begin at the top. Multiply the first entry in column u by the second entry in column dv to get x cosx, and add this to the integral of the product of the second entry in column u and second entry in column dv. This gives: x cosx+ xcosxdx, or exactly the result of the first application of integration by parts. Since this integral is not yet easy, we return to the table. Now we multiply twice on the diagonal, (x )( cosx) and ( x)( sinx) and then once straight across, ()( sinx), and combine these as x cosx+xsinx sinxdx, giving the same result as the second application of integration by parts. While this integral iseasy, wemayreturnyetoncemoretothetable. Nowmultiplythreetimesonthediagonal to get (x )( cosx), ( x)( sinx), and ()(cosx), and once straight across, (0)(cosx). We combine these as before to get x cosx+xsinx+cosx+ 0dx = x cosx+xsinx+cosx+c. Typically we would fill in the table one line at a time, until the straight across multiplication gives an easy integral. If we can see that the u column will eventually become zero, we can instead fill in the whole table; computing the products as indicated will then give the entire integral, including the +C, as above. Exercises 8.4. Find the antiderivatives.. xcosxdx.. xe x dx sin xdx 6. x cosxdx xe x dx lnxdx

16 78 Chapter 8 Techniques of Integration 7. xarctanxdx x cosxdx 0.. xsinxcosxdx.. sin( x)dx 4. x sinxdx xsin xdx arctan( x)dx sec xcsc xdx º Ê Ø ÓÒ Ð ÙÒØ ÓÒ A rational function is a fraction with polynomials in the numerator and denominator. For example, x x +x 6, x + (x ), x, are all rational functions of x. There is a general technique called partial fractions that, in principle, allows us to integrate any rational function. The algebraic steps in the technique are rather cumbersome if the polynomial in the denominator has degree more than, and the technique requires that we factor the denominator, something that is not always possible. However, in practice one does not often run across rational functions with high degree polynomials in the denominator for which one has to find the antiderivative function. So we shall explain how to find the antiderivative of a rational function only when the denominator is a quadratic polynomial ax +bx+c. We should mention a special type of rational function that we already know how to integrate: If the denominator has the form (ax + b) n, the substitution u = ax + b will always work. The denominator becomes u n, and each x in the numerator is replaced by (u b)/a, and dx = du/a. While it may be tedious to complete the integration if the numerator has high degree, it is merely a matter of algebra.

17 EXAMPLE 8.5. Find 8.5 Rational Functions 79 x dx. Using the substitution u = x we get ( x) 5 x ( x) 5 dx = = 6 = 6 = 6 ( ) u u 5 du = 6 u 9u +7u 7 du u 5 u 9u +7u 4 7u 5 du ( u 9u + 7u ( ( x) 9( x) ) 7u 4 +C 4 + 7( x) ) 7( x) 4 +C 4 = 6( x) + 9 ( x) 9 6( x) ( x) +C 4 We now proceed to the case in which the denominator is a quadratic polynomial. We can always factor out the coefficient of x and put it outside the integral, so we can assume that the denominator has the form x +bx+c. There are three possible cases, depending on how the quadratic factors: either x +bx+c = (x r)(x s), x +bx+c = (x r), or it doesn t factor. We can use the quadratic formula to decide which of these we have, and to factor the quadratic if it is possible. EXAMPLE 8.5. Determine whether x +x+ factors, and factor it if possible. The quadratic formula tells us that x +x+ = 0 when x = ± 4. Since there is no square root of, this quadratic does not factor. EXAMPLE 8.5. Determine whether x x factors, and factor it if possible. The quadratic formula tells us that x x = 0 when x = ± +4 = ± 5. Therefore x x = ( x + 5 )( x 5 ).

18 80 Chapter 8 Techniques of Integration If x +bx+c = (x r) then we have the special case we have already seen, that can be handled with a substitution. The other two cases require different approaches. If x +bx+c = (x r)(x s), we have an integral of the form p(x) (x r)(x s) dx where p(x) is a polynomial. The first step is to make sure that p(x) has degree less than. x EXAMPLE Rewrite (x )(x+) dxintermsofanintegralwithanumerator that has degree less than. To do this we use long division of polynomials to discover that so x (x )(x+) = x x +x 6 x (x )(x+) dx = = x + 7x 6 x +x 6 = x + x dx+ The first integral is easy, so only the second requires some work. Now consider the following simple algebra of fractions: A x r + B x s = A(x s)+b(x r) (x r)(x s) 7x 6 (x )(x+) dx. 7x 6 (x )(x+), = (A+B)x As Br. (x r)(x s) That is, adding two fractions with constant numerator and denominators (x r) and (x s) produces a fraction with denominator (x r)(x s) and a polynomial of degree less than for the numerator. We want to reverse this process: starting with a single fraction, we want to write it as a sum of two simpler fractions. An example should make it clear how to proceed. x 7x 6 EXAMPLE Evaluate dx. We start by writing (x )(x+) as the sum of two fractions. We want to end up with 7x 6 (x )(x+) = A x + B x+. If we go ahead and add the fractions on the right hand side we get 7x 6 (x )(x+) = (A+B)x+A B. (x )(x+) (x )(x+) So all we need to do is find A and B so that 7x 6 = (A+B)x+A B, which is to say, we need 7 = A+B and 6 = A B. This is a problem you ve seen before: solve a

19 8.5 Rational Functions 8 system of two equations in two unknowns. There are many ways to proceed; here s one: If 7 = A+B then B = 7 A and so 6 = A B = A (7 A) = A 4+A = 5A 4. This is easy to solve for A: A = 8/5, and then B = 7 A = 7 8/5 = 7/5. Thus 7x 6 8 (x )(x+) dx = 5x x+ dx = 8 7 ln x ln x+ +C. The answer to the original problem is now x (x )(x+) dx = x dx+ 7x 6 (x )(x+) dx = x x+ 8 7 ln x ln x+ +C. Now suppose that x +bx+c doesn t factor. Again we can use long division to ensure that the numerator has degree less than, then we complete the square. x+ EXAMPLE Evaluate dx. The quadratic denominator does not x +4x+8 factor. We could complete the square and use a trigonometric substitution, but it is simpler to rearrange the integrand: x+ x +4x+8 dx = x+ x +4x+8 dx x +4x+8 dx. The first integral is an easy substitution problem, using u = x +4x+8: x+ x +4x+8 dx = du u = ln x +4x+8. For the second integral we complete the square: ( (x+ ) x +4x+8 = (x+) +4 = 4 +), making the integral Using u = x+ we get 4 ( x+ 4 ) dx = + 4 ( x+ ) dx. + u + du = arctan The final answer is now x+ x +4x+8 dx = ln x +4x+8 arctan ( x+ ). ( ) x+ +C.

20 8 Chapter 8 Techniques of Integration Exercises 8.5. Find the antiderivatives.. dx. 4 x. dx 4. x +0x+5 x 4 5. dx 6. 4+x x 7. dx 8. 4+x 9. dx 0. x x x 4 4 x dx x 4 x dx x +0x+9 dx x +0x+ dx x +x dx º ÆÙÑ Ö Ð ÁÒØ Ö Ø ÓÒ We have now seen some of the most generally useful methods for discovering antiderivatives, and there are others. Unfortunately, some functions have no simple antiderivatives; in such cases if the value of a definite integral is needed it will have to be approximated. We will see two methods that work reasonably well and yet are fairly simple; in some cases more sophisticated techniques will be needed. Of course, we already know one way to approximate an integral: if we think of the integral as computing an area, we can add up the areas of some rectangles. While this is quite simple, it is usually the case that a large number of rectangles is needed to get acceptable accuracy. A similar approach is much better: we approximate the area under a curve over a small interval as the area of a trapezoid. In figure 8.6. we see an area under a curve approximated by rectangles and by trapezoids; it is apparent that the trapezoids give a substantially better approximation on each subinterval Figure 8.6. Approximating an area with rectangles and with trapezoids. As with rectangles, we divide the interval into n equal subintervals of length x. A typical trapezoid is pictured in figure 8.6.; it has area f(x i)+f(x i+ ) x. If we add up

21 8.6 Numerical Integration 8 the areas of all trapezoids we get f(x 0 )+f(x ) x+ f(x )+f(x ) ( f(x0 ) x+ + f(x n )+f(x n ) x = +f(x )+f(x )+ +f(x n )+ f(x n) ) x. This is usually known as the Trapezoid Rule. For a modest number of subintervals this is not too difficult to do with a calculator; a computer can easily do many subintervals. (x i,f(x i )).....(x i+,f(x i+ )) x i x i+ Figure 8.6. A single trapezoid. In practice, an approximation is useful only if we know how accurate it is; for example, we might need a particular value accurate to three decimal places. When we compute a particular approximation to an integral, the error is the difference between the approximation and the true value of the integral. For any approximation technique, we need an error estimate, a value that is guaranteed to be larger than the actual error. If A is an approximation and E is the associated error estimate, then we know that the true value of the integral is between A E and A + E. In the case of our approximation of the integral, we want E = E( x) to be a function of x that gets small rapidly as x gets small. Fortunately, for many functions, there is such an error estimate associated with the trapezoid approximation. THEOREM 8.6. Suppose f has a second derivative f everywhere on the interval [a,b], and f (x) M for all x in the interval. With x = (b a)/n, an error estimate for the trapezoid approximation is E( x) = b a M( x) = (b a) n M. Let s see how we can use this.

22 84 Chapter 8 Techniques of Integration EXAMPLE 8.6. Approximate 0 e x dx to two decimal places. The second derivative of f = e x is (4x )e x, and it is not hard to see that on [0,], (4x )e x. We begin by estimating the number of subintervals we are likely to need. To get two decimal places of accuracy, we will certainly need E( x) < or () n < (00) < n < n With n = 6, the error estimate is thus /6 < We compute the trapezoid approximation for six intervals: ( f(0) +f(/6)+f(/6)+ +f(5/6)+ f() ) So the true value of the integral is between = and = Unfortunately, the first rounds to 0.74 and the second rounds to 0.75, so we can t be sure of the correct value in the second decimal place; we need to pick a larger n. As it turns out, we need to go to n = to get two bounds that both round to the same value, which turns out to be For comparison, using rectangles to approximate the area gives 0.777, which is considerably less accurate than the approximation using six trapezoids. In practice it generally pays to start by requiring better than the maximum possible error; for example, we might have initially required E( x) < 0.00, or () n < 0.00 (000) < n < n Had we immediately tried n = this would have given us the desired answer. The trapezoid approximation works well, especially compared to rectangles, because the tops of the trapezoids form a reasonably good approximation to the curve when x is fairlysmall. Wecan extendthis idea: what if wetryto approximatethecurve moreclosely,

23 8.6 Numerical Integration 85 by using something other than a straight line? The obvious candidate is a parabola: if we can approximate a short piece of the curve with a parabola with equation y = ax +bx+c, we can easily compute the area under the parabola. There are an infinite number of parabolas through any two given points, but only one through three given points. If we find a parabola through three consecutive points (x i,f(x i )), (x i+,f(x i+ )), (x i+,f(x i+ )) on the curve, it should be quite close to the curve over the whole interval [x i,x i+ ], as in figure If we divide the interval [a,b] into an even number of subintervals, we can then approximate the curve by a sequence of parabolas, each covering two of the subintervals. For this to be practical, we would like a simple formula for the area under one parabola, namely, the parabola through (x i,f(x i )), (x i+,f(x i+ )),and(x i+,f(x i+ )). Thatis,weshouldattempttowritedowntheparabola y = ax +bx +c through these points and then integrate it, and hope that the result is fairly simple. Although the algebra involved is messy, this turns out to be possible. The algebra is well within the capability of a good computer algebra system like Sage, so we will present the result without all of the algebra; you can see how to do it in this Sage worksheet. To find the parabola, we solve these three equations for a, b, and c: f(x i ) = a(x i+ x) +b(x i+ x)+c f(x i+ ) = a(x i+ ) +b(x i+ )+c f(x i+ ) = a(x i+ + x) +b(x i+ + x)+c Not surprisingly, the solutions turn out to be quite messy. Nevertheless, Sage can easily compute and simplify the integral to get xi+ + x x i+ x Now the sum of the areas under all parabolas is ax +bx+cdx = x (f(x i)+4f(x i+ )+f(x i+ )). x (f(x 0)+4f(x )+f(x )+f(x )+4f(x )+f(x 4 )+ +f(x n )+4f(x n )+f(x n )) = x (f(x 0)+4f(x )+f(x )+4f(x )+f(x 4 )+ +f(x n )+4f(x n )+f(x n )). This is just slightly more complicated than the formula for trapezoids; we need to remember the alternating and 4 coefficients; note that n must be even for this to make sense. This approximation technique is referred to as Simpson s Rule. As with the trapezoid method, this is useful only with an error estimate:

24 86 Chapter 8 Techniques of Integration (x i,f(x i )) (x i+,f(x i+ )) x i x i+ x i+ Figure 8.6. A parabola (dashed) approximating a curve (solid). THEOREM 8.6. Suppose f has a fourth derivative f (4) everywhere on the interval [a,b], and f (4) (x) M for all x in the interval. With x = (b a)/n, an error estimate for Simpson s approximation is E( x) = b a 80 M( x)4 = (b a)5 80n 4 M. EXAMPLE Let us again approximate 0 e x dx to two decimal places. The fourth derivative of f = e x is (6x 48x + )e x ; on [0,] this is at most in absolute value. We begin by estimating the number of subintervals we are likely to need. To get two decimal places of accuracy, we will certainly need E( x) < 0.005, but taking a cue from our earlier example, let s require E( x) < 0.00: 80 () n 4 < < n4.86 [4] 00 < n So we try n = 4, since we need an even number of subintervals. Then the error estimate is /80/4 4 < and the approximation is (f(0)+4f(/4)+f(/)+4f(/4)+f()) So the true value of the integral is between = and = , both of which round to 0.75.

25 8.7 Additional exercises 87 Exercises 8.6. In the following problems, compute the trapezoid and Simpson approximations using 4 subintervals, and compute the error estimate for each. (Finding the maximum values of the second and fourth derivatives can be challenging for some of these; you may use a graphing calculator or computer software to estimate the maximum values.) If you have access to Sage or similar software, approximate each integral to two decimal places. You can use this Sage worksheet to get started xdx. x dx 4. dx 6. +x x dx +x 8. x4 +dx x dx x dx x +xdx x +dx +/xdx. UsingSimpson sruleonaparabolaf(x), evenwithjusttwosubintervals, givestheexactvalue of the integral, because the parabolas used to approximate f will be f itself. Remarkably, Simpson s rule also computes the integral of a cubic function f(x) = ax + bx + cx + d exactly. Show this is true by showing that x f(x)dx = x x 0 x 0 (f(x 0)+4f((x 0 +x )/)+f(x )). This does require a bit of messy algebra, so you may prefer to use Sage. º Ø ÓÒ Ð Ü Ö These problems require the techniques of this chapter, and are in no particular order. Some problems may be done in more than one way (t+4) dt. (e t +6)te t dt 4. tantsec tdt 6. dt 8. t(t 4) cost dt 0. sint e t et + dt. t(t 9) / dt sintcostdt t+ t +t+ dt dt (5 t ) / tsec tdt cos 4 tdt

26 88 Chapter 8 Techniques of Integration dt 4. t +t sec t dt 6. (+tant) e t sintdt 8. t dt 0. ( t ) 5/ arctant dt. +4t sin tcos 4 tdt 4. dt 6. t(lnt) t e t dt 8. t +t dt t t +dt (t / +47) tdt t(9+4t ) dt t t +t dt t 6t+9 dt t(lnt) dt t+ t +t dt

Techniques of Integration

Techniques of Integration 0 Techniques of Integration ½¼º½ ÈÓÛ Ö Ó Ò Ò Ó Ò Functions consisting of products of the sine and cosine can be integrated by using substitution and trigonometric identities. These can sometimes be tedious,

More information

Techniques of Integration

Techniques of Integration CHPTER 7 Techniques of Integration 7.. Substitution Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration

More information

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations

Section 4.4. Using the Fundamental Theorem. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 4.4 Using the Fundamental Theorem As we saw in Section 4.3, using the Fundamental Theorem of Integral Calculus reduces the problem of evaluating a

More information

2 Integrating Both Sides

2 Integrating Both Sides 2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

Integrals of Rational Functions

Integrals of Rational Functions Integrals of Rational Functions Scott R. Fulton Overview A rational function has the form where p and q are polynomials. For example, r(x) = p(x) q(x) f(x) = x2 3 x 4 + 3, g(t) = t6 + 4t 2 3, 7t 5 + 3t

More information

Sequences and Series

Sequences and Series Sequences and Series Consider the following sum: 2 + 4 + 8 + 6 + + 2 i + The dots at the end indicate that the sum goes on forever. Does this make sense? Can we assign a numerical value to an infinite

More information

An important theme in this book is to give constructive definitions of mathematical objects. Thus, for instance, if you needed to evaluate.

An important theme in this book is to give constructive definitions of mathematical objects. Thus, for instance, if you needed to evaluate. Chapter 10 Series and Approximations An important theme in this book is to give constructive definitions of mathematical objects. Thus, for instance, if you needed to evaluate 1 0 e x2 dx, you could set

More information

6 Further differentiation and integration techniques

6 Further differentiation and integration techniques 56 6 Further differentiation and integration techniques Here are three more rules for differentiation and two more integration techniques. 6.1 The product rule for differentiation Textbook: Section 2.7

More information

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were: Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that

More information

Differentiation and Integration

Differentiation and Integration This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have

More information

Find all of the real numbers x that satisfy the algebraic equation:

Find all of the real numbers x that satisfy the algebraic equation: Appendix C: Factoring Algebraic Expressions Factoring algebraic equations is the reverse of expanding algebraic expressions discussed in Appendix B. Factoring algebraic equations can be a great help when

More information

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x).

1.7. Partial Fractions. 1.7.1. Rational Functions and Partial Fractions. A rational function is a quotient of two polynomials: R(x) = P (x) Q(x). .7. PRTIL FRCTIONS 3.7. Partial Fractions.7.. Rational Functions and Partial Fractions. rational function is a quotient of two polynomials: R(x) = P (x) Q(x). Here we discuss how to integrate rational

More information

1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives

1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives TRIGONOMETRY Chapter Trigonometry Objectives After studying this chapter you should be able to handle with confidence a wide range of trigonometric identities; be able to express linear combinations of

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

Partial Fractions Examples

Partial Fractions Examples Partial Fractions Examples Partial fractions is the name given to a technique of integration that may be used to integrate any ratio of polynomials. A ratio of polynomials is called a rational function.

More information

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C. Review Solutions MAT V. (a) If u 4 x, then du dx. Hence, substitution implies dx du u + C 4 x + C. 4 x u (b) If u e t + e t, then du (e t e t )dt. Thus, by substitution, we have e t e t dt e t + e t u

More information

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx y 1 u 2 du u 1 3u 3 C

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx y 1 u 2 du u 1 3u 3 C Trigonometric Integrals In this section we use trigonometric identities to integrate certain combinations of trigonometric functions. We start with powers of sine and cosine. EXAMPLE Evaluate cos 3 x dx.

More information

Notes and questions to aid A-level Mathematics revision

Notes and questions to aid A-level Mathematics revision Notes and questions to aid A-level Mathematics revision Robert Bowles University College London October 4, 5 Introduction Introduction There are some students who find the first year s study at UCL and

More information

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx

y cos 3 x dx y cos 2 x cos x dx y 1 sin 2 x cos x dx Trigonometric Integrals In this section we use trigonometric identities to integrate certain combinations of trigonometric functions. We start with powers of sine and cosine. EXAMPLE Evaluate cos 3 x dx.

More information

FACTORING QUADRATICS 8.1.1 and 8.1.2

FACTORING QUADRATICS 8.1.1 and 8.1.2 FACTORING QUADRATICS 8.1.1 and 8.1.2 Chapter 8 introduces students to quadratic equations. These equations can be written in the form of y = ax 2 + bx + c and, when graphed, produce a curve called a parabola.

More information

Approximating functions by Taylor Polynomials.

Approximating functions by Taylor Polynomials. Chapter 4 Approximating functions by Taylor Polynomials. 4.1 Linear Approximations We have already seen how to approximate a function using its tangent line. This was the key idea in Euler s method. If

More information

Lectures 5-6: Taylor Series

Lectures 5-6: Taylor Series Math 1d Instructor: Padraic Bartlett Lectures 5-: Taylor Series Weeks 5- Caltech 213 1 Taylor Polynomials and Series As we saw in week 4, power series are remarkably nice objects to work with. In particular,

More information

Euler s Formula Math 220

Euler s Formula Math 220 Euler s Formula Math 0 last change: Sept 3, 05 Complex numbers A complex number is an expression of the form x+iy where x and y are real numbers and i is the imaginary square root of. For example, + 3i

More information

Factoring Polynomials

Factoring Polynomials Factoring Polynomials Hoste, Miller, Murieka September 12, 2011 1 Factoring In the previous section, we discussed how to determine the product of two or more terms. Consider, for instance, the equations

More information

Chapter 11. Techniques of Integration

Chapter 11. Techniques of Integration Chapter Techniques of Integration Chapter 6 introduced the integral. There it was defined numerically, as the limit of approximating Riemann sums. Evaluating integrals by applying this basic definition

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Tips for Solving Mathematical Problems

Tips for Solving Mathematical Problems Tips for Solving Mathematical Problems Don Byrd Revised late April 2011 The tips below are based primarily on my experience teaching precalculus to high-school students, and to a lesser extent on my other

More information

Solving Cubic Polynomials

Solving Cubic Polynomials Solving Cubic Polynomials 1.1 The general solution to the quadratic equation There are four steps to finding the zeroes of a quadratic polynomial. 1. First divide by the leading term, making the polynomial

More information

4.3 Lagrange Approximation

4.3 Lagrange Approximation 206 CHAP. 4 INTERPOLATION AND POLYNOMIAL APPROXIMATION Lagrange Polynomial Approximation 4.3 Lagrange Approximation Interpolation means to estimate a missing function value by taking a weighted average

More information

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm.

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm. PRACTICE FINAL Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 1cm. Solution. Let x be the distance between the center of the circle

More information

Calculus 1: Sample Questions, Final Exam, Solutions

Calculus 1: Sample Questions, Final Exam, Solutions Calculus : Sample Questions, Final Exam, Solutions. Short answer. Put your answer in the blank. NO PARTIAL CREDIT! (a) (b) (c) (d) (e) e 3 e Evaluate dx. Your answer should be in the x form of an integer.

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series In the preceding section we were able to find power series representations for a certain restricted class of functions. Here we investigate more general problems: Which functions

More information

3.2 The Factor Theorem and The Remainder Theorem

3.2 The Factor Theorem and The Remainder Theorem 3. The Factor Theorem and The Remainder Theorem 57 3. The Factor Theorem and The Remainder Theorem Suppose we wish to find the zeros of f(x) = x 3 + 4x 5x 4. Setting f(x) = 0 results in the polynomial

More information

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

Partial Fractions. p(x) q(x)

Partial Fractions. p(x) q(x) Partial Fractions Introduction to Partial Fractions Given a rational function of the form p(x) q(x) where the degree of p(x) is less than the degree of q(x), the method of partial fractions seeks to break

More information

The Deadly Sins of Algebra

The Deadly Sins of Algebra The Deadly Sins of Algebra There are some algebraic misconceptions that are so damaging to your quantitative and formal reasoning ability, you might as well be said not to have any such reasoning ability.

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... Introduction... Integer Exponents... Rational Exponents... 9 Real Exponents...5 Radicals...6 Polynomials...5

More information

GRE Prep: Precalculus

GRE Prep: Precalculus GRE Prep: Precalculus Franklin H.J. Kenter 1 Introduction These are the notes for the Precalculus section for the GRE Prep session held at UCSD in August 2011. These notes are in no way intended to teach

More information

Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123

Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123 Algebra Eponents Simplify each of the following as much as possible. 1 4 9 4 y + y y. 1 5. 1 5 4. y + y 4 5 6 5. + 1 4 9 10 1 7 9 0 Absolute Value Evaluate 5 and 1. Eliminate the absolute value bars from

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

2.2 Separable Equations

2.2 Separable Equations 2.2 Separable Equations 73 2.2 Separable Equations An equation y = f(x, y) is called separable provided algebraic operations, usually multiplication, division and factorization, allow it to be written

More information

Examples of Tasks from CCSS Edition Course 3, Unit 5

Examples of Tasks from CCSS Edition Course 3, Unit 5 Examples of Tasks from CCSS Edition Course 3, Unit 5 Getting Started The tasks below are selected with the intent of presenting key ideas and skills. Not every answer is complete, so that teachers can

More information

Partial Fractions. (x 1)(x 2 + 1)

Partial Fractions. (x 1)(x 2 + 1) Partial Fractions Adding rational functions involves finding a common denominator, rewriting each fraction so that it has that denominator, then adding. For example, 3x x 1 3x(x 1) (x + 1)(x 1) + 1(x +

More information

Nonhomogeneous Linear Equations

Nonhomogeneous Linear Equations Nonhomogeneous Linear Equations In this section we learn how to solve second-order nonhomogeneous linear differential equations with constant coefficients, that is, equations of the form ay by cy G x where

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved.

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved. 5.3 SOLVING TRIGONOMETRIC EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Use standard algebraic techniques to solve trigonometric equations. Solve trigonometric equations

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

REVIEW EXERCISES DAVID J LOWRY

REVIEW EXERCISES DAVID J LOWRY REVIEW EXERCISES DAVID J LOWRY Contents 1. Introduction 1 2. Elementary Functions 1 2.1. Factoring and Solving Quadratics 1 2.2. Polynomial Inequalities 3 2.3. Rational Functions 4 2.4. Exponentials and

More information

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS

SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS (Section 0.6: Polynomial, Rational, and Algebraic Expressions) 0.6.1 SECTION 0.6: POLYNOMIAL, RATIONAL, AND ALGEBRAIC EXPRESSIONS LEARNING OBJECTIVES Be able to identify polynomial, rational, and algebraic

More information

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y).

INTERPOLATION. Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 =0, x 1 = π 4, x

More information

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11}

Mathematics Pre-Test Sample Questions A. { 11, 7} B. { 7,0,7} C. { 7, 7} D. { 11, 11} Mathematics Pre-Test Sample Questions 1. Which of the following sets is closed under division? I. {½, 1,, 4} II. {-1, 1} III. {-1, 0, 1} A. I only B. II only C. III only D. I and II. Which of the following

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

Zeros of a Polynomial Function

Zeros of a Polynomial Function Zeros of a Polynomial Function An important consequence of the Factor Theorem is that finding the zeros of a polynomial is really the same thing as factoring it into linear factors. In this section we

More information

INTEGRATING FACTOR METHOD

INTEGRATING FACTOR METHOD Differential Equations INTEGRATING FACTOR METHOD Graham S McDonald A Tutorial Module for learning to solve 1st order linear differential equations Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

More information

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3

x(x + 5) x 2 25 (x + 5)(x 5) = x 6(x 4) x ( x 4) + 3 CORE 4 Summary Notes Rational Expressions Factorise all expressions where possible Cancel any factors common to the numerator and denominator x + 5x x(x + 5) x 5 (x + 5)(x 5) x x 5 To add or subtract -

More information

2.3. Finding polynomial functions. An Introduction:

2.3. Finding polynomial functions. An Introduction: 2.3. Finding polynomial functions. An Introduction: As is usually the case when learning a new concept in mathematics, the new concept is the reverse of the previous one. Remember how you first learned

More information

The Derivative. Philippe B. Laval Kennesaw State University

The Derivative. Philippe B. Laval Kennesaw State University The Derivative Philippe B. Laval Kennesaw State University Abstract This handout is a summary of the material students should know regarding the definition and computation of the derivative 1 Definition

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

Polynomials. Dr. philippe B. laval Kennesaw State University. April 3, 2005

Polynomials. Dr. philippe B. laval Kennesaw State University. April 3, 2005 Polynomials Dr. philippe B. laval Kennesaw State University April 3, 2005 Abstract Handout on polynomials. The following topics are covered: Polynomial Functions End behavior Extrema Polynomial Division

More information

Factoring Polynomials and Solving Quadratic Equations

Factoring Polynomials and Solving Quadratic Equations Factoring Polynomials and Solving Quadratic Equations Math Tutorial Lab Special Topic Factoring Factoring Binomials Remember that a binomial is just a polynomial with two terms. Some examples include 2x+3

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

The Mathematics Diagnostic Test

The Mathematics Diagnostic Test The Mathematics iagnostic Test Mock Test and Further Information 010 In welcome week, students will be asked to sit a short test in order to determine the appropriate lecture course, tutorial group, whether

More information

1.3 Algebraic Expressions

1.3 Algebraic Expressions 1.3 Algebraic Expressions A polynomial is an expression of the form: a n x n + a n 1 x n 1 +... + a 2 x 2 + a 1 x + a 0 The numbers a 1, a 2,..., a n are called coefficients. Each of the separate parts,

More information

Determinants can be used to solve a linear system of equations using Cramer s Rule.

Determinants can be used to solve a linear system of equations using Cramer s Rule. 2.6.2 Cramer s Rule Determinants can be used to solve a linear system of equations using Cramer s Rule. Cramer s Rule for Two Equations in Two Variables Given the system This system has the unique solution

More information

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5.

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include 2 + 5. PUTNAM TRAINING POLYNOMIALS (Last updated: November 17, 2015) Remark. This is a list of exercises on polynomials. Miguel A. Lerma Exercises 1. Find a polynomial with integral coefficients whose zeros include

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

SOLVING QUADRATIC EQUATIONS - COMPARE THE FACTORING ac METHOD AND THE NEW DIAGONAL SUM METHOD By Nghi H. Nguyen

SOLVING QUADRATIC EQUATIONS - COMPARE THE FACTORING ac METHOD AND THE NEW DIAGONAL SUM METHOD By Nghi H. Nguyen SOLVING QUADRATIC EQUATIONS - COMPARE THE FACTORING ac METHOD AND THE NEW DIAGONAL SUM METHOD By Nghi H. Nguyen A. GENERALITIES. When a given quadratic equation can be factored, there are 2 best methods

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4) ROOTS OF POLYNOMIAL EQUATIONS In this unit we discuss polynomial equations. A polynomial in x of degree n, where n 0 is an integer, is an expression of the form P n (x) =a n x n + a n 1 x n 1 + + a 1 x

More information

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11.

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11. 9. POLYNOMIALS 9.1. Definition of a Polynomial A polynomial is an expression of the form: a(x) = a n x n + a n-1 x n-1 +... + a 1 x + a 0. The symbol x is called an indeterminate and simply plays the role

More information

Homework # 3 Solutions

Homework # 3 Solutions Homework # 3 Solutions February, 200 Solution (2.3.5). Noting that and ( + 3 x) x 8 = + 3 x) by Equation (2.3.) x 8 x 8 = + 3 8 by Equations (2.3.7) and (2.3.0) =3 x 8 6x2 + x 3 ) = 2 + 6x 2 + x 3 x 8

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as + for any

More information

Derive 5: The Easiest... Just Got Better!

Derive 5: The Easiest... Just Got Better! Liverpool John Moores University, 1-15 July 000 Derive 5: The Easiest... Just Got Better! Michel Beaudin École de Technologie Supérieure, Canada Email; mbeaudin@seg.etsmtl.ca 1. Introduction Engineering

More information

0.8 Rational Expressions and Equations

0.8 Rational Expressions and Equations 96 Prerequisites 0.8 Rational Expressions and Equations We now turn our attention to rational expressions - that is, algebraic fractions - and equations which contain them. The reader is encouraged to

More information

Estimating the Average Value of a Function

Estimating the Average Value of a Function Estimating the Average Value of a Function Problem: Determine the average value of the function f(x) over the interval [a, b]. Strategy: Choose sample points a = x 0 < x 1 < x 2 < < x n 1 < x n = b and

More information

Separable First Order Differential Equations

Separable First Order Differential Equations Separable First Order Differential Equations Form of Separable Equations which take the form = gx hy or These are differential equations = gxĥy, where gx is a continuous function of x and hy is a continuously

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

Core Maths C1. Revision Notes

Core Maths C1. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Indices... Rules of indices... Surds... 4 Simplifying surds... 4 Rationalising the denominator... 4 Quadratic functions... 4 Completing the

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

4 More Applications of Definite Integrals: Volumes, arclength and other matters

4 More Applications of Definite Integrals: Volumes, arclength and other matters 4 More Applications of Definite Integrals: Volumes, arclength and other matters Volumes of surfaces of revolution 4. Find the volume of a cone whose height h is equal to its base radius r, by using the

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

Core Maths C3. Revision Notes

Core Maths C3. Revision Notes Core Maths C Revision Notes October 0 Core Maths C Algebraic fractions... Cancelling common factors... Multipling and dividing fractions... Adding and subtracting fractions... Equations... 4 Functions...

More information

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals ALGEBRA REVIEW LEARNING SKILLS CENTER The "Review Series in Algebra" is taught at the beginning of each quarter by the staff of the Learning Skills Center at UC Davis. This workshop is intended to be an

More information

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given.

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Polynomials (Ch.1) Study Guide by BS, JL, AZ, CC, SH, HL Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Sasha s method

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions Objectives: 1.Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions 2.Find rational zeros of polynomial functions 3.Find conjugate

More information

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers. Math 0980 Chapter Objectives Chapter 1: Introduction to Algebra: The Integers. 1. Identify the place value of a digit. 2. Write a number in words or digits. 3. Write positive and negative numbers used

More information

Algebra Practice Problems for Precalculus and Calculus

Algebra Practice Problems for Precalculus and Calculus Algebra Practice Problems for Precalculus and Calculus Solve the following equations for the unknown x: 1. 5 = 7x 16 2. 2x 3 = 5 x 3. 4. 1 2 (x 3) + x = 17 + 3(4 x) 5 x = 2 x 3 Multiply the indicated polynomials

More information