TPT
Total:
$0.00
Doc Dos Math & CS Banner

Doc Dos Math & CS

Rated 5 out of 5, based on 2 reviews
11 Followers
Jacksonville, Florida, United States
About the store
I was an associate professor of mathematics and computer science for 13 years at a small university before moving to my current position as a high school teacher at an independent high school.
Read more

All resources

Preview of AP Computer Science Principles - Labs and Projects (Python)

AP Computer Science Principles - Labs and Projects (Python)

This contains all labs and projects posted on TPT meant for a Python-based AP Computer Science Principles class. Contains labs for Basic I/OStrings & FunctionsDecision StatementsPygameLoopsListsas well as three projects. Each lab and project has a PDF of instructions and .py files corresponding to instructor solution codes.
Preview of AP Calculus BC Puzzle Activities Bundle - First Semester

AP Calculus BC Puzzle Activities Bundle - First Semester

This is full set of activities used in my AP Calculus BC course during the Fall semester. These are not meant to be comprehensive of all content in BC. I usually use these activities as a "stop and review" day of class. There are 10 activities included, each with different puzzles (no puzzles types are repeated). Includes Precalculus Review/First Day ActivityLimitsBasic differentiation (before Chain rule)All differentiation (with Chain rule, exp/logs, inverse trig)Related ratesApplications of di
Preview of AP Calculus AB Puzzle Activities Bundle - First Semester

AP Calculus AB Puzzle Activities Bundle - First Semester

This is set of activities used in my AP Calculus BC course, which overlaps with AP Calculus AP for the most part. If you're looking for first semester BC activities, there are three additional included as part of a different bundle. There are 7 activities included here, each with different puzzles (no puzzles types are repeated). Includes Precalculus Review/First Day ActivityLimitsBasic differentiation (before Chain rule)All differentiation (with Chain rule, exp/logs, inverse trig)Related rates
Preview of Precalculus Puzzle Activity Bundle

Precalculus Puzzle Activity Bundle

This is full set of activities used in my Precalculus Honors course. The level corresponds to the highest level of Precalculus that was taught by my last two schools (prior to AP Precalculus being created). This bundle contains 13 different activities. Generally, I use these as a review activity, allowing students to work in groups during class time. In a 60 minute class, most students will be able to finish the problems and start the puzzle, finishing for homework.
Preview of AP Calculus Power Series - Train Tracks Puzzle Activity

AP Calculus Power Series - Train Tracks Puzzle Activity

This is a 60 minute activity over power series intended for AP Calculus BC. It includes Interval of ConvergenceTaylor & Maclaurin Series Lagrange Error BoundsThere are a few straightforward problems, then the activity ends with two AP FRQ style problems.
Preview of AP Calculus Sequences & Series - Marupeke Puzzle Activity

AP Calculus Sequences & Series - Marupeke Puzzle Activity

This is a 60 minute activity over sequences and series intended for AP Calculus BC. It includes Convergence and divergence of sequencesConvergence and divergence of series usingDivergence testComparison testLimit Comparison testP-seriesGeometric seriesTelescoping seriesIntegral remainder theoremThis is meant to be a precursor to the power series/Taylor series chapter. Those will be covered in a different activity. The puzzle is a twist on a traditional "tic-tac-toe"/three-in-a-row puzzle, asking
Preview of AP Computer Science A - First Semester Labs & Projects (Java)

AP Computer Science A - First Semester Labs & Projects (Java)

This is a bundle of all of the labs and projects I do in AP Computer Science A during the first semester. My class following the pretty traditional lecture/homework structure, then a lab and quiz at the end of each chapter. I give a project about once a quarter as a bit of an "exam". I tend to follow the order given in CS Awesome. This bundle covers I/O and Assignment (Primitives and Interactivity)Using Classes (including Strings and Math)Decision StatementsLoopsCreating ClassesArraysThere is a
Preview of AP Calculus Parametric - Tatami Puzzle Activity

AP Calculus Parametric - Tatami Puzzle Activity

This is a 60 minute activity over Calculus of parametric functions intended for AP Calculus BC. It consists of two multi-part AP-style FRQ problems covering parametric functions as they relate to Horizontal and vertical tangentsSecond derivativesSpeedDistanceThe puzzle is a Tatami puzzle, with similar structure to a Sudoku, however most students have never seen a puzzle like this before.
Preview of AP Calculus Polar - Slitherlink Puzzle Activity

AP Calculus Polar - Slitherlink Puzzle Activity

This is a 60 minute activity over Calculus of polar functions intended for AP Calculus BC. It consists of two multi-part AP-style FRQ problems covering polar functions. The puzzle is a Slitherlink puzzle. While these are generally challenging, this particular puzzle is relatively small and most student can finish the problems and the activity within the hour.
Preview of AP Calculus Applications of Integration  - Domino Puzzle Activity

AP Calculus Applications of Integration - Domino Puzzle Activity

This is a 60 minute activity over applications of integration for AP Calculus. This should be applicable for both AP Calculus AP and BC. It includes Area of region between two curvesVolume via rotation around x-axis and/or y-axis (disc-method only)Volume using cross-sections xAverage valueNote that both washer-method, cylindrical shells, and rotation around vertical or horizontal lines that are not the axis is not part of this activity. I find that students need a little practice with the basic
Preview of AP Calculus Washers & Discs - Arrow Sudoku Puzzle Activity

AP Calculus Washers & Discs - Arrow Sudoku Puzzle Activity

This is a 60 minute activity over disk and washer method for AP Calculus. This should be applicable for both AP Calculus AP and BC. It includes Volume via rotation around x-axis and y-axisVolume around vertical and horizontal lines that are not the axesNote that cylindrical shells can, of course, be used for a number of these problems, however no problem results in an impossible integral using washer or disc method, so shells is not absolutely necessary. The puzzle follows the same rules as a tr
Preview of AP Calculus Derivatives (before chain rule)  - Killer Sudoku Puzzle Activity

AP Calculus Derivatives (before chain rule) - Killer Sudoku Puzzle Activity

I like to do a summary of basic derivatives before moving on to chain rule. This could be used as a test/quiz review, a homework, or an in-class activity. I typically do this as a 60 minute activity, letting students work in groups on the problems. They can usually start, but not finish the puzzle in class. Topics include: Power ruleProduct ruleQuotient ruleTrig derivativesSecond derivativesDetermining function and derivatives values from a graphI cover exponentials, logs, and inverse trig after
Preview of AP Calculus (BC) Integration Techniques - Mathgrid Puzzle Activity

AP Calculus (BC) Integration Techniques - Mathgrid Puzzle Activity

This is a 60 minute activity over integration techniques for AP Calculus BC. It includes Partial fractions (linear distinct roots)Integration by partsImproper integralsU-substitutionThe puzzle is a Mathgrid (which is different than a mathemagrid/set square). It is pretty straightforward, and most students should be able to finish both the problem set and puzzle within the hour.
Preview of AP Calculus Derivatives  - Skyscrapers Puzzle Activity

AP Calculus Derivatives - Skyscrapers Puzzle Activity

A review activity for derivatives. I use this after chain rule, usually as an extra review before the derivatives exam. This activity includes the following topics: Chain ruleExponential derivativesTrig derivativesInverse trig derivativesLogarithmic differentiationImplicit differentiationSecond derivativesVirtually every problem has some sort of chain rule involved.
Preview of AP Computer Science Principles - Decisions Lab (Python)

AP Computer Science Principles - Decisions Lab (Python)

This particular assignment covers decision statements (if, elif, else). There are four different problems the students need to write code to solve. Functions are also required for some of the problems. This is one of the first times students need to do some organized logical thinking, so I tend to give about 3 or 4 class days for this assignment. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by
Preview of AP Calculus Related Rates - Cryptogram Puzzle Activity

AP Calculus Related Rates - Cryptogram Puzzle Activity

While I know the AP doesn’t place a lot of emphasis on related rates, I believe the problem solving involved is important for the student’s growth in analytical thinking. For that reason, I do this full hour-long activity. Sub-topics involved are · Right triangles & Pythagorean theorem · Cylindrical volume · Spherical volume · Rectangular box (cuboid, prism) · SOH-CAH-TOA As expected, Chain rule is used in each problem with some product rule thrown in as well. The cryptogram involves fairly we
Preview of AP Calculus (BC) Differential Equations - Nonogrid Puzzle Activity

AP Calculus (BC) Differential Equations - Nonogrid Puzzle Activity

This is a 60 minute activity over the differential equation portion of AP Calculus BC. It includes Separable differential equationsSlope fieldsEvaluating second derivatives in the context of ODEsThe puzzle is a nonogrid/nonogram. Students tend to have a bit of experience with these and have little trouble finishing it for homework.
Preview of AP Calculus u-Substitution - Kakurasu Puzzle Activity

AP Calculus u-Substitution - Kakurasu Puzzle Activity

This is intended to be a 60 minute in-class activity. Students usually get into small groups and work on the problems and puzzle together. The problems are all definite integrals requiring u-substitution. Includes Power ruleTrigExponentials and logsInverse trigI use this as a quick review/practice assignment before moving onto advanced integration techniques in AP Calculus BC, but this would work well as a u-subs only practice or homework in any other calculus class. The puzzle is a Kakurasu, wh
Preview of AP Computer Science Principles - Lists Lab (Python)

AP Computer Science Principles - Lists Lab (Python)

This is the last “normal” lab I do in my AP Computer Science Principles class. The main goal of this lab is to get the students practical experience with lists. The secondary goal is to give them an example of a code that satisfies the requirements of the Create Task. There are just two problems in this lab, as the codes are significantly more complicated than earlier labs. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework f
Preview of AP Computer Science A - Arrays Lab (Java)

AP Computer Science A - Arrays Lab (Java)

This lab covers one dimensional arrays. I usually cover this right before I do a midterm project in AP CS A, and save two dimensional arrays for when we return from winter break. There are only three problems on this lab. I usually give the students only about 3 days on this, since we're eager to get to the midterm project instead. In this, and all labs posted on TPT, the questions are of my own making, and any similarity to codes/assignments/homework found anywhere else is by chance. The except
Showing 1-20 of 52 results

About the store

Experience

I was an associate professor of mathematics and computer science for 13 years at a small university before moving to my current position as a high school teacher at an independent high school.

Teaching style

For the past five to six years, I have incorporated puzzle-style activities into my mathematics curriculum. My belief is that fostering students' analytical thinking is crucial, and I have observed that these puzzles provide an enjoyable challenge for them. In fact, some students view these puzzles as a rewarding experience after completing the mathematical components of our lessons. In my computer science courses, I often have the privilege of teaching exceptional students. To accommodate a range of abilities, I design labs and projects that are achievable for the average student, occasionally with some guidance. However, these assignments are structured with enough complexity to ensure that even my most advanced students do not find them trivial and remain engaged.

My own education history

I have an BS, MS, and PhD in mathematics with an emphasis on computational mathematics.