Learning Objectives
Learning Objectives

MAT137Y: Course Goals

This guide will help you understand better who our students are as well as the main goals of the course.

The section Who are our students? gives a brief description of who MAT137Y students are: what is the difference between MAT137Y and other calculus courses offered at the University of Toronto, what to expect from our students, their background, course prerequisites, etc.

The section Global Course Objectives describes the three major objectives in the course. These are very important: they are the main point of reference that we use when making pedagogical decisions.

Finally, the Unit-by-Unit Course Objectives section provides a very detailed list of the objectives we would like to achieve in each unit. You do not have to read all of these now. You may prefer to postpone them till you are planning your classes for each unit.

Who are our students?

MAT135/6 vs MAT137 vs MAT157.

  • Students in the most “hardcore” math programs (Pure Math and three others) take MAT157Y, an analysis course that sometimes begins with Dedekind cuts and it assumes they are already fluent in proofs and rigour (or that they will learn it by osmosis).

  • Students in life science who need a general calculus course without proofs or formal definitions take MAT135H++MAT136H. It focuses on modelling, applications, and communication.

  • MAT137Y is a hybrid in the middle.

    There are four math specialist programs that begin with MAT137Y. These are

    • Mathematical applications in economics and finance.

    • Mathematics and its applications in probability and statistics

    • Mathematics and its applications in physical science

    • Mathematics and its application in teaching

    However, the majority of our students are not in a math specialist program. They are students in actuarial science, statistics, computer science, economics, or physics (or perhaps in a math major). Their programs may require MAT137Y or simply recommend it.

What to expect from our students. Our student are smart, motivated, and were “good at math in high school”. Unfortunately, this does not mean much. Most of them have only taken math courses consisting in memorizing formulas and algorithms and plugging numbers into them. They may be comfortable with heavy computations, but they have never been asked to understand why a method works or to think creatively. They are capable of learning rigour, but they have never been exposed to it before.

In MAT137Y we acknowledge that mathematical abstraction and proofs are difficult. We assume no background knowledge on proofs. We will teach all the related skills (see Global Course Objective 2 below) slowly and from scratch. This is a big difference with an analysis course like MAT157Y.

Prerequisites. In terms of prerequisites, we assume that students have mastered precalculus topics (trigonometry, exponentials and logarithms, basic graphing, polynomial manipulations...) This is not always true, but students are responsible to do any catch up they need to do by themselves, and we provide http://uoft.me/precalc (opens in a new tab) for this purpose. There is one exception that we include and teach in MAT137: the proper definitions of function and inverse function (see Unit 4 below).

Goal. Having talked to professors in the non-math departments who send their students to MAT137Y, their priority is that students accomplish Global Course Objective 3 below.

Finally, a good way to summarize the objectives of MAT137 is “to get students ready to take MAT237Y”. While nominally a multivariable calculus course, MAT237Y is even more a hybrid calculus/analysis. It studies more advanced concepts (such as compactness, uniform continuity, or completeness) and it requires students tor read, understand, and write much more complex proofs.

Global Course Objectives

There are three major objectives in the course:

1. Calculus concepts

We want students to become fluent in the main calculus concepts (limits, derivatives, integrals, sequences, series, and power series). This includes:

  • State their definitions precisely.

  • Recognize and construct examples and non-examples.

  • Perform simple computations.

  • Remember the main theorems that involve these concepts, state them precisely, and use them. This includes at least the Intermediate Value Theorem, the Extreme Value Theorem, limit laws, differentiation rules, the Mean Value Theorem, L’Hôpital’s Rule, the Fundamental Theorem of Calculus, and the Monotone Convergence Theorem for sequences. Notice that the formal proofs of some of these are too complex and not relevant to this course.

  • Use these concepts in simple proofs.

  • Determine whether a claim involving them is true or false.

2. Mathematical rigour

We want to introduce students to mathematical rigour and logic. We want them to read and understand mathematical statements and precise definitions, as well as read, critique, and write rigorous proofs.

There are a lot of small skills that are part of this objective. Since they are all second nature to us, it is easy to forget how foreign and difficult they are to most of our students. In order to acquire these skills, students need to explicitly practice all of them: to do them themselves, and to receive feedback. They do not learn any of this “by osmosis” (by watching us demonstrate them). In particular “watching a proof of theorem X” is not a learning objective. The list of skills related to this big objective include:

  • Understand the difference between a definition and a theorem.

  • Translate an intuitive concept or idea into a precise mathematical definition.

  • Write the negation of a mathematical definition.

  • Read a mathematical definition, and determine whether a particular object is or isn’t an example.

  • Compare mathematical statements and determine whether they are equivalent, whether one is strictly stronger, or whether they are not comparable

  • Read a mathematical statement and determine whether it makes sense or it is nonsense. If it makes sense, determine whether it is true or false.

  • Construct examples satisfying certain properties.

  • Prove a claim to be false by constructing a counterexample (and know that this is the way to do it).

  • Read and critique simple proofs; this includes finding the flaws in a bad proof and fixing them if possible.

  • Write simple proofs. This could mean reconstruct a proof they have seen before, use the same ideas in a different context, or write a new proof. At this level, students only need to write simple proofs (what we normally call “one-liners”).

  • Use set notation, set-building notation, quantifiers, and conditionals in the context of all the above.

  • Understand and justify why a proof needs to have a certain structure, why we need to write things in a certain way, and why we consider some things a valid proof and others not.

    In other words, memorizing templates for how to write proofs is not enough. For example, as long as they are always asked questions with the same format, it is possible for a student to memorize how to write a “perfect” proof by induction and having no idea of why proof by induction works. This does not meet our objectives.

  • Use variables in proofs correctly. It is hard to overestimate how difficult this is for students. They need to practice it (and receive feedback on it) as much as possible. We need to be strict with it to properly relay its importance. Specifically, students need to know, and correctly use in proofs:

    Variables in a definition or claim normally have to be quantified. A quantified variable is a “dummy variable” and it does not carry any intrinsic meaning. Variables in a proof should not be quantified; they should be fixed. A variable cannot be used until it has been fixed. Variables need to be introduced in order, paying attention to what depends on what.

As examples, here are two of the most difficult claims that students should be able to prove.

Example. Let aRa \in \mathbb{R}. Let ff be a function defined at least on an interval centered at aa, except possibly aa. Prove that

 IF limxaf(x)=, THEN limxa1f(x)=0.\text{ IF }\lim_{x \to a}f(x) = \infty, \quad \quad \text{ THEN }\lim_{x \to a}\frac{1}{f(x)}= 0.

Write a proof directly from the definitions of limit, without using any of the limit laws.

Let a<b.a <b. Let ff be a function differentiable on (a,b)(a,b). Prove that

IF for all x(a,b),f(x)>0, THEN f is increasing on (a,b).\text{IF for all }x \in (a,b), \, f'(x)>0, \quad \quad \text{ THEN }f \text{ is increasing on }(a,b).

Hint: Use the Mean Value Theorem.

Proofs more difficult than these two exercises are probably inappropriate in a test in MAT137Y, although they might be suitable as a learning exercise with lots of scaffolding. If students really understand how proofs and rigour work using simple results in MAT137Y, then they can move on to other courses (MAT237Y) where they will learn to write longer and more complex proofs.

As a warning, we cannot expect students to acquire all these skills in Unit 1 (“Intro to logic and proofs”). Unit 1 provides students with the basics so that they begin to understand what a proof is and they have a chance to start practicing. However, they will only master proof writing through consistent practice (and feedback) throughout the whole course.

3. Problem solving

We want students to be comfortable attacking new problems that they have not seen before, to make conjectures, to figure out by themselves how to adjust old methods to new situations, to figure out what new things they need to learn and to learn them, and to know when to be confident with their answers. We want students to build resilience, persistence, and creativity. We want them to become comfortable with struggle and productive failure.

To accomplish this, whenever possible (in class and in assignments) we make students part of the discovery process and we guide them to come up with claims, algorithms, or proofs themselves. We emphasize building intuition and understanding why a method or algorithm or theorem works (which is not the same as having seen a rigorous proof for it, and often has nothing to do with it).

Whenever possible we avoid asking students to memorize formulas or patterns and use them mindlessly. That hurts rather than helps in our objective.

“I thoroughly enjoyed this course, as my first real introduction to math as not just a list of formulas, but indeed a exploration of abstract mathematical objects and their properties. It helped me discover a love of math I did not know that I had, and definitely has motivated me to explore a higher level of math than I planned to in my time at U of T. I did not consider myself particularly strong at math in high school as I am not very good at memorizing formulas (high school trigonometry was an unmitigated disaster), but your course empowered me as a student of math in a way that I haven’t been before, as I came to appreciate the abstract logic underlying each and every concept, from basic limit definitions all the way to Taylor series applications.”
— From a student’s unsolicited email at the end of the course

Unit-by-Unit Course Objectives

The detailed list below is intended to help, but it is much less important than the global course objectives above. It is also much more dynamic; it can and will likely evolve.

1. Introduction to logic, sets, notation, definitions, and proofs

The goal of Unit 1 is to provide students with the basics so that they begin to understand notation, definitions, and proofs and they have a chance to start practicing all the skills listed in Global Course Objective 2.

2. Limits and continuity

When I write “limit” it means all “versions” of limits (finite, infinite, at a point, at infinity, side limits).

  • Understand the concepts of limit intuitively, and estimate limits from graphs and tables of values.

  • Write formal definitions of limits. Determine which variations of the definition are equivalent and otherwise determine what they mean.

  • Prove that limits exists or do not exist from the definition.

  • State and prove the limit laws and the Squeeze Theorem. Construct proofs of other similar results. Use them in computations and in other simple proofs.

  • Define continuity, identify continuous functions, and the various types of discontinuities.

  • Understand the theorems that are or are not true about composition of limits and continuous functions.

  • Compute simple limits through algebraic manipulations.

  • State the Extreme Value Theorem and the Intermediate Value Theorem, interpret them geometrically, and use them in simple applications or proofs.

Notice that the proofs of EVT and IVT are definitely too difficult for this course.

3. Derivatives

  • Interpret derivative geometrically (as slope) and physically (as rate of change).

  • Understand and use the formal definition of derivative.

  • Compute derivatives from the definition.

  • Compute derivatives of common functions quickly with differentiation rules, including implicit differentiation.

  • Prove the differentiation rules from the definition, and create other simple proofs using the definition of derivative. A full proof of the Chain Rule is probably too much for this course.

  • Understand how a function may fail to be differentiable, and identify examples geometrically and algebraically.

4. Transcendental functions

  • Understand the definitions of function, domain, codomain, range, one-to-one, onto, invertible function, and inverse function; compute them in examples, and use them in very simple proofs.

  • Understand the relation between one-to-one and invertible (using the common convention in calculus where the codomain is redefined to be the range when needed and we never worry about surjectivity).

  • For non one-to-one functions, work with restrictions to different subdomains, construct the corresponding inverses, and understand what the compositions will be.

  • Obtain an identity for the inverse of a function given the derivative of the function.

  • Compute complex derivative using exponentials and logarithms, and use “logarithmic differentiation”.

  • Define the inverse trigonometric functions rigorously, compute with them, and derive equations for their derivatives.

5. The Mean Value Theorem and applications

  • Write definitions and state theorems precisely. This includes the Mean Value Theorem, Rolle’s Theorem, and theorems about monotonocity, extrema, and local extrema. Interpret them geometrically.

  • Understand and create simple proofs using these theorems.

  • Find extrema of functions and where they are increasing/decreasing.

  • Use the MVT and related theorems in simple proofs, calculations, and applications.

6. Applications of derivatives and limits

  • Model physical situations using derivatives, and solve “related-rates problems”.

  • Solve applied-optimization problems (i.e. translate a real situation into an optimization question, an use calculus to optimize it).

  • When computing limits, determine (and prove) which quotients, products, powers, and sums are or are not an indetermine form.

  • Understand the statement of L’Hôpital’s Rule, including all the subtle hypotheses that determine when it can or cannot be used.

  • Compute limits that are in indetermine form, using L’Hôpital’s Rule and other methods.

  • State the definition of concavity and interpret it geometrically.

  • Study the concavity and inflection points of a function.

  • Define what an asymptote is, interpret it geometrically, and identify them in examples.

  • Sketch the graph of a function, analyzing all the important characteristics and points.

7. Definition of the integral

  • Use “sigma notation” for sums.

  • State the definitions of upper and lower bound, supremum and infinimum of a set or a function, and understand equivalent variations of the definitions. Compute them in examples, and use them in simple proofs.

  • Understand all the concepts involve in the formal definition of definite integral (partition, upper and lower sum, upper and lower integral, integrable function, definite integral), both formally and geometrically. Compute them in examples, determine which statements are true or false, and use these concepts in simple proofs.

  • Compute some integrals as limits using Riemann sums.

8. The Fundamental Theorem of Calculus

  • Understand the difference between the notions of definite integral, antiderivatives, and a function defined as an integral, using the correct notation in each case. This includes understanding which notation is correct, incorrect (means something else), or nonsense (does not mean anything). Know when to use each of these concepts.

  • Compute elementary antiderivatives.

  • State the Fundamental Theorem of Calculus (Parts 1 and 2), and use it in applications, calculations, and simple proofs.

  • Compute areas of regions in the plane.

9. Integration methods

There are two integration methods that are important by themselves: substitution and parts. Students need to become fluent in performing these computations, as well as understand why the algorithm works, and be able to justify it using differentiation rules.

After that, drilling complicated integration methods into students is obsolete. Almost nobody performs them by hand anymore. Instead, when we study other integration methods, we are teaching problem solving, not integration methods. We want students to learn the more general idea of “reduce this problem to another one I have already solved”, which is the essence of all these methods. So we focus on students understanding why the methods work and how someone could come up with them in the first place, rather than applying it to super-complex examples or memorizing a long list of algorithms. To a certain extent it does not matter which other integration methods (if any) we teach.

10. Applications of the integral

Many calculus courses study a long list of applications of the integral (volumes, surface area, arc length, work, centre of mass, ...) These applications are reduced to memorizing a dozen formulas and nothing else. This is of dubious value. Even if we restrict ourselves to common and useful applications, if all we do is give students a formula to memorize and later ask them to plug different functions into it, what is the point? Any time they need one such formula in the future they can look it up, and there is no skill (or difficulty) in plugging a function into it.

Instead, our emphasis is on understanding why certain quantities can be computed by integrals, and to be able to derive these formulas, including new ones, themselves. That way, whichever application they may need in the future, they will be ready for it. The ideal learning outcome as follows:

“A student takes a second-year class in electricity and magnetism. They learn that a charged particle creates an electric potential at all points in space. They learn that the electric potential created by various charged particles is the sum of the potentials created by each one individually. Based only on this (and on what they learned about integrals as limits of Riemann sums in our course) they immediately understand how to write the electric potential created by a continuous distribution of charges as an integral.”

If we get them to that point, it does not matter which specific applications they have “learned”.

11. Sequences

  • Understand the (various equivalent) definitions of sequence, convergence, various types of divergence, monotonicity, and boundness. We do not introduce subsequences.

  • Transfer all the results about limits of functions to limits of sequences, when appropriate.

  • Use these in computations, examples, and simple proofs.

  • In particular, know (and be able to justify) the relations between them; most notably 1) convergent implies bounded, and 2) bounded ++ monotonic implies convergent.

  • Understand the definition of “ana_{n} grows much slower than bnb_{n}”. Memorize (and be able to prove) the hierarchy of divergent sequences (logarithms, polynomials, exponentials, factorials, and power-exponentials), and use it in simple proofs and limit computations.

12. Improper integrals

  • Understand that improper integrals are a new concept that we have to define. This means that we cannot just assume that improper integrals are always well-defined and have the same properties as regular integrals.

  • State and understand the definition of improper integral and use it to compute simple improper integrals.

  • Memorize the standard family of convergent/divergent improper integrals: 1dxxp{\displaystyle \int^{\infty}_1 \frac{dx}{x^{p}}}.

  • Understand the statement of the two Comparison Tests (Basic Comparison Test and Limit-Comparison Test), why they are true, and use them to prove certain improper integrals are convergent and divergent, or in simple proofs.

13. Series

  • Never confuse a sequence with a series. Use proper notation for both concepts.

  • Like for improper integrals, understand that an infinite sum is a new concept that we have to define.

  • Understand the definition, be able to explain it, and use it to compute the value of simple series (mostly geometric and telescopic series).

  • Estimate a series numerically.

  • Know that we cannot take for granted that properties of finite sums carry to infinite sums. Know which properties carry and prove so from the definition.

  • State the standard convergence tests and justify intuitively whey they work (even if not formally prove them). Correctly use them to determine whether a series is convergent (and even conditionally convergent or absolutely convergent) or divergent, as well as in simple proofs.

14. Power series and Taylor series

  • Identify power series and compute their interval of convergence.

  • Understand (and use) which properties of polynomials apply to power series in the interior of the interval of convergence.

  • Understand various equivalent definition of Taylor polynomials and Taylor series (as a an approximation of a function near a point with an error that approaches 0 “quickly”, as a polynomial with the right derivatives, or via the standard formula). Compute with them.

  • Memorize the standard Maclaurin series, and be able to re-derive them.

  • Use all the common tricks to obtain new Taylor series expansions from old ones.

  • Use Taylor series in many common applications (possibly limits, integrals, estimations, adding series, physics, asymptotic behaviour...)

Throughout this last unit I recommend focusing on conceptual understanding, computations, and applications, while avoiding proofs, particularly the most technical ones. Understanding, writing, and critiquing simple proofs is one objective for this course that has been practiced in all the previous units; however, the proofs in this unit are often too technical, hard, or long, so they are not appropriate for that learning objective. Most of the aspects of the theory and most of the theorems are illustrated by how we use them in the applications.