Ordinary Differential Equations

Size: px
Start display at page:

Download "Ordinary Differential Equations"

Transcription

1 Ordinary Differential Equations Henry Liu, 22 December 2008 An ordinary differential equation (ODE) is an equation which relates two variables, say, x and y, and derivatives, d2 y, d3 y,.... If dn y is highest ordered derivative, then the 2 3 n ODE has n th order. To solve an ODE means that we would like to find an equation linking y and x, without derivatives. Whenever possible, one should try and get y explicitly in terms of x, although this is sometimes not easy. If we are asked for a general solution, then we have to determine the form of all possible solutions, and we will have arbitrary constants (such as A, B, C,... ) involved. If we are given more information (such as y =? when x =? ), then we can determine the solution more specifically, by determining the arbitrary constant(s) in the general solution. Such a solution is called a particular solution. We shall discuss five types of ODEs. Three of these types will be of first order, and the other two types will be of second order.. First Order, Variable Separable ODEs If it is possible to rearrange a given first ordered ODE so that terms involving x are on one side, and terms involving y are on the other side, then the ODE is variable separable. We may then solve such an ODE by integrating both sides, after rearranging. Example. Find the general solution to = e3y sin x. Also, find the particular solution where y = 0 when x = π. Solution. The given ODE can be rearranged to e 3y = sin x. Integrating both sides, we have e 3y = sin x 3 e 3y = cos x + C e 3y = 3 cos x + D where D = 3C 3y = ln(3 cos x + D) y = ln(3 cos x + D), 3 which is the general solution.

2 For the particular solution, we substitute y = 0 and x = π to find D. We have 0 = ln(3 cos π + D) 3 0 = ln( 3 + D) = 3 + D 4 = D. The particular solution is y = ln(3 cos x + 4) Solving First Order ODEs with the Integrating Factor Method If we have an ODE in the form + yp (x) = Q(x), () where P (x) and Q(x) are given function of x, then we may solve the ODE () as follows. Let R(x) = e P (x), where we ignore the arbitrary constant in the integral. Note that dr = e P (x) P (x) = R(x)P (x). Now, observe that, by the product rule, we have d dr [yr(x)] = R(x) + y d [yr(x)] = R(x) + yp (x)r(x). (2) So, if we multiply each term of () by R(x), and then applying (2), we find that R(x) + yp (x)r(x) = Q(x)R(x) d [yr(x)] = Q(x)R(x). (3) Hence, if we integrate both sides of (3) with respect to x, and then divide by R(x), we will have solved the ODE (). The function R(x) = e P (x) is called the integrating factor (IF), and this method is known as the integrating factor method. So, to summarise in a more compact form, if we are given an ODE and we can rearrange it to the form + yp (x) = Q(x), then the procedure to solving it is as follows. Find the integrating factor (IF) R(x) = e P (x) (ignore the constant of integration). Then, write down the equation d [yr(x)] = Q(x)R(x). 2

3 Finally, integrate both sides with respect to x, and then divide by R(x). Example 2. Find the general solution to x 2y = x3 +. Also, find the particular solution where y() = 3 2. Solution. The given ODE can be rearranged to So, the IF is 2 x y = x2 + x. R(x) = e 2 x = e 2 ln x = (e ln x ) 2 = x 2 = x 2. So, we have d ( [yx 2 ] = x 2 + ) x 2 = + x 3 x yx 2 = ( + x 3 ) = x 2 x 2 + C y = x Cx2, which is the general solution. For the particular solution, we substitute y = = C 2 C =. The particular solution is y = x x2. 3. Homogeneous First Order ODEs A first ordered ODE is called homogeneous if it is of the form ( y ) = f x for some function f. For example, the ODE (2x y) = 2y x. is homogeneous, since it can be written as = 2( y ) x 2 y. x 3 and x = to find C. We have

4 We can solve a homogeneous ODE as follows. Making the substitution y = vx and using the product rule, we have f(v) = = xdv + v, which is now a variable separable ODE between v and x. Indeed, we have f(v) v dv = + C. x We can then find v in terms of x, and substituting v = y back into the solution then x gives y in terms of x. Example 3. Find the general solution to (2x y) = 2y x. Solution. As we have alrea seen, we can re-write the ODE as = 2( y ) x 2 y. x so that it is homogeneous. So, let y = vx, so that = x dv + v. Hence, x dv + v = 2v 2 v x dv = 2v 2 v 2 v v 2 dv = x v = 2v v(2 v) 2 v = v2 2 v We can find the integral on the left by the usual partial fractions method: write 2 v v 2 = A v + B v +, and solve for A and B. We find that A = and B = 3. So, v v 2 dv = 2 v dv 3 2 v + dv 2 ln v 3 ln v + = 2 ln = 2 ln v 3 ln v + 2 = ln x + C x v v + 3 = 2 ln x + 2C = ln(dx2 ), where 2C = ln D v v + 3 = Dx2. 4

5 So, replacing v with y x gives y x y x + 3 = Dx2, or y x = Dx 2 y x + 3. We cannot really simplify much further, but if we were given that y x, then the two terms inside the modulus signs are non-negative, and we can ti up slightly to y x = D(y + x) 3. There are some further examples of ODEs which can be solved by this method, if one makes a change of coordinates. Example 4. Find the general solution to the ODE = x + y 3x y + 5. Solution. For this, we cannot quite use the previous method directly. We consider the simultaneous equations x + y = 0, 3x y + 5 = 0. These represent two lines in the (x, y)-plane which are not parallel, and hence they meet at a point. Solving the system, we easily find that x = and y = 2. So, we make the substitution X = x + and Y = y 2. This gives us dy dx = = x + y 3x y + 5 (X ) + (Y + 2) = 3(X ) (Y + 2) + 5 = X + Y 3X Y = + Y X. 3 Y X From here, we can proceed as before. Letting Y = vx, we again have X dv dx = + v 3 v 3 v (v ) 2 dv = X dx. v = + v v(3 v) 3 v = 2v + v2 3 v = (v )2 3 v Again, we must split 3 v (v ) 2 into partial fractions. Writing 3 v (v ) = A 2 v + B (v ) 2 and solving for A and B, we have A = and B = 2. So, 3 v (v ) dv = 2 v dv + 2 dv = ln v 2(v ) (v ) 2 5

6 ln v 2(v ) = dx = ln X + C X 2(v ) = ln X + ln D + ln v = ln(d X v ) = ln(d Xv X ), where C = ln D 2 = ln(d Y X ) Y X 2X = ln(d Y X ) Y X 2(x + ) = ln(d (y 2) (x + ) ) (y 2) (x + ) 2(x + ) = ln(d y x 3 ), y x 3 which is very much as simple as possible. What if the simultaneous equations have no solutions? That is, what if the corresponding lines are parallel? This turns out to be fairly straightforward. We just make a slightly different substitution. Example 5. Find the general solution to the ODE = 3x + 2y + 3x + 2y + 6. Solution. The lines 3x + 2y + = 0 and 3x + 2y + 6 = 0 are parallel, so we cannot use the same method as in the previous example. But, we can just substitute z for either 3x+2y + or 3x+2y +6. Say, z = 3x+2y +. Then, dz = 3+2, and then substituting the given ODE into this will give us a variable separable equation. We have, dz + 2y + = x 3x + 2y + 6 = 3 + 2z z + 5 z + 5 5z + 5 dz = = x + C. We can write so that = 3(z + 5) + 2z z + 5 z + 5 5z + 5 = ( z + 5 ) = ( + 2 ), 5 z z + 3 ( ) dz = x + C z + 3 (z + 2 ln z + 3 ) 5 = x + C z + ln[(z + 3) 2 ] = 5x + D, where D = 5C 3x + 2y + + ln[(3x + 2y + + 3) 2 ] = 5x + D = 5z + 5 z + 5 2x + 2y + ln[(3x + 2y + 4) 2 ] = E, where E = D. 6

7 4. Second Order ODEs with Constant Coefficients We shall describe the method of how to solve an ODE of the form a d2 y + b + cy = f(x), (4) 2 where a, b and c are given, real constants, with a 0, and f(x) is a given function of x, called the forcing function of the ODE. We first consider the case f(x) 0. That is, a d2 y + b + cy = 0. (5) 2 In this case, the ODE is said to be homogeneous. To solve (5), we write out the auxiliary equation aλ 2 + bλ + c = 0, (6) and solve it (either by factorisation, or by the quadratic formula). There are then three possible forms of the general solution to (5), depending on the solutions of (6) If the solutions of (6) are two distinct real roots λ and λ 2, then the general solution to (5) is y = Ae λ x + Be λ 2x. If the solution of (6) is one (repeated) real root λ, then the general solution to (5) is y = (Ax + B)e λ x. If the solutions of (6) are two complex conjugate roots p + iq and p iq, then the general solution to (5) is y = e px (A sin qx + B cos qx). In each case, A and B are arbitrary constants (as usual). Example 6. The general solutions to are, respectively 2 3y = 0, 2 9d2 y y = 0, y = 0 y = Ae 3x + Be x, y = (Ax + B)e x/3, y = e 2x (A sin 3x + B cos 3x). Now, we go back to the ODE (4). The solution will be made up of two parts. One part, called the complementary function (CF), is obtained by solving the corresponding ODE (5). The other part, called the particular integral (PI), is obtained by looking at the function f(x) in (4). The PI takes a form rather similar to f(x), and we will have to 7

8 determine some unknown constants to find it. We shall write y c and for the CF and PI respectively. The final solution to (4) is then y = y c +. The most well-known examples of f(x) are when it involves a polynomial, an exponential, a trig function: sine or cosine, or a combination of these. We now look at plenty of examples. Example 7. Find the general solution of y = 2e3x. Solution. For the CF, we solve d2 y + 2 8y = 0, and as before, we find the solution 2 y c = Ae 2x + Be 4x. For the PI, we see the forcing function 2e 3x on the right hand side of the ODE. So, we try a solution of the form = αe 3x, and determine α. To find α, we use the given ODE. Firstly, y p = 3αe 3x, and y p = 9αe 3x. Substituting these into the ODE, we get 9αe 3x + 2 3αe 3x 8αe 3x = 2e 3x 7α = 2 α = 2 7. So, = 2 7 e3x. The final, general solution, is y = Ae 2x + Be 4x e3x. In general, we try = αe kx and solve for α, if we have the forcing function ce kx. But, ce kx must not be part of the CF. In Example 7, this method would fail if 2e 3x is replaced by a function of the form ce 2x, or de 4x. We will come back to this problem in Examples 0 and. Example 8. Find the general solution of y = 3 sin 2x. 2 Solution. For the CF, same as before. We find that y c = (Ax + B)e 5x. For the PI, seeing the forcing function 3 sin 2x on the right, we try = α sin 2x + β cos 2x, and determine α and β. We do the same thing as before. = 2α cos 2x 2β sin 2x, = 4α sin 2x 4β cos 2x. Substituting these into the ODE, we get 4α sin 2x 4β cos 2x 0(2α cos 2x 2β sin 2x) + 25(α sin 2x + β cos 2x) = 3 sin 2x. 8

9 We balance out the sin and cos terms. Collecting up the sin terms, we find Collecting up the cos terms, we find 4α + 20β + 25α = 3, or, 2α + 20β = 3 (7) 4β + 20α + 25β = 0, or, 20α + 2β = 0 (8) Now, solve the simultaneous equations (7) and (8). We find that α = and β =. 4 4 For example, we can do this by subtracting (8) from (7), which gives α β = 3. Hence, 20α 20β = 60. Adding this to (7) gives 4α = 63, so α = 63. Then, β = α 3 = = So, = sin 2x cos 2x. The final, general solution, is 4 4 y = (Ax + B)e 5x sin 2x cos 2x. 4 4 In general, if we see the forcing function c sin kx + d cos kx, we try = α sin kx + β cos kx, and find α and β as above. But, there is an exception: If the auxiliary equation gives the complex roots ±iq, giving the CF A sin qx + B cos qx, and the forcing function contains sin qx or cos qx. We need to use something else for the PI in this case. We will see an example of this situation in Example 2. Example 9. Find the general solution of y = 34x2 + 2x 5. Solution. For the CF, again same as before. We find that y c = e 4x (A sin x + B cos x). For the PI, we see the forcing function 34x 2 + 2x 5 on the right, a polynomial of degree 2. We try = αx 2 + βx + γ, another polynomial of degree 2, and determine α, β and γ. We use a procedure similar to the last example. Substituting these into the ODE, we get = 2αx + β, and = 2α. 2α 8(2αx + β) + 7(αx 2 + βx + γ) = 34x 2 + 2x 5. We equate the coefficients of x 2, x, and the constant terms. Collecting up the x 2 terms, we find 7α = 34 α = 2. Collecting up the x terms, we find 6α + 7β = 2 7β = 2 + 6α = 34 β = 2. Equating the constants, we find 2α 8β + 7γ = 5 7γ = 5 2α + 8β = = 7 γ =

10 So, = 2x 2 + 2x + 7. The final, general solution, is 7 y = e 4x (A sin x + B cos x) + 2x 2 + 2x In general, if we see a polynomial a n x n + a n x n + + a x + a 0 for the forcing function, we try = α n x n + α n x n + + α x + α 0, and find α n, α n,..., α, α 0 with the above method. Example 0. Find the general solution of 2 d2 y 2 6y = 2e2x. Solution. As in Example 7, the CF is y c = Ae 2x + Be 3 2 x. For the PI, we cannot try = αe 2x, because this is in the form of the CF. Instead, we simply multiply by an extra x, and use = αxe 2x. We then just carry on as before. By the product rule, = αe 2x + 2αxe 2x, = 2αe 2x + 2αe 2x + 4αxe 2x = 4αe 2x + 4αxe 2x. Substituting these into the ODE, and then cancelling out e 2x from every term, we get 2(4α + 4αx) (α + 2αx) 6αx = 2 8α + 8αx α 2αx 6αx = 2 7α = 2 α = 2 7. So, = 2 7 xe2x. The final, general solution, is y = Ae 2x + Be 3 2 x xe2x. In general, we try = αxe kx and solve for α, if we see the forcing function ce kx, and ce kx clashes with the CF like in this example. Example. Find the general solution of y = 3e4x. Solution. As before, the CF is y c = (Ax + B)e 4x. For the PI, we cannot try = αe 4x, and not even = αxe 4x. Both of these are in the form of the CF. So, we simply try = αx 2 e 4x. As before, = 2αxe 4x + 4αx 2 e 4x, = 2αe 4x + 8αxe 4x + 8αxe 4x + 6αx 2 e 4x = 2αe 4x + 6αxe 4x + 6αx 2 e 4x. 0

11 Substituting these into the ODE and cancelling e 4x, we get 2α + 6αx + 6αx 2 8(2αx + 4αx 2 ) + 6αx 2 = 3 2α = 3 α = 3 2. So, = 3 2 x2 e 4x. The final, general solution, is y = (Ax + B)e 4x x2 e 4x. In general, we try = αx 2 e kx and solve for α, if we see the forcing function ce kx, and ce kx clashes with the CF like in this example. Example 2. Find the general solution of + 9y = 2 cos 3x. 2 Solution. As before, the CF is y c = A sin 3x + B cos 3x. For the PI, we cannot try = α sin 3x + β cos 3x, because this is in the form of the CF. Instead, we simply multiply by an extra x, and use = x(α sin 3x + β cos 3x). We then just carry on as before. By the product rule, = α sin 3x + β cos 3x + x(3α cos 3x 3β sin 3x), = 3α cos 3x 3β sin 3x + 3α cos 3x 3β sin 3x + x( 9α sin 3x 9β cos 3x) = 6α cos 3x 6β sin 3x 9x(α sin 3x + β cos 3x). Substituting these into the ODE, and collecting the sin terms, we get Collecting the cos terms, we get 6β 9xα + 9xα = 0 β = 0. 6α 9xβ + 9xβ = 2 β = 3. So, = x cos 3x. The final, general solution, is 3 y = A sin 3x + B cos 3x + x cos 3x. 3 In general, we try = x(α sin 3x + β cos 3x) and solve for α and β, if we see the forcing function c sin kx + d cos kx, and this clashes with the CF like in this example. Example 3. Find the general solution of 3 d2 y 2 + 4y = e2x (50x 3 + x). Solution. As before, the CF is y c = Ae 4x + Be 3 x. For the PI, we see the forcing function e 2x (50x 3 + x). This is an exponential

12 multiplied by a polynomial, and we can proceed as follows. We make the substitution y = e 2x z, and we will find an ODE relating z and x. By the product rule, we have = 2e2x z + e, = 2 4e2x 2x dz z + 2e 2x dz dz + 2e2x + d2 z e2x = 2 4e2x 2x dz z + 4e + d2 z e2x. 2 Substituting these into the ODE, we find that all the e 2x terms will cancel. We get ( 3 4z + 4 dz + d2 z ) ( + 2z + dz ) 2 4z = 50x 3 + x 3 d2 z dz z = 50x3 + x. (9) Now, we go on to find the PI of the ODE (9), just like in Example 9 (We do not need to worry about finding the CF of this ODE). So, try z p = αx 3 + βx 2 + γx + δ. Then z p = 3αx 2 + 2βx + γ, and z p = 6αx + 2β. Substituting into (9), and equating the coefficients of x 3, we get Equating the coefficients of x 2, we find 30α = 50 α = α + 30β = 0 30β = 69α = 69.5 = 345 β = = Equating the coefficients of x, we find ( 3.6α β + 30γ = 30γ = 8α 46β = Equating the constants, we find γ = = 5. ( 3.2β + 23γ + 30δ = 0 30δ = 6β 23γ = 6 δ = = ) = ) 23.5 = This gives = e 2x z p = e 2x (5x x2 + 5x 46 ). The final, general solution, is 5 ( y = Ae 4x + Be 3 x + e 2x 5x x2 + 5x 46 ). 5 In general, if we see a forcing function of the form e kx (polynomial in x), then we use this method of substituting y = e kx z to find the PI. 2

13 Example 4. Find the general solution of 3 + 2y = 2x + cosh x. 2 Solution. As before, the CF is y c = Ae x + Be 2x. With a combination of functions for the forcing function, we simply try a PI which is a combination. We have 2x + cosh x = 2x + 2 ex + 2 e x. For 2x, we try αx + β. For 2 ex, we try γxe x (since γe x clashes with the CF). For 2 e x we try δe x. So, for the PI, we try = αx + β + γxe x + δe x. We use the same procedure to find α, β, γ and δ, by comparing the like terms. We have = α + γe x + γxe x δe x, = γe x + γe x + γxe x + δe x = 2γe x + γxe x + δe x. We substitute these into the ODE and compare the like terms. Comparing the coefficients of x, we find that 2α = 2, so α =. Then, comparing the constant terms, we find that 3α + 2β = 0, so that 2β = 3α = 3, so β = 3 2. Now, comparing the ex terms, we find that 2γ + γx 3(γ + γx) + 2γx = 2 Comparing the e x terms, we find that γ = 2 γ = 2. δ 3( δ) + 2δ = 2 6δ = 2 δ = 2. So, = x xex + 2 e x. The final, general solution, is y = Ae x + Be 2x + x xex + 2 e x. Finally, as before, we can find the particular solution of a second order ODE, if we are given more information. We will need two pieces of information if we want to find a particular solution exactly, since there are two arbitrary constants in the general solution. Example 5. Find the particular solution of the ODE of Example 7: if y(0) = and y (0) = y = 2e3x, Solution. We have alrea seen that the general solution is y = Ae 2x + Be 4x e3x. Using y(0) =, we have = A + B + 2, so A + B = 5. Now, 7 7 y = 2Ae 2x 4Be 4x e3x (by differentiating the general solution), so y (0) = 2 gives 2 = 2A 4B + 6, so 7 2A 4B = 20, so A 2B = 0. So, solving 7 7 A + B = 5 7, A 2B = 0 7 3

14 simultaneously, we find that A = 0 and B = 5. Hence, the particular solution is 7 y = 5 7 e 4x e3x. 5. Second Order ODEs with Variable Coefficients We now look at some second ordered ODEs with variable coefficients. We will specifically consider those of the form ax 2 d2 y + bx + cy = f(x), (0) 2 where a, b and c are given, real constants, with a 0, and again f(x) is a given function of x, the forcing function of the ODE. Again, the final solution to (0) will consist of a complementary function (CF) and a particular integral (PI). The CF again comes from the solution to the case f(x) 0, namely, ax 2 d2 y + bx + cy = 0. () 2 To solve (), we let y c = x λ. This gives y c = λx λ and y c = λ(λ )x λ 2. Substituting into () and cancelling x λ then gives aλ(λ ) + bλ + c = 0, leading to the auxiliary equation aλ 2 + (b a)λ + c = 0. (2) Solving (2) again leads to three possible forms of the general solution of y c. If the solutions of (2) are two distinct real roots λ and λ 2, then the general solution to () is y = Ax λ + Bx λ 2. If the solution of (2) is one (repeated) real root λ, then the general solution to () is y = (A ln x + B)x λ. If the solutions of (2) are two complex conjugate roots p + iq and p iq, then the general solution to () is Example 6. The general solutions to y = x p (A sin(q ln x) + B cos(q ln x)). x 2 d2 y + 4x 4y = 0, 2 4x2 are, respectively d2 y 8x + 9y = 0, 2 x2 d2 y 2 7x + 20y = 0 y = Ax + Bx 4, y = (A ln x + B)x 3/2, y = x 4 (A sin(2 ln x) + B cos(2 ln x)). 4

15 For instance, in the first case, we solve the auxiliary equation λ 2 + 3λ 4 = 0 to get λ, λ 2 =, 4. Now, we go back to the ODE (0). Here, we shall only consider forcing functions of the form f(x) = cx k. Note that k may not necessarily be an integer. We would like to find the PI again, and our final solution will again be y = y c +. We first consider the case where cx k does not clash with the CF. Example 7. Find the general solution of 4x 2 d2 y 2 + 5x 3y = 2x3. Solution. As before, the CF is y c = Ax 3/4 + Bx. For the PI, with the forcing function 2x 3, which does not clash with the CF, we just try = αx 3. This gives = 3αx 2, and = 6αx. Substituting these into the ODE, we find that we can cancel x 3. This gives 4.6α + 5.3α 3α = 2 36α = 2 α = 8. So, = 8 x3. The final, general solution, is y = Ax 3/4 + Bx + 8 x3. In general, if the forcing function is of the form cx k and it does not clash with the CF, then we try = αx k and solve for α. Now, we consider the case where the forcing function f(x) = cx k clashes with the CF. Example 8. Find the general solution of 2x 2 d2 y 2 7x + 4y = 4x/2. Solution. As before, the CF is y c = Ax /2 + Bx 4. For the PI, we see that the forcing function 4x /2 does clash with the CF. In this case, we try = αx /2 ln x. This gives = 2 αx /2 ln x + αx /2. x = 2 αx /2 ln x + αx /2, = 4 αx 3/2 ln x + 2 αx /2. x 2 αx 3/2 = 4 αx 3/2 ln x. Substituting these into the ODE, we find that we can cancel x /2. This gives 2 ( ) ( ) 4 α ln x 7 2 α ln x + α + 4α ln x = 4 7α = 4 α =

16 So, = 4 7 x/2 ln x. The final, general solution, is y = Ax /2 + Bx x/2 ln x. In general, we try = αx k ln x and solve for α, if we see the forcing function cx k, and this clashes with the CF like in this example. There is one further possible clash. If the forcing function is cx k, and the CF is of the form (A ln x + B)x k. This can happen if the auxiliary equation has equal real roots. The method in Example 8 does not quite work. Example 9. Find the general solution of x 2 d2 y 2 + 5x + 4y = x 2. Solution. As before, the CF is y c = (A ln x + B)x 2. For the PI, we see the forcing function x 2. We cannot try = αx 2, and not even = αx 2 ln x, as both of these clash with the CF. We try = αx 2 (ln x) 2. This gives = 2αx 3 (ln x) 2 + αx 2. 2 ln x = 2αx 3 (ln x) 2 + 2αx 3 ln x, x = 6αx 4 (ln x) 2 2αx 3. 2 ln x 6αx 4 ln x + 2αx 3. x x = 6αx 4 (ln x) 2 0αx 4 ln x + 2αx 4. Substituting these into the ODE, we find that we can cancel x 2. This gives 6α(ln x) 2 0α ln x + 2α + 5( 2α(ln x) 2 + 2α ln x) + 4α(ln x) 2 = 2α = α = 2. So, = 2 x 2 (ln x) 2. The final, general solution, is y = (A ln x + B)x x 2 (ln x) 2. In general, we try = αx k (ln x) 2 and solve for α, if we see the forcing function cx k, and this clashes with the CF like in this example. 6

19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style Finding a Particular Integral 19.6 Introduction We stated in Block 19.5 that the general solution of an inhomogeneous equation is the sum of the complementary function and a particular integral. We have

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

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

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

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

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

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

3.6. Partial Fractions. Introduction. Prerequisites. Learning Outcomes

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

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

Reducibility of Second Order Differential Operators with Rational Coefficients

Reducibility of Second Order Differential Operators with Rational Coefficients Reducibility of Second Order Differential Operators with Rational Coefficients Joseph Geisbauer University of Arkansas-Fort Smith Advisor: Dr. Jill Guerra May 10, 2007 1. INTRODUCTION In this paper we

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

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

tegrals as General & Particular Solutions

tegrals as General & Particular Solutions tegrals as General & Particular Solutions dy dx = f(x) General Solution: y(x) = f(x) dx + C Particular Solution: dy dx = f(x), y(x 0) = y 0 Examples: 1) dy dx = (x 2)2 ;y(2) = 1; 2) dy ;y(0) = 0; 3) dx

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

A Brief Review of Elementary Ordinary Differential Equations

A Brief Review of Elementary Ordinary Differential Equations 1 A Brief Review of Elementary Ordinary Differential Equations At various points in the material we will be covering, we will need to recall and use material normally covered in an elementary course on

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

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

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.

Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0. Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard

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

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution

More information

Recognizing Types of First Order Differential Equations E. L. Lady

Recognizing Types of First Order Differential Equations E. L. Lady Recognizing Types of First Order Differential Equations E. L. Lady Every first order differential equation to be considered here can be written can be written in the form P (x, y)+q(x, y)y =0. This means

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

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

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

Second-Order Linear Differential Equations

Second-Order Linear Differential Equations Second-Order Linear Differential Equations A second-order linear differential equation has the form 1 Px d 2 y dx 2 dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. We saw in Section 7.1

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

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

u dx + y = 0 z x z x = x + y + 2 + 2 = 0 6) 2

u dx + y = 0 z x z x = x + y + 2 + 2 = 0 6) 2 DIFFERENTIAL EQUATIONS 6 Many physical problems, when formulated in mathematical forms, lead to differential equations. Differential equations enter naturally as models for many phenomena in economics,

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

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s

CHAPTER 2. Eigenvalue Problems (EVP s) for ODE s A SERIES OF CLASS NOTES FOR 005-006 TO INTRODUCE LINEAR AND NONLINEAR PROBLEMS TO ENGINEERS, SCIENTISTS, AND APPLIED MATHEMATICIANS DE CLASS NOTES 4 A COLLECTION OF HANDOUTS ON PARTIAL DIFFERENTIAL EQUATIONS

More information

To add fractions we rewrite the fractions with a common denominator then add the numerators. = +

To add fractions we rewrite the fractions with a common denominator then add the numerators. = + Partial Fractions Adding fractions To add fractions we rewrite the fractions with a common denominator then add the numerators. Example Find the sum of 3 x 5 The common denominator of 3 and x 5 is 3 x

More information

Integration ALGEBRAIC FRACTIONS. Graham S McDonald and Silvia C Dalla

Integration ALGEBRAIC FRACTIONS. Graham S McDonald and Silvia C Dalla Integration ALGEBRAIC FRACTIONS Graham S McDonald and Silvia C Dalla A self-contained Tutorial Module for practising the integration of algebraic fractions Table of contents Begin Tutorial c 2004 g.s.mcdonald@salford.ac.uk

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

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS

SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS A second-order linear differential equation has the form 1 Px d y dx dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. Equations of this type arise

More information

On closed-form solutions to a class of ordinary differential equations

On closed-form solutions to a class of ordinary differential equations International Journal of Advanced Mathematical Sciences, 2 (1 (2014 57-70 c Science Publishing Corporation www.sciencepubco.com/index.php/ijams doi: 10.14419/ijams.v2i1.1556 Research Paper On closed-form

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

Sample Problems. Practice Problems

Sample Problems. Practice Problems Lecture Notes Partial Fractions page Sample Problems Compute each of the following integrals.. x dx. x + x (x + ) (x ) (x ) dx 8. x x dx... x (x + ) (x + ) dx x + x x dx x + x x + 6x x dx + x 6. 7. x (x

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

Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College

Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College Methods of Solution of Selected Differential Equations Carol A. Edwards Chandler-Gilbert Community College Equations of Order One: Mdx + Ndy = 0 1. Separate variables. 2. M, N homogeneous of same degree:

More information

Polynomial Invariants

Polynomial Invariants Polynomial Invariants Dylan Wilson October 9, 2014 (1) Today we will be interested in the following Question 1.1. What are all the possible polynomials in two variables f(x, y) such that f(x, y) = f(y,

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

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

Version 1.0. General Certificate of Education (A-level) January 2012. Mathematics MPC4. (Specification 6360) Pure Core 4. Final.

Version 1.0. General Certificate of Education (A-level) January 2012. Mathematics MPC4. (Specification 6360) Pure Core 4. Final. Version.0 General Certificate of Education (A-level) January 0 Mathematics MPC (Specification 660) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together

More information

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.1. Solving linear equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving linear equations 3.1 Introduction Many problems in engineering reduce to the solution of an equation or a set of equations. An equation is a type of mathematical expression which contains one or

More information

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 3 EQUATIONS This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals.

More information

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

More information

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style

1.5. Factorisation. Introduction. Prerequisites. Learning Outcomes. Learning Style Factorisation 1.5 Introduction In Block 4 we showed the way in which brackets were removed from algebraic expressions. Factorisation, which can be considered as the reverse of this process, is dealt with

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

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

College Algebra - MAT 161 Page: 1 Copyright 2009 Killoran

College Algebra - MAT 161 Page: 1 Copyright 2009 Killoran College Algebra - MAT 6 Page: Copyright 2009 Killoran Zeros and Roots of Polynomial Functions Finding a Root (zero or x-intercept) of a polynomial is identical to the process of factoring a polynomial.

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

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

Mathematics I, II and III (9465, 9470, and 9475)

Mathematics I, II and III (9465, 9470, and 9475) Mathematics I, II and III (9465, 9470, and 9475) General Introduction There are two syllabuses, one for Mathematics I and Mathematics II, the other for Mathematics III. The syllabus for Mathematics I and

More information

1.3 Polynomials and Factoring

1.3 Polynomials and Factoring 1.3 Polynomials and Factoring Polynomials Constant: a number, such as 5 or 27 Variable: a letter or symbol that represents a value. Term: a constant, variable, or the product or a constant and variable.

More information

Using a table of derivatives

Using a table of derivatives Using a table of derivatives In this unit we construct a Table of Derivatives of commonly occurring functions. This is done using the knowledge gained in previous units on differentiation from first principles.

More information

Implicit Differentiation

Implicit Differentiation Implicit Differentiation Sometimes functions are given not in the form y = f(x) but in a more complicated form in which it is difficult or impossible to express y explicitly in terms of x. Such functions

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

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

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 432 HW 2.5 Solutions

Math 432 HW 2.5 Solutions Math 432 HW 2.5 Solutions Assigned: 1-10, 12, 13, and 14. Selected for Grading: 1 (for five points), 6 (also for five), 9, 12 Solutions: 1. (2y 3 + 2y 2 ) dx + (3y 2 x + 2xy) dy = 0. M/ y = 6y 2 + 4y N/

More information

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y)

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y) Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = Last day, we saw that the function f(x) = ln x is one-to-one, with domain (, ) and range (, ). We can conclude that f(x) has an inverse function

More information

100. In general, we can define this as if b x = a then x = log b

100. In general, we can define this as if b x = a then x = log b Exponents and Logarithms Review 1. Solving exponential equations: Solve : a)8 x = 4! x! 3 b)3 x+1 + 9 x = 18 c)3x 3 = 1 3. Recall: Terminology of Logarithms If 10 x = 100 then of course, x =. However,

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

it is easy to see that α = a

it is easy to see that α = a 21. Polynomial rings Let us now turn out attention to determining the prime elements of a polynomial ring, where the coefficient ring is a field. We already know that such a polynomial ring is a UF. Therefore

More information

Solving DEs by Separation of Variables.

Solving DEs by Separation of Variables. Solving DEs by Separation of Variables. Introduction and procedure Separation of variables allows us to solve differential equations of the form The steps to solving such DEs are as follows: dx = gx).

More information

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i

COMPLEX NUMBERS. a bi c di a c b d i. a bi c di a c b d i For instance, 1 i 4 7i 1 4 1 7 i 5 6i COMPLEX NUMBERS _4+i _-i FIGURE Complex numbers as points in the Arg plane i _i +i -i A complex number can be represented by an expression of the form a bi, where a b are real numbers i is a symbol with

More information

CM2202: Scientific Computing and Multimedia Applications General Maths: 2. Algebra - Factorisation

CM2202: Scientific Computing and Multimedia Applications General Maths: 2. Algebra - Factorisation CM2202: Scientific Computing and Multimedia Applications General Maths: 2. Algebra - Factorisation Prof. David Marshall School of Computer Science & Informatics Factorisation Factorisation is a way of

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

National 5 Mathematics Course Assessment Specification (C747 75)

National 5 Mathematics Course Assessment Specification (C747 75) National 5 Mathematics Course Assessment Specification (C747 75) Valid from August 013 First edition: April 01 Revised: June 013, version 1.1 This specification may be reproduced in whole or in part for

More information

TRIGONOMETRY Compound & Double angle formulae

TRIGONOMETRY Compound & Double angle formulae TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae

More information

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t)

r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + 1 = 1 1 θ(t) 1 9.4.4 Write the given system in matrix form x = Ax + f ( ) sin(t) x y 1 0 5 z = dy cos(t) Solutions HW 9.4.2 Write the given system in matrix form x = Ax + f r (t) = 2r(t) + sin t θ (t) = r(t) θ(t) + We write this as ( ) r (t) θ (t) = ( ) ( ) 2 r(t) θ(t) + ( ) sin(t) 9.4.4 Write the given system

More information

DRAFT. Further mathematics. GCE AS and A level subject content

DRAFT. Further mathematics. GCE AS and A level subject content Further mathematics GCE AS and A level subject content July 2014 s Introduction Purpose Aims and objectives Subject content Structure Background knowledge Overarching themes Use of technology Detailed

More information

Factoring Polynomials

Factoring Polynomials UNIT 11 Factoring Polynomials You can use polynomials to describe framing for art. 396 Unit 11 factoring polynomials A polynomial is an expression that has variables that represent numbers. A number can

More information

SOLVING POLYNOMIAL EQUATIONS

SOLVING POLYNOMIAL EQUATIONS C SOLVING POLYNOMIAL EQUATIONS We will assume in this appendix that you know how to divide polynomials using long division and synthetic division. If you need to review those techniques, refer to an algebra

More information

5.3 Improper Integrals Involving Rational and Exponential Functions

5.3 Improper Integrals Involving Rational and Exponential Functions Section 5.3 Improper Integrals Involving Rational and Exponential Functions 99.. 3. 4. dθ +a cos θ =, < a

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

calculating the result modulo 3, as follows: p(0) = 0 3 + 0 + 1 = 1 0,

calculating the result modulo 3, as follows: p(0) = 0 3 + 0 + 1 = 1 0, Homework #02, due 1/27/10 = 9.4.1, 9.4.2, 9.4.5, 9.4.6, 9.4.7. Additional problems recommended for study: (9.4.3), 9.4.4, 9.4.9, 9.4.11, 9.4.13, (9.4.14), 9.4.17 9.4.1 Determine whether the following polynomials

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

Basics of Polynomial Theory

Basics of Polynomial Theory 3 Basics of Polynomial Theory 3.1 Polynomial Equations In geodesy and geoinformatics, most observations are related to unknowns parameters through equations of algebraic (polynomial) type. In cases where

More information

Zeros of Polynomial Functions

Zeros of Polynomial Functions Review: Synthetic Division Find (x 2-5x - 5x 3 + x 4 ) (5 + x). Factor Theorem Solve 2x 3-5x 2 + x + 2 =0 given that 2 is a zero of f(x) = 2x 3-5x 2 + x + 2. Zeros of Polynomial Functions Introduction

More information

Factoring Polynomials

Factoring Polynomials Factoring a Polynomial Expression Factoring a polynomial is expressing the polynomial as a product of two or more factors. Simply stated, it is somewhat the reverse process of multiplying. To factor polynomials,

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

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

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes

1.4. Arithmetic of Algebraic Fractions. Introduction. Prerequisites. Learning Outcomes Arithmetic of Algebraic Fractions 1.4 Introduction Just as one whole number divided by another is called a numerical fraction, so one algebraic expression divided by another is known as an algebraic fraction.

More information

GCE Mathematics. Mark Scheme for June 2014. Unit 4722: Core Mathematics 2. Advanced Subsidiary GCE. Oxford Cambridge and RSA Examinations

GCE Mathematics. Mark Scheme for June 2014. Unit 4722: Core Mathematics 2. Advanced Subsidiary GCE. Oxford Cambridge and RSA Examinations GCE Mathematics Unit 4722: Core Mathematics 2 Advanced Subsidiary GCE Mark Scheme for June 2014 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge and RSA) is a leading UK awarding body, providing

More information

Chapter 20. Vector Spaces and Bases

Chapter 20. Vector Spaces and Bases Chapter 20. Vector Spaces and Bases In this course, we have proceeded step-by-step through low-dimensional Linear Algebra. We have looked at lines, planes, hyperplanes, and have seen that there is no limit

More information

Chapter 9. Systems of Linear Equations

Chapter 9. Systems of Linear Equations Chapter 9. Systems of Linear Equations 9.1. Solve Systems of Linear Equations by Graphing KYOTE Standards: CR 21; CA 13 In this section we discuss how to solve systems of two linear equations in two variables

More information

Calculate Highest Common Factors(HCFs) & Least Common Multiples(LCMs) NA1

Calculate Highest Common Factors(HCFs) & Least Common Multiples(LCMs) NA1 Calculate Highest Common Factors(HCFs) & Least Common Multiples(LCMs) NA1 What are the multiples of 5? The multiples are in the five times table What are the factors of 90? Each of these is a pair of factors.

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

Mathematics. (www.tiwariacademy.com : Focus on free Education) (Chapter 5) (Complex Numbers and Quadratic Equations) (Class XI)

Mathematics. (www.tiwariacademy.com : Focus on free Education) (Chapter 5) (Complex Numbers and Quadratic Equations) (Class XI) ( : Focus on free Education) Miscellaneous Exercise on chapter 5 Question 1: Evaluate: Answer 1: 1 ( : Focus on free Education) Question 2: For any two complex numbers z1 and z2, prove that Re (z1z2) =

More information

3.1. RATIONAL EXPRESSIONS

3.1. RATIONAL EXPRESSIONS 3.1. RATIONAL EXPRESSIONS RATIONAL NUMBERS In previous courses you have learned how to operate (do addition, subtraction, multiplication, and division) on rational numbers (fractions). Rational numbers

More information

Week 13 Trigonometric Form of Complex Numbers

Week 13 Trigonometric Form of Complex Numbers Week Trigonometric Form of Complex Numbers Overview In this week of the course, which is the last week if you are not going to take calculus, we will look at how Trigonometry can sometimes help in working

More information

Factoring Quadratic Expressions

Factoring Quadratic Expressions Factoring the trinomial ax 2 + bx + c when a = 1 A trinomial in the form x 2 + bx + c can be factored to equal (x + m)(x + n) when the product of m x n equals c and the sum of m + n equals b. (Note: the

More information

Function Name Algebra. Parent Function. Characteristics. Harold s Parent Functions Cheat Sheet 28 December 2015

Function Name Algebra. Parent Function. Characteristics. Harold s Parent Functions Cheat Sheet 28 December 2015 Harold s s Cheat Sheet 8 December 05 Algebra Constant Linear Identity f(x) c f(x) x Range: [c, c] Undefined (asymptote) Restrictions: c is a real number Ay + B 0 g(x) x Restrictions: m 0 General Fms: Ax

More information