Additional Homework Problems

Size: px
Start display at page:

Download "Additional Homework Problems"

Transcription

1 Additional Homework Problems These problems supplement the ones assigned from the text. Use complete sentences whenever appropriate. Use mathematical terms appropriately. 1. What is the order of a differential equation? 2. What does it mean to solve an ODE? 3. What is an initial value problem? What does it mean to solve an initial value problem? 4. Is it possible for a single function to solve many different ODEs? Explain. 5. What is a slope field (direction field)? Explain precisely how it is constructed. 6. Suppose you are given a function f(y) and you know that for any (t 0,y 0 ), the ODE y (t) = f(y(t)) has a unique solution y(t) in a neighborhood of (t 0,y 0 ) and satisfying the initial condition y(t 0 ) = y 0. Now, your friend sketches a graph of two solutions to the ODE, starting from two different points (t 0,a) and (t 0,b), a b. At some point in the plane, the graphs that your friend has drawn intersect each other. You protest, That cannot be right! Your friend responds defensively, Of course it can be, the curves start from different points! Explain who is right and why. 7. Consider the following initial value problem: y (t) = f(t,y), y(t 0 ) = b, y (t 0 ) = c. (0.1) where f is continuously differentiable, and b and c are some numbers. Explain why this problem may not have a solution. 8. What is the fundamental theorem of calculus and how is this used in solving separable equations? 9. What is an integrating factor? 10. What general types of first-order equations have we solved explicitly or implicitly? Give examples of each type. 11. Explain carefully why every separable equation is an exact equation. 12. Give an example of a first order equation which is exact but not separable. 13. Give an example of a first order equation which is not exact. 14. What is the difference between a linear first order ODE and a nonlinear first order ODE? Give examples. Author: James Nolen. Please report typos/errors to: nolen@math.duke.edu 1

2 15. Give an example of a function f(y) such that the solution to the initial value problem has all of the following properties: 16. Consider the initial value problem y (t) = f(y), t > 0; y(0) = a, (i) lim y(t) = 5, if a ( 1,5) t (ii) lim y(t) =, if a < 1 t (iii) y(t) is decreasing for all t > 0, if a > 5. y (t) = f(t,y(t)), y(t 0 ) = y 0. Find an example of a function f and a pair (t 0,y 0 ) such that the problem does not have a unique solution. In each example, explain where one or more of the hypotheses of the existence/uniqueness theorem break down. Hint: you might consider functions of the form f(y) = y p for certain powers p. 17. Give an example for which f(t,y) and f y (t,y) are continuous everwhere in the (t,y) plane, but a solution y(t) does not exist for all t. Why does this not contradict the theorem about existence and uniqueness? 18. Consider the initial value problem y (t) = y 2, y(0) = 2. (i) Suppose you apply Euler s method with step size h > 0 to approximate a solution. Let ỹ(t) be the approximate solution. Compute y 2 = ỹ(2h), the value of the approximate solution at time 2h (after 2 steps of the method). (ii) Will ỹ(h) (the approximation after 1 step) be above or below y(h) (the true solution)? (iii) Is it possible that ỹ(h) < 0? Is y(h) < 0? 19. Consider the initial value problem y +ty = t 2 y 2, y(0) = y 0. (i) Which of the following terms apply to this equation: linear, nonlinear, separable, exact? (ii) Suppose there is a solution y(t). What ODE does the function u(t) = (y(t)) 1 satisfy? (iii) Sove the ODE from (ii), and use this to write an integral expression for y(t). 20. Find a continuously differentiable function f(y) such that the solution of the initial value problem dy dt = f(y), y(0) = y 0 satisfies { 4, if lim y(t) = y0 > 3 t 0, if y 0 < 3. Be sure to explain why these limits hold for y(t), with this choice of f. 2

3 21. What is an autonomous equation? 22. What is an equilibrium solution? How do you find an equilibrium solution? 23. What is the difference between stable and unstable equilibrium solutions? Give an example of a function f(y) for which the equation y (t) = f(y(t)) has two stable equilibria and only one unstable equilibrium. 24. What is special about homogeneous equations having the form y (x) = f(y/x)? 25. How was our discussion of exact equations related to what you learned about gradient vector fields (conservative vector fields)? 26. What does it mean for a solution to be implicitly defined (rather than explicitly defined)? 27. Suppose you find an implicit solution y(t) to a first order ODE by finding a function H(y,t) such that H(y(t),t) = 0 for all t in the domain. Suppose your friend tries to solve the same ODE and comes up with a different function F(y,t) such that F(y(t),t) = 0 for all t in the domain. Could you both be right, or must one of you be wrong? 28. Suppose y(x) satisfies dy 3y 2x = dx 2y 3x Find an equation in x and y that defines y(x) implicitly. 29. Give an example of an equation for which Euler s method gives the exact solution (without error, for all step sizes t). 30. Give an example of an equation y (t) = f(y) and initial condition y(0) = y 0 for which Euler s method always gives values ȳ(t n ) that are greater than the true solution y(t n ), now matter how small the step size t. 31. What is the role of the step size h = t n+1 t n in Euler s method? Why is it important that the step size be sufficiently small? 32. For autonomous equations y (t) = f(y) why is it useful to know the intervals on which f > 0 or f < 0? 33. If the graph of the function y(x) is a level curve of the function ψ(x,y), what ODE must y solve? 34. Suppose that the graph of the function y(t) for t [ 2,2] is the upper half of a circle, centered at the point (0,3) and having radius 2. What ODE does y(t) satisfy? 35. Gather examples of each type of first order equation that we solved. Mix them up. Trade examples with a classmate and practice identifying which class of equations each example belongs to (e.g. linear, nonlinear, separable, nonseparable, exact, autonomous, homogeneous, none of the above). How would you solve each equation? 3

4 36. What does it mean for two functions y 1 (t) and y 2 (t) to be linearly independent? 37. What is the linear superposition principle? 38. Suppose that y 1 (t) and y 2 (t) both satisfy the linear 2nd order, homogeneous equation Ly = 0. Must any solution have the form y = c 1 y 1 +c 2 y 2? 39. Explain how eigenvalues of matrices arise naturally in the study of linear first order systems of ODEs. 40. Find three linearly-independent solutions to the linear, homogeneous third-order ODE y +2y y 2y = What is the reduction of order method and when is it useful? 42. Consider the equation d 2 y dt 2 2 ( ) dy 2 t dt + t 2 1 y = 0. The function y 1 (t) = te t satisfies the equation for t > 0. Find another solution y 2 (t) for t > 0 which is linearly independent of y 1. You may leave an integral in the expression for y 2 (t). 43. Find a particular solution to the equation 44. Consider the initial value problem y 3y 4y = 2sin(t). y (t) = cos(y (t)), y(0) = α, y (0) = β. Describe the qualitative behavior of y(t) as t +. The answer may depend on the constants α and β. You do not have to solve the equation or prove that a solution exists for all t (it does), but you must justify your answer. It may be useful to think about the function w(t) = y (t). 45. Solve the initial value problem What happens as t? y dy dt 1 y 3 = t2 y3, t 0, y(0) = Suppose we want to solve the initial value problem y +by +cy = f(t), (0.2) y(0) = y 0, (0.3) y (0) = z 0 (0.4) Suppose we already know that the functions y 1 (t) and y 2 (t) both solve the homogeneous equation y +by +cy = 0. Suppose we know that y p (t) satisfies the inhomogeneous equation 4

5 (0.2) (but maybe not the initial conditions). What condition on y 1 and y 2 guaratees that the solution of the initial value problem (ODE + initial conditions) must have the form Explain why your condition guarantees (0.5). y(t) = c 1 y 1 (t)+c 2 y 2 (t)+y p (t)? (0.5) 47. Suppose a 2 g mass is attached to a spring, and it is displaced from the rest position by 2cm. The mass is then released. It begins to oscillate, returning to its initial position once every 1/2 second. There is no damping. (i) What is the spring constant k (in units of g/cm)? (ii) Suppose we take the same mass spring system and set it in motion with initial position y(0) = 3 and initial speed y (0) = 1. Find y(t). Start by writing down an initial value problem for y(t). 48. Use variation of parameters to find a particular solution to the equation 49. Suppose y y 2y = 2e t. f(x) = a n (x+3) n n=0 is a given power series. Suppose you know that f(1) converges, but f(10) does not converge. Which of the following must be true? (i) The ROC cannot be less than 3. (ii) The series n=1 na n( 3) n 1 must converge. (iii) The series n=2 n(n 1)a n(14) n 2 does not converge. Justify your answer clearly. 50. Explain why the following series are the same: n= a n (n+1)x n 1 = n= a n+1 (n+2)x n 51. Consider the equation na n x n 1 n n We suppose that a n = 0 for all n 0. 3a n x n = 0 (i) What recurrence relation should a n satisfy in order that this equation hold for all x? Express your answer as a n+1 = (...)a n. (ii) Using this relation, compute a n and evaluate f(x) = n=0 a nx n in terms of a Consider the equation n(n 1)a n x n 2 n We suppose that a n = 0 for all n 0. n 9a n x n = 0 (0.6) 5

6 (i) What recurrence relation should a n satisfy in order that this equation hold for all x? Express your answer as a n+1 = (...)a n +(...)a n 1. (ii) Using this relation, compute a n in terms of a 0 and a 1. (iii) What is the function f(x) = n=0 a nx n (in terms of a 0 and a 1 )? What is the radius of convergence of the series? Hint: from (0.6) you may be able to identify an ODE that f satisfies. 53. Consider the initial value problem y (t)+2y(t) = t, y(0) = 1. (i) Solve the problem using power series y(t) = n=0 a nt n by finding the recurrence relation for a n. (ii) Approximate a solution up to time t = 1 using Euler s method with step size t = 0.01 (using Matlab). Plot the result (on the interval [0, 1]). (iii) Compare the approximate solution from part (ii) with the first four terms in your power series solution. 54. Consider the power series f(x) = ( 1) n7n n 2(x x 0) n n=0 (i) Find the radius of convergence and the interval of convergence. (ii) What is a radius of convergence anyway? Define this concept for a general power series. (iii) What is f (x 0 )? (iv) Find a power series for f (x). What is the radius of convergence? 55. Suppose that y(x) satisfies the initial value problem y (x)+y (x) xy(x) = 0, y(0) = 1, y (0) = 2 (i) Compute the first 5 terms in a power series expansion of the solution around x 0 = 0. (ii) Find a recurrence relation for the coefficients in a power series solution. (iii) What is y (4) (0)? 56. Derive the formula (Lf )(s) = s 2 (Lf)(s) sf(0) f (0). 57. Solve the following initial value problem using the Laplace transform: { y +2y 1, t < 1 +4y = f(t), f(t) = t, t 1 with y(0) = 1, y (0) = Find an initial value problem of the form which has the solution y (t)+py (t)+qy(t) = f(t), t > 0, y(t) = 7e t cos(t)+u 3 (t)e (t 3) sin(t 3) 4 Specifying the initial value problem means finding p,q,f(t),a,b. 6 y(0) = a, y (0) = b t 0 e (t s) sin(t s)ds.

7 59. Solve the following initial value problem using the Laplace transform. When referring to the table of transforms, clearly cite the rules where appropriate (e.g. By rule 2,... ). y +y = sin(t) 2δ(t 4), y(0) = 0, y (0) = Compute the Laplace transform of the function 0, t [0,3] f(x) = 1+t, t [3,4], sin(3(t 4)), t > 4. If using a rule from the table, refer clearly to the rule you are using. 61. Consider the following two statements: (i) If f(x) is a continuous function on [0,1], then the boundary value problem always has at least one solution. y +9y = f(x), x (0,1), y(0) = 0, y(1) = 0 (ii) If f(x) is a continuous function on [0,π], then the boundary value problem always has at least one solution. y +9y = f(x), x (0,π), y(0) = 0, y(π) = 0 One of the statements is true, and one if false. Decide which is true and explain why it is true. For the one that is false, find an example of an f for which there is no solution. 62. Suppose that y 1 satisfies and y 2 satisfies y 1 +p(x)y 1 +q(x)y 1 = f 1, x (a,b), y 1 (a) = 0, y 1(b) = 1 y 2 +p(x)y 2 +q(x)y 2 = f 2, x (a,b), y 2 (a) = 1, y 2(b) = 0. What boundary value problem does the function z(x) = y 1 (x)+y 2 (x) satisfy? 63. What is L 2 ([0,1])? Explain clearly using complete sentences. 64. What does it mean for two functions in L 2 ([0,1]) to be orthogonal? 65. What does it mean for a collection of functions {f n (x)} n=1 L 2 ([0,1])? to be an orthogonal basis for 66. Is it possible to find an infinite set of functions {f n (x)} n=1 in L2 ([0,1]) which are mutually orthogonal but do not form a basis for L 2 ([0,1])? Explain with examples or counterexamples. 67. Your friend claims that for any function f L 2 ([0,1]) there is a sequence of coefficients a 1,a 2,a 3,... such that f(x) = a n sin(nπx). (0.7) n=1 That s rediculous! you say. How about the function: f(x) = 1? Clearly this function is in L 2 [(0,1)]. However, f(0) = 1, while sin(nπ0) = 0 for all n. So, when you add up all the zeros, you have to get zero, not one. Who is right? Explain. It will be useful to reflect on the meaning of equality in (0.7). 7

8 68. If a function f(x) is given as a power series f(x) = n=0 a nx n or as a sine series f(x) = n=1 a nsin(nx), explain why it is useful know only the first few terms in the series. After all, we could never actually evaluate all of the infinitely many coefficients. 69. Suppose you know that a function f(x) is analytic on R. In particular, it is equal to a power series f(x) = a n x n with inifinite radius of convergence. (i) Identify the coefficients a n in terms of f. n=0 (ii) For M > 0 given, explain why f L 2 ([ M,M]). (iii) Are the functions x 2 and x 3 orthogonal in L 2 ([ M,M])? Are the functions x 2 and x 4 orthogonal in L 2 ([ M,M])? Explain. (iv) Identify the coefficients b n in the series representation f(x) = n Z b n e inπx M. in terms of f (not in terms of a n ). Show that b n = b n if f is real-valued. 70. Solve the following eigenvalue problem: y = λy, 2 < x < 5 y (2) = 0, y(5) = 0. (0.8) You may be able to guess the answer, but I want to see that you understand how to derive the answer. In particular, clearly explain the following: why the eigenvalues are real, why there are no other eigenvalues than the ones you find, why the only eigenfunctions are the ones you find (or multiples of them). Be able to answer the same questions for different boundary conditions (dirichlet, neumann, periodic, robin). 71. Fix M > 0. Let f(x) be defined by f(x) = { 0, x [ M,0) 3, x [0,M] Compute the coefficients in the Fourier series expansion of f(x): f(x) = a a n cos n=1 ( nπx ) +b n sin M ( nπx ). M It may be convenient to observe that f(x) 3/2 is an odd function. 8

9 72. Suppose x = (x 1,x 2,...,x d ) R d, then x = d x i e i i=1 and the Euclidean norm of x is Suppose that f(x) L 2 ([0,M]) and Then the L 2 -norm of f is ( d ) 1/2 x = x i 2. (0.9) f(x) = k=1 i=1 ( M f = ( ) kπx c k cos M 0 ) 1/2 f(x) 2 dx Write f in terms of the coefficients c k. The answer will be an infinite-dimensional version of (0.9). 73. Solve the initial value problem 74. Solve the initial value problem u t = 2u xx, x [0,3], (0.10) u(0, x) = cos(3πx) 7 cos(4πx), (0.11) u x (t,0) = 0, u x (t,3) = 0. (0.12) u t = u xx, x [0,1], (0.13) u(0, x) = sin(bπx), (0.14) u(t,0) = 0, u(t,1) = 0, (0.15) where b is a given integer. Notice that the coefficient in front of u xx is negative. So, this is not the heat equation. What happens to u(t,x) as t? What is the role of b? How is this behavior different from the solution of the heat equation u t = u xx with same boundary and initial conditions? 75. Suppose that u satisfies u t = u xx +1, x [0,2], (0.16) u(0,x) = 0, (0.17) u(t,0) = 0, u(t,2) = 0. (0.18) What is the limit ū(x) = lim t u(t,x)? The answer is not ū(x) = 0. Nevertheless, you can figure out the answer without much computation. 9

10 76. Suppose that u satisfies u t = 7u xx, x [0,3], (0.19) u(0,x) = g(x), (0.20) u(t,0) = a, u(t,3) = b. (0.21) where a,b 0. Suppose that l(x) is the unique linear function satisfying l(0) = a, l(3) = b. What initial value problem does the function v(t,x) = u(t,x) l(x) satisfy? 77. Find a simple relation between λ R and b R such that the function u(t,x) = e λt sin(bx) satisfies the heat equation for all x R and t R. 78. Consider the function w(t,x) = 1 e x2 4t 4πt (i) Verify that w(t,x) satisfies the heat equation for all x R, t > 0. (ii) Describe the behavior of this function as t. (iii) Describe the behavior of this function as t For each of the following boundary value problems decide whether there is no solution, infinitely many solutions, or exactly one solution. Justify your answer: (i) (ii) (iii) (iv) y +4y = 0, 0 < x < 2, y(0) = 1,y(2) = 0. y +4y = 0, 0 < x < π, y(0) = 1,y(π) = 0. y 4y = 0, 0 < x < π, y(0) = 1,y(π) = 0. y 4y = 1, 0 < x < π, y(0) = 1,y(π) = 0. Explain, in general, why is it the case that there are either zero, one or infinitely many (rather than exactly 3 solutions, for example)? 80. Make up your own examples (different from the ones above) of boundary value problems where there are zero, one, or infinitely many solutions. 81. Consider the differential operator Ly = y (x) acting on functions of the interval [0,1] which are twice differentiable and satisfy the boundary condition y (0) y(0) = 0 and y (1) = 0. Is the operator self-adjoint? 82. Consider the differential operator Ly = y (x) + xy (x) acting on functions of the interval [0,1] which are twice differentiable and satisfy the boundary condition y(0) = 0 = y(1). Is the operator self-adjoint? 10

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

Practice Problems For Test 3

Practice Problems For Test 3 Practice Problems For Test 3 Power Series Preliminary Material. Find the interval of convergence of the following. Be sure to determine the convergence at the endpoints. (a) ( ) k (x ) k (x 3) k= k (b)

More information

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Math 251 December 14, 2005 Final Exam Name Section There are 10 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning of each question

More information

MA Chapter 10 practice

MA Chapter 10 practice MA 33 Chapter 1 practice NAME INSTRUCTOR 1. Instructor s names: Chen. Course number: MA33. 3. TEST/QUIZ NUMBER is: 1 if this sheet is yellow if this sheet is blue 3 if this sheet is white 4. Sign the scantron

More information

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 16, 2015 FORM A. Name: Student Number: Section: MATH 5 Final Examination December 6, 5 FORM A Name: Student Number: Section: This exam has 7 questions for a total of 5 points. In order to obtain full credit for partial credit problems, all work must

More information

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt

Math 251 December 14, 2005 Answer Key to Final Exam. 1 18pt 2 16pt 3 12pt 4 14pt 5 12pt 6 14pt 7 14pt 8 16pt 9 20pt 10 14pt Total 150pt Name Section Math 51 December 14, 5 Answer Key to Final Exam There are 1 questions on this exam. Many of them have multiple parts. The point value of each question is indicated either at the beginning

More information

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 14, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 14, 2015 FORM A Name: Student Number: Section: This exam has 11 questions for a total of 150 points. Show all your work! In order to obtain full credit for partial credit

More information

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 19, 2012 FORM A. Name: Student Number: Section: MATH 251 Final Examination December 19, 2012 FORM A Name: Student Number: Section: This exam has 17 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all

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

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

MATH 251 Final Examination December 16, 2014 FORM A. Name: Student Number: Section:

MATH 251 Final Examination December 16, 2014 FORM A. Name: Student Number: Section: MATH 2 Final Examination December 6, 204 FORM A Name: Student Number: Section: This exam has 7 questions for a total of 0 points. In order to obtain full credit for partial credit problems, all work must

More information

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class

ODE Homework 1. Due Wed. 19 August 2009; At the beginning of the class ODE Homework Due Wed. 9 August 2009; At the beginning of the class. (a) Solve Lẏ + Ry = E sin(ωt) with y(0) = k () L, R, E, ω are positive constants. (b) What is the limit of the solution as ω 0? (c) Is

More information

MATH 251 Final Examination May 4, 2015 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 4, 2015 FORM A. Name: Student Number: Section: MATH 251 Final Examination May 4, 2015 FORM A Name: Student Number: Section: This exam has 16 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work must

More information

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material.

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. Exam Basics 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. 4 The last 5 questions will be on new material since the midterm. 5 60

More information

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions

VANDERBILT UNIVERSITY. MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions VANDERBILT UNIVERSITY MATH 2300 MULTIVARIABLE CALCULUS Practice Test 1 Solutions Directions. This practice test should be used as a study guide, illustrating the concepts that will be emphasized in the

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

Physics 250 Green s functions for ordinary differential equations

Physics 250 Green s functions for ordinary differential equations Physics 25 Green s functions for ordinary differential equations Peter Young November 25, 27 Homogeneous Equations We have already discussed second order linear homogeneous differential equations, which

More information

Name: ID.NO: Fall 97. PLEASE, BE NEAT AND SHOW ALL YOUR WORK; CIRCLE YOUR ANSWER. NO NOTES, BOOKS, CALCULATORS, TAPE PLAYERS, or COMPUTERS.

Name: ID.NO: Fall 97. PLEASE, BE NEAT AND SHOW ALL YOUR WORK; CIRCLE YOUR ANSWER. NO NOTES, BOOKS, CALCULATORS, TAPE PLAYERS, or COMPUTERS. MATH 303-2/6/97 FINAL EXAM - Alternate WILKERSON SECTION Fall 97 Name: ID.NO: PLEASE, BE NEAT AND SHOW ALL YOUR WORK; CIRCLE YOUR ANSWER. NO NOTES, BOOKS, CALCULATORS, TAPE PLAYERS, or COMPUTERS. Problem

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: 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

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22]

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] HW2 Solutions MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, 2013 Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] Section 3.1: 1, 2, 3, 9, 16, 18, 20, 23 Section 3.2: 1, 2,

More information

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section:

MATH 251 Final Examination May 3, 2017 FORM A. Name: Student Number: Section: MATH 5 Final Examination May 3, 07 FORM A Name: Student Number: Section: This exam has 6 questions for a total of 50 points. In order to obtain full credit for partial credit problems, all work must be

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Math 216 Final Exam 14 December, 2017

Math 216 Final Exam 14 December, 2017 Math 216 Final Exam 14 December, 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

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

Series Solution of Linear Ordinary Differential Equations

Series Solution of Linear Ordinary Differential Equations Series Solution of Linear Ordinary Differential Equations Department of Mathematics IIT Guwahati Aim: To study methods for determining series expansions for solutions to linear ODE with variable coefficients.

More information

Math 341 Fall 2008 Friday December 12

Math 341 Fall 2008 Friday December 12 FINAL EXAM: Differential Equations Math 341 Fall 2008 Friday December 12 c 2008 Ron Buckmire 1:00pm-4:00pm Name: Directions: Read all problems first before answering any of them. There are 17 pages in

More information

FINAL EXAM, MATH 353 SUMMER I 2015

FINAL EXAM, MATH 353 SUMMER I 2015 FINAL EXAM, MATH 353 SUMMER I 25 9:am-2:pm, Thursday, June 25 I have neither given nor received any unauthorized help on this exam and I have conducted myself within the guidelines of the Duke Community

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

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point,

. For each initial condition y(0) = y 0, there exists a. unique solution. In fact, given any point (x, y), there is a unique curve through this point, 1.2. Direction Fields: Graphical Representation of the ODE and its Solution Section Objective(s): Constructing Direction Fields. Interpreting Direction Fields. Definition 1.2.1. A first order ODE of 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

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

Fourier and Partial Differential Equations

Fourier and Partial Differential Equations Chapter 5 Fourier and Partial Differential Equations 5.1 Fourier MATH 294 SPRING 1982 FINAL # 5 5.1.1 Consider the function 2x, 0 x 1. a) Sketch the odd extension of this function on 1 x 1. b) Expand the

More information

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section:

MATH 251 Final Examination August 10, 2011 FORM A. Name: Student Number: Section: MATH 251 Final Examination August 10, 2011 FORM A Name: Student Number: Section: This exam has 10 questions for a total of 150 points. In order to obtain full credit for partial credit problems, all work

More information

LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE

LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE Page 1 of 15 LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE Friday, December 14 th Course and No. 2007 MATH 2066 EL Date................................... Cours et no........................... Total no.

More information

Math 23 Practice Quiz 2018 Spring

Math 23 Practice Quiz 2018 Spring 1. Write a few examples of (a) a homogeneous linear differential equation (b) a non-homogeneous linear differential equation (c) a linear and a non-linear differential equation. 2. Calculate f (t). Your

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m.

Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m. Degree Master of Science in Mathematical Modelling and Scientific Computing Mathematical Methods I Thursday, 12th January 2012, 9:30 a.m.- 11:30 a.m. Candidates should submit answers to a maximum of four

More information

Math 116 Second Midterm November 14, 2012

Math 116 Second Midterm November 14, 2012 Math 6 Second Midterm November 4, Name: EXAM SOLUTIONS Instructor: Section:. Do not open this exam until you are told to do so.. This exam has pages including this cover. There are 8 problems. Note that

More information

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation.

Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: = 0 : homogeneous equation. Review For the Final: Problem 1 Find the general solutions of the following DEs. a) x 2 y xy y 2 = 0 solution: y y x y2 = 0 : homogeneous equation. x2 v = y dy, y = vx, and x v + x dv dx = v + v2. dx =

More information

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below.

154 Chapter 9 Hints, Answers, and Solutions The particular trajectories are highlighted in the phase portraits below. 54 Chapter 9 Hints, Answers, and Solutions 9. The Phase Plane 9.. 4. The particular trajectories are highlighted in the phase portraits below... 3. 4. 9..5. Shown below is one possibility with x(t) and

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

Solutions of Math 53 Midterm Exam I

Solutions of Math 53 Midterm Exam I Solutions of Math 53 Midterm Exam I Problem 1: (1) [8 points] Draw a direction field for the given differential equation y 0 = t + y. (2) [8 points] Based on the direction field, determine the behavior

More information

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4.

Entrance Exam, Differential Equations April, (Solve exactly 6 out of the 8 problems) y + 2y + y cos(x 2 y) = 0, y(0) = 2, y (0) = 4. Entrance Exam, Differential Equations April, 7 (Solve exactly 6 out of the 8 problems). Consider the following initial value problem: { y + y + y cos(x y) =, y() = y. Find all the values y such that the

More information

Math 4263 Homework Set 1

Math 4263 Homework Set 1 Homework Set 1 1. Solve the following PDE/BVP 2. Solve the following PDE/BVP 2u t + 3u x = 0 u (x, 0) = sin (x) u x + e x u y = 0 u (0, y) = y 2 3. (a) Find the curves γ : t (x (t), y (t)) such that that

More information

Calculus IV - HW 2 MA 214. Due 6/29

Calculus IV - HW 2 MA 214. Due 6/29 Calculus IV - HW 2 MA 214 Due 6/29 Section 2.5 1. (Problems 3 and 5 from B&D) The following problems involve differential equations of the form dy = f(y). For each, sketch the graph of f(y) versus y, determine

More information

MATH 251 Examination I February 23, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination I February 23, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination I February 23, 2017 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

Ma 221 Final Exam Solutions 5/14/13

Ma 221 Final Exam Solutions 5/14/13 Ma 221 Final Exam Solutions 5/14/13 1. Solve (a) (8 pts) Solution: The equation is separable. dy dx exy y 1 y0 0 y 1e y dy e x dx y 1e y dy e x dx ye y e y dy e x dx ye y e y e y e x c The last step comes

More information

Differential Equations

Differential Equations Differential Equations Problem Sheet 1 3 rd November 2011 First-Order Ordinary Differential Equations 1. Find the general solutions of the following separable differential equations. Which equations are

More information

Section 5. Graphing Systems

Section 5. Graphing Systems Section 5. Graphing Systems 5A. The Phase Plane 5A-1. Find the critical points of each of the following non-linear autonomous systems. x = x 2 y 2 x = 1 x + y a) b) y = x xy y = y + 2x 2 5A-2. Write each

More information

Differential equations, comprehensive exam topics and sample questions

Differential equations, comprehensive exam topics and sample questions Differential equations, comprehensive exam topics and sample questions Topics covered ODE s: Chapters -5, 7, from Elementary Differential Equations by Edwards and Penney, 6th edition.. Exact solutions

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

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1

2tdt 1 y = t2 + C y = which implies C = 1 and the solution is y = 1 Lectures - Week 11 General First Order ODEs & Numerical Methods for IVPs In general, nonlinear problems are much more difficult to solve than linear ones. Unfortunately many phenomena exhibit nonlinear

More information

1 Distributions (due January 22, 2009)

1 Distributions (due January 22, 2009) Distributions (due January 22, 29). The distribution derivative of the locally integrable function ln( x ) is the principal value distribution /x. We know that, φ = lim φ(x) dx. x ɛ x Show that x, φ =

More information

Math 220 Final Exam Sample Problems December 12, Topics for Math Fall 2002

Math 220 Final Exam Sample Problems December 12, Topics for Math Fall 2002 Math 220 Final Exam Sample Problems December 12, 2002 Topics for Math 220 - Fall 2002 Chapter 1. Solutions and Initial Values Approximation via the Euler method Chapter 2. First Order: Linear First Order:

More information

Series Solutions of Differential Equations

Series Solutions of Differential Equations Chapter 6 Series Solutions of Differential Equations In this chapter we consider methods for solving differential equations using power series. Sequences and infinite series are also involved in this treatment.

More information

Math 46, Applied Math (Spring 2009): Final

Math 46, Applied Math (Spring 2009): Final Math 46, Applied Math (Spring 2009): Final 3 hours, 80 points total, 9 questions worth varying numbers of points 1. [8 points] Find an approximate solution to the following initial-value problem which

More information

McGill University April 20, Advanced Calculus for Engineers

McGill University April 20, Advanced Calculus for Engineers McGill University April 0, 016 Faculty of Science Final examination Advanced Calculus for Engineers Math 64 April 0, 016 Time: PM-5PM Examiner: Prof. R. Choksi Associate Examiner: Prof. A. Hundemer Student

More information

Diff. Eq. App.( ) Midterm 1 Solutions

Diff. Eq. App.( ) Midterm 1 Solutions Diff. Eq. App.(110.302) Midterm 1 Solutions Johns Hopkins University February 28, 2011 Problem 1.[3 15 = 45 points] Solve the following differential equations. (Hint: Identify the types of the equations

More information

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ Math 90 Practice Midterm III Solutions Ch. 8-0 (Ebersole), 3.3-3.8 (Stewart) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam.

More information

MATH 251 Examination II April 7, 2014 FORM A. Name: Student Number: Section:

MATH 251 Examination II April 7, 2014 FORM A. Name: Student Number: Section: MATH 251 Examination II April 7, 2014 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. In order to obtain full credit for partial credit problems, all work must

More information

Lecture 13 - Wednesday April 29th

Lecture 13 - Wednesday April 29th Lecture 13 - Wednesday April 29th jacques@ucsdedu Key words: Systems of equations, Implicit differentiation Know how to do implicit differentiation, how to use implicit and inverse function theorems 131

More information

ORDINARY DIFFERENTIAL EQUATIONS

ORDINARY DIFFERENTIAL EQUATIONS ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 4884 NOVEMBER 9, 7 Summary This is an introduction to ordinary differential equations We

More information

PUTNAM PROBLEMS DIFFERENTIAL EQUATIONS. First Order Equations. p(x)dx)) = q(x) exp(

PUTNAM PROBLEMS DIFFERENTIAL EQUATIONS. First Order Equations. p(x)dx)) = q(x) exp( PUTNAM PROBLEMS DIFFERENTIAL EQUATIONS First Order Equations 1. Linear y + p(x)y = q(x) Muliply through by the integrating factor exp( p(x)) to obtain (y exp( p(x))) = q(x) exp( p(x)). 2. Separation of

More information

ISE I Brief Lecture Notes

ISE I Brief Lecture Notes ISE I Brief Lecture Notes 1 Partial Differentiation 1.1 Definitions Let f(x, y) be a function of two variables. The partial derivative f/ x is the function obtained by differentiating f with respect to

More information

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

Mathematics Qualifying Exam Study Material

Mathematics Qualifying Exam Study Material Mathematics Qualifying Exam Study Material The candidate is expected to have a thorough understanding of engineering mathematics topics. These topics are listed below for clarification. Not all instructors

More information

MCE693/793: Analysis and Control of Nonlinear Systems

MCE693/793: Analysis and Control of Nonlinear Systems MCE693/793: Analysis and Control of Nonlinear Systems Systems of Differential Equations Phase Plane Analysis Hanz Richter Mechanical Engineering Department Cleveland State University Systems of Nonlinear

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

MATH 307: Problem Set #3 Solutions

MATH 307: Problem Set #3 Solutions : Problem Set #3 Solutions Due on: May 3, 2015 Problem 1 Autonomous Equations Recall that an equilibrium solution of an autonomous equation is called stable if solutions lying on both sides of it tend

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

Series Solutions. 8.1 Taylor Polynomials

Series Solutions. 8.1 Taylor Polynomials 8 Series Solutions 8.1 Taylor Polynomials Polynomial functions, as we have seen, are well behaved. They are continuous everywhere, and have continuous derivatives of all orders everywhere. It also turns

More information

1 The relation between a second order linear ode and a system of two rst order linear odes

1 The relation between a second order linear ode and a system of two rst order linear odes Math 1280 Spring, 2010 1 The relation between a second order linear ode and a system of two rst order linear odes In Chapter 3 of the text you learn to solve some second order linear ode's, such as x 00

More information

Multivariable Calculus

Multivariable Calculus 2 Multivariable Calculus 2.1 Limits and Continuity Problem 2.1.1 (Fa94) Let the function f : R n R n satisfy the following two conditions: (i) f (K ) is compact whenever K is a compact subset of R n. (ii)

More information

Consequences of Orthogonality

Consequences of Orthogonality Consequences of Orthogonality Philippe B. Laval KSU Today Philippe B. Laval (KSU) Consequences of Orthogonality Today 1 / 23 Introduction The three kind of examples we did above involved Dirichlet, Neumann

More information

Math 116 Second Midterm March 20, 2013

Math 116 Second Midterm March 20, 2013 Math 6 Second Mierm March, 3 Name: EXAM SOLUTIONS Instructor: Section:. Do not open this exam until you are told to do so.. This exam has 3 pages including this cover. There are 8 problems. Note that the

More information

First Order Differential Equations

First Order Differential Equations First Order Differential Equations 1 Finding Solutions 1.1 Linear Equations + p(t)y = g(t), y() = y. First Step: Compute the Integrating Factor. We want the integrating factor to satisfy µ (t) = p(t)µ(t).

More information

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12

Chapter 6 Nonlinear Systems and Phenomena. Friday, November 2, 12 Chapter 6 Nonlinear Systems and Phenomena 6.1 Stability and the Phase Plane We now move to nonlinear systems Begin with the first-order system for x(t) d dt x = f(x,t), x(0) = x 0 In particular, consider

More information

Partial Differential Equations for Engineering Math 312, Fall 2012

Partial Differential Equations for Engineering Math 312, Fall 2012 Partial Differential Equations for Engineering Math 312, Fall 2012 Jens Lorenz July 17, 2012 Contents Department of Mathematics and Statistics, UNM, Albuquerque, NM 87131 1 Second Order ODEs with Constant

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS

MIDTERM 1 PRACTICE PROBLEM SOLUTIONS MIDTERM 1 PRACTICE PROBLEM SOLUTIONS Problem 1. Give an example of: (a) an ODE of the form y (t) = f(y) such that all solutions with y(0) > 0 satisfy y(t) = +. lim t + (b) an ODE of the form y (t) = f(y)

More information

Math Assignment 14

Math Assignment 14 Math 2280 - Assignment 14 Dylan Zwick Spring 2014 Section 9.5-1, 3, 5, 7, 9 Section 9.6-1, 3, 5, 7, 14 Section 9.7-1, 2, 3, 4 1 Section 9.5 - Heat Conduction and Separation of Variables 9.5.1 - Solve the

More information

Solving the Heat Equation (Sect. 10.5).

Solving the Heat Equation (Sect. 10.5). Solving the Heat Equation Sect. 1.5. Review: The Stationary Heat Equation. The Heat Equation. The Initial-Boundary Value Problem. The separation of variables method. An example of separation of variables.

More information

MATH 261 MATH 261: Elementary Differential Equations MATH 261 FALL 2005 FINAL EXAM FALL 2005 FINAL EXAM EXAMINATION COVER PAGE Professor Moseley

MATH 261 MATH 261: Elementary Differential Equations MATH 261 FALL 2005 FINAL EXAM FALL 2005 FINAL EXAM EXAMINATION COVER PAGE Professor Moseley MATH 6 MATH 6: Elementary Differential Equations MATH 6 FALL 5 FINAL EXAM FALL 5 FINAL EXAM EXAMINATION COVER PAGE Professor Moseley PRINT NAME ( ) Last Name, First Name MI (What you wish to be called)

More information

Math 23: Differential Equations (Winter 2017) Midterm Exam Solutions

Math 23: Differential Equations (Winter 2017) Midterm Exam Solutions Math 3: Differential Equations (Winter 017) Midterm Exam Solutions 1. [0 points] or FALSE? You do not need to justify your answer. (a) [3 points] Critical points or equilibrium points for a first order

More information

MATH 251 Examination II July 28, Name: Student Number: Section:

MATH 251 Examination II July 28, Name: Student Number: Section: MATH 251 Examination II July 28, 2008 Name: Student Number: Section: This exam has 9 questions for a total of 100 points. In order to obtain full credit for partial credit problems, all work must be shown.

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

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018

Lecture 10. (2) Functions of two variables. Partial derivatives. Dan Nichols February 27, 2018 Lecture 10 Partial derivatives Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts February 27, 2018 Last time: functions of two variables f(x, y) x and y are the independent

More information

AP Calculus Testbank (Chapter 9) (Mr. Surowski)

AP Calculus Testbank (Chapter 9) (Mr. Surowski) AP Calculus Testbank (Chapter 9) (Mr. Surowski) Part I. Multiple-Choice Questions n 1 1. The series will converge, provided that n 1+p + n + 1 (A) p > 1 (B) p > 2 (C) p >.5 (D) p 0 2. The series

More information

Class Meeting # 2: The Diffusion (aka Heat) Equation

Class Meeting # 2: The Diffusion (aka Heat) Equation MATH 8.52 COURSE NOTES - CLASS MEETING # 2 8.52 Introduction to PDEs, Fall 20 Professor: Jared Speck Class Meeting # 2: The Diffusion (aka Heat) Equation The heat equation for a function u(, x (.0.). Introduction

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

More information

NATIONAL BOARD FOR HIGHER MATHEMATICS. Research Scholarships Screening Test. Saturday, January 20, Time Allowed: 150 Minutes Maximum Marks: 40

NATIONAL BOARD FOR HIGHER MATHEMATICS. Research Scholarships Screening Test. Saturday, January 20, Time Allowed: 150 Minutes Maximum Marks: 40 NATIONAL BOARD FOR HIGHER MATHEMATICS Research Scholarships Screening Test Saturday, January 2, 218 Time Allowed: 15 Minutes Maximum Marks: 4 Please read, carefully, the instructions that follow. INSTRUCTIONS

More information

6 Non-homogeneous Heat Problems

6 Non-homogeneous Heat Problems 6 Non-homogeneous Heat Problems Up to this point all the problems we have considered for the heat or wave equation we what we call homogeneous problems. This means that for an interval < x < l the problems

More information

Review Sol. of More Long Answer Questions

Review Sol. of More Long Answer Questions Review Sol. of More Long Answer Questions 1. Solve the integro-differential equation t y (t) e t v y(v)dv = t; y()=. (1) Solution. The key is to recognize the convolution: t e t v y(v) dv = e t y. () Now

More information

MATH 412 Fourier Series and PDE- Spring 2010 SOLUTIONS to HOMEWORK 6

MATH 412 Fourier Series and PDE- Spring 2010 SOLUTIONS to HOMEWORK 6 MATH 412 Fourier Series and PDE- Spring 21 SOLUTIONS to HOMEWORK 6 Problem 1. Solve the following problem u t u xx =1+xcos t

More information

LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE

LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE Page 1 of 15 LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE Wednesday, December 13 th Course and No. 2006 MATH 2066 EL Date................................... Cours et no........................... Total

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Series Solutions Near a Regular Singular Point

Series Solutions Near a Regular Singular Point Series Solutions Near a Regular Singular Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Background We will find a power series solution to the equation:

More information

Lecture 24. Scott Pauls 5/21/07

Lecture 24. Scott Pauls 5/21/07 Lecture 24 Department of Mathematics Dartmouth College 5/21/07 Material from last class The heat equation α 2 u xx = u t with conditions u(x, 0) = f (x), u(0, t) = u(l, t) = 0. 1. Separate variables to

More information

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information