Examples of common quantum mechanical procedures and calculations carried out in Mathcad.

Size: px
Start display at page:

Download "Examples of common quantum mechanical procedures and calculations carried out in Mathcad."

Transcription

1 Eample_QM_calculations.mcd page Eamples of common quantum mechanical procedures and calculations carried out in Mathcad. Erica Harvey Fairmont State College Department of Chemistry Fairmont State University Fairmont, WV 6554 Content: Given a function, use Mathcad to normalize the function, make plots of the probability amplitude and probability density versus position, decide whether or not the function is an eigenfunction of a specified operator and evaluate the eigenvalue if possible, evaluate whether or not the function is orthogonal to another function, calculate an epectation value for some observable using the function, calculate an uncertainty (standard deviation and variance) in the epectation value and calculate the probability of finding a particle described by the function in a specified region. y = e α Given this unnormalized wavefunction that describes some particle, answer the questions below. Assume: is greater than -infinity; is less than +infinity; in other words the "space" for this particle includes everywhere on the -ais.. Normalize the function. What is N? α := 3 Alpha is a constant, 3 was simply chosen for quick comparison purposes. y := e α ψ = N o y Define a wavefunction that includes the function above and a constant that will ensure the function is normalized. The constant (called a normalization constant) is given the symbol N.o to avoid redefining the Newton unit in Mathcad. The wavefunction, Psi() is also called the probability amplitude, where is the position variable. ψ star = N o y This function, psi-star(), would be the comple conjugate, however the orginal function does not contain an imaginary (i) term so it is

2 Eample_QM_calculations.mcd page just the same as Ψ(). ψ star ψ = This is a general way to write the normalization condition for a wavefunction describing a particle that eists somewhere in all of one-dimensional space. lower := upper := Specify the upper and lower limits of the entire region where the particle eists. These limits can be different for different physical systems and depend on the model you are using. upper lower ( N o y ) = This is the same normalization condition as above, with the function and normalization constant substituted in for the wavefunction and its comple conjugate. The limits of the integration have also been specified in an easier-to-modify way. N o := If I pull the normalization constant out of the integral and solve for it, I get the epression at the left. upper y lower N o = This is the value of the normalization constant. To make sure this is the correct normalization constant, I can plug the whole wavefunction back into the normalization conditon and make sure it is true. ψ := N o y I redefined the functions to include the N.o value I just got. These definitions are used in most of the rest of the document. ψ star := N o y upper ψ star ψ = lower upper lower ψ star ψ When I type the regular equals sign OR the control-period equals sign after the integral, it shows the value is indeed, as epected for a normalized wavefunction. This is the probability of finding a particle in the region between.lower and.upper, where.lower and.upper define the edges of the entire region where the particle eists.

3 Eample_QM_calculations.mcd page 3. Make a nicely-scaled and labeled plot of the probability amplitude versus position probability amplitude vs. position ψ 0.5 where: y-ais = ψ(); the probability amplitude -ais = ; the position Make a nicely-scaled and labeled plot of the probability density versus position probability density vs. position probability density ψ 0.5 Note that the probability density is sharper than the probability amplitude position If we did have an imaginary component in our wavefunction, we would have to be more careful and use the following, more precise, definition for probability density. This definition simplifies to psi-squared when the wavefunction isn't imaginary. pr density := ψ star ψ

4 Eample_QM_calculations.mcd page 4 probability density vs. position probability density pr density 0.5 For this wavefunction, the two plots are identical position 4. Calculate the probability of finding a particle described by the function in a specified region that can be easily changed. For comparison, submit your document with = 0 and = 0.5. := 0 Specify the limits of the region here. := 0.5 ψ star ψ = 0.39 This is the probability of finding a particle in the region between and. 5. Calculate the epectation value for position a average = ψ A operator ψ The epectation value (a.average or <a> in the case at left) for an observable or property is calculated by finding the operator that describes that quantity (A.operator in the generic case at left), finding a normalized wavefunction that describes the system under consideration, and using the integral definition for epectation value, shown at the left.

5 Eample_QM_calculations.mcd page 5 ave := ave = 0 ψ star ψ I called the epectation value for the.ave because that is really what an epectation value tells you - the average epected when many measurments have been taken. Also Mathcad isn't happy about the symbol commonly used for epectation value: <>. Note that the limits of integration are set to infinity and negative infinity because this particle eists over that entire range. The epectation value for position of the particle described by the wavefunction in this problem is just 0! So that could mean that half the time it is found at -values above 0 and half the time it is found at -values below 0. It might also mean that it is always found at 0. We can't tell the difference just by reporting an average. 6. Calculate an uncertainty (standard deviation and variance) in the epectation value for position Variance in a quantity can be calculated simply as the epectation value for the quantity squared (position squared in this case, < >) minus the (epectation value for the quantity)-squared (<> in this case.) σ squared := ψ star ψ ψ star ψ this is the formula for variance σ squared = 0.67 σ := σ squared this is the standard deviation σ = 0.408

6 Eample_QM_calculations.mcd page 6 7. Decide whether or not the normalized function is an eigenfunction of the one-dimensional kinetic energy operator and evaluate the associated eigenvalue if possible. h bar d T Op = m o this is the kinetic energy operator for a single particle (one dimension) Note that there is a black bo that shows the operator is waiting to operate on something. T Op Ψ = k Ψ This equation would have to be satisfied in order for the original function to be an eigenfunction of the kinetic energy operator. Here, k is some constant that we could find by operating on the function (if it turns out to be an eigenfunction.) Ψ 0 := N norm e α 0 I redefined the normalized wavefunction here using all new variable symbols because it will let me keep them as symbols when I do the symbolic manipulations in the net steps. (Since N.0 and α are defined with numbers above, if I kept them in place Mathcad would substitute those numbers in below and obscure the meaning of the differentials. Try it yourself to see the difference.) In the step below I literally operate on the wavefunction with the T.Op kinetic energy operator and the symbolic (control-period) equals sign. This makes Mathcad take the second derivative of the wavefunction and multiply it by the constants specified in T.Op. h bar d m o ( Ψ 0 ) h bar m o α 0 e N norm α 0 + N norm α 0 e α 0 h bar m o α 0 e N norm α 0 + N norm α 0 e α 0 factor this result to separate: *constants *orginial function *any other variables If this wavefunction is an eigenfunction of the kinetic energy operator, I should be able to factor out the original wavefunction and have the rest of the stuff be simply a constant. If it isn't simply a constant (or collection of constants) then the function isn't an eigenfunction of this particular operator.

7 Eample_QM_calculations.mcd page 7 these are the two terms after factoring the equation above by hand: h bar m o α 0 + α 0 α 0. N norm e constants EXCEPT for the term. original function We get back the original function (shown in blue on the right), but it is not simply multiplied by a collection of constants, as shown in lavendar on the left. The epression to the left also contains the variable,. Thus it is shown that this wavefunction is NOT an eigenfunction of the kinetic energy operator. T Op Ψ k( Ψ ) 8. Evaluate whether or not the function above is orthogonal to the function below: α g := e First I will normalize the second function, which I will call ψ. ψ := N o g ( N o g ) = N o := N o =.4 g ψ := N o g ψ Just checking that the function is normalized.

8 Eample_QM_calculations.mcd page 8 To check whether or not two wavefunctions are orthogonal I see if the orthogonality condition is satisfied: ψ a ψ b = 0 Here is the general orthogonality condition for two different wavefunctions, ψ a and ψ b. ψ ψ = 0 The two functions are orthogonal because the orthogonality integral equals What is the effect of changing α on each calculation above? Here is a sample student answer that shows substantial thought: I changed α (although I could not figure out a way to set up my template so that it would change the N value easily). I increased alpha to 0 then decreased to. I recorded on paper the following changes: α = 3 α = 0 α = N 0 = N 0 =.336 N 0 = 0.75 prob = 0.39 prob = prob = 0.6 over a small integral from = 0 to = 0.5 ep value = 0 ep value = 0 ep value = 0 σ = σ = 0.4 σ = I also noticed that the graphs changed. As you increase α the peak was more intense. As you decrease the value for α the peaks decreased in height. When the number e in the function is rasied to a smaller eponent (larger negative eponent) then the Normalization constant must increase, the probability of finding the particle in a small region near = 0 increases, the epectation value remains zero (the change did not shift the probabilty density away from it's symmetry about zero), and the standard deviation decreased (evident in the peak distribution being narrower, right?) When α was decreased the eact opposite occurred (epectation value was still zero though). I would have epected that since I increased the value for α more significantly than I decreased it that I would have seen more substantial changes for the increased value than for the decreased one. This was not really so. The standard deviation was greatly effected when I decreased α by only two units. The distribution of the graphs was much different (wider) than I epected.

9 Eample_QM_calculations.mcd page 9

10 Eample_QM_calculations.mcd page 0

Notes 3.2: Properties of Limits

Notes 3.2: Properties of Limits Calculus Maimus Notes 3.: Properties of Limits 3. Properties of Limits When working with its, you should become adroit and adept at using its of generic functions to find new its of new functions created

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

More information

The Quantum Theory of Atoms and Molecules

The Quantum Theory of Atoms and Molecules The Quantum Theory of Atoms and Molecules The postulates of quantum mechanics Dr Grant Ritchie The postulates.. 1. Associated with any particle moving in a conservative field of force is a wave function,

More information

22. RADICALS. x add 5. multiply by 7

22. RADICALS. x add 5. multiply by 7 22. RADICALS doing something, then undoing it The concept of doing something and then undoing it is very important in mathematics. Here are some eamples: Take a number. Add 5 to it. How can you get back

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra COUNCIL ROCK HIGH SCHOOL MATHEMATICS A Note Guideline of Algebraic Concepts Designed to assist students in A Summer Review of Algebra [A teacher prepared compilation of the 7 Algebraic concepts deemed

More information

L10-Mon-26-Sep-2016-Sec-A-7-Complex-Num-HW08-A-10-Radicals-HW09-Q09, page 86. L10-Mon-26-Sep-2016-Sec-A-7-Complex-Num-HW08-A-10-Radicals-HW09-Q09

L10-Mon-26-Sep-2016-Sec-A-7-Complex-Num-HW08-A-10-Radicals-HW09-Q09, page 86. L10-Mon-26-Sep-2016-Sec-A-7-Complex-Num-HW08-A-10-Radicals-HW09-Q09 L10-Mon-6-Sep-016-Sec-A-7-Comple-Num-HW08-A-10-Radicals-HW09-Q09, page 86 L10-Mon-6-Sep-016-Sec-A-7-Comple-Num-HW08-A-10-Radicals-HW09-Q09 L10-Mon-6-Sep-016-Sec-A-7-Comple-Num-HW08-A-10-Radicals-HW09-Q09,

More information

A. Incorrect! Apply the rational root test to determine if any rational roots exist.

A. Incorrect! Apply the rational root test to determine if any rational roots exist. College Algebra - Problem Drill 13: Zeros of Polynomial Functions No. 1 of 10 1. Determine which statement is true given f() = 3 + 4. A. f() is irreducible. B. f() has no real roots. C. There is a root

More information

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation?

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation? Algebra Concepts Equation Solving Flow Chart Page of 6 How Do I Solve This Equation? First, simplify both sides of the equation as much as possible by: combining like terms, removing parentheses using

More information

SOLVING QUADRATIC EQUATIONS USING GRAPHING TOOLS

SOLVING QUADRATIC EQUATIONS USING GRAPHING TOOLS GRADE PRE-CALCULUS UNIT A: QUADRATIC EQUATIONS (ALGEBRA) CLASS NOTES. A definition of Algebra: A branch of mathematics which describes basic arithmetic relations using variables.. Algebra is just a language.

More information

Section 4.3: Quadratic Formula

Section 4.3: Quadratic Formula Objective: Solve quadratic equations using the quadratic formula. In this section we will develop a formula to solve any quadratic equation ab c 0 where a b and c are real numbers and a 0. Solve for this

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

Adding and Subtracting Rational Expressions

Adding and Subtracting Rational Expressions Adding and Subtracting Rational Epressions As a review, adding and subtracting fractions requires the fractions to have the same denominator. If they already have the same denominator, combine the numerators

More information

Unit 5 Solving Quadratic Equations

Unit 5 Solving Quadratic Equations SM Name: Period: Unit 5 Solving Quadratic Equations 5.1 Solving Quadratic Equations by Factoring Quadratic Equation: Any equation that can be written in the form a b c + + = 0, where a 0. Zero Product

More information

Limits: How to approach them?

Limits: How to approach them? Limits: How to approach them? The purpose of this guide is to show you the many ways to solve it problems. These depend on many factors. The best way to do this is by working out a few eamples. In particular,

More information

ACCUPLACER MATH 0310

ACCUPLACER MATH 0310 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 00 http://www.academics.utep.edu/tlc MATH 00 Page Linear Equations Linear Equations Eercises 5 Linear Equations Answer to

More information

Troy High School AP Calculus Summer Packet

Troy High School AP Calculus Summer Packet Troy High School AP Calculus Summer Packet As instructors of AP Calculus, we have etremely high epectations of students taking our courses. We epect a certain level of independence to be demonstrated by

More information

MITOCW watch?v=ztnnigvy5iq

MITOCW watch?v=ztnnigvy5iq MITOCW watch?v=ztnnigvy5iq GILBERT STRANG: OK. So this is a "prepare the way" video about symmetric matrices and complex matrices. We'll see symmetric matrices in second order systems of differential equations.

More information

September 12, Math Analysis Ch 1 Review Solutions. #1. 8x + 10 = 4x 30 4x 4x 4x + 10 = x = x = 10.

September 12, Math Analysis Ch 1 Review Solutions. #1. 8x + 10 = 4x 30 4x 4x 4x + 10 = x = x = 10. #1. 8x + 10 = 4x 30 4x 4x 4x + 10 = 30 10 10 4x = 40 4 4 x = 10 Sep 5 7:00 AM 1 #. 4 3(x + ) = 5x 7(4 x) 4 3x 6 = 5x 8 + 7x CLT 3x = 1x 8 +3x +3x = 15x 8 +8 +8 6 = 15x 15 15 x = 6 15 Sep 5 7:00 AM #3.

More information

Harmonic Oscillator with raising and lowering operators. We write the Schrödinger equation for the harmonic oscillator in one dimension as follows:

Harmonic Oscillator with raising and lowering operators. We write the Schrödinger equation for the harmonic oscillator in one dimension as follows: We write the Schrödinger equation for the harmonic oscillator in one dimension as follows: H ˆ! = "!2 d 2! + 1 2µ dx 2 2 kx 2! = E! T ˆ = "! 2 2µ d 2 dx 2 V ˆ = 1 2 kx 2 H ˆ = ˆ T + ˆ V (1) where µ is

More information

Summer Packet Geometry PAP

Summer Packet Geometry PAP Summer Packet Geometry PAP IMPORTANT INSTRUCTIONS FOR STUDENTS!!! We understand that students come to Geometry with different strengths and needs. For this reason, students have options for completing

More information

Unit 11 - Solving Quadratic Functions PART ONE

Unit 11 - Solving Quadratic Functions PART ONE Unit 11 - Solving Quadratic Functions PART ONE PREREQUISITE SKILLS: students should be able to add, subtract and multiply polynomials students should be able to factor polynomials students should be able

More information

CH 24 IDENTITIES. [Each product is 35] Ch 24 Identities. Introduction

CH 24 IDENTITIES. [Each product is 35] Ch 24 Identities. Introduction 139 CH 4 IDENTITIES Introduction First we need to recall that there are many ways to indicate multiplication; for eample the product of 5 and 7 can be written in a variety of ways: 5 7 5 7 5(7) (5)7 (5)(7)

More information

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS General Form: y a b c Where a, b and c are constants To solve a quadratic equation, the equation

More information

Limits and Continuity

Limits and Continuity Limits and Continuity Philippe B. Laval Kennesaw State University January 2, 2005 Contents Abstract Notes and practice problems on its and continuity. Limits 2. Introduction... 2.2 Theory:... 2.2. GraphicalMethod...

More information

MITOCW watch?v=0usje5vtiks

MITOCW watch?v=0usje5vtiks MITOCW watch?v=0usje5vtiks PROFESSOR: Mach-Zehnder-- interferometers. And we have a beam splitter. And the beam coming in, it splits into 2. A mirror-- another mirror. The beams are recombined into another

More information

ACCUPLACER MATH 0311 OR MATH 0120

ACCUPLACER MATH 0311 OR MATH 0120 The University of Teas at El Paso Tutoring and Learning Center ACCUPLACER MATH 0 OR MATH 00 http://www.academics.utep.edu/tlc MATH 0 OR MATH 00 Page Factoring Factoring Eercises 8 Factoring Answer to Eercises

More information

Polynomials and Factoring

Polynomials and Factoring 7.6 Polynomials and Factoring Basic Terminology A term, or monomial, is defined to be a number, a variable, or a product of numbers and variables. A polynomial is a term or a finite sum or difference of

More information

Algebra. Robert Taggart

Algebra. Robert Taggart Algebra Robert Taggart Table of Contents To the Student.............................................. v Unit 1: Algebra Basics Lesson 1: Negative and Positive Numbers....................... Lesson 2: Operations

More information

Answer the following questions using a fraction and a percent (round to the nearest tenth of a percent).

Answer the following questions using a fraction and a percent (round to the nearest tenth of a percent). ALGEBRA 1 Ch 10 Closure Solving Comple Equations Name: Two-Way Tables: A simple random sample of adults in a metropolitan area was selected and a survey was administered to determine the relationship between

More information

NIT #7 CORE ALGE COMMON IALS

NIT #7 CORE ALGE COMMON IALS UN NIT #7 ANSWER KEY POLYNOMIALS Lesson #1 Introduction too Polynomials Lesson # Multiplying Polynomials Lesson # Factoring Polynomials Lesson # Factoring Based on Conjugate Pairs Lesson #5 Factoring Trinomials

More information

Basic methods to solve equations

Basic methods to solve equations Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 Basic methods to solve equations What you need to know already: How to factor an algebraic epression. What you can learn here:

More information

A.P. Calculus Summer Assignment

A.P. Calculus Summer Assignment A.P. Calculus Summer Assignment This assignment is due the first day of class at the beginning of the class. It will be graded and counts as your first test grade. This packet contains eight sections and

More information

Quadratics NOTES.notebook November 02, 2017

Quadratics NOTES.notebook November 02, 2017 1) Find y where y = 2-1 and a) = 2 b) = -1 c) = 0 2) Epand the brackets and simplify: (m + 4)(2m - 3) To find the equation of quadratic graphs using substitution of a point. 3) Fully factorise 4y 2-5y

More information

A summary of factoring methods

A summary of factoring methods Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 A summary of factoring methods What you need to know already: Basic algebra notation and facts. What you can learn here: What

More information

Conceptual Explanations: Radicals

Conceptual Explanations: Radicals Conceptual Eplanations: Radicals The concept of a radical (or root) is a familiar one, and was reviewed in the conceptual eplanation of logarithms in the previous chapter. In this chapter, we are going

More information

Analysis. The student was expected to know and use the Pythagorean theorem to find the missing side. a 2 + b 2 = c 2

Analysis. The student was expected to know and use the Pythagorean theorem to find the missing side. a 2 + b 2 = c 2 Analysis. Correct Answer : meters (m) The student was epected to know and use the Pythagorean theorem to find the missing side. a + b c 8 + 7 64 + 89 89 64 SKILL: Use the Pythagorean theorem to find the

More information

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable.

Algebra Review C H A P T E R. To solve an algebraic equation with one variable, find the value of the unknown variable. C H A P T E R 6 Algebra Review This chapter reviews key skills and concepts of algebra that you need to know for the SAT. Throughout the chapter are sample questions in the style of SAT questions. Each

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x Algebra Notes Quadratic Systems Name: Block: Date: Last class we discussed linear systems. The only possibilities we had we 1 solution, no solution or infinite solutions. With quadratic systems we have

More information

Lecture 06 Lecture 4: Part II - Uncertainty principle

Lecture 06 Lecture 4: Part II - Uncertainty principle Chemistry I - CY1001 Introductory Quantum Mechanics and Spectroscopy Prof. Mangala Sunder Krishnan Department of Chemistry Indian Institute of Technology, Madras Lecture 06 Lecture 4: Part II - Uncertainty

More information

ΔP(x) Δx. f "Discrete Variable x" (x) dp(x) dx. (x) f "Continuous Variable x" Module 3 Statistics. I. Basic Statistics. A. Statistics and Physics

ΔP(x) Δx. f Discrete Variable x (x) dp(x) dx. (x) f Continuous Variable x Module 3 Statistics. I. Basic Statistics. A. Statistics and Physics Module 3 Statistics I. Basic Statistics A. Statistics and Physics 1. Why Statistics Up to this point, your courses in physics and engineering have considered systems from a macroscopic point of view. For

More information

Definition: Quadratic equation: A quadratic equation is an equation that could be written in the form ax 2 + bx + c = 0 where a is not zero.

Definition: Quadratic equation: A quadratic equation is an equation that could be written in the form ax 2 + bx + c = 0 where a is not zero. We will see many ways to solve these familiar equations. College algebra Class notes Solving Quadratic Equations: Factoring, Square Root Method, Completing the Square, and the Quadratic Formula (section

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of

More information

MITOCW 5. Quantum Mechanics: Free Particle and Particle in 1D Box

MITOCW 5. Quantum Mechanics: Free Particle and Particle in 1D Box MITOCW 5. Quantum Mechanics: Free Particle and Particle in 1D Box The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality

More information

Objectives. By the time the student is finished with this section of the workbook, he/she should be able

Objectives. By the time the student is finished with this section of the workbook, he/she should be able FUNCTIONS Quadratic Functions......8 Absolute Value Functions.....48 Translations o Functions..57 Radical Functions...61 Eponential Functions...7 Logarithmic Functions......8 Cubic Functions......91 Piece-Wise

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Basic ALGEBRA 2 SUMMER PACKET

Basic ALGEBRA 2 SUMMER PACKET Name Basic ALGEBRA SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Algebra II. We will use these concepts on a regular basis throughout

More information

5 3w. Unit 2 Function Operations and Equivalence Standard 4.1 Add, Subtract, & Multiply Polynomials

5 3w. Unit 2 Function Operations and Equivalence Standard 4.1 Add, Subtract, & Multiply Polynomials Unit Function Operations and Equivalence This document is meant to be used as an eample guide for each of the skills we will be holding students accountable for with Standard 4.1. This document should

More information

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1

Created: 2/3/96 Modified: September 29, Author: Theresa Julia Zielinski Page 1 Exploring Orthonormal Functions by Theresa Julia Zielinski Department of Chemistry, Medical Technology, and Physics Monmouth University West Long Branch, NJ 7764-898 tzielins@monmouth.edu Copyright 7 by

More information

Polynomials and Polynomial Functions

Polynomials and Polynomial Functions Unit 5: Polynomials and Polynomial Functions Evaluating Polynomial Functions Objectives: SWBAT identify polynomial functions SWBAT evaluate polynomial functions. SWBAT find the end behaviors of polynomial

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

[Limits at infinity examples] Example. The graph of a function y = f(x) is shown below. Compute lim f(x) and lim f(x).

[Limits at infinity examples] Example. The graph of a function y = f(x) is shown below. Compute lim f(x) and lim f(x). [Limits at infinity eamples] Eample. The graph of a function y = f() is shown below. Compute f() and f(). y -8 As you go to the far right, the graph approaches y =, so f() =. As you go to the far left,

More information

University of Colorado at Colorado Springs Math 090 Fundamentals of College Algebra

University of Colorado at Colorado Springs Math 090 Fundamentals of College Algebra University of Colorado at Colorado Springs Math 090 Fundamentals of College Algebra Table of Contents Chapter The Algebra of Polynomials Chapter Factoring 7 Chapter 3 Fractions Chapter 4 Eponents and Radicals

More information

Confidence Intervals. - simply, an interval for which we have a certain confidence.

Confidence Intervals. - simply, an interval for which we have a certain confidence. Confidence Intervals I. What are confidence intervals? - simply, an interval for which we have a certain confidence. - for example, we are 90% certain that an interval contains the true value of something

More information

Review Algebra and Functions & Equations (10 questions)

Review Algebra and Functions & Equations (10 questions) Paper 1 Review No calculator allowed [ worked solutions included ] 1. Find the set of values of for which e e 3 e.. Given that 3 k 1 is positive for all values of, find the range of possible values for

More information

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics Year Maths A Level Year - Tet Book Purchase In order to study A Level Maths students are epected to purchase from the school, at a reduced cost, the following tetbooks that will be used throughout their

More information

Lecture 5 (Sep. 20, 2017)

Lecture 5 (Sep. 20, 2017) Lecture 5 8.321 Quantum Theory I, Fall 2017 22 Lecture 5 (Sep. 20, 2017) 5.1 The Position Operator In the last class, we talked about operators with a continuous spectrum. A prime eample is the position

More information

Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi

Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi Basic Quantum Mechanics Prof. Ajoy Ghatak Department of Physics Indian Institute of Technology, Delhi Module No. # 07 Bra-Ket Algebra and Linear Harmonic Oscillator II Lecture No. # 02 Dirac s Bra and

More information

An operator is a transformation that takes a function as an input and produces another function (usually).

An operator is a transformation that takes a function as an input and produces another function (usually). Formalism of Quantum Mechanics Operators Engel 3.2 An operator is a transformation that takes a function as an input and produces another function (usually). Example: In QM, most operators are linear:

More information

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems

MATH 250 TOPIC 11 LIMITS. A. Basic Idea of a Limit and Limit Laws. Answers to Exercises and Problems Math 5 T-Limits Page MATH 5 TOPIC LIMITS A. Basic Idea of a Limit and Limit Laws B. Limits of the form,, C. Limits as or as D. Summary for Evaluating Limits Answers to Eercises and Problems Math 5 T-Limits

More information

12. Quadratics NOTES.notebook September 21, 2017

12. Quadratics NOTES.notebook September 21, 2017 1) Fully factorise 4y 2-5y - 6 Today's Learning: To find the equation of quadratic graphs using substitution of a point. 2) Epand the brackets and simplify: (m + 4)(2m - 3) 3) Calculate 20% of 340 without

More information

and Rational Functions

and Rational Functions chapter This detail from The School of Athens (painted by Raphael around 1510) depicts Euclid eplaining geometry. Linear, Quadratic, Polynomial, and Rational Functions In this chapter we focus on four

More information

Core 1 Inequalities and indices Section 1: Errors and inequalities

Core 1 Inequalities and indices Section 1: Errors and inequalities Notes and Eamples Core Inequalities and indices Section : Errors and inequalities These notes contain subsections on Inequalities Linear inequalities Quadratic inequalities This is an eample resource from

More information

4-1 Graphing Quadratic Functions

4-1 Graphing Quadratic Functions 4-1 Graphing Quadratic Functions Quadratic Function in standard form: f() a b c The graph of a quadratic function is a. y intercept Ais of symmetry -coordinate of verte coordinate of verte 1) f ( ) 4 a=

More information

Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 7. Discontinuities. is the tool to use,

Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 7. Discontinuities. is the tool to use, Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 7 Discontinuities What you need to know already: The concept and definition of continuity. What you can learn here: The

More information

Let y = f (t) be a function that gives the position at time t of an object moving along the y-axis. Then

Let y = f (t) be a function that gives the position at time t of an object moving along the y-axis. Then Limits From last time... Let y = f (t) be a function that gives the position at time t of an object moving along the y-ais. Then Ave vel[t, t 2 ] = f (t 2) f (t ) t 2 t f (t + h) f (t) Velocity(t) =. h!0

More information

Pre-Calculus Summer Packet

Pre-Calculus Summer Packet Pre-Calculus Summer Packet Name ALLEN PARK HIGH SCHOOL Summer Assessment Pre-Calculus Summer Packet For Students Entering Pre-Calculus Summer 05 This summer packet is intended to be completed by the FIRST

More information

Part Two. Diagnostic Test

Part Two. Diagnostic Test Part Two Diagnostic Test AP Calculus AB and BC Diagnostic Tests Take a moment to gauge your readiness for the AP Calculus eam by taking either the AB diagnostic test or the BC diagnostic test, depending

More information

Squaring and Unsquaring

Squaring and Unsquaring PROBLEM STRINGS LESSON 8.1 Squaring and Unsquaring At a Glance (6 6)* ( 6 6)* (1 1)* ( 1 1)* = 64 17 = 64 + 15 = 64 ( + 3) = 49 ( 7) = 5 ( + ) + 1= 8 *optional problems Objectives The goal of this string

More information

Quantum Mechanics - I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras

Quantum Mechanics - I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Quantum Mechanics - I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 14 Exercises on Quantum Expectation Values (Refer Slide Time: 00:07) In the last couple

More information

STARTING WITH CONFIDENCE

STARTING WITH CONFIDENCE STARTING WITH CONFIDENCE A- Level Maths at Budmouth Name: This booklet has been designed to help you to bridge the gap between GCSE Maths and AS Maths. Good mathematics is not about how many answers you

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETR Some Key Concepts:. The slope and the equation of a straight line. Functions and functional notation. The average rate of change of a function and the DIFFERENCE-

More information

Summary of Last Time Barrier Potential/Tunneling Case I: E<V 0 Describes alpha-decay (Details are in the lecture note; go over it yourself!!) Case II:

Summary of Last Time Barrier Potential/Tunneling Case I: E<V 0 Describes alpha-decay (Details are in the lecture note; go over it yourself!!) Case II: Quantum Mechanics and Atomic Physics Lecture 8: Scattering & Operators and Expectation Values http://www.physics.rutgers.edu/ugrad/361 Prof. Sean Oh Summary of Last Time Barrier Potential/Tunneling Case

More information

Lesson #9 Simplifying Rational Expressions

Lesson #9 Simplifying Rational Expressions Lesson #9 Simplifying Rational Epressions A.A.6 Perform arithmetic operations with rational epressions and rename to lowest terms Factor the following epressions: A. 7 4 B. y C. y 49y Simplify: 5 5 = 4

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter : Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of its.

More information

Problems and Multiple Choice Questions

Problems and Multiple Choice Questions Problems and Multiple Choice Questions 1. A momentum operator in one dimension is 2. A position operator in 3 dimensions is 3. A kinetic energy operator in 1 dimension is 4. If two operator commute, a)

More information

E = hν light = hc λ = ( J s)( m/s) m = ev J = ev

E = hν light = hc λ = ( J s)( m/s) m = ev J = ev Problem The ionization potential tells us how much energy we need to use to remove an electron, so we know that any energy left afterwards will be the kinetic energy of the ejected electron. So first we

More information

Are You Ready for Algebra 3/Trigonometry? Summer Packet **Required for all Algebra 3/Trig CP and Honors students**

Are You Ready for Algebra 3/Trigonometry? Summer Packet **Required for all Algebra 3/Trig CP and Honors students** Page of Are You Ready for Algebra /Trigonometry? Summer Packet **Required for all Algebra /Trig CP and Honors students** The Algebra /Trigonometry course prepares students for Calculus and college science

More information

The Product and Quotient Rules

The Product and Quotient Rules The Product and Quotient Rules In this section, you will learn how to find the derivative of a product of functions and the derivative of a quotient of functions. A function that is the product of functions

More information

AP CALCULUS AB SUMMER ASSIGNMENT

AP CALCULUS AB SUMMER ASSIGNMENT AP CALCULUS AB SUMMER ASSIGNMENT 06-07 Attached is your summer assignment for AP Calculus (AB). It will probably take you - hours to complete depending on how well you know your material. I would not do

More information

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

18.303: Introduction to Green s functions and operator inverses

18.303: Introduction to Green s functions and operator inverses 8.33: Introduction to Green s functions and operator inverses S. G. Johnson October 9, 2 Abstract In analogy with the inverse A of a matri A, we try to construct an analogous inverse  of differential

More information

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions Summer Review Packet for Students Entering AP Calculus BC Comple Fractions When simplifying comple fractions, multiply by a fraction equal to 1 which has a numerator and denominator composed of the common

More information

CHAPTER 6 Quantum Mechanics II

CHAPTER 6 Quantum Mechanics II CHAPTER 6 Quantum Mechanics II 6.1 6.2 6.3 6.4 6.5 6.6 6.7 The Schrödinger Wave Equation Expectation Values Infinite Square-Well Potential Finite Square-Well Potential Three-Dimensional Infinite-Potential

More information

2 3 x = 6 4. (x 1) 6

2 3 x = 6 4. (x 1) 6 Solutions to Math 201 Final Eam from spring 2007 p. 1 of 16 (some of these problem solutions are out of order, in the interest of saving paper) 1. given equation: 1 2 ( 1) 1 3 = 4 both sides 6: 6 1 1 (

More information

NOTATION: We have a special symbol to use when we wish to find the anti-derivative of a function, called an Integral Symbol,

NOTATION: We have a special symbol to use when we wish to find the anti-derivative of a function, called an Integral Symbol, SECTION 5.: ANTI-DERIVATIVES We eplored taking the Derivative of functions in the previous chapters, but now want to look at the reverse process, which the student should understand is sometimes more complicated.

More information

Calculations on the One-dimensional H-Atom in Coordinate and Momentum Space

Calculations on the One-dimensional H-Atom in Coordinate and Momentum Space Calculations on the One-imensional H-Atom in Coorinate an Momentum Space Frank Riou Chemistry Department CSB SJU The following eercises pertain to several of the l = states of the one-imensional hyrogen

More information

1. A definition of Algebra: a branch of mathematics which describes basic arithmetic relations using variables.

1. A definition of Algebra: a branch of mathematics which describes basic arithmetic relations using variables. MA30S PRECALC UNIT C: ALGEBRA CLASS NOTES. A definition of Algebra: a branch of mathematics which describes basic arithmetic relations using variables.. It is just a language. Instead of saying Jason is

More information

MITOCW ocw lec8

MITOCW ocw lec8 MITOCW ocw-5.112-lec8 The following content is provided by MIT OpenCourseWare under a Creative Commons license. Additional information about our license and MIT OpenCourseWare in general is available at

More information

Lesson 5: Negative Exponents and the Laws of Exponents

Lesson 5: Negative Exponents and the Laws of Exponents 8 : Negative Eponents and the Laws of Eponents Student Outcomes Students know the definition of a number raised to a negative eponent. Students simplify and write equivalent epressions that contain negative

More information

Mathematics Numbers: Absolute Value of Functions I

Mathematics Numbers: Absolute Value of Functions I a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Numbers: Absolute Value of Functions I Science and Mathematics Education Research Group Supported by

More information

Core Connections Algebra 2 Checkpoint Materials

Core Connections Algebra 2 Checkpoint Materials Core Connections Algebra 2 Note to Students (and their Teachers) Students master different skills at different speeds. No two students learn eactly the same way at the same time. At some point you will

More information

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials Math- Lesson - Finding Zeroes of NOT nice rd Degree Polynomials f ( ) 4 5 8 Is this one of the nice rd degree polynomials? a) Sum or difference of two cubes: y 8 5 y 7 b) rd degree with no constant term.

More information

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

Multi-Step Equations and Inequalities

Multi-Step Equations and Inequalities Multi-Step Equations and Inequalities Syllabus Objective (1.13): The student will combine like terms in an epression when simplifying variable epressions. Term: the parts of an epression that are either

More information

Quantum Mechanics - I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 7 The Uncertainty Principle

Quantum Mechanics - I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras. Lecture - 7 The Uncertainty Principle Quantum Mechanics - I Prof. Dr. S. Lakshmi Bala Department of Physics Indian Institute of Technology, Madras Lecture - 7 The Uncertainty Principle (Refer Slide Time: 00:07) In the last lecture, I had spoken

More information

MITOCW ocw-18_02-f07-lec02_220k

MITOCW ocw-18_02-f07-lec02_220k MITOCW ocw-18_02-f07-lec02_220k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information