Solution: In standard form (i.e. y + P (t)y = Q(t)) we have y t y = cos(t)

Size: px
Start display at page:

Download "Solution: In standard form (i.e. y + P (t)y = Q(t)) we have y t y = cos(t)"

Transcription

1 Math 380 Practice Final Solutions This is longer than the actual exam, which will be 8 to 0 questions (some might be multiple choice). You are allowed up to two sheets of notes (both sides) and a calculator, although any use of a calculator must be indicated. On numerical method probems (e.g. Euler s method) the use of a (non-internet capable) calculator is expected. () Find the general solution to ( + t)y + y cos t. Solution: In standard form (i.e. y + P (t)y Q(t)) we have y + + t y cos(t) + t. Using the integrating factor method (section.5), we have ρ(t) e P (t)dt e log(+t) + t. Then ρ Q dt cos t dt sin t and y C ρ + ρqdt ρ C + t + sin t + t. () Rewrite the initial value problem y + y + y t, y(0) y (0) y (0) 0 as an equivalent first-order system. Solution: Introduce the variables v y, v v y and the system becomes: y v v v v t v y y(0) 0, v (0) 0, v (0) 0 Note that rewriting the initial conditions is a required part of this answer. (3) Find the general solution to the system [ [ d 4 dt x 3 [. x Solution: The eigenvalues of the matrix are found from [ λ 4 det λ 3 λ + λ (λ )(λ + ) 0 From row-reducing A λi for each of these two eigenvalues (λ and λ ) we can find that the eigenvectors are v ( 4, ) and v (, ), so the solutions are x 4C e t C e t and x C e t + C e t. It is also acceptable to keep the solution in vector form:

2 x C e t [ 4 + C e t [ For large t, (x, x ) e t ( 4C, C ). For large t, (x, x ) e t ( C, C ). Some trajectories are shown below (4) Are the vectors v (,, 3, 4), v (,, 4, ), and v 3 (0, 3,, 3) linearly independent? If not, write one of them as a linear combination of the other two. Solution: The vectors are linearly dependent if there are c, c, c 3, not all zero, such that c v + c v + c 3 v 3 0. This is equivalent to the coefficient matrix A having less than 3 pivots after row-reduction. If we row-reduce A 4 3 we find This only has two pivots. The free variable is c 3, which we can choose to be (to avoid fractions - it would be OK to set it to any nonzero value), which gives c and c. So v v + v 3 0; we can write any of the vectors in terms of the other two but the easiest choice here is v v + v 3..

3 (5) Solve the initial value problem y + y cos x, y (0) 0, y(0). Solution: This could be also done with a Laplace transform. Using undetermined coefficients we find the solution by decomposing it into y y h +y p. The homogeneous solution y h is found from the characteristic equation r + (r i)(r + i) 0 to be y h C cos(x) + C sin(x). Since the right-hand side cos(x) is contained in the solution space of the homogeneous equation, we consider particular solutions of the form y p Ax cos(x) + Bx sin(x). Then y p Ax cos(x) A sin(x) + B cos(x) Bx sin(x). Substituting these forms into our ODE yields A sin(x) + B cos(x) cos(x), so A 0 and B /. So now we know that y C cos(x) + C sin(x) + x sin(x)/. Evaluating this using the initial conditions we get C 0 and C cos(x) + x sin(x), so y. (6) Use Euler s, the Improved Euler s, or the Runge-Kutta method to numerically approximate y() to two digits of accuracy if y t + y and y(0). Solution: It takes 76 steps to get the desired accuracy with Euler s Method (so this is somewhat harder than anything I would require on the actual final exam). For the improved Euler s method, 5 steps are needed. Fourth-order Runge-Kutta works in step (stepsize ), giving y() 6.37 which agrees with y() in the first two digits after rounding: f(x, y) x + y, h, x 0 0, y 0 k f(x 0, y 0 ) f(0, ) k f(x 0 + h/, y 0 + hk /) f(, ) k 3 f(x 0 + h/, y 0 + hk /) f(, + ) k 4 f(x 0 + h, y 0 + hk 3 ) f(, + + 3) y() y y 0 + h 6 (k 0 +k +k 3 +k 4 ) It is not necessary to keep the intermediate calculations in exact form, as done above, but you do need to be careful to include enough digits to avoid rounding error - especially if you are trying for a more accurate solution. (7) Find the general solution to the system [ [ d 5 dt x 3 [. x

4 4 Solution: The characteristic equation is det(a λi) λ 4λ + 8 with roots (eigenvalues) λ ± i. We need to find one eigenvector, lets find it for λ + i. We now row reduce [ [ i 5 i A ( + i)i i 0 0 So the eigenvector can be chosen to be v ( + i, ). Then the solution to the system is [ x C x Re[ve t (cos (t) + i sin (t)) + C Im[ve t (cos (t) + i sin (t)) C [ e t (cos (t) + sin (t)) e t cos (t) + C [ e t ( sin (t) + cos (t)) e t sin (t) (8) Find the Laplace transform X(s) L(x(t)) if x + 8x + 5x 0 and x(0) 0, x (0). Then find the solution x(t). Solution: Taking the Laplace transform of the ODE gives s X(s) + 8sX(s) + 5X(s) 8x(0) sx(0) x (0) s X(s) + 8sX(s) + 5X(s) 0. Solving for X(s) and performing a partial fraction decomposition, we get X(s) s + 8s + 5 / s + 3 / s + 5 Since L ( s a ) eat, we can invert X(s) to get x(t) e 3t e 5t. (9) What is the form of the general solution to the ODE y 4y + 4y 0y te t cos (3t) + t. Hint: one of the roots of the characteristic polynomial of the lefthand side is. Solution: First we find the homogeneous solution. The characteristic equation can be factored using the hint to get r 3 4r + 4r 0 (r ) ( r r + 0 ) and then we can use the quadratic equation to get r, ± 3i. So the homogeneous solution is y h C e t sin (3t) + C e t cos (3t) + C 3 e t. If there were no overlap with the homogeneous solution we would use the form Ate t cos (3t) + Bte t sin (3t) + Ce t cos (3t) + De t sin (3t) + Et + F t + G

5 for the particular solution, but the terms with C and D are contained in the homogeneous solution so we multiply everything involving this root (the A,B,C, and D terms) by t to get the form of the particular solution: y p At e t cos (3t) + Bt e t sin (3t) + Cte t cos (3t) + Dte t sin (3t) + Et + F t + G. The form of the general solution is the sum of these, y y h + y p. (0) Consider a mass-spring system with two masses of mass m and m. Mass is connected to a wall with a spring of stiffness k and to mass with a spring of stiffness k. Mass is a connected to a second wall with a spring of stiffness k 3, as shown below. Their displacements ( ) from the equilibrium are x and x, which we will combine into a vector x. Then if x x Ax, show that the real parts of the eigenvalues of A must be negative if the masses and spring constants are positive. Solution: As discussed in chapter 7.4, the matrix A has the form: ( ) (k + k )/m k /m k /m (k + k 3 )/m One way to see that the real parts of the eigenvalues are negative if the k i and m i are positive is to use the fact that if λ and λ are the eigenvalues of A, then tr(a) λ + λ and det(a) λ λ. The determinant can be simplified to det(a) k k + k k 3 + k k 3 m m which is clearly positive. Since the trace is negative the sign of each real part must be negative. In fact the eigenvalues are always real in the case but that is harder to prove. () Use either the Laplace transform method or the eigenvalue/eigenvector method to find the steady state solution to the initial value problem x x z, y x y, z x + z, x(0) 0, y(0) 0, z(0). Solution: Using the eigenvalue/eigenvector method we first compute the eigenvalues of the coefficient matrix A 0 from the characteristic equation 0 0 det(a λi) 0. This factors as (λ + )(λ + ) 0, so the eigenvalues are ±i and. Now we find the eigenvectors. For λ we row reduce A + I

6 6 x y z to get The kernel of this matrix consists of vectors of the form for any a. We can choose a. 0 a 0 For the complex conjugate pair we can use either eigenvalue. If we choose to use i, 0 / i/ then we row reduce A ii to get 0 i/. If we choose the last entry of the eigenvalue to be, the eigenvector is C i i The general solution is e t +C Re( + i i (cos(t)+i sin(t)))+c 3 Im( + i i (cos(t)+i sin(t))) C 0 0 e t + C cos(t) sin(t) sin(t) cos(t) + C 3. cos(t) sin(t) cos(t) sin(t) Now we can use the initial conditions; evaluating at t 0 gives C + C 3 0, C C 3 0, and C. So C 3 and C. For the steady state solution we drop the first term since e t will decay to 0. So the steady state solution is: sin(t) cos(t) + sin(t) cos(t) + sin(t). () Find the equilibria of the system x y 3 x, y x, and determine their stability by computing the eigenvalues of the linearized systems. Solution: To find the equilibria we solve the pair of equations y 3 x 0, x 0. The second equation is simpler, since it only involves x - any equilibria must have x ±. Substituting these values into the first equation gives y 3 ±, so y ± and y is the same sign as x. I.e. the two equilibria are (, ) and (, ). The Jacobian matrix of the functions f (x, y) y 3 x and f x is ( ) ( ) f f (y 3 x) (y 3 x) ( ) 6y f f (x ) (x ) x 0 ). The eigenvalues are solutions ( 6 At the equilibrium (, ) this becomes 0 of λ + λ 0, which are ± 3. Since + 3 > 0, there is a positive eigenvalue and the equilibrium is unstable.

7 ( ) 6 At the equilibrium (, ) the Jacobian becomes. The eigenvalues 0 are solutions of λ + λ + 0, which are ± 3i. Since the real parts of these are negative, the equilibrium is stable (nearby solutions would spiral inwards). (3) Three identical, well-stirred tanks of with 00 liters of water in each tank are connected in series with tank pumping 0 liter/minute into tank, tank pumping 0 liter/minute into tank 3, and tank 3 pumping 0 liter/minute into tank. If tank initially has 500 grams of salt dissolved in it, and the other two tanks start at time t 0 with no salt, which of the following initial value problems describes the amounts of salt in grams in each tank (x salt in tank, x salt in tank, x 3 salt in tank 3). Solution: Answer (c) is correct x 0 x 3 0 x x 0 x 0 x x 3 0 x 0 x 3 (4) What is the dimension of the field of complex numbers when it is considered as a vector space over the field of real numbers? Justify your answer by finding a basis. Solution: The dimension is : since we can write any complex number as a + bi where a and b are real, the set of numbers {, i} are a basis. (The elements of this basis are linearly independent over the real numbers; if c + c i 0, then i c /c. Squaring that relation gives c /c, a contradiction for real c and c.)

Math 20D Final Exam 8 December has eigenvalues 3, 3, 0 and find the eigenvectors associated with 3. ( 2) det

Math 20D Final Exam 8 December has eigenvalues 3, 3, 0 and find the eigenvectors associated with 3. ( 2) det Math D Final Exam 8 December 9. ( points) Show that the matrix 4 has eigenvalues 3, 3, and find the eigenvectors associated with 3. 4 λ det λ λ λ = (4 λ) det λ ( ) det + det λ = (4 λ)(( λ) 4) + ( λ + )

More information

June 2011 PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 262) Linear Algebra and Differential Equations

June 2011 PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 262) Linear Algebra and Differential Equations June 20 PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 262) Linear Algebra and Differential Equations The topics covered in this exam can be found in An introduction to differential equations

More information

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal

1. Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal . Diagonalize the matrix A if possible, that is, find an invertible matrix P and a diagonal 3 9 matrix D such that A = P DP, for A =. 3 4 3 (a) P = 4, D =. 3 (b) P = 4, D =. (c) P = 4 8 4, D =. 3 (d) P

More information

Problem Score Possible Points Total 150

Problem Score Possible Points Total 150 Math 250 Fall 2010 Final Exam NAME: ID No: SECTION: This exam contains 17 problems on 13 pages (including this title page) for a total of 150 points. There are 10 multiple-choice problems and 7 partial

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Differential equations

Differential equations Differential equations Math 7 Spring Practice problems for April Exam Problem Use the method of elimination to find the x-component of the general solution of x y = 6x 9x + y = x 6y 9y Soln: The system

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

Third In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 3 December 2009 (1) [6] Given that 2 is an eigenvalue of the matrix

Third In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 3 December 2009 (1) [6] Given that 2 is an eigenvalue of the matrix Third In-Class Exam Solutions Math 26, Professor David Levermore Thursday, December 2009 ) [6] Given that 2 is an eigenvalue of the matrix A 2, 0 find all the eigenvectors of A associated with 2. Solution.

More information

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016 Math 4B Notes Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: T 2:45 :45pm Last updated 7/24/206 Classification of Differential Equations The order of a differential equation is the

More information

APPM 2360: Midterm exam 3 April 19, 2017

APPM 2360: Midterm exam 3 April 19, 2017 APPM 36: Midterm exam 3 April 19, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your lecture section number and (4) a grading table. Text books, class notes, cell

More information

Linear Algebra- Final Exam Review

Linear Algebra- Final Exam Review Linear Algebra- Final Exam Review. Let A be invertible. Show that, if v, v, v 3 are linearly independent vectors, so are Av, Av, Av 3. NOTE: It should be clear from your answer that you know the definition.

More information

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2 Form A Math 4 Common Part of Final Exam December 6, 996 INSTRUCTIONS: Please enter your NAME, ID NUMBER, FORM designation, and INDEX NUMBER on your op scan sheet. The index number should be written in

More information

Math Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

More information

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

Differential Equations 2280 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 2015 at 12:50pm

Differential Equations 2280 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 2015 at 12:50pm Differential Equations 228 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 25 at 2:5pm Instructions: This in-class exam is 5 minutes. No calculators, notes, tables or books. No answer check is

More information

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015.

APPM 2360: Final Exam 10:30am 1:00pm, May 6, 2015. APPM 23: Final Exam :3am :pm, May, 25. ON THE FRONT OF YOUR BLUEBOOK write: ) your name, 2) your student ID number, 3) lecture section, 4) your instructor s name, and 5) a grading table for eight questions.

More information

MA 266 Review Topics - Exam # 2 (updated)

MA 266 Review Topics - Exam # 2 (updated) MA 66 Reiew Topics - Exam # updated Spring First Order Differential Equations Separable, st Order Linear, Homogeneous, Exact Second Order Linear Homogeneous with Equations Constant Coefficients The differential

More information

20D - Homework Assignment 5

20D - Homework Assignment 5 Brian Bowers TA for Hui Sun MATH D Homework Assignment 5 November 8, 3 D - Homework Assignment 5 First, I present the list of all matrix row operations. We use combinations of these steps to row reduce

More information

+ i. cos(t) + 2 sin(t) + c 2.

+ i. cos(t) + 2 sin(t) + c 2. MATH HOMEWORK #7 PART A SOLUTIONS Problem 7.6.. Consider the system x = 5 x. a Express the general solution of the given system of equations in terms of realvalued functions. b Draw a direction field,

More information

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012

Polytechnic Institute of NYU MA 2132 Final Practice Answers Fall 2012 Polytechnic Institute of NYU MA Final Practice Answers Fall Studying from past or sample exams is NOT recommended. If you do, it should be only AFTER you know how to do all of the homework and worksheet

More information

Solutions of the Sample Problems for the Third In-Class Exam Math 246, Fall 2017, Professor David Levermore

Solutions of the Sample Problems for the Third In-Class Exam Math 246, Fall 2017, Professor David Levermore Solutions of the Sample Problems for the Third In-Class Exam Math 6 Fall 07 Professor David Levermore Compute the Laplace transform of ft t e t ut from its definition Solution The definition of the Laplace

More information

Solutions to Final Exam Sample Problems, Math 246, Spring 2011

Solutions to Final Exam Sample Problems, Math 246, Spring 2011 Solutions to Final Exam Sample Problems, Math 246, Spring 2 () Consider the differential equation dy dt = (9 y2 )y 2 (a) Identify its equilibrium (stationary) points and classify their stability (b) Sketch

More information

MATH 24 EXAM 3 SOLUTIONS

MATH 24 EXAM 3 SOLUTIONS MATH 4 EXAM 3 S Consider the equation y + ω y = cosω t (a) Find the general solution of the homogeneous equation (b) Find the particular solution of the non-homogeneous equation using the method of Undetermined

More information

MATH 251 Examination I October 5, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 5, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination I October 5, 2017 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all your work! In order to obtain full credit for partial credit

More information

Math Exam 3 Solutions

Math Exam 3 Solutions Math 6 - Exam 3 Solutions Thursday, July 3rd, 0 Recast the following higher-order differential equations into first order systems If the equation is linear, be sure to give the coefficient matrix At and

More information

Solutions of Spring 2008 Final Exam

Solutions of Spring 2008 Final Exam Solutions of Spring 008 Final Exam 1. (a) The isocline for slope 0 is the pair of straight lines y = ±x. The direction field along these lines is flat. The isocline for slope is the hyperbola on the left

More information

MA 262 Spring 1993 FINAL EXAM INSTRUCTIONS. 1. You must use a #2 pencil on the mark sense sheet (answer sheet).

MA 262 Spring 1993 FINAL EXAM INSTRUCTIONS. 1. You must use a #2 pencil on the mark sense sheet (answer sheet). MA 6 Spring 993 FINAL EXAM INSTRUCTIONS NAME. You must use a # pencil on the mark sense sheet (answer sheet).. On the mark sense sheet, fill in the instructor s name and the course number. 3. Fill in your

More information

Do not write below here. Question Score Question Score Question Score

Do not write below here. Question Score Question Score Question Score MATH-2240 Friday, May 4, 2012, FINAL EXAMINATION 8:00AM-12:00NOON Your Instructor: Your Name: 1. Do not open this exam until you are told to do so. 2. This exam has 30 problems and 18 pages including this

More information

235 Final exam review questions

235 Final exam review questions 5 Final exam review questions Paul Hacking December 4, 0 () Let A be an n n matrix and T : R n R n, T (x) = Ax the linear transformation with matrix A. What does it mean to say that a vector v R n is an

More information

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable)

Def. (a, b) is a critical point of the autonomous system. 1 Proper node (stable or unstable) 2 Improper node (stable or unstable) Types of critical points Def. (a, b) is a critical point of the autonomous system Math 216 Differential Equations Kenneth Harris kaharri@umich.edu Department of Mathematics University of Michigan November

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 27: 7.8 Repeated Eigenvalues

Lecture Notes for Math 251: ODE and PDE. Lecture 27: 7.8 Repeated Eigenvalues Lecture Notes for Math 25: ODE and PDE. Lecture 27: 7.8 Repeated Eigenvalues Shawn D. Ryan Spring 22 Repeated Eigenvalues Last Time: We studied phase portraits and systems of differential equations with

More information

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them.

PRACTICE FINAL EXAM. why. If they are dependent, exhibit a linear dependence relation among them. Prof A Suciu MTH U37 LINEAR ALGEBRA Spring 2005 PRACTICE FINAL EXAM Are the following vectors independent or dependent? If they are independent, say why If they are dependent, exhibit a linear dependence

More information

MATH 2250 Final Exam Solutions

MATH 2250 Final Exam Solutions MATH 225 Final Exam Solutions Tuesday, April 29, 28, 6: 8:PM Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the exam

More information

You may use a calculator, but you must show all your work in order to receive credit.

You may use a calculator, but you must show all your work in order to receive credit. Math 2410-010/015 Exam II April 7 th, 2017 Name: Instructions: Key Answer each question to the best of your ability. All answers must be written clearly. Be sure to erase or cross out any work that you

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 7. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C x is the general solution of a differential

More information

Math 21b Final Exam Thursday, May 15, 2003 Solutions

Math 21b Final Exam Thursday, May 15, 2003 Solutions Math 2b Final Exam Thursday, May 5, 2003 Solutions. (20 points) True or False. No justification is necessary, simply circle T or F for each statement. T F (a) If W is a subspace of R n and x is not in

More information

MA26600 FINAL EXAM INSTRUCTIONS Fall 2015

MA26600 FINAL EXAM INSTRUCTIONS Fall 2015 MA266 FINAL EXAM INSTRUCTIONS Fall 25 NAME INSTRUCTOR. You must use a #2 pencil on the mark sense sheet (answer sheet. 2. On the mark sense sheet, fill in the instructor s name (if you do not know, write

More information

Solutions for homework 11

Solutions for homework 11 Solutions for homework Section 9 Linear Sstems with constant coefficients Overview of the Technique 3 Use hand calculations to find the characteristic polnomial and eigenvalues for the matrix ( 3 5 λ T

More information

MAT Linear Algebra Collection of sample exams

MAT Linear Algebra Collection of sample exams MAT 342 - Linear Algebra Collection of sample exams A-x. (0 pts Give the precise definition of the row echelon form. 2. ( 0 pts After performing row reductions on the augmented matrix for a certain system

More information

Math 215 HW #9 Solutions

Math 215 HW #9 Solutions Math 5 HW #9 Solutions. Problem 4.4.. If A is a 5 by 5 matrix with all a ij, then det A. Volumes or the big formula or pivots should give some upper bound on the determinant. Answer: Let v i be the ith

More information

Math 215/255 Final Exam (Dec 2005)

Math 215/255 Final Exam (Dec 2005) Exam (Dec 2005) Last Student #: First name: Signature: Circle your section #: Burggraf=0, Peterson=02, Khadra=03, Burghelea=04, Li=05 I have read and understood the instructions below: Please sign: Instructions:.

More information

Math 216 Second Midterm 28 March, 2013

Math 216 Second Midterm 28 March, 2013 Math 26 Second Midterm 28 March, 23 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Math 266 Midterm Exam 2

Math 266 Midterm Exam 2 Math 266 Midterm Exam 2 March 2st 26 Name: Ground Rules. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use one 4-by-6

More information

APPM 2360: Midterm 3 July 12, 2013.

APPM 2360: Midterm 3 July 12, 2013. APPM 2360: Midterm 3 July 12, 2013. ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your instructor s name, (3) your recitation section number and (4) a grading table. Text books, class notes,

More information

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

More information

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section: MATH 251 Examination I October 8, 2015 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

MATH 251 Examination I February 25, 2016 FORM A. Name: Student Number: Section:

MATH 251 Examination I February 25, 2016 FORM A. Name: Student Number: Section: MATH 251 Examination I February 25, 2016 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all your work! In order to obtain full credit for partial credit

More information

Math 304 Answers to Selected Problems

Math 304 Answers to Selected Problems Math Answers to Selected Problems Section 6.. Find the general solution to each of the following systems. a y y + y y y + y e y y y y y + y f y y + y y y + 6y y y + y Answer: a This is a system of the

More information

Math 310 Introduction to Ordinary Differential Equations Final Examination August 9, Instructor: John Stockie

Math 310 Introduction to Ordinary Differential Equations Final Examination August 9, Instructor: John Stockie Make sure this exam has 15 pages. Math 310 Introduction to Ordinary Differential Equations inal Examination August 9, 2006 Instructor: John Stockie Name: (Please Print) Student Number: Special Instructions

More information

3. Identify and find the general solution of each of the following first order differential equations.

3. Identify and find the general solution of each of the following first order differential equations. Final Exam MATH 33, Sample Questions. Fall 6. y = Cx 3 3 is the general solution of a differential equation. Find the equation. Answer: y = 3y + 9 xy. y = C x + C is the general solution of a differential

More information

Section 8.2 : Homogeneous Linear Systems

Section 8.2 : Homogeneous Linear Systems Section 8.2 : Homogeneous Linear Systems Review: Eigenvalues and Eigenvectors Let A be an n n matrix with constant real components a ij. An eigenvector of A is a nonzero n 1 column vector v such that Av

More information

Matrix Theory and Differential Equations Practice For the Final in BE1022 Thursday 14th December 2006 at 8.00am

Matrix Theory and Differential Equations Practice For the Final in BE1022 Thursday 14th December 2006 at 8.00am Matrix Theory and Differential Equations Practice For the Final in BE1022 Thursday 14th December 2006 at 8.00am Question 1 A Mars lander is approaching the moon at a speed of five kilometers per second.

More information

Solutions to Final Exam Sample Problems, Math 246, Spring 2018

Solutions to Final Exam Sample Problems, Math 246, Spring 2018 Solutions to Final Exam Sample Problems, Math 46, Spring 08 () Consider the differential equation dy dt = (9 y )y. (a) Find all of its stationary points and classify their stability. (b) Sketch its phase-line

More information

MATH 320, WEEK 11: Eigenvalues and Eigenvectors

MATH 320, WEEK 11: Eigenvalues and Eigenvectors MATH 30, WEEK : Eigenvalues and Eigenvectors Eigenvalues and Eigenvectors We have learned about several vector spaces which naturally arise from matrix operations In particular, we have learned about the

More information

Math 216 Final Exam 24 April, 2017

Math 216 Final Exam 24 April, 2017 Math 216 Final Exam 24 April, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Math 308 Final Exam Practice Problems

Math 308 Final Exam Practice Problems Math 308 Final Exam Practice Problems This review should not be used as your sole source for preparation for the exam You should also re-work all examples given in lecture and all suggested homework problems

More information

Math 216 Final Exam 14 December, 2012

Math 216 Final Exam 14 December, 2012 Math 216 Final Exam 14 December, 2012 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

More information

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations.

UNIVERSITY OF SOUTHAMPTON. A foreign language dictionary (paper version) is permitted provided it contains no notes, additions or annotations. UNIVERSITY OF SOUTHAMPTON MATH055W SEMESTER EXAMINATION 03/4 MATHEMATICS FOR ELECTRONIC & ELECTRICAL ENGINEERING Duration: 0 min Solutions Only University approved calculators may be used. A foreign language

More information

This is a closed book exam. No notes or calculators are permitted. We will drop your lowest scoring question for you.

This is a closed book exam. No notes or calculators are permitted. We will drop your lowest scoring question for you. Math 54 Fall 2017 Practice Final Exam Exam date: 12/14/17 Time Limit: 170 Minutes Name: Student ID: GSI or Section: This exam contains 9 pages (including this cover page) and 10 problems. Problems are

More information

Examination paper for TMA4110 Matematikk 3

Examination paper for TMA4110 Matematikk 3 Department of Mathematical Sciences Examination paper for TMA11 Matematikk 3 Academic contact during examination: Eugenia Malinnikova Phone: 735557 Examination date: 6th May, 15 Examination time (from

More information

2.3. VECTOR SPACES 25

2.3. VECTOR SPACES 25 2.3. VECTOR SPACES 25 2.3 Vector Spaces MATH 294 FALL 982 PRELIM # 3a 2.3. Let C[, ] denote the space of continuous functions defined on the interval [,] (i.e. f(x) is a member of C[, ] if f(x) is continuous

More information

APPM 2360 Section Exam 3 Wednesday November 19, 7:00pm 8:30pm, 2014

APPM 2360 Section Exam 3 Wednesday November 19, 7:00pm 8:30pm, 2014 APPM 2360 Section Exam 3 Wednesday November 9, 7:00pm 8:30pm, 204 ON THE FRONT OF YOUR BLUEBOOK write: () your name, (2) your student ID number, (3) lecture section, (4) your instructor s name, and (5)

More information

Problem Score Possible Points Total 150

Problem Score Possible Points Total 150 Math 250 Spring 2010 Final Exam NAME: ID No: SECTION: This exam contains 17 problems on 14 pages (including this title page) for a total of 150 points. The exam has a multiple choice part, and partial

More information

Math 216 Second Midterm 16 November, 2017

Math 216 Second Midterm 16 November, 2017 Math 216 Second Midterm 16 November, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

Math 1553 Worksheet 5.3, 5.5

Math 1553 Worksheet 5.3, 5.5 Math Worksheet, Answer yes / no / maybe In each case, A is a matrix whose entries are real a) If A is a matrix with characteristic polynomial λ(λ ), then the - eigenspace is -dimensional b) If A is an

More information

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers.

5.) For each of the given sets of vectors, determine whether or not the set spans R 3. Give reasons for your answers. Linear Algebra - Test File - Spring Test # For problems - consider the following system of equations. x + y - z = x + y + 4z = x + y + 6z =.) Solve the system without using your calculator..) Find the

More information

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November 6 2017 Name: Student ID Number: I understand it is against the rules to cheat or engage in other academic misconduct

More information

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5 Math 24 Final Exam Solution 17 December 1999 1. Find the general solution to the differential equation ty 0 +2y = sin t. Solution: Rewriting the equation in the form (for t 6= 0),we find that y 0 + 2 t

More information

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( )

Math 3301 Homework Set Points ( ) ( ) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, ( ) ( ) ( ) ( ) #7. ( pts) I ll leave it to you to verify that the eigenvalues and eigenvectors for this matrix are, λ 5 λ 7 t t ce The general solution is then : 5 7 c c c x( 0) c c 9 9 c+ c c t 5t 7 e + e A sketch of

More information

MATH 3321 Sample Questions for Exam 3. 3y y, C = Perform the indicated operations, if possible: (a) AC (b) AB (c) B + AC (d) CBA

MATH 3321 Sample Questions for Exam 3. 3y y, C = Perform the indicated operations, if possible: (a) AC (b) AB (c) B + AC (d) CBA MATH 33 Sample Questions for Exam 3. Find x and y so that x 4 3 5x 3y + y = 5 5. x = 3/7, y = 49/7. Let A = 3 4, B = 3 5, C = 3 Perform the indicated operations, if possible: a AC b AB c B + AC d CBA AB

More information

Math 322. Spring 2015 Review Problems for Midterm 2

Math 322. Spring 2015 Review Problems for Midterm 2 Linear Algebra: Topic: Linear Independence of vectors. Question. Math 3. Spring Review Problems for Midterm Explain why if A is not square, then either the row vectors or the column vectors of A are linearly

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems

Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Lecture Notes for Math 251: ODE and PDE. Lecture 30: 10.1 Two-Point Boundary Value Problems Shawn D. Ryan Spring 2012 Last Time: We finished Chapter 9: Nonlinear Differential Equations and Stability. Now

More information

APPM 2360: Midterm exam 1 February 15, 2017

APPM 2360: Midterm exam 1 February 15, 2017 APPM 36: Midterm exam 1 February 15, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your recitation section number and () a grading table. Text books, class notes,

More information

Final Exam Practice 3, May 8, 2018 Math 21b, Spring Name:

Final Exam Practice 3, May 8, 2018 Math 21b, Spring Name: Final Exam Practice 3, May 8, 8 Math b, Spring 8 Name: MWF 9 Oliver Knill MWF Jeremy Hahn MWF Hunter Spink MWF Matt Demers MWF Yu-Wen Hsu MWF Ben Knudsen MWF Sander Kupers MWF Hakim Walker TTH Ana Balibanu

More information

Calculus for the Life Sciences II Assignment 6 solutions. f(x, y) = 3π 3 cos 2x + 2 sin 3y

Calculus for the Life Sciences II Assignment 6 solutions. f(x, y) = 3π 3 cos 2x + 2 sin 3y Calculus for the Life Sciences II Assignment 6 solutions Find the tangent plane to the graph of the function at the point (0, π f(x, y = 3π 3 cos 2x + 2 sin 3y Solution: The tangent plane of f at a point

More information

Find the general solution of the system y = Ay, where

Find the general solution of the system y = Ay, where Math Homework # March, 9..3. Find the general solution of the system y = Ay, where 5 Answer: The matrix A has characteristic polynomial p(λ = λ + 7λ + = λ + 3(λ +. Hence the eigenvalues are λ = 3and λ

More information

Math 215/255: Elementary Differential Equations I Harish N Dixit, Department of Mathematics, UBC

Math 215/255: Elementary Differential Equations I Harish N Dixit, Department of Mathematics, UBC Math 215/255: Elementary Differential Equations I Harish N Dixit, Department of Mathematics, UBC First Order Equations Linear Equations y + p(x)y = q(x) Write the equation in the standard form, Calculate

More information

Section 9.3 Phase Plane Portraits (for Planar Systems)

Section 9.3 Phase Plane Portraits (for Planar Systems) Section 9.3 Phase Plane Portraits (for Planar Systems) Key Terms: Equilibrium point of planer system yꞌ = Ay o Equilibrium solution Exponential solutions o Half-line solutions Unstable solution Stable

More information

Linear algebra I Homework #1 due Thursday, Oct Show that the diagonals of a square are orthogonal to one another.

Linear algebra I Homework #1 due Thursday, Oct Show that the diagonals of a square are orthogonal to one another. Homework # due Thursday, Oct. 0. Show that the diagonals of a square are orthogonal to one another. Hint: Place the vertices of the square along the axes and then introduce coordinates. 2. Find the equation

More information

V 1 V 2. r 3. r 6 r 4. Math 2250 Lab 12 Due Date : 4/25/2017 at 6:00pm

V 1 V 2. r 3. r 6 r 4. Math 2250 Lab 12 Due Date : 4/25/2017 at 6:00pm Math 50 Lab 1 Name: Due Date : 4/5/017 at 6:00pm 1. In the previous lab you considered the input-output model below with pure water flowing into the system, C 1 = C 5 =0. r 1, C 1 r 5, C 5 r r V 1 V r

More information

Math 273 (51) - Final

Math 273 (51) - Final Name: Id #: Math 273 (5) - Final Autumn Quarter 26 Thursday, December 8, 26-6: to 8: Instructions: Prob. Points Score possible 25 2 25 3 25 TOTAL 75 Read each problem carefully. Write legibly. Show all

More information

MATH 251 Examination I July 5, 2011 FORM A. Name: Student Number: Section:

MATH 251 Examination I July 5, 2011 FORM A. Name: Student Number: Section: MATH 251 Examination I July 5, 2011 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Answer Key b c d e. 14. b c d e. 15. a b c e. 16. a b c e. 17. a b c d. 18. a b c e. 19. a b d e. 20. a b c e. 21. a c d e. 22.

Answer Key b c d e. 14. b c d e. 15. a b c e. 16. a b c e. 17. a b c d. 18. a b c e. 19. a b d e. 20. a b c e. 21. a c d e. 22. Math 20580 Answer Key 1 Your Name: Final Exam May 8, 2007 Instructor s name: Record your answers to the multiple choice problems by placing an through one letter for each problem on this answer sheet.

More information

Systems of Algebraic Equations and Systems of Differential Equations

Systems of Algebraic Equations and Systems of Differential Equations Systems of Algebraic Equations and Systems of Differential Equations Topics: 2 by 2 systems of linear equations Matrix expression; Ax = b Solving 2 by 2 homogeneous systems Functions defined on matrices

More information

There are six more problems on the next two pages

There are six more problems on the next two pages Math 435 bg & bu: Topics in linear algebra Summer 25 Final exam Wed., 8/3/5. Justify all your work to receive full credit. Name:. Let A 3 2 5 Find a permutation matrix P, a lower triangular matrix L with

More information

18.06 Problem Set 8 - Solutions Due Wednesday, 14 November 2007 at 4 pm in

18.06 Problem Set 8 - Solutions Due Wednesday, 14 November 2007 at 4 pm in 806 Problem Set 8 - Solutions Due Wednesday, 4 November 2007 at 4 pm in 2-06 08 03 Problem : 205+5+5+5 Consider the matrix A 02 07 a Check that A is a positive Markov matrix, and find its steady state

More information

Problems for M 11/2: A =

Problems for M 11/2: A = Math 30 Lesieutre Problem set # November 0 Problems for M /: 4 Let B be the basis given by b b Find the B-matrix for the transformation T : R R given by x Ax where 3 4 A (This just means the matrix for

More information

DIFFERENTIAL EQUATIONS REVIEW. Here are notes to special make-up discussion 35 on November 21, in case you couldn t make it.

DIFFERENTIAL EQUATIONS REVIEW. Here are notes to special make-up discussion 35 on November 21, in case you couldn t make it. DIFFERENTIAL EQUATIONS REVIEW PEYAM RYAN TABRIZIAN Here are notes to special make-up discussion 35 on November 21, in case you couldn t make it. Welcome to the special Friday after-school special of That

More information

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

Review Problems for Exam 2

Review Problems for Exam 2 Review Problems for Exam 2 This is a list of problems to help you review the material which will be covered in the final. Go over the problem carefully. Keep in mind that I am going to put some problems

More information

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 10, 2013 FORM A. Name: Student Number: Section: MATH 251 Examination I October 10, 2013 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004

Department of Applied Mathematics and Theoretical Physics. AMA 204 Numerical analysis. Exam Winter 2004 Department of Applied Mathematics and Theoretical Physics AMA 204 Numerical analysis Exam Winter 2004 The best six answers will be credited All questions carry equal marks Answer all parts of each question

More information

Department of Mathematics IIT Guwahati

Department of Mathematics IIT Guwahati Stability of Linear Systems in R 2 Department of Mathematics IIT Guwahati A system of first order differential equations is called autonomous if the system can be written in the form dx 1 dt = g 1(x 1,

More information

FINAL EXAM SOLUTIONS, MATH 123

FINAL EXAM SOLUTIONS, MATH 123 FINAL EXAM SOLUTIONS, MATH 23. Find the eigenvalues of the matrix ( 9 4 3 ) So λ = or 6. = λ 9 4 3 λ = ( λ)( 3 λ) + 36 = λ 2 7λ + 6 = (λ 6)(λ ) 2. Compute the matrix inverse: ( ) 3 3 = 3 4 ( 4/3 ) 3. Let

More information

Eigenpairs and Diagonalizability Math 401, Spring 2010, Professor David Levermore

Eigenpairs and Diagonalizability Math 401, Spring 2010, Professor David Levermore Eigenpairs and Diagonalizability Math 40, Spring 200, Professor David Levermore Eigenpairs Let A be an n n matrix A number λ possibly complex even when A is real is an eigenvalue of A if there exists a

More information

Question: Total. Points:

Question: Total. Points: MATH 308 May 23, 2011 Final Exam Name: ID: Question: 1 2 3 4 5 6 7 8 9 Total Points: 0 20 20 20 20 20 20 20 20 160 Score: There are 9 problems on 9 pages in this exam (not counting the cover sheet). Make

More information

x gm 250 L 25 L min y gm min

x gm 250 L 25 L min y gm min Name NetID MATH 308 Exam 2 Spring 2009 Section 511 Hand Computations P. Yasskin Solutions 1 /10 4 /30 2 /10 5 /30 3 /10 6 /15 Total /105 1. (10 points) Tank X initially contains 250 L of sugar water with

More information

Q1 Q2 Q3 Q4 Tot Letr Xtra

Q1 Q2 Q3 Q4 Tot Letr Xtra Mathematics 54.1 Final Exam, 12 May 2011 180 minutes, 90 points NAME: ID: GSI: INSTRUCTIONS: You must justify your answers, except when told otherwise. All the work for a question should be on the respective

More information