PHYS 301 First Hour Exam

Size: px
Start display at page:

Download "PHYS 301 First Hour Exam"

Transcription

1 PHYS 30 First Hour Exam Spring 20 This is a closed book, closed note exam. You will not need nor be allowed to use calculators or other electronic devices on this test. Do all your writing in your blue book (s) making sure you put your name on each blue book you use. You may do questions in any order; please make sure to label clearly the question you are solving. Your answers must show clear and complete solutions; little to no credit will be given to "correct" answers that show no work. The numbers in parentheses indicate the value of the question. Some important notes: ) You may invoke symmetry arguments to evaluate integrals, but must explain how you are using symmetry (e.g., the integrand is odd/even therefore the integral evaluated between (-,) is.... 2) You must use Einstein summation notation when it is requested. No credit will be given for explicit component-by-component analysis.. Consider the function f (x) = x 2 on the interval (0, 2). Extend this function to make it: a) an odd function, and b) an even function on (-2,2). For both parts, graph the function between (-2,2). Compute the Fourier trig coefficients for each extended function, and write out explicitly the first three non zero terms of each Fourier series. You may use symmetry arguments where appropriate to determine Fourier coefficients. (30) Solutions : In this question, I was looking to see if you could extend a function to make it even or odd, apply symmetry properly, use the correct Fourier coefficients, and recognize that the odd function will have terms of the form sin (n p x/2) and the even function will have terms of the form cos (n p x/2). a) Extend the function as an odd function, so it will look like : The function is now defined and 2 periodic on (-2, 2); thus, the value of we will use in determining coefficients and expanding our Fourier series is 2. Since this function on (-2, 2) is odd, all the

2 2 phys30-20firsthourexams.nb a n coefficients are zero. We can compute the b n coefficients as : b n = l f x sin n p x = x^2 sin n p x 2 dx 0 where I have used the relevant expressions for and f (x). The value for this integral is given at the end of the exam : Integratex 2 Cosn p x, x 2 Sinn p x, x 2np x Cos n p x n 2 p 2 x 2 Sin n p x, n 3 p n 2 p 2 x 2 Cos n p x + 2npxSin n p x n 3 p 3 We want the second integral now (and the first integral for part b) when we consider the even extension). Knowing that = 2, we can see that the sin term in the answer will be zero, since sin (n p) for all integer values of n is zero. Thus, our coefficients become : b n = n2 p 2 x 2 2 cos n p x = n 3 p 3 0 n 3 p 6-3 8n2 p 2 - n - 6 = n 2 p 2 n 3 p 3, n odd -8 n p, n even So that the first three terms of the Fourier expansion are : f x = 8 - +p2 sin p x 2-8 p 3 2 p sin 2 p x p2 sin 3 p x p 3 b) For the even function, our graph is simply : We can use symmetry to compute our coefficients :

3 phys30-20firsthourexams.nb 3 a 0 = x 2 dx = x 2 cos n p x 2 dx = 8 2np Cosn p n2 p 2 Sinn p a n = n 3 p 3 b n = 0 by symmetry We can look at the expression for a and realize that the Sin[n p] terms will always be zero for integer values of n, leaving us with a simple expression for a n : 6 -n a n = n 2 p 2 and our Fourier series is : f x = -6 cos 2 p x 2 cos 3 p x 2 cos p x p 2 2. In class and for homework, you used Parseval' s theorem to evaluate sums of the form : S n= n z where z is an integer. One of the steps is to find the average value of the square of some function over an appropriately chosen interval. In class and for homework we found the sums for expressions such as S n= n 2 = p2 6 ; S n= n = p 90 ; and S n= n 6 = p6 95 by evaluating an appropriate function over (-p, p). Notice that in each case the exponent in the denominator is even. Why did we not use these techniques to find the sum of n 3 or n 5 (or any other odd power)? (Hints: Think about the technique we used to find the sums above, and from this think about the functions you would have to use and the integrals they would generate). In essence, I am asking for you to describe the practical difficulty in using standard Fourier techniques to find the sums of n odd. (20) Solution:: Parseval' s theorem relates the average of the square of a function to the square of Fourier coefficients. Thus, if our Fourier series involves coefficients of the form /n, Parseval' s theorem can generate a result for the sum of n 2. In order to sum terms like n 3, we would need to generate Fourier coefficients that vary as n -32 (so that when squared they yield n -3 ). Generating coefficients of this form would require integrals involving radicals such as:

4 phys30-20firsthourexams.nb In[]:= IntegrateSqrtx Cosn x, x,, Out[]= 2 FresnelS 2 n 2 n Sinn 2 2 n 32 We do generate a Fourier coefficient that depends on n -32, but this is not at all a standard or elementary integral, and the numerator of the coefficient is also n dependent, making it even more difficult to isolate S n Use Einstein summation notation to show that :! âaâb = A! B + B! A - A! B - B! A 30 (The notations A! and B! are correct and meaningful) Solution : First, we write the identity in summation notation :! âaâb Øe mni e ijk A j B k x n Collect e terms and permute cyclically so that the repeated index is in the same position in the permutation tensor : e mni e ijk A j B k =e imn e ijk A j B k x n x n Apply the e - d relationship : e imn e ijk A j B k = d mj d nk -d nj d mk A j B k x n x n The first set of d' s require that m = j and n = k; the second set requires n = j and m = k. Expanding and making these substitutions : d mj d nk -d nj d mk A j B k = A m B n - A n B m x n x n x n Apply the product rule to the two partial derivatives : A m B n - x n A n B m = A m B n + B n A m - A n B m - B m A n x n x n x n x n x n We have now done all our manipulation in summation notation. We have generated four terms on the right. ooking at the repeated indices (which are always n), we get for the terms respectively : A! B + B! A - A! B - B! A. Write a short Mathematica program that will, for each integer k from to 00, print out the

5 phys30-20firsthourexams.nb 5 In[2]:= square of the number if it is prime and the cube of the number if it is not prime. Capitalization, syntax (i.e., proper use of spacing, braces, brackets and parentheses) all count toward your grade. (20) Solution : You can do this several ways (I will print set the upper limit to 5 to truncate the output). As a Do oop : DoIfPrimeQk, Printk^2, Printk^3, k, In[20]:= As a For statement : Fork, k 5, k, IfPrimeQk, Printk^2, Printk^ In[22]:= As a While statement : k ; Whilek 5, IfPrimeQk, Printk^2, Printk^3; k

6 6 phys30-20firsthourexams.nb EQUATIONS AND RESUTS f x = a 0 2 +S an cos nx + S bn sin nx n= n= p p a 0 = p f x dx a n = -p p f x cos nxdx b n = -p p f x sin nxdx -p f x = a 0 2 +S an cos n p x + S bn sin n p x n= n= a 0 = f x dx a n = - f x cos n p x dx - b n = f x sin n p x dx - average value of f x 2 = a S 2 an + n= 2 S bn 2 n= p d ij = e ijk = 0, i j, i = j 0, any 2 indices equal, all indices different and cyclic -, all indices different and anti - cyclic e ijk e imn =d jm d kn -d jn d km Values of indefinite integrals Integratex Cosn x, x Sinn x, x Cosn x x Sinn x x Cosn x Sinn x, n 2 n n n 2 Integratex Cosn x, x Sinn x, x 2 Cos n x x Sin n x x Cos n x, n 2 2 n n Integratex^2 Cosn x, x^2 Sinn x, x 2 x Cosn x n 2 2 n 2 x 2 Sinn x n 3 2 Sin n x n n 2 x 2 Cosn x, n 3 2 x Sinn x n 2

7 phys30-20firsthourexams.nb 7 Integratex^2 Cosn x, x^2 Sinn x, x 2 n x Cos n x 2 2 n 2 2 x 2 Sin n x, n n 2 2 x 2 Cos n x 2n x Sin n x n 3 3 Integratex^3 Cosn x, x^3 Sinn x, x 3 2 n 2 x 2 Cosn x x 6 n 2 x 2 Sinn x x 6 n 2 x 2 Cosn x 3 2 n 2 x 2 Sinn x, n n 3 n 3 n Integratex^ Cosn x, x^ Sinn x, x x6n 2 x 2 Cosn x 2 2 n 2 x 2 n x Sinn x, n n n 2 x 2 n x Cosn x n 5 From the Mathematica Doc Center x6n 2 x 2 Sinn x n Doexpr, i max evaluates expr i max times. Doexpr, i, i max evaluates expr with the variable i successively taking on the values through i max (in steps of ). Doexpr, i, i min, i max starts with i i min. Doexpr, i, i min, i max, di uses steps di. Doexpr, i, i, i 2, uses the successive values i, i 2,. Doexpr, i, i min, i max, j, j min, j max, evaluates expr looping over different values of j, etc. for each i. Ifcondition, t, f gives t if condition evaluates to True, and f if it evaluates to False. Ifcondition, t, f, u gives u if condition evaluates to neither True nor False. PrimeQexpr yields True if expr is a prime number, and yields False otherwise.

8 8 phys30-20firsthourexams.nb Forstart, test, incr, body executes start, then repeatedly evaluates body and incr until test fails to give True. Whiletest, body evaluates test, then body, repetitively, until test first fails to give True.

PHYS 301 FIRST HOUR EXAM SPRING 2012

PHYS 301 FIRST HOUR EXAM SPRING 2012 PHY 301 FIRT HOUR EXAM PRING 2012 This is a closed book, closed note exam. Turn off and store out of sight all electronic devices for the duration of the exam. Do all your writing in your blue book(s)

More information

A DEEPER LOOK AT USING FUNCTIONS IN MATHEMATICA

A DEEPER LOOK AT USING FUNCTIONS IN MATHEMATICA A DEEPER LOOK AT USING FUNCTIONS IN MATHEMATICA In "Getting Started with Mathematica" we learned the basics of plotting and doing computations in this platform. In this document, I will delve a little

More information

PHYS 301 HOMEWORK #5

PHYS 301 HOMEWORK #5 PHY 3 HOMEWORK #5 olutions On this homework assignment, you may use Mathematica to compute integrals, but you must submit your Mathematica output with your assignment.. For f x = -, - < x

More information

PHYS 301 HOMEWORK #4

PHYS 301 HOMEWORK #4 PHYS HOMEWORK #4 Due : February 7 Do all integrals by hand; you may check your answers via Mathematica but must show all work.. Show for m, n integers :, m n sin (m x) sin (n x) dx = -, m = n - sin (n

More information

ORTHOGONAL FUNCTIONS

ORTHOGONAL FUNCTIONS ORTHOGONAL FUNCTIONS Overview Throughout the first half of the semester we have become familiar with the concept of orthogonal coordinate systems. A coordinate system is orthogonal if its base vectors

More information

Mathematics 242 Principles of Analysis Solutions for Problem Set 5 Due: March 15, 2013

Mathematics 242 Principles of Analysis Solutions for Problem Set 5 Due: March 15, 2013 Mathematics Principles of Analysis Solutions for Problem Set 5 Due: March 15, 013 A Section 1. For each of the following sequences, determine three different subsequences, each converging to a different

More information

Assignment 11 Assigned Mon Sept 27

Assignment 11 Assigned Mon Sept 27 Assignment Assigned Mon Sept 7 Section 7., Problem 4. x sin x dx = x cos x + x cos x dx ( = x cos x + x sin x ) sin x dx u = x dv = sin x dx du = x dx v = cos x u = x dv = cos x dx du = dx v = sin x =

More information

Fourier series

Fourier series 11.1-11.2. Fourier series Yurii Lyubarskii, NTNU September 5, 2016 Periodic functions Function f defined on the whole real axis has period p if Properties f (t) = f (t + p) for all t R If f and g have

More information

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. .1 Limits of Sequences. CHAPTER.1.0. a) True. If converges, then there is an M > 0 such that M. Choose by Archimedes an N N such that N > M/ε. Then n N implies /n M/n M/N < ε. b) False. = n does not converge,

More information

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1

MATH141: Calculus II Exam #4 review solutions 7/20/2017 Page 1 MATH4: Calculus II Exam #4 review solutions 7/0/07 Page. The limaçon r = + sin θ came up on Quiz. Find the area inside the loop of it. Solution. The loop is the section of the graph in between its two

More information

There are four questions on this exam. All are of equal value but not necessarily of equal difficulty. Answer all four questions

There are four questions on this exam. All are of equal value but not necessarily of equal difficulty. Answer all four questions Electricity and Magnetism (PHYS2016) Second Semester Final Exam 2015 There are four questions on this exam. All are of equal value but not necessarily of equal difficulty. Answer all four questions You

More information

PHYS 301 HOMEWORK #13-- SOLUTIONS

PHYS 301 HOMEWORK #13-- SOLUTIONS PHYS 31 HOMEWORK #13-- SOLUTIONS 1. The wave equation is : 2 u x = 1 2 u 2 v 2 t 2 Since we have that u = f (x - vt) and u = f (x + vt), we substitute these expressions into the wave equation.starting

More information

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19 Introductory Analysis I Fall 204 Homework #9 Due: Wednesday, November 9 Here is an easy one, to serve as warmup Assume M is a compact metric space and N is a metric space Assume that f n : M N for each

More information

Read carefully the instructions on the answer book and make sure that the particulars required are entered on each answer book.

Read carefully the instructions on the answer book and make sure that the particulars required are entered on each answer book. THE UNIVERSITY OF WARWICK FIRST YEAR EXAMINATION: January 2011 Analysis I Time Allowed: 1.5 hours Read carefully the instructions on the answer book and make sure that the particulars required are entered

More information

Final exam for MATH 1272: Calculus II, Spring 2015

Final exam for MATH 1272: Calculus II, Spring 2015 Final exam for MATH 1272: Calculus II, Spring 2015 Name: ID #: Signature: Section Number: Teaching Assistant: General Instructions: Please don t turn over this page until you are directed to begin. There

More information

North Seattle Community College Math 084 Chapter 1 Review. Perform the operation. Write the product using exponents.

North Seattle Community College Math 084 Chapter 1 Review. Perform the operation. Write the product using exponents. North Seattle Community College Math 084 Chapter 1 Review For the test, be sure to show all work! Turn off cell phones. Perform the operation. Perform the operation. Write the product using exponents.

More information

PHYS 314 FIRST HOUR EXAM

PHYS 314 FIRST HOUR EXAM PHYS 314 FIRST HOUR EXAM Spring 2017 This is a closed book, closed note exam. You will not need nor be allowed to use calculators or other electronic devices on this test. At this time, store all electronic

More information

Calculus. Integration (III)

Calculus. Integration (III) Calculus Integration (III) Outline 1 Other Techniques of Integration Partial Fractions Integrals Involving Powers of Trigonometric Functions Trigonometric Substitution 2 Using Tables of Integrals Integration

More information

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers Fry Texas A&M University! Fall 2016! Math 150 Notes! Section 1A! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {2, 4, 6, 8, 10, 12, 14, 16,...} and let B = {3, 6, 9, 12, 15, 18,

More information

Physics 342 Lecture 26. Angular Momentum. Lecture 26. Physics 342 Quantum Mechanics I

Physics 342 Lecture 26. Angular Momentum. Lecture 26. Physics 342 Quantum Mechanics I Physics 342 Lecture 26 Angular Momentum Lecture 26 Physics 342 Quantum Mechanics I Friday, April 2nd, 2010 We know how to obtain the energy of Hydrogen using the Hamiltonian operator but given a particular

More information

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION

Name: Math 1120, Final. December 12, Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Math 1120, Final December 12, 2017 Name: Net id: PLACE AN X IN THE BOX TO INDICATE YOUR SECTION Ian Lizarraga MWF 8:00 8:50 Ian Lizarraga MWF 9:05 9:55 Swee Hong Chan MWF 12:20 1:10 Teddy Einstein MWF

More information

CMSC Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005

CMSC Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005 CMSC-37110 Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005 Instructor: László Babai Ryerson 164 e-mail: laci@cs This exam contributes 20% to your course grade.

More information

Solving Linear Equations (in one variable)

Solving Linear Equations (in one variable) Solving Linear Equations (in one variable) In Chapter of my Elementary Algebra text you are introduced to solving linear equations. The main idea presented throughout Sections.1. is that you need to isolate

More information

Math 1132 Practice Exam 1 Spring 2016

Math 1132 Practice Exam 1 Spring 2016 University of Connecticut Department of Mathematics Math 32 Practice Exam Spring 206 Name: Instructor Name: TA Name: Section: Discussion Section: Read This First! Please read each question carefully. Show

More information

7 PDES, FOURIER SERIES AND TRANSFORMS Last Updated: July 16, 2012

7 PDES, FOURIER SERIES AND TRANSFORMS Last Updated: July 16, 2012 Problem List 7.1 Fourier series expansion of absolute value function 7.2 Fourier series expansion of step function 7.3 Orthogonality of functions 7.4 Fourier transform of sinusoidal pulse 7.5 Introducing

More information

University of Connecticut Department of Mathematics

University of Connecticut Department of Mathematics University of Connecticut Department of Mathematics Math 1131 Sample Exam 1 Fall 2013 Name: This sample exam is just a guide to prepare for the actual exam. Questions on the actual exam may or may not

More information

Spring 2018 Exam 1 MARK BOX HAND IN PART NAME: PIN:

Spring 2018 Exam 1 MARK BOX HAND IN PART NAME: PIN: problem MARK BOX points HAND IN PART - 65=x5 4 5 5 6 NAME: PIN: % INSTRUCTIONS This exam comes in two parts. () HAND IN PART. Hand in only this part. () STATEMENT OF MULTIPLE CHOICE PROBLEMS. Do not hand

More information

Fall 2018 Exam 1 NAME:

Fall 2018 Exam 1 NAME: MARK BOX problem points 0 20 HAND IN PART -8 40=8x5 9 0 NAME: 0 0 PIN: 0 2 0 % 00 INSTRUCTIONS This exam comes in two parts. () HAND IN PART. Hand in only this part. (2) STATEMENT OF MULTIPLE CHOICE PROBLEMS.

More information

Midterm Preparation Problems

Midterm Preparation Problems Midterm Preparation Problems The following are practice problems for the Math 1200 Midterm Exam. Some of these may appear on the exam version for your section. To use them well, solve the problems, then

More information

Valiantly Validating Vexing Vector Verities

Valiantly Validating Vexing Vector Verities Valiantly Validating Vexing Vector Verities 1. (A B) = Aâ( âb) + Bâ( âa) + (A ) B + (B ) A For many students, one of the most challenging vector problems is proving the identity : HA BL = A âh âbl + B

More information

Periodic functions: simple harmonic oscillator

Periodic functions: simple harmonic oscillator Periodic functions: simple harmonic oscillator Recall the simple harmonic oscillator (e.g. mass-spring system) d 2 y dt 2 + ω2 0y = 0 Solution can be written in various ways: y(t) = Ae iω 0t y(t) = A cos

More information

Section 4.1: Sequences and Series

Section 4.1: Sequences and Series Section 4.1: Sequences and Series In this section, we shall introduce the idea of sequences and series as a necessary tool to develop the proof technique called mathematical induction. Most of the material

More information

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation

LECTURE 10: REVIEW OF POWER SERIES. 1. Motivation LECTURE 10: REVIEW OF POWER SERIES By definition, a power series centered at x 0 is a series of the form where a 0, a 1,... and x 0 are constants. For convenience, we shall mostly be concerned with the

More information

Preparing for the CS 173 (A) Fall 2018 Midterm 1

Preparing for the CS 173 (A) Fall 2018 Midterm 1 Preparing for the CS 173 (A) Fall 2018 Midterm 1 1 Basic information Midterm 1 is scheduled from 7:15-8:30 PM. We recommend you arrive early so that you can start exactly at 7:15. Exams will be collected

More information

Math 2300 Calculus II University of Colorado

Math 2300 Calculus II University of Colorado Math 3 Calculus II University of Colorado Spring Final eam review problems: ANSWER KEY. Find f (, ) for f(, y) = esin( y) ( + y ) 3/.. Consider the solid region W situated above the region apple apple,

More information

Math 232: Final Exam Version A Spring 2015 Instructor: Linda Green

Math 232: Final Exam Version A Spring 2015 Instructor: Linda Green Math 232: Final Exam Version A Spring 2015 Instructor: Linda Green Name: 1. Calculators are allowed. 2. You must show work for full and partial credit unless otherwise noted. In particular, you must evaluate

More information

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II

CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II CHINO VALLEY UNIFIED SCHOOL DISTRICT INSTRUCTIONAL GUIDE ALGEBRA II Course Number 5116 Department Mathematics Qualification Guidelines Successful completion of both semesters of Algebra 1 or Algebra 1

More information

Ma 221 Eigenvalues and Fourier Series

Ma 221 Eigenvalues and Fourier Series Ma Eigenvalues and Fourier Series Eigenvalue and Eigenfunction Examples Example Find the eigenvalues and eigenfunctions for y y 47 y y y5 Solution: The characteristic equation is r r 47 so r 44 447 6 Thus

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This is a midterm from a previous semester. This means: This midterm contains problems that are of

More information

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions QUIZ AND TEST INFORMATION: The material in this chapter is on Quiz 3 and Exam 2. You should complete at least one attempt of Quiz 3 before taking Exam 2. This material is also on the final exam and used

More information

Worksheet Week 1 Review of Chapter 5, from Definition of integral to Substitution method

Worksheet Week 1 Review of Chapter 5, from Definition of integral to Substitution method Worksheet Week Review of Chapter 5, from Definition of integral to Substitution method This worksheet is for improvement of your mathematical writing skill. Writing using correct mathematical expressions

More information

1. Is the set {f a,b (x) = ax + b a Q and b Q} of all linear functions with rational coefficients countable or uncountable?

1. Is the set {f a,b (x) = ax + b a Q and b Q} of all linear functions with rational coefficients countable or uncountable? Name: Instructions. Show all work in the space provided. Indicate clearly if you continue on the back side, and write your name at the top of the scratch sheet if you will turn it in for grading. No books

More information

Spring 2018 Exam 2 MARK BOX HAND IN PART NAME: PIN: INSTRUCTIONS

Spring 2018 Exam 2 MARK BOX HAND IN PART NAME: PIN: INSTRUCTIONS Spring 208 Exam 2 problem MARK BOX points HAND IN PART 0 0 4 2-5 56=4x4 6 0 7 0 NAME: PIN: % 00 INSTRUCTIONS This exam comes in two parts () HAND IN PART Hand in only this part (2) STATEMENT OF MULTIPLE

More information

MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #2. Introduction to Sequences

MATH 137 : Calculus 1 for Honours Mathematics. Online Assignment #2. Introduction to Sequences 1 MATH 137 : Calculus 1 for Honours Mathematics Online Assignment #2 Introduction to Sequences Due by 9:00 pm on WEDNESDAY, September 19, 2018 Instructions: Weight: 2% This assignment covers the topics

More information

Alta Loma Junior High 8 th Grade Math

Alta Loma Junior High 8 th Grade Math Alta Loma Junior High 8 th Grade Math Dear Parent(s): The following outline is being provided to better help you and your student to understand the current Common Core concepts of this trimester. Trimester

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Math 461 B/C, Spring 2009 Midterm Exam 1 Solutions and Comments

Math 461 B/C, Spring 2009 Midterm Exam 1 Solutions and Comments Math 461 B/C, Spring 2009 Midterm Exam 1 Solutions and Comments 1. Suppose A, B and C are events with P (A) = P (B) = P (C) = 1/3, P (AB) = P (AC) = P (BC) = 1/4 and P (ABC) = 1/5. For each of the following

More information

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 2015

Department of Mathematics, University of California, Berkeley. GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 2015 Department of Mathematics, University of California, Berkeley YOUR OR 2 DIGIT EXAM NUMBER GRADUATE PRELIMINARY EXAMINATION, Part A Spring Semester 205. Please write your - or 2-digit exam number on this

More information

The AP exams will ask you to find derivatives using the various techniques and rules including

The AP exams will ask you to find derivatives using the various techniques and rules including Student Notes Prep Session Topic: Computing Derivatives It goes without saying that derivatives are an important part of the calculus and you need to be able to compute them. You should know the derivatives

More information

Multiple Choice Answers. MA 114 Calculus II Spring 2013 Final Exam 1 May Question

Multiple Choice Answers. MA 114 Calculus II Spring 2013 Final Exam 1 May Question MA 114 Calculus II Spring 2013 Final Exam 1 May 2013 Name: Section: Last 4 digits of student ID #: This exam has six multiple choice questions (six points each) and five free response questions with points

More information

Student s Printed Name: KEY_&_Grading Guidelines_CUID:

Student s Printed Name: KEY_&_Grading Guidelines_CUID: Student s Printed Name: KEY_&_Grading Guidelines_CUID: Instructor: Section # : You are not permitted to use a calculator on any portion of this test. You are not allowed to use any textbook, notes, cell

More information

MA CALCULUS II Friday, December 09, 2011 FINAL EXAM. Closed Book - No calculators! PART I Each question is worth 4 points.

MA CALCULUS II Friday, December 09, 2011 FINAL EXAM. Closed Book - No calculators! PART I Each question is worth 4 points. CALCULUS II, FINAL EXAM 1 MA 126 - CALCULUS II Friday, December 09, 2011 Name (Print last name first):...................................................... Signature:........................................................................

More information

b) Write the contrapositive of this given statement: If I finish ALEKS, then I get points.

b) Write the contrapositive of this given statement: If I finish ALEKS, then I get points. Math 141 Name: QUIZ 1A (CHAPTER 0: PRELIMINARY TOPICS) MATH 141 SPRING 2019 KUNIYUKI 90 POINTS TOTAL No notes or books allowed. A scientific calculator is allowed. Simplify as appropriate. Check one: Can

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

Mathematics 324 Riemann Zeta Function August 5, 2005

Mathematics 324 Riemann Zeta Function August 5, 2005 Mathematics 324 Riemann Zeta Function August 5, 25 In this note we give an introduction to the Riemann zeta function, which connects the ideas of real analysis with the arithmetic of the integers. Define

More information

Spring 2017 Midterm 1 04/26/2017

Spring 2017 Midterm 1 04/26/2017 Math 2B Spring 2017 Midterm 1 04/26/2017 Time Limit: 50 Minutes Name (Print): Student ID This exam contains 10 pages (including this cover page) and 5 problems. Check to see if any pages are missing. Enter

More information

COURSE OUTLINE CHAFFEY COLLEGE

COURSE OUTLINE CHAFFEY COLLEGE COURSE OUTLINE CHAFFEY COLLEGE Discipline: Mathematics 1. COURSE IDENTIFICATION: MATH 425 2. COURSE TITLE: Intermediate Algebra 3. UNITS: 4 Lecture Hours: Normal: 72 Range: 64-76 4. GRADING: Letter Grade

More information

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16.

GOOD LUCK! 2. a b c d e 12. a b c d e. 3. a b c d e 13. a b c d e. 4. a b c d e 14. a b c d e. 5. a b c d e 15. a b c d e. 6. a b c d e 16. MA109 College Algebra Spring 017 Exam1 017-0-08 Name: Sec.: Do not remove this answer page you will turn in the entire exam. You have two hours to do this exam. No books or notes may be used. You may use

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

Digital Signal Processing, Homework 1, Spring 2013, Prof. C.D. Chung

Digital Signal Processing, Homework 1, Spring 2013, Prof. C.D. Chung Digital Signal Processing, Homework, Spring 203, Prof. C.D. Chung. (0.5%) Page 99, Problem 2.2 (a) The impulse response h [n] of an LTI system is known to be zero, except in the interval N 0 n N. The input

More information

FINAL (CHAPTERS 7-9) MATH 141 SPRING 2018 KUNIYUKI 250 POINTS TOTAL

FINAL (CHAPTERS 7-9) MATH 141 SPRING 2018 KUNIYUKI 250 POINTS TOTAL Math 141 Name: FINAL (CHAPTERS 7-9) MATH 141 SPRING 2018 KUNIYUKI 250 POINTS TOTAL Show all work, simplify as appropriate, and use good form and procedure (as in class). Box in your final answers! No notes

More information

MTH301 Calculus II Solved Final Term Papers For Final Term Exam Preparation

MTH301 Calculus II Solved Final Term Papers For Final Term Exam Preparation MTH301 Calculus II Solved Final Term Papers For Final Term Exam Preparation Question No: 1 Laplace transform of t is 1 s 1 s 2 e s s Question No: 2 Symmetric equation for the line through (1,3,5) and (2,-2,3)

More information

Physics 221: Optical and Thermal Physics Final Exam, Sec. 500, 9 May Please fill in your Student ID number (UIN): IMPORTANT

Physics 221: Optical and Thermal Physics Final Exam, Sec. 500, 9 May Please fill in your Student ID number (UIN): IMPORTANT Physics 221: Optical and Thermal Physics Final Exam, Sec. 500, 9 May 2005 Instructor: Dr. George R. Welch, 415 Engineering-Physics, 845-7737 Print your name neatly: Last name: First name: Sign your name:

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

Chapter Five Notes N P U2C5

Chapter Five Notes N P U2C5 Chapter Five Notes N P UC5 Name Period Section 5.: Linear and Quadratic Functions with Modeling In every math class you have had since algebra you have worked with equations. Most of those equations have

More information

Mathematics: Year 12 Transition Work

Mathematics: Year 12 Transition Work Mathematics: Year 12 Transition Work There are eight sections for you to study. Each section covers a different skill set. You will work online and on paper. 1. Manipulating directed numbers and substitution

More information

Test 3 Version A. On my honor, I have neither given nor received inappropriate or unauthorized information at any time before or during this test.

Test 3 Version A. On my honor, I have neither given nor received inappropriate or unauthorized information at any time before or during this test. Student s Printed Name: Instructor: CUID: Section: Instructions: You are not permitted to use a calculator on any portion of this test. You are not allowed to use any textbook, notes, cell phone, laptop,

More information

Lesson 8: Why Stay with Whole Numbers?

Lesson 8: Why Stay with Whole Numbers? Student Outcomes Students use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. Students create functions that

More information

Math 430 Exam 2, Fall 2008

Math 430 Exam 2, Fall 2008 Do not distribute. IIT Dept. Applied Mathematics, February 16, 2009 1 PRINT Last name: Signature: First name: Student ID: Math 430 Exam 2, Fall 2008 These theorems may be cited at any time during the test

More information

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck!

Prelim 2 Math Please show your reasoning and all your work. This is a 90 minute exam. Calculators are not needed or permitted. Good luck! April 4, Prelim Math Please show your reasoning and all your work. This is a 9 minute exam. Calculators are not needed or permitted. Good luck! Trigonometric Formulas sin x sin x cos x cos (u + v) cos

More information

Rational Numbers. a) 5 is a rational number TRUE FALSE. is a rational number TRUE FALSE

Rational Numbers. a) 5 is a rational number TRUE FALSE. is a rational number TRUE FALSE Fry Texas A&M University!! Math 150!! Chapter 1!! Fall 2014! 1 Chapter 1A - - Real Numbers Types of Real Numbers Name(s) for the set 1, 2,, 4, Natural Numbers Positive Integers Symbol(s) for the set, -,

More information

Section 3.7: Solving Radical Equations

Section 3.7: Solving Radical Equations Objective: Solve equations with radicals and check for extraneous solutions. In this section, we solve equations that have roots in the problem. As you might expect, to clear a root we can raise both sides

More information

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

More information

PHYS 301 HOMEWORK #9-- SOLUTIONS

PHYS 301 HOMEWORK #9-- SOLUTIONS PHYS 0 HOMEWORK #9-- SOLUTIONS. We are asked to use Dirichlet' s theorem to determine the value of f (x) as defined below at x = 0, ± /, ± f(x) = 0, - < x

More information

Fall 2016 Exam 1 HAND IN PART NAME: PIN:

Fall 2016 Exam 1 HAND IN PART NAME: PIN: HAND IN PART MARK BOX problem points 0 15 1-12 60 13 10 14 15 NAME: PIN: % 100 INSTRUCTIONS This exam comes in two parts. (1) HAND IN PART. Hand in only this part. (2) STATEMENT OF MULTIPLE CHOICE PROBLEMS.

More information

A.P. Calculus BC Test Four Section Two Free-Response Calculators Allowed Time 45 minutes Number of Questions 3

A.P. Calculus BC Test Four Section Two Free-Response Calculators Allowed Time 45 minutes Number of Questions 3 A.P. Calculus BC Test Four Section Two Free-Response Calculators Allowed Time 45 minutes Number of Questions Each of the three questions is worth 9 points. The maximum possible points earned on this section

More information

Rolle s Theorem. The theorem states that if f (a) = f (b), then there is at least one number c between a and b at which f ' (c) = 0.

Rolle s Theorem. The theorem states that if f (a) = f (b), then there is at least one number c between a and b at which f ' (c) = 0. Rolle s Theorem Rolle's Theorem guarantees that there will be at least one extreme value in the interior of a closed interval, given that certain conditions are satisfied. As with most of the theorems

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 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions

Spring 2015, MA 252, Calculus II, Final Exam Preview Solutions Spring 5, MA 5, Calculus II, Final Exam Preview Solutions I will put the following formulas on the front of the final exam, to speed up certain problems. You do not need to put them on your index card,

More information

Student s Printed Name:

Student s Printed Name: MthSc 17 Test Spring 1 Student s Printed Name: CUID: Instructor: Section # : You are not permitted to use a calculator on any portion of this test. You are not allowed to use any textbook, notes, cell

More information

CSCE 750 Final Exam Answer Key Wednesday December 7, 2005

CSCE 750 Final Exam Answer Key Wednesday December 7, 2005 CSCE 750 Final Exam Answer Key Wednesday December 7, 2005 Do all problems. Put your answers on blank paper or in a test booklet. There are 00 points total in the exam. You have 80 minutes. Please note

More information

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2.

f(f 1 (x)) = x HOMEWORK DAY 2 Due Thursday, August 23rd Online: 6.2a: 1,2,5,7,9,13,15,16,17,20, , # 8,10,12 (graph exponentials) 2. Math 63: FALL 202 HOMEWORK Below is a list of online problems (go through webassign), and a second set that you need to write up and turn in on the given due date, in class. Each day, you need to work

More information

Algorithms Exam TIN093 /DIT602

Algorithms Exam TIN093 /DIT602 Algorithms Exam TIN093 /DIT602 Course: Algorithms Course code: TIN 093, TIN 092 (CTH), DIT 602 (GU) Date, time: 21st October 2017, 14:00 18:00 Building: SBM Responsible teacher: Peter Damaschke, Tel. 5405

More information

Final Exam Practice Problems Part II: Sequences and Series Math 1C: Calculus III

Final Exam Practice Problems Part II: Sequences and Series Math 1C: Calculus III Name : c Jeffrey A. Anderson Class Number:. Final Exam Practice Problems Part II: Sequences and Series Math C: Calculus III What are the rules of this exam? PLEASE DO NOT TURN THIS PAGE UNTIL TOLD TO DO

More information

number to represent the problem.

number to represent the problem. Domain: Operations and Algebraic Thinking Cluster 1 MAFS.1.OA.1.1 Use addition and subtraction within 20 to solve word problems involving situations of adding to, taking from, putting together, taking

More information

MATH 1190 Exam 4 (Version 2) Solutions December 1, 2006 S. F. Ellermeyer Name

MATH 1190 Exam 4 (Version 2) Solutions December 1, 2006 S. F. Ellermeyer Name MATH 90 Exam 4 (Version ) Solutions December, 006 S. F. Ellermeyer Name Instructions. Your work on this exam will be graded according to two criteria: mathematical correctness and clarity of presentation.

More information

Essex County College Division of Mathematics MTH-122 Assessments. Honor Code

Essex County College Division of Mathematics MTH-122 Assessments. Honor Code Essex County College Division of Mathematics MTH-22 Assessments Last Name: First Name: Phone or email: Honor Code The Honor Code is a statement on academic integrity, it articulates reasonable expectations

More information

EXERCISES IN MODULAR FORMS I (MATH 726) (2) Prove that a lattice L is integral if and only if its Gram matrix has integer coefficients.

EXERCISES IN MODULAR FORMS I (MATH 726) (2) Prove that a lattice L is integral if and only if its Gram matrix has integer coefficients. EXERCISES IN MODULAR FORMS I (MATH 726) EYAL GOREN, MCGILL UNIVERSITY, FALL 2007 (1) We define a (full) lattice L in R n to be a discrete subgroup of R n that contains a basis for R n. Prove that L is

More information

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...}

WORKSHEET ON NUMBERS, MATH 215 FALL. We start our study of numbers with the integers: N = {1, 2, 3,...} WORKSHEET ON NUMBERS, MATH 215 FALL 18(WHYTE) We start our study of numbers with the integers: Z = {..., 2, 1, 0, 1, 2, 3,... } and their subset of natural numbers: N = {1, 2, 3,...} For now we will not

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

MIDTERM EXAM SOLUTIONS

MIDTERM EXAM SOLUTIONS MIDTERM EXAM 1 2012 SOLUTIONS Directions and rules. The eam will last 70 minutes; the last five minutes of class will be used for collecting the eams. No electronic devices of any kind will be allowed,

More information

Assignment. Disguises with Trig Identities. Review Product Rule. Integration by Parts. Manipulating the Product Rule. Integration by Parts 12/13/2010

Assignment. Disguises with Trig Identities. Review Product Rule. Integration by Parts. Manipulating the Product Rule. Integration by Parts 12/13/2010 Fitting Integrals to Basic Rules Basic Integration Rules Lesson 8.1 Consider these similar integrals Which one uses The log rule The arctangent rule The rewrite with long division principle Try It Out

More information

The Basics COPYRIGHTED MATERIAL. chapter. Algebra is a very logical way to solve

The Basics COPYRIGHTED MATERIAL. chapter. Algebra is a very logical way to solve chapter 1 The Basics Algebra is a very logical way to solve problems both theoretically and practically. You need to know a number of things. You already know arithmetic of whole numbers. You will review

More information

- - - - - - - - - - - - - - - - - - DISCLAIMER - - - - - - - - - - - - - - - - - - General Information: This midterm is a sample midterm. This means: The sample midterm contains problems that are of similar,

More information

You are expected to abide by the University s rules concerning Academic Honesty.

You are expected to abide by the University s rules concerning Academic Honesty. Math 180 Name (Print): 5/5/2016 NetID: Time Limit: 120 Minutes This exam contains 14 pages (including this cover page) and 16 problems. After starting the exam, check to see if any pages are missing. Enter

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

Exam TMA4120 MATHEMATICS 4K. Monday , Time:

Exam TMA4120 MATHEMATICS 4K. Monday , Time: Exam TMA4 MATHEMATICS 4K Monday 9.., Time: 9 3 English Hjelpemidler (Kode C): Bestemt kalkulator (HP 3S eller Citizen SR-7X), Rottmann: Matematisk formelsamling Problem. a. Determine the value ( + i) 6

More information

Prelim 1 Solutions V2 Math 1120

Prelim 1 Solutions V2 Math 1120 Feb., Prelim Solutions V Math Please show your reasoning and all your work. This is a 9 minute exam. Calculators are not needed or permitted. Good luck! Problem ) ( Points) Calculate the following: x a)

More information

All numbered readings are from Beck and Geoghegan s The art of proof.

All numbered readings are from Beck and Geoghegan s The art of proof. MATH 301. Assigned readings and homework All numbered readings are from Beck and Geoghegan s The art of proof. Reading Jan 30, Feb 1: Chapters 1.1 1.2 Feb 6, 8: Chapters 1.3 2.1 Feb 13, 15: Chapters 2.2

More information