Non-Homogeneous Equations

Size: px
Start display at page:

Download "Non-Homogeneous Equations"

Transcription

1 Non-Homogeneous Equations We now turn to finding solutions of a non-homogeneous second order linear equation. 1. Non-Homogeneous Equations 2. The Method of Undetermined Coefficients 3. The Method of Variation of Parameters 1 Non-Homogeneous Equations Consider the following non-homogeneous, second order linear differential equation: y + p(t)y + q(t)y = g(t) Associated with each non-homogeneous equation there is a corresponding homogeneous equation: y + p(t)y + q(t)y = 0 Let us suppose that y 1 (t) and y 2 (t) are both solutions to the non-homogeneous equation. Then we note that y 1 (t) y 2 (t) is a solution to the homogeneous equation: (y 1 y 2 ) + p(t)(y 1 y 2 ) + q(t)(y 1 y 2 ) = y 1 y 2 + p(t)y 1 p(t)y 2 + q(t)y 1 q(t)y 2 = (y 1 + p(t)y 1 + q(t)y 1) (y 2 + p(t)y 2 + q(t)y 2) = g(t) g(t) = 0 In other words, the difference between any two solutions to a non-homogeneous equation is a solution to the homogeneous equation. This gives us a useful approach to solving non-homogeneous equations: 1. Solve the corresponding homogeneous equation. This solution is sometimes referred to as the complementary solution, and denoted y c. 2. Find (any) particular solution to the non-homogeneous equation. We will denote this particular solution y p (t). 1

2 Then any solution to the non-homogeneous equation is of the form Find the general solution to y(t) = y c (t) + y p (t). y 2y 3y = e 2t, given that y p (t) = 1 3 e2t is a particular solution to the equation. First we find the complementary solution to the corresponding homogeneous equation: y 2y 3y = 0. The characteristic equation is r 2 2r 3 = 0, which has roots r = 1 and r = 3. So the complementary solution is Therefore the general solution is y c (t) = c 1 e t + c 2 e 3t. y(t) = y c (t) + y p (t) = c 1 e t + c 2 e 3t 1 3 e2t. The difficulty is in attempting to find one solution to the non-homogeneous equation. We will be discussing two methods to do this. The technique we will discuss today is called the method of undetermined coefficients. 2 The Method of Undetermined Coefficients The method of undetermined coefficients requires us to guess the general form for a specific solution, but with undetermined coefficients. We then try to solve for the required coefficients by plugging our proposed solution into the differential equation. 1. Multiples and Sums 2. Duplicated Solutions Let us attempt to solve y + 3y + 2y = 5e 2t. We first note that the homogeneous equation y + 3y + 2y = 0 has characteristic equation r 2 + 3r + 2 = 0, which has roots r = 2 and r = 1, so the complementary solution is y c (t) = c 1 e t + c 2 e 2t. 2

3 Now we attempt to guess a particular solution to the non-homogeneous equation. Since the exponential function does not change much under differentiation, we will guess a solution of the form y p (t) = Ae 2t where A is our undetermined coefficient. Now y p (t) = 2Ae2t and y p (t) = 4Ae2t, so when we plug y p into the non-homogeneous equation, we get y p + 3y p + 2y p = 5e 2t which becomes 4Ae 2t + 6Ae 2t + 2Ae 2t = 5e 2t or e 2t (4A + 6A + 2A) = 5e 2t This equation will be true if we have (4A+6A+2A) = 12A = 5, so A = 5/12. Thus, we have found a particular solution y p (t) = 5 12 e2t, so the general solution is y(t) = y c (t) + y p (t) = c 1 e t + c 2 e 2t e2t. The method of undetermined coefficients will only work with a small selection of non-homogeneous terms. If we have y + p(t)y + q(t)y = g(t) then we can use the method in the following cases, if we choose the given form for y p (t): If g(t) is Try y p (t) = c e kt (an exponential function) c n t n +c n 1 t n 1 + +c 0 (a polynomial of degree n) Ae kt (another exponential function) A n t n + A n 1 t n A 0 (another polynomial of degree n) either c cos(bt) or c sin(bt) A cos(bt)+b sin(bt) (a linear combination of both sine and cosine) A potential problem: If any term in our proposed solution y p (t) happens to be a term in the complementary solution, then parts will vanish when plugged into the left side of the differential equation. We will discuss this situation later. If our non-homogeneous term is g(t) = t 4 +t, our particular solution should be of the form y p (t) = At 4 + Bt 3 + Ct 2 + Dt + E. There are a lot of constants to solve for here. Note that in general an order n polynomial will generate another order n polynomial as the particular solution. So 3

4 if our g(t) is quadratic, we will have three constants to solve for, and if g(t) is cubic, there will be four. Solve 3y + y 2y = 2 cos(t). The complementary solution is y c (t) = c 1 e 2t 3 + c2 e t. Our particular solution should be y p (t) = A cos(t) + B sin(t), so y p (t) = A sin(t) + B cos(t) and y p (t) = A cos(t) B sin(t). Plugging these in to the equation gives us 3y p + y p 2y p = 3( A cos(t) B sin(t)) + ( A sin(t) + B cos(t)) 2(A cos(t) + B sin(t)) = ( 3A + B 2A) cos(t) + ( 3B A 2B) sin(t) = ( 5A + B) cos(t) + ( 5B A) sin(t) = 2 cos(t) Thus we must have 5A + B = 2 and 5B A = 0. Solving the second for A gives A = 5B. Plugging back into 5A + B = 2 reveals that 26B = 2, or B = 1/13. Then we have A = 5B = 5/13, so we have found a specific solution and the general solution is y p (t) = 5 13 cos(t) sin(t) y(t) = y c (t) + y p (t) = c 1 e 2t 3 + c2 e t cos(t) sin(t). 3 Multiples and Sums If we have a product of two of the types of functions listed above for our nonhomogeneous term (such as a polynomial times an exponential function, or an exponential times a sine), simply use the product of our proposed particular solutions: 4

5 If g(t) is Use y p (t) = (c n t n + c n 1 t n c 0 )e kt (a polynomial times an exponential function) c sin(bt)e at or c cos(bt)e at (sines or cosines times exponential functions) (c n t n + c n 1 t n c 0 ) sin(bt) or (c n t n + c n 1 t n c 0 ) cos(bt) (a polynomial times sine or cosine) (c n t n + c n 1 t n c 0 )e at sin(bt) or (c n t n + c n 1 t n c 0 )e at cos(bt) (All three together whoopee!) (A n t n + A n 1 t n A 0 )e kt (another polynomial times an exponential function) e at (A cos(bt) + B sin(bt)) (a product of an exponential function times a linear combination of sine and cosine) (A n t n + A n 1 t n A 0 ) cos(bt) + (B n t n + B n 1 t n B 0 ) sin(bt) (a polynomial times sine and another times cosine) (A n t n + A n 1 t n A 0 )e at cos(bt) + (B n t n + B n 1 t n B 0 )e at sin(bt) (what you would expect) (See 3.8 on p. 163 of the text for a complete summary of which terms to use. Also note that again, there will be a special case if part of your complementary solution shows up in your proposed y p.) If the non-homogeneous term is g(t) = t 3 e 5t, we should try for a particular solution of the form y p (t) = (At 3 + Bt 2 + Ct + D)e 5t. What if we have a sum of non-homogeneous terms of the types already mentioned? So assume g(t) = g 1 (t) + g 2 (t). Then if y p1 is a solution to y + py + qy = g 1 and y p2 is a solution to y + py + qy = g 2, it is clear that (y p1 + y p2 ) + p(t)(y p1 + y p2 ) + q(t)(y p1 + y p2 ) = g 1 (t) + g 2 (t) = g(t). So we can either solve each problem separately, or we can string a sequence of forms for y p (t) together into one long solution and attempt to solve for all the constants at once. If the non-homogeneous term is g(t) = te 2t cos(3t) + e t sin(2t), then our particular solution is of the form y p (t) = (At + B)e 2t cos(3t) + (Ct + D)e 2t sin(3t) + Ee t sin(2t) + Fe t cos(2t). Alternatively, we could first find out what constants A, B, C, and D would make y p1 (t) = (At + B)e 2t cos(3t) + (Ct + D)e 2t sin(3t) a solution to our differential equation, then solve for E and F separately to make y p2 (t) = Ee t sin(2t) + Fe t cos(2t) 5

6 a solution. Then our specific solution would be y p (t) = y p1 (t) + y p2 (t). To solve y + by + cy = 7t 2 e 2t sin(5t), we would use the general form y p (t) = (At 2 + Bt + C)e 2t + D cos(5t) + E sin(5t) + F 4 Duplicated Solutions The method of undetermined coefficients will fail to give us a solution if our proposed particular solution contains elements of the complementary solution. We will attempt to solve y + 3y + 2y = 5e 2t using undetermined coefficients. Note that the complementary solution is c 1 e t + c 2 e 2t. Our proposed non-homogeneous solution is of the form y p (t) = Ae 2t, but this will fail, as it contains a homogeneous solution: y p + 3y p + 2y p = 4Ae 2t 6Ae 2t + 2Ae 2t = 0 Since 5e 2t 0, we cannot solve this. Whenever the proposed specific solution to the non-homogeneous equation duplicates the homogeneous solution (or t n times one of those solutions), we will have to alter our technique. Specifically, if we were to guess a specific solution y p (t), alter this to ty p (t). (If y p (t) still duplicates part of the complementary solution, multiply by t 2 instead.) Solve y +3y +2y = 5e 2t using undetermined coefficients. The homogeneous solution is again c 1 e t + c 2 e 2t. Since Ae 2t is one of the homogeneous solutions, we adjust our guess for the specific solution to y p (t) = Ate 2t. Then we have y p (t) = Ae 2t 2Ate 2t = Ae 2t (1 2t) y p (t) = 4Ae 2t + 4Ate 2t = 4Ae 2t (t 1) Plugging these in to the differential equation yields y p + 3y p + 2y p = 4Ae 2t (t 1) + 3Ae 2t (1 2t) + 2Ate 2t = Ae 2t (4t t + 2t) = Ae 2t 6

7 Setting this equal to 5e 2t, we finally get A = 5, and we have the specific solution which gives us the general solution y p (t) = 5te 2t y(t) = y c (t) + y p (t) = c 1 e t + c 2 e 2t 5te 2t. Solve y + 4y = t 2 + te 4t. First solve the homogeneous equation: y + 4y = 0 gives us characteristic equation r 2 + 4r = 0, so r = 0 or r = 4. Thus the complementary solution is y c (t) = c 1 + c 2 e 4t. We can look at each term of the non-homogeneous term separately. For the term g 1 (t) = t 2, we get a specific solution of the form y p1 (t) = A 2 t 2 + A 1 t + A 0. Does this duplicate our complementary solution? Yes! It duplicates the constant term. So we adjust our first guess to y p1 (t) = t(a 2 t 2 + A 1 t + A 0 ) = A 2 t 3 + A 1 t 2 + A 0 t and try plugging in and solving for A 0, A 1, and A 2 : y p1 + 4y p = t 2 which becomes 6A 2 t + 2A 1 + 4(3A 2 t 2 + 2A 1 t + A 0 ) = t 2 or 12A 2 t 2 + (8A 1 + 6A 2 )t + (4A 0 + 2A 1 ) = t 2 which means that we have the equations 12A 2 = 1 8A 1 + 6A 2 = 0 4A 0 + 2A 1 = 0 The solution is A 2 = 1/12, A 1 = 1/16, and A 0 = 1/32, so y p1 (t) = 1 12 t t t Then we can move on to the second part: g 2 (t) = te 4t. Our proposed solution would be (At+B)e 4t. But this duplicates the e 4t. So instead we try y p2 (t) = (At 2 +Bt)e 4t. Then after taking derivatives and simplifying we have y p2 (t) = e 4t (B + (2A 4B)t 4At 2 ) y p2 (t) = 2e 4t (A 4B + 8(B A)t + 8At 2 ) 7

8 and plugging this into y + 4y = te 4t gives us (2A 4B)e 4t 8Ate 4t = te 4t which means that 8A = 1, so A = 1/8, and 2A 4B = 0, so B = 1/16. Thus y p2 (t) = ( 1 8 t2 1 ) 16 t e 4t Thus, we have a general solution y(t) = y c (t) + y p1 (t) + y p2 (t) = c 1 + c 2 e 4t t t t + ( 1 8 t t ) e 4t 5 The method of Variation of Parameters We revisit non-homogeneous equations and develop a technique to find a non-homogeneous solution in terms of the homogeneous solution: 1. Cramer s Rule 2. Variation of Parameters 3. Using Variation of Parameters 6 Cramer s Rule We start with a brief review of Cramer s rule, which tells us how to solve a system in terms of matrices. Cramer s rule will be helpful in remembering how to carry out variation of parameters. In order to solve the system ax + by = m cx + dy = n for x and y, we can do the following: m b n d x = a b, y = c d a m c n a b c d In other words, to solve for x, we take the coefficient matrix and replace the x column with the result (the right hand side of the equations.) Then we take the determinant and divide by the determinant of the coefficient matrix. 8

9 To solve for y, we do the same thing, except we replace the y column with the result column. Solve 2x + 3y = 7 4x 8y = 3 Here we have x = = = and y = = = = Variation of Parameters Suppose we have found a set of fundamental solutions y 1 and y 2 for the homogeneous equation y + p(t)y + q(t)y = 0, so that the solutions look like y(t) = c 1 y 1 (t) + c 2 y 2 (t). How can we find a solution to the non-homogeneous equation y + p(t)y + q(t)y = g(t)? Last time, we discussed the method of undetermined coefficients which worked if we actually had constant coefficients, and if g(t) was a combination of exponential functions, polynomials, or sines and cosines. Now we attempt to find a more general approach. Let us consider what happens if we allow the parameters c 1 and c 2 in the complementary solution to vary; in other words, we replace the constants with functions u 1 and u 2 : y(t) = u 1 (t)y 1 (t) + u 2 (t)y 2 (t) 9

10 We no longer have a solution to the homogeneous equation, but we may be able to find functions u 1 and u 2 for which this y will be a solution to the non-homogeneous equation. We calculate y (t), and begin to run into trouble: y (t) = u 1 (t)y 1 (t) + u 1 (t)y 1(t) + u 2 (t)y 2(t) + u 2 (t)y 2 (t) This is a mess and the second derivative will be much worse. Let us introduce the following additional condition on u 1 and u 2: u 1(t)y 1 (t) + u 2(t)y 2 (t) = 0 (1) We emphasize the following: We have chosen to add the above condition because it simplifies the equation. It is not added because of any feature of the original equation. Now we continue: y (t) = u 1 (t)y 1 (t) + u 2(t)y 2 (t) y (t) = u 1 (t)y 1 (t) + u 1(t)y 1 (t) + u 2 (t)y 2 (t) + u 2(t)y 2 (t) Plugging these into the non-homogeneous equation yields the following: y + p(t)y + q(t)y = [u 1 (t)y 1 (t) + u 1(t)y 1 (t) + u 2 (t)y 2 (t) + u 2(t)y 2 (t)] + p(t) [u 1 (t)y 1 (t) + u 2(t)y 2 (t)] + q(t) [u 1 (t)y 1 (t) + u 2 (t)y 2 (t)] If we collect like terms on u 1 and u 2, we get the following: y + p(t)y + q(t)y = u 1 (t) [y 1 (t) + p(t)y 1 (t) + q(t)y 1(t)] + u 2 (t) [y 2 (t) + p(t)y 2 (t) + q(t)y 2(t)] + u 1(t)y 1(t) + u 2(t)y 2(t) But since y 1 and y 2 are solutions to the homogeneous equation, the coefficients on u 1 and u 2 are zero, and in fact we have that if y(t) = u 1 (t)y 1 (t) + u 2 (t)y 2 (t), then Thus we must have y + p(t)y + q(t)y = u 1(t)y 1(t) + u 2(t)y 2(t). u 1 (t)y 1 (t) + u 2 (t)y 2 (t) = g(t) (2) Now equation (??) and equation (??) above form a set of two equations in the two unknowns u 1 (t) and u 2 (t), which we can then attempt to solve. Cramer s rule says that the system u 1(t)y 1 (t) + u 2(t)y 2 (t) = 0 u 1 (t)y 1 (t) + u 2 (t)y 2 (t) = g(t) 10

11 can be solved for u 1 and u 2 as follows: u 1(t) = 0 y 2 (t) g(t) y 2 (t) y 1 (t) y 2 (t) y 1 (t) y 2 (t) = y 2(t)g(t) W(y 1, y 2 ) and u 2(t) = y 1 (t) 0 y 1(t) g(t) y 1 (t) y 2 (t) y 1 (t) y 2 (t) = y 1(t)g(t) W(y 1, y 2 ) This is ok, because the Wronskian is non-zero. (Why? Because y 2 and y 2 are a fundamental set of solutions.) So we finally have a specific solution, after performing some integrations: Y (t) = y 1 (t) How wonderful! Sort of... y2 (t)g(t) W(y 1, y 2 ) dt + y y1 (t)g(t) 2(t) W(y 1, y 2 ) dt. 8 Using Variation of Parameters Let s use variation of parameters to solve some non-homogeneous equations. Solve y 3y 1 + 2y = 1 + e t. Note that this could not have been done by the method of undetermined coefficients. First, we solve the homogeneous equation to find the complementary solution: y 3y + 2y = 0 So we get characteristic equation r 2 3r + 2 = (r 2)(r 1) = 0, so r = 2 or r = 1. Thus the complementary solution is y c (t) = c 1 e t + c 2 e 2t That is, we have y 1 (t) = e t and y 2 (t) = e 2t. Second, we set up our equations for variation of parameters. We have u 1 y 1 + u 2 y 2 = 0 or u 1 et + u 2 e2t = 0 11

12 and u 1y 1 + u 2y 2 1 = or u 1 + e 1e t + u 22e 2t = t Thus, solving for u 1 and u 2 using Cramer s rule, we get 0 e 2t ( ) u 1 = 1 2e 2t 1+e e 2t t 1+e e t e 2t = t (e 3t ) and So now we integrate: which gives us e t e t 0 u 2 = e t u 1 (t) = 2e 2t e t 1 1+e t e 2t e t e t = e t 1 + e t ( ) e t = e 3t = e 2t 1 + e t 1 + e t 2e 2t e t 1 + e t dt, so we let u = 1 + e t du = e t dt 1 u 1 (t) = u du = ln(1 + e t ) + C 1 Now note: We do not need the C 1! When we take u 1 (t)y 1 (t), we will get a Cy 1 (t) term, which is a homogeneous solution, and thus will give zero when we plug this into the differential equation. Therefore, we take u 1 (t) = ln(1 + e t ). Similarly, e 2t u 2 (t) = 1 + e dt, so we so set u = e t t du = e t dt Here we get e t ( e t dt) u 2 (t) = = 1 + e t We can reduce this by division to u 1 + u du = u 1 + u du u du = u + ln 1 + u + C = e t + ln(1 + e t ) + C 2 We discard the constant C 2 for the same reason we discarded the C 1, and we get So finally, we have the particular solution u 2 (t) = ln(1 + e t ) e t. Y (t) = u 1 (t)y 1 (t) + u 2 (t)y 2 (t) = ln(1 + e t )e t + [ ln(1 + e t ) e t] e 2t. 12

13 So the general solution must be y(t) = y c (t) + Y (t) = c 1 e t + c 2 e 2t + ln(1 + e t )e t + [ ln(1 + e t ) e t] e 2t Notice by the way that if we had chosen to leave constants C 1 and C 2 after integrating u 1 and u 2, we would in fact have the general solution when we computed y(t) = (u 1 (t) + C 1 )y 1 (t) + (u 2 (t) + C 2 )y 2 (t). We could also simplify our answer algebraically to be much shorter, since several terms will cancel or can be grouped together: y(t) = c 1 e t + c 2 e 2t + ln(1 + e t )e t + [ ln(1 + e t ) e t] e 2t = c 1 e t + c 2 e 2t + ln(1 + e t )e t + ln(1 + e t )e 2t e t = [ c 1 + ln(1 + e t ) ] e t + [ c 2 + ln(1 + e t ) ] e 2t (In the last step, we also renamed c 1 as c 1 1.) Solve y + y = sec(t) tan(t). First, we solve the homogeneous equation: The characteristic equation is r = 0, so we get r =. Thus, our fundamental solutions are y 1 (t) = cos(t) and y 2 (t) = sin(t). Second, we calculate our specific solution from variation of parameters. We need to solve u 1 y 1 + u 2 y 2 = 0 or u 1 cos(t) + u 2 sin(t) = 0 and u 1y 1 + u 2y 2 = sec(t) tan(t) or u 1 sin(t) + u 2 cos(t) = sec(t) tan(t). Thus, using Cramer s rule we get u 1 (t) = and u 2 (t) = So we get u 1 (t) = 13

14 and u 2 (t) = Finally, we have a particular solution Y (t) = and the general solution y(t) = 14

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

So far, we have looked at homogeneous equations

So far, we have looked at homogeneous equations Chapter 3.6: equations Non-homogeneous So far, we have looked at homogeneous equations L[y] = y + p(t)y + q(t)y = 0. Homogeneous means that the right side is zero. Linear homogeneous equations satisfy

More information

Higher Order Equations

Higher Order Equations Higher Order Equations We briefly consider how what we have done with order two equations generalizes to higher order linear equations. Fortunately, the generalization is very straightforward: 1. Theory.

More information

System of First Order Differential Equations

System of First Order Differential Equations CHAPTER System of First Order Differential Equations In this chapter, we will discuss system of first order differential equations. There are many applications that involving find several unknown functions

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

Partial Fractions: Undetermined Coefficients

Partial Fractions: Undetermined Coefficients 1. Introduction Partial Fractions: Undetermined Coefficients Not every F(s) we encounter is in the Laplace table. Partial fractions is a method for re-writing F(s) in a form suitable for the use of the

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

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. SEPTEMBER 4, 25 Summary. This is an introduction to ordinary differential equations.

More information

HW6 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) November 14, 2013. Checklist: Section 7.8: 1c, 2, 7, 10, [16]

HW6 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) November 14, 2013. Checklist: Section 7.8: 1c, 2, 7, 10, [16] HW6 Solutions MATH D Fall 3 Prof: Sun Hui TA: Zezhou Zhang David November 4, 3 Checklist: Section 7.8: c,, 7,, [6] Section 7.9:, 3, 7, 9 Section 7.8 In Problems 7.8. thru 4: a Draw a direction field and

More information

9. Particular Solutions of Non-homogeneous second order equations Undetermined Coefficients

9. Particular Solutions of Non-homogeneous second order equations Undetermined Coefficients September 29, 201 9-1 9. Particular Solutions of Non-homogeneous second order equations Undetermined Coefficients We have seen that in order to find the general solution to the second order differential

More information

LS.6 Solution Matrices

LS.6 Solution Matrices LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions

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

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

3.2 Sources, Sinks, Saddles, and Spirals

3.2 Sources, Sinks, Saddles, and Spirals 3.2. Sources, Sinks, Saddles, and Spirals 6 3.2 Sources, Sinks, Saddles, and Spirals The pictures in this section show solutions to Ay 00 C By 0 C Cy D 0. These are linear equations with constant coefficients

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

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

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra:

Partial Fractions. Combining fractions over a common denominator is a familiar operation from algebra: Partial Fractions Combining fractions over a common denominator is a familiar operation from algebra: From the standpoint of integration, the left side of Equation 1 would be much easier to work with than

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1

General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics General Theory of Differential Equations Sections 2.8, 3.1-3.2, 4.1 Dr. John Ehrke Department of Mathematics Fall 2012 Questions

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

5.5. Solving linear systems by the elimination method

5.5. Solving linear systems by the elimination method 55 Solving linear systems by the elimination method Equivalent systems The major technique of solving systems of equations is changing the original problem into another one which is of an easier to solve

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

Solutions to Linear First Order ODE s

Solutions to Linear First Order ODE s First Order Linear Equations In the previous session we learned that a first order linear inhomogeneous ODE for the unknown function x = x(t), has the standard form x + p(t)x = q(t) () (To be precise we

More information

Lecture Notes for Math250: Ordinary Differential Equations

Lecture Notes for Math250: Ordinary Differential Equations Lecture Notes for Math250: Ordinary Differential Equations Wen Shen 2011 NB! These notes are used by myself. They are provided to students as a supplement to the textbook. They can not substitute the textbook.

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

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

Solving simultaneous equations using the inverse matrix

Solving simultaneous equations using the inverse matrix Solving simultaneous equations using the inverse matrix 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix

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

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

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

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

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

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

Math 22B, Homework #8 1. y 5y + 6y = 2e t

Math 22B, Homework #8 1. y 5y + 6y = 2e t Math 22B, Homework #8 3.7 Problem # We find a particular olution of the ODE y 5y + 6y 2e t uing the method of variation of parameter and then verify the olution uing the method of undetermined coefficient.

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

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

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

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

Solving Systems of Linear Equations Using Matrices

Solving Systems of Linear Equations Using Matrices Solving Systems of Linear Equations Using Matrices What is a Matrix? A matrix is a compact grid or array of numbers. It can be created from a system of equations and used to solve the system of equations.

More information

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes

8.2. Solution by Inverse Matrix Method. Introduction. Prerequisites. Learning Outcomes Solution by Inverse Matrix Method 8.2 Introduction The power of matrix algebra is seen in the representation of a system of simultaneous linear equations as a matrix equation. Matrix algebra allows us

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

Question 2: How do you solve a matrix equation using the matrix inverse?

Question 2: How do you solve a matrix equation using the matrix inverse? Question : How do you solve a matrix equation using the matrix inverse? In the previous question, we wrote systems of equations as a matrix equation AX B. In this format, the matrix A contains the coefficients

More information

Homogeneous systems of algebraic equations. A homogeneous (ho-mo-geen -ius) system of linear algebraic equations is one in which

Homogeneous systems of algebraic equations. A homogeneous (ho-mo-geen -ius) system of linear algebraic equations is one in which Homogeneous systems of algebraic equations A homogeneous (ho-mo-geen -ius) system of linear algebraic equations is one in which all the numbers on the right hand side are equal to : a x + + a n x n = a

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

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving

Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Section 7 Algebraic Manipulations and Solving Part 1 Expressions, Equations, and Inequalities: Simplifying and Solving Before launching into the mathematics, let s take a moment to talk about the words

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

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

More information

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d.

These axioms must hold for all vectors ū, v, and w in V and all scalars c and d. DEFINITION: A vector space is a nonempty set V of objects, called vectors, on which are defined two operations, called addition and multiplication by scalars (real numbers), subject to the following axioms

More information

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS

COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS COMPLEX NUMBERS AND DIFFERENTIAL EQUATIONS BORIS HASSELBLATT CONTENTS. Introduction. Why complex numbers were introduced 3. Complex numbers, Euler s formula 3 4. Homogeneous differential equations 8 5.

More information

expression is written horizontally. The Last terms ((2)( 4)) because they are the last terms of the two polynomials. This is called the FOIL method.

expression is written horizontally. The Last terms ((2)( 4)) because they are the last terms of the two polynomials. This is called the FOIL method. A polynomial of degree n (in one variable, with real coefficients) is an expression of the form: a n x n + a n 1 x n 1 + a n 2 x n 2 + + a 2 x 2 + a 1 x + a 0 where a n, a n 1, a n 2, a 2, a 1, a 0 are

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

The Method of Least Squares. Lectures INF2320 p. 1/80

The Method of Least Squares. Lectures INF2320 p. 1/80 The Method of Least Squares Lectures INF2320 p. 1/80 Lectures INF2320 p. 2/80 The method of least squares We study the following problem: Given n points (t i,y i ) for i = 1,...,n in the (t,y)-plane. How

More information

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3

MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3 MATH0 Notebook Fall Semester 06/07 prepared by Professor Jenny Baglivo c Copyright 009 07 by Jenny A. Baglivo. All Rights Reserved. Contents MATH0 Notebook 3. Solving Systems of Linear Equations........................

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

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

Integrating algebraic fractions

Integrating algebraic fractions Integrating algebraic fractions Sometimes the integral of an algebraic fraction can be found by first epressing the algebraic fraction as the sum of its partial fractions. In this unit we will illustrate

More information

CURVE FITTING LEAST SQUARES APPROXIMATION

CURVE FITTING LEAST SQUARES APPROXIMATION CURVE FITTING LEAST SQUARES APPROXIMATION Data analysis and curve fitting: Imagine that we are studying a physical system involving two quantities: x and y Also suppose that we expect a linear relationship

More information

Solving Rational Equations

Solving Rational Equations Lesson M Lesson : Student Outcomes Students solve rational equations, monitoring for the creation of extraneous solutions. Lesson Notes In the preceding lessons, students learned to add, subtract, multiply,

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

Systems of Linear Equations

Systems of Linear Equations Chapter 1 Systems of Linear Equations 1.1 Intro. to systems of linear equations Homework: [Textbook, Ex. 13, 15, 41, 47, 49, 51, 65, 73; page 11-]. Main points in this section: 1. Definition of Linear

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Discrete Mathematics: Homework 7 solution. Due: 2011.6.03

Discrete Mathematics: Homework 7 solution. Due: 2011.6.03 EE 2060 Discrete Mathematics spring 2011 Discrete Mathematics: Homework 7 solution Due: 2011.6.03 1. Let a n = 2 n + 5 3 n for n = 0, 1, 2,... (a) (2%) Find a 0, a 1, a 2, a 3 and a 4. (b) (2%) Show that

More information

Lecture 5 Rational functions and partial fraction expansion

Lecture 5 Rational functions and partial fraction expansion S. Boyd EE102 Lecture 5 Rational functions and partial fraction expansion (review of) polynomials rational functions pole-zero plots partial fraction expansion repeated poles nonproper rational functions

More information

General Framework for an Iterative Solution of Ax b. Jacobi s Method

General Framework for an Iterative Solution of Ax b. Jacobi s Method 2.6 Iterative Solutions of Linear Systems 143 2.6 Iterative Solutions of Linear Systems Consistent linear systems in real life are solved in one of two ways: by direct calculation (using a matrix factorization,

More information

Solutions to Math 51 First Exam January 29, 2015

Solutions to Math 51 First Exam January 29, 2015 Solutions to Math 5 First Exam January 29, 25. ( points) (a) Complete the following sentence: A set of vectors {v,..., v k } is defined to be linearly dependent if (2 points) there exist c,... c k R, not

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

Complex Eigenvalues. 1 Complex Eigenvalues

Complex Eigenvalues. 1 Complex Eigenvalues Complex Eigenvalues Today we consider how to deal with complex eigenvalues in a linear homogeneous system of first der equations We will also look back briefly at how what we have done with systems recapitulates

More information

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set.

MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. MATH 304 Linear Algebra Lecture 9: Subspaces of vector spaces (continued). Span. Spanning set. Vector space A vector space is a set V equipped with two operations, addition V V (x,y) x + y V and scalar

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

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

To give it a definition, an implicit function of x and y is simply any relationship that takes the form:

To give it a definition, an implicit function of x and y is simply any relationship that takes the form: 2 Implicit function theorems and applications 21 Implicit functions The implicit function theorem is one of the most useful single tools you ll meet this year After a while, it will be second nature to

More information

Solving Systems of Linear Equations

Solving Systems of Linear Equations LECTURE 5 Solving Systems of Linear Equations Recall that we introduced the notion of matrices as a way of standardizing the expression of systems of linear equations In today s lecture I shall show how

More information

How To Solve A Linear Dierential Equation

How To Solve A Linear Dierential Equation Dierential Equations (part 2): Linear Dierential Equations (by Evan Dummit, 2012, v. 1.00) Contents 4 Linear Dierential Equations 1 4.1 Terminology.................................................. 1 4.2

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

Linear Algebra Notes

Linear Algebra Notes Linear Algebra Notes Chapter 19 KERNEL AND IMAGE OF A MATRIX Take an n m matrix a 11 a 12 a 1m a 21 a 22 a 2m a n1 a n2 a nm and think of it as a function A : R m R n The kernel of A is defined as Note

More information

the points are called control points approximating curve

the points are called control points approximating curve Chapter 4 Spline Curves A spline curve is a mathematical representation for which it is easy to build an interface that will allow a user to design and control the shape of complex curves and surfaces.

More information

MATH 551 - APPLIED MATRIX THEORY

MATH 551 - APPLIED MATRIX THEORY MATH 55 - APPLIED MATRIX THEORY FINAL TEST: SAMPLE with SOLUTIONS (25 points NAME: PROBLEM (3 points A web of 5 pages is described by a directed graph whose matrix is given by A Do the following ( points

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

8.1. Cramer s Rule for Solving Simultaneous Linear Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

8.1. Cramer s Rule for Solving Simultaneous Linear Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Cramer s Rule for Solving Simultaneous Linear Equations 8.1 Introduction The need to solve systems of linear equations arises frequently in engineering. The analysis of electric circuits and the control

More information

DERIVATIVES AS MATRICES; CHAIN RULE

DERIVATIVES AS MATRICES; CHAIN RULE DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we

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

1.2 Solving a System of Linear Equations

1.2 Solving a System of Linear Equations 1.. SOLVING A SYSTEM OF LINEAR EQUATIONS 1. Solving a System of Linear Equations 1..1 Simple Systems - Basic De nitions As noticed above, the general form of a linear system of m equations in n variables

More information

MATH 31B: MIDTERM 1 REVIEW. 1. Inverses. yx 3y = 1. x = 1 + 3y y 4( 1) + 32 = 1

MATH 31B: MIDTERM 1 REVIEW. 1. Inverses. yx 3y = 1. x = 1 + 3y y 4( 1) + 32 = 1 MATH 3B: MIDTERM REVIEW JOE HUGHES. Inverses. Let f() = 3. Find the inverse g() for f. Solution: Setting y = ( 3) and solving for gives and g() = +3. y 3y = = + 3y y. Let f() = 4 + 3. Find a domain on

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

Math 2280 - Assignment 6

Math 2280 - Assignment 6 Math 2280 - Assignment 6 Dylan Zwick Spring 2014 Section 3.8-1, 3, 5, 8, 13 Section 4.1-1, 2, 13, 15, 22 Section 4.2-1, 10, 19, 28 1 Section 3.8 - Endpoint Problems and Eigenvalues 3.8.1 For the eigenvalue

More information

The Method of Least Squares

The Method of Least Squares The Method of Least Squares Steven J. Miller Mathematics Department Brown University Providence, RI 0292 Abstract The Method of Least Squares is a procedure to determine the best fit line to data; the

More information

Click on the links below to jump directly to the relevant section

Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section What is algebra? Operations with algebraic terms Mathematical properties of real numbers Order of operations What is Algebra? Algebra is

More information

Linearly Independent Sets and Linearly Dependent Sets

Linearly Independent Sets and Linearly Dependent Sets These notes closely follow the presentation of the material given in David C. Lay s textbook Linear Algebra and its Applications (3rd edition). These notes are intended primarily for in-class presentation

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

Name: Section Registered In:

Name: Section Registered In: Name: Section Registered In: Math 125 Exam 3 Version 1 April 24, 2006 60 total points possible 1. (5pts) Use Cramer s Rule to solve 3x + 4y = 30 x 2y = 8. Be sure to show enough detail that shows you are

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

1 Solving LPs: The Simplex Algorithm of George Dantzig

1 Solving LPs: The Simplex Algorithm of George Dantzig Solving LPs: The Simplex Algorithm of George Dantzig. Simplex Pivoting: Dictionary Format We illustrate a general solution procedure, called the simplex algorithm, by implementing it on a very simple example.

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

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

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions College of the Holy Cross, Spring 29 Math 373, Partial Differential Equations Midterm 1 Practice Questions 1. (a) Find a solution of u x + u y + u = xy. Hint: Try a polynomial of degree 2. Solution. Use

More information

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively.

Au = = = 3u. Aw = = = 2w. so the action of A on u and w is very easy to picture: it simply amounts to a stretching by 3 and 2, respectively. Chapter 7 Eigenvalues and Eigenvectors In this last chapter of our exploration of Linear Algebra we will revisit eigenvalues and eigenvectors of matrices, concepts that were already introduced in Geometry

More information

LAB 11: MATRICES, SYSTEMS OF EQUATIONS and POLYNOMIAL MODELING

LAB 11: MATRICES, SYSTEMS OF EQUATIONS and POLYNOMIAL MODELING LAB 11: MATRICS, SYSTMS OF QUATIONS and POLYNOMIAL MODLING Objectives: 1. Solve systems of linear equations using augmented matrices. 2. Solve systems of linear equations using matrix equations and inverse

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

160 CHAPTER 4. VECTOR SPACES

160 CHAPTER 4. VECTOR SPACES 160 CHAPTER 4. VECTOR SPACES 4. Rank and Nullity In this section, we look at relationships between the row space, column space, null space of a matrix and its transpose. We will derive fundamental results

More information