CrunchAcademy · K-12

High School · Grade 10 · Crunch Academy

Grade 10 — Sophomore Year

Sophomore year where geometric reasoning, world literature, chemistry, U.S. history, and AP Computer Science Principles converge to build college-ready thinkers and creators.

Grade 10 deepens abstraction and evidence-based reasoning across five college-preparatory subjects. Sophomores prove and apply geometric relationships, analyze world literature and craft research-based arguments, model matter and energy in chemistry, trace U.S. history through the APUSH periods, and complete the AP Computer Science Principles Create Performance Task. The year balances rigorous standards mastery with authentic, transferable projects.

5Core subjects
35Units
193Lessons
149Standards mapped

The Year at a Glance

Grade 10 required course load

Every Grade 10 student follows the full academic core below — aligned to Common Core, NGSS, the C3 Framework for social studies, and CSTA / AP for computer science. Jump to a subject:

Geometry

Common Core State Standards — High School Geometry

A full year of Euclidean and coordinate geometry built on transformations, formal proof, similarity and trigonometry, circles, three-dimensional measurement, and geometric modeling, with an introduction to conditional probability.

Weeks 1-6 Unit 1: Tools of Geometry, Transformations & Congruence
G-CO.A.1G-CO.A.2G-CO.B.6G-CO.B.7G-CO.B.8G-CO.C.10G-CO.C.11
Lecture
Points, lines, planes, segments, and angle relationships

Geometry builds from undefined terms—point (a location), line (infinitely many points in two directions), and plane (a flat surface extending forever). From these we define segments (two endpoints), rays, and angles measured in degrees from 0 to 180. Key angle pairs include complementary (sum 90 degrees), supplementary (sum 180 degrees), vertical angles (formed by intersecting lines, always congruent), and linear pairs (adjacent and supplementary). For example, if two lines cross and one angle is 50 degrees, its vertical angle is also 50 degrees and each adjacent angle is 130 degrees. The Segment Addition Postulate (if B is between A and C, then AB + BC = AC) and Angle Addition Postulate let us set up equations to solve for unknown lengths and measures.

Geometry begins with three undefined terms: a point (a location with no size), a line (infinitely many points extending both directions), and a plane (a flat surface extending forever). From these we define segments, rays, and angles measured 0 to 180 degrees. Angle pairs are central: complementary angles sum to 90, supplementary angles sum to 180, a linear pair is adjacent and supplementary, and vertical angles (opposite angles of two intersecting lines) are always congruent because each is supplementary to the same angle. The Segment Addition Postulate says if B is between A and C then AB + BC = AC, and the Angle Addition Postulate works the same way for angles. These postulates turn pictures into equations you can solve.

Worked Example 1

Problem. Two lines intersect. One of the four angles measures 50 degrees. Find the other three.

  1. The vertical angle (opposite) equals 50 degrees because vertical angles are congruent.
  2. Each adjacent angle forms a linear pair with the 50-degree angle, so it is 180 - 50 = 130 degrees.
  3. The angle opposite the 130-degree angle is also 130 degrees by vertical angles.

Answer. Angles measure 50, 130, 50, and 130 degrees.

Worked Example 2

Problem. Point B is between A and C. AB = 2x + 1, BC = 3x - 4, and AC = 22. Find x and BC.

  1. By the Segment Addition Postulate: AB + BC = AC, so (2x + 1) + (3x - 4) = 22.
  2. Combine like terms: 5x - 3 = 22.
  3. Add 3: 5x = 25, so x = 5.
  4. Then BC = 3(5) - 4 = 15 - 4 = 11.

Answer. x = 5 and BC = 11.

Worked Example 3

Problem. Two angles are complementary. One is (3x + 10) degrees and the other is (2x) degrees. Find both measures.

  1. Complementary angles sum to 90: (3x + 10) + 2x = 90.
  2. Combine: 5x + 10 = 90.
  3. Subtract 10: 5x = 80, so x = 16.
  4. First angle = 3(16) + 10 = 58 degrees; second = 2(16) = 32 degrees; check 58 + 32 = 90.

Answer. The angles are 58 degrees and 32 degrees.

Common mistakes
  • Confusing complementary (sum 90) with supplementary (sum 180). Memorize: Complementary = Corner (90), Supplementary = Straight line (180).
  • Assuming any two adjacent angles add to 180. Only a linear pair (forming a straight line) is supplementary.
  • Setting AB + BC = AC backwards or omitting it. The whole segment AC equals the sum of its two parts when B is between A and C.
✎ Try it yourself

Problem. Two lines cross. One angle is (4x) degrees and its vertical angle is (2x + 30) degrees. Find x and the angle measure.

Solution. Vertical angles are congruent, so 4x = 2x + 30. Subtract 2x: 2x = 30, so x = 15. The angle measures 4(15) = 60 degrees (and its vertical angle 2(15) + 30 = 60 degrees, which checks). Final answer: x = 15, angle = 60 degrees.

Rigid motions: translations, reflections, and rotations

A rigid motion (isometry) moves a figure without changing its size or shape, so distances and angle measures are preserved. A translation slides every point by the same vector (x, y) -> (x + a, y + b); a reflection flips a figure over a line of reflection (over the x-axis, (x, y) -> (x, -y)); a rotation turns a figure about a center by an angle (a 90-degree counterclockwise turn about the origin maps (x, y) -> (-y, x)). Each transformation produces an image congruent to the pre-image. For example, reflecting triangle ABC over the y-axis sends point (3, 2) to (-3, 2). Composing two reflections over parallel lines produces a translation, linking the motions together.

A rigid motion (isometry) moves a figure without changing size or shape, so every distance and angle measure is preserved. A translation slides every point by the same vector: (x, y) maps to (x + a, y + b). A reflection flips a figure over a line; over the x-axis (x, y) maps to (x, -y), over the y-axis to (-x, y), and over y = x to (y, x). A rotation turns a figure about a center by an angle; a 90-degree counterclockwise turn about the origin sends (x, y) to (-y, x), and 180 degrees sends it to (-x, -y). Every rigid motion produces an image congruent to the pre-image, and composing two reflections over parallel lines equals a translation.

Worked Example 1

Problem. Translate point P(3, -2) by the vector (x, y) -> (x - 4, y + 5).

  1. Apply the rule to the x-coordinate: 3 - 4 = -1.
  2. Apply the rule to the y-coordinate: -2 + 5 = 3.

Answer. The image is P'(-1, 3).

Worked Example 2

Problem. Reflect triangle vertex A(3, 2) first over the y-axis, then rotate the result 90 degrees counterclockwise about the origin.

  1. Reflection over the y-axis: (x, y) -> (-x, y), so A(3, 2) -> (-3, 2).
  2. Rotation 90 degrees CCW: (x, y) -> (-y, x), so (-3, 2) -> (-2, -3).

Answer. The final image is (-2, -3).

Worked Example 3

Problem. A figure has vertex (5, 1). Apply a 180-degree rotation about the origin, then a reflection over the x-axis. What single rigid motion does this composition equal?

  1. 180-degree rotation: (x, y) -> (-x, -y), so (5, 1) -> (-5, -1).
  2. Reflection over x-axis: (x, y) -> (x, -y), so (-5, -1) -> (-5, 1).
  3. Net effect on (5, 1) is (-5, 1): the x changed sign, y unchanged, which is exactly a reflection over the y-axis.

Answer. The composition equals a single reflection over the y-axis; the image is (-5, 1).

Common mistakes
  • Swapping the rotation rule: 90 degrees CCW is (x, y) -> (-y, x), NOT (y, -x) (that is clockwise). Test with a known point to check direction.
  • Reflecting over the wrong axis: over the x-axis negate y; over the y-axis negate x. Many students reverse these.
  • Thinking a transformation can change side lengths. Rigid motions preserve distance and angle, so the image is always congruent.
✎ Try it yourself

Problem. Reflect the point B(-2, 5) over the line y = x, then translate by (x, y) -> (x + 3, y - 1).

Solution. Reflection over y = x swaps coordinates: (-2, 5) -> (5, -2). Then translate: x = 5 + 3 = 8, y = -2 - 1 = -3. Final answer: B'(8, -3).

Defining congruence in terms of rigid motions

Two figures are congruent if and only if there exists a sequence of rigid motions (translations, reflections, rotations) that maps one exactly onto the other. This modern definition replaces the informal 'same size and shape' with a testable procedure. To show two triangles are congruent, you describe the specific motions—for instance, translate so one vertex matches, then rotate so an edge aligns, then reflect if needed. Because rigid motions preserve length and angle, corresponding parts of the matched figures are automatically congruent (CPCTC). This foundation justifies why the triangle congruence shortcuts work.

Two figures are congruent if and only if some sequence of rigid motions (translations, reflections, rotations) maps one exactly onto the other. This replaces the vague phrase 'same size and shape' with a testable procedure. To prove congruence you describe specific motions: translate so one vertex lands on its match, rotate so an adjacent edge aligns, then reflect if the figure is mirror-imaged. Because each rigid motion preserves length and angle, once the figures coincide every pair of corresponding parts must be congruent. This is the logical source of CPCTC (Corresponding Parts of Congruent Figures are Congruent) and the reason the SSS, SAS, ASA, AAS, and HL shortcuts are valid.

Worked Example 1

Problem. Triangle ABC has A(0,0), B(4,0), C(0,3). Triangle DEF has D(0,0), E(0,4), F(-3,0). Describe rigid motions mapping ABC onto DEF.

  1. Both share the vertex (0,0), so no translation is needed for that vertex.
  2. B(4,0) must map to E(0,4): a 90-degree CCW rotation about the origin sends (4,0) -> (0,4).
  3. Check C: the same rotation sends (0,3) -> (-3,0) = F. All three vertices match.
  4. Therefore a single 90-degree CCW rotation about the origin maps ABC onto DEF.

Answer. A 90-degree counterclockwise rotation about the origin; the triangles are congruent.

Worked Example 2

Problem. Segment PQ has P(1,2), Q(5,2). Segment RS has R(1,-2), S(5,-2). Find a rigid motion mapping PQ onto RS and explain why they are congruent.

  1. Compare coordinates: x-values are identical, y-values change from 2 to -2, suggesting a reflection over the x-axis.
  2. Reflection over the x-axis: (x, y) -> (x, -y), so P(1,2) -> (1,-2) = R and Q(5,2) -> (5,-2) = S.
  3. Since a reflection (a rigid motion) maps PQ exactly onto RS, the segments are congruent; indeed both have length 5 - 1 = 4.

Answer. Reflection over the x-axis maps PQ onto RS, so PQ is congruent to RS (both length 4).

Worked Example 3

Problem. Explain, using rigid motions, why CPCTC is valid.

  1. Suppose a sequence of rigid motions maps triangle ABC exactly onto triangle DEF.
  2. Rigid motions preserve every distance, so AB = DE, BC = EF, CA = FD.
  3. Rigid motions preserve every angle measure, so angle A = angle D, etc.
  4. After mapping, A coincides with D, B with E, C with F, so each part lies on its corresponding part and must be congruent.

Answer. Because rigid motions preserve length and angle, all corresponding parts coincide and are congruent (CPCTC).

Common mistakes
  • Saying figures are congruent just because they 'look the same.' You must exhibit (or guarantee) a rigid-motion sequence.
  • Using a dilation as part of a congruence mapping. Dilations change size, so they prove similarity, not congruence.
  • Applying CPCTC before establishing congruence. You must first prove the triangles congruent; only then are corresponding parts congruent.
✎ Try it yourself

Problem. Triangle ABC has A(2,1), B(6,1), C(2,4). Triangle A'B'C' has A'(2,-1), B'(6,-1), C'(2,-4). Name the rigid motion mapping ABC onto A'B'C' and state whether the triangles are congruent.

Solution. Each image point keeps its x-coordinate and negates its y-coordinate: (2,1)->(2,-1), (6,1)->(6,-1), (2,4)->(2,-4). That is a reflection over the x-axis, a rigid motion. Final answer: a reflection over the x-axis maps ABC onto A'B'C', so the triangles are congruent.

Triangle congruence criteria (SAS, ASA, SSS, AAS, HL)

Rather than checking all six corresponding parts, five shortcuts guarantee triangle congruence: SSS (three sides), SAS (two sides and the included angle), ASA (two angles and the included side), AAS (two angles and a non-included side), and HL (hypotenuse and a leg, for right triangles only). Note that SSA and AAA do NOT prove congruence. For example, if triangle ABC has AB = DE, angle A = angle D, and AC = DF, then SAS gives triangle ABC congruent to triangle DEF. Choosing the right criterion depends on which parts the problem or diagram marks as congruent.

Instead of checking all six corresponding parts, five shortcuts guarantee triangle congruence: SSS (three pairs of sides), SAS (two sides and the angle between them), ASA (two angles and the side between them), AAS (two angles and a non-included side), and HL (hypotenuse and a leg, right triangles only). The included part matters: SAS needs the angle between the two sides, and ASA needs the side between the two angles. Two patterns never prove congruence: SSA (the ambiguous case) and AAA (gives similar but not necessarily congruent triangles). To choose a criterion, mark what the diagram or givens supply, look for shared sides (Reflexive Property) and vertical angles, then match the pattern.

Worked Example 1

Problem. In triangles ABC and DEF: AB = DE, angle A = angle D, AC = DF. Which criterion proves congruence?

  1. List the given parts in order around the marked vertex: side AB, angle A, side AC.
  2. Angle A is between sides AB and AC, so it is the included angle.
  3. Two sides and the included angle match the SAS pattern.

Answer. SAS, so triangle ABC is congruent to triangle DEF.

Worked Example 2

Problem. Two right triangles each have a hypotenuse of 13 and one leg of 5. Are they congruent? Justify and find the other leg.

  1. Both are right triangles with equal hypotenuses (13) and one equal leg (5): this is the HL pattern.
  2. HL guarantees congruence for right triangles, so the triangles are congruent.
  3. Find the missing leg with a^2 + 5^2 = 13^2: a^2 = 169 - 25 = 144, so a = 12; both share this leg.

Answer. Yes, congruent by HL; the other leg is 12.

Worked Example 3

Problem. Triangles ABC and ABD share side AB. Angle CAB = angle DAB and angle CBA = angle DBA. Prove congruence and name the criterion.

  1. Side AB is shared, so AB = AB by the Reflexive Property.
  2. Angle CAB = angle DAB (given) is one angle adjacent to AB.
  3. Angle CBA = angle DBA (given) is the other angle adjacent to AB; the side AB lies between these two angles.
  4. Two angles and the included side match ASA.

Answer. Triangle ABC is congruent to triangle ABD by ASA.

Common mistakes
  • Trying to use SSA (or 'the donkey theorem') to prove congruence. SSA is ambiguous and does NOT guarantee congruence.
  • Confusing SAS with SSA: SAS requires the angle BETWEEN the two sides; if the angle is not included, the shortcut fails.
  • Believing AAA proves congruence. Equal angles only force similarity; the triangles can be different sizes.
✎ Try it yourself

Problem. In triangles PQR and STU, angle P = angle S, angle Q = angle T, and PQ = ST. Which congruence criterion applies, and why?

Solution. Side PQ lies between angle P and angle Q. So you have angle-side-angle with the side included between the two angles. Final answer: ASA proves triangle PQR is congruent to triangle STU.

Two-column and paragraph proofs of triangle congruence

A geometric proof is a logical argument where every statement is justified by a definition, postulate, or theorem. In a two-column proof, statements go on the left and reasons on the right, beginning with the given information and ending with what you must prove. A common structure: state givens, mark shared sides (Reflexive Property), identify vertical or alternate interior angles, then apply a congruence criterion like SAS. For example, to prove two triangles sharing a side are congruent, you cite the shared side as congruent to itself by the Reflexive Property. Paragraph proofs present the same reasoning in connected prose.

A proof is a chain of statements where every claim is justified by a given, a definition, a postulate, or a previously proved theorem. In a two-column proof the statements go on the left and the matching reasons on the right; you begin with the givens and end with the 'prove' statement. A reliable structure: write the givens, mark shared sides with the Reflexive Property, identify vertical or alternate interior angles, apply a congruence criterion (SSS/SAS/ASA/AAS/HL), and finish with CPCTC if you need a part of the triangles. A paragraph proof states the identical reasoning in connected sentences. The skill is supplying a valid reason for every single statement.

Worked Example 1

Problem. Given: M is the midpoint of AB; CM is perpendicular to AB. Prove: triangle AMC is congruent to triangle BMC.

  1. AM = BM (definition of midpoint).
  2. Angle AMC = angle BMC = 90 degrees (definition of perpendicular; both are right angles, so they are congruent).
  3. CM = CM (Reflexive Property, shared side).
  4. Triangle AMC is congruent to triangle BMC by SAS (side AM, included right angle, side CM).

Answer. Triangle AMC is congruent to triangle BMC by SAS.

Worked Example 2

Problem. Given: AB parallel to CD and AB = CD, with diagonal AC drawn. Prove: triangle ABC is congruent to triangle CDA.

  1. AB = CD (given).
  2. Angle BAC = angle DCA (alternate interior angles formed by transversal AC cutting parallel lines AB and CD).
  3. AC = CA (Reflexive Property, shared diagonal).
  4. Triangle ABC is congruent to triangle CDA by SAS (side AB, included angle, side AC).

Answer. Triangle ABC is congruent to triangle CDA by SAS.

Worked Example 3

Problem. Given: triangle ABC is congruent to triangle DEF. Prove: AB = DE (a paragraph proof using CPCTC).

  1. Because triangle ABC is congruent to triangle DEF, a sequence of rigid motions maps one onto the other.
  2. Corresponding vertices are A with D, B with E, C with F; thus side AB corresponds to side DE.
  3. Corresponding parts of congruent triangles are congruent (CPCTC), so AB = DE.

Answer. AB = DE by CPCTC.

Common mistakes
  • Writing a statement with no reason, or a reason that is just 'it looks true.' Every line needs a definition, postulate, or theorem.
  • Forgetting the Reflexive Property for a shared side or angle. A side a triangle shares with itself is congruent to itself.
  • Using CPCTC to prove the triangles congruent. CPCTC is used AFTER congruence is established, to conclude that individual parts are equal.
✎ Try it yourself

Problem. Given: AB = CB and BD bisects angle ABC. Prove triangle ABD is congruent to triangle CBD.

Solution. Statement 1: AB = CB (given). Statement 2: angle ABD = angle CBD (definition of angle bisector, since BD bisects angle ABC). Statement 3: BD = BD (Reflexive Property, shared side). Statement 4: triangle ABD is congruent to triangle CBD by SAS, using side AB, the included angle at B, and side BD. Final answer: the triangles are congruent by SAS.

Properties of parallelograms and other quadrilaterals

A parallelogram has both pairs of opposite sides parallel, which forces opposite sides and opposite angles to be congruent, consecutive angles to be supplementary, and diagonals to bisect each other. Special parallelograms add constraints: rectangles have four right angles and congruent diagonals; rhombi have four congruent sides and perpendicular diagonals; squares have all of these. You can prove a quadrilateral is a parallelogram by showing any one of several conditions, such as both pairs of opposite sides congruent or one pair both parallel and congruent. For example, if a quadrilateral's diagonals bisect each other, it must be a parallelogram.

A parallelogram has both pairs of opposite sides parallel. This single property forces several others: opposite sides are congruent, opposite angles are congruent, consecutive (same-side) angles are supplementary, and the diagonals bisect each other. Special parallelograms add constraints. A rectangle has four right angles and congruent diagonals; a rhombus has four congruent sides and perpendicular diagonals that bisect the angles; a square has all of these at once. To prove a quadrilateral is a parallelogram you can show any one of: both pairs of opposite sides congruent, both pairs of opposite sides parallel, diagonals bisect each other, or one pair of sides both parallel and congruent. These converse conditions are as useful as the forward properties.

Worked Example 1

Problem. In parallelogram ABCD, angle A = (3x + 20) degrees and angle B = (5x - 40) degrees. Find angle A.

  1. Angles A and B are consecutive angles of a parallelogram, so they are supplementary: sum 180.
  2. (3x + 20) + (5x - 40) = 180.
  3. Combine: 8x - 20 = 180, so 8x = 200 and x = 25.
  4. Angle A = 3(25) + 20 = 75 + 20 = 95 degrees.

Answer. Angle A = 95 degrees.

Worked Example 2

Problem. In parallelogram ABCD the diagonals meet at E. AE = 2x + 1 and EC = x + 7. Find AC.

  1. Diagonals of a parallelogram bisect each other, so AE = EC.
  2. Set equal: 2x + 1 = x + 7, giving x = 6.
  3. Then AE = 2(6) + 1 = 13, and EC = 13 as well.
  4. AC is the whole diagonal: AC = AE + EC = 13 + 13 = 26.

Answer. AC = 26.

Worked Example 3

Problem. A quadrilateral has diagonals that bisect each other AND are congruent. Classify it as specifically as possible.

  1. Diagonals bisecting each other make the quadrilateral a parallelogram.
  2. Among parallelograms, congruent diagonals are the defining extra property of a rectangle.
  3. Nothing forces the sides to be equal, so it need not be a rhombus or square.

Answer. It must be a rectangle.

Common mistakes
  • Assuming consecutive angles are congruent. In a parallelogram opposite angles are congruent; consecutive angles are supplementary (sum 180).
  • Thinking all parallelograms have perpendicular or congruent diagonals. Perpendicular diagonals indicate a rhombus; congruent diagonals indicate a rectangle.
  • Believing diagonals are always congruent in a parallelogram. They bisect each other but are equal only in rectangles and squares.
✎ Try it yourself

Problem. In parallelogram WXYZ, angle W = (2x + 10) degrees and the opposite angle Y = (3x - 25) degrees. Find x and angle W.

Solution. Opposite angles of a parallelogram are congruent, so 2x + 10 = 3x - 25. Subtract 2x: 10 = x - 25, so x = 35. Then angle W = 2(35) + 10 = 80 degrees (and angle Y = 3(35) - 25 = 80, which checks). Final answer: x = 35, angle W = 80 degrees.

Key terms
  • Rigid motion — a transformation (translation, reflection, or rotation) that preserves distance and angle measure
  • Congruent — having a sequence of rigid motions that maps one figure exactly onto another
  • CPCTC — Corresponding Parts of Congruent Triangles are Congruent, used after proving triangle congruence
  • Postulate — a statement accepted as true without proof, used to justify steps
  • Theorem — a statement proven true using definitions, postulates, and prior theorems
  • Vertical angles — the congruent opposite angles formed when two lines intersect
  • Parallelogram — a quadrilateral with both pairs of opposite sides parallel
  • Reflexive Property — a quantity is congruent to itself, used for shared sides and angles
Assignment · Prove It Two Ways

Given a diagram of two triangles that share a common side, write a complete two-column proof showing the triangles are congruent, then rewrite the same argument as a paragraph proof. Identify which congruence criterion you used and where you applied the Reflexive Property.

Deliverable · One page containing a labeled diagram, a two-column proof, and a matching paragraph proof.

Quiz · 5 questions
  1. 1. Two lines intersect forming an angle of 65 degrees. What is the measure of its vertical angle?

  2. 2. Which set of conditions does NOT guarantee two triangles are congruent?

  3. 3. Reflecting the point (4, -3) over the x-axis gives which image?

  4. 4. In a parallelogram, the diagonals always:

  5. 5. Which reason justifies that a side shared by two triangles is congruent to itself?

You'll be able to

I can represent and carry out rigid transformations in the coordinate plane and describe their effect on figures.

I can prove two triangles congruent using established criteria and justify each step with definitions, postulates, and theorems.

Weeks 7-9 Unit 2: Constructions & Geometric Reasoning
G-CO.A.3G-CO.A.4G-CO.A.5G-CO.D.12G-CO.D.13G-CO.C.9
Lecture
Compass-and-straightedge constructions of segments and angles

Classical constructions use only an unmarked straightedge and a compass, forcing every step to rely on geometric properties rather than measurement. To copy a segment, you set the compass to its length and strike an arc from a new starting point. To copy an angle, you draw an arc across both rays of the original, then reproduce the same arc and the chord distance at the new vertex. These work because a compass preserves a fixed radius, guaranteeing congruent distances. Constructions train you to justify why two figures must be congruent.

Classical constructions use only an unmarked straightedge and a compass, so every result must follow from geometric properties rather than measurement. To copy a segment AB onto a new ray, set the compass radius to AB and strike an arc from the new starting point; the arc's intersection is the copied endpoint. To copy an angle, draw an arc crossing both rays of the original angle, then draw the same-radius arc at the new vertex, measure the chord between the original arc's intersections, and transfer that chord to the new arc. These constructions are exact because a compass holds a fixed radius, guaranteeing congruent distances, and equal radii build congruent triangles that force equal angles.

Worked Example 1

Problem. Describe how to copy segment AB onto a ray starting at point P.

  1. Place the compass point on A and pencil on B to capture the length AB as the radius.
  2. Without changing the radius, place the compass point on P and strike an arc crossing the ray at a point Q.
  3. Since the compass kept radius AB, PQ = AB exactly.

Answer. PQ is a congruent copy of AB because the fixed compass radius guarantees PQ = AB.

Worked Example 2

Problem. Explain why copying an angle with arcs produces a congruent angle.

  1. Draw an arc from the original vertex crossing both rays at points X and Y; copy that arc at the new vertex crossing its rays at X' and Y'.
  2. Set the compass to chord XY and mark the same chord X'Y' on the new arc.
  3. Now triangles formed by the two radii and the chord are congruent by SSS (both radii equal, chords equal).
  4. Congruent triangles have congruent angles at the vertex, so the copied angle equals the original.

Answer. The angle is copied exactly because the construction builds congruent SSS triangles.

Worked Example 3

Problem. You construct a triangle by copying segment AB, then copying angle A at endpoint A and angle B at endpoint B. Why is the resulting triangle congruent to the original?

  1. Side AB is copied exactly, so the included side matches.
  2. Angle A and angle B are copied at the two endpoints of that side.
  3. Two angles with the included side between them is the ASA pattern.
  4. ASA guarantees the constructed triangle is congruent to the original.

Answer. The triangle is congruent by ASA (two copied angles with the included copied side).

Common mistakes
  • Changing the compass radius between striking arcs. The radius must stay fixed to guarantee congruent distances.
  • Measuring with a ruler instead of transferring lengths with the compass. Classical constructions forbid measurement.
  • Copying an angle by transferring only the arc but not the chord distance. Both equal radii AND the equal chord are needed to force congruent triangles.
✎ Try it yourself

Problem. Explain why a segment copied with a compass set to length AB is guaranteed to equal AB, even without a ruler.

Solution. The compass fixes a single radius equal to AB. When you place the point at the new start and strike the arc, every point on that arc is exactly distance AB from the start, so the marked endpoint is precisely AB away. Final answer: the constant compass radius guarantees the copy equals AB, no measurement needed.

Constructing perpendicular and angle bisectors

A perpendicular bisector of a segment is built by striking equal arcs from each endpoint above and below the segment; the line through the two intersection points is perpendicular and passes through the midpoint. This works because every point equidistant from both endpoints lies on the perpendicular bisector. An angle bisector is constructed by striking an arc across both rays, then equal arcs from those two points; the ray to their intersection splits the angle in half. The key idea is that equal compass radii create congruent triangles, forcing equal angles or equal distances.

A perpendicular bisector is constructed by striking equal arcs from each endpoint of a segment, both above and below; the two arc intersections lie on a line that is perpendicular to the segment and passes through its midpoint. This works because of the Perpendicular Bisector Theorem: a point is equidistant from two endpoints exactly when it lies on their perpendicular bisector, and the equal compass radii guarantee equidistance. An angle bisector is built by striking an arc across both rays of the angle, then equal arcs from those two points; the ray to their intersection splits the angle in half. The reason is the same: equal radii create congruent triangles, forcing equal angles or equal distances.

Worked Example 1

Problem. Point P lies on the perpendicular bisector of segment AB. If PA = 7, find PB and justify.

  1. The Perpendicular Bisector Theorem says any point on the perpendicular bisector is equidistant from the two endpoints.
  2. Therefore PB = PA.
  3. Since PA = 7, PB = 7.

Answer. PB = 7, by the Perpendicular Bisector Theorem.

Worked Example 2

Problem. Ray BD bisects angle ABC, which measures 76 degrees. Find angle ABD, and explain why the construction works.

  1. A bisector splits the angle into two equal parts: angle ABD = angle DBC = 76/2.
  2. 76/2 = 38 degrees.
  3. The construction works because equal-radius arcs from the two ray-points build two congruent triangles (SSS), so the two halves are congruent angles.

Answer. Angle ABD = 38 degrees; the equal arcs create congruent triangles that force equal halves.

Worked Example 3

Problem. On segment MN with M(0,0) and N(8,0), where does the perpendicular bisector cross MN, and what is its slope direction?

  1. The perpendicular bisector passes through the midpoint of MN: midpoint = ((0+8)/2, (0+0)/2) = (4, 0).
  2. MN is horizontal, so the perpendicular bisector is vertical.
  3. A vertical line through (4, 0) is the line x = 4.

Answer. It crosses MN at the midpoint (4, 0) and is the vertical line x = 4.

Common mistakes
  • Using unequal arc radii from the two endpoints. The arcs must share a radius (large enough to intersect) so the intersections are equidistant from both endpoints.
  • Confusing the perpendicular bisector (of a segment, hits the midpoint) with an angle bisector (of an angle, splits the angle).
  • Assuming a point equidistant from the endpoints is the midpoint. It lies on the perpendicular bisector but can be anywhere along it.
✎ Try it yourself

Problem. Point Q is on the perpendicular bisector of segment ST. QS = 3x + 2 and QT = 5x - 8. Find QS.

Solution. By the Perpendicular Bisector Theorem, QS = QT, so 3x + 2 = 5x - 8. Subtract 3x: 2 = 2x - 8. Add 8: 10 = 2x, so x = 5. Then QS = 3(5) + 2 = 17 (and QT = 5(5) - 8 = 17, which checks). Final answer: QS = 17.

Constructing parallel lines and inscribed regular polygons

To construct a line parallel to a given line through an external point, you copy a transversal angle so that corresponding angles are congruent, which by the converse of the Corresponding Angles Postulate makes the lines parallel. Regular polygons can be inscribed in a circle by dividing the circle into equal arcs: a regular hexagon, for instance, is built by stepping the radius around the circle exactly six times, since each side of an inscribed hexagon equals the radius. A square is inscribed by constructing two perpendicular diameters. These constructions reveal the symmetry built into circles and regular figures.

To construct a line through an external point parallel to a given line, copy a transversal angle so the corresponding (or alternate interior) angle is congruent; by the converse of the Corresponding Angles Postulate, equal corresponding angles force the lines to be parallel. Regular polygons inscribe in a circle by cutting the circle into equal arcs. A regular hexagon is special: each side of an inscribed regular hexagon equals the radius, so stepping the compass radius around the circle exactly six times marks all vertices. A square is inscribed by drawing two perpendicular diameters and joining their four endpoints. These constructions reveal the symmetry built into circles, and they connect angle copying to the parallel postulate.

Worked Example 1

Problem. A regular hexagon is inscribed in a circle of radius 6. Find the side length and the perimeter.

  1. For an inscribed regular hexagon, each side equals the radius.
  2. So each side = 6.
  3. Perimeter = 6 sides times 6 = 36.

Answer. Side length 6; perimeter 36.

Worked Example 2

Problem. Why does copying a corresponding angle guarantee the constructed line is parallel to the original?

  1. Draw a transversal through the external point crossing the given line, forming an angle theta.
  2. Copy angle theta at the external point on the same side, creating a congruent corresponding angle.
  3. The converse of the Corresponding Angles Postulate states that if corresponding angles are congruent, the lines are parallel.
  4. Therefore the new line is parallel to the given line.

Answer. Equal corresponding angles force parallel lines by the converse of the Corresponding Angles Postulate.

Worked Example 3

Problem. Find each interior angle of a regular hexagon inscribed in a circle.

  1. The sum of interior angles of an n-gon is (n - 2) times 180; for n = 6 that is (6 - 2)(180) = 720 degrees.
  2. A regular hexagon has 6 equal angles, so each is 720/6.
  3. 720/6 = 120 degrees.

Answer. Each interior angle is 120 degrees.

Common mistakes
  • Forgetting that only a REGULAR hexagon has side equal to the radius; this trick does not apply to other inscribed polygons.
  • Copying the wrong angle when constructing parallels. You must copy corresponding (or alternate interior) angles, not just any angle.
  • Confusing the converse with the statement: equal corresponding angles PROVE parallel lines; you do not assume the lines are parallel first.
✎ Try it yourself

Problem. A regular hexagon is inscribed in a circle whose circumference is 24 pi. Find the hexagon's perimeter.

Solution. Circumference C = 2 pi r = 24 pi, so r = 12. For an inscribed regular hexagon each side equals the radius, so each side = 12. Perimeter = 6 times 12 = 72. Final answer: perimeter = 72.

Points of concurrency: centroid, incenter, circumcenter, orthocenter

When three special lines of a triangle meet at one point, that point is called a point of concurrency. The centroid (intersection of the three medians) is the triangle's balance point and divides each median in a 2:1 ratio. The incenter (intersection of angle bisectors) is equidistant from all three sides and centers the inscribed circle. The circumcenter (intersection of perpendicular bisectors) is equidistant from all three vertices and centers the circumscribed circle. The orthocenter is where the three altitudes meet. For example, the circumcenter of a right triangle lies on the midpoint of the hypotenuse.

When three special cevians or lines of a triangle meet at one point, that point is a point of concurrency. The centroid is where the three medians (vertex to opposite midpoint) meet; it is the balance point and divides each median in a 2:1 ratio from vertex to midpoint. The incenter is where the three angle bisectors meet; it is equidistant from the three sides and is the center of the inscribed circle. The circumcenter is where the three perpendicular bisectors meet; it is equidistant from the three vertices and centers the circumscribed circle. The orthocenter is where the three altitudes meet. A handy fact: the circumcenter of a right triangle is the midpoint of the hypotenuse.

Worked Example 1

Problem. In triangle ABC the median from A meets BC at midpoint M, and the centroid G lies on AM with AM = 18. Find AG and GM.

  1. The centroid divides each median in a 2:1 ratio from the vertex: AG:GM = 2:1.
  2. So AG = (2/3)(AM) and GM = (1/3)(AM).
  3. AG = (2/3)(18) = 12 and GM = (1/3)(18) = 6.

Answer. AG = 12 and GM = 6.

Worked Example 2

Problem. A right triangle has legs 6 and 8 (hypotenuse 10). Find the circumradius (distance from the circumcenter to each vertex).

  1. For a right triangle, the circumcenter is the midpoint of the hypotenuse.
  2. The circumradius equals half the hypotenuse.
  3. Hypotenuse = 10, so the circumradius = 10/2 = 5.

Answer. The circumradius is 5.

Worked Example 3

Problem. The incenter of a triangle is 4 units from one side. How far is it from each of the other two sides, and why?

  1. The incenter is the intersection of the angle bisectors and is equidistant from all three sides (that common distance is the inradius).
  2. If it is 4 from one side, it is 4 from each of the others.
  3. This is why a circle of radius 4 centered at the incenter is tangent to all three sides.

Answer. It is 4 units from each side; that common distance is the inradius (4).

Common mistakes
  • Mixing up the centers: incenter (angle bisectors, inscribed circle) vs circumcenter (perpendicular bisectors, circumscribed circle).
  • Using the 2:1 centroid ratio backwards. The longer piece (2 parts) is from the vertex to the centroid; the shorter (1 part) is from centroid to the midpoint.
  • Assuming every center lies inside the triangle. The circumcenter and orthocenter can fall outside for obtuse triangles.
✎ Try it yourself

Problem. In triangle PQR, the median from P has length 21 and the centroid is G. Find the distance from the centroid G to the midpoint of QR.

Solution. The centroid divides the median in a 2:1 ratio from vertex to midpoint, so the segment from G to the midpoint is 1/3 of the median. That is (1/3)(21) = 7. Final answer: 7 units.

Logic, conditional statements, converses, and counterexamples

A conditional statement has the form 'if p, then q,' where p is the hypothesis and q is the conclusion. Its converse swaps them ('if q, then p'), its inverse negates both ('if not p, then not q'), and its contrapositive negates and swaps ('if not q, then not p'). A conditional and its contrapositive are always logically equivalent, but a statement and its converse are not. A single counterexample—a case where the hypothesis is true but the conclusion is false—disproves a conditional. For example, 'if a number is divisible by 2, then it is divisible by 4' is false because 6 is a counterexample.

A conditional statement has the form 'if p, then q,' where p is the hypothesis and q the conclusion. Its converse swaps them ('if q, then p'); its inverse negates both ('if not p, then not q'); its contrapositive swaps and negates ('if not q, then not p'). A conditional and its contrapositive are always logically equivalent (both true or both false together), and so are a converse and an inverse. But a statement and its converse are not equivalent. A single counterexample, a case where the hypothesis holds but the conclusion fails, disproves a conditional. A biconditional ('p if and only if q') asserts the conditional and its converse both hold, which is how good definitions are written.

Worked Example 1

Problem. Write the converse, inverse, and contrapositive of: 'If a figure is a square, then it is a rectangle.'

  1. Identify p = 'a figure is a square,' q = 'it is a rectangle.'
  2. Converse (swap): If a figure is a rectangle, then it is a square.
  3. Inverse (negate both): If a figure is not a square, then it is not a rectangle.
  4. Contrapositive (swap and negate): If a figure is not a rectangle, then it is not a square.

Answer. Converse: rectangle -> square; Inverse: not square -> not rectangle; Contrapositive: not rectangle -> not square.

Worked Example 2

Problem. Is this conditional true? 'If a number is divisible by 4, then it is divisible by 2.' Then test its converse.

  1. Original: any multiple of 4 (such as 8, 12) is also a multiple of 2, so the conditional is TRUE.
  2. Converse: 'If a number is divisible by 2, then it is divisible by 4.'
  3. Counterexample for the converse: 6 is divisible by 2 but not by 4.
  4. So the converse is FALSE, showing a statement and its converse can have different truth values.

Answer. The conditional is true; its converse is false (counterexample 6).

Worked Example 3

Problem. Determine whether this conditional and its contrapositive have the same truth value: 'If two angles are vertical, then they are congruent.'

  1. Original: vertical angles are always congruent, so the conditional is TRUE.
  2. Contrapositive: 'If two angles are not congruent, then they are not vertical.'
  3. A conditional and its contrapositive are logically equivalent, so the contrapositive is also TRUE.
  4. This matches the rule that a statement and its contrapositive always share a truth value.

Answer. Both are true; a conditional and its contrapositive are always logically equivalent.

Common mistakes
  • Assuming the converse is automatically true when the conditional is true. They are independent; check with a counterexample.
  • Confusing inverse with contrapositive. Inverse negates both in order; contrapositive negates AND swaps.
  • Thinking one supporting example proves a conditional. Examples can support but cannot prove a universal claim; only a counterexample can disprove it.
✎ Try it yourself

Problem. Give a counterexample to disprove: 'If a quadrilateral has four congruent sides, then it is a square.'

Solution. A rhombus that is not a square (for instance one with 60- and 120-degree angles) has four congruent sides but is not a square because its angles are not all 90 degrees. This single case has the hypothesis true and conclusion false. Final answer: a non-square rhombus is a counterexample, so the conditional is false.

Key terms
  • Construction — a precise figure drawn using only a compass and unmarked straightedge
  • Perpendicular bisector — a line that crosses a segment at its midpoint at a right angle
  • Angle bisector — a ray that divides an angle into two congruent angles
  • Point of concurrency — a single point where three or more lines intersect
  • Circumcenter — the concurrency point of perpendicular bisectors, equidistant from the vertices
  • Incenter — the concurrency point of angle bisectors, equidistant from the sides
  • Conditional statement — an 'if p, then q' claim with a hypothesis and conclusion
  • Counterexample — a single case that proves a conditional statement false
Assignment · Constructions Portfolio

Using a compass and straightedge (physical or digital, such as GeoGebra), construct a perpendicular bisector, an angle bisector, and one point of concurrency for a triangle of your choosing. For each, write two or three sentences explaining why the construction produces the intended result.

Deliverable · A labeled set of three constructions with written justifications.

Quiz · 5 questions
  1. 1. Which point of concurrency is equidistant from all three vertices of a triangle?

  2. 2. The centroid divides each median in what ratio (vertex to midpoint)?

  3. 3. Which statement is always logically equivalent to a given conditional?

  4. 4. A regular hexagon inscribed in a circle has side length equal to:

  5. 5. What single thing is needed to disprove the conditional 'all primes are odd'?

You'll be able to

I can perform formal geometric constructions with a compass and straightedge and explain why each construction works.

I can analyze conditional statements and use logical reasoning to evaluate the validity of geometric arguments.

Weeks 10-15 Unit 3: Similarity, Right Triangles & Trigonometry
G-SRT.A.1G-SRT.A.2G-SRT.A.3G-SRT.B.4G-SRT.B.5G-SRT.C.6G-SRT.C.7G-SRT.C.8
Lecture
Dilations, scale factor, and the definition of similarity

A dilation is a transformation that resizes a figure by a scale factor k from a center point, multiplying every distance from the center by k. If k > 1 the figure enlarges; if 0 < k < 1 it shrinks. Dilations preserve angle measures and keep corresponding sides proportional but do not preserve length, so the image is similar (not congruent) to the original. Two figures are similar if a sequence of rigid motions and dilations maps one onto the other. For example, a dilation with k = 3 turns a side of length 4 into a side of length 12 while keeping all angles unchanged.

A dilation resizes a figure by a scale factor k from a fixed center, multiplying every distance from the center by k. With center at the origin, (x, y) maps to (kx, ky). If k > 1 the image enlarges; if 0 < k < 1 it shrinks. Dilations preserve angle measures and keep corresponding sides proportional, but they change length, so the image is similar (not congruent) to the original unless k = 1. Two figures are similar if and only if a sequence of rigid motions and a dilation maps one onto the other. The ratio of corresponding lengths equals k, the ratio of perimeters equals k, and the ratio of areas equals k squared, which is essential for scaling problems.

Worked Example 1

Problem. Dilate point A(2, -3) by scale factor k = 4 centered at the origin.

  1. For a dilation centered at the origin, multiply both coordinates by k.
  2. x: 4 times 2 = 8.
  3. y: 4 times (-3) = -12.

Answer. The image is A'(8, -12).

Worked Example 2

Problem. A segment of length 4 is dilated by k = 3. Find the new length, and find the ratio of the new area to the old area for the whole figure.

  1. Length scales by k: new length = 3 times 4 = 12.
  2. Areas scale by k squared, not k.
  3. Area ratio = 3^2 = 9 (the new figure has 9 times the area).

Answer. New length 12; area ratio 9 to 1.

Worked Example 3

Problem. Triangle with vertices O(0,0), B(2,0), C(0,5) is dilated by k = 2.5 about the origin. Find the images and the ratio of perimeters.

  1. Multiply each coordinate by 2.5: O -> (0,0), B(2,0) -> (5,0), C(0,5) -> (0,12.5).
  2. Each side length is multiplied by 2.5, so the perimeter is multiplied by 2.5.
  3. Ratio of new perimeter to old = k = 2.5.

Answer. Images O'(0,0), B'(5,0), C'(0,12.5); perimeter ratio 2.5 to 1.

Common mistakes
  • Scaling area by k instead of k squared. If lengths multiply by k, areas multiply by k^2 (and volumes by k^3).
  • Calling a dilation image congruent. Unless k = 1, a dilation changes size, so the figures are similar, not congruent.
  • Forgetting the center of dilation. (x,y)->(kx,ky) only when the center is the origin; other centers require subtracting and re-adding the center.
✎ Try it yourself

Problem. A rectangle has area 20. It is dilated by scale factor k = 1/2. Find the area of the image.

Solution. Areas scale by k squared. k = 1/2, so k^2 = 1/4. New area = (1/4)(20) = 5. Final answer: the image has area 5.

Proving triangles similar (AA, SAS, SSS) and proportional reasoning

Triangle similarity has three shortcuts: AA (two pairs of congruent angles), SAS similarity (two pairs of proportional sides with congruent included angles), and SSS similarity (all three pairs of sides proportional). Once triangles are similar, corresponding sides form equal ratios, letting you write proportions to solve for unknown lengths. For example, if triangle ABC ~ triangle DEF and AB/DE = 2, then every pair of corresponding sides has ratio 2, and the ratio of their areas is 2 squared, or 4. Proportional reasoning underlies indirect measurement, such as using shadows to find a building's height.

Triangle similarity has three shortcuts: AA (two pairs of congruent angles, which is usually enough since the third angle is then forced), SAS similarity (two pairs of proportional sides with congruent included angles), and SSS similarity (all three pairs of sides proportional). Once triangles are similar you write corresponding sides as equal ratios and solve proportions for unknown lengths. The ratio of any pair of corresponding sides is the scale factor, the perimeter ratio equals that scale factor, and the area ratio equals its square. Proportional reasoning powers indirect measurement, such as using a shadow and a known height to find an unreachable height through similar triangles.

Worked Example 1

Problem. Triangle ABC ~ triangle DEF with AB = 6, DE = 9, and BC = 8. Find EF.

  1. Corresponding sides are proportional: AB/DE = BC/EF.
  2. Substitute: 6/9 = 8/EF.
  3. Cross-multiply: 6 times EF = 9 times 8 = 72, so EF = 72/6.
  4. EF = 12.

Answer. EF = 12.

Worked Example 2

Problem. A 6-ft person casts a 4-ft shadow while a tree casts a 30-ft shadow at the same time. Find the tree's height.

  1. Sun rays create two similar right triangles (AA: the right angle and the equal sun angle).
  2. Set up the proportion of heights to shadows: person height / person shadow = tree height / tree shadow.
  3. 6/4 = h/30.
  4. Cross-multiply: 4h = 180, so h = 45.

Answer. The tree is 45 ft tall.

Worked Example 3

Problem. Triangle ABC ~ triangle DEF with a side ratio of 2:3. If the area of ABC is 16, find the area of DEF.

  1. The ratio of areas equals the square of the ratio of sides.
  2. Side ratio 2:3 gives area ratio 2^2 : 3^2 = 4:9.
  3. Set up area of ABC / area of DEF = 4/9: 16/area = 4/9.
  4. Cross-multiply: 4 times area = 144, so area = 36.

Answer. The area of DEF is 36.

Common mistakes
  • Matching sides in the wrong order. Corresponding sides come from corresponding vertices: in ABC ~ DEF, AB pairs with DE.
  • Using the linear ratio for areas. Area ratio is the SQUARE of the side ratio, not the side ratio itself.
  • Assuming AAA gives congruence. Equal angles give similarity; you need a side to pin down the actual size.
✎ Try it yourself

Problem. Triangle PQR ~ triangle XYZ. PQ = 10 corresponds to XY = 15, and QR = 14. Find YZ.

Solution. Corresponding sides are proportional: PQ/XY = QR/YZ, so 10/15 = 14/YZ. Cross-multiply: 10 times YZ = 15 times 14 = 210, so YZ = 210/10 = 21. Final answer: YZ = 21.

The Pythagorean Theorem and its converse

In any right triangle, the square of the hypotenuse equals the sum of the squares of the legs: a^2 + b^2 = c^2, where c is the side opposite the right angle. This lets you find a missing side—if legs are 3 and 4, the hypotenuse is the square root of (9 + 16) = 5. The converse states that if a^2 + b^2 = c^2 holds for a triangle's sides, then the triangle must be right-angled, giving a test for right triangles. If the sum of the squares of the two shorter sides is less than c^2 the triangle is obtuse; if greater, it is acute.

In any right triangle, the square of the hypotenuse equals the sum of the squares of the legs: a^2 + b^2 = c^2, where c is the side opposite the right angle. This finds a missing side from the other two. The converse is equally powerful: if a triangle's sides satisfy a^2 + b^2 = c^2 (with c the longest), then the triangle must be right. Comparing the two sides also classifies a triangle: if a^2 + b^2 < c^2 the angle opposite c is obtuse, and if a^2 + b^2 > c^2 it is acute. Recognizing Pythagorean triples like (3,4,5), (5,12,13), and (8,15,17) lets you solve many problems instantly.

Worked Example 1

Problem. A right triangle has legs 9 and 12. Find the hypotenuse.

  1. Use a^2 + b^2 = c^2 with a = 9, b = 12.
  2. 9^2 + 12^2 = 81 + 144 = 225.
  3. c = sqrt(225) = 15.

Answer. The hypotenuse is 15.

Worked Example 2

Problem. A right triangle has hypotenuse 26 and one leg 10. Find the other leg.

  1. Here c = 26 (hypotenuse) and one leg a = 10; solve for b: a^2 + b^2 = c^2.
  2. 10^2 + b^2 = 26^2, so 100 + b^2 = 676.
  3. b^2 = 676 - 100 = 576.
  4. b = sqrt(576) = 24.

Answer. The other leg is 24.

Worked Example 3

Problem. Does a triangle with sides 7, 24, 25 form a right triangle? Classify it.

  1. Identify the longest side as the candidate hypotenuse: c = 25.
  2. Check the converse: 7^2 + 24^2 = 49 + 576 = 625.
  3. 25^2 = 625, and 625 = 625, so a^2 + b^2 = c^2 holds exactly.
  4. By the converse of the Pythagorean Theorem, the triangle is right.

Answer. Yes, it is a right triangle (7, 24, 25 is a Pythagorean triple).

Common mistakes
  • Treating a leg as the hypotenuse. c is always the longest side, opposite the right angle; mislabeling it gives a wrong equation.
  • Adding the side lengths instead of their squares, or forgetting to take the final square root.
  • Applying the theorem to a non-right triangle. Use a^2 + b^2 = c^2 only for right triangles (or its converse to TEST for a right angle).
✎ Try it yourself

Problem. A right triangle has legs of length 5 and 5. Find the hypotenuse, simplified.

Solution. Use a^2 + b^2 = c^2: 5^2 + 5^2 = 25 + 25 = 50, so c = sqrt(50) = sqrt(25 times 2) = 5 sqrt(2). Final answer: the hypotenuse is 5 sqrt(2).

Special right triangles (45-45-90 and 30-60-90)

Two right triangles appear so often that their side ratios are worth memorizing. In a 45-45-90 triangle the legs are equal and the hypotenuse is a leg times the square root of 2. In a 30-60-90 triangle the side opposite 30 degrees is the shortest (call it x), the side opposite 60 degrees is x times the square root of 3, and the hypotenuse is 2x. For example, if the short leg of a 30-60-90 triangle is 5, the hypotenuse is 10 and the longer leg is 5 times the square root of 3. These ratios let you solve such triangles instantly without trigonometry.

Two right triangles appear so often that memorizing their side ratios saves time. In a 45-45-90 triangle the two legs are equal and the hypotenuse is a leg times sqrt(2); equivalently, hypotenuse = leg times sqrt(2), so leg = hypotenuse divided by sqrt(2). In a 30-60-90 triangle, if the short leg (opposite 30 degrees) is x, then the longer leg (opposite 60 degrees) is x times sqrt(3) and the hypotenuse (opposite 90 degrees) is 2x. These ratios come from the special triangle's symmetry and the Pythagorean Theorem, and they let you solve such triangles instantly without trigonometry, which is why they recur in exam and construction problems.

Worked Example 1

Problem. A 45-45-90 triangle has legs of length 7. Find the hypotenuse.

  1. In a 45-45-90 triangle, hypotenuse = leg times sqrt(2).
  2. Leg = 7.
  3. Hypotenuse = 7 sqrt(2).

Answer. The hypotenuse is 7 sqrt(2).

Worked Example 2

Problem. A 30-60-90 triangle has a short leg (opposite 30 degrees) of length 5. Find the longer leg and the hypotenuse.

  1. Let the short leg = x = 5.
  2. The longer leg (opposite 60) = x sqrt(3) = 5 sqrt(3).
  3. The hypotenuse (opposite 90) = 2x = 2(5) = 10.

Answer. Longer leg = 5 sqrt(3); hypotenuse = 10.

Worked Example 3

Problem. A 30-60-90 triangle has a hypotenuse of 18. Find the short and long legs.

  1. Hypotenuse = 2x, so 2x = 18 and x = 9; that is the short leg (opposite 30).
  2. Longer leg = x sqrt(3) = 9 sqrt(3).
  3. Check: short 9, long 9 sqrt(3), hypotenuse 18 follows the 1 : sqrt(3) : 2 ratio.

Answer. Short leg = 9; long leg = 9 sqrt(3).

Common mistakes
  • Mixing up which leg gets sqrt(3) in a 30-60-90. The side opposite 60 degrees is the LONGER leg (x sqrt(3)); the side opposite 30 is the shorter leg (x).
  • Using sqrt(3) instead of sqrt(2) for a 45-45-90 hypotenuse. Isosceles right triangles use sqrt(2).
  • Forgetting the hypotenuse is the longest side. In 30-60-90 it equals 2x, twice the short leg, not x sqrt(3).
✎ Try it yourself

Problem. A 45-45-90 triangle has a hypotenuse of length 10. Find each leg, simplified.

Solution. Hypotenuse = leg times sqrt(2), so leg = 10 / sqrt(2). Rationalize: (10 / sqrt(2)) times (sqrt(2)/sqrt(2)) = 10 sqrt(2) / 2 = 5 sqrt(2). Final answer: each leg is 5 sqrt(2).

Defining sine, cosine, and tangent ratios

Trigonometric ratios relate an acute angle of a right triangle to its side lengths, summarized by SOH-CAH-TOA: sine = opposite/hypotenuse, cosine = adjacent/hypotenuse, tangent = opposite/adjacent. These ratios depend only on the angle, not the triangle's size, because similar triangles share equal ratios. For example, in a right triangle with the angle's opposite side 3, adjacent side 4, and hypotenuse 5, sin = 3/5, cos = 4/5, and tan = 3/4. Sine and cosine of complementary angles are equal, since one angle's opposite is the other's adjacent.

Trigonometric ratios connect an acute angle of a right triangle to its side lengths, remembered as SOH-CAH-TOA: sine = opposite/hypotenuse, cosine = adjacent/hypotenuse, tangent = opposite/adjacent. These ratios depend only on the angle, not the triangle's size, because all right triangles with that angle are similar and similar triangles have equal side ratios. The hypotenuse is always opposite the right angle; 'opposite' and 'adjacent' are measured relative to the chosen acute angle. Sine and cosine of complementary angles are equal (sin(theta) = cos(90 - theta)) because one acute angle's opposite side is the other's adjacent side, a relationship that names cosine as the 'complement's sine.'

Worked Example 1

Problem. In a right triangle, the side opposite angle A is 3, the adjacent side is 4, and the hypotenuse is 5. Find sin A, cos A, and tan A.

  1. sin A = opposite/hypotenuse = 3/5.
  2. cos A = adjacent/hypotenuse = 4/5.
  3. tan A = opposite/adjacent = 3/4.

Answer. sin A = 3/5, cos A = 4/5, tan A = 3/4.

Worked Example 2

Problem. A right triangle has legs 5 (opposite angle B) and 12 (adjacent to B). Find the hypotenuse, then sin B and cos B.

  1. Hypotenuse by Pythagoras: sqrt(5^2 + 12^2) = sqrt(25 + 144) = sqrt(169) = 13.
  2. sin B = opposite/hypotenuse = 5/13.
  3. cos B = adjacent/hypotenuse = 12/13.

Answer. Hypotenuse 13; sin B = 5/13, cos B = 12/13.

Worked Example 3

Problem. Angles A and B are the two acute angles of a right triangle. If sin A = 7/25, find cos B and explain.

  1. A and B are complementary (they sum to 90 degrees in a right triangle).
  2. For complementary angles, sin A = cos B because the side opposite A is adjacent to B.
  3. Therefore cos B = 7/25.

Answer. cos B = 7/25, because sin of an angle equals cosine of its complement.

Common mistakes
  • Labeling opposite and adjacent without fixing the reference angle first. The same side is 'opposite' one acute angle and 'adjacent' to the other.
  • Putting the hypotenuse in the wrong place. Sine and cosine always divide BY the hypotenuse; tangent does not use the hypotenuse.
  • Mixing up the ratios. Re-derive from SOH-CAH-TOA rather than guessing which sides go on top.
✎ Try it yourself

Problem. In a right triangle, angle theta has opposite side 8 and hypotenuse 17. Find the adjacent side, then tan theta.

Solution. Adjacent side by Pythagoras: sqrt(17^2 - 8^2) = sqrt(289 - 64) = sqrt(225) = 15. Then tan theta = opposite/adjacent = 8/15. Final answer: adjacent = 15 and tan theta = 8/15.

Solving right triangles and real-world applications of trigonometry

Solving a right triangle means finding all unknown sides and angles, using trig ratios when you know one angle and a side, and inverse trig functions (such as arctangent) when you know two sides and need an angle. Applications include angles of elevation and depression—for instance, if you stand 50 meters from a tower and the angle of elevation to its top is 40 degrees, the height is 50 times tan(40 degrees), about 42 meters. Always identify the right angle, label sides relative to your chosen angle, then pick the ratio that uses your known and unknown quantities.

Solving a right triangle means finding all unknown sides and angles. When you know one acute angle and a side, choose the trig ratio (sin, cos, or tan) that links your known side to the unknown one and solve. When you know two sides and need an angle, use an inverse trig function (arcsin, arccos, or arctan). Real applications use angles of elevation (looking up) and depression (looking down), which are measured from the horizontal. The method: identify the right angle, label sides as opposite/adjacent/hypotenuse relative to the angle you are using, pick the ratio containing your known and unknown, and solve. Always check that your answer is reasonable in context.

Worked Example 1

Problem. You stand 50 m from a tower; the angle of elevation to its top is 40 degrees. Find the tower's height.

  1. The height is opposite the 40-degree angle, and the 50 m distance is adjacent, so use tangent.
  2. tan(40) = height/50, so height = 50 times tan(40).
  3. tan(40) is about 0.839, so height = 50 times 0.839 = about 42 m.

Answer. The tower is about 42 m tall.

Worked Example 2

Problem. A 20-ft ladder leans against a wall, reaching 16 ft up. Find the angle the ladder makes with the ground.

  1. The 16-ft height is opposite the ground angle, and the 20-ft ladder is the hypotenuse, so use sine.
  2. sin(angle) = 16/20 = 0.8.
  3. angle = arcsin(0.8) = about 53.1 degrees.

Answer. The ladder makes about 53.1 degrees with the ground.

Worked Example 3

Problem. From a 100-ft cliff, the angle of depression to a boat is 25 degrees. How far is the boat from the base of the cliff?

  1. The angle of depression from the top equals the angle of elevation from the boat (alternate interior angles).
  2. The 100-ft cliff is opposite the 25-degree angle, and the horizontal distance is adjacent, so use tangent.
  3. tan(25) = 100/distance, so distance = 100/tan(25).
  4. tan(25) is about 0.4663, so distance = 100/0.4663 = about 214 ft.

Answer. The boat is about 214 ft from the base.

Common mistakes
  • Measuring the angle of elevation/depression from the vertical instead of the horizontal. Both are measured from the horizontal line.
  • Using the wrong ratio: choose sin/cos/tan by which sides (opposite, adjacent, hypotenuse) are known and unknown.
  • Forgetting inverse functions. To find an angle from two sides you need arcsin/arccos/arctan, not sin/cos/tan.
✎ Try it yourself

Problem. A ramp rises 3 ft over a horizontal run of 20 ft. Find the angle of elevation of the ramp to the nearest tenth of a degree.

Solution. The 3-ft rise is opposite the angle and the 20-ft run is adjacent, so use tangent: tan(angle) = 3/20 = 0.15. Then angle = arctan(0.15) which is about 8.5 degrees. Final answer: about 8.5 degrees.

Key terms
  • Dilation — a transformation that resizes a figure by a scale factor from a center point
  • Scale factor — the ratio by which a dilation multiplies distances (k)
  • Similar figures — figures with congruent angles and proportional corresponding sides
  • Pythagorean Theorem — a^2 + b^2 = c^2 for the sides of a right triangle
  • Hypotenuse — the longest side of a right triangle, opposite the right angle
  • Sine, cosine, tangent — ratios relating an acute angle to right-triangle sides (SOH-CAH-TOA)
  • Angle of elevation — the upward angle from the horizontal to a line of sight
  • Inverse trig function — an operation (such as arctangent) that returns an angle from a ratio
Assignment · Indirect Measurement Field Task

Choose a tall object you cannot measure directly (a flagpole, tree, or building). Use either similar-triangle shadow reasoning or an angle of elevation with a measured distance to estimate its height. Show your proportion or trigonometric equation and explain each step.

Deliverable · A short report with a labeled diagram, your calculation, and the estimated height.

Quiz · 5 questions
  1. 1. A dilation has scale factor 3. The ratio of the new area to the original area is:

  2. 2. Which condition proves two triangles similar?

  3. 3. In a 30-60-90 triangle, if the short leg is 6, the hypotenuse is:

  4. 4. For an acute angle, sine is defined as:

  5. 5. A right triangle has legs 6 and 8. Its hypotenuse is:

You'll be able to

I can prove and use similarity relationships to solve problems involving lengths and areas.

I can use trigonometric ratios and the Pythagorean Theorem to solve right triangles in applied contexts.

Weeks 16-20 Unit 4: Circles & Their Properties
G-C.A.1G-C.A.2G-C.A.3G-C.B.5G-GPE.A.1
Lecture
Central angles, inscribed angles, and arc measures

A central angle has its vertex at the circle's center, and its measure equals the measure of the arc it intercepts. An inscribed angle has its vertex on the circle, and its measure is exactly half the intercepted arc (the Inscribed Angle Theorem). A direct consequence is that any inscribed angle subtending a diameter is a right angle, since the diameter cuts off a 180-degree arc and half of that is 90 degrees. For example, if a central angle intercepts a 100-degree arc, an inscribed angle intercepting the same arc measures 50 degrees. Inscribed angles intercepting the same arc are therefore congruent.

A central angle has its vertex at the circle's center, and its measure equals the measure of the arc it intercepts. An inscribed angle has its vertex on the circle, and the Inscribed Angle Theorem says its measure is exactly half the intercepted arc. Two consequences follow: any inscribed angle that subtends a diameter is a right angle (the semicircle arc is 180, half is 90), and two inscribed angles intercepting the same arc are congruent. These facts let you chain arc measures and angle measures together. Because the full circle is 360 degrees, arcs around a point sum to 360, which helps you find a missing arc before applying the half-the-arc rule.

Worked Example 1

Problem. A central angle intercepts an arc of 100 degrees. Find the inscribed angle that intercepts the same arc.

  1. The central angle equals its intercepted arc: arc = 100 degrees.
  2. By the Inscribed Angle Theorem, an inscribed angle is half the intercepted arc.
  3. Inscribed angle = 100/2 = 50 degrees.

Answer. The inscribed angle measures 50 degrees.

Worked Example 2

Problem. An inscribed angle measures 35 degrees. Find the central angle intercepting the same arc.

  1. An inscribed angle is half its intercepted arc, so the arc = 2 times 35 = 70 degrees.
  2. A central angle equals its intercepted arc.
  3. Central angle = 70 degrees.

Answer. The central angle measures 70 degrees.

Worked Example 3

Problem. Triangle ABC is inscribed in a circle and side AC is a diameter. If inscribed angle A = 28 degrees, find angles B and C.

  1. Angle B subtends the diameter AC, so by Thales' (the diameter consequence) angle B = 90 degrees.
  2. The triangle's angles sum to 180: A + B + C = 180.
  3. 28 + 90 + C = 180, so C = 180 - 118 = 62 degrees.

Answer. Angle B = 90 degrees and angle C = 62 degrees.

Common mistakes
  • Treating an inscribed angle as equal to its arc. An inscribed angle is HALF the intercepted arc; only the central angle equals the arc.
  • Forgetting that an angle inscribed in a semicircle (subtending a diameter) is always 90 degrees.
  • Doubling instead of halving (or vice versa). Going from arc to inscribed angle you halve; from inscribed angle to arc you double.
✎ Try it yourself

Problem. Two inscribed angles intercept the same 84-degree arc. Find each inscribed angle and explain.

Solution. By the Inscribed Angle Theorem each inscribed angle is half its intercepted arc, so each is 84/2 = 42 degrees. Because they intercept the same arc, they are congruent. Final answer: each inscribed angle is 42 degrees.

Chords, tangents, secants, and their angle/segment relationships

A chord connects two points on a circle; a secant is a line through two points; a tangent touches at exactly one point and is perpendicular to the radius at that point. Congruent chords are equidistant from the center and cut off congruent arcs. When two chords intersect inside a circle, the products of their segments are equal (the intersecting chords theorem); when secants or tangents meet outside, related power-of-a-point products hold. For example, if two chords cross and one is split into 3 and 8 while the other into 4 and x, then 3 times 8 = 4 times x, so x = 6.

A chord joins two points on a circle, a secant is a line crossing the circle at two points, and a tangent touches at exactly one point and is perpendicular to the radius at that point. Congruent chords are equidistant from the center and cut off congruent arcs. The Intersecting Chords Theorem: when two chords cross inside a circle, the products of their two segments are equal. Power-of-a-point relationships extend this to secants and tangents meeting outside: for two secants, (whole)(external) of one equals (whole)(external) of the other; for a tangent and a secant, the tangent squared equals (whole secant)(external part). These give equations you solve for an unknown length.

Worked Example 1

Problem. Two chords intersect inside a circle. One is split into segments 3 and 8; the other into 4 and x. Find x.

  1. Intersecting Chords Theorem: product of one chord's segments = product of the other's.
  2. 3 times 8 = 4 times x.
  3. 24 = 4x, so x = 6.

Answer. x = 6.

Worked Example 2

Problem. A tangent segment from an external point has length t. A secant from the same point has external part 4 and total length 16. Find t.

  1. Tangent-secant relationship: t^2 = (whole secant)(external part).
  2. t^2 = 16 times 4 = 64.
  3. t = sqrt(64) = 8.

Answer. t = 8.

Worked Example 3

Problem. From an external point P, a tangent touches a circle of radius 9. The distance from P to the center is 15. Find the tangent length.

  1. The tangent is perpendicular to the radius at the point of tangency, so the radius, the tangent, and the line from P to the center form a right triangle with the radius and tangent as the two legs.
  2. The hypotenuse is the center-to-P distance, 15; one leg is the radius, 9; the tangent is the other leg.
  3. tangent^2 + 9^2 = 15^2, so tangent^2 = 225 - 81 = 144.
  4. tangent = sqrt(144) = 12.

Answer. The tangent length is 12 (right triangle with legs 9 and 12, hypotenuse 15).

Common mistakes
  • Adding chord segments instead of multiplying. The Intersecting Chords Theorem multiplies the two pieces of each chord.
  • Using the whole secant alone in the power-of-a-point formula. For a tangent: tangent^2 = (whole secant)(EXTERNAL part), not the whole length squared times nothing.
  • Forgetting the radius-tangent right angle. A tangent meets the radius at 90 degrees, which is what creates the right triangle.
✎ Try it yourself

Problem. Two chords intersect inside a circle. One chord's pieces are 6 and y; the other chord's pieces are 9 and 8. Find y.

Solution. By the Intersecting Chords Theorem, 6 times y = 9 times 8 = 72. So 6y = 72 and y = 12. Final answer: y = 12.

Inscribed and circumscribed circles of triangles

Every triangle has an inscribed circle (the incircle) tangent to all three sides, centered at the incenter where the angle bisectors meet, and a circumscribed circle (the circumcircle) passing through all three vertices, centered at the circumcenter where the perpendicular bisectors meet. The incircle's radius is the perpendicular distance from the incenter to any side, while the circumcircle's radius reaches each vertex. These constructions connect circle properties back to triangle concurrency points. For example, in a right triangle the circumcenter lies at the midpoint of the hypotenuse, so the hypotenuse is a diameter.

Every triangle has an inscribed circle (incircle) tangent to all three sides, centered at the incenter where the angle bisectors meet; its radius is the perpendicular distance from the incenter to any side. Every triangle also has a circumscribed circle (circumcircle) passing through all three vertices, centered at the circumcenter where the perpendicular bisectors meet; its radius reaches each vertex. These tie circle geometry to the triangle's concurrency points. A key special case: in a right triangle the circumcenter is the midpoint of the hypotenuse, so the hypotenuse is a diameter and the circumradius is half the hypotenuse. The incircle radius can be found from area = r times s, where s is the semiperimeter.

Worked Example 1

Problem. A right triangle has legs 6 and 8. Find the radius of its circumscribed circle.

  1. The hypotenuse = sqrt(6^2 + 8^2) = sqrt(36 + 64) = sqrt(100) = 10.
  2. In a right triangle the circumcenter is the hypotenuse's midpoint, so the hypotenuse is a diameter.
  3. Circumradius = half the hypotenuse = 10/2 = 5.

Answer. The circumradius is 5.

Worked Example 2

Problem. A triangle has area 24 and perimeter 24. Find the radius of its inscribed circle.

  1. The inradius formula is Area = r times s, where s is the semiperimeter (half the perimeter).
  2. s = 24/2 = 12.
  3. 24 = r times 12, so r = 24/12 = 2.

Answer. The inradius is 2.

Worked Example 3

Problem. A 3-4-5 right triangle: find both the circumradius and the inradius.

  1. Circumradius = half the hypotenuse = 5/2 = 2.5.
  2. Area = (1/2)(3)(4) = 6; semiperimeter s = (3 + 4 + 5)/2 = 6.
  3. Inradius: Area = r times s gives 6 = r times 6, so r = 1.

Answer. Circumradius = 2.5; inradius = 1.

Common mistakes
  • Swapping incenter and circumcenter. Incenter (angle bisectors, touches the sides) vs circumcenter (perpendicular bisectors, passes through the vertices).
  • Using the full hypotenuse as the circumradius of a right triangle. The circumradius is HALF the hypotenuse.
  • Forgetting to halve the perimeter for the inradius formula. Area = r times s uses the SEMIperimeter s, not the full perimeter.
✎ Try it yourself

Problem. A right triangle has a hypotenuse of 26. Find the radius of its circumscribed circle.

Solution. In a right triangle the hypotenuse is a diameter of the circumscribed circle, so the circumradius is half the hypotenuse: 26/2 = 13. Final answer: the circumradius is 13.

Arc length and area of sectors using radian-like proportional reasoning

An arc is a fraction of the circle's circumference, and a sector is the matching fraction of its area, with the fraction given by the central angle over 360 degrees. Arc length = (central angle/360) times 2 pi r, and sector area = (central angle/360) times pi r^2. For example, a 90-degree sector of a circle with radius 8 has arc length (1/4)(2 pi)(8) = 4 pi and area (1/4)(pi)(64) = 16 pi. This proportional reasoning previews radian measure, where the arc length itself defines the angle.

An arc is a fraction of the circle's circumference, and a sector is the matching fraction of its area, where the fraction equals the central angle divided by 360 degrees. So arc length = (central angle/360) times 2 pi r, and sector area = (central angle/360) times pi r^2. The shared idea is proportionality: a 90-degree slice is one quarter of the whole circle, so it has one quarter of the circumference and one quarter of the area. This proportional reasoning previews radian measure, in which the arc length itself (for a unit radius) defines the angle, making angle and arc length directly proportional through the radius.

Worked Example 1

Problem. A circle has radius 8. Find the arc length and area of a 90-degree sector.

  1. The fraction of the circle is 90/360 = 1/4.
  2. Arc length = (1/4)(2 pi)(8) = (1/4)(16 pi) = 4 pi.
  3. Sector area = (1/4)(pi)(8^2) = (1/4)(64 pi) = 16 pi.

Answer. Arc length = 4 pi; sector area = 16 pi.

Worked Example 2

Problem. A sector with central angle 120 degrees has radius 6. Find its area.

  1. Fraction = 120/360 = 1/3.
  2. Sector area = (1/3)(pi)(6^2) = (1/3)(36 pi).
  3. = 12 pi.

Answer. The sector area is 12 pi.

Worked Example 3

Problem. An arc has length 5 pi on a circle of radius 10. Find the central angle in degrees.

  1. Arc length = (theta/360)(2 pi r), so 5 pi = (theta/360)(2 pi)(10) = (theta/360)(20 pi).
  2. Divide both sides by pi: 5 = (theta/360)(20).
  3. So theta/360 = 5/20 = 1/4, giving theta = (1/4)(360).
  4. theta = 90 degrees.

Answer. The central angle is 90 degrees.

Common mistakes
  • Using r instead of r^2 for sector area, or r^2 instead of r for arc length. Arc length uses 2 pi r; sector area uses pi r^2.
  • Forgetting the fraction central-angle/360. Both formulas scale the full circle by that fraction.
  • Mixing up diameter and radius. The formulas use the radius r; if given a diameter, halve it first.
✎ Try it yourself

Problem. A circle has radius 12. Find the area of a 30-degree sector.

Solution. Fraction of the circle = 30/360 = 1/12. Sector area = (1/12)(pi)(12^2) = (1/12)(144 pi) = 12 pi. Final answer: the sector area is 12 pi.

Deriving the equation of a circle from the distance formula

A circle is the set of all points a fixed distance r (the radius) from a center (h, k). Applying the distance formula and squaring both sides gives the standard equation (x - h)^2 + (y - k)^2 = r^2. To graph, you read the center and radius directly; to analyze a general equation, you complete the square to convert it to standard form. For example, x^2 + y^2 - 6x + 4y - 12 = 0 becomes (x - 3)^2 + (y + 2)^2 = 25, a circle centered at (3, -2) with radius 5.

A circle is the set of all points at a fixed distance r (the radius) from a center (h, k). Applying the distance formula from (x, y) to (h, k) and squaring both sides gives the standard equation (x - h)^2 + (y - k)^2 = r^2. From standard form you read the center (h, k) and radius r directly. When a circle is given in general form (x^2 + y^2 + Dx + Ey + F = 0), you complete the square on the x-terms and the y-terms separately to convert to standard form. Watch the signs: the center coordinates are the opposite of the numbers inside the parentheses, since (x - h) means h is positive when the sign inside is negative.

Worked Example 1

Problem. Write the equation of a circle with center (2, -5) and radius 4.

  1. Standard form: (x - h)^2 + (y - k)^2 = r^2 with h = 2, k = -5, r = 4.
  2. (x - 2)^2 + (y - (-5))^2 = 4^2.
  3. Simplify the sign: (x - 2)^2 + (y + 5)^2 = 16.

Answer. (x - 2)^2 + (y + 5)^2 = 16.

Worked Example 2

Problem. Find the center and radius of (x + 3)^2 + (y - 1)^2 = 49.

  1. Match to (x - h)^2 + (y - k)^2 = r^2; (x + 3) means h = -3 and (y - 1) means k = 1.
  2. r^2 = 49, so r = 7.
  3. Center (-3, 1), radius 7.

Answer. Center (-3, 1), radius 7.

Worked Example 3

Problem. Convert x^2 + y^2 - 6x + 4y - 12 = 0 to standard form and identify the center and radius.

  1. Group: (x^2 - 6x) + (y^2 + 4y) = 12.
  2. Complete the square for x: half of -6 is -3, squared is 9; for y: half of 4 is 2, squared is 4. Add 9 and 4 to both sides.
  3. (x^2 - 6x + 9) + (y^2 + 4y + 4) = 12 + 9 + 4 = 25.
  4. (x - 3)^2 + (y + 2)^2 = 25, so center (3, -2) and radius sqrt(25) = 5.

Answer. (x - 3)^2 + (y + 2)^2 = 25; center (3, -2), radius 5.

Common mistakes
  • Reading the center with the wrong sign. (x - h) means h is the OPPOSITE of the number shown: (x + 3) gives h = -3.
  • Taking r as r^2. The right side equals r squared, so take a square root to get the radius.
  • Forgetting to add the completed-square constants to BOTH sides when converting from general form.
✎ Try it yourself

Problem. Convert x^2 + y^2 + 8x - 2y + 8 = 0 to standard form and state the center and radius.

Solution. Group: (x^2 + 8x) + (y^2 - 2y) = -8. Complete the square: half of 8 is 4, squared 16; half of -2 is -1, squared 1. Add 16 and 1 to both sides: (x^2 + 8x + 16) + (y^2 - 2y + 1) = -8 + 16 + 1 = 9. So (x + 4)^2 + (y - 1)^2 = 9. Final answer: center (-4, 1), radius 3.

Key terms
  • Central angle — an angle with its vertex at the circle's center, equal to its intercepted arc
  • Inscribed angle — an angle with its vertex on the circle, equal to half its intercepted arc
  • Chord — a segment whose endpoints both lie on the circle
  • Tangent line — a line touching a circle at one point, perpendicular to the radius there
  • Sector — a region bounded by two radii and the arc between them
  • Arc length — the distance along the circle, a fraction of the circumference
  • Circumcircle — the circle through all three vertices of a triangle
  • Standard equation of a circle — (x - h)^2 + (y - k)^2 = r^2 with center (h, k) and radius r
Assignment · Circle Equation and Angle Analysis

Given the equation x^2 + y^2 - 8x + 6y - 11 = 0, complete the square to find the center and radius and sketch the circle. Then create a problem involving one inscribed angle and one central angle that share an arc, and solve for both measures.

Deliverable · A worked solution showing completing the square, a labeled sketch, and your inscribed/central angle problem with answers.

Quiz · 5 questions
  1. 1. A central angle intercepts a 120-degree arc. An inscribed angle intercepting the same arc measures:

  2. 2. An inscribed angle that subtends a diameter measures:

  3. 3. The standard equation (x - 2)^2 + (y + 5)^2 = 49 describes a circle with:

  4. 4. A tangent line to a circle is always ____ to the radius at the point of tangency.

  5. 5. A 90-degree sector of a circle with radius 6 has area:

You'll be able to

I can identify and apply relationships among angles, arcs, chords, and tangents in circles.

I can write and graph the equation of a circle and use it to solve geometric problems.

Weeks 21-25 Unit 5: Coordinate Geometry & Expressing Properties with Equations
G-GPE.B.4G-GPE.B.5G-GPE.B.6G-GPE.B.7G-GPE.A.2
Lecture
Slope criteria for parallel and perpendicular lines

Slope measures steepness as rise over run, (y2 - y1)/(x2 - x1). Two non-vertical lines are parallel if and only if their slopes are equal, and perpendicular if and only if their slopes are opposite reciprocals (their product is -1). For example, a line with slope 2/3 is parallel to any line with slope 2/3 and perpendicular to a line with slope -3/2. These criteria let you classify quadrilaterals on a grid—if both pairs of opposite sides have equal slopes, the figure is a parallelogram, and a right angle appears where two sides have slopes multiplying to -1.

Slope measures steepness as rise over run, m = (y2 - y1)/(x2 - x1). Two non-vertical lines are parallel if and only if their slopes are equal, and perpendicular if and only if their slopes are opposite reciprocals, meaning their product is -1. (A vertical line, undefined slope, is perpendicular to any horizontal line, slope 0.) These criteria classify figures on a coordinate grid: if both pairs of opposite sides have equal slopes the figure is a parallelogram, and a right angle appears where two adjacent sides have slopes multiplying to -1. To find a perpendicular slope, flip the fraction and change the sign; to find a parallel slope, copy it exactly.

Worked Example 1

Problem. Find the slope of the line through (2, 1) and (6, 9). Then give the slope of any line perpendicular to it.

  1. Slope = (9 - 1)/(6 - 2) = 8/4 = 2.
  2. A perpendicular slope is the opposite reciprocal of 2.
  3. Opposite reciprocal of 2 (= 2/1) is -1/2.

Answer. Slope = 2; a perpendicular line has slope -1/2.

Worked Example 2

Problem. Are the lines through A(1,2),B(4,8) and C(0,0),D(2,4) parallel, perpendicular, or neither?

  1. Slope of AB = (8 - 2)/(4 - 1) = 6/3 = 2.
  2. Slope of CD = (4 - 0)/(2 - 0) = 4/2 = 2.
  3. Equal slopes mean the lines are parallel (their product is not -1, so not perpendicular).

Answer. The lines are parallel (both have slope 2).

Worked Example 3

Problem. Triangle has vertices P(0,0), Q(4,2), R(1,?) and you want angle P to be a right angle. Find the slope condition and a value of the R y-coordinate if R = (1, y).

  1. For a right angle at P, sides PQ and PR must be perpendicular: slope(PQ) times slope(PR) = -1.
  2. Slope PQ = (2 - 0)/(4 - 0) = 1/2.
  3. Need slope PR = -2 (opposite reciprocal). Slope PR = (y - 0)/(1 - 0) = y.
  4. Set y = -2, so R = (1, -2).

Answer. R = (1, -2) makes angle P a right angle, since slopes 1/2 and -2 multiply to -1.

Common mistakes
  • Using the same slope for perpendicular lines. Perpendicular slopes are opposite RECIPROCALS (product -1), not equal.
  • Forgetting the sign flip. The perpendicular of slope 3 is -1/3, not 1/3.
  • Subtracting coordinates in inconsistent order. Keep (y2 - y1)/(x2 - x1) with the same point first in both differences.
✎ Try it yourself

Problem. Line k has slope -3/4. Give the slope of a line parallel to k and the slope of a line perpendicular to k.

Solution. Parallel lines have equal slopes, so a parallel line has slope -3/4. Perpendicular lines have opposite reciprocal slopes: flip -3/4 to -4/3 and change the sign to get 4/3. Final answer: parallel slope -3/4, perpendicular slope 4/3.

Partitioning a segment in a given ratio

To divide a segment from A to B in the ratio m:n, you move m/(m + n) of the way from A toward B along both coordinates. The point is (Ax + (m/(m+n))(Bx - Ax), Ay + (m/(m+n))(By - Ay)). The midpoint is the special case of a 1:1 ratio, averaging the coordinates. For example, partitioning from (1, 2) to (7, 14) in a 1:2 ratio moves one-third of the way: x = 1 + (1/3)(6) = 3 and y = 2 + (1/3)(12) = 6, giving the point (3, 6). This technique is used in computer graphics and design layouts.

To divide the segment from A to B in the ratio m:n, move m/(m + n) of the way from A toward B along each coordinate. The partition point is (Ax + t(Bx - Ax), Ay + t(By - Ay)) where t = m/(m + n). The midpoint is the special 1:1 case, which simplifies to averaging the coordinates: ((Ax + Bx)/2, (Ay + By)/2). Be careful with the order of the ratio: a 1:2 ratio from A puts the point one-third of the way from A (closer to A), while 2:1 puts it two-thirds of the way (closer to B). This technique appears in computer graphics, animation tweening, and design layouts where you place points at fixed proportions along a line.

Worked Example 1

Problem. Find the point that partitions the segment from A(1, 2) to B(7, 14) in the ratio 1:2.

  1. t = m/(m + n) = 1/(1 + 2) = 1/3.
  2. x = Ax + t(Bx - Ax) = 1 + (1/3)(7 - 1) = 1 + (1/3)(6) = 1 + 2 = 3.
  3. y = Ay + t(By - Ay) = 2 + (1/3)(14 - 2) = 2 + (1/3)(12) = 2 + 4 = 6.

Answer. The point is (3, 6).

Worked Example 2

Problem. Find the midpoint of the segment from (-4, 7) to (10, -3).

  1. Midpoint is the 1:1 partition: average the coordinates.
  2. x = (-4 + 10)/2 = 6/2 = 3.
  3. y = (7 + (-3))/2 = 4/2 = 2.

Answer. The midpoint is (3, 2).

Worked Example 3

Problem. Find the point that divides the segment from C(0, 0) to D(9, 12) in the ratio 2:1.

  1. t = m/(m + n) = 2/(2 + 1) = 2/3 (two-thirds of the way, closer to D).
  2. x = 0 + (2/3)(9 - 0) = (2/3)(9) = 6.
  3. y = 0 + (2/3)(12 - 0) = (2/3)(12) = 8.

Answer. The point is (6, 8).

Common mistakes
  • Reversing the ratio. A ratio m:n from A uses t = m/(m+n); putting n on top moves the point the wrong fraction of the way.
  • Treating the midpoint as a sum instead of an average. Divide the coordinate sums by 2.
  • Subtracting in the wrong direction. Always use (B - A) for the displacement when moving from A toward B.
✎ Try it yourself

Problem. Find the point that partitions the segment from P(2, 3) to Q(2, 15) in the ratio 3:1.

Solution. t = 3/(3 + 1) = 3/4. x = 2 + (3/4)(2 - 2) = 2 + 0 = 2. y = 3 + (3/4)(15 - 3) = 3 + (3/4)(12) = 3 + 9 = 12. Final answer: the point is (2, 12).

Using coordinates to prove geometric theorems algebraically

Coordinate (analytic) geometry proves theorems by placing a figure on the grid, often with one vertex at the origin and a side on an axis to simplify the algebra, then computing slopes, distances, and midpoints. For example, to prove the diagonals of a rectangle are congruent, place vertices at (0,0), (a,0), (a,b), and (0,b), then use the distance formula to show both diagonals equal the square root of (a^2 + b^2). The strategy is to translate a geometric claim into algebraic equalities and verify them generally, not just for one example.

Coordinate (analytic) geometry proves theorems by placing a figure on the grid, computing slopes, distances, and midpoints, and verifying algebraic relationships that hold in general. The strategy is to choose convenient coordinates: put one vertex at the origin and a side along an axis, and use variables like a and b so the proof covers all cases, not just one example. Equal lengths are proved with the distance formula, parallel sides with equal slopes, perpendicular sides with slopes whose product is -1, and bisection with the midpoint formula. The power of the method is converting a geometric claim into algebra you can check symbolically, giving a fully general proof.

Worked Example 1

Problem. Prove the diagonals of a rectangle are congruent using coordinates.

  1. Place the rectangle with vertices A(0,0), B(a,0), C(a,b), D(0,b).
  2. Diagonal AC goes from (0,0) to (a,b): length = sqrt(a^2 + b^2).
  3. Diagonal BD goes from (a,0) to (0,b): length = sqrt((0 - a)^2 + (b - 0)^2) = sqrt(a^2 + b^2).
  4. Both diagonals equal sqrt(a^2 + b^2), so they are congruent for any a and b.

Answer. AC = BD = sqrt(a^2 + b^2), so the diagonals are congruent.

Worked Example 2

Problem. Prove the midpoint of the hypotenuse of a right triangle is equidistant from all three vertices.

  1. Place the right angle at the origin: A(0,0), B(2a,0), C(0,2b); the hypotenuse is BC.
  2. Midpoint M of BC = ((2a + 0)/2, (0 + 2b)/2) = (a, b).
  3. Distance MA = sqrt(a^2 + b^2); MB = sqrt((a - 2a)^2 + (b - 0)^2) = sqrt(a^2 + b^2); MC = sqrt((a - 0)^2 + (b - 2b)^2) = sqrt(a^2 + b^2).
  4. All three distances equal sqrt(a^2 + b^2).

Answer. MA = MB = MC, so the midpoint of the hypotenuse is equidistant from all vertices.

Worked Example 3

Problem. Show the quadrilateral with vertices P(0,0), Q(4,0), R(6,3), S(2,3) is a parallelogram.

  1. Slope PQ = (0 - 0)/(4 - 0) = 0; slope SR = (3 - 3)/(6 - 2) = 0, so PQ is parallel to SR.
  2. Slope PS = (3 - 0)/(2 - 0) = 3/2; slope QR = (3 - 0)/(6 - 4) = 3/2, so PS is parallel to QR.
  3. Both pairs of opposite sides are parallel.

Answer. Both pairs of opposite sides have equal slopes, so PQRS is a parallelogram.

Common mistakes
  • Choosing coordinates with specific numbers (like a = 3). Use variables so the proof is general, not just one instance.
  • Placing the figure awkwardly. Put a vertex at the origin and a side on an axis to minimize algebra.
  • Confusing the distance and midpoint formulas. Distance uses a square root of squared differences; midpoint averages coordinates.
✎ Try it yourself

Problem. Using coordinates A(0,0), B(a,0), C(a,a), D(0,a), prove this square's diagonals are perpendicular.

Solution. Diagonal AC goes from (0,0) to (a,a): slope = (a - 0)/(a - 0) = 1. Diagonal BD goes from (a,0) to (0,a): slope = (a - 0)/(0 - a) = -1. The product of the slopes is 1 times -1 = -1, so the diagonals are perpendicular. Final answer: AC and BD are perpendicular because their slopes multiply to -1.

Computing perimeters and areas of polygons in the coordinate plane

With vertices given as coordinates, perimeter is the sum of side lengths found by the distance formula, and area can be found by decomposing the shape into triangles and rectangles or by using the Shoelace Formula. The distance formula, square root of ((x2 - x1)^2 + (y2 - y1)^2), comes straight from the Pythagorean Theorem. For example, a triangle with vertices (0,0), (4,0), and (0,3) has legs of length 4 and 3, so its area is (1/2)(4)(3) = 6 and its perimeter is 4 + 3 + 5 = 12.

When a polygon's vertices are given as coordinates, the perimeter is the sum of its side lengths, each found by the distance formula d = sqrt((x2 - x1)^2 + (y2 - y1)^2), which comes directly from the Pythagorean Theorem. For area you can decompose the shape into triangles and rectangles, or use the Shoelace Formula: list the vertices in order and compute one half the absolute value of the sum of (x_i times y_{i+1} - x_{i+1} times y_i). On a grid, a right triangle's legs are often horizontal and vertical, making area = (1/2)(base)(height) easy. The key is to compute each side carefully, keep coordinate differences consistent, and not forget the square root in the distance formula.

Worked Example 1

Problem. Find the perimeter and area of the triangle with vertices (0,0), (4,0), (0,3).

  1. Two sides lie on the axes: the horizontal leg has length 4, the vertical leg has length 3.
  2. The hypotenuse from (4,0) to (0,3) = sqrt((0 - 4)^2 + (3 - 0)^2) = sqrt(16 + 9) = sqrt(25) = 5.
  3. Perimeter = 4 + 3 + 5 = 12.
  4. Area = (1/2)(base)(height) = (1/2)(4)(3) = 6.

Answer. Perimeter = 12; area = 6.

Worked Example 2

Problem. Find the length of the side from (1, 2) to (7, 10).

  1. Apply the distance formula: d = sqrt((7 - 1)^2 + (10 - 2)^2).
  2. = sqrt(6^2 + 8^2) = sqrt(36 + 64) = sqrt(100).
  3. = 10.

Answer. The side length is 10.

Worked Example 3

Problem. Use the Shoelace Formula to find the area of the quadrilateral (0,0), (4,0), (4,3), (0,3).

  1. List vertices in order and apply (1/2)|sum of x_i*y_{i+1} - x_{i+1}*y_i|.
  2. Sum of x_i*y_{i+1}: (0)(0) + (4)(3) + (4)(3) + (0)(0) = 0 + 12 + 12 + 0 = 24.
  3. Sum of x_{i+1}*y_i: (4)(0) + (4)(0) + (0)(3) + (0)(3) = 0 + 0 + 0 + 0 = 0.
  4. Area = (1/2)|24 - 0| = 12 (a 4-by-3 rectangle, which checks).

Answer. The area is 12.

Common mistakes
  • Omitting the square root in the distance formula, leaving the squared distance as if it were the length.
  • Forgetting to close the polygon in the Shoelace Formula by returning to the first vertex.
  • Mixing horizontal and vertical differences. Distance uses (x2 - x1)^2 PLUS (y2 - y1)^2, both squared then summed.
✎ Try it yourself

Problem. Find the perimeter of the triangle with vertices (1,1), (1,5), (4,1).

Solution. Side from (1,1) to (1,5) is vertical, length 5 - 1 = 4. Side from (1,1) to (4,1) is horizontal, length 4 - 1 = 3. Hypotenuse from (1,5) to (4,1) = sqrt((4 - 1)^2 + (1 - 5)^2) = sqrt(9 + 16) = sqrt(25) = 5. Perimeter = 4 + 3 + 5 = 12. Final answer: perimeter = 12.

Deriving the equation of a parabola from focus and directrix

A parabola is the set of all points equidistant from a fixed point (the focus) and a fixed line (the directrix). Setting the distance to the focus equal to the distance to the directrix and squaring yields a quadratic equation. For a focus at (0, p) and directrix y = -p, the equation simplifies to y = x^2/(4p). For example, a focus at (0, 2) and directrix y = -2 gives y = x^2/8. This definition explains why satellite dishes and headlight reflectors use parabolic shapes to focus signals at a single point.

A parabola is the set of all points equidistant from a fixed point (the focus) and a fixed line (the directrix). To derive its equation, set the distance from a general point (x, y) to the focus equal to the distance to the directrix and square both sides to clear the radicals. For a focus at (0, p) and a directrix y = -p (vertex at the origin), the algebra simplifies to y = x^2/(4p), where p is the distance from the vertex to the focus. A larger p makes a wider parabola. This focus-directrix definition explains why satellite dishes and headlight reflectors are parabolic: rays parallel to the axis all reflect through the single focus.

Worked Example 1

Problem. Find the equation of the parabola with focus (0, 2) and directrix y = -2.

  1. The vertex is halfway between focus and directrix: at the origin, with p = 2.
  2. Use y = x^2/(4p).
  3. y = x^2/(4 times 2) = x^2/8.

Answer. y = x^2/8.

Worked Example 2

Problem. A parabola has equation y = x^2/12. Find its focus and directrix.

  1. Match to y = x^2/(4p): 4p = 12, so p = 3.
  2. Focus is at (0, p) = (0, 3).
  3. Directrix is y = -p = -3.

Answer. Focus (0, 3); directrix y = -3.

Worked Example 3

Problem. Derive y = x^2/(4p) for focus (0, p) and directrix y = -p.

  1. Distance from (x, y) to focus (0, p): sqrt(x^2 + (y - p)^2). Distance to directrix y = -p: |y + p|.
  2. Set equal and square: x^2 + (y - p)^2 = (y + p)^2.
  3. Expand: x^2 + y^2 - 2py + p^2 = y^2 + 2py + p^2.
  4. Cancel y^2 and p^2: x^2 - 2py = 2py, so x^2 = 4py, giving y = x^2/(4p).

Answer. y = x^2/(4p), derived from equal distances to focus and directrix.

Common mistakes
  • Confusing p (vertex-to-focus distance) with 4p. The denominator in y = x^2/(4p) is 4p, so solve 4p = (given) to find p.
  • Putting the directrix on the same side as the focus. The directrix is opposite the focus across the vertex (y = -p when focus is at y = p).
  • Forgetting the parabola opens toward the focus (upward when the focus is above the vertex).
✎ Try it yourself

Problem. Find the equation of the parabola with focus (0, 5) and directrix y = -5.

Solution. The vertex is at the origin and p = 5 (distance from vertex to focus). Using y = x^2/(4p): y = x^2/(4 times 5) = x^2/20. Final answer: y = x^2/20.

Key terms
  • Slope — the ratio of vertical change to horizontal change between two points
  • Parallel lines — lines with equal slopes that never intersect
  • Perpendicular lines — lines whose slopes are opposite reciprocals (product -1)
  • Distance formula — square root of ((x2 - x1)^2 + (y2 - y1)^2), from the Pythagorean Theorem
  • Midpoint — the average of two endpoints' coordinates, a 1:1 partition
  • Partition ratio — the proportion m:n used to locate a point dividing a segment
  • Coordinate proof — a proof carried out using algebra on coordinates
  • Parabola — the set of points equidistant from a focus point and a directrix line
Assignment · Coordinate Proof Challenge

Place a quadrilateral of your choice on the coordinate plane with general coordinates and use slopes and the distance formula to prove what type of figure it is (for example, that it is a parallelogram or that its diagonals are congruent). Then find the coordinates of the point that partitions one of its sides in a 2:3 ratio.

Deliverable · A coordinate proof with calculations, a labeled graph, and the partition point's coordinates.

Quiz · 5 questions
  1. 1. A line has slope 4. A line perpendicular to it has slope:

  2. 2. The midpoint of (2, 6) and (8, 2) is:

  3. 3. The distance between (0, 0) and (6, 8) is:

  4. 4. Partitioning from (0, 0) to (9, 9) in a 1:2 ratio gives the point:

  5. 5. A parabola is defined as the set of points equidistant from a:

You'll be able to

I can use coordinates and algebra to prove simple geometric theorems.

I can find slopes, distances, midpoints, and partitions to analyze figures in the coordinate plane.

Weeks 26-30 Unit 6: Geometric Measurement & Three Dimensions
G-GMD.A.1G-GMD.A.3G-GMD.B.4
Lecture
Area and circumference informal arguments (Cavalieri's principle)

Many area and volume formulas can be justified informally rather than memorized blindly. The circumference C = 2 pi r and area A = pi r^2 of a circle arise from approximating it with many thin triangles or by 'unrolling' it into a triangle of base C and height r. Cavalieri's principle states that two solids with equal heights and equal cross-sectional areas at every level have equal volumes—imagine a stack of coins leaning over; reshaping the stack does not change its volume. This principle explains why an oblique cylinder has the same volume formula as a right cylinder.

Many area and volume formulas can be justified by informal arguments rather than memorized blindly. A circle's circumference C = 2 pi r and area A = pi r^2 emerge from approximating the circle with many thin triangles or by 'unrolling' it into a triangle of base C and height r, giving area (1/2)(C)(r) = (1/2)(2 pi r)(r) = pi r^2. Cavalieri's principle states that two solids of equal height whose cross-sections have equal area at every level have equal volume; picture a slanted stack of coins that has the same volume as a straight stack. This principle is why an oblique cylinder (or prism) uses the same V = Bh formula as an upright one.

Worked Example 1

Problem. Use the 'unrolling into a triangle' argument to show the area of a circle of radius r is pi r^2.

  1. Unroll the circle into a triangle with base equal to the circumference C = 2 pi r and height equal to the radius r.
  2. Area of a triangle = (1/2)(base)(height) = (1/2)(2 pi r)(r).
  3. Simplify: (1/2)(2 pi r)(r) = pi r^2.

Answer. Area = pi r^2.

Worked Example 2

Problem. An oblique (leaning) cylinder and a right cylinder both have base area 30 and height 10. Compare their volumes using Cavalieri's principle.

  1. Cavalieri's principle: equal heights and equal cross-sectional areas at every level give equal volume.
  2. Both have height 10 and identical circular cross-sections of area 30 at every level.
  3. So both volumes equal Bh = 30 times 10 = 300.

Answer. Both cylinders have volume 300; leaning does not change volume.

Worked Example 3

Problem. Find the circumference and area of a circle with radius 5.

  1. Circumference C = 2 pi r = 2 pi (5) = 10 pi.
  2. Area A = pi r^2 = pi (5^2) = 25 pi.
  3. These match the triangle-unrolling check: (1/2)(10 pi)(5) = 25 pi.

Answer. Circumference = 10 pi; area = 25 pi.

Common mistakes
  • Confusing circumference (2 pi r, a length) with area (pi r^2, a square measure). Check units: lengths vs square units.
  • Thinking a leaning solid has less volume than an upright one. By Cavalieri's principle, equal cross-sections at every height give equal volume.
  • Using diameter in place of radius. The formulas use r; if given a diameter, halve it first.
✎ Try it yourself

Problem. An oblique prism has a triangular base of area 12 and a height (perpendicular distance between bases) of 9. Find its volume and name the principle used.

Solution. By Cavalieri's principle, an oblique prism has the same volume formula as a right prism: V = Bh. So V = 12 times 9 = 108. Final answer: volume = 108 cubic units, justified by Cavalieri's principle.

Volume formulas for prisms, cylinders, pyramids, cones, and spheres

The volume of any prism or cylinder is base area times height (V = Bh), because it is a stack of identical cross-sections. A pyramid or cone has exactly one-third that volume, V = (1/3)Bh, which can be shown by fitting three equal pyramids into a cube. A sphere's volume is V = (4/3) pi r^3. For example, a cone with base radius 3 and height 10 has volume (1/3)(pi)(9)(10) = 30 pi cubic units. Matching the right formula to the right solid is the key skill in applied problems.

The volume of any prism or cylinder is base area times height, V = Bh, because it is a stack of identical cross-sections. A pyramid or cone has exactly one-third the volume of the prism or cylinder with the same base and height: V = (1/3)Bh, a fact demonstrable by fitting three equal pyramids into a cube. A sphere's volume is V = (4/3) pi r^3. For a cylinder B = pi r^2, so V = pi r^2 h; for a cone V = (1/3) pi r^2 h. The key skill in applied problems is matching the correct formula to the solid and being careful that 'base area' means the area of the cross-section, computed with the right shape's formula.

Worked Example 1

Problem. Find the volume of a cone with base radius 3 and height 10.

  1. Cone volume V = (1/3) pi r^2 h.
  2. Substitute r = 3, h = 10: V = (1/3) pi (3^2)(10) = (1/3) pi (9)(10).
  3. = (1/3)(90 pi) = 30 pi.

Answer. V = 30 pi cubic units.

Worked Example 2

Problem. Find the volume of a sphere with radius 6.

  1. Sphere volume V = (4/3) pi r^3.
  2. r^3 = 6^3 = 216.
  3. V = (4/3) pi (216) = (4 times 216 / 3) pi = (864/3) pi = 288 pi.

Answer. V = 288 pi cubic units.

Worked Example 3

Problem. A cylinder has radius 5 and height 8, with a cone of the same radius and height sitting on top. Find the total volume.

  1. Cylinder: V = pi r^2 h = pi (25)(8) = 200 pi.
  2. Cone: V = (1/3) pi r^2 h = (1/3) pi (25)(8) = (200/3) pi.
  3. Total = 200 pi + (200/3) pi = (600/3 + 200/3) pi = (800/3) pi.

Answer. Total volume = (800/3) pi cubic units.

Common mistakes
  • Forgetting the 1/3 for cones and pyramids. They are one-third of the matching prism or cylinder, not equal to it.
  • Cubing incorrectly in the sphere formula. V = (4/3) pi r^3 uses r cubed, not r squared.
  • Using diameter as the radius in pi r^2. Halve the diameter to get r before squaring.
✎ Try it yourself

Problem. Find the volume of a square pyramid whose base is 6 by 6 and whose height is 10.

Solution. Base area B = 6 times 6 = 36. Pyramid volume V = (1/3)Bh = (1/3)(36)(10) = (1/3)(360) = 120. Final answer: volume = 120 cubic units.

Cross-sections of three-dimensional figures

A cross-section is the two-dimensional shape produced when a plane slices through a solid, and its shape depends on the angle of the cut. A horizontal slice of a cylinder is a circle, while a vertical slice through its axis is a rectangle. Slicing a cube can produce a triangle, rectangle, pentagon, or even a regular hexagon depending on orientation. For example, a slice parallel to the base of a cone is a circle, but a slice tilted at the right angle produces an ellipse, parabola, or hyperbola—the conic sections. Visualizing cross-sections builds three-dimensional reasoning.

A cross-section is the two-dimensional shape formed when a plane slices through a solid; its shape depends on the slice's orientation. A horizontal slice of a cylinder is a circle, while a vertical slice through the axis is a rectangle. Slicing a cube can produce a triangle, a square, a non-square rectangle, a pentagon, or even a regular hexagon, depending on the angle. Slices of a cone are the conic sections: a slice parallel to the base is a circle, a slight tilt gives an ellipse, a slice parallel to the side gives a parabola, and a steep slice through both nappes gives a hyperbola. Visualizing cross-sections is core three-dimensional reasoning used in CT scans, architecture, and 3D modeling.

Worked Example 1

Problem. Describe the cross-section of a right cylinder sliced (a) horizontally and (b) vertically through its axis.

  1. A horizontal slice is parallel to the circular base, so it reproduces that circle.
  2. A vertical slice through the central axis cuts straight down through two opposite sides, forming a rectangle whose width is the diameter and height is the cylinder's height.

Answer. (a) a circle; (b) a rectangle.

Worked Example 2

Problem. What cross-section results from slicing a cone parallel to its base, and what results from a slice parallel to its slant side?

  1. A slice parallel to the base is the same shape as the base, just smaller: a circle.
  2. A slice parallel to a slant side cuts through the curved surface without closing back to the base, producing a parabola (a conic section).

Answer. Parallel to base: a circle; parallel to the slant side: a parabola.

Worked Example 3

Problem. A cube with side 4 is sliced by a plane through three edge midpoints near one corner. What polygon results, and what about a slice perpendicular to a face?

  1. A plane cutting three faces near a corner crosses three edges, producing a triangle.
  2. A slice perpendicular to a face and parallel to an edge crosses four faces squarely, producing a square (or rectangle).
  3. So orientation determines the cross-section's number of sides.

Answer. Corner slice: a triangle; perpendicular slice: a square.

Common mistakes
  • Assuming every cylinder slice is a circle. Only slices parallel to the base are circles; axial slices are rectangles and tilted ones are ellipses.
  • Thinking a cube can only yield squares. Depending on angle, a cube slice can be a triangle, rectangle, pentagon, or regular hexagon.
  • Confusing the conic sections. Parallel-to-base is a circle, a tilt is an ellipse, parallel-to-slant is a parabola, and a steep cut is a hyperbola.
✎ Try it yourself

Problem. A plane slices a square pyramid parallel to its base. Describe the cross-section.

Solution. A slice parallel to the base of a pyramid is similar to the base but smaller. Since the base is a square, the cross-section is a smaller square. Final answer: a smaller square similar to the base.

Solids of revolution and rotating 2D shapes

Rotating a two-dimensional region around an axis sweeps out a three-dimensional solid of revolution. Rotating a rectangle about one side generates a cylinder; rotating a right triangle about a leg generates a cone; rotating a semicircle about its diameter generates a sphere. Predicting the resulting solid requires imagining the path each point traces as it spins a full 360 degrees. For example, spinning a 4-by-6 rectangle about its 6-unit side produces a cylinder of radius 4 and height 6, with volume pi(16)(6) = 96 pi.

Rotating a two-dimensional region a full 360 degrees about an axis sweeps out a three-dimensional solid of revolution. Rotating a rectangle about one of its sides generates a cylinder; rotating a right triangle about a leg generates a cone; rotating a semicircle about its diameter generates a sphere. To predict the solid, imagine the circular path each point traces as it spins; the distance from the axis becomes a radius. The radius of the resulting solid equals the dimension perpendicular to the axis, and the height equals the dimension along the axis. Once you identify the solid, apply the matching volume formula (V = pi r^2 h for a cylinder, (1/3) pi r^2 h for a cone).

Worked Example 1

Problem. A 4-by-6 rectangle is rotated about its 6-unit side. Identify the solid and find its volume.

  1. Rotating a rectangle about a side sweeps out a cylinder.
  2. The side perpendicular to the axis (4 units) becomes the radius; the axis side (6 units) becomes the height.
  3. V = pi r^2 h = pi (4^2)(6) = pi (16)(6) = 96 pi.

Answer. A cylinder of radius 4 and height 6; volume 96 pi.

Worked Example 2

Problem. A right triangle with legs 3 (horizontal) and 4 (vertical) is rotated about the vertical leg. Identify the solid and find its volume.

  1. Rotating a right triangle about a leg sweeps out a cone, with the axis leg as the height.
  2. Axis leg = 4 (height); the other leg = 3 becomes the base radius.
  3. V = (1/3) pi r^2 h = (1/3) pi (3^2)(4) = (1/3) pi (9)(4) = 12 pi.

Answer. A cone of radius 3 and height 4; volume 12 pi.

Worked Example 3

Problem. A semicircle of radius 5 is rotated about its diameter. Identify the solid and find its volume.

  1. Rotating a semicircle about its diameter sweeps out a full sphere of the same radius.
  2. Radius = 5, so use V = (4/3) pi r^3.
  3. V = (4/3) pi (5^3) = (4/3) pi (125) = (500/3) pi.

Answer. A sphere of radius 5; volume (500/3) pi.

Common mistakes
  • Swapping which dimension becomes the radius. The dimension perpendicular to the axis is the radius; the one along the axis is the height.
  • Expecting a cone when rotating a rectangle. A rectangle gives a cylinder; only a right triangle (about a leg) gives a cone.
  • Forgetting a semicircle makes a full sphere (not a hemisphere) when rotated a full 360 degrees about its diameter.
✎ Try it yourself

Problem. A 2-by-5 rectangle is rotated about its 2-unit side. Identify the solid and find its volume.

Solution. Rotating a rectangle about a side gives a cylinder. The 2-unit side is the axis (height = 2); the perpendicular 5-unit side is the radius. V = pi r^2 h = pi (5^2)(2) = pi (25)(2) = 50 pi. Final answer: a cylinder of radius 5 and height 2; volume 50 pi.

Surface area and composite solids

Surface area is the total area of all faces or curved surfaces of a solid, found by summing each region. A cylinder's surface area combines two circular bases (2 pi r^2) and a lateral rectangle that unrolls to 2 pi r times h. Composite solids are built from simpler pieces, so you add the exposed surfaces and subtract any hidden interfaces where parts join. For example, a cylinder topped by a hemisphere uses the cylinder's lateral area plus one base plus the hemisphere's curved surface, but not the shared circular boundary, which is interior.

Surface area is the total area of all the faces and curved surfaces of a solid, found by summing each region. A cylinder's surface area is two circular bases (each pi r^2, total 2 pi r^2) plus a lateral surface that unrolls into a rectangle of width 2 pi r (the circumference) and height h, giving lateral area 2 pi r h; the total is 2 pi r^2 + 2 pi r h. A sphere's surface area is 4 pi r^2. For composite solids, built from simpler pieces, add the exposed surfaces and subtract any shared interfaces where parts join, because those joined faces become interior and are no longer on the outside. Tracking which faces are exposed versus hidden is the central skill.

Worked Example 1

Problem. Find the total surface area of a cylinder with radius 3 and height 5.

  1. Two bases: 2 pi r^2 = 2 pi (3^2) = 2 pi (9) = 18 pi.
  2. Lateral surface: 2 pi r h = 2 pi (3)(5) = 30 pi.
  3. Total = 18 pi + 30 pi = 48 pi.

Answer. Surface area = 48 pi square units.

Worked Example 2

Problem. Find the surface area of a sphere with radius 4.

  1. Sphere surface area = 4 pi r^2.
  2. r^2 = 4^2 = 16.
  3. = 4 pi (16) = 64 pi.

Answer. Surface area = 64 pi square units.

Worked Example 3

Problem. A cylinder of radius 3 and height 5 is topped by a hemisphere of radius 3. Find the total exposed surface area.

  1. Exposed parts: the cylinder's lateral surface, the cylinder's bottom base, and the hemisphere's curved surface. The shared top circle is interior and excluded.
  2. Cylinder lateral = 2 pi r h = 2 pi (3)(5) = 30 pi; bottom base = pi r^2 = 9 pi.
  3. Hemisphere curved surface = half of 4 pi r^2 = 2 pi r^2 = 2 pi (9) = 18 pi.
  4. Total = 30 pi + 9 pi + 18 pi = 57 pi.

Answer. Surface area = 57 pi square units.

Common mistakes
  • Counting the joined interface in a composite solid. Where two pieces meet, that shared face is interior and must be subtracted, not added.
  • Forgetting one of the cylinder's two bases (or counting both when one is covered). Check which bases are actually exposed.
  • Using the sphere volume formula for surface area. Surface area is 4 pi r^2; volume is (4/3) pi r^3.
✎ Try it yourself

Problem. Find the total surface area of a cube with edge length 5.

Solution. A cube has 6 congruent square faces, each of area 5 times 5 = 25. Total surface area = 6 times 25 = 150. Final answer: 150 square units.

Key terms
  • Cavalieri's principle — solids with equal heights and equal cross-sections at every level have equal volumes
  • Prism — a solid with two congruent parallel bases joined by rectangles, volume Bh
  • Pyramid — a solid with one base and triangular faces meeting at an apex, volume (1/3)Bh
  • Cross-section — the 2D shape formed when a plane slices a solid
  • Solid of revolution — a 3D solid formed by rotating a 2D region about an axis
  • Surface area — the total area of a solid's outer faces and curved surfaces
  • Lateral area — the surface area excluding the base(s) of a solid
  • Composite solid — a figure built by combining two or more simple solids
Assignment · Volume and Cross-Section Investigation

Design a composite solid made of at least two shapes (for example, a cone atop a cylinder). Compute its total volume and total surface area, showing each formula used. Then describe two different cross-sections that result from slicing your solid in different orientations.

Deliverable · A labeled drawing, full volume and surface-area calculations, and a description of two cross-sections.

Quiz · 5 questions
  1. 1. A cone and a cylinder have the same base and height. The cone's volume is what fraction of the cylinder's?

  2. 2. Rotating a right triangle about one of its legs produces a:

  3. 3. A cylinder with base radius 5 and height 4 has volume:

  4. 4. Cavalieri's principle compares solids using:

  5. 5. A horizontal slice through a cone parallel to its base is a:

You'll be able to

I can give informal arguments for area, circumference, and volume formulas.

I can compute volumes and identify shapes of cross-sections and solids generated by rotations.

Weeks 31-36 Unit 7: Geometric Modeling & Conditional Probability
G-MG.A.1G-MG.A.2G-MG.A.3S-CP.A.1S-CP.A.2S-CP.A.4S-CP.B.6
Lecture
Using geometric shapes and measures to model real objects

Geometric modeling approximates real-world objects with familiar shapes so they can be measured and analyzed. A tree trunk becomes a cylinder, a grain silo a cylinder with a hemisphere on top, and a city block a rectangle. Once modeled, you apply area, volume, and surface-area formulas to estimate quantities like material needed or capacity. For example, modeling a soda can as a cylinder lets you estimate the aluminum used from its lateral surface area. Good modeling balances accuracy against simplicity, choosing shapes close enough to give useful answers.

Geometric modeling approximates real-world objects with familiar shapes so they can be measured and analyzed. A tree trunk becomes a cylinder, a grain silo a cylinder topped by a hemisphere, a tent a triangular prism, and a city block a rectangle. Once you choose a model you apply area, volume, and surface-area formulas to estimate quantities such as material needed, capacity, or coverage. Good modeling balances accuracy against simplicity: a shape close enough to give a useful answer is better than an exact but unworkable one. The process is to identify the object's dominant geometry, pick the matching solid, take or estimate the needed measurements, and compute, stating any assumptions.

Worked Example 1

Problem. Model a soda can as a cylinder of radius 3 cm and height 12 cm. Estimate the volume of soda it holds.

  1. Model: a cylinder, V = pi r^2 h.
  2. Substitute r = 3, h = 12: V = pi (3^2)(12) = pi (9)(12).
  3. = 108 pi, which is about 339 cm^3.

Answer. About 108 pi (roughly 339) cubic cm.

Worked Example 2

Problem. Model a grain silo as a cylinder of radius 5 m and height 10 m topped by a hemisphere of radius 5 m. Find its total volume.

  1. Cylinder volume: pi r^2 h = pi (25)(10) = 250 pi.
  2. Hemisphere volume: half of (4/3) pi r^3 = (2/3) pi r^3 = (2/3) pi (125) = (250/3) pi.
  3. Total = 250 pi + (250/3) pi = (750/3 + 250/3) pi = (1000/3) pi cubic m.

Answer. Total volume = (1000/3) pi cubic m (about 1047 m^3).

Worked Example 3

Problem. Estimate the aluminum used for the lateral surface of a can modeled as a cylinder with radius 3 cm and height 12 cm.

  1. The side (lateral) surface of a cylinder unrolls to a rectangle: lateral area = 2 pi r h.
  2. = 2 pi (3)(12) = 72 pi.
  3. = about 226 cm^2 of aluminum for the side wall.

Answer. Lateral surface about 72 pi (roughly 226) square cm.

Common mistakes
  • Choosing an overly complex model. A close, simple shape (cylinder for a can) usually gives a more usable estimate than an intricate one.
  • Mixing up which formula the model needs. Capacity uses volume; material for the wall uses lateral surface area.
  • Ignoring units or mixing them. Keep all measurements in the same unit before computing.
✎ Try it yourself

Problem. Model a cylindrical water tank with radius 2 m and height 3 m. Find how many cubic meters of water it holds (leave the answer in terms of pi).

Solution. Model as a cylinder: V = pi r^2 h = pi (2^2)(3) = pi (4)(3) = 12 pi. Final answer: the tank holds 12 pi cubic meters (about 37.7 m^3).

Density and design problems with constraints (cost, ratios)

Density relates an amount per unit of area or volume, such as population per square mile or grams per cubic centimeter; you compute it by dividing total quantity by total area or volume. Design problems then optimize a goal—minimizing cost or maximizing capacity—subject to constraints like a fixed budget or a required ratio. For example, if a metal has density 8 g/cm^3 and a part has volume 25 cm^3, its mass is 200 g, and at a given price per gram you can compute cost. These problems mirror real engineering and economic decisions.

Density is an amount per unit of area or volume, such as people per square mile or grams per cubic centimeter; you compute it by dividing the total quantity by the total area or volume, and you can rearrange to find any one of the three. Design problems then optimize a goal, such as minimizing cost or maximizing capacity, subject to constraints like a fixed budget or a required ratio. The method: translate the words into a formula (density = quantity / size, or cost = unit price times amount), substitute the known values, and solve for the unknown while checking that constraints are met. These problems mirror real engineering and economic decisions where you must respect limits.

Worked Example 1

Problem. A metal has density 8 g/cm^3. A part has volume 25 cm^3. Find its mass.

  1. Density = mass / volume, so mass = density times volume.
  2. mass = 8 g/cm^3 times 25 cm^3.
  3. = 200 g.

Answer. The part has mass 200 g.

Worked Example 2

Problem. A city district has 45,000 people in 15 square miles. Find the population density, then the population of a 4-square-mile neighborhood at that density.

  1. Population density = people / area = 45,000 / 15 = 3,000 people per square mile.
  2. For 4 square miles at that density: 3,000 times 4.
  3. = 12,000 people.

Answer. Density is 3,000 people/sq mi; the neighborhood holds about 12,000 people.

Worked Example 3

Problem. The 200-g part from Example 1 is made of metal costing $0.05 per gram. A budget allows $12 of metal. Does one part fit the budget, and how many parts can you afford?

  1. Cost of one part = mass times price = 200 g times $0.05/g = $10.
  2. $10 is within the $12 budget, so one part fits.
  3. Number affordable = budget / cost per part = 12 / 10 = 1.2, so only 1 whole part.

Answer. Yes, one part costs $10 and fits the $12 budget; you can afford 1 whole part.

Common mistakes
  • Multiplying when you should divide (or vice versa). Density = quantity / size; rearrange carefully to solve for mass or volume.
  • Ignoring units. Mixing cm with m, or grams with kilograms, corrupts the density calculation; convert first.
  • Rounding a count up when the budget forbids it. If you can afford 1.2 parts, you can only make 1 whole part.
✎ Try it yourself

Problem. A liquid has density 1.2 g/cm^3. A container holds 500 cm^3 of it. Find the mass of the liquid.

Solution. Mass = density times volume = 1.2 g/cm^3 times 500 cm^3 = 600 g. Final answer: the liquid has mass 600 g.

Sample spaces, independent events, and the multiplication rule

A sample space is the set of all possible outcomes of an experiment, such as the 36 ordered pairs from rolling two dice. Two events are independent if the occurrence of one does not change the probability of the other; for independent events, P(A and B) = P(A) times P(B). For example, the probability of flipping heads twice is (1/2)(1/2) = 1/4 because the flips are independent. Listing or organizing the sample space with tables or tree diagrams helps count favorable outcomes accurately.

A sample space is the set of all possible outcomes of an experiment, such as the 36 equally likely ordered pairs from rolling two dice. The probability of an event is the number of favorable outcomes divided by the total number of outcomes (when outcomes are equally likely). Two events are independent if the occurrence of one does not change the probability of the other; for independent events the multiplication rule gives P(A and B) = P(A) times P(B). Organizing the sample space with a table or tree diagram helps you count favorable outcomes accurately. For experiments done in stages, multiply the number of choices at each stage to count total outcomes (the Fundamental Counting Principle).

Worked Example 1

Problem. Find the probability of flipping a fair coin twice and getting heads both times.

  1. Each flip is independent with P(heads) = 1/2.
  2. Multiplication rule for independent events: P(H and H) = P(H) times P(H).
  3. = (1/2)(1/2) = 1/4.

Answer. P(two heads) = 1/4.

Worked Example 2

Problem. Two fair dice are rolled. Find the probability the sum is 7.

  1. Total outcomes = 6 times 6 = 36 equally likely ordered pairs.
  2. Favorable (sum 7): (1,6),(2,5),(3,4),(4,3),(5,2),(6,1) = 6 outcomes.
  3. P(sum 7) = 6/36 = 1/6.

Answer. P(sum is 7) = 1/6.

Worked Example 3

Problem. A spinner lands on red with probability 0.3. You spin it, then flip a fair coin. Find P(red and tails), assuming independence.

  1. The spin and the flip are independent events.
  2. P(red) = 0.3 and P(tails) = 0.5.
  3. P(red and tails) = 0.3 times 0.5 = 0.15.

Answer. P(red and tails) = 0.15.

Common mistakes
  • Adding probabilities for 'and.' For independent events you MULTIPLY; adding is for mutually exclusive 'or' situations.
  • Miscounting the sample space. For two dice there are 36 ordered outcomes, not 11 (the distinct sums are not equally likely).
  • Assuming independence without checking. If one event affects the other (drawing without replacement), the multiplication rule must use conditional probability.
✎ Try it yourself

Problem. A fair die is rolled and a fair coin is flipped. Find the probability of rolling a 4 and flipping heads.

Solution. The roll and flip are independent. P(rolling 4) = 1/6 and P(heads) = 1/2. By the multiplication rule, P(4 and heads) = (1/6)(1/2) = 1/12. Final answer: 1/12.

Conditional probability and two-way frequency tables

Conditional probability P(A given B) measures the chance of A occurring given that B has already happened, calculated as P(A and B)/P(B). Two-way frequency tables organize data by two categories, letting you read joint, marginal, and conditional frequencies directly. For example, if a table shows 30 of 50 students who study passed, then P(pass given study) = 30/50 = 0.6. Comparing P(A given B) to P(A) reveals whether events are independent—if they are equal, knowing B tells you nothing new about A.

Conditional probability P(A | B), read 'the probability of A given B,' is the chance that A happens given that B has already occurred, computed as P(A and B) / P(B). Two-way frequency tables organize data by two categories at once and let you read joint frequencies (a single cell), marginal frequencies (a row or column total), and conditional frequencies (a cell divided by its row or column total) directly. Comparing P(A | B) to P(A) tests independence: if they are equal, knowing B tells you nothing new about A, so the events are independent; if they differ, the events are dependent. This is the foundation of reading data tables and risk analysis.

Worked Example 1

Problem. A two-way table shows 30 of the 50 students who studied passed a test. Find P(pass | study).

  1. Condition on the 'study' group: that is the denominator, 50.
  2. Favorable within that group: those who passed, 30.
  3. P(pass | study) = 30/50 = 0.6.

Answer. P(pass | study) = 0.6.

Worked Example 2

Problem. Of 200 people, 80 own a dog and, among those, 50 also own a cat. Find P(cat | dog).

  1. Condition on dog owners: denominator = 80.
  2. Among dog owners, those who also own a cat = 50.
  3. P(cat | dog) = 50/80 = 0.625.

Answer. P(cat | dog) = 0.625.

Worked Example 3

Problem. In a class, P(plays sports) = 0.5 and P(plays sports | is in band) = 0.5. Are 'plays sports' and 'is in band' independent?

  1. Independence test: events are independent when P(A | B) = P(A).
  2. Here P(plays sports | is in band) = 0.5 and P(plays sports) = 0.5.
  3. Since they are equal, knowing a student is in band does not change the chance they play sports.

Answer. Yes, the events are independent because P(A | B) equals P(A).

Common mistakes
  • Using the grand total as the denominator for a conditional probability. P(A | B) divides by the count in group B only, not the whole population.
  • Confusing P(A | B) with P(B | A). The order matters: the condition (given) is the denominator group.
  • Assuming dependence whenever two events overlap. Events can overlap and still be independent if P(A | B) = P(A).
✎ Try it yourself

Problem. A two-way table shows that of 60 commuters who take the bus, 24 are late. Find P(late | takes bus).

Solution. Condition on bus commuters: the denominator is 60. Among them, 24 are late. P(late | takes bus) = 24/60 = 0.4. Final answer: 0.4 (or 40 percent).

Capstone geometric modeling project and review

The capstone synthesizes the year's geometry by tasking students with modeling a real design problem from start to finish: choosing shapes, taking or estimating measurements, applying area, volume, trigonometry, and coordinate methods, and justifying choices under constraints. A strong project states assumptions, shows all computations, and evaluates how well the model fits reality. For example, designing a water tank involves volume to meet capacity, surface area to estimate material cost, and density to check weight limits. Review consolidates proof, measurement, and probability skills for the final assessment.

The capstone synthesizes the year's geometry by having students model a real design problem end to end: choose appropriate shapes, take or estimate measurements, apply area, volume, trigonometry, and coordinate methods, and justify every choice under given constraints. A strong project states its assumptions explicitly, shows all computations clearly, and evaluates how well the model fits reality, noting sources of error. The workflow is to break a complex object into known solids, compute each piece, combine results, and check against constraints such as capacity, cost, or weight. This review consolidates proof writing, measurement, and probability so the skills transfer to the final assessment and to authentic engineering decisions.

Worked Example 1

Problem. Design a cylindrical water tank that must hold at least 100 pi cubic m, using a radius of 5 m. Find the minimum height.

  1. Capacity constraint: V = pi r^2 h must be at least 100 pi.
  2. pi (5^2) h = 100 pi, so 25 pi h = 100 pi.
  3. h = 100 pi / (25 pi) = 4.
  4. A height of 4 m meets exactly 100 pi, so the minimum height is 4 m.

Answer. Minimum height = 4 m.

Worked Example 2

Problem. For the same tank (radius 5 m, height 4 m), estimate the material for its curved side and find the cost at $20 per square m.

  1. Lateral (side) surface area = 2 pi r h = 2 pi (5)(4) = 40 pi square m.
  2. 40 pi is about 125.7 square m.
  3. Cost = 125.7 times $20 = about $2,513.

Answer. About 40 pi (125.7) square m of material, costing roughly $2,513.

Worked Example 3

Problem. A composite design is a 6-by-6-by-6 m cube with a hemispherical dome (radius 3 m) on top. Find the total volume.

  1. Cube volume = side^3 = 6^3 = 216 cubic m.
  2. Hemisphere volume = (2/3) pi r^3 = (2/3) pi (3^3) = (2/3) pi (27) = 18 pi cubic m.
  3. Total = 216 + 18 pi, about 216 + 56.5 = 272.5 cubic m.

Answer. Total volume = 216 + 18 pi (about 272.5) cubic m.

Common mistakes
  • Not stating assumptions. A good model declares what was simplified (for example, ignoring wall thickness) so the answer can be judged.
  • Forgetting to check constraints. After computing, verify the design actually meets capacity, budget, or weight limits.
  • Decomposing a composite solid incorrectly. Add the volumes (or surface areas) of the correct pieces and subtract shared interfaces where needed.
✎ Try it yourself

Problem. A cylindrical tank with radius 4 m must hold at least 80 pi cubic m. Find the minimum height, then its lateral surface area at that height.

Solution. Volume: pi r^2 h = 80 pi, so pi (16) h = 80 pi, giving 16 h = 80 and h = 5 m. Lateral surface area = 2 pi r h = 2 pi (4)(5) = 40 pi square m. Final answer: minimum height 5 m; lateral surface area 40 pi square m.

Key terms
  • Geometric model — an approximation of a real object using simple geometric shapes
  • Density — a quantity per unit area or volume, found by dividing total by area or volume
  • Constraint — a limiting condition such as cost, ratio, or capacity in a design problem
  • Sample space — the set of all possible outcomes of a probability experiment
  • Independent events — events where one's occurrence does not affect the other's probability
  • Multiplication rule — P(A and B) = P(A) times P(B) for independent events
  • Conditional probability — P(A given B) = P(A and B)/P(B)
  • Two-way frequency table — a table organizing counts by two categorical variables
Assignment · Design Under Constraints Capstone

Select a real object or structure (a container, a building, a park) and build a geometric model of it. Use volume, surface area, and density to solve a design question under at least one constraint such as cost or capacity, then add a short probability scenario with a two-way table related to your project's use.

Deliverable · A capstone report with the model, calculations, constraint analysis, and a conditional-probability table.

Quiz · 5 questions
  1. 1. A metal part has volume 10 cm^3 and density 7 g/cm^3. Its mass is:

  2. 2. The probability of rolling a 4 on a die and then flipping heads is:

  3. 3. Conditional probability P(A given B) is calculated as:

  4. 4. Two events are independent when:

  5. 5. Modeling a grain silo as a cylinder topped by a hemisphere is an example of:

You'll be able to

I can apply geometric concepts to model and solve real-world design and density problems.

I can compute and interpret conditional probabilities and determine whether events are independent.

Assessment · Unit tests combining proofs and applied problems, weekly problem sets, two construction performance tasks, a coordinate-geometry proof portfolio, a capstone geometric modeling project, and a comprehensive cumulative final exam.

English II (English Language Arts 10)

Common Core State Standards — ELA Grades 9-10 (Year 2)

A world-literature-centered course in which sophomores analyze complex literary and informational texts, develop evidence-based and synthesis arguments, conduct sustained research, and refine academic language, speaking, and listening.

Weeks 1-5 Unit 1: The Hero's Journey in World Literature
RL.9-10.1RL.9-10.2RL.9-10.3RL.9-10.9W.9-10.3
Lecture
Archetypes and the monomyth across cultures

An archetype is a recurring character type, symbol, or pattern that appears across many cultures and eras—the hero, the mentor, the trickster, the threshold guardian. Joseph Campbell described the monomyth, or 'hero's journey,' a shared narrative arc moving through a call to adventure, crossing a threshold into the unknown, trials and allies, a supreme ordeal, and a return home transformed. Recognizing these patterns helps readers see how stories from different cultures echo one another, as in Gilgamesh, the Odyssey, and Sundiata. For example, the 'refusal of the call' stage appears when a reluctant hero first resists their quest. Spotting archetypes deepens interpretation by connecting a single text to a universal human story.

Archetypes are the building blocks of myth: recurring characters (hero, mentor, trickster, shadow), symbols, and situations that surface across unrelated cultures. Joseph Campbell argued these patterns form a single 'monomyth'—departure, initiation, return. To analyze archetypes, name the pattern, then ask what the text does with it: does it fulfill the expectation or subvert it? A hero who refuses the call signals reluctance and growth ahead; a mentor's death forces self-reliance. Reading archetypally connects one text to the human stories behind it, but strong analysis never stops at labeling—it explains how recognizing the pattern deepens meaning, theme, and our understanding of the specific culture that retells it.

Worked Example 1

Problem. Identify the monomyth stage in this sentence and explain its function: 'When the messenger named him champion, Kofi laughed bitterly and turned back to his goats.'

  1. Locate the action: Kofi is summoned ('named him champion') but rejects it ('turned back to his goats').
  2. Match it to a stage: a summons + rejection = the Call to Adventure followed by the Refusal of the Call.
  3. Ask what the refusal reveals about character: 'laughed bitterly' shows doubt or fear, not arrogance.
  4. Connect to the arc: a refusal sets up later transformation, since heroes who resist usually grow most.

Answer. The line dramatizes the Refusal of the Call. By having Kofi reject the summons with bitter laughter, the author marks him as a reluctant hero whose eventual acceptance will measure his growth, signaling that the story's theme will involve overcoming fear or self-doubt.

Worked Example 2

Problem. A mentor figure (like Athena to Odysseus or Mufasa to Simba) appears in two different cultural epics. What archetypal function do they share, and why does it matter?

  1. Define the archetype: the mentor guides, equips, and tests the hero before the journey.
  2. Find the shared function: both give wisdom or tools the hero will need at the supreme ordeal.
  3. Note the cultural specifics: Athena offers strategic cunning (a Greek value); a chief-father offers lineage and duty (a different value).
  4. Interpret: the shared role shows a universal pattern, while the differences reveal each culture's idea of what makes a hero worthy.

Answer. Both figures fill the mentor archetype—preparing the hero for trials—yet their teachings encode different cultural ideals, proving that archetypes are universal in structure but culturally specific in content.

Common mistakes
  • Stopping at the label ('this is the hero archetype') without analysis. Correct approach: always follow the label with how the pattern shapes meaning or theme.
  • Forcing every character into an archetype. Correct approach: archetypes are tools, not a checklist; only apply one when textual evidence supports it.
  • Assuming archetypes erase cultural difference. Correct approach: note both the shared pattern AND the culture-specific details the author adds.
✎ Try it yourself

Problem. Read this line and identify the monomyth stage, then explain its effect: 'She stepped through the cave mouth, and the daylight behind her shrank to a coin of gold.'

Solution. This is Crossing the Threshold—the hero physically passes from the known world into the unknown (the cave). The image of daylight shrinking 'to a coin of gold' marks the point of no return and creates suspense, signaling that ordinary safety is now behind her and that the trials of the special world lie ahead.

Close reading of an epic (e.g., the Odyssey or Sundiata)

Close reading means analyzing a short passage in detail—diction, imagery, syntax, and figurative language—to uncover meaning beyond the literal events. Epics are long narrative poems featuring a heroic figure, elevated style, and conventions such as epithets (repeated descriptive phrases like 'wine-dark sea') and in medias res openings that begin in the middle of the action. When close reading the Odyssey, you might examine how an epic simile compares Odysseus's cleverness to a craftsman's skill, revealing his defining trait. Annotating for repeated images and shifts in tone lets readers track how meaning builds line by line.

Close reading slows you down to study a passage's craft—diction, imagery, syntax, sound, and figurative language—rather than its plot. In epics you also track conventions: epic similes (extended comparisons), epithets (repeated phrases like 'swift-footed Achilles'), and elevated style. The method is to annotate: circle vivid words, mark repeated images, note where tone shifts, then ask what each choice accomplishes. A close reader builds an interpretation from textual evidence, quoting the exact words and explaining their effect. The goal is not to summarize what happens but to show how the language makes meaning—how a single simile or word choice reveals character, mood, or theme line by line.

Worked Example 1

Problem. Close-read this epic simile: 'As a lion, ringed by hounds, backs slowly toward the trees yet bares his teeth, so the king withdrew, still defiant.'

  1. Identify the device: an epic simile comparing the king to a cornered lion.
  2. Examine diction: 'ringed by hounds' suggests he is outnumbered; 'bares his teeth' and 'still defiant' stress unbroken courage.
  3. Analyze the comparison's logic: a lion retreating is not fleeing in panic but yielding ground while remaining dangerous.
  4. State the effect: the simile preserves the king's dignity even in defeat, characterizing him as noble and unbowed.

Answer. The epic simile elevates the king's retreat into an image of dignified defiance: like a cornered lion, he yields ground without surrendering pride, so the language transforms a tactical loss into proof of his heroic nature.

Worked Example 2

Problem. Analyze the effect of the repeated epithet 'the wine-dark sea' in an epic passage about a dangerous voyage.

  1. Define epithet: a fixed descriptive phrase repeated to evoke a quality.
  2. Examine the image: 'wine-dark' suggests depth, richness, and something intoxicating yet potentially treacherous.
  3. Consider repetition: returning to the phrase makes the sea a constant, almost living presence.
  4. Interpret: the recurring epithet keeps the sea's mystery and danger before the reader throughout the journey.

Answer. The repeated epithet 'wine-dark sea' personifies the ocean as a vast, beautiful, and dangerous force, and its repetition makes the sea a recurring antagonist whose presence shadows every stage of the voyage.

Common mistakes
  • Summarizing the plot instead of analyzing the language. Correct approach: quote the exact words and explain their effect, not the events.
  • Naming a device but not its effect ('this is a metaphor'). Correct approach: always finish the thought—what does the metaphor accomplish?
  • Ignoring epic conventions like epithets and in medias res openings. Correct approach: recognize these as deliberate features that shape meaning and tone.
✎ Try it yourself

Problem. Close-read this line, naming one device and explaining its effect: 'Dawn spread her rose-red fingers once again across the sky.'

Solution. The line uses personification (and a recurring epithet for dawn): morning is given 'rose-red fingers,' turning a natural event into a gentle, deliberate human action. The image creates a soft, hopeful tone and, as a repeated formula, marks the steady passage of time across the epic, lending the narrative a calm, ritual rhythm between episodes of danger.

Analyzing theme development and character transformation

A theme is a central idea or insight about life that a text develops over its full length, distinct from its subject or topic. Authors build theme gradually through repeated motifs, conflicts, and especially through how characters change. A dynamic character transforms in response to events, while a static character stays the same; tracing that transformation reveals the theme. For example, if a hero learns humility after arrogance brings disaster, the theme might concern the dangers of pride. To analyze theme, gather textual evidence across the whole work and explain how the parts accumulate into a larger statement.

Theme is the insight about life a work develops, distinct from its topic: 'pride' is a topic, but 'unchecked pride invites ruin' is a theme. Authors rarely state theme directly; they build it through repeated motifs, conflicts, symbols, and—most powerfully—through character transformation. A dynamic character changes; tracing how and why they change usually exposes the theme. To analyze, gather evidence from across the whole work (beginning, middle, end), show the change, and explain what larger statement it implies. Always phrase theme as a complete idea, not a single word, and ground it in specific moments so your reader can see how the parts accumulate into the author's central claim about human experience.

Worked Example 1

Problem. A character begins boastful and ends humbled after disaster. Turn this arc into a theme statement.

  1. Identify the topic: pride/arrogance.
  2. Trace the transformation: boastful at the start, humbled by the end, and the change is caused by disaster.
  3. Ask what the change implies about life: arrogance led to the disaster that taught humility.
  4. Phrase as a full sentence, avoiding one-word answers.

Answer. Theme: 'Unchecked arrogance blinds a person to danger until loss forces humility upon them.' The dynamic shift from boasting to humility, driven by disaster, is the evidence that develops this theme.

Worked Example 2

Problem. Across a story a 'locked door' image appears three times—first feared, then opened, then left open. How does this motif develop theme?

  1. Identify the motif: the recurring locked door.
  2. Track its changing meaning: feared (fear of the unknown), opened (a choice to confront it), left open (acceptance).
  3. Connect the progression to the character's inner change from avoidance to courage.
  4. State the theme the motif builds.

Answer. The locked-door motif charts a movement from fear to courage; its evolution from feared to opened to left open develops the theme that 'facing what we avoid is the path to freedom.' The repeated image is the textual evidence that accumulates into that insight.

Common mistakes
  • Confusing topic with theme (writing 'love' or 'war'). Correct approach: state theme as a full sentence expressing an insight about life.
  • Drawing theme from one moment only. Correct approach: gather evidence from across the whole text to show the idea develops.
  • Mistaking the moral lesson of one character for the work's theme. Correct approach: base theme on patterns and transformation, not a single character's opinion.
✎ Try it yourself

Problem. A soldier who once sought glory ends the story quietly tending a garden and refusing praise. Write a one-sentence theme statement and name the evidence that supports it.

Solution. Theme: 'True peace is found not in pursuing glory but in humble, ordinary acts of care.' The evidence is the soldier's transformation—from seeking glory to tending a garden and refusing praise—which traces a dynamic change in values that develops the theme across the work.

Tracing how authors draw on and transform source material

Writers frequently reshape earlier stories, myths, or texts, transforming familiar material for new purposes—an idea central to standard RL.9-10.9. Identifying the source (such as a myth or earlier epic) and comparing it to the new version reveals the author's choices and intentions. James Joyce's Ulysses, for instance, maps the Odyssey onto a single modern day in Dublin, transforming an ancient quest into ordinary life. Asking what the author kept, changed, or omitted clarifies meaning and shows how literature is in constant conversation with what came before.

Literature is in constant conversation with what came before. Standard RL.9-10.9 asks you to trace how an author draws on and transforms a source—a myth, a sacred text, an earlier work—for new purposes. The analytical method has three moves: identify the source, identify what was kept, changed, or omitted, and explain why those choices matter. Transformation can update setting (an ancient quest set in a modern city), shift sympathy (retelling from the villain's view), or recast meaning (turning a triumph into a tragedy). The richest analysis treats the new text as a deliberate response to the old one, so the differences become evidence of the author's argument or theme.

Worked Example 1

Problem. A novel retells the Cinderella story but makes the stepsister the narrator. What is transformed, and what does it reveal?

  1. Identify the source: the traditional Cinderella tale.
  2. Identify the change: point of view shifts from Cinderella to the stepsister.
  3. Ask what that change does: the reader now sees the 'villain's' reasons and feelings.
  4. Interpret the purpose: the retelling questions who really deserves sympathy and challenges simple good-versus-evil endings.

Answer. By keeping the plot but transforming the point of view to the stepsister, the author humanizes a traditional villain, turning a simple fairy tale into a critique of how stories assign blame—revealing a theme about perspective shaping judgment.

Worked Example 2

Problem. Compare: an ancient epic ends with the hero's glorious return home; a modern retelling ends with the hero unable to readjust to ordinary life. What does the transformation accomplish?

  1. Identify what is kept: the journey and the return.
  2. Identify what is changed: the return is no longer triumphant but troubled.
  3. Consider the modern context: the changed ending may reflect modern doubts about heroism or the costs of trauma.
  4. State the meaning the change creates.

Answer. The retelling keeps the journey but transforms the triumphant homecoming into a difficult one, reframing heroism to explore its psychological cost—so the altered ending becomes evidence of a modern theme about the toll of experience.

Common mistakes
  • Only noticing similarities to the source. Correct approach: focus on what was changed or omitted, since the differences carry the author's meaning.
  • Treating the retelling as a 'wrong' version of the original. Correct approach: see transformation as a deliberate, purposeful choice to analyze.
  • Identifying the source but not explaining why the change matters. Correct approach: always connect the transformation to theme or purpose.
✎ Try it yourself

Problem. A poet rewrites the myth of Icarus but ends with Icarus surviving and choosing never to fly again. Identify what is transformed and explain its likely purpose.

Solution. The poet keeps the source (Icarus's flight toward the sun) but transforms the ending from death to survival and renunciation. By letting Icarus live and refuse to fly, the poem shifts the meaning from punishment for ambition to a meditation on learning caution from a near-disaster—using the changed ending as evidence of a theme about wisdom gained through close calls rather than tragic destruction.

Narrative writing: a modern hero's-journey vignette

Narrative writing tells a story using techniques such as a clear sequence of events, vivid sensory detail, dialogue, pacing, and a consistent point of view. A vignette is a brief, focused scene that captures a moment rather than a full plot. To write a modern hero's-journey vignette, you select one or two stages of the monomyth (such as the call to adventure or the ordeal) and dramatize them with concrete imagery and meaningful conflict. For example, a teenager hesitating before a tryout can embody the 'crossing the threshold' stage. Strong narratives show rather than tell, using specific detail to convey emotion.

Narrative writing dramatizes experience through story craft: a clear sequence of events, a consistent point of view, vivid sensory detail, dialogue, and controlled pacing. A vignette is a short, focused scene—a single moment rendered closely—rather than a full plot. For a hero's-journey vignette, choose one or two monomyth stages (the Call, the Threshold, the Ordeal) and dramatize them with concrete imagery and real conflict. The guiding rule is 'show, don't tell': instead of stating an emotion ('she was nervous'), reveal it through action and detail ('her thumb worried the frayed strap'). Strong narratives use precise nouns and verbs, sensory grounding, and a meaningful change in the moment, however small.

Worked Example 1

Problem. Revise this 'telling' sentence into 'showing' narrative detail: 'Marcus was scared to walk onto the stage.'

  1. Identify the abstract claim: 'was scared.'
  2. Choose physical signs of fear: dry mouth, shaking hands, racing heart, hesitation.
  3. Render them with concrete nouns and verbs, keeping point of view consistent.
  4. Add a sensory anchor (sound or light) to ground the moment.

Answer. 'Marcus's palms left damp prints on the script. The stage lights hummed, white and enormous, and his first step landed as if the floor might tilt.' The fear is now shown through detail rather than stated.

Worked Example 2

Problem. Write a short vignette dramatizing the 'Crossing the Threshold' stage for a teenager at a tryout.

  1. Pick the stage: crossing the threshold = entering the special world (the tryout).
  2. Establish the ordinary world and the hesitation at the boundary.
  3. Use a concrete threshold image (a doorway, a line, a whistle).
  4. End at the moment of commitment, showing the choice through action.

Answer. 'Through the gym door, sneakers shrieked on varnish. Dev's name hung on the sign-up sheet, ink still wet. He pressed his forehead to the cold glass, counted three breaths, then pushed the door open and stepped onto the court before he could change his mind.' The doorway is the threshold, and the push across it dramatizes the stage.

Common mistakes
  • Telling emotions outright ('he was sad'). Correct approach: show feeling through action, detail, and dialogue.
  • Cramming a whole plot into a vignette. Correct approach: focus on one moment or stage and render it closely.
  • Switching point of view mid-scene. Correct approach: choose one POV and keep it consistent throughout the vignette.
✎ Try it yourself

Problem. Draft a 3-4 sentence vignette dramatizing a hero's 'Refusal of the Call,' using sensory detail and showing rather than telling.

Solution. Model: 'The letter sat on the table, gold seal still unbroken. Nadia stacked the breakfast plates louder than she needed to, as if the clatter could drown the thing out. "They have other people," she told the empty kitchen, and slid the envelope under a stack of bills. But her eyes kept drifting back to the corner of gold.' This shows refusal through avoidance (loud chores, hiding the letter) and reveals her conflict through the lingering glance rather than stating she is afraid.

Key terms
  • Archetype — a recurring character, symbol, or pattern found across cultures and stories
  • Monomyth — the hero's journey, a shared narrative arc from departure to return
  • Epic — a long narrative poem about a heroic figure in an elevated style
  • Epithet — a repeated descriptive phrase attached to a character or thing in an epic
  • Theme — a central insight about life developed across a whole text
  • Dynamic character — a character who undergoes meaningful internal change
  • Motif — a recurring image, idea, or element that supports a theme
  • Vignette — a brief, focused scene capturing a single moment
Assignment · Modern Hero's-Journey Vignette

Write a one-to-two page narrative vignette that dramatizes at least two stages of the hero's journey using a contemporary setting and character. Use precise sensory detail, dialogue, and a clear point of view, then add a short note identifying which monomyth stages you portrayed.

Deliverable · A polished narrative vignette plus a brief author's note labeling the hero's-journey stages used.

Quiz · 5 questions
  1. 1. The 'monomyth' refers to:

  2. 2. An epithet in an epic is best described as:

  3. 3. A dynamic character is one who:

  4. 4. 'In medias res' means a story begins:

  5. 5. Standard RL.9-10.9 asks readers to analyze how an author:

You'll be able to

I can analyze how theme and character emerge and develop over the course of a text.

I can craft a narrative that uses well-structured event sequences and precise, descriptive detail.

Weeks 6-10 Unit 2: Voices of Identity & Culture (Global Fiction & Poetry)
RL.9-10.2RL.9-10.4RL.9-10.6L.9-10.5W.9-10.2
Lecture
Reading global short fiction and poetry (e.g., Achebe, Tan, Neruda)

World literature exposes readers to diverse cultures, histories, and worldviews, requiring attention to context as well as craft. Short fiction compresses character and conflict into a brief arc, while poetry concentrates meaning through compressed language and form. Writers like Chinua Achebe, Amy Tan, and Pablo Neruda draw on specific cultural experiences—colonialism, immigration, love and politics—that shape what their texts mean. Reading globally means asking how a story's setting and culture inform its values and tensions. For example, Achebe's fiction reframes colonial history from an African perspective, challenging earlier European narratives.

World literature asks you to read for craft and context at once. A short story compresses character and conflict into a single arc; a poem concentrates meaning through compressed, patterned language. Because writers like Achebe, Tan, and Neruda write from specific histories—colonialism, immigration, love under dictatorship—you must ask how setting and culture shape a text's values and tensions, not just what happens. Reading globally means resisting the assumption that your own cultural norms are universal. The method: identify the cultural and historical context, notice where the text's values differ from your expectations, and interpret how that context produces meaning. Strong readers treat unfamiliar references as clues to investigate, not obstacles to skip.

Worked Example 1

Problem. How does cultural context change the meaning of this opening line: 'On the day the yams were blessed, my father did not come to the feast.'?

  1. Note the cultural detail: yams are blessed at a feast, suggesting an agricultural society where the harvest is sacred and communal.
  2. Identify the tension: the father's absence from a sacred communal event signals something is wrong.
  3. Interpret with context: missing such an important ritual implies shame, illness, or estrangement, not mere scheduling.
  4. State how context produces meaning.

Answer. Because the blessing of yams marks a sacred, communal harvest event, the father's absence carries weight a reader might miss without context—it signals serious disgrace or rupture, showing how cultural setting determines the emotional stakes of a single line.

Worked Example 2

Problem. A Neruda poem compares his beloved to bread, wheat, and the earth. Why might these images matter given his context?

  1. Identify the images: everyday, agricultural, working-class objects.
  2. Recall context: Neruda often celebrated ordinary people and labor.
  3. Interpret the choice: comparing love to bread and earth dignifies common life rather than using lofty or aristocratic imagery.
  4. Connect image to value.

Answer. By rooting love in bread, wheat, and earth, the poem ties intimate feeling to the dignity of ordinary labor, reflecting a cultural and political value that finds beauty and worth in common life rather than in elite imagery.

Common mistakes
  • Reading every text through your own cultural assumptions. Correct approach: ask how the text's own context defines its values.
  • Skipping unfamiliar cultural references. Correct approach: treat them as clues and infer or investigate their significance.
  • Treating 'world literature' as exotic decoration. Correct approach: analyze how specific histories shape specific meanings.
✎ Try it yourself

Problem. Read this line and explain how cultural context shapes its meaning: 'When the missionaries built their road through the shrine, the elders stopped speaking of the future.'

Solution. The line places a sacred shrine against a missionary-built road, evoking a colonial encounter. The detail that the elders 'stopped speaking of the future' suggests that the disruption of the shrine—a center of tradition and continuity—has broken the community's sense of hope and cultural transmission. Read in colonial context, the sentence conveys cultural loss and the silencing of a people's voice, a meaning that depends entirely on understanding the historical clash the imagery encodes.

Analyzing word choice, tone, and figurative language

Diction (an author's specific word choices) creates tone, the attitude a text conveys toward its subject. Connotation—the emotional associations of a word—matters as much as denotation, its dictionary meaning; 'thrifty' and 'stingy' denote similar behavior but carry opposite tones. Figurative language such as metaphor, simile, personification, and imagery creates layers of meaning beyond the literal. For example, describing grief as 'a stone in the chest' uses metaphor to make an abstract feeling concrete. Analyzing these choices means explaining how specific words produce a specific effect on the reader.

Diction is an author's deliberate word choice, and it creates tone—the attitude the text takes toward its subject. Two words can share a denotation (dictionary meaning) yet carry opposite connotations (emotional associations): 'slender' and 'scrawny' both mean thin, but one flatters and one belittles. Figurative language—metaphor, simile, personification, imagery—adds layers beyond the literal. To analyze, isolate the specific word or image, name its connotation or device, and explain the precise effect it produces on the reader. The strongest analysis is granular: it does not say 'the author uses sad words' but quotes the exact word, identifies its association, and shows how that single choice shapes meaning, mood, or characterization.

Worked Example 1

Problem. Explain how connotation shapes tone: 'The official offered a smile, thin and efficient, and stamped the form.'

  1. Identify loaded words: 'thin,' 'efficient,' 'stamped.'
  2. Examine connotations: 'thin' smile suggests insincerity; 'efficient' suggests coldness; 'stamped' is mechanical, impersonal.
  3. Combine the effects: the diction makes the official seem bureaucratic and unfeeling.
  4. State the tone produced.

Answer. The word choices—'thin,' 'efficient,' 'stamped'—carry connotations of coldness and mechanical detachment, creating a tone of impersonal bureaucracy and characterizing the official as indifferent to the person before him.

Worked Example 2

Problem. Analyze the figurative language: 'Grief sat in the room with us, a guest who would not leave.'

  1. Name the device: personification (grief becomes a guest).
  2. Examine the comparison: a guest 'who would not leave' suggests an unwelcome, persistent presence.
  3. Consider the effect: it makes the abstract feeling concrete and inescapable.
  4. State the meaning.

Answer. By personifying grief as an unwelcome guest 'who would not leave,' the line makes an abstract emotion concrete and oppressive, conveying how mourning lingers and intrudes on ordinary life long after the loss.

Common mistakes
  • Confusing connotation with denotation. Correct approach: ask not just what a word means but what feelings it carries.
  • Naming a device without explaining its effect. Correct approach: always state how the device shapes tone or meaning.
  • Analyzing tone with vague labels ('the tone is interesting'). Correct approach: use precise tone words (bitter, reverent, detached) tied to specific diction.
✎ Try it yourself

Problem. Choose the more negative word and explain the connotation, then describe the tone it creates: 'The crowd was a [mob / gathering] outside the gates.'

Solution. 'Mob' is the more negative choice. While both denote a group of people, 'gathering' connotes something orderly and peaceful, whereas 'mob' connotes a chaotic, angry, possibly violent throng. Choosing 'mob' creates a tense, threatening tone and frames the crowd as a danger rather than a harmless assembly—showing how a single word's connotation steers the reader's emotional response.

Comparing cultural perspectives across texts

Comparative analysis examines how two or more texts treat a shared theme, revealing both common human concerns and culturally specific differences. The strategy is to identify a point of comparison—such as how each text portrays family duty or freedom—then analyze similarities and differences with evidence from both. For example, comparing an immigrant narrative to a text rooted in an ancestral homeland can highlight contrasting ideas about belonging. Effective comparison goes beyond listing differences to explain what the contrast reveals about each text's meaning and cultural context.

Comparative analysis examines how two or more texts treat a shared theme, revealing both common human concerns and culturally specific differences. The discipline is to fix one clear point of comparison—how each text portrays family duty, freedom, or belonging—then analyze similarities and differences using evidence from both. Avoid the 'list' trap: simply naming differences is not analysis. Instead, explain what the contrast reveals about each text's meaning and context. A useful structure is point-by-point (alternating between texts on each sub-topic) rather than block-by-block, because it forces the texts into genuine dialogue. The best comparisons end with an interpretive payoff: a claim about what we understand differently because we read the two texts together.

Worked Example 1

Problem. Set up a comparison: Text A (an immigrant memoir) and Text B (a story set in an ancestral village) both treat 'belonging.' What point of comparison and thesis could you build?

  1. Fix the shared theme: belonging.
  2. Identify each text's stance: A locates belonging in a future, chosen identity; B locates it in inherited land and lineage.
  3. Find the meaningful contrast: chosen vs. inherited belonging.
  4. Draft a comparative thesis with an interpretive payoff.

Answer. Point of comparison: where each text locates belonging. Thesis: 'While Text B roots belonging in inherited land and ancestry, Text A presents belonging as something chosen and built, and reading them together reveals that 'home' can be either given or made depending on cultural circumstance.'

Worked Example 2

Problem. Two poems use the image of a river. In one it means freedom; in the other, danger. Turn this into comparative analysis.

  1. Identify the shared image: a river.
  2. State the contrasting meanings: freedom vs. danger.
  3. Ask why context produces the difference: a river may mean escape to one speaker, drowning or division to another.
  4. Explain what the contrast reveals.

Answer. Both poems center the river, but its opposite meanings—liberation in one, threat in the other—show that a single symbol takes its meaning from the speaker's situation: the contrast reveals how perspective and circumstance, not the image itself, determine symbolic meaning.

Common mistakes
  • Listing differences without interpreting them. Correct approach: explain what each contrast reveals about meaning.
  • Comparing without a shared point of comparison. Correct approach: fix one theme or element both texts address.
  • Using block structure that never connects the texts. Correct approach: alternate point-by-point so the texts truly speak to each other.
✎ Try it yourself

Problem. Two characters respond to a strict tradition: one obeys with pride, one rebels. Write a comparative thesis with a point of comparison and an interpretive payoff.

Solution. Point of comparison: each character's response to inherited tradition. Thesis: 'Where the first character finds identity by upholding tradition with pride, the second finds it by rebelling against it; reading the two together suggests that tradition can equally be a source of belonging or a force to define oneself against, depending on what each character most fears losing.' This fixes a single comparison and ends with an interpretive claim rather than a mere list of differences.

Point of view, including cultural and historical context of world literature

Point of view is the perspective from which a story is told—first person ('I'), third-person limited (one character's view), or third-person omniscient (all-knowing). The narrator's perspective controls what readers know and how they judge events, and cultural and historical context shapes that perspective. A story narrated by a colonized character, for instance, frames events very differently than one told by a colonizer. Recognizing how point of view filters information helps readers detect bias, irony, and the limits of a narrator's knowledge, all central to standard RL.9-10.6.

Point of view is the perspective that controls what readers know and how they judge events. First person ('I') is intimate but limited and possibly unreliable; third-person limited filters everything through one character; third-person omniscient knows all minds. The narrator's culture, history, and stake in events shape the telling—a story narrated by the colonized frames events very differently from one told by the colonizer. To analyze (RL.9-10.6), identify the POV, ask what it lets you see and hides, and detect how it creates bias, irony, or sympathy. A key skill is noticing the gap between what a narrator believes and what the text reveals, because that gap is where irony and the limits of perspective live.

Worked Example 1

Problem. Identify the POV and its effect: 'I gave them everything—roads, schools, order—and still they would not thank me,' said the governor.

  1. Identify POV: first person, from the colonial governor.
  2. Note what it reveals: his self-image as a generous benefactor.
  3. Detect the gap: 'roads, schools, order' are framed as gifts, ignoring that they served the governor's own power.
  4. Interpret the irony: the reader sees the self-justification the narrator cannot.

Answer. The first-person colonial POV creates dramatic irony: the governor presents himself as generous, but his blindness to the people's resentment exposes self-justification, so the perspective reveals more about his bias than about the people he describes.

Worked Example 2

Problem. How would shifting from third-person omniscient to first-person limited change a battle scene?

  1. Define each POV's scope: omniscient sees all sides and outcomes; first-person limited sees only one soldier's experience.
  2. Consider knowledge: omniscient can explain strategy; first-person limited conveys confusion and fear.
  3. Consider sympathy: first person draws the reader into one soldier's mind.
  4. State the effect of the shift.

Answer. Shifting to first-person limited trades the omniscient view's strategic overview for one soldier's confusion and fear, narrowing knowledge but deepening sympathy—so the same events would feel chaotic and personal rather than orderly and explained.

Common mistakes
  • Assuming the narrator always tells the truth. Correct approach: watch for the gap between what a narrator claims and what the text shows.
  • Confusing the narrator with the author. Correct approach: the narrator is a constructed perspective, not the author's own voice.
  • Ignoring how culture/history shapes a narrator's view. Correct approach: consider the narrator's position and stake in events.
✎ Try it yourself

Problem. Identify the point of view in this line and explain how it shapes the reader's judgment: 'She told everyone the move was for the children, and perhaps she even believed it.'

Solution. This is third-person limited (or lightly omniscient) narration that hovers close to one character. The phrase 'and perhaps she even believed it' signals subtle distance between the character's stated reason and the truth, inviting the reader to doubt her self-understanding. The POV thus shapes judgment by creating irony: we are nudged to see a possible self-deception the character may not fully recognize, demonstrating how perspective filters and colors what we trust.

Literary analysis essay on identity and theme

A literary analysis essay argues an interpretation of a text, supported by textual evidence and explanation. It opens with a clear, debatable thesis about theme or meaning, then develops body paragraphs each centered on a topic sentence, quoted or paraphrased evidence, and analysis that connects the evidence to the thesis. Strong analysis explains how a quotation supports the claim rather than merely summarizing plot. For example, a thesis arguing that a character's silence reflects cultural displacement would be supported by specific moments of silence and what they signify. Transitions and a synthesizing conclusion tie the argument together.

A literary analysis essay argues an interpretation, supported by evidence and explanation—it never just retells the plot. It opens with a clear, debatable thesis about theme or meaning, then builds body paragraphs on the claim-evidence-analysis pattern: a topic sentence makes a sub-claim, quoted or paraphrased evidence supports it, and analysis explains HOW the evidence proves the claim. The analysis sentences are the heart of the essay; summary is not analysis. Quotations should be integrated with signal phrases and kept short. Transitions create flow, and the conclusion synthesizes—showing why the interpretation matters—rather than merely repeating the thesis. A strong thesis could be argued against by a reasonable reader; that arguability is what makes it analytical.

Worked Example 1

Problem. Build one body paragraph (claim-evidence-analysis) supporting the thesis: 'A character's silence reflects cultural displacement.'

  1. Write a topic sentence (sub-claim): the character's silence appears most at moments of cultural conflict.
  2. Choose short evidence: e.g., 'At the dinner she 'said nothing, only folded and unfolded her napkin.''
  3. Analyze HOW it supports the claim: the fidgeting shows discomfort she cannot voice across a cultural gap.
  4. Connect back to the thesis on displacement.

Answer. Topic sentence: 'The character's silence intensifies precisely when two cultures collide.' Evidence: she 'said nothing, only folded and unfolded her napkin.' Analysis: the restless hands reveal feelings she has no shared language to express, so her silence becomes a sign of being caught between cultures—supporting the thesis that silence reflects displacement.

Worked Example 2

Problem. Turn this weak thesis into a strong, debatable one: 'This poem is about nature.'

  1. Diagnose the weakness: it states a topic, not an arguable interpretation.
  2. Add a claim about meaning: what does the poem say about nature?
  3. Make it arguable: a reasonable reader could disagree.
  4. Phrase it precisely.

Answer. Revised thesis: 'Through its decaying garden imagery, the poem argues that human attempts to control nature are doomed, presenting wilderness as ultimately indifferent to human desire.' This is debatable, specific, and centered on meaning rather than topic.

Common mistakes
  • Summarizing plot instead of analyzing. Correct approach: after every quotation, explain HOW it supports your claim.
  • Writing a thesis that states a fact ('the story is set in 1920'). Correct approach: make the thesis an arguable interpretation.
  • Dropping quotations without introduction. Correct approach: integrate evidence with a signal phrase and keep quotes short.
✎ Try it yourself

Problem. Write a thesis and one supporting claim-evidence-analysis sentence for an essay arguing that a recurring 'broken clock' image in a story develops a theme about being trapped in the past.

Solution. Thesis: 'The recurring broken clock symbolizes the protagonist's inability to move past her grief, developing the theme that clinging to the past stops life from moving forward.' Claim-evidence-analysis: The clock 'still read 4:15, the hour he left,' frozen on the moment of loss; by fixing the clock at that exact time, the author makes the broken timepiece a physical emblem of the protagonist's stalled life, showing that until she repairs it she remains trapped in the moment of her grief—directly supporting the thesis.

Key terms
  • Diction — an author's deliberate word choice, which shapes tone and meaning
  • Tone — the attitude a text expresses toward its subject or audience
  • Connotation — the emotional or cultural associations a word carries beyond its definition
  • Figurative language — language such as metaphor and simile that means more than the literal
  • Point of view — the perspective from which a narrative is told
  • Theme — a central idea or insight a text develops
  • Thesis — a clear, debatable claim that an analysis essay sets out to support
  • Comparative analysis — examining two or more texts to reveal meaningful similarities and differences
Assignment · Identity and Theme Analysis Essay

Write a multi-paragraph literary analysis of one global short story or poem, arguing how the author's word choice and point of view develop a theme about identity or culture. Open with a debatable thesis and support each body paragraph with quoted textual evidence and analysis.

Deliverable · A typed literary analysis essay (roughly 600-900 words) with an explicit thesis and cited evidence.

Quiz · 5 questions
  1. 1. Connotation refers to a word's:

  2. 2. Tone is best defined as:

  3. 3. A third-person omniscient narrator:

  4. 4. The strongest thesis for a literary analysis is one that is:

  5. 5. Comparing how two texts treat a shared theme is called:

You'll be able to

I can analyze how an author's word choices and point of view shape meaning and tone.

I can write an explanatory literary analysis that develops a thesis with relevant textual evidence.

Weeks 11-16 Unit 3: The Art of Argument & Rhetoric
RI.9-10.5RI.9-10.6RI.9-10.8W.9-10.1SL.9-10.3SL.9-10.1
Lecture
Identifying claims, reasoning, and rhetorical appeals (ethos, pathos, logos)

An argument consists of a claim (the position being argued), reasoning (the logic connecting evidence to the claim), and evidence (facts, data, examples). Aristotle identified three rhetorical appeals: ethos appeals to the speaker's credibility and character, pathos to the audience's emotions, and logos to logic and evidence. Skilled writers blend all three—a speech might establish ethos by citing the speaker's experience, stir pathos with a vivid story, and clinch the point with logos through statistics. For example, 'As a doctor of twenty years' is an ethos appeal. Identifying which appeal is at work helps readers evaluate persuasion critically.

Every argument has three parts: a claim (the position), reasoning (the logic linking evidence to claim), and evidence (facts, data, examples). Aristotle named three appeals persuaders use: ethos (credibility and character), pathos (emotion), and logos (logic and evidence). Skilled writers braid all three—establishing authority, stirring feeling, and proving the point. To analyze, label which appeal a passage uses and explain its intended effect on the audience. Critically, identifying an appeal is also a way to evaluate persuasion: pathos can move readers toward truth or manipulate them; logos can be sound or rest on weak data. The strongest reading separates the technique from its legitimacy, asking not only which appeal is used but whether it is used fairly.

Worked Example 1

Problem. Label the appeal in each: (a) 'As a nurse for thirty years, I have seen this firsthand.' (b) 'Imagine your own child waiting hours for care.' (c) 'Wait times rose 40% between 2019 and 2024.'

  1. Analyze (a): the speaker cites their profession and experience to build trust = ethos.
  2. Analyze (b): 'imagine your own child' targets the audience's emotions = pathos.
  3. Analyze (c): a statistic offered as proof = logos.
  4. Note how together they would form a balanced, persuasive case.

Answer. (a) ethos (credibility from experience), (b) pathos (emotional appeal to fear/empathy), (c) logos (statistical evidence). Used together, they would reinforce one another to persuade the audience on multiple levels.

Worked Example 2

Problem. A charity ad shows a crying child, then states '93% of donations go directly to families,' signed by a Nobel laureate. Identify the appeals and their effect.

  1. The crying child image targets emotion = pathos.
  2. The '93%' statistic offers logical proof = logos.
  3. The Nobel laureate's endorsement borrows credibility = ethos.
  4. Explain the combined effect.

Answer. The ad blends pathos (the crying child), logos (the 93% figure), and ethos (the laureate's endorsement). The combination is powerful because it makes viewers feel, then reassures them with data, then lends trust—covering the audience's emotional, rational, and trust-based responses at once.

Common mistakes
  • Treating pathos as automatically manipulative. Correct approach: emotion is a legitimate appeal; judge whether it is used honestly.
  • Confusing the claim with the evidence. Correct approach: the claim is the position; evidence is what supports it.
  • Labeling an appeal without explaining its effect. Correct approach: state who the appeal targets and what it accomplishes.
✎ Try it yourself

Problem. Identify the appeal and explain its effect: 'Every great nation was built by people who refused to quit, and we are their heirs.'

Solution. This is primarily an ethos and pathos appeal. By invoking 'every great nation' and 'people who refused to quit,' the speaker borrows the credibility and prestige of history (ethos) while stirring pride and a sense of shared destiny (pathos) with 'we are their heirs.' The effect is to flatter the audience and make resistance to the speaker's point feel like a betrayal of an honorable heritage, motivating them emotionally rather than through evidence.

Analyzing seminal arguments and speeches

Seminal texts are influential documents and speeches that shape public thought, such as Martin Luther King Jr.'s 'Letter from Birmingham Jail' or the Declaration of Independence. Analyzing them means examining their purpose, audience, structure, and rhetorical strategies, and how those choices advance a central argument. Rhetorical devices like parallelism, repetition, and allusion amplify a message—King's repetition of phrases builds emotional momentum. Asking why an author structured an argument a certain way, and for whom, reveals how form serves persuasion in standard RI.9-10.5 and RI.9-10.6.

Seminal texts—the Declaration of Independence, King's 'Letter from Birmingham Jail'—shape public thought and reward close rhetorical analysis. The method (RI.9-10.5, RI.9-10.6) is to examine purpose (what the author wants), audience (whom they address), structure (how the argument is ordered), and rhetorical devices (how language amplifies the message). Devices like parallelism, repetition (anaphora), allusion, and antithesis create rhythm and emotional momentum and make ideas memorable. Always connect form to function: ask why the author chose this structure for this audience. A speech that opens by conceding common ground builds ethos before challenging listeners; repetition can hammer urgency. Strong analysis shows how the architecture of the text serves its persuasive purpose, not just that devices are present.

Worked Example 1

Problem. Analyze the device and effect: 'We cannot dedicate, we cannot consecrate, we cannot hallow this ground.'

  1. Identify the device: anaphora (repetition of 'we cannot' at the start of clauses).
  2. Note the rising intensity: 'dedicate,' 'consecrate,' 'hallow' escalate in solemnity.
  3. Consider effect on audience: the repetition builds rhythm and reverent emotional momentum.
  4. Connect form to purpose: it emphasizes humility before sacrifice.

Answer. The anaphora ('we cannot...we cannot...we cannot') and the escalating verbs build a solemn, rhythmic momentum that conveys deep reverence, using repetition to make the speaker's humility before the dead feel both emotional and inevitable.

Worked Example 2

Problem. Why might an author addressing hostile clergy (as in King's 'Letter') open by calling them 'men of genuine good will' before disagreeing?

  1. Identify audience: clergy who criticized the writer.
  2. Identify the strategy: opening with respectful acknowledgment.
  3. Connect to ethos: conceding good will builds credibility and disarms hostility.
  4. Explain how form serves purpose.

Answer. By first granting the clergy 'genuine good will,' the author builds ethos and lowers their defenses before challenging them, so the respectful opening is a strategic structural choice that makes the later disagreement more persuasive to a hostile audience.

Common mistakes
  • Listing devices without analyzing their effect. Correct approach: explain how each device advances the argument.
  • Ignoring audience and purpose. Correct approach: always ask whom the text addresses and why structure suits that audience.
  • Treating structure as accidental. Correct approach: analyze the order of ideas as a deliberate persuasive choice.
✎ Try it yourself

Problem. Identify the device and explain how it serves the argument: 'Injustice anywhere is a threat to justice everywhere.'

Solution. The sentence uses antithesis and parallelism, balancing 'anywhere' against 'everywhere' in a tight, symmetrical structure. The parallel form makes the idea memorable and authoritative, while the contrast of 'anywhere/everywhere' universalizes the claim—asserting that no injustice is local or isolated. This serves the argument by collapsing the distance between the audience and distant suffering, persuading listeners that they have a stake in injustice elsewhere.

Evaluating evidence and detecting fallacious reasoning

Evaluating an argument means judging whether the reasoning is valid and the evidence sufficient and relevant, the core of standard RI.9-10.8. Logical fallacies are flaws that weaken reasoning: ad hominem attacks the person instead of the argument, a straw man distorts an opponent's position, a hasty generalization draws a broad conclusion from too little evidence, and a false dilemma presents only two options when more exist. For example, 'Either we ban phones or grades will collapse' is a false dilemma. Spotting fallacies lets readers separate sound persuasion from manipulation.

Evaluating an argument (RI.9-10.8) means judging whether the reasoning is valid and the evidence is sufficient, relevant, and credible. Logical fallacies are flaws that make reasoning fail even when it sounds persuasive. Common ones: ad hominem (attacking the person, not the argument), straw man (distorting an opponent's position to refute it easily), hasty generalization (concluding from too few cases), false dilemma (offering only two options when more exist), slippery slope (claiming one step leads inevitably to extremes), and circular reasoning (the conclusion restates the premise). To evaluate, isolate the claim, test whether the evidence actually supports it, and name any fallacy. The skill protects readers from being moved by manipulation rather than by sound argument.

Worked Example 1

Problem. Name the fallacy and explain: 'My opponent says we should fund the library, so clearly he doesn't care about feeding hungry families.'

  1. State the opponent's actual claim: fund the library.
  2. Identify the distortion: the speaker recasts it as 'doesn't care about feeding families.'
  3. Match the fallacy: misrepresenting a position to attack it = straw man (with a false dilemma that library funding vs. feeding families are mutually exclusive).
  4. Explain why the reasoning fails.

Answer. This is a straw man (reinforced by a false dilemma): funding a library does not mean opposing food aid, so the speaker distorts the opponent's position into an easier target. The reasoning fails because it refutes a claim the opponent never made.

Worked Example 2

Problem. Name the fallacy: 'Two students from that school cheated, so the whole school is dishonest.'

  1. Identify the evidence: two students cheated.
  2. Identify the conclusion: the whole school is dishonest.
  3. Test the leap: two cases cannot support a claim about everyone.
  4. Name the fallacy.

Answer. This is a hasty generalization: a sweeping conclusion about an entire school is drawn from only two cases. The sample is far too small to justify the broad claim, so the reasoning is invalid.

Common mistakes
  • Calling an argument 'wrong' without naming the flaw. Correct approach: identify the specific fallacy and explain why it breaks the logic.
  • Confusing a weak argument with a false conclusion. Correct approach: a conclusion can be true even when this particular argument for it is fallacious.
  • Mistaking strong emotion for a fallacy. Correct approach: emotion isn't a fallacy; flawed reasoning is.
✎ Try it yourself

Problem. Identify the fallacy and explain the correct way to reason: 'Either we cancel the field trip or someone is going to get hurt.'

Solution. This is a false dilemma: it presents only two options—cancel the trip or someone gets hurt—when many alternatives exist (adding supervision, choosing a safer site, setting rules). The correct approach is to recognize the full range of options and weigh the actual likelihood of harm against reasonable precautions, rather than accepting a forced choice between two extremes.

Constructing a defensible claim with counterclaims

A defensible claim is precise, arguable, and supportable with evidence—not a mere statement of fact or opinion. Strong argumentation acknowledges counterclaims, the opposing views, and refutes or concedes them fairly, which strengthens rather than weakens the writer's position. The structure is to state the claim, support it with reasoning and evidence, present the strongest counterclaim, and then rebut it. For example, after arguing for later school start times, a writer might address the counterclaim about scheduling difficulties and explain why the health benefits outweigh them. Addressing counterclaims demonstrates fairness and command of the issue.

A defensible claim is precise, arguable, and supportable—not a fact ('the sky is blue') or a bare opinion ('pizza is best'). Strong argumentation does not ignore opposition; it engages counterclaims (the strongest opposing views) and then refutes them (shows they are wrong or insufficient) or concedes a valid point while maintaining the overall position. Addressing counterclaims fairly strengthens your credibility because it shows you understand the issue fully. The structure: state your claim, support it with reasoning and evidence, present the strongest counterclaim accurately, then rebut it. Engaging a weak version of the opposing view (a straw man) backfires; the most persuasive arguments take the opposition seriously and still prevail.

Worked Example 1

Problem. Turn this opinion into a defensible claim with a counterclaim and rebuttal: 'School should start later.'

  1. Sharpen into a precise, arguable claim.
  2. Give a supporting reason grounded in evidence (teen sleep science).
  3. Name the strongest counterclaim fairly (scheduling/transport conflicts).
  4. Rebut it by weighing benefits against costs.

Answer. Claim: 'High schools should start no earlier than 8:30 a.m. because adolescent biology delays sleep, and later start times improve health and grades.' Counterclaim: 'Later starts complicate bus schedules and after-school jobs.' Rebuttal: 'These logistical costs are real but solvable through staggered bus routes, whereas the documented health and academic benefits affect every student daily—so the benefits outweigh the inconveniences.'

Worked Example 2

Problem. Identify why this is NOT a defensible claim and fix it: 'Lots of people think homework is bad.'

  1. Diagnose: it reports an opinion ('lots of people think') rather than asserting an arguable position.
  2. Decide the writer's actual stance.
  3. Make it precise and arguable.
  4. Add the basis for argument.

Answer. It merely reports what people think rather than taking a stance. Revised defensible claim: 'Daily graded homework should be replaced with optional practice, because mandatory homework increases stress without consistently improving achievement.' This is precise, arguable, and supportable with evidence.

Common mistakes
  • Confusing a fact or pure opinion with a claim. Correct approach: a claim must be both arguable and supportable with evidence.
  • Refuting a weak version of the opposing view. Correct approach: state the counterclaim in its strongest, fairest form, then rebut it.
  • Ignoring counterclaims entirely. Correct approach: addressing opposition strengthens credibility, so include and answer it.
✎ Try it yourself

Problem. Write a defensible claim about social media for teens, then add one strong counterclaim and a rebuttal.

Solution. Claim: 'Middle and high schools should teach a required digital-literacy unit, because most teens use social media daily but few are trained to evaluate online information.' Counterclaim: 'Schools are already overloaded and parents, not schools, should handle this.' Rebuttal: 'While time is limited and parents do play a role, many parents lack the training themselves, and because misinformation harms students' academic reasoning directly, a short required unit fits the school's core mission better than leaving the gap unaddressed.' This states a precise claim, fairly presents the opposition, and rebuts it by weighing the trade-off.

Writing a structured argumentative essay

An argumentative essay introduces a precise thesis, develops it through body paragraphs of claim-evidence-reasoning, integrates and rebuts counterclaims, and closes with a conclusion that reinforces the argument's significance. Each paragraph should advance the thesis with credible evidence and explicit reasoning that links evidence to claim, following standard W.9-10.1. Transitions create cohesion, and a formal, objective tone maintains credibility. For example, a body paragraph might present data, explain what it proves, and connect it back to the thesis before transitioning to the next point. Revision tightens logic and removes unsupported assertions.

An argumentative essay (W.9-10.1) introduces a precise thesis, develops it through body paragraphs built on claim-evidence-reasoning, integrates and rebuts counterclaims, and closes by reinforcing the argument's significance. Each body paragraph should make a sub-claim, present credible evidence, and—crucially—supply reasoning that explicitly links the evidence to the thesis; evidence never 'speaks for itself.' Maintain a formal, objective tone (avoid 'I think,' slang, and loaded language) to preserve credibility. Use transitions to create cohesion between ideas. The conclusion should not merely restate the thesis but answer 'so what?'—why the argument matters. Revision tightens the logic, removes unsupported assertions, and checks that every paragraph advances the central claim.

Worked Example 1

Problem. Outline a four-part argumentative essay arguing that public libraries deserve increased funding.

  1. Write a precise thesis.
  2. Plan two evidence-based body claims.
  3. Plan a counterclaim + rebuttal paragraph.
  4. Plan a 'so what' conclusion.

Answer. Thesis: 'Local governments should increase public library funding because libraries provide essential, equitable access to information and services that the private market does not.' Body 1: libraries close the digital divide (evidence: free internet/computer use). Body 2: libraries support workforce and literacy programs (evidence: job-training usage). Counterclaim/rebuttal: 'Some argue libraries are obsolete in the internet age,' rebutted by noting that many residents lack home internet. Conclusion: cutting libraries widens inequality, so funding them is an investment in equal opportunity.

Worked Example 2

Problem. Revise this body sentence to add reasoning that links evidence to the claim: 'Libraries are important. A 2023 survey found 60% of patrons used library computers for job applications.'

  1. Spot the gap: the statistic is dropped in without explanation.
  2. Add reasoning: explain what the 60% proves.
  3. Link it to the larger claim about access.
  4. Maintain a formal tone.

Answer. 'Libraries provide access that many residents cannot get elsewhere: a 2023 survey found 60% of patrons used library computers for job applications. This figure shows that for a majority of users the library is not a convenience but a necessity for economic participation, directly supporting the claim that libraries deliver essential public services.' The added reasoning connects the evidence to the thesis.

Common mistakes
  • Dropping evidence without reasoning. Correct approach: after every piece of evidence, explain how it proves the claim.
  • Using an informal or biased tone ('this is dumb'). Correct approach: keep the tone formal and objective to preserve credibility.
  • Writing a conclusion that just repeats the thesis. Correct approach: end by answering 'so what'—why the argument matters.
✎ Try it yourself

Problem. Write a thesis and one full claim-evidence-reasoning body sentence arguing that schools should offer a financial-literacy course.

Solution. Thesis: 'High schools should require a one-semester financial-literacy course because many graduates enter adulthood unable to manage debt, budgets, or credit.' Body (claim-evidence-reasoning): 'Most young adults lack basic money skills: a national survey found that only 24% of millennials demonstrated basic financial knowledge. Because this knowledge gap leads directly to costly mistakes like high-interest debt, teaching these skills before graduation would prevent harm that affects students for decades—supporting the thesis that the course should be required.' The reasoning explicitly ties the statistic to the thesis.

Socratic seminar on a contemporary issue

A Socratic seminar is a structured, student-led discussion built on open-ended questions and close reading of a shared text, aligned to standards SL.9-10.1 and SL.9-10.3. Participants advance the conversation by citing textual evidence, responding to peers, asking probing questions, and respectfully challenging reasoning rather than people. Strong contributions build on or qualify others' ideas instead of repeating them. For example, asking 'What evidence in the text supports that interpretation?' pushes the dialogue deeper. The goal is collaborative inquiry and the evaluation of others' reasoning, not winning a debate.

A Socratic seminar (SL.9-10.1, SL.9-10.3) is a student-led discussion grounded in close reading of a shared text and driven by open-ended questions. Unlike a debate, the goal is collaborative inquiry, not winning. Strong participation means citing specific textual evidence, building on or qualifying peers' ideas rather than repeating them, asking probing questions, and challenging reasoning respectfully—the argument, never the person. Good preparation involves annotating the text and writing open-ended questions (those beginning with 'how,' 'why,' or 'to what extent' that have no single answer). During the seminar, listening is as important as speaking: the best contributions respond directly to what was just said. Evaluating others' reasoning—'What in the text supports that?'—deepens the dialogue.

Worked Example 1

Problem. Turn this closed question into an open-ended seminar question: 'Did the main character make the right choice?'

  1. Diagnose: the question invites a yes/no answer.
  2. Reframe to require analysis and evidence.
  3. Use 'to what extent' or 'how' to open it.
  4. Tie it to the text.

Answer. Open-ended version: 'To what extent does the text justify the character's choice, and what values does the author seem to weigh in presenting it?' This requires evidence and interpretation rather than a simple yes or no, inviting sustained discussion.

Worked Example 2

Problem. A peer says, 'I think the ending is sad.' Write a seminar response that builds on and deepens it with evidence.

  1. Acknowledge the peer's idea.
  2. Add a textual detail that supports or complicates it.
  3. Pose a probing follow-up question.
  4. Keep the tone respectful and collaborative.

Answer. 'Building on what Maya said about the ending feeling sad, the final image of the empty chair (paragraph 14) reinforces that loss—but I wonder if it's also hopeful, since the narrator says she 'finally exhaled.' To what extent do you think the ending is grief, relief, or both?' This cites evidence, builds on the peer, and asks an open question.

Common mistakes
  • Treating the seminar as a debate to win. Correct approach: aim for collaborative inquiry, building on others' ideas.
  • Sharing opinions without textual evidence. Correct approach: anchor every point in specific lines or details.
  • Repeating what others said. Correct approach: extend, qualify, or respectfully challenge the previous speaker.
✎ Try it yourself

Problem. Prepare for a seminar on a story about loyalty: write one open-ended question and one sentence-starter you could use to build on a peer's comment.

Solution. Open-ended question: 'How does the author complicate the idea of loyalty—does the text suggest loyalty is always a virtue, or can it become harmful?' Sentence-starter to build on a peer: 'I'd like to add to what ___ said about the brother's choice; the moment where he 'said nothing and looked away' (line 22) suggests his loyalty is already wavering, which makes me ask whether silence here is loyalty or betrayal.' Both anchor the discussion in the text and invite further response rather than closing it down.

Key terms
  • Claim — the central arguable position an argument seeks to prove
  • Ethos — a rhetorical appeal to the speaker's credibility and character
  • Pathos — a rhetorical appeal to the audience's emotions
  • Logos — a rhetorical appeal to logic, facts, and evidence
  • Logical fallacy — a flaw in reasoning that weakens an argument
  • Counterclaim — an opposing view that a writer acknowledges and addresses
  • Rebuttal — the response that refutes a counterclaim
  • Socratic seminar — a student-led, evidence-based discussion of a shared text
Assignment · Argument and Counterargument Essay

Choose a debatable contemporary issue and write an argumentative essay with a precise thesis, at least two evidence-based body paragraphs, and a paragraph that fairly presents and rebuts a counterclaim. Label which rhetorical appeals you use and avoid logical fallacies.

Deliverable · A typed argumentative essay with a clear thesis, cited evidence, and an explicit counterclaim-and-rebuttal section.

Quiz · 5 questions
  1. 1. An appeal to the speaker's credibility is called:

  2. 2. 'Either we cut the budget or the school will close' is an example of:

  3. 3. Attacking the person rather than their argument is the fallacy of:

  4. 4. Including a counterclaim in an argument essay primarily:

  5. 5. A strong contribution to a Socratic seminar:

You'll be able to

I can delineate and evaluate an author's argument, assessing whether reasoning is valid and evidence is sufficient.

I can write an argument that introduces precise claims, develops counterclaims, and uses valid reasoning.

Weeks 17-21 Unit 4: Drama & the Tragic Hero (Shakespeare)
RL.9-10.3RL.9-10.5RL.9-10.7SL.9-10.2L.9-10.4
Lecture
Reading a Shakespearean tragedy (e.g., Macbeth or Julius Caesar)

A Shakespearean tragedy follows a noble protagonist whose downfall results from a fatal flaw (hamartia) combined with fate and circumstance. The plays are written largely in blank verse (unrhymed iambic pentameter), a rhythm of five stressed beats per line that mirrors natural English speech. Reading Shakespeare requires decoding archaic vocabulary, inverted syntax, and dense metaphor, often by paraphrasing line by line. For example, Macbeth's ambition is his tragic flaw, driving murders that lead to his ruin. Understanding the genre's conventions helps readers anticipate the arc from rise to catastrophe.

A Shakespearean tragedy follows a noble protagonist whose downfall stems from a fatal flaw (hamartia) combined with fate and circumstance. The plays are written largely in blank verse—unrhymed iambic pentameter, five 'da-DUM' beats per line—that imitates natural English speech while elevating it. Reading Shakespeare requires active decoding: paraphrase line by line, untangle inverted syntax ('Came they to fight?'), look up archaic words, and unpack dense metaphor. Don't read for plot alone; read for how language reveals character. The genre's conventions let you anticipate the arc from rise to catastrophe, but the real work is rendering Shakespeare's compressed poetry into your own words while preserving its meaning, so that decoding becomes the first step of interpretation.

Worked Example 1

Problem. Paraphrase this line and identify the meter: 'But screw your courage to the sticking-place, / And we'll not fail.'

  1. Translate the figurative phrase: 'screw your courage to the sticking-place' is a metaphor from tightening a peg as far as it will go.
  2. Render in plain English: gather/fix your courage firmly.
  3. Scan the meter: count five stressed beats (iambic pentameter).
  4. State the combined meaning.

Answer. Paraphrase: 'Just steel your courage to its firmest point, and we won't fail.' The lines are roughly iambic pentameter (five beats). The tightening-peg metaphor characterizes the speaker as urging absolute resolve, revealing the pressure to commit to a dangerous plan.

Worked Example 2

Problem. Untangle this inverted syntax: 'Here lay Duncan, his silver skin laced with his golden blood.'

  1. Locate the unusual word order and imagery.
  2. Identify the description: Duncan's pale ('silver') skin marked with blood ('golden').
  3. Note the device: the precious-metal imagery (silver/golden) makes the murdered king seem regal and his death obscene.
  4. Interpret the effect.

Answer. The line describes the dead Duncan, his pale skin streaked with blood, using 'silver' and 'golden' to make the corpse seem precious and royal. The jeweled imagery heightens the horror by treating the king's blood as something sacred and valuable, intensifying the sense of sacrilege.

Common mistakes
  • Reading only for plot and skipping the language. Correct approach: paraphrase line by line to mine character and meaning.
  • Giving up at archaic words. Correct approach: look them up and re-read; comprehension follows decoding.
  • Assuming hamartia means simple 'badness.' Correct approach: the tragic flaw is usually a noble trait taken too far (ambition, loyalty, honor).
✎ Try it yourself

Problem. Paraphrase and explain the characterization: 'I have no spur / To prick the sides of my intent, but only / Vaulting ambition, which o'erleaps itself.'

Solution. Paraphrase: 'I have no real reason to push myself toward this act—only my own overreaching ambition, which leaps too far and falls.' The horse-riding metaphor ('spur,' 'prick the sides,' 'vaulting,' 'o'erleaps') compares ambition to a rider who jumps so hard he overshoots and tumbles. This characterizes the speaker as self-aware: he recognizes that ambition, not justice or necessity, drives him, and that such ambition tends to destroy itself—foreshadowing his downfall and identifying ambition as his tragic flaw.

Analyzing dramatic structure, soliloquy, and dramatic irony

Classical drama follows a five-part structure: exposition, rising action, climax, falling action, and resolution (catastrophe in tragedy). A soliloquy is a speech delivered alone on stage that reveals a character's private thoughts directly to the audience, as in Macbeth's 'Is this a dagger which I see before me?' Dramatic irony occurs when the audience knows something a character does not, building tension. For example, the audience knowing of a planned betrayal that a character trusts creates suspense. Analyzing these devices shows how playwrights shape meaning and emotional effect, central to standard RL.9-10.5.

Classical drama follows a five-part structure: exposition (setup), rising action (complication), climax (turning point), falling action (consequences), and resolution—catastrophe in tragedy. Two devices are central. A soliloquy is a speech delivered alone on stage that voices a character's private thoughts directly to the audience, giving us access to motive and conflict no other character hears. Dramatic irony occurs when the audience knows something a character does not, creating suspense, sympathy, or grim humor. To analyze (RL.9-10.5), locate the device, then explain its effect: how a soliloquy exposes inner conflict, or how the gap in knowledge during dramatic irony shapes the audience's emotional response. Form and feeling are linked—structure controls when we learn what, and therefore how we feel.

Worked Example 1

Problem. Explain the function of this soliloquy opening: 'Is this a dagger which I see before me, / The handle toward my hand?'

  1. Identify the device: a soliloquy (the character is alone, speaking his thoughts).
  2. Note the content: he sees—or hallucinates—a dagger pointing him toward the murder.
  3. Consider what it reveals: his guilt and agitation before the act, visible only to the audience.
  4. State the effect.

Answer. The soliloquy gives the audience direct access to the character's tormented mind before the murder; the imagined dagger externalizes his guilt and obsession, building dread and making us complicit witnesses to a conflict no other character can see.

Worked Example 2

Problem. A host warmly welcomes a guest the audience knows plans to murder him tonight. Identify the device and its effect.

  1. Identify the gap: the audience knows of the murder plan; the host does not.
  2. Name the device: dramatic irony.
  3. Consider the effect: every kind word from the host becomes painful and suspenseful.
  4. Explain the emotional result.

Answer. This is dramatic irony: because the audience knows the guest's deadly intent while the host does not, the host's warm hospitality becomes unbearably tense. The device generates suspense and pity, making ordinary welcome feel like a countdown to disaster.

Common mistakes
  • Confusing a soliloquy with a monologue or aside. Correct approach: a soliloquy is spoken alone, revealing private thoughts to the audience only.
  • Spotting dramatic irony but not its effect. Correct approach: explain how the audience's superior knowledge shapes suspense, sympathy, or irony.
  • Mislabeling the climax as the ending. Correct approach: the climax is the turning point; the catastrophe/resolution comes after in falling action.
✎ Try it yourself

Problem. Identify the device and explain its effect: a character says privately to the audience, 'I'll smile, and murder while I smile,' while another character calls him 'honest and true.'

Solution. Two devices work together. The line 'I'll smile, and murder while I smile' is an aside/soliloquy revealing the speaker's hidden treachery directly to the audience. When another character then calls him 'honest and true,' the result is dramatic irony: the audience knows the villain's true intent while the trusting character does not. The combined effect is intense suspense and a sense of menace, as we watch an innocent misjudge a danger we can plainly see.

Tracing the tragic-hero arc and motivation

A tragic hero is a basically admirable figure whose downfall stems from a specific flaw or error in judgment, evoking pity and fear in the audience (Aristotle's catharsis). Tracing the arc means following how the hero's motivation, choices, and flaw interact across the play, often passing through a moment of recognition (anagnorisis) when they grasp their error too late. For example, Macbeth's unchecked ambition and the witches' prophecies drive him from honored general to tyrant. Mapping the cause-and-effect chain of decisions reveals how character produces destiny in tragedy, aligning with standard RL.9-10.3.

A tragic hero is an admirable figure whose downfall springs from a specific flaw or error in judgment, arousing pity and fear—what Aristotle called catharsis. Tracing the arc (RL.9-10.3) means following the cause-and-effect chain: how the hero's motivation and flaw produce choices, how those choices produce consequences, and how consequences drive the next choice. A key moment is anagnorisis, the recognition when the hero finally grasps their error—too late to undo it. To analyze, map the decisions as a chain, showing that catastrophe is not random but the logical product of character. The phrase 'character is destiny' captures the task: demonstrate how who the hero is generates what happens to them, rather than treating events as mere bad luck.

Worked Example 1

Problem. Map the cause-and-effect chain for an ambitious general who hears a prophecy that he will become king.

  1. Identify the flaw and trigger: unchecked ambition + a prophecy that he will be king.
  2. First choice: he kills the current king to seize the throne.
  3. Consequence drives next choice: fear of exposure leads to more murders to stay in power.
  4. Show the endpoint: paranoia and tyranny isolate him, leading to his fall.

Answer. Chain: ambition + prophecy -> murders the king -> fear of discovery -> kills more to secure power -> becomes a paranoid tyrant -> loses allies -> destroyed. The catastrophe is the logical result of his flaw, not chance—showing character producing destiny.

Worked Example 2

Problem. Explain the anagnorisis in this line spoken near the end: 'I begin to doubt the equivocation of the fiend that lies like truth.'

  1. Define anagnorisis: the hero's late recognition of his error.
  2. Read the line: he realizes the prophecies ('the fiend') deceived him with half-truths.
  3. Note the timing: this recognition comes too late to save him.
  4. State its tragic function.

Answer. The line is the hero's anagnorisis: he finally recognizes that the prophecies that fueled his confidence were deceptions 'that lie like truth.' Because this insight arrives only as his doom closes in, it produces tragic pity—he understands his fatal misjudgment when it is already irreversible.

Common mistakes
  • Treating the downfall as random bad luck. Correct approach: trace how the hero's flaw and choices cause the outcome.
  • Defining the tragic flaw as pure evil. Correct approach: it is usually an admirable trait carried to excess.
  • Ignoring anagnorisis. Correct approach: identify the moment of too-late recognition, which deepens the tragedy.
✎ Try it yourself

Problem. For a loyal soldier whose tragic flaw is blind obedience, sketch a two-step cause-and-effect chain leading toward his downfall.

Solution. Step 1: His flaw—blind obedience—leads him to follow an unjust order without question, carrying out an act that harms innocents. Step 2: The consequences (guilt, the victims' allies turning against him, his own conscience) force him to keep obeying to justify the first act, deepening his complicity until he is destroyed alongside the corrupt leader he served. The chain shows that his downfall flows directly from his defining trait—obedience taken too far—rather than from accident, illustrating character as destiny.

Comparing the play to a film or stage interpretation

Comparing a written drama to a filmed or staged production reveals how directors interpret a text through casting, setting, pacing, music, and visual choices—an analysis required by standard RL.9-10.7. Because a script is a blueprint, two productions of the same play can differ dramatically in tone and emphasis. For example, a modern-dress film of Macbeth might use contemporary weapons and settings to stress the timelessness of ambition. Evaluating these choices means asking what each medium gains or loses and how interpretation shapes audience response, comparing what is emphasized, omitted, or reimagined.

Comparing a written play to a filmed or staged production (RL.9-10.7) reveals how directors interpret a text through casting, setting, costume, pacing, music, lighting, and camera work. Because a script is a blueprint, two productions can differ dramatically in tone and meaning. The analytical questions are: What did this production emphasize, omit, or reimagine? What does each medium gain or lose? A film can use close-ups and music to steer emotion in ways a page cannot, but it also fixes interpretations a reader might leave open. To analyze, pick a specific scene, compare a concrete choice in the production to the text, and explain how that choice shapes the audience's understanding—always tying the directorial decision back to meaning, not just describing it.

Worked Example 1

Problem. A film sets a Shakespearean tragedy in a modern corporate office with the 'kings' as CEOs. Analyze what this choice gains.

  1. Identify the directorial choice: modern corporate setting replaces a medieval court.
  2. Map the parallel: power struggles for the throne become power struggles for the company.
  3. Ask what it gains: it stresses the timelessness of ambition and makes the themes feel current.
  4. Note a possible loss: the supernatural or feudal elements may feel out of place.

Answer. Recasting the court as a corporation gains immediacy: it shows that ruthless ambition for power is not historical but contemporary, helping a modern audience feel the stakes. The trade-off is that elements tied to monarchy or the supernatural may strain against the new setting, a loss the director must manage.

Worked Example 2

Problem. In the text a murder happens offstage, but a film shows it in graphic close-up. Compare the effect.

  1. Note the text's choice: violence offstage, leaving it to imagination.
  2. Note the film's choice: explicit, visible violence.
  3. Compare effects: the text builds dread and emphasizes consequences; the film delivers shock and visceral horror.
  4. State what each gains/loses.

Answer. The text's offstage murder emphasizes psychological aftermath and lets the audience imagine the horror, while the film's graphic close-up maximizes immediate shock and forces the viewer to confront the act directly. The page gains restraint and focus on consequence; the film gains visceral impact but may overshadow the moral aftermath.

Common mistakes
  • Just describing the production without analysis. Correct approach: explain how each choice changes meaning.
  • Assuming the film must 'match' the text exactly. Correct approach: differences are interpretations to evaluate, not errors.
  • Comparing vaguely. Correct approach: focus on a specific scene and a concrete directorial choice.
✎ Try it yourself

Problem. A stage director cuts the witches/supernatural figures entirely from a tragedy, making the hero's ambition purely his own. Analyze what this interpretation emphasizes and what it loses.

Solution. Cutting the supernatural figures emphasizes the hero's personal responsibility: without external prophecy to tempt him, his downfall reads as fully self-generated, sharpening the theme that ambition alone destroys him. This gains psychological focus and moral clarity. However, it loses the play's ambiguity about fate versus free will—the tension between whether the hero is doomed by destiny or by choice—flattening a richer question into a single answer. Evaluating the choice means weighing that gain in clarity against the loss of thematic complexity.

Performance-based dramatic reading

A dramatic reading interprets a scene aloud, using vocal delivery—pace, volume, pitch, and pause—and expression to convey character and meaning, drawing on speaking and listening standard SL.9-10. Performers must first understand the text's meaning, then make deliberate choices about emphasis, mood, and movement to communicate it. For example, slowing the pace and lowering the voice during a soliloquy can convey dread. Preparing a dramatic reading deepens comprehension because conveying a line's meaning aloud requires interpreting its tone, subtext, and rhythm precisely.

A dramatic reading interprets a scene aloud, using vocal delivery—pace, volume, pitch, pause—and expression to convey character and meaning (SL.9-10). It is interpretation, not mere recitation: every choice should reflect an understanding of the text's tone, subtext, and rhythm. Preparation begins with comprehension: paraphrase the lines, identify the speaker's emotion and motive, and find the subtext (what is felt but unsaid). Then mark the script for delivery—where to slow down, pause, stress a word, or shift volume. Reading aloud deepens comprehension because conveying a line's meaning forces you to decide exactly what it means. Strategic pauses can signal hesitation or dread; stressing a particular word can change a line's whole sense.

Worked Example 1

Problem. Mark this line for delivery and justify your choices: 'Out, out, brief candle!'

  1. Paraphrase: life ('the candle') is short; he wishes it extinguished.
  2. Identify the emotion: despair, weariness, bitterness after a loss.
  3. Choose delivery: a sharp stress on 'Out, out' to convey frustration, then a slower, quieter 'brief candle' for grief.
  4. Justify with the meaning.

Answer. Deliver 'Out, out' with sharp, clipped stress to convey bitter frustration, then slow and soften 'brief candle' into near-whisper to express grief at life's shortness. The shift in pace and volume mirrors the move from anger to despair, communicating the speaker's exhausted hopelessness.

Worked Example 2

Problem. Show how stressing different words changes the meaning of 'I never said she stole the money.'

  1. Stress 'I': implies someone else said it.
  2. Stress 'never': emphatic denial that you said it at all.
  3. Stress 'she': implies someone else stole it.
  4. Stress 'stole': implies she did something else with the money.

Answer. Each stressed word yields a different meaning: 'I' (someone else accused her), 'never' (flat denial), 'she' (a different person stole it), 'stole' (she borrowed it, not stole). This shows that vocal emphasis is an interpretive choice that determines a line's meaning, which a performer must decide deliberately.

Common mistakes
  • Reading flatly word-by-word. Correct approach: first understand meaning and subtext, then make deliberate vocal choices.
  • Ignoring pauses. Correct approach: use strategic silence to convey hesitation, dread, or emphasis.
  • Performing before understanding. Correct approach: paraphrase and identify emotion/motive before deciding delivery.
✎ Try it yourself

Problem. Plan a dramatic reading of a soliloquy where a character debates committing a betrayal: name two vocal choices and the meaning each conveys.

Solution. Choice 1: Begin slowly with frequent pauses ('To do it... or not...') to convey the character's hesitation and inner conflict, showing the audience he is genuinely torn. Choice 2: As the character talks himself into the act, gradually increase pace and volume, then stress the decisive word ('Now') to convey the moment resolve hardens into action. Together these choices dramatize the shift from doubt to commitment, using delivery to externalize the soliloquy's psychological turn so listeners can hear the decision being made.

Key terms
  • Tragedy — a drama in which a noble protagonist falls due to a flaw, fate, or error
  • Tragic hero — an admirable character whose downfall stems from a fatal flaw (hamartia)
  • Blank verse — unrhymed iambic pentameter, Shakespeare's primary dramatic meter
  • Soliloquy — a speech delivered alone on stage revealing a character's inner thoughts
  • Dramatic irony — when the audience knows something a character does not
  • Catharsis — the audience's emotional release of pity and fear in tragedy
  • Anagnorisis — the moment a tragic hero recognizes their fatal error
  • Iambic pentameter — a line of five iambs, each an unstressed then stressed syllable
Assignment · Page-to-Stage Analysis

Choose one key scene from the studied tragedy and write an analysis of how Shakespeare uses soliloquy, dramatic irony, or structure to create effect. Then compare the same scene in a film or stage version, evaluating at least three interpretive choices the production makes.

Deliverable · A short analytical essay comparing the written scene to a performed version, with specific textual and visual evidence.

Quiz · 5 questions
  1. 1. Blank verse is defined as:

  2. 2. A soliloquy is a speech in which a character:

  3. 3. Dramatic irony occurs when:

  4. 4. A tragic hero's downfall is typically caused by:

  5. 5. Comparing a play to its film version mainly evaluates:

You'll be able to

I can analyze how an author structures a text and manipulates time and order to create effects such as suspense.

I can analyze how a subject is portrayed across two mediums and evaluate the choices each makes.

Weeks 22-28 Unit 5: Research & Synthesis
W.9-10.7W.9-10.8W.9-10.9W.9-10.5RI.9-10.7
Lecture
Developing a focused research question

Research begins with a focused, answerable question—narrow enough to investigate thoroughly but open enough to require analysis, not a yes-or-no fact. A strong question often asks how or why and invites synthesis of multiple sources. For example, 'Is social media bad?' is too broad, but 'How does social media use affect adolescent sleep patterns?' is focused and researchable. Refining a question may require preliminary reading to learn what is already known. A good question guides every later step, from source selection to thesis, following standard W.9-10.7.

Research begins with a focused, answerable question—narrow enough to investigate thoroughly, open enough to require analysis rather than a single fact. Strong questions usually ask 'how' or 'why' and invite synthesis of multiple sources. A question that is too broad ('Is technology bad?') can't be answered; one that is too narrow or factual ('When was the iPhone released?') needs no research. The sweet spot is arguable and bounded: 'How does smartphone use affect adolescent sleep?' Refining a question often requires preliminary reading to learn what's already known and where genuine debate lies (W.9-10.7). The question is the spine of the whole project: it guides source selection, shapes the thesis, and keeps the paper from drifting into an unfocused report.

Worked Example 1

Problem. Diagnose and revise this research question: 'Is climate change real?'

  1. Diagnose: it's a yes/no question whose answer is settled, not arguable for a research paper.
  2. Choose a 'how'/'why'/'to what extent' angle.
  3. Narrow to a researchable scope (specific effect, place, or group).
  4. State the improved question.

Answer. The question is closed and not genuinely arguable. Revised: 'To what extent have rising coastal temperatures affected fishing communities in the Gulf of Mexico over the past two decades?' This is focused, requires synthesizing multiple sources, and analyzes a 'how much/why' question rather than a settled yes/no.

Worked Example 2

Problem. Narrow this broad topic into a focused question: 'Social media.'

  1. Recognize 'social media' is a topic, not a question.
  2. Pick a specific angle (an effect, a group, a mechanism).
  3. Add scope (which platform, whom, what outcome).
  4. Phrase as an analytical question.

Answer. Focused question: 'How does daily Instagram use influence body-image perception among teenage girls?' It targets a specific platform, population, and outcome, making it researchable and analytical rather than a vague topic.

Common mistakes
  • Choosing a yes/no question. Correct approach: ask 'how,' 'why,' or 'to what extent' to require analysis.
  • Keeping the question too broad. Correct approach: narrow by population, place, time, or mechanism.
  • Picking a purely factual question. Correct approach: ensure the answer requires synthesis, not a single lookup.
✎ Try it yourself

Problem. Take the topic 'video games' and write one focused, researchable question, then explain why it works.

Solution. Focused question: 'How does cooperative (team-based) video game play affect the development of communication skills in middle-school students?' It works because it is bounded (a specific game type, a specific outcome, a specific age group) yet open—answering it requires synthesizing studies on gaming, social development, and communication rather than looking up a single fact, and it asks 'how' so it demands analysis rather than a yes/no answer.

Locating, evaluating, and citing credible print and digital sources

Credible sources are accurate, current, and authoritative; evaluating them is essential because anyone can publish online. The CRAAP test checks Currency, Relevance, Authority, Accuracy, and Purpose—asking who wrote it, when, why, and whether claims are supported. Scholarly articles, government and educational sites, and reputable news outlets generally outrank anonymous blogs or sites with a clear bias. For example, a peer-reviewed study on sleep carries more authority than an unsourced opinion post. Each used source must be tracked for later citation to maintain academic honesty.

Because anyone can publish online, evaluating sources is essential. The CRAAP test checks Currency (how recent), Relevance (does it fit your question), Authority (who wrote it and what are their credentials), Accuracy (is it supported and verifiable), and Purpose (why was it created—to inform, sell, or persuade). Peer-reviewed studies, government (.gov) and educational (.edu) sites, and reputable news outlets generally carry more authority than anonymous blogs or pages with an obvious agenda. Watch for bias, missing authorship, and lack of citations. For every source you use, immediately record its author, title, publication, date, and URL so you can cite it later. Strong research mixes credible print and digital sources and never relies on a single, unverifiable claim.

Worked Example 1

Problem. Apply the CRAAP test to compare: (A) a 2024 peer-reviewed journal article on teen sleep, vs. (B) an undated, anonymous blog post titled 'Sleep Secrets THEY Don't Want You to Know.'

  1. Currency: A is dated 2024; B is undated.
  2. Authority: A has named, credentialed researchers and peer review; B is anonymous.
  3. Accuracy: A cites data and methods; B offers no sources.
  4. Purpose: A informs; B's sensational title and 'THEY' suggest persuasion or clickbait.

Answer. Source A passes the CRAAP test on all five points (current, relevant, authoritative, accurate, informative), while B fails on currency, authority, accuracy, and purpose. A is far more credible; B should not be used as evidence.

Worked Example 2

Problem. A .com health site selling supplements claims its product 'cures anxiety.' Which CRAAP criterion is most at risk, and why?

  1. Identify who profits: the site sells the product it praises.
  2. Match to a criterion: Purpose (why it was created).
  3. Explain the conflict of interest: it aims to sell, not inform.
  4. Note the accuracy concern as well.

Answer. Purpose is the criterion most at risk: because the site profits from the supplement, its goal is to sell, not to inform, creating a conflict of interest. Its accuracy is also doubtful, since the bold 'cures' claim is unlikely to be supported by independent evidence. The source is unreliable for this reason.

Common mistakes
  • Trusting a source because it looks professional. Correct approach: apply CRAAP—check authority, purpose, and supporting evidence, not just design.
  • Forgetting to record source details. Correct approach: log author, title, date, and URL immediately for later citation.
  • Treating all websites as equal. Correct approach: weigh .edu/.gov/peer-reviewed sources above anonymous or commercial pages.
✎ Try it yourself

Problem. You find a 2010 Wikipedia article and a 2023 government health-agency report, both relevant to your question on vaccine safety. Which is the stronger source and why, using CRAAP terms?

Solution. The 2023 government health-agency report is stronger. On Currency it is more recent (2023 vs. 2010), which matters for medical data. On Authority a government health agency carries institutional expertise and accountability, whereas Wikipedia is editable by anyone and is best used only to find primary sources. On Accuracy the agency report is likely backed by cited studies. Wikipedia can be a useful starting point to locate sources, but for evidence the authoritative, current government report wins on the CRAAP criteria.

Synthesizing multiple sources to support a thesis

Synthesis combines information from several sources into a unified argument, showing how they agree, disagree, or build on one another, rather than summarizing each separately. The writer's own thesis organizes the sources, which serve as evidence for the writer's analysis. For example, you might use one study's data, another's expert interpretation, and a third's counterpoint to build a nuanced claim. Synthesis demonstrates higher-order thinking required by standard W.9-10.7 by making the sources speak to each other in service of an original argument.

Synthesis is the heart of research writing: it combines several sources into one unified argument, showing how they agree, disagree, or build on one another—rather than summarizing each in turn. The danger sign is a 'data dump' where each paragraph reports one source ('Smith says... Jones says...'). Instead, YOUR thesis organizes the sources; they become evidence for your analysis. The technique is to group sources by idea, not by author: find where two studies reinforce each other, where a third complicates them, and weave them into a single line of reasoning. Synthesis demonstrates higher-order thinking (W.9-10.7) because you make the sources speak to one another in service of an original claim that no single source states alone.

Worked Example 1

Problem. Synthesize these three findings into one analytical sentence: (1) Study A: teens who sleep <7 hrs have lower test scores. (2) Study B: smartphone use after 10pm reduces sleep. (3) Study C: teen smartphone use peaks at night.

  1. Find the connections: C and B link night phone use to lost sleep; A links lost sleep to lower scores.
  2. Build a chain: night phone use -> less sleep -> lower scores.
  3. Make the sources support YOUR claim, not stand alone.
  4. Write a synthesized sentence.

Answer. 'Because teen smartphone use peaks at night (C) and late-night phone use reduces sleep (B), and because sleep loss is associated with lower test scores (A), the evidence together suggests that nighttime phone use may indirectly harm academic performance.' The three sources form one chain supporting an original claim none states alone.

Worked Example 2

Problem. Two sources disagree: Source X says homework improves achievement; Source Y says it does not. How do you synthesize rather than just report both?

  1. Don't just list X then Y.
  2. Look for a condition that reconciles or explains the disagreement (e.g., amount or grade level).
  3. Use the conflict to build a nuanced claim.
  4. Make your thesis the organizer.

Answer. Synthesize by explaining the disagreement: 'While Source X finds homework boosts achievement and Source Y finds no effect, the contradiction may reflect dosage—X studied moderate homework loads while Y examined excessive ones—suggesting that homework helps only up to a point.' This turns conflicting sources into a single, more nuanced argument.

Common mistakes
  • Summarizing each source in its own paragraph (a data dump). Correct approach: organize by idea and make sources interact.
  • Letting sources drive the paper. Correct approach: your thesis organizes the sources, which serve as evidence.
  • Ignoring disagreements among sources. Correct approach: use conflicts to build a more nuanced claim.
✎ Try it yourself

Problem. You have two sources that agree screen time is rising and one that says rising screen time correlates with reduced attention spans. Write one synthesized sentence that uses all three to support a claim.

Solution. 'Since two independent surveys both document that adolescent screen time has risen sharply in recent years, and a third study links higher screen time to shorter attention spans, the combined evidence indicates that the documented rise in screen use may be contributing to a measurable decline in adolescents' ability to sustain attention.' This weaves all three sources into a single argument—the agreeing sources establish the trend, the third connects it to a consequence—rather than reporting each separately, and the claim belongs to the writer.

Integrating and attributing quotations; avoiding plagiarism

Integrating evidence means weaving quotations and paraphrases smoothly into your own sentences with a signal phrase that introduces the source ('According to Dr. Lee...') and analysis that explains the evidence. Plagiarism—presenting others' words or ideas as your own—is avoided by quoting accurately, paraphrasing in genuinely new wording, and always citing the source, even for paraphrased ideas. For example, dropping a quotation in without context ('quote bombing') is weak; framing and explaining it is strong. Proper attribution upholds academic integrity, the heart of standard W.9-10.8.

Integrating evidence means weaving quotations and paraphrases smoothly into your own sentences, never dropping them in cold. The technique has three parts: a signal phrase that introduces the source ('According to Dr. Lee,...'), the evidence itself (quoted accurately or paraphrased in genuinely new wording), and analysis that explains what the evidence shows. 'Quote bombing'—a quotation standing alone as its own sentence—is weak; framing and explaining it is strong. Plagiarism means presenting others' words or ideas as your own; you avoid it by quoting exactly, paraphrasing in your own sentence structure (not just swapping synonyms), and always citing the source—even for paraphrased ideas (W.9-10.8). Proper attribution is both an ethical duty and a credibility builder.

Worked Example 1

Problem. Fix this 'quote bomb': 'Teens need more sleep. "Adolescents require 8-10 hours of sleep per night" (Lee 12). This is important.'

  1. Spot the problem: the quote stands alone with no signal phrase or analysis.
  2. Add a signal phrase to introduce the source.
  3. Integrate the quote into a sentence.
  4. Add analysis that explains its significance.

Answer. 'Sleep researchers stress that teens' needs are higher than most realize: according to Lee, 'adolescents require 8-10 hours of sleep per night' (12). Because most students get far less, this gap helps explain the daytime fatigue teachers observe.' The revision introduces, integrates, and analyzes the quotation.

Worked Example 2

Problem. Determine whether this is acceptable paraphrase or plagiarism. Original: 'Sleep deprivation impairs memory consolidation in adolescents.' Student: 'Lack of sleep harms memory consolidation in teenagers.'

  1. Compare structure: nearly identical sentence shape.
  2. Compare wording: only synonyms swapped ('sleep deprivation'->'lack of sleep,' 'adolescents'->'teenagers').
  3. Apply the rule: true paraphrase restructures and rewords genuinely.
  4. Conclude and fix.

Answer. This is plagiarism (patchwriting): it merely swaps synonyms while keeping the original structure, and it lacks a citation. A proper paraphrase: 'Researchers find that when teens don't sleep enough, their brains struggle to lock new memories into place (Lee 14).' It restructures the idea in new wording and cites the source.

Common mistakes
  • Dropping quotations in alone (quote bombing). Correct approach: introduce with a signal phrase and follow with analysis.
  • Paraphrasing by swapping synonyms only. Correct approach: genuinely restructure the idea in your own sentence and still cite it.
  • Citing only direct quotes. Correct approach: cite paraphrased ideas too—borrowed ideas need attribution.
✎ Try it yourself

Problem. Integrate this quote properly with a signal phrase and analysis. Quote: 'Students who annotate texts retain 30% more information' (Ortiz 8).

Solution. 'Active reading strategies measurably improve memory: as Ortiz reports, 'students who annotate texts retain 30% more information' (8). This finding suggests that the simple habit of marking up a text—underlining, questioning, summarizing in the margins—does far more than keep a reader busy; it actively strengthens recall, which is why teachers who require annotation may be boosting retention as much as comprehension.' The response uses a signal phrase, quotes accurately with a citation, and adds analysis explaining the evidence's significance.

Drafting, revising, and editing a research paper

The writing process moves through drafting (getting ideas down), revising (reworking content, organization, and argument), and editing (correcting grammar, mechanics, and citation format). Revision is global—adding evidence, sharpening the thesis, reordering paragraphs—while editing is local, fixing errors at the sentence level. Standard W.9-10.5 emphasizes planning, revising, and rewriting as essential, not optional. For example, a writer might discover during revision that a body paragraph lacks evidence and add a source before editing for comma errors. Feedback from peers or teachers strengthens each round.

The writing process moves through three stages. Drafting gets ideas down without perfectionism. Revising is global work—reworking content, organization, and argument: sharpening the thesis, adding or reordering evidence, cutting what doesn't serve the claim. Editing is local work—fixing grammar, mechanics, punctuation, and citation format at the sentence level. The common error is editing too early, polishing sentences you may later delete. Standard W.9-10.5 treats planning, revising, and rewriting as essential, not optional. Effective revision often follows feedback: a peer or teacher flags a paragraph that lacks evidence or an argument that doesn't follow. The order matters—revise the big picture first (does the argument work?), then edit the surface (is it correct?)—so you don't perfect prose that won't survive.

Worked Example 1

Problem. Classify each change as revising (global) or editing (local): (a) reordering two body paragraphs, (b) fixing a comma splice, (c) adding a source to support a weak claim, (d) correcting an MLA citation.

  1. (a) reordering paragraphs changes organization = global = revising.
  2. (b) fixing a comma splice is a sentence-level correction = local = editing.
  3. (c) adding a source changes content/argument = global = revising.
  4. (d) correcting citation format is a mechanical fix = local = editing.

Answer. (a) revising, (b) editing, (c) revising, (d) editing. The content/organization changes are revision; the sentence-level corrections are editing—and revision should come first.

Worked Example 2

Problem. A peer comment says: 'Your second body paragraph makes a claim but never gives evidence.' What revision step does this call for, and what would you do?

  1. Diagnose: this is a content/argument gap = a revision (global) issue.
  2. Decide the fix: locate a credible source that supports the claim.
  3. Integrate the evidence with analysis.
  4. Note that editing comes only after this is fixed.

Answer. This calls for revision, not editing. To fix it, return to your sources, find evidence that supports the claim, and integrate it with a signal phrase and analysis. Only after the argument holds together should you move on to editing sentence-level errors.

Common mistakes
  • Editing sentences before revising the argument. Correct approach: fix big-picture content and organization first, then polish.
  • Treating the first draft as final. Correct approach: expect multiple rounds of revision; rewriting is essential.
  • Confusing revising with editing. Correct approach: revising = content/structure; editing = grammar/mechanics.
✎ Try it yourself

Problem. You finish a draft and notice two issues: your thesis is vague, and you have several run-on sentences. Which do you address first and why, and what is your plan?

Solution. Address the vague thesis first, because it is a global revision issue that affects the entire paper: a sharper thesis may change which paragraphs and evidence you keep, so fixing run-ons now would risk polishing sentences you later delete. Plan: revise the thesis into a precise, arguable claim, then re-check each body paragraph to confirm it supports the new thesis (adding or cutting evidence as needed). Only after the argument is solid do I edit the run-on sentences by splitting them or joining clauses correctly with semicolons or conjunctions.

MLA formatting and works-cited construction

MLA (Modern Language Association) style standardizes how academic papers in the humanities are formatted and how sources are credited. It uses in-text parenthetical citations (author and page number) that point to a full entry on an alphabetized Works Cited page. The MLA template lists core elements—author, title, container, publisher, date, location—in a fixed order. For example, an in-text citation (Lee 42) corresponds to a full Works Cited entry beginning with the author's last name. Consistent MLA formatting lets readers locate every source and signals careful, honest scholarship.

MLA (Modern Language Association) style standardizes formatting and source crediting in the humanities. It pairs brief in-text parenthetical citations—usually the author's last name and a page number, with no comma: (Lee 42)—with a full entry on an alphabetized Works Cited page. The current MLA template lists 'core elements' in a fixed order: Author. Title of source. Title of container, Other contributors, Version, Number, Publisher, Publication date, Location. Each in-text citation must point clearly to one Works Cited entry (the first word of the entry, usually the author's surname). Format details matter: a hanging indent, alphabetical order, and consistent punctuation. Done right, MLA lets any reader trace every claim to its source and signals careful, honest scholarship.

Worked Example 1

Problem. Write the in-text citation and the Works Cited entry for: a book by Maria Ortiz titled Reading Minds, published by Beacon Press in 2021; the quoted material is on page 88.

  1. In-text: author surname + page, no comma -> (Ortiz 88).
  2. Works Cited order: Author. Title of source (italicized for a book). Publisher, Date.
  3. Apply punctuation and a period at the end.
  4. Confirm the in-text name matches the entry's first word.

Answer. In-text: (Ortiz 88). Works Cited: Ortiz, Maria. Reading Minds. Beacon Press, 2021. The in-text 'Ortiz' points directly to the alphabetized entry beginning with 'Ortiz.'

Worked Example 2

Problem. Correct this flawed in-text citation and explain: 'Sleep loss hurts memory (Lee, pg. 14).'

  1. Identify errors: MLA uses no comma between author and page, and no 'pg.'
  2. Recall correct form: (Author Page).
  3. Apply the fix.
  4. State the rule.

Answer. Corrected: (Lee 14). MLA in-text citations use the author's last name and the page number with no comma and no 'pg.' or 'p.' abbreviation, so '(Lee, pg. 14)' becomes '(Lee 14).'

Common mistakes
  • Putting a comma between author and page in-text. Correct approach: MLA uses (Lee 42) with no comma.
  • Not alphabetizing or not using a hanging indent on Works Cited. Correct approach: alphabetize by first element and indent subsequent lines.
  • Citing only quotations. Correct approach: cite paraphrased and summarized ideas too, and ensure each in-text citation matches a Works Cited entry.
✎ Try it yourself

Problem. Create the in-text citation and Works Cited entry for an online article: author Jordan Kim, article 'Screens and Sleep,' on the website HealthNow, published March 3, 2023, quoted from no page numbers (a web source).

Solution. In-text (no page numbers available for the web source, so cite by author only): (Kim). Works Cited: Kim, Jordan. 'Screens and Sleep.' HealthNow, 3 Mar. 2023. The article title is in quotation marks, the website (container) is italicized, the date uses MLA's day-month-year format with the abbreviated month, and because the source has no pagination the in-text citation gives only the author's surname, which still points clearly to the Works Cited entry beginning 'Kim.'

Key terms
  • Research question — a focused, answerable question that guides an inquiry
  • Credible source — an accurate, current, authoritative source suitable for research
  • CRAAP test — a checklist (Currency, Relevance, Authority, Accuracy, Purpose) for evaluating sources
  • Synthesis — combining multiple sources into a unified, original argument
  • Plagiarism — presenting another's words or ideas as one's own without credit
  • Signal phrase — an introduction that attributes a quotation or idea to its source
  • In-text citation — a brief parenthetical reference (author and page) within the text
  • Works Cited — an alphabetized MLA list of all sources used in a paper
Assignment · Multi-Source Research Paper

Develop a focused research question and write a short research paper that synthesizes at least three credible sources to support an original thesis. Integrate quotations with signal phrases, avoid plagiarism, and include MLA in-text citations and a Works Cited page.

Deliverable · A research paper (roughly 900-1200 words) with a clear thesis, synthesized evidence, MLA citations, and a Works Cited page.

Quiz · 5 questions
  1. 1. The strongest research question is one that is:

  2. 2. The CRAAP test is used to:

  3. 3. Synthesis in research means:

  4. 4. Paraphrasing an idea without citing its source is:

  5. 5. An MLA in-text citation typically includes the:

You'll be able to

I can conduct a short research project that synthesizes multiple sources to answer a question.

I can gather and assess source credibility and integrate evidence while avoiding plagiarism.

Weeks 29-32 Unit 6: Literary Nonfiction & the Modern Memoir
RI.9-10.2RI.9-10.3RI.9-10.4RI.9-10.9W.9-10.2
Lecture
Reading a full-length memoir or nonfiction narrative

Literary nonfiction tells true stories using the craft of fiction—scene, character, dialogue, and reflection—while remaining factually grounded. A memoir focuses on a slice of the author's lived experience, shaped around a theme rather than a complete autobiography. Reading a memoir requires tracking both the events and the author's evolving reflection on their meaning. For example, a memoir about immigration may recount specific scenes while building toward an insight about identity. Recognizing that the author is both narrator and subject helps readers see how perspective shapes the retelling.

Literary nonfiction tells true stories using the craft of fiction—scene, character, dialogue, and reflection—while remaining factually grounded. A memoir focuses on a meaningful slice of the author's lived experience, shaped around a theme rather than covering a whole life like an autobiography. The crucial feature is the double role: the author is both narrator (telling the story now) and subject (the person who lived it then), so readers must track both the events and the author's evolving reflection on what they meant. Reading a memoir well means distinguishing the experiencing self from the reflecting self, and noticing how hindsight shapes the retelling. Strong analysis asks how the author selects and frames true events to build toward an insight about identity, memory, or growth.

Worked Example 1

Problem. Distinguish the experiencing self from the reflecting self in: 'At nine I thought the move was an adventure; only now do I understand it as the moment my childhood ended.'

  1. Identify the experiencing self: the nine-year-old who saw an 'adventure.'
  2. Identify the reflecting self: the adult narrator who reinterprets it as loss.
  3. Note the gap: hindsight reframes the same event.
  4. Explain the effect on meaning.

Answer. The experiencing self (age nine) felt excitement; the reflecting self (the adult narrator) reinterprets the move as the end of childhood. The gap between the two shows how memoir uses hindsight to draw meaning the child could not see, turning a remembered event into an insight about loss.

Worked Example 2

Problem. Why might a memoirist render a single dinner scene in vivid detail rather than summarizing 'family meals were tense'?

  1. Note the craft choice: scene (showing) vs. summary (telling).
  2. Recall fiction technique in nonfiction: dramatized scenes create immediacy.
  3. Consider effect: a specific dinner lets readers feel the tension and draw their own conclusions.
  4. Connect to theme-building.

Answer. By dramatizing one specific dinner—the clipped words, the scraping forks—rather than summarizing, the memoirist lets readers experience the tension directly and infer the family dynamic, which is more vivid and persuasive than a flat statement and lets a single true scene carry a larger theme.

Common mistakes
  • Treating memoir as identical to autobiography. Correct approach: memoir is theme-focused and selective, not a full life story.
  • Confusing narrator and author's present view with the younger self's view. Correct approach: track both the experiencing and reflecting selves.
  • Assuming memoir is pure objective fact. Correct approach: it is true experience shaped by memory and perspective.
✎ Try it yourself

Problem. In a memoir, the adult narrator writes: 'I called it bravery then. I would call it fear now.' Explain how this line uses the two selves to build meaning.

Solution. The line sets the experiencing self ('I called it bravery then') against the reflecting self ('I would call it fear now'), using hindsight to reinterpret the same behavior. The younger self framed an action as courage, while the older, wiser narrator recognizes it as fear—perhaps fear disguised as boldness. This reflective reframing is the engine of memoir: it shows the author making meaning of the past, building toward a theme about self-knowledge and how understanding deepens only with time.

Analyzing how authors structure and sequence ideas

Nonfiction authors organize ideas using structures such as chronological order, cause and effect, compare and contrast, or problem and solution, and they sequence them to build understanding or emphasis. Standard RI.9-10.3 asks readers to analyze how an author unfolds and connects ideas, claims, and events across a text. For example, an author might delay revealing a key fact to build suspense, or open with an anecdote that frames the whole work. Identifying transitions and the logic of order shows how structure itself carries meaning, not just the content.

Nonfiction authors organize ideas using recognizable structures—chronological order, cause and effect, compare and contrast, problem and solution—and they sequence those ideas to build understanding or emphasis (RI.9-10.3). Structure itself carries meaning: an author might delay a key fact to build suspense, open with a framing anecdote, or arrange points from least to most important. To analyze, identify the overall structure, then track the transitions and the logic of the order: why does this idea come before that one? Notice when the author breaks chronology with flashback or foreshadowing. The skill is to see organization as a deliberate rhetorical choice—how the arrangement of ideas, not just their content, guides the reader toward the author's point.

Worked Example 1

Problem. Identify the structure and its effect: an essay opens with a man collapsing on a subway, then rewinds to explain the year of stress that led there.

  1. Note the opening: a dramatic present-moment scene (the collapse).
  2. Note the move: it rewinds to causes (the stressful year).
  3. Name the structure: a flashback framing a cause-and-effect explanation.
  4. Explain the effect of the order.

Answer. The essay uses an in-medias-res opening followed by a cause-and-effect flashback. Beginning with the collapse hooks the reader and creates suspense, then the rewind explains the causes—so the non-chronological order makes the eventual explanation feel like a satisfying answer to a question the dramatic opening raised.

Worked Example 2

Problem. An author arranges three arguments for a policy from weakest to strongest. Why might the order matter?

  1. Identify the structure: order of importance (ascending).
  2. Consider reader psychology: ending on the strongest point leaves the most lasting impression.
  3. Consider momentum: building intensity keeps attention.
  4. State the rhetorical effect.

Answer. Arranging arguments from weakest to strongest builds momentum and leaves the reader with the most powerful point freshest in mind, a structural choice that strengthens persuasion by exploiting the emphasis that comes at the end of a sequence.

Common mistakes
  • Noting structure without explaining its effect. Correct approach: say why the chosen order shapes the reader's understanding.
  • Assuming chronological order is the only structure. Correct approach: look for cause/effect, compare/contrast, problem/solution, and order of importance.
  • Ignoring transitions. Correct approach: use transition words as signposts to the logic of the sequence.
✎ Try it yourself

Problem. An author opens a nonfiction piece with a startling statistic, then tells a personal story, then proposes a solution. Identify the structure and explain how the sequence serves the author's purpose.

Solution. This is a problem-solution structure with an attention-grabbing lead. The startling statistic establishes the scale of the problem and hooks the reader; the personal story makes the abstract problem emotionally concrete and builds the author's credibility and pathos; the proposed solution then arrives as the natural payoff. The sequence serves the author's persuasive purpose by moving the reader from awareness (statistic) to empathy (story) to action (solution)—each stage preparing the reader to accept the next, so the arrangement itself drives the argument.

Evaluating perspective, purpose, and rhetorical choices

Every nonfiction text has a purpose (to inform, persuade, reflect, or entertain) and a perspective shaped by the author's experiences and biases. Standard RI.9-10.6 asks readers to determine an author's point of view and analyze how rhetoric advances it. Word choice, tone, anecdote, and emphasis are rhetorical tools that reveal purpose. For example, an author arguing for reform might foreground emotionally charged stories to move readers. Evaluating these choices means asking not only what the author says but why and how, and whether the perspective is balanced or one-sided.

Every nonfiction text has a purpose—to inform, persuade, reflect, or entertain—and a perspective shaped by the author's experiences and biases. Standard RI.9-10.6 asks you to determine the author's point of view and analyze how rhetoric advances it. The tools authors use include word choice (loaded vs. neutral diction), tone, anecdote, selection and emphasis (what they foreground or downplay), and appeals to emotion or authority. To evaluate, ask three questions: What is the author's purpose? What perspective shapes it? Is the presentation balanced or one-sided? An author arguing for reform may foreground emotionally charged stories and omit counterevidence—not lying, but framing. Critical reading means weighing not only what the author says but why and how, and whether the rhetoric serves truth or persuasion.

Worked Example 1

Problem. Determine purpose and perspective: an article titled 'The Forgotten Victims of Factory Closures' opens with a laid-off worker weeping at his kitchen table.

  1. Read the title: 'Forgotten Victims' signals sympathy and advocacy.
  2. Note the opening anecdote: an emotional image of a suffering worker.
  3. Infer purpose: to persuade readers to care about/oppose factory closures.
  4. Infer perspective: pro-worker, likely critical of the closures.

Answer. The purpose is persuasive—to build sympathy for laid-off workers—and the perspective favors the workers. The emotionally charged opening anecdote and the word 'victims' are rhetorical choices that frame closures as harm, advancing a clearly sympathetic, one-sided point of view that a critical reader should recognize.

Worked Example 2

Problem. Evaluate balance: an essay on a new highway quotes three residents who love it and none who oppose it, though protests occurred. What does this reveal?

  1. Identify the selection: only supportive voices are quoted.
  2. Note the omission: known opposition is left out.
  3. Match to a rhetorical tool: selective emphasis/one-sided framing.
  4. Judge balance and purpose.

Answer. By quoting only supporters and omitting the documented protests, the author uses selective emphasis to present a one-sided, pro-highway perspective. This reveals a persuasive (not purely informative) purpose, and a critical reader should treat the piece as advocacy rather than balanced reporting.

Common mistakes
  • Assuming nonfiction is automatically neutral. Correct approach: every text has a purpose and perspective to identify.
  • Judging only what the author says, not how. Correct approach: analyze word choice, anecdote, and emphasis as rhetorical tools.
  • Mistaking emotional appeal for proof. Correct approach: note pathos as a technique and ask whether evidence backs the claim.
✎ Try it yourself

Problem. An author writes: 'The so-called experts insist the program works, but families on the ground tell a different story.' Identify the rhetorical choices and the perspective they reveal.

Solution. The phrase 'so-called experts' uses loaded, dismissive diction (the qualifier 'so-called' undercuts the experts' authority), while 'families on the ground' carries warm, grassroots connotations that privilege ordinary people over officials. This contrast is a deliberate rhetorical framing that advances a skeptical, anti-establishment perspective: the author's purpose is to persuade readers to distrust the experts and side with the families. A critical reader should note that the diction—not evidence—is doing the persuading, and that the perspective is clearly one-sided.

Comparing nonfiction accounts of the same event

Different authors can describe the same event in conflicting ways, emphasizing different details, drawing different conclusions, or writing from opposing perspectives—the focus of standard RI.9-10.9. Comparing accounts reveals how perspective, purpose, and selection of evidence shape a narrative. For example, two memoirs of the same historical moment may disagree on its significance because of who the authors are. The analytical task is to identify what each account includes or omits and to explain how those choices affect the reader's understanding, building critical reading of competing truths.

Different authors can describe the same event in conflicting ways, emphasizing different details, reaching different conclusions, or writing from opposing perspectives—the focus of RI.9-10.9. Comparing accounts exposes how perspective, purpose, and selection of evidence shape a narrative. The analytical task has three steps: identify what each account includes, identify what each omits or downplays, and explain how those choices affect the reader's understanding. Two memoirs of the same historical moment may disagree about its significance because of who the authors are and what they value. The goal is not to decide who is 'right' but to read critically across competing truths—recognizing that even honest accounts are partial, and that comparing them produces a fuller, more skeptical understanding of any event.

Worked Example 1

Problem. Two accounts of the same protest: Account A calls it 'a peaceful demonstration for justice'; Account B calls it 'a disruptive blockade of traffic.' Analyze the difference.

  1. Identify each account's framing: A emphasizes peace and a just cause; B emphasizes disruption.
  2. Identify what each foregrounds/omits: A omits the traffic impact; B omits the cause.
  3. Connect framing to likely perspective/purpose: A sympathizes with protesters; B with inconvenienced others or authorities.
  4. Explain the effect on readers.

Answer. A and B describe the same event but select opposite details: A's 'peaceful demonstration for justice' foregrounds the cause and tone, while B's 'disruptive blockade' foregrounds the inconvenience. Each omits what the other stresses, so the accounts reveal the authors' opposing sympathies, and reading both gives a fuller picture than either alone.

Worked Example 2

Problem. Two memoirs recall the same family reunion: one as joyful, one as painful. How can both be 'true'?

  1. Recognize subjectivity: each author experienced the event differently.
  2. Consider what each selects: joyful memories vs. painful ones.
  3. Note that perspective and relationship shape memory.
  4. Explain how comparison helps.

Answer. Both can be true because each author selects and weighs the moments that mattered to them—one recalls laughter, the other an old wound—so their conflicting accounts reflect different experiences and relationships rather than dishonesty. Comparing them reveals that 'what happened' depends on whose perspective frames it.

Common mistakes
  • Assuming one conflicting account must be lying. Correct approach: differences often come from perspective and selection, not falsehood.
  • Only noting differences in conclusions. Correct approach: examine what each account includes AND omits.
  • Trying to crown a 'winner.' Correct approach: read across accounts to build a fuller, more critical understanding.
✎ Try it yourself

Problem. A general's memoir describes a battle as a 'necessary victory'; a foot soldier's memoir describes the same battle as 'senseless slaughter.' Explain how perspective shapes each account and what comparing them reveals.

Solution. The general, focused on strategy and outcome, emphasizes the result and frames the battle as 'necessary,' selecting details about objectives achieved. The foot soldier, who experienced the cost firsthand, emphasizes suffering and death, framing it as 'senseless slaughter' and foregrounding the human toll the general downplays. Each account is shaped by the author's position, purpose, and what they witnessed. Comparing them reveals that a single event holds multiple truths—strategic and human—and that no one account is complete, teaching the reader to weigh competing perspectives critically rather than accept a single version.

Reflective and analytical writing about the text

Reflective writing connects a text to the reader's own thinking and experience, while analytical writing examines how the text creates meaning through craft. Both require specific textual evidence, but reflection emphasizes personal insight and analysis emphasizes interpretation of the author's choices. Standard W.9-10.2 calls for clear, organized explanatory writing with relevant evidence and precise language. For example, an analytical response might explain how a memoirist's structure builds toward a theme, while a reflective response considers what that theme means to the reader. Blending both can produce rich, evidence-grounded responses.

Reflective and analytical writing are two ways of responding to a text, and the best responses often blend them. Analytical writing examines how a text creates meaning through craft—structure, diction, imagery—interpreting the author's choices. Reflective writing connects the text to the reader's own thinking and experience, emphasizing personal insight. Both require specific textual evidence; the difference is the destination: analysis points outward to the author's technique, reflection points inward to the reader's response. Standard W.9-10.2 calls for clear, organized explanatory writing with relevant evidence and precise language. A strong response might first analyze how a memoirist's structure builds toward a theme, then reflect on what that theme means for the reader—grounding personal reaction in textual evidence rather than floating free of the text.

Worked Example 1

Problem. Label each as analytical or reflective, and explain: (a) 'The author delays revealing the diagnosis until the final page, forcing readers to reinterpret everything.' (b) 'Reading this made me reconsider how I avoid hard conversations with my own family.'

  1. (a) examines the author's structural choice (delaying a reveal) = analytical.
  2. (b) connects the text to the reader's personal life = reflective.
  3. Note both could cite evidence.
  4. State the distinction.

Answer. (a) is analytical—it interprets the author's craft (the delayed revelation and its effect). (b) is reflective—it links the text to the reader's own experience. Analysis looks at the author's choices; reflection looks at the reader's response.

Worked Example 2

Problem. Blend analysis and reflection in a response to a memoir whose short, fragmented chapters mirror the author's fractured memory.

  1. Begin analytically: identify the craft choice (fragmented chapters).
  2. Interpret its effect (mirrors fractured memory/theme).
  3. Shift to reflection: connect to the reader's understanding.
  4. Keep both grounded in evidence.

Answer. Analysis: 'The memoir's short, broken chapters formally enact the author's fractured memory, so the structure itself becomes an argument about how trauma scatters recollection.' Reflection: 'This made me realize that my own memories of difficult times come back in fragments too, which helped me understand why the author couldn't tell the story straight.' The response interprets craft, then connects it to personal insight, both rooted in the text.

Common mistakes
  • Writing reflection with no textual evidence. Correct approach: ground personal response in specific details from the text.
  • Confusing summary with analysis. Correct approach: analysis explains HOW craft creates meaning, not just what happens.
  • Keeping analysis and reflection rigidly separate. Correct approach: blend them—interpret the craft, then connect it to insight.
✎ Try it yourself

Problem. Write a short blended response (analysis + reflection) to a memoir in which the author repeatedly returns to the image of an unanswered letter.

Solution. Analytical part: 'The recurring image of the unanswered letter functions as a structural motif; each time the author returns to it, the unsent reply grows heavier, so the repetition builds the theme that some apologies come too late.' Reflective part: 'This motif stayed with me because I have my own unsent message to someone I lost touch with, and seeing the author carry that weight across the whole memoir made me understand how silence can become its own kind of regret.' The response first interprets the author's craft choice and its thematic effect, then connects that interpretation to personal insight—keeping both anchored to the specific textual image rather than drifting into pure opinion.

Key terms
  • Literary nonfiction — factual writing that uses the storytelling craft of fiction
  • Memoir — a nonfiction work focused on a meaningful slice of the author's life
  • Central idea — the main point or insight an informational text develops
  • Text structure — the organizational pattern of ideas (chronological, cause-effect, etc.)
  • Author's purpose — the reason a text was written (inform, persuade, reflect, entertain)
  • Perspective — the author's point of view, shaped by experience and bias
  • Rhetorical choice — a deliberate craft decision (diction, tone, anecdote) that advances purpose
  • Reflective writing — writing that connects a text to one's own thinking and experience
Assignment · Memoir Craft and Reflection Response

Choose a memoir or nonfiction narrative and write a response that both analyzes how the author structures and sequences ideas to develop a central idea and reflects on what that idea means to you. Support every claim with specific textual evidence.

Deliverable · A two-part written response (analysis and reflection) of roughly 600-800 words with cited evidence.

Quiz · 5 questions
  1. 1. A memoir differs from an autobiography in that it:

  2. 2. Analyzing how an author orders ideas to build suspense examines the text's:

  3. 3. An author's purpose refers to:

  4. 4. Comparing two nonfiction accounts of the same event mainly reveals:

  5. 5. Reflective writing about a text emphasizes:

You'll be able to

I can determine a central idea in informational text and analyze its development across the work.

I can analyze how an author unfolds and connects ideas, claims, and events.

Weeks 33-36 Unit 7: Independent Reading, Presentation & Language Mastery
SL.9-10.4SL.9-10.5SL.9-10.6L.9-10.1L.9-10.2L.9-10.6
Lecture
Self-selected independent reading with reading log

Independent reading builds fluency, vocabulary, and stamina by letting students choose texts that match their interests and challenge their level. A reading log records titles, pages read, and brief responses, encouraging metacognition—thinking about one's own reading and reactions. Setting goals and reflecting on progress turns reading into an active, tracked habit rather than a passive assignment. For example, a log entry might note a confusing passage and the strategy used to understand it. Regular, self-directed reading is one of the strongest predictors of long-term literacy growth.

Independent reading builds fluency, vocabulary, and stamina by letting students choose texts matched to their interests and level. A reading log records titles, pages read, and brief responses, encouraging metacognition—thinking about your own reading. The log is not busywork: effective entries go beyond 'I read 20 pages' to capture reactions, questions, predictions, confusing passages, and the strategies used to work through them. Setting goals (pages per week, finishing a book by a date) and reflecting on progress turn reading into an active, tracked habit. Research consistently identifies volume of self-selected reading as one of the strongest predictors of long-term literacy growth, so the discipline of logging—and reflecting on what and how you read—compounds the benefit of the reading itself.

Worked Example 1

Problem. Turn this weak log entry into a strong one: 'Read 25 pages. It was good.'

  1. Diagnose: it records quantity but no thinking.
  2. Add a specific reaction tied to the text.
  3. Add a question or prediction.
  4. Note a strategy if a passage was hard.

Answer. Strong entry: 'Read pp. 40-65. The narrator finally admitted she lied to her sister, which surprised me because earlier she seemed so honest—now I'm rereading chapter 2 to see clues I missed. The flashback was confusing, so I jotted the timeline in the margin to keep the years straight. I predict the sisters will fall out next.' This shows metacognition, not just page count.

Worked Example 2

Problem. Set a realistic independent-reading goal and a reflection plan for a 300-page novel over three weeks.

  1. Calculate pace: 300 pages / 3 weeks = 100 pages/week (~15/day).
  2. Set a measurable goal.
  3. Plan a reflection checkpoint.
  4. Add a strategy for staying on track.

Answer. Goal: read about 100 pages per week (roughly 15 a day) to finish in three weeks. Reflection plan: at the end of each week, write a log entry summarizing the main conflict, one question, and one craft observation. Strategy: if I fall behind, schedule a longer weekend session and note in the log what caused the lag, so I can adjust.

Common mistakes
  • Logging only page counts. Correct approach: include reactions, questions, predictions, and strategies—show your thinking.
  • Choosing books far above or below your level. Correct approach: pick texts that interest you and offer the right challenge.
  • Treating the log as a one-time task. Correct approach: log regularly and set/track goals to build the habit.
✎ Try it yourself

Problem. Write a strong reading-log entry for a nonfiction book chapter that confused you, modeling metacognition.

Solution. Model entry: 'Read pp. 110-128 of the climate book. The chapter on carbon cycles lost me when it switched between oceans and forests without clear transitions, so I slowed down and drew a quick diagram of where carbon moves, which helped. Key takeaway: forests and oceans both store carbon, but oceans hold far more—a fact that surprised me. I have a question: if oceans store so much, why is deforestation such a big focus? I'll look that up or read on to find out. Strategy that worked: summarizing each section in one sentence in the margin before moving on.' This entry tracks comprehension, names a confusion and a fix, records a question, and identifies a working strategy—demonstrating metacognition rather than a bare page count.

Preparing and delivering a formal multimedia presentation

An effective presentation organizes information logically, supports claims with evidence, and uses digital media—slides, images, audio, or video—strategically to enhance, not replace, the speaker's message, per standards SL.9-10.4 and SL.9-10.5. Strong delivery uses clear pacing, eye contact, appropriate volume, and purposeful visuals that clarify complex ideas. For example, a chart can convey data faster than spoken numbers. Preparation includes rehearsing, anticipating audience questions, and adapting language to a formal academic context, which standard SL.9-10.6 calls command of formal English when appropriate.

An effective multimedia presentation (SL.9-10.4, SL.9-10.5) organizes information logically, supports claims with evidence, and uses digital media—slides, images, audio, video—to enhance rather than replace the speaker's message. The cardinal rule: visuals should clarify, not duplicate. A slide crammed with the words you're saying competes with you; a chart, image, or single key phrase supports you. Strong delivery uses clear pacing, eye contact, appropriate volume, and purposeful gestures. Preparation includes rehearsing aloud, timing yourself, anticipating audience questions, and adapting language to a formal academic register (SL.9-10.6). Design slides for the back row: large text, minimal words, high-contrast visuals. The audience should leave remembering your argument, with the media having made complex ideas easier to grasp.

Worked Example 1

Problem. Improve this slide: a single slide containing six full sentences of text that the presenter reads aloud verbatim.

  1. Diagnose: the slide duplicates speech (text overload, reading aloud).
  2. Apply the rule: visuals support, not replace, the speaker.
  3. Reduce to a key phrase or visual.
  4. Move the detail to spoken delivery.

Answer. Replace the six sentences with one headline phrase (e.g., 'Sleep loss -> lower test scores') and a simple bar chart of the data. Speak the explanation aloud instead of reading it. Now the slide reinforces the point visually while the speaker delivers the detail, so the audience listens instead of reading.

Worked Example 2

Problem. You will present data showing test scores by sleep hours. Should you read the numbers aloud or show a chart? Justify.

  1. Compare options: spoken numbers vs. a visual chart.
  2. Recall that visuals convey data faster than speech.
  3. Decide: use a chart for the trend, speak the interpretation.
  4. Justify the choice.

Answer. Show a chart and speak the interpretation. A chart conveys a trend (scores fall as sleep decreases) far faster and more memorably than reciting numbers, while the spoken interpretation tells the audience what the trend means—so the media clarifies the data and the speaker supplies the analysis, each doing what it does best.

Common mistakes
  • Reading slides word-for-word. Correct approach: put key points/visuals on slides and speak the rest.
  • Overloading slides with text or clutter. Correct approach: minimal words, large fonts, one idea per slide.
  • Skipping rehearsal. Correct approach: practice aloud, time yourself, and anticipate audience questions.
✎ Try it yourself

Problem. Plan the opening 30 seconds of a formal presentation arguing for a later school start time: describe what you say, what is on the slide, and one delivery choice.

Solution. What I say: 'Most teenagers in this room are biologically wired to fall asleep after 11 p.m.—yet our first bell rings at 7:25. Today I'll show why a later start would improve both our health and our grades.' What's on the slide: a single striking image (a tired student at a desk) with one phrase, 'Teens vs. the Clock.' Delivery choice: begin with deliberate eye contact and a slightly slower pace on the opening fact, then pause before the thesis to let it land. This opening hooks the audience with a relatable fact, uses a visual that supports rather than duplicates the words, and uses pacing and a pause to emphasize the argument—matching a formal academic register.

Grammar and usage: phrases, clauses, and sentence variety

A clause contains a subject and verb; an independent clause stands alone as a sentence, while a dependent (subordinate) clause cannot. A phrase is a group of words lacking a subject-verb pair, such as a prepositional or participial phrase. Combining clauses and phrases creates the four sentence types—simple, compound, complex, and compound-complex—and varying them improves rhythm and clarity, the aim of standards L.9-10.1 and L.9-10.2. For example, joining two independent clauses with a semicolon or a comma-plus-conjunction avoids run-ons. Deliberate sentence variety keeps writing engaging and precise.

Grammar mastery starts with two units: the phrase and the clause. A clause contains a subject and a verb; an independent clause can stand alone as a sentence, while a dependent (subordinate) clause cannot ('because the bell rang' needs more). A phrase is a group of words with no subject-verb pair, such as a prepositional phrase ('in the morning') or a participial phrase ('running late'). Combining these produces the four sentence types: simple (one independent clause), compound (two independent clauses joined correctly), complex (one independent + one or more dependent), and compound-complex. Varying sentence types improves rhythm and clarity (L.9-10.1, L.9-10.2). Two independent clauses must be joined by a semicolon or a comma-plus-coordinating-conjunction; joining them with just a comma creates a comma splice, and with nothing creates a run-on.

Worked Example 1

Problem. Classify each sentence type: (a) 'The storm passed.' (b) 'The storm passed, and the sun returned.' (c) 'When the storm passed, the sun returned.'

  1. (a) one independent clause, no dependents = simple.
  2. (b) two independent clauses joined by ', and' = compound.
  3. (c) a dependent clause ('When the storm passed') + an independent clause = complex.
  4. State each type.

Answer. (a) simple, (b) compound, (c) complex. Recognizing the clauses—how many are independent and whether any are dependent—determines the sentence type.

Worked Example 2

Problem. Fix this comma splice three different correct ways: 'The bell rang, students rushed out.'

  1. Diagnose: two independent clauses joined by only a comma = comma splice.
  2. Fix 1: add a coordinating conjunction after the comma.
  3. Fix 2: use a semicolon.
  4. Fix 3: subordinate one clause.

Answer. Three corrections: (1) 'The bell rang, and students rushed out.' (comma + conjunction) (2) 'The bell rang; students rushed out.' (semicolon) (3) 'When the bell rang, students rushed out.' (make one clause dependent). Each properly joins the two ideas instead of splicing them with a comma.

Common mistakes
  • Joining two independent clauses with only a comma (comma splice). Correct approach: use a semicolon or a comma plus a conjunction.
  • Confusing a phrase with a clause. Correct approach: a clause has a subject-verb pair; a phrase does not.
  • Writing only simple sentences. Correct approach: vary sentence types for rhythm and clarity.
✎ Try it yourself

Problem. Combine these three short sentences into one varied, correct sentence and name its type: 'The rain stopped. We went outside. The grass was still wet.'

Solution. Combined: 'When the rain stopped, we went outside, but the grass was still wet.' This is a compound-complex sentence: it contains a dependent clause ('When the rain stopped') plus two independent clauses ('we went outside' and 'the grass was still wet') correctly joined by the coordinating conjunction 'but.' Combining the choppy simple sentences into one compound-complex sentence improves rhythm and shows the logical relationships (time and contrast) that three separate sentences left implicit.

Vocabulary acquisition through context and word roots

Readers expand vocabulary by using context clues—definitions, examples, contrasts, or tone in surrounding text—to infer an unfamiliar word's meaning, and by analyzing word parts. Many English words derive from Greek and Latin roots, prefixes, and suffixes; knowing that 'bene-' means good or 'chrono-' means time unlocks many words at once. Standard L.9-10.6 emphasizes acquiring and using academic and domain-specific vocabulary. For example, recognizing 'mal-' (bad) in 'malevolent' and 'malfunction' reveals a shared meaning. Combining context and morphology is a powerful strategy for decoding new words independently.

Two strategies expand vocabulary independently. Context clues use the surrounding text—definitions, examples, contrasts, synonyms, or tone—to infer an unfamiliar word's meaning; a contrast signal like 'unlike' or 'but' often points to an opposite. Morphology analyzes word parts: many English words come from Greek and Latin roots, prefixes, and suffixes, so learning that 'bene-' means good, 'mal-' means bad, 'chrono-' means time, or 'spect' means look unlocks whole word families at once. The most powerful approach combines both: use morphology to make an educated guess, then check it against the context. Standard L.9-10.6 emphasizes acquiring academic and domain-specific vocabulary; building the habit of decoding rather than skipping unknown words steadily widens the range of texts you can read.

Worked Example 1

Problem. Use context clues to infer the meaning of 'taciturn': 'Unlike his chatty sister, Marco was taciturn, rarely speaking even at dinner.'

  1. Find the contrast signal: 'Unlike his chatty sister.'
  2. Infer the opposite of 'chatty': not talkative.
  3. Confirm with the rest: 'rarely speaking even at dinner.'
  4. State the meaning.

Answer. The contrast with his 'chatty' sister, plus 'rarely speaking,' signals that 'taciturn' means quiet or not inclined to talk. The context clue (a stated opposite) lets the reader infer the meaning without a dictionary.

Worked Example 2

Problem. Use word roots to predict the meaning of 'benevolent' and 'chronometer.'

  1. Break 'benevolent': 'bene-' (good) + 'vol' (wish/will) -> wishing good.
  2. Predict: kind, well-meaning.
  3. Break 'chronometer': 'chrono-' (time) + '-meter' (measure) -> measures time.
  4. Predict: a precise timekeeping device.

Answer. 'Benevolent' = 'bene-' (good) + 'vol' (will) = well-meaning, kind. 'Chronometer' = 'chrono-' (time) + '-meter' (measure) = an instrument that measures time. Analyzing the roots predicts both meanings, and context could confirm them.

Common mistakes
  • Skipping unknown words. Correct approach: use context and word parts to decode them.
  • Relying only on memorized definitions. Correct approach: learn transferable roots/affixes to unlock many words.
  • Guessing from morphology without checking context. Correct approach: combine the root-based guess with the surrounding clues to confirm.
✎ Try it yourself

Problem. Infer the meaning of 'malediction' using both word roots and this context: 'The witch hurled a malediction at the knight, and within a day he fell gravely ill.'

Solution. Morphology: 'mal-' means bad and 'dict' means to speak or say (as in 'dictate,' 'diction'), so 'malediction' literally means 'bad speaking'—a curse. Context confirms it: the witch 'hurled' it at the knight and 'within a day he fell gravely ill,' showing the word names a harmful, spoken curse. Combining the roots ('mal-' + 'dict') with the context clues (the hostile action and its evil effect) yields the meaning 'a curse,' demonstrating how morphology and context together decode an unfamiliar word.

Year-end reflective writing portfolio

A writing portfolio is a curated collection of a student's work, often with reflective commentary that evaluates growth, strengths, and goals across the year. Compiling it requires reviewing earlier pieces, selecting representative or improved work, and writing reflections that connect specific choices to skills developed. Reflection deepens learning by making students articulate what they did well and what they would change. For example, comparing an early essay to a later one can reveal growth in thesis clarity or evidence use. The portfolio demonstrates command of writing and conventions accumulated over the course.

A writing portfolio is a curated collection of a student's work, usually paired with reflective commentary evaluating growth, strengths, and goals across the year. Compiling it is itself a learning act: you review earlier pieces, select representative or most-improved work, and write reflections that connect specific choices to skills developed. The reflection is the engine—'I used to drop quotations without explanation; in my later essay I added analysis after each one' shows growth far better than 'I got better at writing.' Effective reflections cite concrete evidence from your own pieces and name the skill (thesis clarity, evidence integration, sentence variety) involved. Comparing an early draft to a later one makes growth visible. The portfolio demonstrates the command of writing and conventions accumulated over the course, in your own words.

Worked Example 1

Problem. Turn this vague reflection into a strong, evidence-based one: 'I got a lot better at writing this year.'

  1. Diagnose: no specific skill or evidence named.
  2. Name a concrete skill that improved.
  3. Cite specific before/after evidence from your own work.
  4. Explain what the change shows.

Answer. Strong reflection: 'My biggest growth was in evidence integration. In my September essay I wrote 'School should start later. "Teens need 9 hours" (Lee).'—dropping the quote in with no analysis. By April, I wrote 'Lee notes that 'teens need 9 hours' (12), which means most students are chronically short on sleep.' Comparing the two shows I learned to frame and analyze evidence rather than just inserting it.' The reflection names a skill and cites concrete evidence of change.

Worked Example 2

Problem. How should you choose which pieces to include in a year-end portfolio meant to demonstrate growth?

  1. Recall the purpose: demonstrate growth and command of skills.
  2. Select an early piece and a later piece on a similar task to show change.
  3. Include a 'best work' piece that shows your peak skill.
  4. Plan reflections that connect choices to skills.

Answer. Choose pieces that make growth visible: an early essay and a later essay on comparable tasks (so the improvement is clear), plus one 'best work' piece that displays your strongest current skill. For each, write a reflection connecting specific choices (a sharper thesis, integrated evidence, varied sentences) to the skills you developed, so the collection argues for your growth rather than just displaying assignments.

Common mistakes
  • Writing vague reflections ('I improved'). Correct approach: name the specific skill and cite concrete evidence from your work.
  • Including only your best pieces. Correct approach: pair early and later work so growth is visible.
  • Treating the portfolio as a pile of assignments. Correct approach: curate purposefully and reflect on what each piece demonstrates.
✎ Try it yourself

Problem. Write a short portfolio reflection that uses an early and a later piece to demonstrate growth in thesis writing.

Solution. Model reflection: 'My clearest growth this year was in writing arguable thesis statements. In my first literary analysis, my thesis read 'This story is about family,' which states a topic, not a claim—my teacher noted it wasn't debatable. By my final essay, my thesis read 'Through the recurring image of the locked door, the story argues that clinging to the past prevents healing,' which is specific, arguable, and tied to evidence. Placing these two theses side by side shows that I learned the difference between naming a topic and making an interpretive claim, and that I now build a thesis around a pattern in the text. My goal next year is to make my theses even more precise by previewing my main supporting points.' The reflection names the skill, cites concrete before/after evidence from the student's own work, and sets a forward goal.

Key terms
  • Independent reading — self-selected reading that builds fluency and stamina
  • Multimedia presentation — a spoken presentation enhanced by digital media
  • Independent clause — a clause with a subject and verb that can stand alone
  • Dependent clause — a clause that cannot stand alone as a sentence
  • Phrase — a group of words lacking a subject-verb pair
  • Sentence variety — the deliberate use of different sentence types for effect
  • Context clue — information in surrounding text that helps infer a word's meaning
  • Portfolio — a curated collection of work, often with reflective commentary
Assignment · Year-End Multimedia Showcase

Prepare and deliver a short formal multimedia presentation about your independent reading, using at least three slides or media elements to support your points. Then assemble a brief reflective portfolio note analyzing your growth as a writer, using at least two complex or compound-complex sentences.

Deliverable · A multimedia presentation (slides or recording) and a one-page reflective portfolio note.

Quiz · 5 questions
  1. 1. An independent clause:

  2. 2. In a multimedia presentation, digital media should:

  3. 3. The Latin root 'mal-' generally means:

  4. 4. A group of words lacking a subject-verb pair is a:

  5. 5. A reflective writing portfolio primarily demonstrates:

You'll be able to

I can present findings clearly and use digital media strategically to enhance understanding.

I can demonstrate command of grammar, usage, and conventions in my speaking and writing.

Assessment · A literary analysis essay, an argumentative essay, a multi-source research paper with MLA citations, Socratic seminar participation, a dramatic performance, a multimedia presentation, ongoing reading logs, and a year-end writing portfolio with timed on-demand writing.

Chemistry

Next Generation Science Standards — High School Physical Science (Chemistry emphasis)

A laboratory-based chemistry course in which students model atomic structure and periodic trends, explain bonding and chemical reactions, quantify change through stoichiometry, investigate gases and states of matter, and analyze energy transfer in chemical processes.

Weeks 1-5 Unit 1: Matter, Measurement & the Atom
HS-PS1-8HS-PS1-1
Lecture
Classifying matter: elements, compounds, and mixtures

Matter is anything with mass and volume, and chemists classify it by composition. A pure substance has a fixed composition: an element contains only one kind of atom (oxygen), while a compound contains two or more elements chemically bonded in fixed ratios (water, H2O). A mixture is a physical combination whose parts keep their properties and can be separated physically; mixtures are homogeneous (uniform, like salt water) or heterogeneous (non-uniform, like sand and iron). For example, you can separate a salt-water mixture by evaporation, but you cannot separate water into hydrogen and oxygen without a chemical change. This classification frames everything that follows in chemistry.

Matter is anything with mass and volume. Chemists classify it first as a pure substance (fixed composition) or a mixture (variable). Pure substances split into elements (one type of atom, e.g. O2) and compounds (two or more elements chemically bonded in a fixed ratio, e.g. H2O). Mixtures are physical blends whose components keep their own properties: homogeneous mixtures (solutions) look uniform throughout, while heterogeneous mixtures show visibly different regions. The key relationship: composition determines classification. Compounds can only be separated chemically (breaking bonds); mixtures separate by physical means (filtration, distillation, magnetism) because no new substance forms.

Worked Example 1

Problem. Classify each: (a) table salt NaCl, (b) air, (c) a sand-and-iron blend.

  1. NaCl is two elements bonded in a fixed 1:1 ratio with one set of properties -> compound (pure substance).
  2. Air is gases (N2, O2, Ar...) physically mixed and uniform -> homogeneous mixture.
  3. Sand + iron filings keep separate properties and look non-uniform -> heterogeneous mixture.

Answer. (a) compound, (b) homogeneous mixture, (c) heterogeneous mixture

Worked Example 2

Problem. How would you separate iron filings from a salt-water-and-sand mixture?

  1. Use a magnet to pull out the iron filings (physical property: magnetism).
  2. Filter the remaining mix to trap sand; salt water passes through.
  3. Evaporate the filtrate to leave solid salt behind.

Answer. Magnet, then filtration, then evaporation — all physical methods

Common mistakes
  • Thinking a homogeneous mixture is a compound because it looks uniform. Salt water is uniform but its ratio is variable and it separates physically, so it is a mixture, not a compound.
  • Believing physical separation can split a compound. Distillation separates water from salt (a mixture) but cannot split H2O into H2 and O2 — that needs a chemical change (electrolysis).
✎ Try it yourself

Problem. Classify carbon dioxide gas and a copper-zinc brass alloy, and state how each could (or could not) be separated.

Solution. CO2 is one element (C) bonded to another (O) in fixed ratio = a compound; it can only be broken apart chemically. Brass is copper and zinc atoms mixed uniformly = a homogeneous mixture (alloy); it can in principle be separated by physical/metallurgical means since no fixed ratio or chemical bond defines it.

Measurement, significant figures, and dimensional analysis

Scientific measurement uses SI units (meter, gram, liter, mole) and expresses uncertainty through significant figures—the digits known with confidence plus one estimated digit. When multiplying or dividing, the answer keeps the fewest significant figures of any factor; when adding, it keeps the fewest decimal places. Dimensional analysis (the factor-label method) converts units by multiplying by ratios equal to one, so units cancel. For example, to convert 5000 mg to grams, multiply by (1 g / 1000 mg) to get 5 g. Tracking units this way prevents errors and reveals whether a setup is correct.

Measurements carry uncertainty, so chemists track significant figures: all nonzero digits count, zeros between nonzeros count, trailing zeros after a decimal count, but leading zeros never count. When multiplying or dividing, the answer keeps the fewest sig figs of any factor; when adding or subtracting, it keeps the fewest decimal places. Dimensional analysis converts units by multiplying by conversion factors written as fractions equal to 1, arranging them so unwanted units cancel. The rule: (given quantity) x (wanted unit / given unit) = answer. This guarantees correct units and exposes setup errors before any number is computed.

Worked Example 1

Problem. Convert 2.50 kg to grams, then to milligrams.

  1. 2.50 kg x (1000 g / 1 kg) = 2500 g (kg cancels).
  2. 2500 g x (1000 mg / 1 g) = 2.50 x 10^6 mg.
  3. Keep 3 sig figs from 2.50.

Answer. 2.50 x 10^6 mg

Worked Example 2

Problem. Compute 12.11 g + 0.3 g and report with correct sig figs.

  1. Add: 12.11 + 0.3 = 12.41.
  2. Addition keeps fewest decimal places: 0.3 has 1 decimal place.
  3. Round 12.41 to 1 decimal place -> 12.4.

Answer. 12.4 g

Worked Example 3

Problem. A car travels 90.0 km in 1.5 h. Find speed in m/s.

  1. 90.0 km/h x (1000 m / 1 km) = 90000 m/h.
  2. Divide by 1.5 h: distance per hour is over 1.5 h... compute speed = 90.0 km / 1.5 h = 60.0 km/h.
  3. 60.0 km/h x (1000 m/km) x (1 h / 3600 s) = 16.7 m/s.

Answer. 16.7 m/s (3 sig figs)

Common mistakes
  • Counting leading zeros as significant. In 0.0042 only the 4 and 2 are significant (2 sig figs); the leading zeros only set the decimal place.
  • Using the multiplication sig-fig rule for addition. Addition/subtraction tracks decimal places, not total sig figs.
✎ Try it yourself

Problem. Convert 5.0 hours to seconds and report with the correct number of significant figures.

Solution. 5.0 h x (60 min / 1 h) x (60 s / 1 min) = 18000 s. The given value 5.0 has 2 sig figs, so the answer is 1.8 x 10^4 s.

Development of atomic theory and subatomic particles

Atomic theory evolved through experiments: Dalton proposed indivisible atoms, Thomson discovered the electron and the 'plum pudding' model, Rutherford's gold-foil experiment revealed a tiny dense nucleus, and Bohr placed electrons in energy levels. Atoms contain protons (positive, in the nucleus), neutrons (neutral, in the nucleus), and electrons (negative, surrounding it). The number of protons (atomic number) defines the element, and a neutral atom has equal protons and electrons. For example, every carbon atom has 6 protons. This model explains why atoms have mass concentrated in the nucleus but volume dominated by the electron cloud.

Atomic theory evolved through evidence. Dalton proposed indivisible atoms; Thomson's cathode-ray work found the electron (plum-pudding model); Rutherford's gold-foil experiment, where a few alpha particles bounced back, proved a tiny dense positive nucleus. Bohr added quantized electron orbits. Atoms contain three subatomic particles: protons (charge +1, mass ~1 amu, in the nucleus), neutrons (charge 0, ~1 amu, nucleus), and electrons (charge -1, ~1/1836 amu, in the electron cloud). The atomic number Z equals the proton count and defines the element; in a neutral atom electrons equal protons. The relationship: mass number A = protons + neutrons.

Worked Example 1

Problem. A neutral atom has 17 protons and 18 neutrons. Identify it and give its mass number and electron count.

  1. Z = protons = 17, which is chlorine (Cl).
  2. Mass number A = protons + neutrons = 17 + 18 = 35.
  3. Neutral, so electrons = protons = 17.

Answer. Chlorine-35; A = 35; 17 electrons

Worked Example 2

Problem. Why did Rutherford conclude the nucleus is tiny and dense from gold-foil deflections?

  1. Most alpha particles passed straight through -> the atom is mostly empty space.
  2. A few deflected sharply or bounced back -> they hit a small, concentrated positive mass.
  3. Therefore positive charge and nearly all mass sit in a tiny central nucleus.

Answer. A small, dense, positively charged nucleus surrounded by empty space

Common mistakes
  • Thinking electrons add meaningfully to atomic mass. An electron is ~1/1836 the mass of a proton, so mass number counts only protons and neutrons.
  • Confusing atomic number with mass number. Z (protons) defines the element; A (protons + neutrons) gives mass and can differ between isotopes of the same element.
✎ Try it yourself

Problem. An ion has 11 protons, 12 neutrons, and 10 electrons. Identify the element, its mass number, and its charge.

Solution. 11 protons -> sodium (Na). Mass number = 11 + 12 = 23. Charge = protons - electrons = 11 - 10 = +1. So it is Na-23 with a 1+ charge (Na+).

Isotopes, atomic mass, and average atomic mass

Isotopes are atoms of the same element (same proton count) with different numbers of neutrons, giving them different mass numbers. Because elements occur as mixtures of isotopes, the periodic table lists average atomic mass, a weighted average based on each isotope's mass and natural abundance. To compute it, multiply each isotope's mass by its fractional abundance and sum the results. For example, chlorine's average mass of about 35.5 reflects a mix of chlorine-35 and chlorine-37, with chlorine-35 more abundant. Isotopes have nearly identical chemical behavior because chemistry depends on electrons, not neutrons.

Isotopes are atoms of the same element (same proton number) with different neutron numbers, so they share chemical behavior but differ in mass. The average atomic mass on the periodic table is a weighted average of all naturally occurring isotopes, weighted by their fractional abundance: average mass = Sum(isotope mass x fractional abundance). Convert percent abundances to decimals before multiplying. The result lies closest to the mass of the most abundant isotope, which is why chlorine's average (35.45) sits between Cl-35 and Cl-37 but nearer 35 because Cl-35 dominates.

Worked Example 1

Problem. Chlorine is 75.77% Cl-35 (34.969 amu) and 24.23% Cl-37 (36.966 amu). Find the average atomic mass.

  1. Convert: 0.7577 and 0.2423.
  2. Cl-35 contribution: 34.969 x 0.7577 = 26.50 amu.
  3. Cl-37 contribution: 36.966 x 0.2423 = 8.957 amu.
  4. Add: 26.50 + 8.957 = 35.45 amu.

Answer. 35.45 amu

Worked Example 2

Problem. Copper has two isotopes: Cu-63 (62.93 amu) and Cu-65 (64.93 amu). If the average mass is 63.55 amu, find the % abundance of Cu-63.

  1. Let x = fraction Cu-63, so (1 - x) = fraction Cu-65.
  2. 62.93x + 64.93(1 - x) = 63.55.
  3. 62.93x + 64.93 - 64.93x = 63.55 -> -2.00x = -1.38 -> x = 0.690.
  4. Cu-63 = 69.0%.

Answer. Cu-63 is about 69.0% abundant (Cu-65 about 31.0%)

Common mistakes
  • Averaging isotope masses without weighting by abundance. (35 + 37)/2 = 36 is wrong; you must weight by how common each isotope is.
  • Forgetting to convert percents to decimals, which inflates the answer 100-fold.
✎ Try it yourself

Problem. Boron is 19.9% B-10 (10.013 amu) and 80.1% B-11 (11.009 amu). Calculate boron's average atomic mass.

Solution. (10.013 x 0.199) + (11.009 x 0.801) = 1.993 + 8.818 = 10.81 amu, matching the periodic-table value for boron.

Electron configuration and energy levels

Electrons occupy quantized energy levels and sublevels (s, p, d, f) arranged by increasing energy. Electron configuration describes this arrangement using the Aufbau principle (fill lowest energy first), the Pauli exclusion principle (two electrons per orbital, opposite spins), and Hund's rule (singly fill orbitals of equal energy before pairing). For example, oxygen (8 electrons) is 1s2 2s2 2p4. The outermost (valence) electrons determine chemical behavior, so configuration links an atom's structure to its reactivity. Energy levels also explain atomic spectra, since electrons emit specific light when dropping between levels.

Electrons occupy quantized energy levels (shells) holding up to 2n^2 electrons, subdivided into sublevels s, p, d, f holding 2, 6, 10, 14 electrons. Electron configuration is built by the Aufbau principle (fill lowest energy first), the Pauli exclusion principle (max 2 electrons per orbital, opposite spins), and Hund's rule (singly fill degenerate orbitals before pairing). The filling order is 1s 2s 2p 3s 3p 4s 3d 4p... The relationship that matters chemically: the outermost shell's electrons (valence electrons) drive bonding, and elements seek a full outer shell (octet).

Worked Example 1

Problem. Write the full electron configuration for oxygen (Z = 8).

  1. 8 electrons total.
  2. Fill 1s2 (2 used), 2s2 (4 used), then 2p (4 remaining).
  3. 2p holds up to 6, so 2p4.

Answer. 1s2 2s2 2p4

Worked Example 2

Problem. Give the configuration for calcium (Z = 20) and its valence electron count.

  1. Fill order: 1s2 2s2 2p6 3s2 3p6 4s2 = 20 electrons.
  2. Outermost shell is n = 4, holding 4s2.
  3. Valence electrons = 2.

Answer. 1s2 2s2 2p6 3s2 3p6 4s2; 2 valence electrons

Common mistakes
  • Filling 3d before 4s. The 4s sublevel is lower in energy, so 4s fills first: ...4s2 then 3d.
  • Putting more than 2 electrons in a single orbital. Each orbital holds at most 2 electrons with opposite spins (Pauli).
✎ Try it yourself

Problem. Write the electron configuration of sulfur (Z = 16) and state how many valence electrons it has.

Solution. 1s2 2s2 2p6 3s2 3p4. The outer shell n = 3 holds 3s2 3p4 = 6 valence electrons, consistent with sulfur being in group 16.

Key terms
  • Element — a pure substance made of only one kind of atom
  • Compound — two or more elements chemically bonded in a fixed ratio
  • Mixture — a physical combination of substances that retain their properties
  • Significant figures — the meaningful digits in a measurement, showing its precision
  • Dimensional analysis — converting units by multiplying by ratios equal to one
  • Atomic number — the number of protons, which defines an element
  • Isotope — atoms of the same element with different numbers of neutrons
  • Electron configuration — the arrangement of electrons in an atom's energy levels and sublevels
Assignment · Average Atomic Mass Calculation

Given the mass and percent abundance of two isotopes of an element (for example, copper-63 and copper-65), calculate the element's average atomic mass, showing your weighted-average setup. Then write the full electron configuration for one element of your choice with atomic number under 20.

Deliverable · A worked calculation of average atomic mass and a correct electron configuration, with units and significant figures shown.

Quiz · 5 questions
  1. 1. Salt water is best classified as a:

  2. 2. Isotopes of an element differ in their number of:

  3. 3. The atomic number of an element equals its number of:

  4. 4. Converting 2500 mg to grams using dimensional analysis gives:

  5. 5. The electron configuration of oxygen (8 electrons) is:

You'll be able to

I can use the structure of the atom, including protons, neutrons, and electrons, to explain isotopes and atomic mass.

I can apply scientific measurement and dimensional analysis to quantitative chemistry problems.

Weeks 6-9 Unit 2: The Periodic Table & Periodic Trends
HS-PS1-1HS-PS1-2
Lecture
Organization and history of the periodic table

Mendeleev arranged elements by increasing atomic mass and grouped those with similar properties, even leaving gaps that predicted undiscovered elements. The modern table is ordered by increasing atomic number, resolving the few inconsistencies in Mendeleev's version. Rows are periods (corresponding to electron energy levels) and columns are groups or families (sharing the same number of valence electrons and similar chemical behavior). For example, all Group 1 alkali metals have one valence electron and react vigorously with water. The table's structure is a map of electron configuration, which is why it predicts properties so well.

Mendeleev arranged elements by increasing atomic mass and left gaps to predict undiscovered elements; Moseley later reordered the table by atomic number (proton count), which resolved inconsistencies. The modern table is organized so that periods (rows) correspond to filling a principal energy level and groups (columns) share the same valence electron count and thus similar chemistry. Key regions: metals (left/center, lose electrons), nonmetals (upper right, gain electrons), and metalloids along the staircase. The organizing relationship: position encodes electron configuration, and electron configuration predicts chemical behavior, so the table is a map of periodic patterns.

Worked Example 1

Problem. An element is in period 3, group 17. Predict its valence electrons and likely behavior.

  1. Group 17 -> 7 valence electrons.
  2. Needing one more electron for an octet, it readily gains 1 electron.
  3. Period 3, group 17 is chlorine, a reactive nonmetal (halogen).

Answer. 7 valence electrons; reactive nonmetal that tends to gain 1 electron (chlorine)

Worked Example 2

Problem. Why are elements in the same group chemically similar?

  1. Group number relates to valence electron count.
  2. Same valence electron count means the same bonding tendency.
  3. So Li, Na, K (all group 1, 1 valence electron) all react similarly, losing one electron.

Answer. They share the same number of valence electrons, giving similar reactivity

Common mistakes
  • Believing the table is ordered by atomic mass. It is ordered by atomic number; mass ordering put a few pairs (like Ar/K) out of place.
  • Assuming period number gives valence electrons. Period = highest energy level; the group number (for main-group elements) gives valence electrons.
✎ Try it yourself

Problem. Element X is in period 2, group 1. State its valence electron count, metal/nonmetal class, and a typical reaction tendency.

Solution. Group 1 means 1 valence electron; period 2, group 1 is lithium, a metal. It tends to lose its single valence electron to form Li+, reacting vigorously to achieve a stable octet of the level below.

Periodic trends: atomic radius, ionization energy, electronegativity

Several properties change predictably across periods and down groups because of nuclear charge and electron shielding. Atomic radius decreases left to right (more protons pull electrons in) and increases down a group (more energy levels). Ionization energy—the energy to remove an electron—increases left to right and decreases down a group, opposite to radius. Electronegativity, an atom's pull on shared electrons, follows ionization energy's pattern, peaking near fluorine. For example, fluorine is smaller and more electronegative than iodine below it. These trends let chemists predict reactivity and bonding from position alone.

Periodic trends arise from two competing factors: nuclear charge (more protons pull electrons in) and shielding/added shells (inner electrons and extra levels push outer electrons away). Atomic radius decreases left-to-right across a period (rising nuclear charge, same shell) and increases down a group (more shells). Ionization energy (energy to remove an electron) increases across a period and decreases down a group, opposite to radius — smaller, tightly held atoms resist losing electrons. Electronegativity (pull on shared electrons) follows ionization energy: high at the upper right (fluorine highest), low at the lower left.

Worked Example 1

Problem. Rank Na, Mg, and Cl by atomic radius, largest first.

  1. All are period 3, so compare nuclear charge: Na (11), Mg (12), Cl (17).
  2. Radius decreases as nuclear charge rises across a period.
  3. So largest radius is fewest protons: Na > Mg > Cl.

Answer. Na > Mg > Cl

Worked Example 2

Problem. Which has the higher first ionization energy, Li or Cs, and why?

  1. Both are group 1, so compare down the group.
  2. Cs has more electron shells, so its valence electron is farther from the nucleus and more shielded.
  3. Farther, more shielded electrons are easier to remove, so Cs has lower ionization energy.

Answer. Li has the higher ionization energy

Common mistakes
  • Thinking atoms get smaller down a group. Adding whole electron shells makes atoms larger down a group despite higher nuclear charge.
  • Confusing ionization energy and electronegativity with size by assuming they trend the same way as radius. They trend oppositely — small atoms hold electrons tightly.
✎ Try it yourself

Problem. Of F, Cl, and Br, which has the highest electronegativity, and explain in terms of size and nuclear pull.

Solution. Fluorine. Electronegativity increases up a group because the smaller atom holds bonding electrons closer to its nucleus with less shielding, so F pulls shared electrons most strongly of the three.

Predicting properties from position on the table

An element's location reveals much about its behavior: metals (left and center) tend to lose electrons, conduct electricity, and are malleable; nonmetals (upper right) tend to gain electrons and are poor conductors; metalloids (along the staircase) have intermediate properties. Noble gases (Group 18) are unreactive because their valence shells are full. For example, knowing sodium is a Group 1 metal and chlorine a Group 17 nonmetal predicts they will react to form an ionic compound, NaCl. Reading position-based patterns allows chemists to anticipate how unfamiliar elements will behave.

Because position on the table encodes electron configuration, you can predict an element's properties directly. Metals (left and center) have few valence electrons, low ionization energies, and tend to lose electrons forming cations; they are shiny, conductive, and malleable. Nonmetals (upper right) have nearly full valence shells, high electronegativity, and gain or share electrons forming anions or covalent bonds. Metalloids on the staircase show intermediate, semiconducting behavior. The reasoning chain: group -> valence electrons -> ionization/electronegativity -> bonding tendency and physical properties.

Worked Example 1

Problem. Predict whether element in group 2, period 4 (calcium) forms a cation or anion and its charge.

  1. Group 2 -> 2 valence electrons.
  2. Metals lose valence electrons to reach a noble-gas configuration.
  3. Losing 2 electrons gives a 2+ charge.

Answer. Forms a Ca2+ cation

Worked Example 2

Problem. Element Y is brittle, a poor conductor, and gains 2 electrons in reactions. Where is it likely located?

  1. Gaining electrons and poor conduction = nonmetal.
  2. Gaining 2 electrons means it needs 2 to fill its octet -> 6 valence electrons -> group 16.
  3. So Y is a group 16 nonmetal (e.g., oxygen or sulfur).

Answer. Group 16, a nonmetal that forms a 2- anion

Common mistakes
  • Assuming all elements that lose electrons form 1+ ions. Charge depends on valence electrons: group 2 metals form 2+, group 13 form 3+.
  • Treating metalloids as either pure metals or nonmetals. They have intermediate properties (e.g., silicon is a semiconductor).
✎ Try it yourself

Problem. Predict the ion formed by aluminum (group 13) and classify aluminum as metal, nonmetal, or metalloid.

Solution. Aluminum is a metal with 3 valence electrons (group 13). It loses all three to reach a noble-gas configuration, forming Al3+.

Valence electrons and the patterns of reactivity

Valence electrons are the outermost electrons that participate in bonding, and an atom's group number (for main-group elements) equals its valence electron count. Atoms react to achieve a stable, typically full, outer shell of eight electrons (the octet rule). Elements with nearly full or nearly empty valence shells are highly reactive—Group 1 metals readily lose one electron and Group 17 halogens readily gain one. For example, sodium (one valence electron) and chlorine (seven) react explosively because both reach a stable octet by transferring an electron. Valence count is the single best predictor of how an element bonds.

Valence electrons are the outermost-shell electrons and they govern reactivity. For main-group elements the group number gives the valence count (group 1 = 1, group 16 = 6, group 18 = 8 except He). Elements react to achieve a stable, full outer shell (the octet rule, or duet for H and He). Metals with few valence electrons lose them easily and are most reactive at the lower left; nonmetals with nearly full shells gain electrons and are most reactive at the upper right (fluorine). Noble gases already have full shells, so they are essentially unreactive. Reactivity tracks how easily an element reaches a complete octet.

Worked Example 1

Problem. Use valence electrons to explain why sodium is far more reactive than argon.

  1. Na (group 1) has 1 valence electron; losing it gives a stable octet.
  2. Ar (group 18) already has 8 valence electrons — a full shell.
  3. An element near a stable configuration reacts; one already stable does not, so Na is reactive and Ar inert.

Answer. Na readily loses 1 electron to reach an octet; Ar already has a full shell, so it is unreactive

Worked Example 2

Problem. Which group-1 metal is most reactive, Li or K, and why in terms of valence electrons?

  1. Both have 1 valence electron.
  2. K's valence electron is in a higher shell, farther from the nucleus and more shielded.
  3. Easier to remove that electron means greater reactivity, so K > Li.

Answer. Potassium is more reactive

Common mistakes
  • Assuming more valence electrons always means more reactive. For metals, fewer valence electrons (easier to lose) means more reactive; for nonmetals nearly full shells are most reactive.
  • Forgetting noble gases follow an octet (or duet for He) and are stable, hence unreactive.
✎ Try it yourself

Problem. Magnesium and chlorine both react readily. Explain, using valence electrons, what each does to reach a stable shell.

Solution. Mg (group 2) has 2 valence electrons and loses both to form Mg2+, reaching the neon octet. Cl (group 17) has 7 valence electrons and gains 1 to form Cl-, completing its octet with the argon configuration.

Relating outermost electrons to chemical behavior

Because chemistry is governed by electrons, the arrangement of an atom's outermost (valence) electrons determines whether it gains, loses, or shares electrons, and therefore what compounds it forms. Metals with few valence electrons form positive ions (cations); nonmetals with many form negative ions (anions); elements near the middle often share electrons covalently. The drive toward a stable noble-gas configuration explains observed reactivity patterns. For example, magnesium loses its two valence electrons to form Mg2+, matching neon's configuration. This connection unifies the periodic trends into a single principle: stability through electron configuration.

Chemical behavior is dictated by outermost electrons because only those participate in bonding. An electron-dot (Lewis) symbol shows just the valence electrons around the element symbol, making bonding tendency visible. Atoms bond to reach the noble-gas octet: metals transfer electrons (ionic), nonmetals share them (covalent). The number an atom gains, loses, or shares equals the electrons needed to complete its octet. This explains combining ratios: oxygen (6 valence) needs 2, hydrogen (1 valence) needs 1, so two H atoms bond to one O, giving H2O. Outer-electron count therefore predicts both reactivity and formula.

Worked Example 1

Problem. Use valence electrons to predict the formula of the compound between magnesium and chlorine.

  1. Mg has 2 valence electrons to lose -> Mg2+.
  2. Cl has 7 valence electrons and needs 1 -> Cl-.
  3. Balance charges: one Mg2+ needs two Cl- to cancel.

Answer. MgCl2

Worked Example 2

Problem. Draw the Lewis dot symbol logic for nitrogen and state how many bonds it tends to form.

  1. N is group 15 -> 5 valence electrons.
  2. It needs 3 more to complete an octet of 8.
  3. So nitrogen typically forms 3 covalent bonds (e.g., NH3).

Answer. Nitrogen forms 3 bonds (5 valence electrons, needs 3 more)

Common mistakes
  • Counting core electrons when predicting bonding. Only valence (outer-shell) electrons bond; core electrons are held tightly and do not react.
  • Assuming every atom wants exactly 8 bonds. Atoms want a full octet of 8 total valence electrons, achieved by gaining/sharing only the few they lack.
✎ Try it yourself

Problem. Predict the formula of the compound formed between sodium and oxygen using valence electrons.

Solution. Na (group 1) loses 1 electron -> Na+. O (group 16) needs 2 electrons -> O2-. To balance charge, two Na+ pair with one O2-, giving Na2O.

Key terms
  • Period — a horizontal row of the periodic table, matching an electron energy level
  • Group (family) — a vertical column of elements sharing valence electrons and properties
  • Atomic radius — the size of an atom, decreasing across a period and increasing down a group
  • Ionization energy — the energy needed to remove an electron from an atom
  • Electronegativity — an atom's tendency to attract shared electrons in a bond
  • Valence electrons — the outermost electrons that determine bonding behavior
  • Octet rule — atoms tend to gain, lose, or share electrons to reach eight valence electrons
  • Noble gas — a Group 18 element with a full valence shell and very low reactivity
Assignment · Periodic Trends Comparison

Choose three elements from different positions on the periodic table and rank them by atomic radius, ionization energy, and electronegativity, explaining each ranking using their positions. Predict what type of ion (if any) each element would form and why.

Deliverable · A comparison table with rankings plus a short written explanation tied to periodic trends.

Quiz · 5 questions
  1. 1. Across a period from left to right, atomic radius generally:

  2. 2. Which element is most electronegative?

  3. 3. An element's number of valence electrons (for main-group elements) is given by its:

  4. 4. Group 18 noble gases are unreactive because they have:

  5. 5. Magnesium most likely forms which ion?

You'll be able to

I can use the periodic table to predict relative properties of elements based on patterns of electrons.

I can explain trends in reactivity using valence electrons and periodic position.

Weeks 10-15 Unit 3: Chemical Bonding & Molecular Structure
HS-PS1-3HS-PS2-6HS-PS1-1
Lecture
Ionic bonding and the formation of ions

An ionic bond forms when a metal transfers one or more electrons to a nonmetal, producing oppositely charged ions held together by electrostatic attraction. The metal becomes a positive cation and the nonmetal a negative anion, both reaching stable octets. Ionic compounds form repeating three-dimensional lattices, giving them high melting points, brittleness, and electrical conductivity only when molten or dissolved. For example, sodium loses one electron and chlorine gains one to form Na+ and Cl-, which arrange into the NaCl crystal lattice. The strength of the lattice explains why table salt is a hard, high-melting solid.

Ionic bonding occurs when a metal transfers one or more electrons to a nonmetal, forming oppositely charged ions held by electrostatic attraction. Metals lose valence electrons to become cations (positive); nonmetals gain them to become anions (negative). Each ion adopts a noble-gas octet. In a formula unit, total positive charge must equal total negative charge, so the subscripts are chosen to balance charges (the crisscross method). Ionic compounds form rigid crystal lattices, giving high melting points, brittleness, and electrical conductivity only when molten or dissolved (mobile ions).

Worked Example 1

Problem. Write the formula for the ionic compound of aluminum and oxygen.

  1. Al is group 13 -> Al3+. O is group 16 -> O2-.
  2. Find the least common charge balance: total + must equal total -.
  3. Two Al3+ give +6; three O2- give -6; balanced.
  4. Subscripts: Al2O3.

Answer. Al2O3

Worked Example 2

Problem. Explain why solid NaCl does not conduct electricity but molten NaCl does.

  1. In the solid, Na+ and Cl- are locked in a fixed lattice and cannot move.
  2. Conduction requires mobile charge carriers.
  3. Melting frees the ions to move, so molten NaCl conducts.

Answer. Ions are fixed in the solid lattice but become mobile (and conductive) when molten

Common mistakes
  • Writing charges as subscripts directly without balancing. You crisscross the magnitude of charges and then reduce to the lowest whole-number ratio (e.g., Mg2+ and O2- give MgO, not Mg2O2).
  • Thinking ionic solids conduct electricity. They conduct only when molten or dissolved, because only then can ions move.
✎ Try it yourself

Problem. Write the formula for calcium nitride (calcium with nitrogen) and explain the charge balance.

Solution. Ca is group 2 -> Ca2+; N is group 15 -> N3-. Balance charges: three Ca2+ give +6 and two N3- give -6, so the formula is Ca3N2.

Covalent bonding and Lewis structures

A covalent bond forms when two nonmetals share electron pairs to complete their octets. Lewis structures diagram these bonds using dots for valence electrons and lines for shared (bonding) pairs, while lone pairs stay on individual atoms. To draw one, count total valence electrons, connect atoms with single bonds, then distribute remaining electrons to satisfy octets, forming double or triple bonds if needed. For example, in CO2 each oxygen shares two pairs with carbon, forming two double bonds. Lewis structures predict how atoms connect and how many bonds form.

Covalent bonding occurs between nonmetals that share electron pairs to complete their octets. A Lewis structure shows bonding pairs (lines) and lone pairs (dots). To draw one: count total valence electrons, place the least electronegative atom in the center (never H), connect atoms with single bonds, distribute remaining electrons as lone pairs to satisfy octets, and form double or triple bonds if the center lacks an octet. Each shared pair counts toward both atoms' octets. Sharing two pairs is a double bond, three pairs a triple bond; more shared pairs mean shorter, stronger bonds.

Worked Example 1

Problem. Draw the Lewis structure of CO2 and report the bond type.

  1. Valence electrons: C(4) + 2 O(6) = 16.
  2. Place C in center, bond to each O.
  3. To give C an octet, each O double-bonds to C: O=C=O.
  4. Each O has 2 lone pairs; all atoms reach an octet.

Answer. O=C=O, two C=O double bonds, 16 electrons total

Worked Example 2

Problem. How many valence electrons are in the Lewis structure of water, and how are they arranged?

  1. Valence: O(6) + 2 H(1) = 8 electrons.
  2. O bonds singly to each H (2 bonding pairs = 4 electrons).
  3. Remaining 4 electrons become 2 lone pairs on oxygen.

Answer. 8 electrons: 2 O-H single bonds and 2 lone pairs on O

Common mistakes
  • Putting hydrogen in the center of a structure. Hydrogen forms only one bond (a duet of 2 electrons), so it is always terminal.
  • Forgetting lone pairs when counting electrons. Every valence electron must appear, as either a bonding pair or a lone pair, to total the correct count.
✎ Try it yourself

Problem. Draw the Lewis structure for ammonia, NH3, and count bonding versus lone pairs.

Solution. Valence: N(5) + 3 H(1) = 8 electrons. N bonds to three H (3 bonding pairs = 6 electrons), leaving one lone pair (2 electrons) on nitrogen. So NH3 has 3 N-H bonds and 1 lone pair, giving N a full octet.

Metallic bonding and properties of metals

In metallic bonding, metal atoms release their valence electrons into a shared 'sea of electrons' that flows freely among fixed positive ions. This mobile electron sea explains metals' characteristic properties: electrical and thermal conductivity (electrons carry charge and energy), malleability and ductility (ions can slide without breaking bonds), and luster. For example, copper conducts electricity because its delocalized electrons move easily through the lattice. The model connects a microscopic structure to the everyday usefulness of metals in wiring, tools, and construction.

Metallic bonding is described by the electron-sea model: metal atoms release their valence electrons into a delocalized 'sea' that flows among fixed positive metal ions (cations). The attraction between the cations and the mobile electron sea holds the metal together. Because electrons move freely, metals conduct heat and electricity well. The non-directional bonding lets layers of ions slide without breaking the metal apart, explaining malleability and ductility. Luster comes from delocalized electrons absorbing and re-emitting light. Stronger bonding (more delocalized electrons, smaller ions) yields higher melting points and hardness.

Worked Example 1

Problem. Explain in terms of bonding why copper is both an excellent electrical conductor and malleable.

  1. Copper atoms donate valence electrons to a delocalized electron sea.
  2. Mobile electrons carry charge, so applying voltage drives a current -> good conductor.
  3. The non-directional metallic bond lets layers of Cu+ ions slide past each other without breaking bonds -> malleable.

Answer. Delocalized electrons conduct charge; non-directional bonding allows layers to slide (malleability)

Worked Example 2

Problem. Why does magnesium have a higher melting point than sodium?

  1. Mg contributes 2 valence electrons per atom; Na contributes 1.
  2. More delocalized electrons and a 2+ vs 1+ ion mean stronger electrostatic attraction in the sea.
  3. Stronger metallic bonding requires more energy to break, raising the melting point.

Answer. Mg's 2 delocalized electrons per atom give stronger metallic bonding than Na's 1

Common mistakes
  • Picturing fixed electron-pair bonds in metals. Metallic electrons are delocalized and shared by all atoms, not localized between two atoms.
  • Assuming metals are brittle like ionic solids. Because metallic bonding is non-directional, layers slide rather than shatter, so metals bend and stretch.
✎ Try it yourself

Problem. Use the electron-sea model to explain why metals are shiny and conduct heat.

Solution. Delocalized electrons absorb incoming light and re-emit it, producing the characteristic luster. The same mobile electrons transfer kinetic energy rapidly through the metal, so heat applied at one end spreads quickly — giving high thermal conductivity.

VSEPR theory and molecular geometry

Valence Shell Electron Pair Repulsion (VSEPR) theory predicts molecular shape by assuming electron pairs around a central atom spread out as far apart as possible to minimize repulsion. Counting bonding groups and lone pairs gives shapes such as linear (180 degrees), trigonal planar (120 degrees), tetrahedral (109.5 degrees), and bent. Lone pairs repel more strongly, bending shapes. For example, methane (CH4) is tetrahedral, while water (H2O), with two lone pairs on oxygen, is bent at about 104.5 degrees. Geometry determines many physical properties, including polarity.

VSEPR (Valence Shell Electron Pair Repulsion) theory states that electron domains around a central atom arrange themselves as far apart as possible to minimize repulsion, setting molecular geometry. Count electron domains on the central atom (each bond — single, double, or triple — counts as one domain, as does each lone pair). Two domains give linear (180 deg), three give trigonal planar (120 deg), four give tetrahedral (109.5 deg). Lone pairs repel more strongly than bonding pairs, bending the shape: four domains with one lone pair give trigonal pyramidal, with two lone pairs give bent. Shape determines polarity and reactivity.

Worked Example 1

Problem. Predict the geometry and bond angle of methane, CH4.

  1. Central C bonds to 4 H, with no lone pairs -> 4 electron domains.
  2. Four domains spread to a tetrahedral arrangement.
  3. No lone pairs, so the ideal angle is preserved at 109.5 deg.

Answer. Tetrahedral, 109.5 deg bond angles

Worked Example 2

Problem. Determine the shape of water, H2O, and explain its angle.

  1. O has 2 bonding pairs (to H) plus 2 lone pairs = 4 domains.
  2. Four domains are tetrahedral in arrangement, but 2 are lone pairs.
  3. Lone pairs repel more, so the H-O-H angle compresses below 109.5 to about 104.5 deg; the shape is bent.

Answer. Bent, ~104.5 deg

Common mistakes
  • Counting a double or triple bond as multiple domains. Each multiple bond is a single electron domain for shape purposes.
  • Ignoring lone pairs when predicting geometry. Lone pairs occupy space and bend the shape (e.g., NH3 is pyramidal, not trigonal planar).
✎ Try it yourself

Problem. Predict the molecular geometry of CO2 and of NH3, and give approximate bond angles.

Solution. CO2: central C has 2 double bonds, no lone pairs = 2 domains -> linear, 180 deg. NH3: central N has 3 bonds + 1 lone pair = 4 domains -> trigonal pyramidal, about 107 deg (compressed from 109.5 by the lone pair).

Polarity and intermolecular forces

A bond is polar when atoms of different electronegativity share electrons unequally, creating partial charges; a molecule is polar if these bond dipoles do not cancel by symmetry. Polarity drives intermolecular forces (IMFs): London dispersion (in all molecules), dipole-dipole (between polar molecules), and hydrogen bonding (a strong dipole force involving H bonded to N, O, or F). For example, water's bent shape and hydrogen bonding give it a high boiling point. Stronger IMFs raise melting and boiling points, showing how molecular structure governs bulk properties (HS-PS1-3).

Bond polarity arises from unequal sharing of electrons: a difference in electronegativity creates a partial negative end and partial positive end (a dipole). A molecule is polar overall only if it has polar bonds AND an asymmetric shape so the bond dipoles do not cancel; symmetric molecules (CO2, CH4) are nonpolar even with polar bonds. Polarity controls intermolecular forces (IMFs), the attractions between molecules: London dispersion forces (all molecules), dipole-dipole (polar molecules), and hydrogen bonding (H bonded to N, O, or F). Stronger IMFs raise boiling and melting points. IMFs are far weaker than the bonds within molecules.

Worked Example 1

Problem. Is CO2 polar or nonpolar, and what is its strongest IMF?

  1. Each C=O bond is polar (O more electronegative).
  2. CO2 is linear and symmetric, so the two bond dipoles point opposite and cancel.
  3. Net dipole = 0 -> nonpolar, so only London dispersion forces act.

Answer. Nonpolar; London dispersion forces only

Worked Example 2

Problem. Why does water boil at a much higher temperature than methane of similar size?

  1. Water is bent and polar with O-H bonds, so it has hydrogen bonding.
  2. Methane is nonpolar (symmetric tetrahedral C-H), so it has only weak dispersion forces.
  3. Hydrogen bonds are far stronger than dispersion, so more energy is needed to separate water molecules.

Answer. Water's hydrogen bonding is much stronger than methane's dispersion forces, raising its boiling point

Common mistakes
  • Assuming any molecule with polar bonds is polar. Symmetry can cancel the dipoles (CO2, CCl4 are nonpolar despite polar bonds).
  • Confusing intermolecular forces with chemical bonds. Boiling breaks the weak IMFs between molecules, not the strong covalent bonds inside them.
✎ Try it yourself

Problem. Decide whether NH3 is polar, name its strongest IMF, and predict whether it boils higher or lower than PH3.

Solution. NH3 is trigonal pyramidal (asymmetric) with polar N-H bonds, so it is polar and, because H is bonded to N, exhibits hydrogen bonding. PH3 is also polar but lacks hydrogen bonding (P is not N/O/F), so NH3's stronger hydrogen bonds give it the higher boiling point.

Naming and writing chemical formulas

Chemical nomenclature follows systematic rules. Ionic compounds name the cation then the anion with an '-ide' ending (NaCl is sodium chloride), and transition metals use Roman numerals for their charge (FeCl3 is iron(III) chloride). Polyatomic ions (such as sulfate, SO4 2-) keep their names. Covalent compounds use Greek prefixes for atom counts (CO2 is carbon dioxide). To write a formula, balance ionic charges so the compound is neutral—calcium (2+) and chloride (1-) give CaCl2. Correct naming and formula writing are essential for communicating chemistry precisely.

Naming follows the bonding type. Ionic compounds: name the cation (metal) then the anion (nonmetal ending in -ide); for transition metals with variable charge, show the charge with a Roman numeral (iron(III) = Fe3+). Polyatomic ions keep their names (sulfate SO4^2-, nitrate NO3^-). Balance total charge to find subscripts. Molecular (two-nonmetal) compounds use Greek prefixes (mono-, di-, tri-...) for each element's count, dropping mono- on the first element (CO2 = carbon dioxide). To write a formula from a name, reverse the process: assign ion charges or read prefixes, then balance.

Worked Example 1

Problem. Write the formula for iron(III) sulfate.

  1. Iron(III) = Fe3+; sulfate = SO4^2-.
  2. Balance charges: LCM of 3 and 2 is 6.
  3. Two Fe3+ = +6; three SO4^2- = -6.
  4. Formula: Fe2(SO4)3 (parentheses around the polyatomic ion).

Answer. Fe2(SO4)3

Worked Example 2

Problem. Name the compounds N2O5 and CaCl2.

  1. N2O5 is two nonmetals -> use prefixes: di-nitrogen, penta-oxide -> dinitrogen pentoxide.
  2. CaCl2 is metal + nonmetal -> ionic, no prefixes: calcium and chloride.
  3. Ca is fixed 2+, so no Roman numeral needed.

Answer. N2O5 = dinitrogen pentoxide; CaCl2 = calcium chloride

Common mistakes
  • Using Greek prefixes for ionic compounds. Prefixes are only for molecular (two-nonmetal) compounds; ionic names rely on charge balance.
  • Forgetting parentheses around a polyatomic ion that has a subscript, e.g., writing Fe2SO43 instead of Fe2(SO4)3 changes the meaning entirely.
✎ Try it yourself

Problem. Write the formula for copper(II) nitrate and name the compound P2O3.

Solution. Copper(II) = Cu2+; nitrate = NO3^-. Balancing +2 with two 1- ions gives Cu(NO3)2. P2O3 is two nonmetals, so use prefixes: diphosphorus trioxide.

Key terms
  • Ionic bond — an electrostatic attraction between a cation and an anion after electron transfer
  • Covalent bond — a bond formed by sharing electron pairs between nonmetals
  • Lewis structure — a diagram showing valence electrons, bonds, and lone pairs
  • Metallic bonding — bonding via a shared sea of delocalized electrons among metal ions
  • VSEPR theory — a model predicting molecular shape from electron-pair repulsion
  • Molecular geometry — the three-dimensional arrangement of atoms in a molecule
  • Polar molecule — a molecule with an uneven charge distribution that does not cancel
  • Intermolecular force — an attraction between molecules that affects physical properties
Assignment · Lewis Structures and Shape

For three molecules of your choice (such as H2O, CO2, and NH3), draw the Lewis structure, identify the molecular geometry using VSEPR, and state whether each molecule is polar or nonpolar with a brief justification. Predict which would have the strongest intermolecular forces.

Deliverable · Three labeled Lewis structures with geometry, polarity, and a comparison of intermolecular forces.

Quiz · 5 questions
  1. 1. An ionic bond typically forms between:

  2. 2. The molecular geometry of methane (CH4) is:

  3. 3. Metals conduct electricity because they have:

  4. 4. Water has a high boiling point largely due to:

  5. 5. The correct formula for the compound of calcium (2+) and chloride (1-) is:

You'll be able to

I can communicate why the bulk properties of a substance depend on its bonding and structure at the atomic scale.

I can draw Lewis structures and predict molecular geometry and polarity.

Weeks 16-21 Unit 4: Chemical Reactions & Conservation of Mass
HS-PS1-2HS-PS1-7
Lecture
Evidence of chemical change and reaction types

A chemical change produces new substances, signaled by evidence such as color change, gas production, precipitate formation, temperature change, or light emission. Reactions are classified into types: synthesis (A + B -> AB), decomposition (AB -> A + B), single replacement (A + BC -> AC + B), double replacement (AB + CD -> AD + CB), and combustion (fuel + O2 -> CO2 + H2O). Recognizing the type helps predict products. For example, bubbling and a temperature drop when two solutions mix signals a chemical reaction, not just mixing.

A chemical change makes new substances, signaled by evidence such as color change, gas (bubbles), precipitate formation, light, or a temperature change. Reactions are sorted into types: synthesis (A + B -> AB), decomposition (AB -> A + B), single replacement (A + BC -> AC + B), double replacement (AB + CD -> AD + CB), and combustion (hydrocarbon + O2 -> CO2 + H2O). Recognizing the type lets you predict products. The underlying principle is conservation of mass: atoms are only rearranged, never created or destroyed, so the same atoms appear on both sides of the equation.

Worked Example 1

Problem. Classify each reaction: (a) 2H2 + O2 -> 2H2O, (b) CaCO3 -> CaO + CO2, (c) Zn + 2HCl -> ZnCl2 + H2.

  1. (a) two reactants combine into one product -> synthesis.
  2. (b) one reactant breaks into two products -> decomposition.
  3. (c) one element (Zn) replaces another (H) in a compound -> single replacement.

Answer. (a) synthesis, (b) decomposition, (c) single replacement

Worked Example 2

Problem. Two clear solutions are mixed and a cloudy solid forms while the temperature stays constant. What evidence of chemical change is this, and what reaction type is likely?

  1. A solid forming from two solutions is a precipitate -> evidence of a chemical change.
  2. Two soluble compounds swapping partners to form an insoluble product is a double replacement.
  3. No temperature change rules out classifying by energy alone; the precipitate is the key clue.

Answer. Precipitate formation; a double-replacement reaction

Common mistakes
  • Treating phase changes (melting, boiling) as chemical changes. They are physical — no new substance forms and the molecules are unchanged.
  • Assuming bubbles always mean a chemical reaction. Boiling water makes bubbles of the same substance (vapor); bubbles signal chemistry only when a new gas is produced.
✎ Try it yourself

Problem. Classify CH4 + 2O2 -> CO2 + 2H2O and list two pieces of evidence you'd observe.

Solution. A hydrocarbon reacting with oxygen to give CO2 and water is combustion. Observable evidence: release of light and heat (flame, temperature rise) and formation of new gaseous products.

Balancing chemical equations and conservation of mass

The law of conservation of mass states that atoms are neither created nor destroyed in a reaction, so a chemical equation must have equal numbers of each atom on both sides. Balancing adjusts coefficients (never subscripts) until atom counts match. For example, H2 + O2 -> H2O is balanced as 2H2 + O2 -> 2H2O, giving four H and two O on each side. Balanced equations are the foundation for all quantitative chemistry because the coefficients reveal the ratios in which substances react, supporting standard HS-PS1-7.

Balancing an equation enforces conservation of mass by ensuring equal atoms of each element on both sides. You may change only coefficients (the numbers in front of formulas), never subscripts, because subscripts define the substance. Strategy: balance one element at a time, save free elements (like O2 or H2) for last, and treat polyatomic ions that stay intact as single units. Then check every element and reduce coefficients to the smallest whole-number ratio. Conservation of mass guarantees total reactant mass equals total product mass.

Worked Example 1

Problem. Balance: __ Al + __ O2 -> __ Al2O3.

  1. Al: product has 2, so put 2 in front of Al -> 2Al.
  2. O: product Al2O3 has 3 O; balance Al and O using LCM. Try 4Al + 3O2 -> 2Al2O3.
  3. Check: Al 4 = 4; O 6 = 6. Balanced.

Answer. 4Al + 3O2 -> 2Al2O3

Worked Example 2

Problem. Balance: __ C3H8 + __ O2 -> __ CO2 + __ H2O.

  1. Balance C: 3 C -> 3CO2. Balance H: 8 H -> 4H2O.
  2. Count O on right: 3CO2 = 6 O, 4H2O = 4 O, total 10 O.
  3. Left O2 must supply 10 O -> 5O2.

Answer. C3H8 + 5O2 -> 3CO2 + 4H2O

Common mistakes
  • Changing subscripts to balance. Writing O instead of O2, or H2O2 instead of H2O, changes the substance; only coefficients may change.
  • Forgetting to recount after adjusting a coefficient. Fixing one element often unbalances another, so always re-check every element at the end.
✎ Try it yourself

Problem. Balance the equation Fe + O2 -> Fe2O3 and confirm conservation of mass in atom counts.

Solution. 4Fe + 3O2 -> 2Fe2O3. Check: Fe 4 = 4 (2x2); O 6 = 6 (3x2). Equal atoms of each element on both sides confirms mass is conserved.

Predicting products of synthesis, decomposition, and replacement reactions

Predicting products requires knowing reaction patterns and the charges of ions. In synthesis, elements combine into a compound; in decomposition, a compound breaks into simpler substances; in single replacement, a more reactive element displaces a less reactive one from a compound; in double replacement, ions swap partners. For example, zinc replaces copper in CuSO4 because zinc is more reactive, giving ZnSO4 + Cu. After predicting products by combining ions in neutral ratios, you balance the equation. Patterns make outcomes predictable rather than memorized case by case.

Each reaction type follows a predictable product pattern. Synthesis: two elements/compounds combine (metal + nonmetal -> ionic compound; balance ion charges). Decomposition: a compound breaks into simpler substances (binary compounds -> their elements; carbonates -> oxide + CO2). Single replacement: a free element displaces a like ion if it is more reactive (use the activity series). Double replacement: cations swap anions, often forming a precipitate, gas, or water. Predicting products requires writing correct, charge-balanced formulas for products, then balancing the equation for conservation of mass.

Worked Example 1

Problem. Predict the product of the synthesis reaction between sodium and chlorine, then balance.

  1. Na+ and Cl- combine; balance charges 1:1 -> NaCl.
  2. Write: Na + Cl2 -> NaCl.
  3. Balance Cl (Cl2 has 2): 2Na + Cl2 -> 2NaCl.

Answer. 2Na + Cl2 -> 2NaCl

Worked Example 2

Problem. Predict and balance the double-replacement reaction of AgNO3 with NaCl.

  1. Swap partners: Ag pairs with Cl, Na with NO3.
  2. Products: AgCl (insoluble precipitate) and NaNO3.
  3. Write and check: AgNO3 + NaCl -> AgCl + NaNO3 — already balanced (1:1:1:1).

Answer. AgNO3 + NaCl -> AgCl (precipitate) + NaNO3

Common mistakes
  • Carrying over the wrong product charges. Products must be neutral, charge-balanced formulas (e.g., calcium + oxygen -> CaO, not CaO2).
  • Assuming every single-replacement reaction proceeds. It only occurs if the free element is more reactive than the one it would replace (activity series).
✎ Try it yourself

Problem. Predict the products of the decomposition of water by electrolysis and balance the equation.

Solution. Water decomposes into its elements, hydrogen and oxygen gases: H2O -> H2 + O2. Balancing gives 2H2O -> 2H2 + O2 (H: 4 = 4; O: 2 = 2).

Activity series and solubility rules

The activity series ranks metals by reactivity, predicting whether a single-replacement reaction will occur: a metal can only displace a less reactive metal below it. Solubility rules predict whether a product in a double-replacement reaction is soluble (stays dissolved) or forms an insoluble precipitate. For example, mixing solutions that would produce silver chloride yields a precipitate because AgCl is insoluble. Together these tools let chemists predict whether a reaction proceeds and what physical evidence (a solid, gas, or no change) to expect.

The activity series ranks metals (and separately halogens) by reactivity. A free metal replaces the ion of a less reactive metal in a single-replacement reaction; if the free metal is lower on the series, no reaction occurs. Metals above hydrogen displace H2 from acids. Solubility rules predict whether a double-replacement product forms an insoluble precipitate: most nitrates, group 1, and ammonium salts are soluble, while most carbonates, phosphates, hydroxides, and sulfides are insoluble (with exceptions). Together these tools predict whether and how aqueous reactions proceed.

Worked Example 1

Problem. Will zinc react with copper(II) sulfate? Use the activity series.

  1. Zinc is more reactive (higher) than copper.
  2. A more reactive metal displaces a less reactive ion, so Zn replaces Cu2+.
  3. Reaction proceeds: Zn + CuSO4 -> ZnSO4 + Cu.

Answer. Yes; Zn + CuSO4 -> ZnSO4 + Cu (copper metal deposits)

Worked Example 2

Problem. Mixing solutions of Pb(NO3)2 and KI, does a precipitate form? Use solubility rules.

  1. Swap partners: products are PbI2 and KNO3.
  2. Nitrates and group-1 (K+) salts are soluble, so KNO3 stays dissolved.
  3. Most iodides are soluble except those of Pb2+, Ag+, Hg -> PbI2 is insoluble.

Answer. Yes, a yellow PbI2 precipitate forms

Common mistakes
  • Assuming any two metals will swap. A reaction only happens if the free metal is above the ion's metal on the activity series.
  • Memorizing 'all salts dissolve.' Many do not — carbonates, hydroxides, and sulfides are usually insoluble and form precipitates.
✎ Try it yourself

Problem. Predict whether silver metal will react with hydrochloric acid, and whether mixing BaCl2 with Na2SO4 gives a precipitate.

Solution. Silver is below hydrogen on the activity series, so it does NOT displace H2 from HCl — no reaction. For BaCl2 + Na2SO4, swapping gives BaSO4 and NaCl; most sulfates are soluble except those of Ba2+, so BaSO4 precipitates while NaCl stays dissolved.

Net ionic equations and aqueous reactions

When ionic compounds dissolve in water, they dissociate into free ions. A complete ionic equation shows all dissolved species as separate ions, while spectator ions—those unchanged on both sides—are removed to write the net ionic equation, which shows only the species that actually react. For example, when silver nitrate and sodium chloride react, the net ionic equation is Ag+ + Cl- -> AgCl (solid), with sodium and nitrate as spectators. Net ionic equations focus attention on the real chemical change occurring in solution.

In aqueous double-replacement reactions, soluble ionic compounds dissociate into free ions. A net ionic equation shows only the species that actually change. Write the balanced molecular equation, then the complete ionic equation (split all soluble strong electrolytes into ions), then cancel spectator ions (those unchanged on both sides). What remains is the net ionic equation, which must balance both atoms and total charge. This focuses on the real chemical event — precipitate formation, gas evolution, or water formation — and reveals that many different reactant pairs share the same net ionic process.

Worked Example 1

Problem. Write the net ionic equation for AgNO3(aq) + NaCl(aq) -> AgCl(s) + NaNO3(aq).

  1. Complete ionic: Ag+ + NO3- + Na+ + Cl- -> AgCl(s) + Na+ + NO3-.
  2. Spectators (unchanged both sides): Na+ and NO3-.
  3. Cancel them, leaving Ag+ + Cl- -> AgCl(s).

Answer. Ag+(aq) + Cl-(aq) -> AgCl(s)

Worked Example 2

Problem. Find the net ionic equation for the neutralization HCl(aq) + NaOH(aq) -> NaCl(aq) + H2O(l).

  1. Complete ionic: H+ + Cl- + Na+ + OH- -> Na+ + Cl- + H2O.
  2. Spectators: Na+ and Cl-.
  3. Cancel to get H+ + OH- -> H2O.

Answer. H+(aq) + OH-(aq) -> H2O(l)

Common mistakes
  • Splitting insoluble solids or water into ions. Precipitates (e.g., AgCl(s)) and molecular water stay written as whole formulas; only soluble strong electrolytes dissociate.
  • Forgetting charge balance. A correct net ionic equation must have equal total charge on both sides, not just equal atoms.
✎ Try it yourself

Problem. Write the net ionic equation for BaCl2(aq) + Na2SO4(aq) -> BaSO4(s) + 2NaCl(aq).

Solution. Complete ionic: Ba2+ + 2Cl- + 2Na+ + SO4^2- -> BaSO4(s) + 2Na+ + 2Cl-. Spectators Na+ and Cl- cancel, giving the net ionic equation Ba2+(aq) + SO4^2-(aq) -> BaSO4(s), balanced in atoms and charge.

Modeling reactions at the particle level

Particle-level models (diagrams of atoms and molecules) make conservation of mass visible by showing the same atoms rearranged from reactants into products. Drawing before-and-after particle pictures confirms that no atoms are gained or lost—only bonds break and reform. For example, a model of 2H2 + O2 -> 2H2O shows four hydrogen atoms and two oxygen atoms before and after, just regrouped. This modeling connects the symbolic balanced equation to the physical reality, reinforcing standard HS-PS1-2 and deepening conceptual understanding.

Reactions can be modeled at the particle level to show conservation of mass and atom rearrangement. In a particle diagram each atom type is a labeled circle; a balanced equation requires the same number of each atom before and after. Bonds break and re-form, but atoms are conserved one-for-one, which is why coefficients (the count of molecules) must balance. This visual model connects the symbolic equation to the physical reality: the mass of products equals the mass of reactants because every atom is accounted for, just bonded differently.

Worked Example 1

Problem. For 2H2 + O2 -> 2H2O, count the atoms of each element before and after to verify the particle model.

  1. Reactants: 2 H2 = 4 H atoms; 1 O2 = 2 O atoms.
  2. Products: 2 H2O = 4 H atoms and 2 O atoms.
  3. H: 4 = 4 and O: 2 = 2 -> atoms conserved, only regrouped.

Answer. 4 H and 2 O on each side; mass conserved

Worked Example 2

Problem. If 10 g of hydrogen reacts completely with 80 g of oxygen, what mass of water forms?

  1. By conservation of mass, total mass in = total mass out.
  2. Mass of products = 10 g + 80 g = 90 g.
  3. All reactant atoms end up in the water.

Answer. 90 g of water

Common mistakes
  • Drawing different total atom counts on each side of a particle diagram. A balanced reaction must show identical numbers of each atom type before and after.
  • Thinking mass is lost when a gas escapes. In a sealed system mass is conserved; an open beaker only seems to lose mass because gaseous products leave.
✎ Try it yourself

Problem. A sealed flask holds 4.0 g of methane and 16.0 g of oxygen that react completely. What total mass of products is in the flask, and why?

Solution. By conservation of mass the products (CO2 + H2O) total 4.0 + 16.0 = 20.0 g. No atoms are created or destroyed; they are only rearranged into new molecules, so total mass is unchanged in the sealed flask.

Key terms
  • Chemical change — a process that forms new substances with new properties
  • Conservation of mass — atoms are neither created nor destroyed in a reaction
  • Coefficient — the number placed before a formula to balance an equation
  • Synthesis reaction — a reaction combining substances into a single product
  • Single replacement — a reaction in which one element displaces another from a compound
  • Activity series — a ranking of metals by reactivity used to predict replacement reactions
  • Precipitate — an insoluble solid formed in a reaction between solutions
  • Net ionic equation — an equation showing only the ions that actually react, omitting spectators
Assignment · Predict, Balance, and Model a Reaction

Choose a single- or double-replacement reaction, use the activity series or solubility rules to predict the products, and write the balanced molecular equation and the net ionic equation. Then draw a particle-level diagram showing that mass is conserved.

Deliverable · A balanced equation, a net ionic equation, and a labeled particle diagram demonstrating conservation of mass.

Quiz · 5 questions
  1. 1. Which is NOT evidence of a chemical change?

  2. 2. Balancing H2 + O2 -> H2O correctly gives:

  3. 3. In a single-replacement reaction, a metal will displace another metal that is:

  4. 4. Spectator ions in a net ionic equation are:

  5. 5. The law of conservation of mass requires that a balanced equation have:

You'll be able to

I can construct and revise an explanation for the outcome of a reaction based on patterns of properties.

I can use the mole concept and balanced equations to support the claim that atoms are conserved.

Weeks 22-27 Unit 5: The Mole & Stoichiometry
HS-PS1-7HS-PS1-2
Lecture
The mole, Avogadro's number, and molar mass

The mole is chemistry's counting unit: one mole is Avogadro's number (6.022 x 10^23) of particles, just as a dozen is 12. This lets chemists relate countable particles to weighable mass. Molar mass is the mass of one mole of a substance in grams, numerically equal to the atomic or formula mass; for water it is about 18 g/mol. To convert grams to moles, divide by molar mass; to convert moles to particles, multiply by Avogadro's number. For example, 36 grams of water is 2 moles, or about 1.2 x 10^24 molecules.

The mole is the chemist's counting unit: 1 mole = 6.022 x 10^23 particles (Avogadro's number), the bridge between atomic-scale counts and lab-scale grams. Molar mass (g/mol) equals the sum of the atomic masses in a formula and converts grams to moles via moles = mass / molar mass. To count particles, multiply moles by 6.022 x 10^23. These two relationships let you move freely among mass, moles, and number of particles — the foundation of all stoichiometry. Always identify what you have and what you want, then chain conversion factors so units cancel.

Worked Example 1

Problem. How many moles are in 36.0 g of water (H2O)?

  1. Molar mass H2O = 2(1.01) + 16.00 = 18.02 g/mol.
  2. moles = mass / molar mass = 36.0 g / 18.02 g/mol.
  3. = 2.00 mol.

Answer. 2.00 mol H2O

Worked Example 2

Problem. How many molecules are in 2.00 mol of CO2?

  1. Use Avogadro's number: molecules = moles x 6.022 x 10^23.
  2. = 2.00 x 6.022 x 10^23.
  3. = 1.20 x 10^24 molecules.

Answer. 1.20 x 10^24 molecules of CO2

Worked Example 3

Problem. What is the mass of 0.500 mol of NaCl?

  1. Molar mass NaCl = 22.99 + 35.45 = 58.44 g/mol.
  2. mass = moles x molar mass = 0.500 mol x 58.44 g/mol.
  3. = 29.2 g.

Answer. 29.2 g NaCl

Common mistakes
  • Confusing molar mass with mass number. Molar mass uses the periodic-table average atomic mass (e.g., 35.45 for Cl), not a single isotope's mass number.
  • Using Avogadro's number to convert grams directly to particles. You must first convert grams to moles, then moles to particles.
✎ Try it yourself

Problem. How many atoms of carbon are in 24.0 g of carbon (molar mass 12.0 g/mol)?

Solution. moles = 24.0 g / 12.0 g/mol = 2.00 mol. atoms = 2.00 mol x 6.022 x 10^23 = 1.20 x 10^24 carbon atoms.

Percent composition and empirical/molecular formulas

Percent composition is the mass percentage of each element in a compound, found by dividing each element's total mass by the compound's molar mass. The empirical formula gives the simplest whole-number ratio of atoms, derived by converting masses or percentages to moles and dividing by the smallest. The molecular formula is a whole-number multiple of the empirical formula, found using the actual molar mass. For example, a compound that is empirically CH2O with a molar mass of 180 g/mol has the molecular formula C6H12O6 (glucose), six times the empirical unit.

Percent composition is the mass percent of each element in a compound: (mass of element in 1 mol / molar mass) x 100. Working backward, an empirical formula is the simplest whole-number ratio of atoms: assume 100 g, convert each element's grams to moles, divide all by the smallest mole value, and round to whole numbers. The molecular formula is a whole-number multiple of the empirical formula, found by dividing the actual molar mass by the empirical-formula mass to get the multiplier n, then multiplying every subscript by n.

Worked Example 1

Problem. Find the percent composition of carbon in CO2.

  1. Molar mass CO2 = 12.01 + 2(16.00) = 44.01 g/mol.
  2. Mass of C = 12.01 g.
  3. %C = (12.01 / 44.01) x 100 = 27.3%.

Answer. 27.3% carbon

Worked Example 2

Problem. A compound is 40.0% C, 6.7% H, 53.3% O by mass. Find its empirical formula.

  1. Assume 100 g: 40.0 g C, 6.7 g H, 53.3 g O.
  2. Moles: C 40.0/12.01 = 3.33; H 6.7/1.01 = 6.64; O 53.3/16.00 = 3.33.
  3. Divide by smallest (3.33): C 1, H 2, O 1.
  4. Empirical formula CH2O.

Answer. CH2O

Worked Example 3

Problem. The compound above has a molar mass of 180 g/mol. Find its molecular formula.

  1. Empirical-formula mass CH2O = 12.01 + 2(1.01) + 16.00 = 30.03 g/mol.
  2. n = 180 / 30.03 = 6.
  3. Multiply subscripts by 6: C6H12O6.

Answer. C6H12O6 (glucose)

Common mistakes
  • Rounding mole ratios too early. Keep extra digits; ratios like 1.33 mean multiply all by 3 (to get 4) rather than rounding to 1.
  • Confusing empirical and molecular formulas. The empirical is the simplest ratio; the molecular is a whole-number multiple found using the actual molar mass.
✎ Try it yourself

Problem. A compound is 52.2% C, 13.0% H, and 34.8% O and has a molar mass of 46 g/mol. Find the empirical and molecular formulas.

Solution. In 100 g: C 52.2/12.01 = 4.35; H 13.0/1.01 = 12.9; O 34.8/16.00 = 2.18. Divide by 2.18: C 2, H 6, O 1 -> empirical C2H6O (mass 46). n = 46/46 = 1, so molecular formula is also C2H6O (ethanol).

Mole-to-mole and mass-to-mass stoichiometry

Stoichiometry uses the coefficients of a balanced equation as mole ratios to relate amounts of reactants and products. A mole-to-mole problem multiplies by the ratio from the equation; a mass-to-mass problem converts grams to moles, applies the mole ratio, then converts back to grams. For example, in 2H2 + O2 -> 2H2O, 4 moles of hydrogen produce 4 moles of water by the 2:2 ratio. The balanced equation is the bridge that makes mass relationships predictable, reflecting conservation of mass at the heart of standard HS-PS1-7.

Stoichiometry uses the mole ratio from a balanced equation's coefficients to relate amounts of reactants and products. The general path is: mass of given -> moles of given (divide by molar mass) -> moles of wanted (multiply by mole ratio from the equation) -> mass of wanted (multiply by molar mass). The balanced coefficients ARE the mole ratio. Always start with a correctly balanced equation, because the coefficients drive every conversion. This three-step bridge lets you predict exactly how much product a given mass of reactant yields.

Worked Example 1

Problem. For N2 + 3H2 -> 2NH3, how many moles of NH3 form from 6.0 mol H2?

  1. Mole ratio H2:NH3 from coefficients = 3:2.
  2. moles NH3 = 6.0 mol H2 x (2 mol NH3 / 3 mol H2).
  3. = 4.0 mol NH3.

Answer. 4.0 mol NH3

Worked Example 2

Problem. For 2H2 + O2 -> 2H2O, what mass of water forms from 8.0 g of H2?

  1. moles H2 = 8.0 g / 2.02 g/mol = 3.96 mol.
  2. Ratio H2:H2O = 2:2 = 1:1, so moles H2O = 3.96 mol.
  3. mass H2O = 3.96 mol x 18.02 g/mol = 71.4 g.

Answer. about 71 g H2O

Worked Example 3

Problem. For CaCO3 -> CaO + CO2, what mass of CO2 comes from 100.0 g of CaCO3?

  1. Molar mass CaCO3 = 40.08 + 12.01 + 3(16.00) = 100.09 g/mol; moles = 100.0/100.09 = 0.999 mol.
  2. Ratio CaCO3:CO2 = 1:1 -> 0.999 mol CO2.
  3. mass CO2 = 0.999 x 44.01 = 44.0 g.

Answer. 44.0 g CO2

Common mistakes
  • Skipping balancing. Using unbalanced coefficients gives the wrong mole ratio and a wrong answer.
  • Multiplying by the molar-mass ratio instead of the mole ratio. The coefficient ratio is in moles; convert grams to moles before applying it.
✎ Try it yourself

Problem. For 2Al + 3Cl2 -> 2AlCl3, what mass of AlCl3 forms from 5.40 g of Al? (Al = 26.98, AlCl3 = 133.33 g/mol)

Solution. moles Al = 5.40/26.98 = 0.200 mol. Ratio Al:AlCl3 = 2:2 = 1:1, so 0.200 mol AlCl3. mass = 0.200 x 133.33 = 26.7 g AlCl3.

Limiting reactants and theoretical yield

When reactants are not present in exact stoichiometric proportions, the limiting reactant runs out first and determines how much product can form; the other reactant is in excess. To find it, calculate the product each reactant could make and choose the smaller amount—that is the theoretical yield, the maximum possible. For example, if a recipe needs 2 bread slices per sandwich and you have 10 slices but only 3 fillings, fillings limit you to 3 sandwiches. Identifying the limiting reactant is essential for predicting realistic product amounts.

When reactant amounts are both given, one runs out first — the limiting reactant — and it caps the product (theoretical yield); the other is in excess. To find it, convert each reactant to moles, then use the mole ratio to compute how much product each could make; the smaller amount identifies the limiting reactant. The theoretical yield is the product calculated from the limiting reactant. You can also find leftover excess reactant by subtracting the amount consumed (via mole ratio) from the amount supplied.

Worked Example 1

Problem. For N2 + 3H2 -> 2NH3, you have 2.0 mol N2 and 3.0 mol H2. Which is limiting, and how much NH3 forms?

  1. From N2: 2.0 x (2 NH3 / 1 N2) = 4.0 mol NH3 possible.
  2. From H2: 3.0 x (2 NH3 / 3 H2) = 2.0 mol NH3 possible.
  3. H2 gives less, so H2 is limiting; theoretical yield = 2.0 mol NH3.

Answer. H2 is limiting; 2.0 mol NH3 forms

Worked Example 2

Problem. For 2H2 + O2 -> 2H2O, react 4.0 g H2 with 16.0 g O2. Which limits, and what mass of water forms?

  1. moles H2 = 4.0/2.02 = 1.98; moles O2 = 16.0/32.00 = 0.500.
  2. Water from H2: 1.98 x (2/2) = 1.98 mol; from O2: 0.500 x (2/1) = 1.00 mol.
  3. O2 gives less -> limiting; mass H2O = 1.00 mol x 18.02 = 18.0 g.

Answer. O2 is limiting; 18.0 g H2O

Common mistakes
  • Picking the reactant with the smaller mass or fewer moles as limiting without using the mole ratio. You must compare product amounts each reactant could make, weighted by coefficients.
  • Computing theoretical yield from the excess reactant. Always base it on the limiting reactant.
✎ Try it yourself

Problem. For 2Na + Cl2 -> 2NaCl, react 3.0 mol Na with 2.0 mol Cl2. Identify the limiting reactant and moles of NaCl produced.

Solution. From Na: 3.0 x (2 NaCl / 2 Na) = 3.0 mol NaCl. From Cl2: 2.0 x (2 NaCl / 1 Cl2) = 4.0 mol NaCl. Na yields less, so Na is limiting and 3.0 mol NaCl is produced (Cl2 is in excess).

Percent yield and reaction efficiency

Theoretical yield is the maximum amount of product predicted by stoichiometry, but actual yield—what is really obtained in the lab—is usually less due to side reactions, incomplete reactions, or losses. Percent yield = (actual yield / theoretical yield) x 100, measuring a reaction's efficiency. For example, if a reaction predicts 10 grams but produces 8 grams, the percent yield is 80 percent. Comparing yields helps chemists evaluate and improve processes, and a yield over 100 percent signals an error, often from impurities or leftover solvent.

Percent yield measures reaction efficiency: percent yield = (actual yield / theoretical yield) x 100. The theoretical yield is the maximum product predicted by stoichiometry from the limiting reactant; the actual yield is what is really collected, usually less due to side reactions, incomplete reactions, or losses in transfer and purification. A percent yield over 100% signals an error or impurity (e.g., wet, unpurified product). Tracking yield lets chemists evaluate and improve a process and estimate how much reactant is needed to obtain a target amount of product.

Worked Example 1

Problem. A reaction's theoretical yield is 25.0 g but only 21.0 g is collected. Find the percent yield.

  1. percent yield = (actual / theoretical) x 100.
  2. = (21.0 / 25.0) x 100.
  3. = 84.0%.

Answer. 84.0%

Worked Example 2

Problem. A synthesis has an 80.0% yield and a theoretical yield of 50.0 g. What actual mass is obtained?

  1. actual = percent yield (as decimal) x theoretical.
  2. = 0.800 x 50.0 g.
  3. = 40.0 g.

Answer. 40.0 g actual product

Common mistakes
  • Swapping actual and theoretical in the formula. Percent yield = actual / theoretical x 100; reversing them gives a wrong (often >100%) value.
  • Believing a yield can legitimately exceed 100%. If it does, the product is impure or wet, or a measurement is wrong.
✎ Try it yourself

Problem. A student's reaction should yield 12.0 g of product but obtains 9.6 g. Calculate the percent yield and state one likely reason it is below 100%.

Solution. percent yield = (9.6 / 12.0) x 100 = 80.0%. A likely cause is loss of product during transfer or filtration, or an incomplete reaction leaving some reactant unreacted.

Stoichiometry laboratory investigation

A stoichiometry lab applies these calculations to real measurements: students mass reactants, run a reaction, collect and mass the product, then compare the actual yield to the theoretical yield to compute percent yield. The investigation reinforces dimensional analysis, mole ratios, and error analysis as students explain discrepancies. For example, in a precipitation reaction, filtering and drying the precipitate before massing it determines actual yield. Such labs make abstract mole relationships tangible and develop the experimental rigor expected in a college-preparatory chemistry course.

A stoichiometry lab applies these calculations to real data. Typically you measure the mass of a reactant, run the reaction, and measure the product mass. You then compute the theoretical yield from the limiting reactant and compare it to the measured actual yield to find percent yield. Good technique controls error: dry the product fully, account for the limiting reactant, and use significant figures consistent with the balance's precision. Analyzing the gap between theoretical and actual yield teaches where mass is lost and how to evaluate reaction efficiency quantitatively.

Worked Example 1

Problem. Heating 5.00 g NaHCO3 (2NaHCO3 -> Na2CO3 + H2O + CO2) leaves 3.15 g Na2CO3. Find the theoretical and percent yield. (NaHCO3 = 84.01, Na2CO3 = 105.99 g/mol)

  1. moles NaHCO3 = 5.00/84.01 = 0.0595 mol.
  2. Ratio NaHCO3:Na2CO3 = 2:1 -> 0.0298 mol Na2CO3.
  3. Theoretical mass = 0.0298 x 105.99 = 3.16 g; percent yield = (3.15/3.16) x 100 = 99.7%.

Answer. Theoretical 3.16 g; percent yield 99.7%

Worked Example 2

Problem. In a precipitation lab, the theoretical AgCl yield is 1.43 g but the dried precipitate weighs 1.50 g. What does the >100% result indicate?

  1. percent yield = (1.50/1.43) x 100 = 105%.
  2. A yield above 100% is physically impossible from the limiting reactant.
  3. The most likely cause is the precipitate was not fully dried, so trapped water added mass.

Answer. 105%, indicating an incompletely dried (wet) precipitate

Common mistakes
  • Reporting more significant figures than the balance supports. Match sig figs to the precision of your measured masses.
  • Forgetting to dry a precipitate before weighing. Residual water inflates the actual mass and can push percent yield above 100%.
✎ Try it yourself

Problem. A lab decomposes 8.40 g of NaHCO3 and collects 5.10 g of Na2CO3. Compute the percent yield. (Theoretical: use the 2:1 mole ratio; NaHCO3 = 84.01, Na2CO3 = 105.99 g/mol)

Solution. moles NaHCO3 = 8.40/84.01 = 0.1000 mol; Na2CO3 = 0.1000/2 = 0.0500 mol; theoretical mass = 0.0500 x 105.99 = 5.30 g. Percent yield = (5.10/5.30) x 100 = 96.2%.

Key terms
  • Mole — a unit equal to Avogadro's number (6.022 x 10^23) of particles
  • Avogadro's number — 6.022 x 10^23, the number of particles in one mole
  • Molar mass — the mass in grams of one mole of a substance (g/mol)
  • Empirical formula — the simplest whole-number ratio of atoms in a compound
  • Mole ratio — the ratio of substances from a balanced equation's coefficients
  • Limiting reactant — the reactant that runs out first and caps product formation
  • Theoretical yield — the maximum product amount predicted by stoichiometry
  • Percent yield — (actual yield / theoretical yield) x 100, a measure of efficiency
Assignment · Limiting Reactant and Percent Yield Problem

Given a balanced equation and starting masses of two reactants, determine the limiting reactant and calculate the theoretical yield of a product. Then, given an actual yield, calculate the percent yield and suggest one reason it is less than 100 percent.

Deliverable · A fully worked stoichiometry solution showing the limiting reactant, theoretical yield, percent yield, and an explanation.

Quiz · 5 questions
  1. 1. One mole of any substance contains how many particles?

  2. 2. The molar mass of water (H2O) is approximately:

  3. 3. The limiting reactant in a reaction is the one that:

  4. 4. If theoretical yield is 20 g and actual yield is 15 g, the percent yield is:

  5. 5. A compound with empirical formula CH2O and molar mass 180 g/mol has molecular formula:

You'll be able to

I can use mathematical representations to support the claim that mass is conserved during a chemical reaction.

I can calculate quantities of reactants and products, including limiting reactants and percent yield.

Weeks 28-32 Unit 6: States of Matter, Gases & Solutions
HS-PS1-3HS-PS3-2HS-PS1-5
Lecture
Kinetic molecular theory and phase changes

The kinetic molecular theory states that all matter is made of constantly moving particles whose average kinetic energy is proportional to absolute temperature. In solids particles vibrate in fixed positions, in liquids they slide past one another, and in gases they move freely and far apart. Phase changes—melting, freezing, vaporization, condensation—occur as energy is added or removed, overcoming or strengthening intermolecular forces. For example, heating ice adds energy that breaks the rigid lattice, melting it to water. Temperature stays constant during a phase change because energy goes into changing arrangement, not speeding particles.

Kinetic molecular theory says all matter is made of particles in constant motion whose average kinetic energy is proportional to absolute (Kelvin) temperature. In solids particles vibrate in fixed positions; in liquids they slide past one another; in gases they move freely and far apart. Phase changes occur when added or removed energy overcomes intermolecular forces: melting and boiling absorb energy (endothermic), while freezing and condensing release it (exothermic). During a phase change temperature stays constant because energy goes into breaking or forming attractions, not raising kinetic energy. Always convert temperatures to Kelvin (K = C + 273) for gas work.

Worked Example 1

Problem. Convert 25 C to Kelvin and explain what the value represents.

  1. K = C + 273.
  2. 25 + 273 = 298 K.
  3. 298 K is the absolute temperature, proportional to the particles' average kinetic energy.

Answer. 298 K

Worked Example 2

Problem. Why does the temperature stay constant while ice melts at 0 C even though heat is added?

  1. Added energy first goes to breaking the intermolecular forces holding the solid lattice.
  2. Energy used to break attractions does not increase kinetic energy.
  3. Since temperature tracks average kinetic energy, it stays at 0 C until all ice has melted.

Answer. The heat breaks intermolecular forces rather than raising kinetic energy, so temperature is constant during the phase change

Common mistakes
  • Using Celsius in gas-law calculations. Gas laws require absolute temperature in Kelvin; using Celsius gives wrong ratios and can even give negative values.
  • Thinking temperature rises continuously during boiling. It plateaus at the boiling point until the phase change finishes.
✎ Try it yourself

Problem. Convert -10 C to Kelvin and state whether condensation of steam to water releases or absorbs energy.

Solution. K = -10 + 273 = 263 K. Condensation forms intermolecular attractions, which releases energy, so it is exothermic.

Gas laws: Boyle's, Charles's, and the combined gas law

Gas laws relate pressure (P), volume (V), and temperature (T, in kelvin). Boyle's law says pressure and volume are inversely related at constant temperature (P1V1 = P2V2)—squeeze a gas and pressure rises. Charles's law says volume and temperature are directly related at constant pressure (V1/T1 = V2/T2)—heat a gas and it expands. The combined gas law merges them: P1V1/T1 = P2V2/T2. For example, doubling the pressure on a gas at constant temperature halves its volume. Temperatures must be in kelvin to keep these proportions valid.

Gas laws relate pressure (P), volume (V), and temperature (T, in Kelvin) for a fixed amount of gas. Boyle's law (constant T): P1V1 = P2V2 — pressure and volume are inversely related. Charles's law (constant P): V1/T1 = V2/T2 — volume is directly proportional to absolute temperature. The combined gas law merges them: P1V1/T1 = P2V2/T2. Always use Kelvin for temperature and keep pressure and volume units consistent on both sides. Solve by isolating the unknown and substituting; the structure makes one variable easy to predict when others change.

Worked Example 1

Problem. A gas at 1.0 atm occupies 4.0 L. At constant temperature, what volume results at 2.0 atm? (Boyle's law)

  1. P1V1 = P2V2.
  2. (1.0)(4.0) = (2.0)(V2).
  3. V2 = 4.0 / 2.0 = 2.0 L.

Answer. 2.0 L

Worked Example 2

Problem. A 3.0 L gas at 300 K is heated to 600 K at constant pressure. Find the new volume (Charles's law).

  1. V1/T1 = V2/T2.
  2. 3.0/300 = V2/600.
  3. V2 = 3.0 x (600/300) = 6.0 L.

Answer. 6.0 L

Worked Example 3

Problem. A gas occupies 2.0 L at 1.0 atm and 273 K. Find its volume at 2.0 atm and 546 K (combined gas law).

  1. P1V1/T1 = P2V2/T2.
  2. (1.0)(2.0)/273 = (2.0)(V2)/546.
  3. V2 = (1.0 x 2.0 x 546)/(273 x 2.0) = 1092/546 = 2.0 L.

Answer. 2.0 L

Common mistakes
  • Leaving temperature in Celsius. Charles's and the combined law require Kelvin; using Celsius distorts the ratio.
  • Mixing up direct and inverse relationships. Boyle (P and V) is inverse; Charles (V and T) is direct — set the equation accordingly.
✎ Try it yourself

Problem. A balloon holds 5.0 L at 250 K and 1.0 atm. What is its volume at 300 K and 1.5 atm?

Solution. Combined gas law: P1V1/T1 = P2V2/T2. (1.0 x 5.0)/250 = (1.5 x V2)/300. So V2 = (1.0 x 5.0 x 300)/(250 x 1.5) = 1500/375 = 4.0 L.

The ideal gas law and molar volume

The ideal gas law, PV = nRT, relates pressure, volume, moles (n), and temperature using the gas constant R (0.0821 L*atm/mol*K). It treats gas particles as having no volume and no attractions, an accurate approximation at ordinary conditions. At standard temperature and pressure (STP: 0 degrees C and 1 atm), one mole of any ideal gas occupies 22.4 liters, the molar volume. For example, 2 moles of gas at STP occupy 44.8 L. The ideal gas law links the macroscopic measurements of a gas to the number of particles present.

The ideal gas law, PV = nRT, links pressure, volume, moles (n), and temperature for any sample, using the gas constant R = 0.0821 L*atm/(mol*K) (so use atm, L, mol, K). It treats gas particles as point masses with no attractions, a good approximation at ordinary conditions. At standard temperature and pressure (STP: 0 C = 273 K and 1 atm), one mole of any ideal gas occupies a molar volume of 22.4 L. You can solve for any one variable given the other three, and combine with stoichiometry to relate gas volumes to moles of reactant or product.

Worked Example 1

Problem. What volume does 2.00 mol of gas occupy at 1.00 atm and 273 K? Use PV = nRT.

  1. V = nRT/P.
  2. V = (2.00 mol)(0.0821)(273 K)/(1.00 atm).
  3. V = 44.8 L (consistent with 22.4 L/mol).

Answer. 44.8 L

Worked Example 2

Problem. How many moles of gas are in a 10.0 L tank at 2.00 atm and 300 K?

  1. n = PV/RT.
  2. n = (2.00 atm)(10.0 L)/[(0.0821)(300 K)].
  3. n = 20.0/24.63 = 0.812 mol.

Answer. 0.812 mol

Worked Example 3

Problem. What volume of CO2 at STP is produced from 1.00 mol CaCO3 (CaCO3 -> CaO + CO2)?

  1. Mole ratio CaCO3:CO2 = 1:1, so 1.00 mol CO2 forms.
  2. At STP molar volume = 22.4 L/mol.
  3. V = 1.00 mol x 22.4 L/mol = 22.4 L.

Answer. 22.4 L CO2

Common mistakes
  • Using the wrong R or mismatched units. With R = 0.0821, pressure must be atm, volume L, temperature K; mixing kPa or Celsius gives wrong answers.
  • Assuming molar volume 22.4 L applies at any conditions. It is specifically the molar volume at STP (273 K, 1 atm).
✎ Try it yourself

Problem. A 5.00 L vessel contains 0.250 mol of nitrogen at 1.00 atm. What is the temperature in Kelvin?

Solution. From PV = nRT, T = PV/(nR) = (1.00 atm x 5.00 L)/(0.250 mol x 0.0821) = 5.00/0.0205 = 244 K.

Solutions, solubility, and concentration (molarity)

A solution is a homogeneous mixture of a solute dissolved in a solvent. Solubility is the maximum solute that dissolves at a given temperature, and 'like dissolves like'—polar solvents dissolve polar/ionic solutes. Concentration is most often expressed as molarity (M), moles of solute per liter of solution. To prepare a solution, you calculate the needed moles and dissolve them in enough solvent to reach the target volume. For example, dissolving 1 mole of NaCl in enough water to make 1 liter yields a 1 M solution. Molarity is essential for quantitative lab work.

A solution is a homogeneous mixture of a solute dissolved in a solvent. Solubility depends on 'like dissolves like' (polar solvents dissolve polar/ionic solutes), temperature, and (for gases) pressure. Concentration is most often expressed as molarity: M = moles of solute / liters of solution. From molarity you can find moles (moles = M x V in liters) or prepare a solution by massing the right amount of solute. Dilution follows M1V1 = M2V2 because moles of solute are conserved when solvent is added. These relationships let you make and reason about solutions quantitatively.

Worked Example 1

Problem. What is the molarity of a solution made by dissolving 0.50 mol NaCl in 2.0 L of solution?

  1. M = moles / liters.
  2. M = 0.50 mol / 2.0 L.
  3. = 0.25 M.

Answer. 0.25 M

Worked Example 2

Problem. How many grams of NaOH are needed to make 0.500 L of 2.00 M NaOH? (NaOH = 40.00 g/mol)

  1. moles = M x V = 2.00 x 0.500 = 1.00 mol.
  2. mass = moles x molar mass = 1.00 x 40.00.
  3. = 40.0 g.

Answer. 40.0 g NaOH

Worked Example 3

Problem. To what volume must 100.0 mL of 6.0 M HCl be diluted to make 1.0 M HCl?

  1. M1V1 = M2V2.
  2. (6.0)(100.0 mL) = (1.0)(V2).
  3. V2 = 600 mL.

Answer. 600 mL total volume

Common mistakes
  • Using milliliters in the molarity formula. Molarity is moles per LITER, so convert mL to L (divide by 1000) first.
  • Adding solvent volumes instead of using M1V1 = M2V2 for dilution. Moles of solute stay constant; only concentration and total volume change.
✎ Try it yourself

Problem. How many moles of glucose are in 250.0 mL of a 0.40 M glucose solution, and what mass is that? (glucose = 180.16 g/mol)

Solution. moles = M x V = 0.40 mol/L x 0.2500 L = 0.10 mol. mass = 0.10 mol x 180.16 g/mol = 18 g of glucose.

Acids, bases, and the pH scale

Acids produce hydrogen ions (H+) in water and bases produce hydroxide ions (OH-); the Arrhenius and Bronsted-Lowry models describe this proton transfer. The pH scale (0-14) measures acidity: pH below 7 is acidic, 7 is neutral, above 7 is basic, and each unit represents a tenfold change in H+ concentration. pH equals the negative logarithm of the hydrogen-ion concentration. For example, a solution with pH 3 is ten times more acidic than one with pH 4. Acids and bases neutralize each other to form water and a salt.

Acids release H+ (donate protons) and bases release OH- (or accept protons) in water. Strength of acidity is measured on the pH scale: pH = -log[H+], where [H+] is the molar hydrogen-ion concentration. pH 7 is neutral, below 7 acidic, above 7 basic; each pH unit is a tenfold change in [H+]. Because [H+][OH-] = 1.0 x 10^-14 at 25 C, pH + pOH = 14. Neutralization combines an acid and base to form water and a salt (H+ + OH- -> H2O). These relationships let you compute pH from concentration and vice versa.

Worked Example 1

Problem. Find the pH of a 0.0010 M HCl solution (a strong acid, fully ionized).

  1. Strong acid fully ionizes, so [H+] = 0.0010 M = 1.0 x 10^-3 M.
  2. pH = -log[H+] = -log(1.0 x 10^-3).
  3. = 3.0.

Answer. pH = 3.0

Worked Example 2

Problem. A solution has pH = 9.0. Find [H+] and the pOH.

  1. [H+] = 10^-pH = 10^-9 = 1.0 x 10^-9 M.
  2. pOH = 14 - pH = 14 - 9.0.
  3. = 5.0.

Answer. [H+] = 1.0 x 10^-9 M; pOH = 5.0

Common mistakes
  • Treating a pH change of 1 as a small difference. Each unit is a 10x change in [H+], so pH 3 is 100x more acidic than pH 5.
  • Forgetting that pH + pOH = 14 at 25 C. You can find one from the other instead of recomputing from concentrations.
✎ Try it yourself

Problem. What is the pH of a 0.010 M NaOH solution? (NaOH is a strong base)

Solution. NaOH fully dissociates so [OH-] = 0.010 M = 1.0 x 10^-2 M. pOH = -log(1.0 x 10^-2) = 2.0. Then pH = 14 - pOH = 14 - 2.0 = 12.0 (basic, as expected).

Key terms
  • Kinetic molecular theory — the model that matter is made of constantly moving particles
  • Phase change — a transition between solid, liquid, and gas states
  • Boyle's law — pressure and volume are inversely related at constant temperature
  • Charles's law — volume and temperature are directly related at constant pressure
  • Ideal gas law — PV = nRT, relating pressure, volume, moles, and temperature
  • Molar volume — the 22.4 L occupied by one mole of an ideal gas at STP
  • Molarity — concentration in moles of solute per liter of solution
  • pH — a 0-14 scale measuring acidity, the negative log of H+ concentration
Assignment · Gas Law and Solution Preparation

Solve a combined gas law problem given initial and final conditions for a gas sample, showing units in kelvin. Then describe step by step how you would prepare 500 mL of a 0.50 M sodium chloride solution, including the mass of NaCl needed.

Deliverable · A worked gas law solution and a written solution-preparation procedure with the calculated mass.

Quiz · 5 questions
  1. 1. According to Boyle's law, if pressure on a gas increases at constant temperature, volume:

  2. 2. One mole of an ideal gas at STP occupies:

  3. 3. Molarity is defined as:

  4. 4. A solution with pH 2 compared to one with pH 4 is:

  5. 5. During a phase change, the temperature of a substance:

You'll be able to

I can use gas laws and the kinetic molecular theory to predict and explain the behavior of gases.

I can prepare solutions of known concentration and relate particle motion to states of matter.

Weeks 33-36 Unit 7: Thermochemistry, Energy & Reaction Rates
HS-PS3-1HS-PS3-2HS-PS3-4HS-PS1-4HS-PS1-5HS-PS1-6
Lecture
Energy, heat, and the law of conservation of energy

Energy is the capacity to do work, and the law of conservation of energy states it cannot be created or destroyed, only transferred or transformed. Heat is energy that flows from a hotter object to a cooler one because of a temperature difference, while temperature measures average kinetic energy. In chemistry, the system is the reaction and the surroundings are everything else; energy lost by one is gained by the other. For example, when a hand warmer releases heat, chemical potential energy converts to thermal energy absorbed by your hand, conserving total energy (HS-PS3-1).

Energy is the capacity to do work or transfer heat; the law of conservation of energy states it cannot be created or destroyed, only transferred or converted. Heat (q) is energy transferred due to a temperature difference, flowing from hot to cold until thermal equilibrium. The amount of heat to change a substance's temperature is q = m*c*deltaT, where m is mass, c is specific heat capacity (energy per gram per degree), and deltaT is the temperature change (final minus initial). A positive q means heat absorbed; negative means heat released. Specific heat explains why water resists temperature change (high c = 4.18 J/g*C).

Worked Example 1

Problem. How much heat is needed to warm 50.0 g of water from 20.0 C to 80.0 C? (c = 4.18 J/g*C)

  1. deltaT = 80.0 - 20.0 = 60.0 C.
  2. q = m*c*deltaT = (50.0)(4.18)(60.0).
  3. = 12540 J = 12.5 kJ.

Answer. 1.25 x 10^4 J (12.5 kJ)

Worked Example 2

Problem. A 100.0 g metal releases 500.0 J as it cools by 10.0 C. Find its specific heat.

  1. q = m*c*deltaT, solve c = q/(m*deltaT).
  2. Heat released, deltaT magnitude = 10.0 C.
  3. c = 500.0 / (100.0 x 10.0) = 0.500 J/g*C.

Answer. 0.500 J/g*C

Common mistakes
  • Forgetting the sign of q. Heat absorbed is positive; heat released is negative — the sign tells the direction of energy flow.
  • Using the wrong deltaT. Always compute final minus initial temperature; reversing it flips the sign and can give a nonsensical result.
✎ Try it yourself

Problem. How much heat is released when 200.0 g of water cools from 90.0 C to 30.0 C? (c = 4.18 J/g*C)

Solution. deltaT = 30.0 - 90.0 = -60.0 C. q = m*c*deltaT = (200.0)(4.18)(-60.0) = -50160 J, or about -50.2 kJ. The negative sign shows 50.2 kJ of heat is released.

Endothermic and exothermic reactions and calorimetry

Exothermic reactions release energy to the surroundings (the surroundings warm up), while endothermic reactions absorb energy (the surroundings cool down). Calorimetry measures this energy change using q = mc(delta-T), where m is mass, c is specific heat, and delta-T is the temperature change. For example, if 100 g of water (c = 4.18 J/g*degree C) rises 5 degrees, it absorbed about 2090 joules. A calorimeter isolates the system so the heat lost by a reaction equals the heat gained by the water, letting chemists quantify energy transfer.

In an exothermic reaction the products have less energy than the reactants, so energy is released to the surroundings (deltaH negative, temperature of surroundings rises). In an endothermic reaction the products have more energy, so energy is absorbed (deltaH positive, surroundings cool). Calorimetry measures these heat changes: heat absorbed by the surrounding water equals q = m*c*deltaT, and by conservation, the reaction released or absorbed the opposite amount (q_reaction = -q_water). Measuring the water's temperature change therefore quantifies a reaction's heat. Always identify the system (reaction) and surroundings (water) and apply the sign convention.

Worked Example 1

Problem. A reaction warms 100.0 g of water by 5.00 C in a calorimeter. How much heat did the reaction release? (c = 4.18 J/g*C)

  1. Heat gained by water: q = m*c*deltaT = (100.0)(4.18)(5.00) = 2090 J.
  2. By conservation, q_reaction = -q_water.
  3. Reaction released 2090 J = 2.09 kJ (exothermic).

Answer. 2.09 kJ released (exothermic)

Worked Example 2

Problem. Dissolving a salt lowers the water temperature. Is the process endo- or exothermic, and what is the sign of deltaH?

  1. Water temperature dropping means the system absorbed heat from the water.
  2. Absorbing energy makes the process endothermic.
  3. Endothermic means deltaH is positive.

Answer. Endothermic; deltaH positive

Common mistakes
  • Assigning the sign of q to the wrong object. If the water warms, the water's q is positive but the reaction's q is negative (it released the heat).
  • Equating temperature rise with endothermic. A rising surroundings temperature means the reaction released heat — exothermic.
✎ Try it yourself

Problem. In a calorimeter, 150.0 g of water cools by 4.00 C during a reaction. How much heat did the reaction absorb, and is it endo- or exothermic? (c = 4.18 J/g*C)

Solution. q_water = m*c*deltaT = (150.0)(4.18)(-4.00) = -2508 J (water lost heat). So q_reaction = +2508 J = 2.51 kJ; the reaction absorbed heat, making it endothermic.

Bond energy and enthalpy changes

Breaking chemical bonds requires energy (endothermic) while forming bonds releases energy (exothermic). The enthalpy change of a reaction (delta-H) is the net energy difference, estimated as the energy to break reactant bonds minus the energy released forming product bonds. A negative delta-H means an exothermic reaction; positive means endothermic. For example, combustion has a large negative delta-H because the strong bonds in CO2 and water release more energy than was needed to break the fuel's bonds. Enthalpy connects bonding to the heat a reaction produces or absorbs.

Breaking bonds requires energy (endothermic) and forming bonds releases energy (exothermic). The enthalpy change of a reaction can be estimated from bond energies: deltaH = (sum of bond energies of bonds broken in reactants) - (sum of bond energies of bonds formed in products). A negative deltaH means more energy was released forming product bonds than absorbed breaking reactant bonds, so the reaction is exothermic; a positive deltaH is endothermic. This connects molecular bonding to the energy released by fuels and to whether a reaction warms or cools its surroundings.

Worked Example 1

Problem. For H2 + Cl2 -> 2HCl, bond energies are H-H 436, Cl-Cl 243, H-Cl 431 kJ/mol. Find deltaH.

  1. Bonds broken: H-H + Cl-Cl = 436 + 243 = 679 kJ.
  2. Bonds formed: 2 H-Cl = 2(431) = 862 kJ.
  3. deltaH = broken - formed = 679 - 862 = -183 kJ.

Answer. deltaH = -183 kJ (exothermic)

Worked Example 2

Problem. A reaction absorbs 2200 kJ breaking bonds and releases 2000 kJ forming bonds. Find deltaH and classify it.

  1. deltaH = energy in (broken) - energy out (formed) = 2200 - 2000.
  2. = +200 kJ.
  3. Positive deltaH means net energy absorbed -> endothermic.

Answer. deltaH = +200 kJ, endothermic

Common mistakes
  • Reversing the formula. deltaH = bonds broken minus bonds formed; flipping it inverts the sign of the energy change.
  • Assuming bond breaking releases energy. Breaking bonds always absorbs energy; forming bonds releases it.
✎ Try it yourself

Problem. For H2 + F2 -> 2HF, bond energies are H-H 436, F-F 159, H-F 565 kJ/mol. Calculate deltaH and state whether it is exo- or endothermic.

Solution. Bonds broken: 436 + 159 = 595 kJ. Bonds formed: 2 x 565 = 1130 kJ. deltaH = 595 - 1130 = -535 kJ. Negative deltaH, so the reaction is exothermic.

Collision theory and factors affecting reaction rate

Collision theory says reactions occur when particles collide with enough energy (the activation energy) and proper orientation. Reaction rate increases with higher concentration (more collisions), higher temperature (faster, more energetic collisions), greater surface area, and the presence of a catalyst, which lowers activation energy without being consumed. For example, powdered solids react faster than chunks because of greater surface area. Understanding these factors lets chemists speed up or slow down reactions to control processes safely and efficiently.

Collision theory says a reaction occurs only when particles collide with enough energy (the activation energy) and the correct orientation. The rate is how fast reactants become products. Factors that increase rate do so by raising collision frequency or energy: higher temperature gives faster, more energetic collisions; higher concentration or pressure packs particles closer for more collisions; greater surface area exposes more particles; and a catalyst lowers the activation energy by providing an alternate pathway (without being consumed). Understanding these factors lets you speed up or slow down reactions deliberately.

Worked Example 1

Problem. Explain, using collision theory, why a powdered solid reacts faster than the same mass as a single lump.

  1. Reaction happens at the surface where particles collide.
  2. Powdering greatly increases the exposed surface area.
  3. More surface means more collisions per second, so the rate increases.

Answer. Greater surface area gives more frequent collisions, increasing the rate

Worked Example 2

Problem. How does raising temperature affect both the number and energy of effective collisions?

  1. Higher temperature increases particle speed, so collisions are more frequent.
  2. Faster particles carry more kinetic energy, so more collisions exceed the activation energy.
  3. Both effects raise the fraction of successful collisions, increasing rate.

Answer. More frequent and more energetic collisions, so a higher reaction rate

Common mistakes
  • Thinking a catalyst is used up or shifts the products. A catalyst lowers activation energy and is regenerated; it speeds the reaction without being consumed or changing the products.
  • Assuming every collision reacts. Only collisions with sufficient energy AND correct orientation lead to a reaction.
✎ Try it yourself

Problem. List two ways to speed up the reaction of zinc with hydrochloric acid and explain each using collision theory.

Solution. (1) Increase HCl concentration: more acid particles per volume means more frequent collisions with the zinc surface. (2) Heat the mixture: particles move faster and more collisions exceed the activation energy. Both raise the frequency of successful collisions, increasing the rate. (Powdering the zinc to increase surface area would also work.)

Equilibrium and Le Chatelier's principle

Many reactions are reversible and reach dynamic equilibrium, where forward and reverse rates are equal and concentrations stay constant (though reactions continue). Le Chatelier's principle predicts that a system at equilibrium responds to a stress—added reactant, changed pressure, or changed temperature—by shifting to counteract it. For example, adding more reactant shifts equilibrium toward products. Increasing pressure shifts toward the side with fewer gas moles. This principle lets chemists and engineers maximize the yield of desired products in industrial reactions.

A reversible reaction reaches dynamic equilibrium when the forward and reverse reaction rates are equal, so concentrations stay constant (though both reactions continue). Le Chatelier's principle predicts how an equilibrium responds to a stress: it shifts to partially counteract the change. Adding a reactant or product shifts away from the added species; removing one shifts toward it. Increasing pressure (decreasing volume) shifts toward the side with fewer gas moles. For temperature, treat heat as a reactant (endothermic) or product (exothermic): raising temperature shifts an endothermic reaction forward and an exothermic reaction backward.

Worked Example 1

Problem. For N2 + 3H2 <-> 2NH3 (exothermic), predict the shift when more N2 is added.

  1. Adding a reactant is a stress on the left side.
  2. Equilibrium shifts to consume the added N2.
  3. So the reaction shifts toward the products (right), making more NH3.

Answer. Shifts right (toward NH3)

Worked Example 2

Problem. For the same exothermic reaction, predict the effect of raising the temperature.

  1. Exothermic: treat heat as a product (N2 + 3H2 <-> 2NH3 + heat).
  2. Adding heat (raising T) stresses the product side.
  3. Equilibrium shifts to consume heat -> backward (toward reactants), reducing NH3 yield.

Answer. Shifts left (toward reactants), lowering NH3 yield

Common mistakes
  • Thinking equilibrium means the reaction has stopped. It is dynamic — forward and reverse reactions continue at equal rates, so concentrations stay constant.
  • Ignoring whether a reaction is exo- or endothermic when changing temperature. The shift direction with heat depends on which side 'heat' is on.
✎ Try it yourself

Problem. For 2SO2 + O2 <-> 2SO3, predict the shift when the pressure is increased (volume decreased).

Solution. Count gas moles: 3 on the left (2 + 1) versus 2 on the right. Increasing pressure shifts equilibrium toward the side with fewer gas moles, so it shifts right (toward SO3).

Designing a device that releases or absorbs thermal energy

This engineering design challenge (HS-PS1-6, HS-PS3-3) applies thermochemistry to build a hand warmer or cold pack using an exothermic or endothermic process. Students define criteria (target temperature, duration, safety) and constraints (cost, materials), then test, measure with calorimetry, and refine the design based on data. For example, dissolving certain salts in water releases or absorbs heat, and adjusting the amount tunes the temperature change. The challenge integrates conservation of energy, reaction rate, and equilibrium into an authentic, iterative engineering process.

A design challenge applies thermochemistry: build a device (a hot pack or cold pack) that releases or absorbs thermal energy by choosing a reaction with the right deltaH. Exothermic processes (deltaH negative, like dissolving CaCl2 or crystallizing sodium acetate) release heat for hand warmers; endothermic processes (deltaH positive, like dissolving ammonium nitrate) absorb heat for cold packs. Engineering optimizes the amount of reactant (using q = m*c*deltaT and stoichiometry) to hit a target temperature change, while balancing cost, safety, and how long the effect lasts. Testing and iterating refine the design.

Worked Example 1

Problem. A cold pack must absorb 5016 J to cool 100.0 g of water. By how many degrees will the water cool? (c = 4.18 J/g*C)

  1. q = m*c*deltaT, solve deltaT = q/(m*c).
  2. deltaT = 5016 / (100.0 x 4.18) = 5016 / 418.
  3. = 12.0 C of cooling.

Answer. The water cools by 12.0 C

Worked Example 2

Problem. Dissolving NH4NO3 absorbs 25.7 kJ/mol. How much heat is absorbed by dissolving 0.500 mol, and what kind of pack is this?

  1. q = moles x molar heat = 0.500 mol x 25.7 kJ/mol = 12.85 kJ absorbed.
  2. Absorbing heat is endothermic (deltaH positive).
  3. An endothermic dissolving process makes a cold pack.

Answer. 12.9 kJ absorbed; an endothermic process suited to a cold pack

Common mistakes
  • Picking an exothermic reaction for a cold pack. Cold packs need endothermic processes (deltaH positive) that absorb heat; hot packs need exothermic ones.
  • Ignoring the amount of reactant. The temperature change scales with moles of reactant and the mass being heated/cooled (q = m*c*deltaT), so quantity must be designed, not guessed.
✎ Try it yourself

Problem. You want a hand warmer that releases 8360 J to warm 200.0 g of water. What temperature rise does that give, and should the chosen reaction be exo- or endothermic? (c = 4.18 J/g*C)

Solution. deltaT = q/(m*c) = 8360/(200.0 x 4.18) = 8360/836 = 10.0 C rise. To release heat the device needs an exothermic reaction (deltaH negative), such as crystallizing sodium acetate or dissolving calcium chloride.

Key terms
  • Conservation of energy — energy cannot be created or destroyed, only transferred or transformed
  • Exothermic reaction — a reaction that releases energy to the surroundings
  • Endothermic reaction — a reaction that absorbs energy from the surroundings
  • Calorimetry — measuring heat transfer, often using q = mc(delta-T)
  • Enthalpy change (delta-H) — the net energy difference of a reaction
  • Activation energy — the minimum energy needed for a collision to react
  • Catalyst — a substance that speeds a reaction by lowering activation energy without being consumed
  • Le Chatelier's principle — an equilibrium shifts to counteract an applied stress
Assignment · Thermal Device Engineering Challenge

Design and describe a hand warmer or cold pack using an exothermic or endothermic process. State your criteria and constraints, calculate the heat involved using q = mc(delta-T), and explain how you would use reaction rate and equilibrium principles to refine its performance.

Deliverable · A design report with criteria, constraints, a calorimetry calculation, and a refinement plan.

Quiz · 5 questions
  1. 1. An exothermic reaction is one that:

  2. 2. In q = mc(delta-T), the symbol c represents:

  3. 3. A catalyst speeds a reaction by:

  4. 4. Adding more reactant to a system at equilibrium shifts it toward:

  5. 5. A negative enthalpy change (delta-H) indicates a reaction that is:

You'll be able to

I can develop a model to illustrate that energy is conserved as it transfers during a chemical reaction.

I can refine the design of a chemical system that releases or absorbs thermal energy and explain rate and equilibrium changes.

Assessment · Hands-on labs with formal reports (atomic spectra, flame tests, stoichiometry, calorimetry), unit exams with quantitative problem solving, particle-level modeling tasks, an engineering design challenge for a thermal device, and a cumulative final with both conceptual and computational items.

AP United States History

College Board AP U.S. History (APUSH) Periods 1-9 & C3 Framework

A college-level survey of U.S. history from pre-Columbian societies to the present, organized by the nine APUSH chronological periods and built around historical thinking skills, thematic learning objectives, and the C3 Framework dimensions of inquiry, civics, and economics.

Weeks 1-6 Unit 1: Contact, Colonization & Conflict (Periods 1-2, 1491-1754)
APUSH Period 1APUSH Period 2D2.His.1.9-12D2.His.14.9-12D2.Eco.1.9-12
Lecture
Pre-Columbian societies and the Columbian Exchange

Before 1492, the Americas held diverse, complex societies adapted to their environments—from the Aztec and Inca empires to the Pueblo, Iroquois, and Mississippian cultures—shaped largely by the availability of maize agriculture. The Columbian Exchange, beginning with Columbus, was the transfer of plants, animals, people, and diseases between the Eastern and Western Hemispheres. It introduced horses, wheat, and devastating diseases like smallpox to the Americas while bringing maize, potatoes, and tobacco to Europe and Africa. For example, European diseases killed up to 90 percent of some Native populations, reshaping the hemisphere. This exchange transformed diets, economies, and demographics worldwide.

Before 1492 the Western Hemisphere held millions of people in complex societies shaped by their environments. Maize agriculture, spread north from Mesoamerica, supported dense settlements like the Aztec capital Tenochtitlan and the Mississippian city of Cahokia, while Pueblo peoples used irrigation in the arid Southwest and Eastern Woodland groups such as the Iroquois mixed farming with hunting. Columbus's 1492 voyage opened the Columbian Exchange: a two-way transfer of plants, animals, people, and germs. Old World crops (wheat), animals (horses, pigs), and especially diseases (smallpox, measles) crossed west; maize, potatoes, and tobacco moved east. Lacking immunity, Native populations fell by up to 90 percent in some regions, while New World crops fueled later European and African population growth.

Worked Example 1

Problem. SAQ: Briefly explain ONE way the Columbian Exchange transformed societies in the Eastern Hemisphere.

  1. Identify a specific transfer that moved east (a New World crop).
  2. Name the crop: potatoes and maize.
  3. Explain the consequence with a concrete effect.
  4. Keep it to 2-3 sentences, no thesis needed for an SAQ.

Answer. The Columbian Exchange brought calorie-rich crops such as the potato and maize from the Americas to Europe. These reliable foods improved nutrition and supported a population boom across 16th- to 18th-century Europe, which in turn supplied migrants for later colonization.

Worked Example 2

Problem. Contextualization: Place the demographic collapse of Native Americans in a broader context.

  1. Recall the scale: up to 90 percent mortality in some areas.
  2. Connect to a larger process: this created labor shortages.
  3. Link forward: shortages pushed Europeans toward African slavery.
  4. State the broader significance.

Answer. Catastrophic disease mortality emptied Native labor forces just as Spanish and later colonies demanded workers for mines and plantations. This demographic disaster is a key cause of the transatlantic slave trade, linking the Exchange to the forced migration of millions of Africans.

Common mistakes
  • Misconception: pre-Columbian Native Americans were simple nomads. Correction: many lived in large agricultural cities (Cahokia, Tenochtitlan) with social hierarchies and trade networks.
  • Misconception: the Columbian Exchange was only food. Correction: its deadliest element was disease, and it also moved people (including enslaved Africans) and animals like the horse, which reshaped Plains cultures.
✎ Try it yourself

Problem. Identify and explain ONE Old World introduction to the Americas (other than disease) and its long-term effect on a Native society.

Solution. The horse, reintroduced by the Spanish, transformed Plains nations like the Comanche and Lakota by the 1700s. Mounted hunters could follow bison herds and wage war over wider ranges, creating powerful horse-based cultures that did not exist before contact.

Spanish, French, Dutch, and British colonization patterns

European powers colonized the Americas with different goals and methods. Spain built a vast empire focused on extracting gold and silver, converting Native peoples, and using the encomienda labor system. France and the Netherlands prioritized trade, especially furs, forming alliances with Native nations. Britain established settler colonies focused on agriculture and permanent settlement, displacing Native populations. For example, Spanish missions aimed to convert and control, while French traders generally intermarried and cooperated with Native partners. These differing patterns produced lasting regional and cultural differences across the Americas.

European powers pursued different colonial models reflecting their goals. Spain, first and largest, built an empire to extract silver and gold, convert Native peoples to Catholicism, and command Indian labor through the encomienda system, governed by appointed viceroys. France and the Netherlands focused on trade, especially furs, founding scattered posts (Quebec, New Amsterdam) and forming alliances and intermarriage with Native nations rather than mass settlement. Britain, arriving later, planted settler colonies of families seeking land, religious freedom, or profit, which expanded by displacing Native populations. These choices produced lasting differences: a hierarchical Spanish caste society, cooperative French trade frontiers, and densely settled, land-hungry English colonies whose growth fueled recurring conflict with Native peoples.

Worked Example 1

Problem. Comparison SAQ: Briefly explain ONE difference between Spanish and English colonization in the Americas.

  1. Pick one clear axis of comparison (goals or labor).
  2. State the Spanish approach.
  3. State the English approach.
  4. Make the contrast explicit.

Answer. Spanish colonization centered on extracting wealth and converting Natives, coercing Indian labor through the encomienda. English colonization, by contrast, emphasized permanent settlement by families farming the land, which displaced Native peoples rather than incorporating them as a labor force.

Worked Example 2

Problem. Sourcing: A French trader's 1660 journal praises his Huron partners. Why be cautious using it as evidence?

  1. Identify the author's role and interest.
  2. Ask what he gains from good relations.
  3. Note the limited perspective.
  4. State the analytical caution.

Answer. As a fur trader, the author depended on Huron cooperation for profit, so he had reason to emphasize friendship and downplay tension. The source reflects the French commercial, alliance-based model but is one-sided and should be corroborated with other accounts.

Common mistakes
  • Misconception: all Europeans treated Native peoples the same. Correction: French/Dutch traders sought alliances, while English settlers sought land and Spain sought labor and conversion.
  • Misconception: England led colonization. Correction: Spain dominated the Americas for over a century before England's Jamestown (1607) succeeded.
✎ Try it yourself

Problem. Explain why the French formed closer alliances with Native nations than the English did.

Solution. The French economy in North America depended on the fur trade, which required Native hunters and guides. Because they came to trade rather than farm, the French built alliances and intermarried. The English wanted Native land for settlement, making conflict more likely than cooperation.

Labor systems, slavery, and the development of regional economies

Colonial economies depended on labor systems suited to their climates and crops. Southern colonies developed plantation agriculture (tobacco, rice, indigo) reliant on enslaved African labor, formalized through racial slavery and laws making it hereditary. The Chesapeake first used indentured servants, then shifted to slavery after Bacon's Rebellion (1676). New England's economy centered on small farms, fishing, and trade, while the Middle Colonies grew grain. For example, the brutal trans-Atlantic slave trade forced millions of Africans into bondage to sustain plantation profits. Labor systems thus shaped each region's society and wealth.

Colonial economies diverged by climate and crop, and so did their labor systems. The Chesapeake (Virginia, Maryland) and later the Carolinas grew labor-intensive cash crops, tobacco then rice, first using English indentured servants who worked years for passage and land. After Bacon's Rebellion (1676) exposed the dangers of armed former servants, planters shifted decisively to enslaved Africans, whose lifetime, hereditary, race-based bondage was codified in slave codes. The Middle Colonies grew grain on family farms with mixed labor, while New England's poor soil produced small farms, fishing, and shipping. By 1700 slavery was central to the southern plantation economy and woven into the Atlantic trade, creating sharp regional differences that would shape American history.

Worked Example 1

Problem. Causation SAQ: Explain ONE cause of the shift from indentured servitude to chattel slavery in the Chesapeake.

  1. Recall the timing: shift accelerates after the 1670s-80s.
  2. Connect to Bacon's Rebellion (1676) and falling servant supply.
  3. Explain the planter incentive.
  4. State the cause clearly.

Answer. After Bacon's Rebellion showed the threat of armed, landless former servants, and as rising English wages reduced the servant supply, planters turned to enslaved Africans. Enslaved labor was permanent, hereditary, and easier to control through racial slave codes, making it more attractive to large planters.

Worked Example 2

Problem. Compare the labor systems of New England and the southern colonies.

  1. Describe New England's economy and labor.
  2. Describe the southern economy and labor.
  3. Tie the difference to geography/crops.
  4. State the contrast.

Answer. New England's rocky soil and short season produced small family farms, fishing, and trade, relying mostly on family and free labor. The South's warm climate suited cash crops like tobacco and rice, demanding large gangs of enslaved workers. Geography and crop choice drove the divergence in labor systems.

Common mistakes
  • Misconception: African slavery existed in fixed racial form from 1619. Correction: early status was fluid; lifetime, hereditary, race-based slavery hardened in law over decades, especially after the 1660s-80s.
  • Misconception: slavery existed only in the South. Correction: enslaved people lived in every colony, though plantation slavery concentrated in the Chesapeake and Lower South.
✎ Try it yourself

Problem. Explain how geography shaped the difference between the Chesapeake and New England economies.

Solution. The Chesapeake's warm climate and rich soil favored tobacco, a labor-intensive cash crop that drove demand for indentured then enslaved labor and a plantation economy. New England's cold climate and thin, rocky soil could not support cash crops, so colonists turned to small farms, fishing, and shipbuilding, relying largely on free and family labor.

Colonial society, religion, and the Great Awakening

Colonial society varied by region in religion, class, and governance. New England's Puritans built tight religious communities; the Middle Colonies were diverse and tolerant; Southern colonies were hierarchical and Anglican. The First Great Awakening (1730s-1740s) was a wave of emotional religious revival led by preachers like Jonathan Edwards and George Whitefield that emphasized personal faith over clergy authority. It crossed colonial and class lines, fostering a shared experience and questioning of established institutions. For example, its emphasis on individual choice arguably helped lay groundwork for later revolutionary ideas about authority.

Colonial society blended Old World traditions with New World conditions. New England's Puritans built tight, church-centered towns valuing community, education (Harvard, 1636), and a 'city upon a hill' moral mission, though dissenters like Roger Williams and Anne Hutchinson were expelled. The Middle Colonies were the most diverse and religiously tolerant (Pennsylvania's Quakers), while the South was more hierarchical and Anglican. In the 1730s-40s the First Great Awakening, a wave of emotional revivalism led by preachers like Jonathan Edwards and George Whitefield, swept the colonies. It emphasized personal conversion over established clergy, split churches into 'Old Lights' and 'New Lights,' spread across colonial lines, and encouraged questioning of authority, an attitude that later helped fuel revolutionary thinking.

Worked Example 1

Problem. SAQ: Explain ONE effect of the First Great Awakening on the British North American colonies.

  1. Recall a concrete consequence beyond religion.
  2. Connect emotional revivalism to authority.
  3. Explain the broader social effect.
  4. Keep to 2-3 sentences.

Answer. By stressing a personal relationship with God over established clergy, the Great Awakening encouraged colonists to challenge religious authority. This habit of questioning hierarchy spread across colonial lines and contributed to a shared intercolonial identity and a willingness to dispute authority that later aided the Revolution.

Worked Example 2

Problem. Contextualize a Jonathan Edwards sermon warning sinners of hell.

  1. Identify the time period (1730s-40s).
  2. Name the broader movement.
  3. Explain why such preaching appealed then.
  4. State the context.

Answer. Edwards preached during the First Great Awakening, a reaction against perceived spiritual coldness in established churches. His vivid, emotional warnings aimed to spark personal conversion, fitting a revival movement that prized intense individual religious experience over formal doctrine.

Common mistakes
  • Misconception: all colonies were equally religious or tolerant. Correction: tolerance varied widely; Pennsylvania welcomed many faiths while Massachusetts expelled dissenters.
  • Misconception: the Great Awakening was purely religious. Correction: it had political effects, spreading the idea that ordinary people could challenge established authority.
✎ Try it yourself

Problem. Explain how the Great Awakening helped create a sense of shared colonial identity.

Solution. Traveling preachers like George Whitefield drew huge crowds in every region, spreading the same revival message across colonial borders. For the first time many colonists shared a common emotional, religious experience that crossed local boundaries, fostering an intercolonial identity that later supported united action against Britain.

Historical thinking: contextualization and causation

AP history rewards specific historical thinking skills. Contextualization places an event within its broader historical setting—the circumstances, ideas, and developments surrounding it. Causation analyzes causes and effects, distinguishing long-term from immediate causes and short- from long-term effects. For example, contextualizing the slave trade requires understanding Atlantic economies, while analyzing its causation links labor demand to the rise of racial slavery. Strong AP responses do not just narrate events; they explain why events happened and how they connect, using these skills to build sophisticated arguments.

Historians do not just memorize facts; they use thinking skills to interpret the past. Contextualization means situating an event within the broader circumstances of its time, the political, social, and intellectual setting that made it possible. Causation means analyzing cause and effect: distinguishing immediate triggers from long-term causes and short-term from lasting effects. For example, contextualizing the 1607 founding of Jamestown means noting English desire for wealth, rivalry with Spain, and the joint-stock company model. A causation analysis of the shift to slavery weighs labor shortages, Bacon's Rebellion, and Atlantic trade. On the AP exam, strong essays open with contextualization and build arguments around clearly explained causes and effects rather than mere narration.

Worked Example 1

Problem. Write a contextualization sentence for an essay on early English colonization (1607-1700).

  1. Identify the broader setting before the topic.
  2. Mention rival empires and motives.
  3. Connect to the prompt's topic.
  4. Keep it one to two sentences of background.

Answer. In the early 1600s England entered colonization late, driven by competition with Spain, the search for profit, and religious tensions at home; joint-stock companies funded ventures like Jamestown, setting the stage for distinct colonial regions.

Worked Example 2

Problem. Distinguish a long-term cause from an immediate cause of African slavery in the colonies.

  1. Define each type.
  2. Assign an example to each.
  3. Explain why each fits.
  4. State the distinction.

Answer. A long-term cause was the Atlantic plantation economy's constant demand for cheap, controllable labor. An immediate cause was Bacon's Rebellion (1676), which made planters fear armed former servants and accelerated the turn to enslaved Africans. The long-term cause set conditions; the immediate cause triggered the shift.

Common mistakes
  • Misconception: contextualization just means restating the prompt. Correction: it requires outside background about the broader era, not a paraphrase of the question.
  • Misconception: any 'because' statement is causation analysis. Correction: strong causation explains how and why, and weighs multiple or competing causes.
✎ Try it yourself

Problem. Identify one long-term cause and one immediate cause of the First Great Awakening.

Solution. A long-term cause was the perceived spiritual decline and formalism of established colonial churches over generations. An immediate cause was the arrival of charismatic revivalist preachers like George Whitefield in the late 1730s, whose dramatic tours ignited mass conversions.

DBQ skill builder using colonial-era documents

The Document-Based Question (DBQ) asks students to construct an argument using a set of primary-source documents plus outside knowledge. Success requires a defensible thesis, using evidence from most documents, sourcing at least some documents (analyzing point of view, purpose, audience, or context), and bringing in outside historical evidence. For example, with colonial documents, a student might argue how labor systems differed by region, citing several sources and explaining each author's perspective. Practicing the DBQ early builds the analytical and writing skills the AP exam demands throughout the year.

The Document-Based Question (DBQ) asks you to build an argument using seven primary sources plus outside knowledge. A strong DBQ has a defensible thesis that answers the prompt, contextualization of the era, use of at least six documents as evidence, one piece of relevant outside evidence, and sourcing, explaining how a document's point of view, purpose, audience, or historical situation affects its meaning, for several documents. With colonial-era documents (a Puritan covenant, a planter's letter on labor, a map of trade routes), you group sources to support your claim. The skill is not summarizing each document but weaving them into an argument and analyzing why each source says what it does.

Worked Example 1

Problem. DBQ thesis practice: 'Evaluate the extent to which religion shaped New England society, 1620-1700.'

  1. Take a clear, defensible position.
  2. Make it specific and arguable, not a restatement.
  3. Hint at categories of evidence.
  4. Keep it to one or two sentences.

Answer. Religion profoundly shaped New England between 1620 and 1700 by structuring town government, education, and social discipline, though economic motives and growing diversity gradually weakened strict religious control by the century's end.

Worked Example 2

Problem. Sourcing a document: a 1623 letter from a Virginia planter complaining of labor shortages. How would you analyze it in a DBQ?

  1. Identify author and purpose.
  2. Explain how purpose shapes content.
  3. Connect to your argument.
  4. Write a sourcing sentence.

Answer. Because the author is a planter seeking more workers, he emphasizes labor scarcity to justify importing servants; his economic self-interest shapes the document. This supports an argument that Chesapeake society was organized around the labor demands of cash-crop agriculture.

Common mistakes
  • Misconception: you must use all seven documents. Correction: using six earns the point, and quality of analysis matters more than quantity.
  • Misconception: sourcing means naming the author. Correction: you must explain how POV, purpose, audience, or situation affects the document's reliability or meaning.
✎ Try it yourself

Problem. For the prompt 'Evaluate the extent to which economic motives drove English colonization (1607-1700),' write a thesis and name one type of outside evidence you would add.

Solution. Thesis: Economic motives, especially the pursuit of cash crops and trade profits, were the primary driver of English colonization, though religious motives also shaped New England. Outside evidence: the joint-stock Virginia Company funding Jamestown specifically to seek profit and gold.

Key terms
  • Columbian Exchange — the transfer of plants, animals, people, and diseases between hemispheres after 1492
  • Encomienda — the Spanish system granting colonists Native labor and tribute
  • Indentured servant — a laborer bound to work a fixed term in exchange for passage to the colonies
  • Chattel slavery — hereditary, race-based enslavement central to the plantation economy
  • Great Awakening — an 18th-century religious revival emphasizing personal faith
  • Contextualization — situating an event within its broader historical circumstances
  • Causation — analyzing the causes and effects of historical developments
  • DBQ — a Document-Based Question requiring an argument built from primary sources
Assignment · Colonial Regions DBQ Practice

Using three or more provided colonial-era documents plus your own knowledge, write a thesis-driven response explaining how geography and economy created distinct colonial regions. Source at least two documents by analyzing the author's point of view or purpose, and include one piece of outside evidence.

Deliverable · A DBQ-style essay with a defensible thesis, document evidence with sourcing, and outside historical evidence.

Quiz · 5 questions
  1. 1. The Columbian Exchange most directly involved the transfer of:

  2. 2. Spanish colonization in the Americas most emphasized:

  3. 3. Southern plantation economies came to rely primarily on:

  4. 4. The First Great Awakening primarily emphasized:

  5. 5. In a DBQ, 'sourcing' a document means analyzing its:

You'll be able to

I can explain how interactions among Native Americans, Europeans, and Africans transformed the Americas.

I can analyze how environmental and economic factors shaped distinct colonial regions.

Weeks 7-11 Unit 2: Revolution & the New Republic (Period 3, 1754-1800)
APUSH Period 3D2.Civ.1.9-12D2.Civ.4.9-12D2.His.5.9-12
Lecture
The French and Indian War and imperial reorganization

The French and Indian War (1754-1763), the North American part of the Seven Years' War, ended with Britain defeating France and gaining vast territory. But the war left Britain deeply in debt and convinced it to tighten control over its colonies. Parliament issued the Proclamation of 1763 (barring settlement west of the Appalachians) and new taxes to raise revenue. For example, the Sugar and Stamp Acts taxed colonists who had no representation in Parliament. This reorganization shifted the prior policy of 'salutary neglect' and ignited colonial resentment that built toward revolution.

The French and Indian War (1754-1763), the North American front of the global Seven Years' War, pitted Britain and its colonists against France and its Native allies over the Ohio Valley. Britain won, and the 1763 Treaty of Paris stripped France of nearly all of mainland North America. But victory created problems: a massive war debt, a huge new territory to govern, and Native resistance (Pontiac's Rebellion) that prompted the Proclamation of 1763 barring colonial settlement west of the Appalachians. To pay the debt, Britain abandoned 'salutary neglect' and began taxing and tightening control over the colonies. Colonists who had gained military confidence and resented new restrictions and taxes grew increasingly defiant, setting the stage for revolution.

Worked Example 1

Problem. Causation SAQ: Explain ONE way the French and Indian War changed the relationship between Britain and its colonies.

  1. Recall the war's financial outcome.
  2. Connect debt to new British policy.
  3. Explain the colonial reaction.
  4. State the changed relationship.

Answer. The war left Britain deeply in debt, prompting Parliament to tax the colonies and tighten enforcement, ending the era of salutary neglect. Colonists, accustomed to self-rule and now wary of standing armies, resented these measures, straining the imperial relationship and breeding resistance.

Worked Example 2

Problem. Explain the purpose and colonial reaction to the Proclamation of 1763.

  1. State why Britain issued it.
  2. Identify what it forbade.
  3. Explain colonial frustration.
  4. State the significance.

Answer. Britain issued the Proclamation of 1763 to avoid costly conflict with Native peoples after Pontiac's Rebellion by banning colonial settlement west of the Appalachians. Colonists who had fought partly for western land felt betrayed, adding to growing resentment of imperial control.

Common mistakes
  • Misconception: Britain's victory in 1763 strengthened ties with the colonies. Correction: the resulting debt and new taxes actually sharpened tensions.
  • Misconception: the Proclamation Line permanently stopped western settlement. Correction: many colonists ignored or resented it, and it was loosely enforced.
✎ Try it yourself

Problem. Explain how the French and Indian War contributed to the American Revolution.

Solution. The war's enormous cost led Britain to tax the colonies through measures like the Stamp Act and to enforce trade laws, ending salutary neglect. These policies, combined with the Proclamation of 1763 limiting western land, angered colonists who expected the rights of Englishmen, fueling the resistance that grew into revolution.

Causes and ideology of the American Revolution

Colonial grievances grew from taxation without representation, restrictions on self-governance, and Enlightenment ideas about natural rights and government by consent, drawn from thinkers like John Locke. Events such as the Boston Massacre, the Tea Act and Boston Tea Party, and the Coercive (Intolerable) Acts escalated tensions. Thomas Paine's 'Common Sense' (1776) popularized independence, and the Declaration of Independence articulated the ideology that legitimate government derives from the consent of the governed. For example, the phrase 'all men are created equal' framed a revolutionary claim. Ideology and grievance together fueled the break from Britain.

The American Revolution grew from both grievances and ideas. Beginning in 1765, Parliament's taxes, the Stamp Act, Townshend Acts, and Tea Act, sparked the cry 'no taxation without representation,' since colonists had no members in Parliament. Resistance escalated through boycotts, the Boston Massacre (1770), and the Boston Tea Party (1773), met by the Coercive (Intolerable) Acts. Enlightenment ideas, especially John Locke's natural rights and government by consent, gave colonists a philosophical case for resistance, popularized by Thomas Paine's Common Sense (1776). The Declaration of Independence (July 1776), drafted by Jefferson, fused these ideas, asserting that governments derive power from the consent of the governed and may be altered when they violate natural rights of life, liberty, and the pursuit of happiness.

Worked Example 1

Problem. DBQ analysis: Paine's Common Sense argues monarchy is absurd and America should rule itself. How does this document support an argument about revolutionary ideology?

  1. Identify the document's core claim.
  2. Connect to Enlightenment ideas.
  3. Note its purpose and audience.
  4. Tie to a thesis on ideology.

Answer. Common Sense rejects hereditary monarchy and argues for self-government, popularizing Enlightenment ideas of natural rights for a mass colonial audience. Written to persuade ordinary colonists to embrace independence, it shows how political philosophy translated into a widespread revolutionary movement.

Worked Example 2

Problem. Explain the meaning of 'no taxation without representation.'

  1. Define the colonial complaint.
  2. Explain the constitutional principle.
  3. Note Britain's counterargument.
  4. State the significance.

Answer. Colonists argued Parliament could not tax them because they elected no members to it, violating the right of Englishmen to be taxed only by their own representatives. Britain claimed 'virtual representation,' that Parliament represented all subjects, but colonists rejected this, making the slogan a rallying cry for resistance.

Common mistakes
  • Misconception: the Revolution was only about taxes. Correction: Enlightenment ideas about natural rights and consent of the governed were central to its ideology.
  • Misconception: all colonists supported independence. Correction: roughly a third were Loyalists or neutral; the Revolution was also a civil conflict.
✎ Try it yourself

Problem. Explain how Enlightenment ideas shaped the Declaration of Independence.

Solution. Jefferson drew directly on John Locke's idea that people possess natural rights and that governments exist by the consent of the governed. The Declaration asserts rights to life, liberty, and the pursuit of happiness, and the right to abolish a government that violates them, transforming Enlightenment philosophy into a justification for independence.

Articles of Confederation and the Constitutional Convention

The Articles of Confederation (1781) created a deliberately weak central government with no power to tax or regulate trade, reflecting fear of tyranny. Its weaknesses—revealed by events like Shays' Rebellion—prompted the 1787 Constitutional Convention. There, delegates crafted a stronger federal system balancing power through separation of powers and checks and balances, and compromises like the Great Compromise (a bicameral legislature) and the Three-Fifths Compromise. For example, the inability to raise revenue under the Articles directly motivated the new Constitution. The Convention transformed the structure of American government.

After independence, Americans feared centralized power, so the Articles of Confederation (ratified 1781) created a weak national government: a single-house Congress with no power to tax, regulate commerce, or enforce laws, and no executive or national courts. The Articles did achieve the Northwest Ordinance (1787), a system for admitting new states. But weaknesses, an empty treasury, trade disputes among states, and especially Shays's Rebellion (1786-87), an armed uprising of indebted Massachusetts farmers, convinced leaders the government was too weak. In 1787 delegates met in Philadelphia and, exceeding their mandate, wrote a new Constitution featuring a stronger federal government, separation of powers, and compromises like the Great Compromise (bicameral Congress) and the Three-Fifths Compromise over counting enslaved people.

Worked Example 1

Problem. Causation SAQ: Explain ONE weakness of the Articles of Confederation that led to the Constitutional Convention.

  1. Name a specific structural weakness.
  2. Give a concrete consequence.
  3. Connect to the call for a convention.
  4. State the cause-effect.

Answer. Under the Articles, Congress could not tax, leaving the national government unable to pay debts or fund defense. Events like Shays's Rebellion exposed this weakness, convincing leaders that a stronger central government was needed and prompting the 1787 Constitutional Convention.

Worked Example 2

Problem. Explain the Great Compromise.

  1. Identify the conflict (large vs small states).
  2. State each side's proposal.
  3. Describe the resolution.
  4. Note the result.

Answer. Large states wanted representation by population (Virginia Plan); small states wanted equal representation (New Jersey Plan). The Great Compromise created a bicameral Congress: a House based on population and a Senate with two seats per state, balancing both interests and securing the Constitution's progress.

Common mistakes
  • Misconception: the Articles accomplished nothing. Correction: they won the war and produced the Northwest Ordinance for orderly western expansion.
  • Misconception: the Convention only revised the Articles. Correction: delegates scrapped them and wrote an entirely new Constitution.
✎ Try it yourself

Problem. Explain how Shays's Rebellion influenced the movement to replace the Articles of Confederation.

Solution. Shays's Rebellion saw indebted farmers shut down courts in Massachusetts, and the national government under the Articles lacked the power and money to respond. This alarmed leaders that the government was too weak to maintain order, strengthening support for the Constitutional Convention and a more powerful federal government.

Ratification debates: Federalists and Anti-Federalists

Ratifying the Constitution sparked intense debate. Federalists, including authors of The Federalist Papers (Hamilton, Madison, Jay), argued a strong central government was necessary and that its structure would prevent tyranny. Anti-Federalists feared centralized power would threaten liberty and the states, and demanded explicit protections. The compromise was the promise of a Bill of Rights, the first ten amendments, ratified in 1791. For example, Federalist No. 10 argued a large republic would control the dangers of faction. This debate established the enduring American tension between federal power and individual and state rights.

The proposed Constitution had to be ratified by nine states, sparking intense debate. Federalists, including Hamilton, Madison, and Jay, supported it, arguing a strong national government with checks and balances would preserve order and liberty; they made their case in The Federalist Papers. Anti-Federalists, such as Patrick Henry and George Mason, feared a powerful central government would crush states' rights and individual liberties, and they objected that the Constitution lacked a bill of rights. The decisive compromise was a promise to add such protections; the Bill of Rights (first ten amendments) was ratified in 1791. This debate over the proper balance between federal power and individual/state liberty established a tension that has run through all of American political history.

Worked Example 1

Problem. Comparison SAQ: Explain ONE key difference between Federalist and Anti-Federalist views.

  1. Pick the core issue (size/power of government).
  2. State the Federalist position.
  3. State the Anti-Federalist position.
  4. Make the contrast explicit.

Answer. Federalists argued a strong national government with separation of powers was necessary to maintain order and protect liberty. Anti-Federalists feared such concentrated power would threaten individual rights and state authority, demanding a bill of rights as protection.

Worked Example 2

Problem. Sourcing: Federalist No. 10 argues a large republic best controls factions. How does the author's purpose shape it?

  1. Identify author and goal.
  2. Explain how purpose affects content.
  3. Note the audience.
  4. State analytical caution.

Answer. Madison wrote to persuade New Yorkers to ratify, so he emphasizes the benefits of a large republic and downplays risks of central power. Recognizing this persuasive purpose helps us read it as advocacy, not neutral analysis.

Common mistakes
  • Misconception: the Bill of Rights was part of the original Constitution. Correction: it was added by amendment in 1791 to satisfy Anti-Federalists.
  • Misconception: Anti-Federalists opposed any government. Correction: they wanted government power kept closer to the states and protected by explicit rights.
✎ Try it yourself

Problem. Explain how Anti-Federalist concerns shaped the final Constitution.

Solution. Anti-Federalists warned that the Constitution lacked explicit protections for individual liberties against a strong central government. To win ratification, Federalists promised to add such protections, leading to the Bill of Rights in 1791, which guaranteed freedoms like speech, religion, and trial by jury.

The early Republic, political parties, and foreign policy

The first administrations faced the challenge of putting the Constitution into practice. Disagreements between Hamilton (favoring a strong central government, a national bank, and commerce) and Jefferson (favoring states' rights and agriculture) produced the first political parties: Federalists and Democratic-Republicans. In foreign policy, Washington's Farewell Address warned against permanent alliances and political factions. For example, the debate over the national bank reflected competing visions of constitutional interpretation—loose versus strict construction. These early conflicts set patterns for American politics that persist today.

The early Republic faced the challenge of governing under the new Constitution. President Washington set precedents and, with Hamilton, built federal power: Hamilton's financial plan created a national bank, assumed state debts, and favored manufacturing. Disagreements over this plan and over foreign policy split leaders into the first political parties, Hamilton's Federalists (pro-British, strong central government) and Jefferson's Democratic-Republicans (pro-French, agrarian, states' rights). In foreign affairs, Washington's Neutrality Proclamation and Farewell Address warned against permanent alliances and party division, while Jay's Treaty and the XYZ Affair stirred controversy. The Alien and Sedition Acts (1798) and the Kentucky and Virginia Resolutions deepened the partisan divide, yet the peaceful transfer of power in the 'Revolution of 1800' showed the system could endure.

Worked Example 1

Problem. Explain ONE cause of the rise of political parties in the 1790s.

  1. Identify a major policy dispute.
  2. Name the two camps.
  3. Explain how the dispute divided them.
  4. State the cause.

Answer. Hamilton's financial program, especially the national bank, divided leaders over how much power the federal government should have. Hamilton's supporters became Federalists favoring strong central authority, while Jefferson's followers formed the Democratic-Republicans defending states' rights, giving rise to the first party system.

Worked Example 2

Problem. Sourcing: Washington's Farewell Address warns against political parties and foreign alliances. Why is the timing significant?

  1. Note when he wrote it (1796, leaving office).
  2. Identify the contemporary problems.
  3. Connect his warnings to those problems.
  4. State the significance.

Answer. Washington wrote as parties were forming and Europe was at war. His warnings against permanent foreign alliances and partisan division responded directly to the tensions of the 1790s, reflecting fears that both could endanger the young Republic.

Common mistakes
  • Misconception: the Founders wanted political parties. Correction: many, including Washington, distrusted parties, which formed despite their warnings.
  • Misconception: the 'Revolution of 1800' involved violence. Correction: it refers to the first peaceful transfer of power between rival parties.
✎ Try it yourself

Problem. Explain how foreign policy contributed to party divisions in the 1790s.

Solution. As Britain and France went to war, Federalists favored Britain and stable commerce while Democratic-Republicans sympathized with revolutionary France. Disputes over neutrality, Jay's Treaty, and the XYZ Affair sharpened these loyalties, reinforcing the partisan split between the two emerging parties.

Document-based question on revolutionary ideology

This DBQ applies historical thinking to revolutionary-era sources, asking students to construct an argument about the ideas driving independence and the new government. A strong response develops a defensible thesis, uses and sources multiple documents (analyzing purpose, audience, or point of view), and incorporates outside knowledge such as Enlightenment philosophy or specific events. For example, contrasting Federalist and Anti-Federalist documents can support an argument about competing visions of liberty. Practicing this DBQ sharpens the ability to weigh primary sources and build evidence-based historical arguments.

A DBQ on revolutionary ideology asks how ideas, not just grievances, drove the break with Britain. Build a thesis about the ideological foundations, Enlightenment natural rights, consent of the governed, republicanism, and liberty, then support it with documents you analyze rather than summarize. Useful sources include Locke's Second Treatise (natural rights), Paine's Common Sense (rejecting monarchy), the Declaration of Independence (consent and rights), and counterpoints showing limits, such as the exclusion of enslaved people and women from these ideals. Strong responses contextualize the era (post-1763 imperial conflict and Enlightenment thought), source documents by purpose and audience, and weigh how revolutionary ideals were both genuinely held and unevenly applied.

Worked Example 1

Problem. Write a DBQ thesis: 'Evaluate the extent to which Enlightenment ideas shaped the American Revolution.'

  1. Take a clear position on extent.
  2. Acknowledge a complicating factor.
  3. Hint at evidence categories.
  4. Keep it concise.

Answer. Enlightenment ideas of natural rights and government by consent shaped the Revolution's justifications to a great extent, providing the language of the Declaration and Common Sense, even though economic grievances and uneven application of those ideals to enslaved people and women revealed their limits.

Worked Example 2

Problem. Analyze a document: an enslaved petitioner in 1777 invokes 'natural rights' to seek freedom. How does it complicate a thesis on revolutionary ideals?

  1. Identify the author and claim.
  2. Note the irony with revolutionary rhetoric.
  3. Explain the complication.
  4. Tie to thesis.

Answer. The petitioner uses the Revolution's own language of natural rights to demand freedom, exposing the contradiction between ideals of liberty and the persistence of slavery. This complicates any thesis by showing revolutionary ideology was real yet inconsistently applied.

Common mistakes
  • Misconception: revolutionary ideals applied equally to everyone. Correction: enslaved people, women, and many others were excluded, a key complexity to address.
  • Misconception: a DBQ thesis can simply list documents. Correction: the thesis must take an analytical position the documents then support.
✎ Try it yourself

Problem. Name two documents you would group together to argue that Enlightenment ideas justified independence, and explain how.

Solution. Group Locke's Second Treatise and the Declaration of Independence. Locke argues people have natural rights and may overthrow a government that violates them; the Declaration directly applies this, asserting rights to life, liberty, and the pursuit of happiness and the right to abolish tyrannical rule. Together they show Enlightenment philosophy supplying the ideological justification for revolution.

Key terms
  • Salutary neglect — Britain's earlier policy of loosely enforcing colonial regulations
  • Natural rights — Enlightenment idea that people have inherent rights government must protect
  • Articles of Confederation — the first U.S. government, with a deliberately weak central authority
  • Checks and balances — the system letting each branch of government limit the others
  • Federalists — supporters of ratifying the Constitution and a strong central government
  • Anti-Federalists — opponents who feared centralized power and demanded a Bill of Rights
  • The Federalist Papers — essays arguing for ratification of the Constitution
  • Bill of Rights — the first ten amendments protecting individual liberties
Assignment · Revolutionary Ideology DBQ

Using provided revolutionary-era documents and outside knowledge, write a thesis-driven essay analyzing the ideas that justified American independence and shaped the new government. Source at least two documents and connect them to Enlightenment thought or specific events such as the ratification debates.

Deliverable · A DBQ-style essay with a clear thesis, sourced document evidence, and relevant outside knowledge.

Quiz · 5 questions
  1. 1. A major consequence of the French and Indian War for Britain was:

  2. 2. A key weakness of the Articles of Confederation was that the central government could not:

  3. 3. Anti-Federalists most strongly demanded:

  4. 4. The first U.S. political parties grew largely from the dispute between:

  5. 5. Washington's Farewell Address warned against:

You'll be able to

I can evaluate the causes and consequences of the American Revolution and the founding documents.

I can analyze how competing political philosophies shaped the new national government.

Weeks 12-16 Unit 3: Expansion, Reform & Sectionalism (Periods 4-5, 1800-1848)
APUSH Period 4APUSH Period 5D2.His.4.9-12D2.Eco.3.9-12D2.Civ.10.9-12
Lecture
Jeffersonian and Jacksonian democracy

Jeffersonian democracy (early 1800s) favored an agrarian republic, limited federal government, and strict constitutional interpretation, though Jefferson stretched his own principles with the Louisiana Purchase (1803). Jacksonian democracy (1820s-1830s) expanded suffrage to nearly all white men, celebrated the 'common man,' and strengthened the presidency. Andrew Jackson opposed the national bank, used the spoils system, and forcibly removed Native Americans via the Indian Removal Act and Trail of Tears. For example, Jackson's bank veto reflected his populist hostility to concentrated economic power. Both eras debated how democratic and how powerful the federal government should be.

From 1800 to 1840 American democracy broadened. Jeffersonian democracy (after 1800) favored a limited federal government, agrarian ideals, and strict reading of the Constitution, though Jefferson stretched his principles to make the Louisiana Purchase (1803), doubling the nation. Jacksonian democracy (1828-1837) expanded the franchise to nearly all white men, championed the 'common man,' and rejected elite privilege. Andrew Jackson used the veto aggressively, destroyed the Second Bank of the United States, defied the Supreme Court, and pushed the Indian Removal Act (leading to the Trail of Tears). His era saw the spoils system and a stronger presidency. Yet 'democracy' remained limited: women, enslaved people, and Native Americans were excluded, revealing the gap between rhetoric and reality.

Worked Example 1

Problem. Comparison SAQ: Explain ONE similarity OR difference between Jeffersonian and Jacksonian democracy.

  1. Choose similarity or difference.
  2. State a shared principle or a contrast.
  3. Support with a specific.
  4. State clearly.

Answer. Both Jeffersonian and Jacksonian democracy claimed to defend the common citizen against concentrated power, opposing a strong national bank and favoring limited federal government. A difference is that Jacksonian democracy expanded suffrage to nearly all white men, broadening political participation beyond the property-holding base Jefferson assumed.

Worked Example 2

Problem. Evaluate the claim that Jacksonian democracy was truly democratic.

  1. State what expanded.
  2. State what stayed exclusionary.
  3. Weigh both.
  4. Reach a qualified judgment.

Answer. Jacksonian democracy expanded voting to nearly all white men and celebrated the common man, a genuine democratic broadening. Yet it excluded women, enslaved African Americans, and Native peoples, and Jackson forcibly removed the Cherokee, so it was democratic only within sharp racial and gender limits.

Common mistakes
  • Misconception: Jefferson always followed strict construction. Correction: he set aside his strict-constructionist views to buy Louisiana, which the Constitution did not explicitly authorize.
  • Misconception: Jacksonian democracy extended rights to everyone. Correction: it expanded white male suffrage while excluding women, Native Americans, and enslaved people.
✎ Try it yourself

Problem. Explain how Andrew Jackson expanded presidential power.

Solution. Jackson used the veto more than all prior presidents combined, treating it as a policy tool rather than a check on unconstitutional laws. He destroyed the Second Bank by withdrawing federal funds, ignored a Supreme Court ruling protecting the Cherokee, and used the spoils system, all of which strengthened the executive branch.

Market Revolution and early industrialization

The Market Revolution (early-to-mid 1800s) transformed the economy from local subsistence to interconnected national markets, driven by innovations in transportation (canals, roads, railroads), communication (the telegraph), and manufacturing (the factory system and interchangeable parts). The Northeast industrialized with textile mills employing wage laborers, while the South expanded cotton production after the cotton gin. For example, the Erie Canal slashed shipping costs and linked the West to Eastern markets. These changes created new social classes, urban growth, and deepened regional economic differences that would later fuel sectional conflict.

The Market Revolution (roughly 1815-1850) transformed the U.S. economy from local self-sufficiency to interconnected markets. New transportation, the Erie Canal (1825), roads, and railroads, slashed shipping costs and linked farms to distant cities. Innovations like the cotton gin, interchangeable parts, and the textile factory (Lowell mills) launched early industrialization in the Northeast. Cash crops, especially cotton in the South powered by enslaved labor, fed northern and British mills, tying regions together economically even as it deepened slavery. The revolution created a new wage-labor working class, a growing middle class, and widening inequality, and it shifted many women's work into the home, fostering the 'cult of domesticity.' It reshaped daily life and intensified regional differences.

Worked Example 1

Problem. Causation SAQ: Explain ONE effect of transportation improvements on the U.S. economy before 1850.

  1. Name a transportation innovation.
  2. State its direct economic effect.
  3. Connect to broader market integration.
  4. State the effect.

Answer. The Erie Canal dramatically lowered the cost of moving goods between the Midwest and East Coast. This connected western farms to eastern and European markets, accelerating commercial agriculture and helping integrate previously isolated local economies into a national market.

Worked Example 2

Problem. Explain how the Market Revolution affected women's roles in the Northeast.

  1. Note the shift in production location.
  2. Describe new working roles.
  3. Describe the domestic ideal.
  4. State the dual effect.

Answer. Some young women took wage jobs in textile mills like Lowell, gaining limited economic independence. At the same time, the separation of work from home produced the 'cult of domesticity,' which idealized middle-class women as moral guardians of the household, narrowing many women's public roles.

Common mistakes
  • Misconception: the Market Revolution industrialized the whole country evenly. Correction: factories concentrated in the Northeast, while the South stayed agricultural and dependent on enslaved labor.
  • Misconception: market growth ended slavery. Correction: northern textile demand for cotton actually entrenched and expanded southern slavery.
✎ Try it yourself

Problem. Explain how the Market Revolution deepened differences between North and South.

Solution. The North industrialized with factories, wage labor, and growing cities, while the South specialized in cotton grown by enslaved people for export. Both regions were economically linked, but their divergent labor systems and economies, free wage labor versus slavery, hardened sectional differences that would later fuel conflict over slavery's expansion.

Reform movements, abolition, and women's rights

The Second Great Awakening's religious fervor sparked a wave of reform movements aiming to perfect society. Abolitionists like Frederick Douglass and William Lloyd Garrison demanded an end to slavery; temperance reformers targeted alcohol; and the women's rights movement launched at the Seneca Falls Convention (1848), whose Declaration of Sentiments demanded equality. For example, Seneca Falls adapted the Declaration of Independence to argue that 'all men and women are created equal.' These movements expanded democratic ideals and built organizing traditions that shaped American social activism for generations.

The decades before the Civil War saw a wave of reform driven partly by the Second Great Awakening, which preached that individuals could perfect themselves and society. Reformers attacked many ills: the temperance movement fought alcohol abuse; education reformers like Horace Mann promoted public schools; activists improved prisons and asylums (Dorothea Dix). Abolitionism grew radical with William Lloyd Garrison's Liberator and the powerful voice of Frederick Douglass, demanding immediate emancipation. The women's rights movement emerged from abolitionism; at the Seneca Falls Convention (1848), Elizabeth Cady Stanton's Declaration of Sentiments demanded equality and suffrage. These movements reflected optimism about human improvement and democratic ideals, though they also provoked backlash and deepened sectional tension over slavery.

Worked Example 1

Problem. SAQ: Explain ONE way the Second Great Awakening influenced antebellum reform.

  1. State the religious idea.
  2. Connect it to a reform impulse.
  3. Give a specific movement.
  4. State the influence.

Answer. The Second Great Awakening taught that individuals could achieve salvation and improve themselves and society. This belief in human perfectibility inspired reformers to attack social ills, fueling movements such as temperance and abolition that aimed to cleanse society of sin.

Worked Example 2

Problem. Analyze the Declaration of Sentiments (1848) as a primary source.

  1. Identify its model and purpose.
  2. Explain the rhetorical choice.
  3. Note its demands.
  4. State its significance.

Answer. The Declaration of Sentiments deliberately echoed the Declaration of Independence, declaring 'all men and women are created equal.' By borrowing the nation's founding language, its authors framed women's rights as fulfilling American ideals, demanding equality and suffrage and launching the organized women's movement.

Common mistakes
  • Misconception: all abolitionists wanted immediate, equal freedom. Correction: views ranged from gradual emancipation and colonization to Garrison's immediate abolition.
  • Misconception: women's rights and abolition were unrelated. Correction: the women's movement grew directly out of women's activism in abolitionism.
✎ Try it yourself

Problem. Explain the connection between the abolition and women's rights movements.

Solution. Many early women's rights activists, like Elizabeth Cady Stanton and Lucretia Mott, began as abolitionists. Excluded from leadership at antislavery meetings because of their sex, they recognized parallels between the oppression of enslaved people and the legal subordination of women, leading them to organize the Seneca Falls Convention in 1848.

Manifest Destiny and westward expansion

Manifest Destiny was the widespread 19th-century belief that the United States was destined to expand across the continent. It drove the annexation of Texas, the Oregon settlement, and the Mexican-American War (1846-1848), which added vast southwestern territory through the Treaty of Guadalupe Hidalgo. Expansion displaced Native peoples and Mexican residents and intensified the debate over whether new territories would permit slavery. For example, the question of slavery in lands gained from Mexico directly fueled sectional crisis. Expansion thus expanded the nation while sharpening its deepest internal conflict.

Manifest Destiny, the belief that the U.S. was divinely destined to expand across the continent, drove rapid westward growth in the 1840s. The annexation of Texas (1845) and a border dispute helped trigger the Mexican-American War (1846-1848). U.S. victory and the Treaty of Guadalupe Hidalgo (1848) added the vast Mexican Cession, California, the Southwest, completing continental expansion alongside the Oregon settlement with Britain. Expansion brought the 1849 California Gold Rush and new opportunities but also displaced and devastated Native nations and incorporated Mexican populations. Crucially, it reopened the explosive question of whether slavery would extend into the new territories, intensifying sectional conflict and pushing the nation toward civil war.

Worked Example 1

Problem. Causation SAQ: Explain ONE effect of westward expansion on sectional tensions in the 1840s-50s.

  1. Identify the new lands.
  2. Explain the slavery question they raised.
  3. Connect to sectional conflict.
  4. State the effect.

Answer. The Mexican Cession of 1848 added huge new territories, immediately raising the question of whether slavery would be allowed there. This dispute, expressed in the Wilmot Proviso and later compromises, sharply intensified North-South tensions and moved the nation closer to civil war.

Worked Example 2

Problem. Source a newspaper editorial coining 'Manifest Destiny' (1845). What is its purpose?

  1. Identify the claim.
  2. Note the persuasive intent.
  3. Explain the consequence it justifies.
  4. State the analytical point.

Answer. The editorial frames U.S. expansion as a God-given right and duty to spread democracy across the continent. Its purpose is to justify and encourage territorial acquisition, masking conquest and the displacement of Native and Mexican peoples behind moral and patriotic language.

Common mistakes
  • Misconception: expansion was peaceful and empty land was settled. Correction: it required war with Mexico and the violent displacement of many Native nations.
  • Misconception: Manifest Destiny united the country. Correction: it deeply divided North and South over slavery's expansion into new territory.
✎ Try it yourself

Problem. Explain how the Mexican-American War contributed to the coming of the Civil War.

Solution. The war added the Mexican Cession, vast western lands, forcing Congress to decide whether slavery could expand there. Proposals like the Wilmot Proviso to ban slavery in those territories inflamed sectional passions. The struggle over slavery in the new lands produced the crises of the 1850s that led directly toward civil war.

Growing sectional tensions over slavery

As the nation expanded, the question of slavery's spread divided North and South. Compromises tried to maintain balance: the Missouri Compromise (1820) drew a line for slavery in the Louisiana territory, and the Compromise of 1850 included a strict Fugitive Slave Act. But each compromise proved temporary. For example, the Kansas-Nebraska Act (1854) introduced popular sovereignty and sparked violence in 'Bleeding Kansas.' Economic differences, moral arguments over slavery, and disputes over federal versus state power steadily pushed the regions toward irreconcilable conflict.

As the nation expanded, slavery's future became the central political crisis. The Missouri Compromise (1820) had balanced free and slave states and drawn a line across the Louisiana Territory, but new lands reopened the issue. The Compromise of 1850 admitted California free, applied popular sovereignty elsewhere, and passed a harsh Fugitive Slave Act that outraged the North. The Kansas-Nebraska Act (1854) repealed the Missouri Compromise line, sparking 'Bleeding Kansas.' The Dred Scott decision (1857) declared that Black people were not citizens and Congress could not bar slavery in territories, infuriating antislavery Americans. These escalating conflicts shattered old party alliances, gave rise to the Republican Party, and convinced both sections that the other threatened its way of life.

Worked Example 1

Problem. SAQ: Explain ONE way the Kansas-Nebraska Act increased sectional tensions.

  1. State what the act did.
  2. Note what it overturned.
  3. Describe the consequence.
  4. State the effect on tensions.

Answer. The Kansas-Nebraska Act let settlers decide on slavery by popular sovereignty, repealing the Missouri Compromise line that had barred slavery there. This triggered violent clashes between pro- and antislavery settlers in 'Bleeding Kansas' and convinced Northerners that the South sought to spread slavery, deepening sectional hostility.

Worked Example 2

Problem. Explain the significance of the Dred Scott decision (1857).

  1. State the ruling.
  2. Explain its impact on the slavery debate.
  3. Note the political fallout.
  4. State the significance.

Answer. The Supreme Court ruled that African Americans were not citizens and that Congress could not prohibit slavery in territories, effectively voiding the Missouri Compromise. The decision enraged Northerners and Republicans, who saw it as proof of a 'slave power' conspiracy, and pushed the sections further apart.

Common mistakes
  • Misconception: compromises permanently settled the slavery question. Correction: each compromise only delayed conflict, and the issue kept reigniting with each new territory.
  • Misconception: popular sovereignty was a peaceful solution. Correction: in Kansas it produced violence ('Bleeding Kansas') as both sides rushed in.
✎ Try it yourself

Problem. Explain how the Fugitive Slave Act of 1850 increased tensions between North and South.

Solution. The Fugitive Slave Act required Northerners to help capture escaped enslaved people and denied accused fugitives a jury trial. Many Northerners, even those previously indifferent to slavery, resented being forced to participate, leading to resistance and personal liberty laws. This made slavery a personal moral issue in the North and angered Southerners when the law was defied.

Long-essay question (LEQ) on antebellum reform

The Long-Essay Question (LEQ) asks students to develop an argument in response to a prompt using outside historical evidence, without provided documents. A strong LEQ has a defensible thesis, specific and relevant evidence, and a historical reasoning skill such as causation, comparison, or continuity and change over time. For example, an LEQ on antebellum reform might argue how the Second Great Awakening caused multiple reform movements, supported with specific examples like abolition and women's rights. Practicing LEQs builds the structured argumentation the AP exam rewards.

The Long Essay Question (LEQ) asks you to develop an argument with a thesis, contextualization, and specific evidence, organized around a historical reasoning skill (causation, comparison, or continuity and change). For an LEQ on antebellum reform, you might argue how reform movements reflected and reshaped American democratic ideals. A top response opens with a defensible thesis that takes a clear position, sets context (the Second Great Awakening and Market Revolution), supports the argument with multiple specific examples (temperance, abolition, Seneca Falls), and uses a complex understanding, for instance, qualifying that reform both extended and limited democracy, or comparing movements that succeeded and failed. Unlike a DBQ, you supply all evidence from your own knowledge.

Worked Example 1

Problem. Write an LEQ thesis: 'Evaluate the extent to which antebellum reform movements expanded democratic ideals (1820-1860).'

  1. Take a clear position on extent.
  2. Acknowledge a limitation.
  3. Preview evidence categories.
  4. Keep it focused.

Answer. Antebellum reform movements significantly expanded democratic ideals by demanding rights for the enslaved and for women and broadening public education, yet their reach was limited by deep resistance and by reformers' own exclusions, so they extended democracy unevenly.

Worked Example 2

Problem. Provide two specific pieces of evidence to support that thesis.

  1. Pick concrete examples.
  2. Tie each to expanding democracy.
  3. Show the limitation.
  4. State briefly.

Answer. The Seneca Falls Convention (1848) and its Declaration of Sentiments demanded women's equality and suffrage, expanding democratic claims. Horace Mann's common-school movement broadened access to public education. Yet abolition met fierce resistance and women still could not vote, showing the limits of reform's democratic reach.

Common mistakes
  • Misconception: an LEQ needs documents. Correction: the LEQ requires your own outside evidence; only the DBQ provides documents.
  • Misconception: listing facts is enough. Correction: evidence must be used to support a clear, argumentative thesis, not just narrated.
✎ Try it yourself

Problem. For the prompt 'Evaluate the extent to which the Second Great Awakening influenced antebellum reform,' write a thesis and name one supporting example.

Solution. Thesis: The Second Great Awakening strongly influenced antebellum reform by promoting belief in human perfectibility, which inspired movements to abolish slavery and curb alcohol, though some reforms also drew on secular and Enlightenment ideas. Supporting example: temperance societies, fueled by evangelical fervor, mobilized millions to fight alcohol abuse as a moral crusade.

Key terms
  • Jacksonian democracy — an era expanding white male suffrage and celebrating the common man
  • Market Revolution — the early-1800s shift to interconnected national markets and industry
  • Second Great Awakening — a religious revival that inspired widespread social reform
  • Abolitionism — the movement to end slavery
  • Seneca Falls Convention — the 1848 launch of the organized women's rights movement
  • Manifest Destiny — the belief that the U.S. was destined to expand across the continent
  • Missouri Compromise — the 1820 agreement balancing slave and free territory
  • LEQ — a Long-Essay Question requiring an argument built from outside knowledge
Assignment · Antebellum Reform LEQ

Write a long-essay response arguing how the Second Great Awakening influenced antebellum reform movements. Open with a defensible thesis, support it with at least three specific examples (such as abolition, temperance, or women's rights), and use a historical reasoning skill like causation.

Deliverable · A long-essay (LEQ) response with a thesis, specific outside evidence, and clear historical reasoning.

Quiz · 5 questions
  1. 1. Jacksonian democracy is best associated with:

  2. 2. The Erie Canal is an example of a development in the:

  3. 3. The Seneca Falls Convention of 1848 launched the organized movement for:

  4. 4. Manifest Destiny was the belief that the United States should:

  5. 5. An LEQ differs from a DBQ in that it:

You'll be able to

I can explain how economic and social change reshaped American democracy in the early 1800s.

I can analyze how sectional differences over slavery intensified national conflict.

Weeks 17-21 Unit 4: Civil War & Reconstruction (Period 5, 1844-1877)
APUSH Period 5D2.His.14.9-12D2.His.16.9-12D2.Civ.5.9-12
Lecture
Compromises, crises, and the collapse of the Union

A series of failed compromises preceded the Civil War as the nation could not resolve slavery's expansion. The Compromise of 1850, the Kansas-Nebraska Act (1854), the Dred Scott decision (1857, ruling Black people were not citizens and Congress could not bar slavery in territories), and John Brown's raid each deepened division. Abraham Lincoln's 1860 election, won without Southern support, triggered secession. For example, South Carolina seceded within weeks of the election, fearing for slavery's future. The collapse showed that compromise could no longer contain the conflict between free and slave societies.

By the late 1850s a generation of compromises had failed to resolve slavery. The Lincoln-Douglas debates (1858) sharpened the divide, and John Brown's 1859 raid on Harpers Ferry terrified the South. The 1860 election of Republican Abraham Lincoln, who opposed slavery's expansion, was the final trigger: South Carolina seceded, followed by six more Deep South states, forming the Confederacy before Lincoln even took office. They justified secession by states' rights and the protection of slavery, as their secession declarations openly stated. Last-ditch efforts like the Crittenden Compromise failed. When Confederates fired on Fort Sumter in April 1861, the Union collapsed into war. The central, irreconcilable issue was slavery and its expansion.

Worked Example 1

Problem. Causation SAQ: Explain ONE cause of Southern secession in 1860-1861.

  1. Identify the triggering event.
  2. Connect to fears about slavery.
  3. Explain the Southern reasoning.
  4. State the cause.

Answer. The 1860 election of Lincoln, a Republican opposed to slavery's expansion, convinced many white Southerners that slavery and their political power were now threatened. Believing the federal government would no longer protect slavery, Deep South states seceded to safeguard the institution, triggering the secession crisis.

Worked Example 2

Problem. Source a South Carolina secession declaration (1860) citing slavery. How does it inform debate over the war's cause?

  1. Identify the document's stated reason.
  2. Note its purpose.
  3. Connect to the 'states' rights' debate.
  4. State the conclusion.

Answer. South Carolina's declaration explicitly names the protection of slavery as its reason for leaving, denouncing Northern interference with slaveholding. Because it states the cause in the seceders' own words, it provides strong evidence that slavery, not abstract states' rights, drove secession.

Common mistakes
  • Misconception: the Civil War was mainly about tariffs or states' rights in the abstract. Correction: secession documents themselves cite the protection of slavery as the primary cause.
  • Misconception: Lincoln campaigned to abolish slavery everywhere. Correction: in 1860 he opposed its expansion into territories, not its existence in the South.
✎ Try it yourself

Problem. Explain why the election of 1860 led directly to secession.

Solution. Lincoln won the presidency on a platform opposing slavery's spread, despite receiving almost no Southern votes. White Southerners concluded that a hostile sectional party now controlled the federal government and that slavery's future was in danger. Rather than accept this, seven Deep South states seceded before Lincoln took office, igniting the secession crisis.

Causes and course of the Civil War

The Civil War (1861-1865) began at Fort Sumter and pitted the industrial, populous North against the agricultural, slaveholding South. The Union's advantages in manpower, factories, and railroads proved decisive over time, though the Confederacy fought effectively early on. Key turning points included Antietam, Gettysburg (1863, halting Confederate invasion), and Vicksburg (splitting the Confederacy). For example, Gettysburg and Vicksburg in July 1863 marked the war's turning point. Total war strategies, like Sherman's March, ultimately broke Southern capacity to fight, leading to surrender at Appomattox in 1865.

The Civil War (1861-1865) was the deadliest conflict in U.S. history, killing around 750,000. The Union held major advantages, more people, industry, railroads, and a navy that blockaded the South. The Confederacy fought defensively on home ground with strong leadership early under Robert E. Lee. Key turning points came in 1863: Gettysburg halted Lee's northern invasion, and Vicksburg gave the Union control of the Mississippi, splitting the Confederacy. Union strategy evolved into 'total war,' destroying Southern resources, as in Sherman's March to the Sea. Lincoln's leadership, including suspending habeas corpus and managing generals, was crucial. The war ended with Lee's surrender at Appomattox in April 1865, preserving the Union and ending slavery.

Worked Example 1

Problem. SAQ: Explain ONE reason the Union ultimately defeated the Confederacy.

  1. Identify a Union advantage.
  2. Explain how it mattered in war.
  3. Connect to the outcome.
  4. State the reason.

Answer. The Union's superior industry, railroads, and larger population let it out-produce and out-supply the Confederacy over a long war. As the conflict dragged on, the North could replace troops and equipment while the South's resources dwindled, helping secure Union victory.

Worked Example 2

Problem. Explain the significance of the Battle of Gettysburg (1863).

  1. State what happened.
  2. Explain its military effect.
  3. Note its broader impact.
  4. State the significance.

Answer. At Gettysburg, Union forces repelled Lee's second invasion of the North, inflicting heavy Confederate losses. The defeat ended the South's offensive capability in the East and, combined with Vicksburg, marked the war's turning point toward eventual Union victory.

Common mistakes
  • Misconception: the South had little chance from the start. Correction: the Confederacy held early advantages in leadership and morale and only fading later.
  • Misconception: the Union always intended total war. Correction: harsh tactics like Sherman's march developed as strategy evolved over the war.
✎ Try it yourself

Problem. Explain how the Union strategy of 'total war' contributed to victory.

Solution. Total war targeted not just armies but the South's ability to wage war. Sherman's March to the Sea destroyed railroads, crops, and supplies across Georgia, crippling the Confederate economy and breaking Southern morale. By attacking the resources sustaining the war effort, the Union hastened the Confederacy's collapse.

Emancipation and the wartime home fronts

The Emancipation Proclamation (1863) reframed the war as a fight against slavery, declaring enslaved people in rebelling states free and allowing Black men to serve in the Union Army. Both home fronts mobilized economies and faced hardship—the North through industrial production and the South through scarcity and inflation. For example, roughly 180,000 Black soldiers served the Union, strengthening its cause and citizenship claims. Emancipation transformed the war's moral purpose and laid the groundwork for the constitutional abolition of slavery by the Thirteenth Amendment.

The Civil War transformed into a war against slavery. Early on, Lincoln framed it as a fight to save the Union, but military necessity and moral pressure shifted policy. The Emancipation Proclamation (effective January 1863) declared enslaved people in rebel states free, redefining Union war aims, discouraging European support for the Confederacy, and authorizing Black enlistment, nearly 200,000 African Americans served in Union forces. On the home fronts, the war reshaped both societies: the North's industry boomed and the federal government grew (income tax, draft, greenbacks), while the South suffered shortages, inflation, and the strain of fighting on its own soil. Women on both sides took on new economic and nursing roles, foreshadowing later social change.

Worked Example 1

Problem. SAQ: Explain ONE effect of the Emancipation Proclamation.

  1. State what it declared.
  2. Identify a concrete consequence.
  3. Explain its importance.
  4. State the effect.

Answer. The Emancipation Proclamation declared enslaved people in Confederate states free, transforming the war into a struggle against slavery. It allowed African Americans to enlist, adding nearly 200,000 soldiers to the Union, and discouraged Britain and France from aiding the Confederacy.

Worked Example 2

Problem. Compare the Northern and Southern home fronts during the war.

  1. Describe the Northern economy.
  2. Describe Southern hardship.
  3. Tie to wartime conditions.
  4. State the contrast.

Answer. The industrial North experienced economic growth, expanded federal power, and relative stability, while the agricultural South, fighting mostly on its own land, faced food shortages, runaway inflation, and devastation. The war strengthened the North's economy but ruined much of the South's.

Common mistakes
  • Misconception: the Emancipation Proclamation freed all enslaved people immediately. Correction: it applied only to rebel-held areas and freed people as Union armies advanced; the 13th Amendment ended slavery nationwide.
  • Misconception: the war began as a crusade against slavery. Correction: Lincoln initially framed it as preserving the Union; emancipation became a war aim later.
✎ Try it yourself

Problem. Explain why Lincoln issued the Emancipation Proclamation when he did, after the Battle of Antietam.

Solution. Lincoln waited for a Union victory so the measure would look like strength rather than desperation. Antietam (September 1862), though costly, halted Lee's invasion and gave Lincoln the moment to act. Issuing it then redefined the war's purpose, weakened the Confederacy by encouraging enslaved people to flee, and kept Britain and France from recognizing the South.

Reconstruction plans and constitutional amendments

Reconstruction (1865-1877) sought to rebuild the South and define the status of formerly enslaved people. Competing plans—Lincoln's and Johnson's lenient approaches versus Radical Republicans' demands for civil rights—clashed. The Reconstruction Amendments transformed the Constitution: the Thirteenth abolished slavery, the Fourteenth granted citizenship and equal protection, and the Fifteenth barred denying the vote based on race. For example, the Fourteenth Amendment's equal protection clause became a foundation for later civil rights. These amendments expanded federal power to protect individual rights against the states.

Reconstruction (1865-1877) was the effort to rebuild the South and define the place of nearly four million freed people. Plans clashed: Lincoln and Johnson favored lenient terms, while Radical Republicans in Congress demanded protection for freedmen and remaking Southern society. Congress won control, passing the Reconstruction Acts and three transformative amendments: the 13th (abolishing slavery), 14th (citizenship and equal protection), and 15th (Black male suffrage). The Freedmen's Bureau aided former slaves, and Black men voted and held office for the first time. But white Southern resistance, including the Ku Klux Klan, 'Black Codes,' and violence, undermined these gains, and President Johnson's obstruction led to his impeachment. Reconstruction reshaped the Constitution even as its promises went largely unfulfilled.

Worked Example 1

Problem. SAQ: Explain ONE goal of the Reconstruction Amendments.

  1. Identify an amendment.
  2. State its purpose.
  3. Explain its intended effect.
  4. State the goal.

Answer. The 14th Amendment aimed to guarantee citizenship and equal protection of the laws to all persons born in the U.S., including formerly enslaved people. Its goal was to secure the legal rights of freedmen against discriminatory state laws like the Black Codes.

Worked Example 2

Problem. Compare Presidential and Radical (Congressional) Reconstruction.

  1. Describe presidential approach.
  2. Describe the radical approach.
  3. Identify the key difference.
  4. State the contrast.

Answer. Presidential Reconstruction under Johnson sought quick, lenient readmission of Southern states with few protections for freedmen. Radical Reconstruction, led by congressional Republicans, imposed military oversight and demanded civil and voting rights for Black men. They differed sharply over how far to remake Southern society.

Common mistakes
  • Misconception: Reconstruction immediately secured lasting equality. Correction: gains were real but largely reversed by white resistance and the end of Reconstruction.
  • Misconception: the President directed Reconstruction. Correction: Radical Republicans in Congress took control after clashing with Johnson, even impeaching him.
✎ Try it yourself

Problem. Explain how the Reconstruction Amendments expanded the rights of African Americans.

Solution. The 13th Amendment abolished slavery, the 14th made the formerly enslaved citizens and guaranteed equal protection under law, and the 15th gave Black men the right to vote. Together they wrote racial equality into the Constitution and enabled African Americans to vote and hold office during Reconstruction, though enforcement later collapsed.

The end of Reconstruction and its legacy

Reconstruction ended with the Compromise of 1877, which withdrew federal troops from the South in exchange for resolving the disputed 1876 election. Without federal enforcement, Southern states imposed Jim Crow laws, Black Codes' successors, disenfranchisement, and segregation, reversing many gains. For example, poll taxes and literacy tests effectively stripped Black men of the vote despite the Fifteenth Amendment. Reconstruction's legacy is mixed: it embedded transformative amendments in the Constitution but failed to secure lasting equality, leaving struggles that continued for another century.

Reconstruction collapsed under Northern fatigue, economic crisis, and relentless Southern resistance. White 'Redeemer' Democrats regained control of state governments through intimidation and violence by groups like the Ku Klux Klan. The disputed 1876 election was resolved by the Compromise of 1877: Republican Rutherford B. Hayes became president in exchange for withdrawing the last federal troops from the South, effectively ending Reconstruction. In the following decades, Southern states imposed Jim Crow segregation, disenfranchised Black voters through poll taxes and literacy tests, and the Supreme Court's Plessy v. Ferguson (1896) upheld 'separate but equal.' Most freed people fell into sharecropping, a cycle of debt and dependence. The constitutional promises of the 14th and 15th Amendments lay dormant until the 20th-century civil rights movement revived them.

Worked Example 1

Problem. SAQ: Explain ONE reason Reconstruction ended.

  1. Identify a cause.
  2. Explain how it worked.
  3. Connect to the 1877 outcome.
  4. State the reason.

Answer. Northern political will to enforce Reconstruction faded amid economic depression and a desire for reconciliation. The disputed 1876 election produced the Compromise of 1877, in which Republicans agreed to withdraw federal troops from the South, removing the protection that had supported Black political rights and ending Reconstruction.

Worked Example 2

Problem. Explain the significance of Plessy v. Ferguson (1896).

  1. State the ruling.
  2. Explain its legal effect.
  3. Note its long-term impact.
  4. State the significance.

Answer. In Plessy, the Supreme Court upheld racial segregation under the doctrine of 'separate but equal.' This legitimized Jim Crow laws across the South, entrenching legal segregation for over half a century until overturned by Brown v. Board of Education in 1954.

Common mistakes
  • Misconception: the 15th Amendment guaranteed Black voting permanently. Correction: Southern states soon evaded it with poll taxes, literacy tests, and intimidation.
  • Misconception: freed people gained economic independence. Correction: most became sharecroppers trapped in cycles of debt resembling earlier bondage.
✎ Try it yourself

Problem. Explain how Southern states circumvented the 15th Amendment after Reconstruction.

Solution. Although the 15th Amendment banned denying the vote based on race, Southern states used ostensibly race-neutral barriers, poll taxes, literacy tests, and grandfather clauses, plus outright intimidation and violence, to disenfranchise Black men. These measures effectively stripped African Americans of voting power for generations while technically avoiding explicit racial language.

Synthesis: continuity and change across Reconstruction

The historical reasoning skill of continuity and change over time asks how things both persisted and transformed across a period. Reconstruction illustrates this vividly: slavery legally ended (change), yet racial hierarchy and economic exploitation persisted through sharecropping and Jim Crow (continuity). A strong synthesis analyzes both, supported with specific evidence, and may connect the period to later eras like the Civil Rights Movement. For example, the Fourteenth Amendment was dormant for decades before fueling 20th-century civil rights. Synthesis demonstrates the sophisticated, connected thinking the AP exam rewards.

Continuity and change over time (CCOT) is a historical reasoning skill that asks how things both stayed the same and transformed across a period. Reconstruction is a powerful case study. Major changes: slavery ended, the Constitution gained the 13th, 14th, and 15th Amendments, and African Americans briefly voted and held office. Yet strong continuities persisted: white supremacy endured through Jim Crow and violence, Black labor remained exploited through sharecropping, and the South stayed largely agricultural and impoverished. A strong CCOT analysis identifies specific changes and continuities, explains causes, and avoids treating the era as simply progress or simply failure. The verdict, often called Reconstruction an 'unfinished revolution', captures both its real transformations and its tragic limits.

Worked Example 1

Problem. CCOT SAQ: Explain ONE continuity in the lives of African Americans in the South from before the Civil War through 1900.

  1. Identify what stayed the same.
  2. Give a specific form.
  3. Explain why it persisted.
  4. State the continuity.

Answer. Despite emancipation, most African Americans in the South continued to perform agricultural labor under white control. Through sharecropping and tenant farming, many remained tied to white landowners by debt, a continuity of economic dependence and racial subordination that outlasted the legal end of slavery.

Worked Example 2

Problem. Identify one major change Reconstruction brought and explain its limits.

  1. Name the change.
  2. Explain its significance.
  3. Identify how it was undermined.
  4. State the limited outcome.

Answer. Reconstruction granted Black men citizenship and the vote through the 14th and 15th Amendments, a profound change. But white Southerners used violence and discriminatory laws to disenfranchise them after 1877, so the change in legal rights was real on paper yet largely nullified in practice for decades.

Common mistakes
  • Misconception: Reconstruction was a total failure. Correction: it permanently ended slavery and added lasting constitutional amendments later used to win civil rights.
  • Misconception: CCOT means listing only changes. Correction: it requires analyzing both what changed and what stayed the same.
✎ Try it yourself

Problem. Write a thesis for a CCOT prompt: 'Analyze continuities and changes in the status of African Americans from 1860 to 1900.'

Solution. Thesis: Between 1860 and 1900 the status of African Americans changed dramatically in law, slavery ended and the Constitution guaranteed citizenship and suffrage, yet powerful continuities of white supremacy, economic exploitation through sharecropping, and disenfranchisement meant their daily lives and subordination remained strikingly similar to the era of slavery.

Key terms
  • Secession — the withdrawal of Southern states from the Union, triggering war
  • Emancipation Proclamation — Lincoln's 1863 order freeing enslaved people in rebelling states
  • Total war — a strategy targeting an enemy's resources and civilian capacity to fight
  • Reconstruction — the 1865-1877 effort to rebuild the South and define freedpeople's status
  • Thirteenth Amendment — the amendment abolishing slavery
  • Fourteenth Amendment — the amendment granting citizenship and equal protection
  • Fifteenth Amendment — the amendment barring denial of the vote based on race
  • Jim Crow laws — state laws enforcing racial segregation after Reconstruction
Assignment · Reconstruction Continuity and Change Essay

Write an essay analyzing the extent to which Reconstruction changed the lives of formerly enslaved people. Use the historical reasoning skill of continuity and change over time, citing specific evidence such as the Reconstruction Amendments and the rise of Jim Crow.

Deliverable · An argumentative essay with a defensible thesis and evidence demonstrating both change and continuity.

Quiz · 5 questions
  1. 1. The Dred Scott decision (1857) ruled that:

  2. 2. The combined Union victories of July 1863 occurred at:

  3. 3. The Fourteenth Amendment is best known for granting:

  4. 4. Reconstruction effectively ended with the:

  5. 5. The continuity-and-change skill applied to Reconstruction would note that slavery ended but:

You'll be able to

I can evaluate the causes of the Civil War and the successes and failures of Reconstruction.

I can analyze how the Reconstruction amendments redefined citizenship and federal power.

Weeks 22-26 Unit 5: Industry, Immigration & Empire (Period 6-7, 1865-1920)
APUSH Period 6APUSH Period 7D2.Eco.2.9-12D2.His.6.9-12D2.Civ.14.9-12
Lecture
The Gilded Age: industrialization and big business

The Gilded Age (roughly 1870s-1900) saw explosive industrial growth led by powerful corporations and 'captains of industry' (or 'robber barons') like Carnegie (steel) and Rockefeller (oil). New technologies, railroads, and business strategies like vertical and horizontal integration created enormous wealth and monopolies (trusts). The era's name, coined by Mark Twain, suggested a glittering surface over deep corruption and inequality. For example, Rockefeller's Standard Oil controlled most of the industry through horizontal integration. This concentration of economic power spurred debates over regulation, leading to laws like the Sherman Antitrust Act.

The Gilded Age (roughly 1870-1900) saw explosive industrial growth built on railroads, steel, and oil. Entrepreneurs like Andrew Carnegie (steel) and John D. Rockefeller (Standard Oil) built vast corporations using vertical and horizontal integration, creating monopolies and trusts. Defenders praised them as 'captains of industry' and invoked Social Darwinism and the gospel of wealth; critics called them 'robber barons' who crushed competition and exploited workers. The era's name, coined by Mark Twain, suggested a glittering surface over deep corruption and inequality. Government largely followed laissez-faire, and railroads tied the national market together. By 1900 the U.S. was the world's leading industrial power, but immense wealth concentrated at the top while workers and farmers struggled, fueling demands for reform.

Worked Example 1

Problem. SAQ: Explain ONE business strategy used to build large corporations in the Gilded Age.

  1. Name a strategy.
  2. Define it briefly.
  3. Give an example.
  4. State how it built dominance.

Answer. Horizontal integration involved buying out or merging with competitors in the same industry. John D. Rockefeller used it to absorb rival oil refiners into Standard Oil, eventually controlling about 90 percent of U.S. refining and creating a near-monopoly that dominated the market.

Worked Example 2

Problem. Analyze a passage from Carnegie's 'Gospel of Wealth' as a source.

  1. Identify the argument.
  2. Note the author's position.
  3. Explain the purpose.
  4. State the analytical point.

Answer. Carnegie argues the wealthy have a duty to use their fortunes for the public good through philanthropy. As one of the richest industrialists, his purpose is partly to justify vast inequality by framing the rich as responsible stewards, so the source defends Gilded Age capitalism while acknowledging social obligation.

Common mistakes
  • Misconception: industrialists were simply heroes or simply villains. Correction: the 'captain of industry' vs 'robber baron' debate captures genuine economic growth alongside exploitation and corruption.
  • Misconception: the federal government tightly regulated business. Correction: Gilded Age government largely followed laissez-faire, with weak early regulation like the Sherman Antitrust Act rarely enforced against trusts.
✎ Try it yourself

Problem. Explain how the railroad industry contributed to Gilded Age industrialization.

Solution. Railroads created a national market by cheaply moving goods, resources, and people across vast distances, stimulating steel, coal, and other industries. They standardized time zones, spurred western settlement, and pioneered big-business management techniques. As the era's largest enterprises, railroads were both engine and model for the broader industrial economy.

Labor movements, immigration, and urbanization

Industrialization drew millions of immigrants and rural Americans into rapidly growing cities, creating crowded tenements and a large industrial working class. Workers faced low wages, long hours, and dangerous conditions, prompting labor unions like the American Federation of Labor and strikes such as the Pullman and Homestead strikes. A 'new immigration' from southern and eastern Europe shifted urban demographics and sparked nativist backlash. For example, the Chinese Exclusion Act (1882) barred Chinese immigration, reflecting nativism. Urbanization and labor conflict reshaped American society and politics.

Industrialization drew millions of workers into dangerous, low-paid factory jobs, prompting the rise of organized labor. Unions like the Knights of Labor and the American Federation of Labor (AFL, led by Samuel Gompers) sought better wages, hours, and conditions through strikes and bargaining. Major confrontations, the Great Railroad Strike (1877), Haymarket (1886), Homestead (1892), and Pullman (1894), often ended in violence and government intervention favoring employers. Meanwhile, a 'new immigration' from Southern and Eastern Europe (plus Asian immigration on the West Coast) swelled cities, supplying factory labor but provoking nativism and laws like the Chinese Exclusion Act (1882). Rapid urbanization brought tenements, political machines like Tammany Hall, and reform efforts such as Jane Addams's settlement houses, reshaping American urban life.

Worked Example 1

Problem. SAQ: Explain ONE response to industrial working conditions in the late 1800s.

  1. Identify a response.
  2. Describe the goal.
  3. Give a specific example.
  4. State the response.

Answer. Workers formed labor unions to demand better wages, hours, and conditions. The American Federation of Labor under Samuel Gompers organized skilled workers and used strikes and collective bargaining to pursue practical gains like higher pay and shorter hours.

Worked Example 2

Problem. Explain ONE cause of nativism in the late 19th century.

  1. Identify the immigration pattern.
  2. Explain native-born reaction.
  3. Give a legal example.
  4. State the cause.

Answer. The arrival of large numbers of immigrants from Southern and Eastern Europe and from Asia, with different languages and religions, alarmed many native-born Americans who feared job competition and cultural change. This nativism produced restrictions like the 1882 Chinese Exclusion Act, which barred Chinese laborers.

Common mistakes
  • Misconception: unions usually won their strikes. Correction: most major Gilded Age strikes were defeated, often with government force aiding employers.
  • Misconception: all immigrants came from the same places as before. Correction: the 'new immigration' shifted to Southern and Eastern Europe, prompting nativist backlash.
✎ Try it yourself

Problem. Explain why labor unions in the Gilded Age often failed to achieve their goals.

Solution. Unions faced powerful, well-financed corporations that used strikebreakers, blacklists, and private guards. Government typically sided with employers, sending troops or issuing injunctions, as in the Pullman Strike. Public fear of radicalism after events like Haymarket also turned opinion against unions, so most major strikes ended in defeat.

Populism and the Progressive Era reforms

Farmers and workers, squeezed by railroads and banks, formed the Populist movement, demanding reforms like a graduated income tax and direct election of senators. The broader Progressive Era (1890s-1920s) sought to fix industrialization's problems through government action: trust-busting, consumer protections, labor laws, and political reforms. Muckraking journalists exposed corruption and abuses. For example, Upton Sinclair's 'The Jungle' led to food-safety laws. Progressive amendments included the income tax (16th), direct election of senators (17th), prohibition (18th), and women's suffrage (19th). These reforms expanded government's role in regulating the economy and society.

Discontent with Gilded Age inequality sparked two reform waves. Populism arose among farmers in the 1890s; the People's (Populist) Party demanded free silver, a graduated income tax, railroad regulation, and direct election of senators to fight banks, railroads, and deflation. Though William Jennings Bryan's 1896 defeat ended the party, its ideas lived on. The Progressive Era (roughly 1900-1917) brought broader, mostly middle-class reform aimed at curbing corporate power, cleaning up government, and improving social conditions. Muckraking journalists exposed abuses; reformers won the 16th-19th Amendments (income tax, direct senatorial election, prohibition, woman suffrage), regulated food and drugs, and broke up some trusts under presidents Theodore Roosevelt and Woodrow Wilson. Progressivism expanded government's role in the economy and society.

Worked Example 1

Problem. Comparison SAQ: Explain ONE similarity between the Populist and Progressive movements.

  1. Identify a shared concern.
  2. Show how each addressed it.
  3. Make the link explicit.
  4. State the similarity.

Answer. Both Populists and Progressives sought to limit the power of large corporations and make government more responsive to ordinary citizens. Populists pushed railroad regulation and direct election of senators; Progressives later achieved trust-busting and the 17th Amendment, sharing the goal of curbing concentrated economic and political power.

Worked Example 2

Problem. Explain the impact of muckraking journalism in the Progressive Era.

  1. Define muckraking.
  2. Give an example.
  3. Explain the public/political effect.
  4. State the impact.

Answer. Muckrakers investigated and publicized corruption and abuses. Upton Sinclair's 'The Jungle' exposed filthy meatpacking conditions, generating public outrage that helped pass the Pure Food and Drug Act and Meat Inspection Act in 1906, showing how journalism drove Progressive reform.

Common mistakes
  • Misconception: Populism succeeded as a national party. Correction: the People's Party faded after 1896, though many of its reforms were later adopted.
  • Misconception: Progressives sought to overthrow capitalism. Correction: most aimed to reform and regulate capitalism, not replace it.
✎ Try it yourself

Problem. Explain how Progressive reforms expanded the role of the federal government.

Solution. Progressives used federal power to regulate business and protect citizens. Theodore Roosevelt's administration broke up trusts and passed food and drug laws; new amendments created a federal income tax and direct election of senators. These measures marked a shift from laissez-faire toward an active government overseeing the economy and public welfare.

American imperialism and the Spanish-American War

By the late 1800s, the U.S. pursued overseas expansion driven by economic interests, nationalism, and a sense of mission. The Spanish-American War (1898), sparked partly by yellow journalism and the sinking of the USS Maine, gave the U.S. control of the Philippines, Puerto Rico, and Guam, and influence over Cuba. This marked America's emergence as a world power but raised debates about empire and democracy. For example, the annexation of the Philippines provoked an anti-imperialist movement and a brutal war there. Imperialism extended American power while testing its ideals.

In the late 1800s the U.S. expanded overseas, driven by desire for markets, naval power (Alfred Thayer Mahan's ideas), nationalism, and a sense of mission. The Spanish-American War (1898), sparked by Cuban rebellion, the sinking of the Maine, and sensational 'yellow journalism', was a swift U.S. victory. The 1898 treaty gave the U.S. Puerto Rico, Guam, and the Philippines (after a brutal Filipino insurrection), making it a colonial power. The U.S. also annexed Hawaii and pursued the Open Door Policy in China. Theodore Roosevelt's 'big stick' diplomacy and the Panama Canal extended American influence in Latin America. Imperialism sparked fierce debate: anti-imperialists argued it betrayed America's anti-colonial founding, while expansionists cited economic and strategic gain.

Worked Example 1

Problem. SAQ: Explain ONE cause of American imperialism in the late 19th century.

  1. Identify a motive.
  2. Explain its logic.
  3. Connect to expansionist policy.
  4. State the cause.

Answer. The search for new markets and raw materials for booming American industry pushed expansion abroad. Business and political leaders sought overseas territories and trade access, such as the Open Door in China, to ensure outlets for surplus goods, helping drive imperialist policy.

Worked Example 2

Problem. Analyze a yellow-journalism headline about the Maine (1898) as a source.

  1. Identify the claim and tone.
  2. Note the lack of proof.
  3. Explain the purpose.
  4. State the caution.

Answer. Sensational headlines blamed Spain for the Maine's explosion without firm evidence, aiming to boost newspaper sales and inflame public opinion. As propaganda designed to provoke war, such sources reveal public sentiment and media influence but are unreliable about what actually caused the explosion.

Common mistakes
  • Misconception: the U.S. easily and uncontroversially became an empire. Correction: imperialism provoked sharp debate and a bloody war against Filipino resistance.
  • Misconception: the Maine was proven to be sunk by Spain. Correction: the cause was never conclusively established; yellow journalism assumed Spanish guilt to push for war.
✎ Try it yourself

Problem. Explain the debate between imperialists and anti-imperialists after the Spanish-American War.

Solution. Imperialists argued that acquiring colonies like the Philippines would expand trade, strengthen U.S. power, and spread American influence. Anti-imperialists countered that ruling distant peoples without their consent betrayed America's own anti-colonial, democratic founding and risked entanglement and racial conflict. The debate centered on whether empire was compatible with American ideals.

The United States in World War I

The U.S. initially stayed neutral in World War I (1914-1918) but entered in 1917 after German unrestricted submarine warfare (the sinking of the Lusitania) and the Zimmermann Telegram. American troops and resources helped tip the balance toward Allied victory. At home, the war expanded federal power, mobilized industry, and suppressed dissent (the Espionage and Sedition Acts). For example, Wilson's Fourteen Points outlined his vision for peace, though the Senate rejected the League of Nations. The war and its aftermath signaled America's growing but contested global role.

The U.S. entered World War I in 1917 after initially staying neutral. German submarine warfare, the sinking of the Lusitania, unrestricted U-boat attacks, and the Zimmermann Telegram (proposing a German-Mexican alliance) pushed Wilson and Congress to declare war 'to make the world safe for democracy.' American troops and resources helped the Allies win in 1918. At home, the war expanded federal power: agencies managed the economy, the draft raised an army, and propaganda plus the Espionage and Sedition Acts suppressed dissent, while the Great Migration brought Black Southerners north for war jobs. Wilson's idealistic Fourteen Points and League of Nations shaped the peace, but the Senate rejected the Treaty of Versailles, and the U.S. retreated toward isolationism in the 1920s.

Worked Example 1

Problem. SAQ: Explain ONE reason the United States entered World War I.

  1. Identify a cause.
  2. Explain how it provoked the U.S.
  3. Connect to the war declaration.
  4. State the reason.

Answer. Germany's resumption of unrestricted submarine warfare threatened American ships and lives, and the Zimmermann Telegram revealed Germany's attempt to ally with Mexico against the U.S. These provocations turned American opinion and led Wilson to ask Congress for a declaration of war in 1917.

Worked Example 2

Problem. Explain ONE effect of WWI on the American home front.

  1. Identify a domestic change.
  2. Describe it.
  3. Explain its significance.
  4. State the effect.

Answer. The war sharply expanded federal power over daily life: agencies directed the economy, while the Espionage and Sedition Acts criminalized antiwar speech. This wartime suppression of dissent and economic mobilization showed how total war could enlarge government authority and curtail civil liberties.

Common mistakes
  • Misconception: the U.S. joined WWI at the start. Correction: it stayed neutral until 1917, entering only after repeated provocations.
  • Misconception: the U.S. joined the League of Nations. Correction: the Senate rejected the Treaty of Versailles, so the U.S. never joined Wilson's League.
✎ Try it yourself

Problem. Explain why the U.S. Senate rejected the Treaty of Versailles.

Solution. Many senators, led by Henry Cabot Lodge, feared the League of Nations would drag the U.S. into future foreign wars without congressional consent, undermining American sovereignty. Wilson refused to compromise on the treaty's terms. This deadlock, combined with rising postwar isolationism, led the Senate to reject the treaty and League membership.

Source analysis: corroboration and point of view

Analyzing primary sources requires evaluating point of view (the author's perspective and bias) and corroboration (whether multiple sources support the same conclusion). A single source may be biased, so historians compare sources to build reliable conclusions. For example, a factory owner's and a laborer's accounts of working conditions would differ, and corroborating them with statistics yields a fuller picture. In AP responses, sourcing a document—explaining how the author's purpose, audience, or situation shapes it—earns credit and strengthens arguments. These skills underpin the document-based reasoning the exam demands.

Source analysis is central to APUSH. Corroboration means checking whether multiple independent sources agree, strengthening a claim, or conflict, requiring caution. Point of view (POV) means analyzing how an author's identity, position, and interests shape what a document says. For example, a factory owner's report on safe conditions and a worker's letter describing danger offer conflicting POVs; corroborating them with an inspector's data helps determine reliability. On the DBQ, you earn the sourcing point by explaining how POV, purpose, audience, or historical situation affects a document, not just identifying the author. Skilled historians weigh sources against one another rather than trusting any single account, building arguments on the most reliable, well-corroborated evidence.

Worked Example 1

Problem. You have a union pamphlet and a company memo, both about the Pullman Strike. How do you use corroboration and POV?

  1. Identify each author's interest.
  2. Note where they disagree.
  3. Seek a third source.
  4. State how this guides analysis.

Answer. The union pamphlet stresses worker grievances while the company memo defends management, each shaped by self-interest. Because they conflict, I would corroborate with a neutral source like government strike reports to judge what likely happened, weighing each document's POV rather than trusting either alone.

Worked Example 2

Problem. Write a sourcing sentence for a muckraker's article exposing meatpacking filth.

  1. Identify author and purpose.
  2. Explain how purpose shapes content.
  3. Note the intended effect.
  4. State the analytical point.

Answer. As a reform-minded muckraker aiming to provoke outrage and regulation, the author emphasizes the most shocking unsanitary conditions; this persuasive purpose may amplify the worst cases, so the article reflects Progressive reform goals and should be corroborated with inspection data.

Common mistakes
  • Misconception: POV analysis just names the author. Correction: it must explain how the author's position or interest shapes the document's content or reliability.
  • Misconception: a single source can prove a claim. Correction: corroboration across independent sources is needed to establish reliability.
✎ Try it yourself

Problem. Explain how you would evaluate the reliability of a politician's speech praising a new law he sponsored.

Solution. I would recognize that the politician has a clear interest in promoting the law, so his speech likely exaggerates its benefits and omits flaws, that is its POV and purpose. To evaluate reliability, I would corroborate his claims against independent sources like news reports, data on the law's effects, or critics' responses, trusting the speech only where other evidence confirms it.

Key terms
  • Gilded Age — the late-1800s era of industrial growth, wealth, and corruption
  • Trust (monopoly) — a large business combination that dominates an industry
  • Labor union — an organization of workers seeking better wages and conditions
  • Nativism — hostility toward immigrants favoring native-born citizens
  • Populism — a farmer-and-worker movement demanding economic and political reform
  • Progressive Era — a reform era using government to address industrial problems
  • Imperialism — a policy of extending national power over other territories
  • Corroboration — confirming a conclusion by comparing multiple sources
Assignment · Gilded Age and Progressive Reform Analysis

Analyze how Progressive Era reforms responded to problems created by Gilded Age industrialization. Cite at least three specific reforms or amendments and explain the problem each addressed, then evaluate one primary source by analyzing its point of view.

Deliverable · An analytical essay linking industrial problems to Progressive reforms, with one sourced primary-source analysis.

Quiz · 5 questions
  1. 1. Horizontal integration, as used by Standard Oil, means controlling:

  2. 2. Upton Sinclair's 'The Jungle' most directly led to:

  3. 3. The 19th Amendment, a Progressive reform, granted:

  4. 4. The Spanish-American War (1898) resulted in U.S. control of:

  5. 5. Which event most directly drew the U.S. into World War I?

You'll be able to

I can explain how industrialization and immigration transformed American society and politics.

I can analyze the causes and consequences of U.S. expansion and entry into World War I.

Weeks 27-31 Unit 6: Boom, Bust & Global War (Period 7, 1920-1945)
APUSH Period 7D2.Eco.9.9-12D2.His.15.9-12D2.Civ.12.9-12
Lecture
The 1920s: prosperity, culture, and tension

The 1920s combined economic prosperity with cultural change and social tension. Mass production (especially automobiles), consumer credit, and advertising fueled a consumer economy. New cultural currents included jazz, the Harlem Renaissance, flappers, and mass media. Yet tensions ran deep: Prohibition spurred organized crime, nativism produced immigration quotas and a revived Ku Klux Klan, and the Scopes Trial dramatized urban-rural and religious divides. For example, the Harlem Renaissance showcased a flowering of Black art and literature. Beneath the prosperity lay structural weaknesses that would soon trigger collapse.

The 1920s, the 'Roaring Twenties', brought prosperity, consumer culture, and cultural conflict. Mass production (Ford's assembly line) made cars and appliances affordable; advertising and buying on credit fueled a consumer boom. New media, radio and movies, and the Harlem Renaissance reshaped culture, while women gained the vote (19th Amendment) and 'flappers' challenged old norms. But the decade also saw deep tensions: Prohibition spawned organized crime; nativism produced immigration quotas and a revived Ku Klux Klan; the Scopes Trial dramatized the clash between religious fundamentalism and modern science; and racial and labor inequalities persisted. Republican policies favored business and high tariffs. Beneath the prosperity lay weaknesses, overproduction, uneven wealth, and stock speculation, that would soon trigger the Great Depression.

Worked Example 1

Problem. SAQ: Explain ONE cultural conflict of the 1920s.

  1. Identify the conflict.
  2. Describe each side.
  3. Give a specific example.
  4. State the significance.

Answer. The 1920s saw conflict between modern, secular values and traditional religious beliefs. The Scopes Trial (1925) pitted fundamentalists defending a ban on teaching evolution against modernists championing science, dramatizing a broader culture clash between urban modernity and rural traditionalism.

Worked Example 2

Problem. Explain how new technology shaped 1920s consumer culture.

  1. Name a technology.
  2. Explain how it changed buying.
  3. Connect to broader culture.
  4. State the effect.

Answer. The automobile, mass-produced on Ford's assembly line, became affordable to ordinary Americans, often bought on installment credit. Cars expanded mobility, spurred suburbs and tourism, and symbolized a new consumer culture in which advertising and credit encouraged Americans to buy more goods than ever before.

Common mistakes
  • Misconception: the 1920s were prosperous for everyone. Correction: farmers, many workers, and African Americans saw little gain, and wealth was unevenly distributed.
  • Misconception: the 1920s were purely modern and tolerant. Correction: the decade also saw nativism, immigration quotas, a revived Klan, and religious fundamentalism.
✎ Try it yourself

Problem. Explain how nativism shaped 1920s immigration policy.

Solution. Fear of immigrants from Southern and Eastern Europe and of radicalism drove Congress to pass national-origins quota laws (1921 and 1924) that sharply limited immigration and favored Northern Europeans while barring most Asians. These laws reflected widespread nativist sentiment and reversed America's earlier openness to mass immigration.

The Great Depression and its causes

The 1929 stock market crash helped trigger the Great Depression, the worst economic downturn in U.S. history. Underlying causes included overproduction, unequal wealth distribution, excessive speculation and buying on margin, weak banking regulation, and a contracting money supply. Unemployment soared to about 25 percent, banks failed, and many lost homes and savings. For example, the Dust Bowl compounded misery by devastating Plains agriculture. President Hoover's limited response deepened public demand for federal action, setting the stage for a dramatic expansion of government.

The Great Depression (1929-late 1930s) was the worst economic crisis in U.S. history. The 1929 stock market crash signaled deeper problems: overproduction in industry and agriculture, unequal wealth distribution limiting consumer demand, excessive speculation and buying on margin, weak banks, and a shaky international economy burdened by war debts and high tariffs (Hawley-Smoot worsened global trade). As banks failed and businesses collapsed, unemployment reached about 25 percent. President Hoover, committed to limited government and voluntary action, was widely blamed for an inadequate response ('Hoovervilles'). The Dust Bowl devastated farmers. The Depression's severity discredited laissez-faire economics and set the stage for Franklin Roosevelt's New Deal and a dramatically expanded federal role in the economy.

Worked Example 1

Problem. Causation SAQ: Explain ONE cause of the Great Depression beyond the stock market crash.

  1. Identify an underlying cause.
  2. Explain how it weakened the economy.
  3. Connect to the downturn.
  4. State the cause.

Answer. Severe inequality in wealth meant most Americans lacked the purchasing power to buy the goods factories produced. Combined with industrial and agricultural overproduction, this imbalance caused unsold surpluses, layoffs, and falling demand, deepening the economic collapse beyond the initial crash.

Worked Example 2

Problem. Explain why President Hoover was criticized for his response to the Depression.

  1. State his philosophy.
  2. Describe his actions.
  3. Explain public reaction.
  4. State the criticism.

Answer. Hoover believed in limited government and voluntary cooperation, opposing direct federal relief. As suffering deepened, his measures seemed inadequate, and shantytowns were mockingly named 'Hoovervilles.' Critics blamed him for failing to use federal power to help struggling Americans, contributing to his 1932 defeat.

Common mistakes
  • Misconception: the stock market crash alone caused the Depression. Correction: the crash was a trigger; underlying causes included overproduction, inequality, bank weakness, and global trade problems.
  • Misconception: Hoover did nothing. Correction: he took some steps (like the RFC) but rejected direct relief, which critics saw as insufficient.
✎ Try it yourself

Problem. Explain how bank failures worsened the Great Depression.

Solution. As panicked depositors rushed to withdraw money, thousands of under-regulated banks collapsed, wiping out savings since deposits were uninsured. Surviving banks stopped lending, choking businesses and consumers of credit. This cascade destroyed wealth, deepened fear, and contracted the money supply, intensifying and prolonging the economic downturn.

The New Deal and the expansion of federal power

Franklin D. Roosevelt's New Deal (1933 onward) responded to the Depression with programs for relief, recovery, and reform—the 'three Rs.' Agencies like the CCC and WPA created jobs, the FDIC insured bank deposits, and Social Security (1935) established old-age insurance. The New Deal dramatically expanded the federal government's role in the economy and citizens' lives, though it drew criticism from both left and right and faced Supreme Court challenges. For example, Social Security created an enduring federal safety net. The New Deal redefined Americans' expectations of government.

Franklin D. Roosevelt's New Deal (1933-1939) responded to the Depression with unprecedented federal intervention, organized around 'relief, recovery, and reform.' The First New Deal stabilized banks (Emergency Banking Act, FDIC), created jobs (CCC, WPA, PWA), and aided farmers and industry (AAA, NRA). The Second New Deal added lasting reforms: Social Security, the Wagner Act protecting unions, and more public works. The New Deal did not end the Depression, full recovery came with WWII, but it transformed government's role, establishing a federal safety net and the idea that Washington was responsible for economic welfare. Critics on the right called it socialistic and the Supreme Court struck down some programs, while critics on the left said it did too little; FDR's coalition reshaped politics for decades.

Worked Example 1

Problem. SAQ: Explain ONE way the New Deal expanded the role of the federal government.

  1. Identify a program.
  2. Describe what it did.
  3. Explain the new federal role.
  4. State the expansion.

Answer. Social Security (1935) created federal old-age pensions and unemployment insurance funded by payroll taxes. For the first time the national government took direct, ongoing responsibility for citizens' economic security, marking a permanent expansion of federal power into social welfare.

Worked Example 2

Problem. Explain ONE criticism of the New Deal from the political right OR left.

  1. Choose a side.
  2. State the critique.
  3. Give a specific basis.
  4. State the criticism.

Answer. Critics on the right argued the New Deal expanded federal power and spending too far, threatening free enterprise and individual liberty; they saw programs like the NRA as government overreach into the economy, and the Supreme Court struck several down as unconstitutional.

Common mistakes
  • Misconception: the New Deal ended the Great Depression. Correction: it provided relief and reform, but full recovery came only with WWII mobilization.
  • Misconception: everyone supported the New Deal. Correction: it drew attacks from the right (too much government) and the left (too little help).
✎ Try it yourself

Problem. Explain how the New Deal changed Americans' expectations of the federal government.

Solution. Before the New Deal, most Americans did not expect Washington to manage the economy or guarantee welfare. New Deal programs like Social Security, federal jobs, and bank insurance established the idea that the federal government bore responsibility for economic security and stability. This lasting shift made an active, regulatory government a permanent feature of American life.

The road to World War II and U.S. involvement

In the 1930s the U.S. pursued isolationism through Neutrality Acts even as aggression spread in Europe and Asia. Roosevelt gradually aided the Allies via programs like Lend-Lease. The Japanese attack on Pearl Harbor (December 7, 1941) brought the U.S. fully into World War II. For example, Pearl Harbor instantly unified American opinion behind war. The shift from isolation to global engagement marked a turning point, committing the U.S. to a two-front war against the Axis powers in Europe and the Pacific.

In the 1930s most Americans favored isolationism, and Congress passed Neutrality Acts to avoid foreign wars. But aggression by Nazi Germany, Italy, and Japan threatened world order. As war erupted in Europe (1939), FDR gradually aided the Allies, the 'cash and carry' policy, the Lend-Lease Act (1941) supplying Britain, and the Atlantic Charter outlining war aims, while officially neutral. The Pacific crisis grew as the U.S. cut off oil to expansionist Japan. The decisive turn came on December 7, 1941, when Japan attacked Pearl Harbor, killing about 2,400 Americans and prompting a declaration of war; Germany then declared war on the U.S. Pearl Harbor united a divided nation, ended isolationism, and brought America fully into World War II as a global power.

Worked Example 1

Problem. SAQ: Explain ONE way U.S. foreign policy shifted from neutrality toward involvement before Pearl Harbor.

  1. Identify a policy step.
  2. Describe it.
  3. Explain the shift it represented.
  4. State the change.

Answer. The Lend-Lease Act of 1941 allowed the U.S. to supply Britain and other Allies with weapons and goods without immediate payment. This moved the U.S. from strict neutrality toward becoming the 'arsenal of democracy,' actively supporting the Allies while still formally out of the war.

Worked Example 2

Problem. Explain the significance of the attack on Pearl Harbor.

  1. State what happened.
  2. Describe the immediate effect.
  3. Explain its broader impact.
  4. State the significance.

Answer. Japan's surprise attack on Pearl Harbor on December 7, 1941, killed thousands and destroyed much of the Pacific fleet. It instantly ended American isolationism, unified public opinion, and brought the U.S. into World War II, transforming the nation into a leading global military power.

Common mistakes
  • Misconception: the U.S. was eager to enter WWII. Correction: strong isolationism and Neutrality Acts kept the U.S. out until Pearl Harbor.
  • Misconception: the U.S. declared war on Germany first. Correction: the U.S. declared war on Japan after Pearl Harbor; Germany then declared war on the U.S.
✎ Try it yourself

Problem. Explain why isolationism declined in the United States between 1939 and 1941.

Solution. As Nazi Germany conquered much of Europe and threatened Britain, and Japan expanded in Asia, Americans increasingly saw the Axis as a danger. Roosevelt's gradual aid to the Allies through cash-and-carry and Lend-Lease eroded strict neutrality. The Japanese attack on Pearl Harbor in December 1941 finally shattered isolationism and unified the nation for war.

The home front, mobilization, and the war's outcome

World War II mobilized the entire U.S. economy and society. War production ended the Depression, women entered the workforce ('Rosie the Riveter'), and millions served in the military. The war also brought injustice, including the internment of Japanese Americans. The U.S. and Allies defeated the Axis, and the war ended in the Pacific after the atomic bombings of Hiroshima and Nagasaki (1945). For example, wartime production made the U.S. the world's leading industrial and military power. Victory left the U.S. a global superpower entering the atomic age.

World War II transformed the United States at home and abroad. Massive mobilization ended the Depression: factories converted to war production, unemployment vanished, and the economy boomed. Government power expanded through rationing, price controls, and propaganda. The war reshaped society: women entered the workforce in huge numbers ('Rosie the Riveter'), African Americans pressed for rights (the Double V campaign) and migrated north and west for jobs, and over 100,000 Japanese Americans were unjustly interned (upheld in Korematsu v. U.S.). Abroad, U.S. industrial might and manpower helped defeat the Axis in Europe (D-Day, 1944) and the Pacific. The war ended in 1945 after the atomic bombings of Hiroshima and Nagasaki, leaving the U.S. as the dominant global superpower.

Worked Example 1

Problem. SAQ: Explain ONE effect of World War II on American society.

  1. Identify a social change.
  2. Describe it.
  3. Explain its significance.
  4. State the effect.

Answer. World War II drew millions of women into industrial jobs previously held by men, symbolized by 'Rosie the Riveter.' This expanded women's economic roles and challenged traditional gender expectations, even though many were pushed out of these jobs when the war ended.

Worked Example 2

Problem. Evaluate the decision to drop atomic bombs on Japan.

  1. State the justification.
  2. State the counterargument.
  3. Weigh both.
  4. Reach a qualified judgment.

Answer. Supporters argued the bombs forced Japan's quick surrender and avoided a costly invasion that could have cost many more lives. Critics note the massive civilian deaths and argue Japan was near surrender or could have been warned. The decision ended the war swiftly but raised lasting moral and strategic debate.

Common mistakes
  • Misconception: WWII left the U.S. weakened. Correction: the war ended the Depression and made the U.S. the world's leading economic and military power.
  • Misconception: Japanese American internment was a minor wartime measure. Correction: it was a major violation of civil liberties affecting over 100,000 citizens and residents.
✎ Try it yourself

Problem. Explain how World War II affected African Americans on the home front.

Solution. Wartime labor demand drew many African Americans into northern and western factory jobs, accelerating the Great Migration. Activists launched the Double V campaign, victory over fascism abroad and racism at home, and pressure led FDR to ban discrimination in defense industries. These wartime experiences and organizing helped lay the groundwork for the postwar civil rights movement.

DBQ on the New Deal's lasting impact

This DBQ asks students to argue about the New Deal's significance using primary-source documents and outside knowledge. A strong response builds a defensible thesis (for example, that the New Deal permanently expanded federal responsibility), uses evidence from most documents, sources several by analyzing perspective or purpose, and adds outside evidence like Social Security or specific agencies. For example, contrasting documents praising and criticizing the New Deal can support a nuanced argument. Practicing this DBQ reinforces evaluating competing perspectives and constructing evidence-based historical claims.

A DBQ on the New Deal's lasting impact asks you to argue how much it permanently changed the country, using documents and outside knowledge. Build a thesis weighing change against limits: the New Deal created an enduring federal safety net (Social Security), empowered labor (Wagner Act), and established the expectation of an active government, yet it did not end the Depression, left many (often Black Southerners and women) excluded, and faced fierce opposition. Use documents, FDR's fireside chats, critics' cartoons, program data, and source them by purpose and POV. Strong responses contextualize the Depression's severity, group documents to support claims, and add outside evidence (e.g., the long survival of Social Security) to demonstrate lasting versus limited impact.

Worked Example 1

Problem. Write a DBQ thesis: 'Evaluate the extent to which the New Deal had a lasting impact on the United States.'

  1. Take a position on extent.
  2. Acknowledge a limitation.
  3. Preview categories.
  4. Keep concise.

Answer. The New Deal had a profound and lasting impact by permanently expanding the federal government's role through programs like Social Security and labor protections, even though it failed to end the Depression and excluded many Americans, so its legacy was transformative yet incomplete.

Worked Example 2

Problem. Source a political cartoon attacking the New Deal as 'creeping socialism.' How do you analyze it?

  1. Identify the viewpoint.
  2. Note the creator's likely position.
  3. Explain the purpose.
  4. Tie to the argument.

Answer. The cartoon reflects conservative critics who feared the New Deal expanded government too far. Its purpose is to alarm viewers about federal overreach, so it serves as evidence of opposition that limited and shaped the New Deal, supporting an argument about its contested but real expansion of government.

Common mistakes
  • Misconception: a strong DBQ thesis says the New Deal was simply good or bad. Correction: it should weigh extent, balancing lasting changes against limits.
  • Misconception: outside evidence is optional. Correction: the DBQ requires at least one specific piece of outside evidence beyond the documents.
✎ Try it yourself

Problem. Name two New Deal programs you would cite as evidence of lasting impact and explain why.

Solution. Social Security and the FDIC (bank deposit insurance) are strong evidence because both still operate today. Social Security established a permanent federal pension and welfare system, while FDIC restored faith in banks and prevented future bank runs. Their survival into the present shows the New Deal's enduring transformation of the federal government's role.

Key terms
  • Harlem Renaissance — a 1920s flowering of African American art, music, and literature
  • Prohibition — the 1920-1933 ban on alcohol, which fueled organized crime
  • Great Depression — the severe economic downturn beginning in 1929
  • Buying on margin — purchasing stocks with borrowed money, fueling speculation
  • New Deal — FDR's programs for relief, recovery, and reform during the Depression
  • Social Security — the New Deal program providing old-age and other insurance
  • Isolationism — a policy of avoiding involvement in foreign conflicts
  • Lend-Lease — the program supplying Allies with war materials before U.S. entry
Assignment · New Deal Impact DBQ

Using provided documents and outside knowledge, write a DBQ-style essay arguing how the New Deal changed the relationship between the federal government and the American people. Source at least two documents and include specific outside evidence such as Social Security or a New Deal agency.

Deliverable · A DBQ essay with a defensible thesis, sourced document evidence, and outside historical evidence.

Quiz · 5 questions
  1. 1. The Harlem Renaissance was primarily a flowering of:

  2. 2. A major underlying cause of the Great Depression was:

  3. 3. The New Deal program providing old-age insurance was:

  4. 4. The event that brought the U.S. fully into World War II was:

  5. 5. The New Deal is best described as expanding the federal government's role in:

You'll be able to

I can analyze how the Great Depression and New Deal reshaped the role of the federal government.

I can evaluate the causes, conduct, and consequences of U.S. participation in World War II.

Weeks 32-36 Unit 7: Cold War to the Present (Periods 8-9, 1945-Present)
APUSH Period 8APUSH Period 9D2.His.16.9-12D2.Civ.6.9-12D2.Eco.11.9-12
Lecture
Origins and escalation of the Cold War

After World War II, the U.S. and Soviet Union emerged as rival superpowers divided by ideology—capitalist democracy versus communism. The Cold War was a decades-long contest fought through proxy wars, an arms race, and competing alliances rather than direct combat. U.S. policy centered on containment, articulated in the Truman Doctrine and enacted through the Marshall Plan, NATO, and conflicts in Korea. For example, the Cuban Missile Crisis (1962) brought the world close to nuclear war. The Cold War shaped American foreign policy, defense spending, and domestic politics for nearly half a century.

After WWII, the U.S. and Soviet Union, former allies, became rivals in the Cold War, a decades-long ideological, political, and military struggle between capitalist democracy and communism. Distrust deepened over Soviet domination of Eastern Europe ('iron curtain'). The U.S. adopted containment, the policy of stopping communism's spread, expressed in the Truman Doctrine (aid to Greece and Turkey), the Marshall Plan (rebuilding Western Europe), and NATO. Crises escalated tensions: the Berlin Blockade and Airlift, the 'loss' of China, and the Korean War (1950-1953). Fear of communism at home produced McCarthyism and the Red Scare. The arms race and competition over Berlin, Cuba (the 1962 Missile Crisis), and the Third World made the Cold War the defining framework of U.S. foreign policy for over forty years.

Worked Example 1

Problem. SAQ: Explain ONE way the U.S. practiced containment in the early Cold War.

  1. Identify a policy.
  2. Describe its purpose.
  3. Connect to containment.
  4. State the example.

Answer. The Marshall Plan (1948) provided billions in U.S. aid to rebuild Western European economies. By restoring prosperity, the U.S. aimed to make communism less appealing and to prevent the Soviet Union from expanding its influence, a direct application of the containment strategy.

Worked Example 2

Problem. Explain ONE domestic effect of Cold War tensions in the late 1940s-1950s.

  1. Identify the domestic phenomenon.
  2. Describe it.
  3. Explain its impact.
  4. State the effect.

Answer. Fear of communist infiltration produced the Second Red Scare and McCarthyism, in which Senator Joseph McCarthy and others accused officials and citizens of disloyalty. This climate led to loyalty oaths, blacklists, and ruined reputations, showing how Cold War anxiety eroded civil liberties at home.

Common mistakes
  • Misconception: the Cold War involved direct U.S.-Soviet combat. Correction: it was fought through proxy wars, alliances, and an arms race, not direct fighting between the superpowers.
  • Misconception: containment was purely military. Correction: it also relied on economic aid (Marshall Plan) and alliances (NATO).
✎ Try it yourself

Problem. Explain how the policy of containment shaped the Korean War.

Solution. When communist North Korea invaded the South in 1950, the U.S. saw it as Soviet-backed communist expansion that containment required stopping. Under a UN mandate, the U.S. sent troops to defend South Korea, fighting to a stalemate near the original border. The war showed containment applied to Asia and willingness to use military force to halt communism's spread.

The Civil Rights Movement and the Great Society

The postwar Civil Rights Movement challenged segregation and disenfranchisement through court cases (Brown v. Board, 1954), nonviolent protest (the Montgomery Bus Boycott, sit-ins, marches), and leaders like Martin Luther King Jr. It achieved landmark laws: the Civil Rights Act (1964) and Voting Rights Act (1965). President Johnson's Great Society expanded the federal role with anti-poverty programs, Medicare, and Medicaid. For example, the Voting Rights Act dismantled barriers that had disenfranchised Black voters since Reconstruction. These movements and programs reshaped American society and the meaning of citizenship.

The postwar civil rights movement sought to dismantle segregation and secure equality for African Americans. Brown v. Board of Education (1954) overturned Plessy, ruling school segregation unconstitutional. Activists used nonviolent protest, the Montgomery Bus Boycott (1955-56, Rosa Parks and Martin Luther King Jr.), sit-ins, Freedom Rides, and the 1963 March on Washington, to pressure the nation. These efforts produced landmark laws: the Civil Rights Act of 1964 (banning segregation and employment discrimination) and the Voting Rights Act of 1965 (protecting Black voting). Meanwhile, President Lyndon Johnson's Great Society launched a broad reform program, Medicare, Medicaid, anti-poverty programs, and aid to education, expanding the welfare state. Together these marked the high point of mid-century liberalism, though debates over its reach and durability followed.

Worked Example 1

Problem. SAQ: Explain ONE tactic the civil rights movement used to achieve its goals.

  1. Identify a tactic.
  2. Give a specific example.
  3. Explain how it worked.
  4. State the tactic's role.

Answer. The movement used nonviolent direct action, such as the Montgomery Bus Boycott, in which African Americans refused to ride segregated buses for over a year. By applying economic and moral pressure and drawing national attention, the boycott led to a court ruling against bus segregation and inspired further protest.

Worked Example 2

Problem. Explain the significance of the Civil Rights Act of 1964.

  1. State what it did.
  2. Explain its scope.
  3. Note its impact.
  4. State the significance.

Answer. The Civil Rights Act of 1964 outlawed segregation in public accommodations and banned employment discrimination based on race, color, religion, sex, or national origin. It was the most sweeping civil rights law since Reconstruction, dismantling legal Jim Crow and providing federal tools to enforce equality.

Common mistakes
  • Misconception: Brown v. Board immediately desegregated schools. Correction: enforcement met massive resistance and took years; many schools stayed segregated long after 1954.
  • Misconception: the movement was unified in tactics. Correction: it ranged from King's nonviolence to more militant approaches like Black Power.
✎ Try it yourself

Problem. Explain how the Great Society expanded the role of the federal government.

Solution. Lyndon Johnson's Great Society created major new federal programs: Medicare and Medicaid provided health coverage for the elderly and poor, while anti-poverty initiatives and federal aid to education enlarged the social safety net. Building on the New Deal, the Great Society deepened federal responsibility for health, poverty, and welfare, marking the peak of postwar liberal government.

Vietnam, social movements, and the 1970s

The Vietnam War (escalating in the 1960s) became a costly, divisive conflict that fueled a massive antiwar movement and eroded trust in government. The 1960s and 1970s also saw the rise of the counterculture, second-wave feminism, environmentalism, and movements for various groups' rights. The 1970s brought economic troubles (stagflation, oil crises) and the Watergate scandal, which led to President Nixon's resignation. For example, Watergate deepened public skepticism toward political leaders. This turbulent era transformed American culture and weakened postwar confidence in institutions.

The Vietnam War and 1960s-70s social movements transformed America. Containment drew the U.S. deeper into Vietnam to stop communism; escalation under Johnson (after the Gulf of Tonkin Resolution) sent over half a million troops, but a costly stalemate and the 1968 Tet Offensive turned opinion against the war. A powerful antiwar movement, especially among students, grew, and revelations like the Pentagon Papers deepened distrust of government. Other movements flourished: second-wave feminism, the Chicano, Native American, and gay rights movements, and environmentalism. The 1970s brought turmoil: Nixon's Watergate scandal forced his resignation (1974), deepening cynicism; the U.S. withdrew from Vietnam (1973, fell 1975); and economic 'stagflation' and the 1973 oil crisis ended postwar prosperity, shaking faith in government and the economy.

Worked Example 1

Problem. SAQ: Explain ONE reason American support for the Vietnam War declined.

  1. Identify a cause.
  2. Describe the event.
  3. Explain its effect on opinion.
  4. State the reason.

Answer. The 1968 Tet Offensive, though a military setback for the communists, showed that the enemy remained strong despite official claims of progress. Televised fighting contradicted government optimism, widening the 'credibility gap' and convincing many Americans the war was unwinnable, sharply eroding public support.

Worked Example 2

Problem. Explain the significance of the Watergate scandal.

  1. State what happened.
  2. Explain the outcome.
  3. Note the broader impact.
  4. State the significance.

Answer. Watergate exposed President Nixon's abuse of power and cover-up of a break-in at Democratic headquarters, forcing his resignation in 1974. It demonstrated that even a president was not above the law but also deepened public cynicism and distrust of government during an already turbulent decade.

Common mistakes
  • Misconception: the U.S. won or clearly lost Vietnam quickly. Correction: it was a prolonged, costly stalemate ending in U.S. withdrawal (1973) and South Vietnam's fall (1975).
  • Misconception: the 1960s-70s movements were only about civil rights. Correction: feminism, environmentalism, Chicano, Native American, and gay rights movements also emerged.
✎ Try it yourself

Problem. Explain how the 1970s damaged Americans' trust in government.

Solution. The Vietnam War's deceptions, exposed by the Pentagon Papers, and the Watergate scandal that toppled Nixon revealed government dishonesty and abuse of power. Combined with economic stagflation and the oil crisis, these events convinced many Americans their leaders were untrustworthy and ineffective, producing lasting cynicism toward government that shaped later politics.

Conservatism, the end of the Cold War, and globalization

A conservative resurgence, embodied by Ronald Reagan's election in 1980, emphasized tax cuts, deregulation, a military buildup, and traditional values. Reagan's policies and Soviet weaknesses contributed to the Cold War's end: the Berlin Wall fell in 1989 and the Soviet Union dissolved in 1991. Meanwhile globalization—the growing interconnection of economies and cultures—accelerated through trade and technology. For example, the end of the Cold War left the U.S. as the sole superpower. These shifts redefined American politics and the nation's global position.

From the late 1970s, a conservative resurgence reshaped American politics. Reacting against 1960s liberalism, high taxes, inflation, and big government, the New Right helped elect Ronald Reagan in 1980. Reaganism promoted tax cuts, deregulation, reduced domestic spending, and a stronger military, while championing traditional social values. Reagan also escalated then helped wind down the Cold War; combined with Soviet weakness and Mikhail Gorbachev's reforms, this contributed to the fall of the Berlin Wall (1989) and the Soviet collapse (1991), leaving the U.S. the sole superpower. The 1990s brought globalization, expanding free trade (NAFTA), the rise of the internet and a tech economy, and growing economic interconnection, along with new debates over trade, inequality, and America's role in a post-Cold War world.

Worked Example 1

Problem. SAQ: Explain ONE cause of the conservative resurgence of the late 20th century.

  1. Identify a cause.
  2. Explain the grievance.
  3. Connect to conservatism's rise.
  4. State the cause.

Answer. Economic troubles of the 1970s, high inflation, taxes, and slow growth, led many Americans to blame big government and liberal spending. This fueled support for conservative promises of tax cuts, deregulation, and limited government, helping Ronald Reagan and the New Right rise to power in 1980.

Worked Example 2

Problem. Explain ONE effect of the end of the Cold War on U.S. foreign policy.

  1. State the change.
  2. Describe the new situation.
  3. Explain the policy effect.
  4. State the effect.

Answer. The Soviet collapse in 1991 left the United States as the world's only superpower. This shifted foreign policy from containing communism toward promoting free markets, democracy, and global trade, while raising new questions about when and how to intervene in regional conflicts.

Common mistakes
  • Misconception: Reagan single-handedly ended the Cold War. Correction: Soviet economic weakness and Gorbachev's reforms were crucial alongside U.S. pressure.
  • Misconception: globalization benefited everyone equally. Correction: free trade like NAFTA spurred debate over job losses and inequality even as it expanded commerce.
✎ Try it yourself

Problem. Explain how 'Reaganomics' aimed to change the U.S. economy.

Solution. Reaganomics combined large tax cuts, deregulation, and reduced domestic spending with increased military spending, based on the idea that lowering taxes on businesses and the wealthy would stimulate investment and 'trickle down' to all. It sought to shrink government's economic role and reverse the New Deal-Great Society trend, though it also produced large budget deficits.

The United States in the 21st century

The 21st century opened with the September 11, 2001 terrorist attacks, prompting the War on Terror, wars in Afghanistan and Iraq, and expanded security measures. The era featured rapid technological change (the internet, smartphones, social media), the 2008 financial crisis, increasing political polarization, and debates over immigration, healthcare, and inequality. For example, the digital revolution transformed how Americans work, communicate, and engage politically. Analyzing recent history requires care, since its long-term significance is still unfolding and historians continue to debate it.

The 21st century opened with new challenges. The September 11, 2001, terrorist attacks killed nearly 3,000 people and launched the 'War on Terror,' including wars in Afghanistan and Iraq and expanded security measures (the Patriot Act) that sparked debate over civil liberties. The 2008 financial crisis caused the worst recession since the 1930s, prompting major government intervention. The election of Barack Obama (2008), the first Black president, marked a milestone, followed by debates over health care (the Affordable Care Act), immigration, and growing political polarization. Technological change, the internet, smartphones, and social media, transformed daily life, the economy, and politics. Ongoing issues include economic inequality, immigration, climate change, and intense partisan division, as Americans continue to debate the nation's direction and global role in a rapidly changing world.

Worked Example 1

Problem. SAQ: Explain ONE way the September 11 attacks affected U.S. policy.

  1. State the event's impact.
  2. Identify a policy response.
  3. Explain the effect.
  4. State the change.

Answer. The 9/11 attacks led the U.S. to launch the War on Terror, invading Afghanistan and later Iraq and passing the Patriot Act to expand surveillance. These responses reshaped foreign policy toward counterterrorism and sparked lasting debate over the balance between national security and civil liberties.

Worked Example 2

Problem. Explain ONE effect of technological change on American life in the 21st century.

  1. Identify the technology.
  2. Describe the change.
  3. Explain a broader effect.
  4. State the impact.

Answer. The spread of the internet, smartphones, and social media transformed communication, commerce, and politics. Information now spreads instantly, reshaping how Americans work, shop, and form opinions, but also raising concerns about misinformation, privacy, and deepening political polarization.

Common mistakes
  • Misconception: the War on Terror was a brief, contained conflict. Correction: it involved prolonged wars and lasting changes to security policy and civil liberties debates.
  • Misconception: technological progress only brought benefits. Correction: it also raised serious concerns about privacy, misinformation, and political division.
✎ Try it yourself

Problem. Explain one major continuity and one major change in American society in the early 21st century.

Solution. A continuity is enduring debate over the proper size and role of the federal government, seen in fights over the Affordable Care Act, echoing earlier New Deal and Great Society disputes. A major change is the digital transformation: the internet and social media reshaped communication, the economy, and politics in ways without precedent, altering daily life and intensifying political polarization.

APUSH exam review and culminating long-essay assessment

AP exam preparation consolidates the nine periods and the historical thinking skills—causation, comparison, continuity and change, and contextualization—used throughout the course. Effective review practices each question type: multiple-choice stimulus sets, short-answer questions (SAQs), the DBQ, and the LEQ, applying the scoring rubrics. A strong culminating essay states a defensible thesis, marshals specific evidence across periods, and employs a clear reasoning skill. For example, an LEQ might trace continuity and change in federal power from the New Deal to the Great Society. Targeted review and timed practice build exam readiness.

The AP exam rewards mastery of historical reasoning across all nine periods, not just facts. The LEQ requires a clear, defensible thesis; contextualization; specific, relevant evidence; and a historical reasoning skill, causation, comparison, or continuity and change, applied throughout, plus a 'complexity' point for nuanced argument (qualifying, comparing, or connecting across periods). For a culminating LEQ spanning U.S. history, you might trace how the role of the federal government changed from the founding through the present, citing the Constitution, Reconstruction, the New Deal, the Great Society, and modern debates. Strong responses build a tight argument, marshal precise examples from multiple periods, and demonstrate complexity by weighing change against continuity rather than narrating events. Practice timing, thesis writing, and evidence selection to perform under exam conditions.

Worked Example 1

Problem. Write an LEQ thesis: 'Evaluate the extent to which the role of the federal government changed from 1865 to 1945.'

  1. Take a position on extent.
  2. Identify turning points.
  3. Acknowledge complexity.
  4. Keep focused.

Answer. Between 1865 and 1945 the role of the federal government expanded dramatically, from limited laissez-faire policies during the Gilded Age to active economic management under the New Deal and wartime mobilization, though this growth was contested and uneven, accelerating most during crises like the Depression and World War II.

Worked Example 2

Problem. List three pieces of evidence from different periods to support that thesis.

  1. Pick examples across the span.
  2. Tie each to expanding federal power.
  3. Show progression.
  4. State briefly.

Answer. Progressive Era laws like the Pure Food and Drug Act began federal regulation of business; the New Deal's Social Security created a federal safety net; and WWII mobilization gave the government sweeping control over the economy. Together they trace a steady expansion of federal power across the period.

Common mistakes
  • Misconception: a longer essay scores higher. Correction: graders reward a clear argument, specific evidence, and reasoning, not length or narration.
  • Misconception: the complexity point comes from adding more facts. Correction: it requires nuanced analysis, qualifying, comparing, or connecting, not just more information.
✎ Try it yourself

Problem. For the prompt 'Evaluate the extent to which the Cold War shaped U.S. domestic policy from 1945 to 1991,' write a thesis and name one supporting example.

Solution. Thesis: The Cold War profoundly shaped U.S. domestic policy from 1945 to 1991 by driving anti-communist measures, defense spending, and civil-liberties debates, though domestic issues like civil rights also followed their own course. Supporting example: the Second Red Scare and McCarthyism led to loyalty oaths and blacklists, showing how fear of communism reshaped domestic politics and limited civil liberties.

Key terms
  • Cold War — the post-1945 ideological and geopolitical rivalry between the U.S. and USSR
  • Containment — the U.S. policy of stopping the spread of communism
  • Civil Rights Movement — the campaign to end racial segregation and secure voting rights
  • Great Society — Johnson's programs expanding federal anti-poverty and health efforts
  • Stagflation — the 1970s combination of stagnant growth and high inflation
  • Watergate — the scandal that led to President Nixon's resignation
  • Globalization — the growing interconnection of economies and cultures
  • War on Terror — the U.S. response to the September 11, 2001 attacks
Assignment · Postwar Continuity and Change LEQ

Write a long-essay response analyzing continuity and change in the role of the federal government from 1945 to the present. Develop a defensible thesis and support it with specific evidence from at least two eras, such as the Great Society and the conservative resurgence.

Deliverable · A timed LEQ-style essay with a thesis, multi-era evidence, and clear historical reasoning, completed as exam practice.

Quiz · 5 questions
  1. 1. The U.S. Cold War policy of stopping the spread of communism was called:

  2. 2. Brown v. Board of Education (1954) ruled that:

  3. 3. The scandal that led to President Nixon's resignation was:

  4. 4. The Cold War effectively ended around 1991 with the:

  5. 5. The September 11, 2001 attacks most directly led to the:

You'll be able to

I can trace the development of the Cold War and its effects on U.S. foreign and domestic policy.

I can evaluate continuity and change in American society, politics, and the economy since 1945.

Assessment · AP-style document-based questions (DBQs), long-essay questions (LEQs), short-answer questions (SAQs), multiple-choice stimulus sets, document analysis using historical thinking skills, a historical inquiry research project aligned to the C3 Framework, and a full-length APUSH practice exam.

AP Computer Science Principles (Crunch AP CSP)

College Board AP Computer Science Principles — 5 Big Ideas & CSTA Level 3A

Crunch Academy's flagship sophomore computing course, built on the College Board AP CSP framework's five Big Ideas. Students develop creative computing artifacts, reason about data and algorithms, program in a text-based language, study computer systems and networks, examine the impact of computing, and complete the AP Create Performance Task.

Weeks 1-5 Unit 1: Creative Development & Collaboration (Big Idea 1)
BI 1: Creative DevelopmentCSP CRD-1CSP CRD-23A-AP-213A-AP-22
Lecture
What is computing? Creativity and the design process

Big Idea 1 (Creative Development) frames computing as a creative discipline where people build artifacts—programs, apps, images, simulations—to solve problems and express ideas. Development is rarely linear; it follows an iterative design process of investigating, designing, prototyping, and testing, repeating as understanding grows. Creativity appears in both the idea and the approach to building it. For example, two programmers can solve the same problem with very different, equally valid designs. Recognizing computing as creative rather than purely mechanical is foundational to the AP CSP framework and the Create Performance Task.

Big Idea 1 (Creative Development) treats computing as a creative act: people build computing artifacts—programs, images, audio, simulations, visualizations—to solve problems or express ideas. Development is iterative, not linear: you investigate the problem, design a solution, implement a prototype, then test and refine, looping back as you learn. Creativity shows up in both *what* you build and *how* you build it, so two programmers can produce very different yet equally valid designs for the same goal. An artifact has a defined purpose and a function: the purpose is the problem it addresses, the function is how it behaves for a user. Framing computing as creative—rather than purely mechanical—underpins the whole CSP course and the Create Performance Task.

Worked Example 1

Problem. A student wants a program that helps users decide what to wear based on the weather. Identify the artifact's purpose and function.

  1. Purpose = the problem it solves: 'Help a user choose appropriate clothing for current weather.'
  2. Function = how it behaves: 'User inputs the temperature; the program outputs a clothing suggestion.'
  3. Sketch the iterative plan: investigate (what inputs?), design (rules), prototype (basic if/else), test (try temps), refine.

Answer. Purpose: assist clothing choices for the weather. Function: takes a temperature input and returns a suggestion (e.g., <50: 'wear a coat').

Worked Example 2

Problem. Order the iterative development steps for building a simple quiz app from this scrambled list: Test, Investigate, Refine, Design, Prototype.

  1. The design process starts by understanding the need: Investigate.
  2. Plan the solution: Design.
  3. Build a working draft: Prototype.
  4. Run it and gather feedback: Test.
  5. Improve based on results, then loop: Refine.

Answer. Investigate -> Design -> Prototype -> Test -> Refine (and repeat the loop).

Common mistakes
  • Thinking development is one-and-done (write code once, ship it). Fix: development is iterative—expect to design, test, and refine repeatedly.
  • Confusing purpose with function. Fix: purpose = the problem solved; function = the specific behavior a user experiences.
✎ Try it yourself

Problem. Pick a small everyday problem and describe a computing artifact that addresses it. State its purpose, its function, and list the iterative steps you'd follow (Create-PT style framing).

Solution. Example: A 'study timer' app. Purpose: help students focus using timed work/break cycles. Function: user starts the timer; it counts 25 min of work, alerts, then 5 min of break, looping. Iterative steps: Investigate (how long are ideal sessions?), Design (timer logic + alerts), Prototype (basic countdown loop), Test (run a full cycle), Refine (add custom durations). This shows creativity in both idea and approach—another student might solve the same focus problem with a checklist app instead.

Collaborative development and pair programming

Collaboration improves computing outcomes by combining diverse perspectives, catching errors, and distributing work, a key practice in Big Idea 1. Pair programming pairs a 'driver' who writes code with a 'navigator' who reviews and suggests, then partners switch roles. Effective collaboration requires communication, inclusion of differing viewpoints, and constructive feedback. For example, a teammate may spot an edge case the author missed, improving the program. The AP framework values collaboration both for better artifacts and because real-world computing is overwhelmingly a team effort.

Collaboration is central to Big Idea 1: programs are usually built by teams, and collaboration improves the product by combining perspectives, catching errors, and sharing knowledge. Pair programming is a structured technique where two developers share one workstation: the *driver* writes code while the *navigator* reviews each line, watches for mistakes, and thinks about the bigger design. They swap roles regularly. Effective collaboration depends on communication, consensus building, conflict resolution, and respecting diverse viewpoints—people with different backgrounds notice different problems and opportunities. Good collaborators give and receive constructive feedback and use shared tools (comments, version control, issue lists). On the AP exam, you should be able to explain how collaboration and inclusive teams strengthen a computing innovation's design and reduce bias.

Worked Example 1

Problem. In pair programming, the driver writes `total = total + price` but forgets the program never initialized `total`. What is the navigator's job here, and what fix do they suggest?

  1. Navigator's job: review each line as it's typed and catch logic/runtime issues before they spread.
  2. Spot the bug: `total` is used before being assigned a starting value -> error or wrong result.
  3. Suggest fix: add `total = 0` before the loop that adds prices.

Answer. The navigator catches the uninitialized variable and tells the driver to add `total = 0` first; this is exactly the error-catching benefit of pairing.

Worked Example 2

Problem. A team of four with different cultural backgrounds is designing a name-input field. One member notes that the field rejects names with accents and single-name users. Why does this collaboration improve the artifact?

  1. Diverse perspectives surface assumptions a uniform team would miss (e.g., 'everyone has a first and last name').
  2. The team reaches consensus to allow accented characters and optional last names.
  3. Result: fewer users are excluded—reducing bias and broadening usability.

Answer. Inclusive collaboration reveals hidden bias in the design, producing a more accessible, correct artifact.

Common mistakes
  • Believing pair programming just means two people watching one type. Fix: it's active—the navigator reviews, questions, and they swap roles regularly.
  • Treating disagreement as failure. Fix: conflict resolution and consensus building are part of collaboration; differing views catch errors and bias.
✎ Try it yourself

Problem. Describe a collaboration plan for a 2-person team building a tip calculator. Include how you'd divide roles, communicate, and resolve a disagreement about rounding.

Solution. Roles: pair-program with regular driver/navigator swaps each 15 minutes. Communication: keep a shared comment block listing decisions and TODOs. Disagreement on rounding (round vs. truncate the tip): resolve by consensus—test both with sample bills, agree to round to the nearest cent because it matches real receipts, and document the choice in a comment so future readers know why.

Designing programs: iteration, prototyping, and feedback

Designing a program begins with understanding requirements, then planning with tools like pseudocode, flowcharts, or diagrams before coding. Prototyping builds a rough, working version early to test ideas, and feedback from users or peers guides revision. Iteration means cycling through design, build, and test repeatedly, refining the artifact each pass. For example, a first prototype of a quiz app might lack scoring, which user feedback then prompts adding. This iterative, feedback-driven approach produces better programs than trying to build everything perfectly at once.

Iterative design means refining a program through repeated cycles rather than perfecting it on the first try. A *prototype* is an early, often incomplete version built to test an idea quickly and cheaply. Feedback—from users, teammates, or test runs—drives each iteration: you observe what works, identify gaps, and adjust. This loop (design -> prototype -> test -> feedback -> refine) is exactly what AP CSP expects in the Create Performance Task development process. Prototyping reduces risk because you discover flawed assumptions early, when changes are cheap. Feedback can be *internal* (your own testing, a teammate's review) or *external* (real users). Capturing feedback systematically—notes, a test log, an issue list—turns vague reactions into specific, actionable changes and demonstrates incremental development for the Create-PT video and written responses.

Worked Example 1

Problem. A first prototype of a 'guess the number' game accepts any text and crashes on letters. List the feedback-driven iterations.

  1. Iteration 1 (prototype): generate a secret number, ask for a guess, compare. Crashes on non-numeric input.
  2. Feedback: 'It breaks when I type a word.'
  3. Iteration 2: validate input—only accept numbers, otherwise re-prompt.
  4. Feedback: 'I don't know if I'm close.'
  5. Iteration 3: add 'too high'/'too low' hints.

Answer. Three iterations: working core -> input validation -> helpful hints, each driven by specific feedback.

Worked Example 2

Problem. Classify each as internal or external feedback: (a) you run the program and notice a typo, (b) a classmate says the menu is confusing, (c) you test boundary inputs yourself.

  1. (a) You testing your own program = internal.
  2. (b) Another person reacting to your program = external (a teammate/user).
  3. (c) You designing and running boundary tests = internal.

Answer. (a) internal, (b) external, (c) internal.

Common mistakes
  • Trying to build the whole program perfectly before testing. Fix: build a small prototype first and improve in iterations.
  • Collecting feedback but not acting on it or recording it. Fix: log feedback as specific changes so each iteration is traceable (important for the Create-PT).
✎ Try it yourself

Problem. Plan two improvement iterations for a basic 'to-do list' prototype that currently only adds items. Base each iteration on a piece of feedback.

Solution. Iteration 1 feedback: 'I can't remove finished tasks.' Change: add a 'mark done / remove' option. Iteration 2 feedback: 'My list disappears when I close it.' Change: save the list to a file so it persists. Each iteration is small, driven by concrete feedback, and documented—mirroring the incremental development the Create Performance Task rewards.

Identifying and correcting errors (program documentation)

Errors fall into categories: syntax errors (breaking language rules), runtime errors (crashes during execution), and logic errors (the program runs but produces wrong results). Debugging is the systematic process of finding and fixing them, using strategies like testing with varied inputs, tracing code by hand, and adding output statements. Program documentation—comments explaining purpose and function—makes code understandable and easier to debug and maintain. For example, a comment describing what a procedure does helps a teammate fix it later. Documentation and debugging are explicitly assessed in the Create Performance Task.

Programs rarely work the first time, so identifying and correcting errors is a core skill. There are three main error types. A *syntax error* breaks the language's grammar (e.g., a missing colon or unbalanced parenthesis) and stops the program from running. A *runtime error* occurs while running (e.g., dividing by zero, using an undefined variable) and crashes the program. A *logic error* runs without crashing but produces the wrong result because the algorithm is flawed. Debugging strategies include tracing the code by hand, adding print/DISPLAY statements to inspect values, testing with known inputs, and isolating the failing section. Clear *program documentation*—comments explaining purpose, parameters, and tricky logic—makes errors easier to find and helps collaborators. Good comments describe *why*, not just *what*, the code does.

Worked Example 1

Problem. Classify the error in each snippet: (a) `IF (x > 5` , (b) `result = 10 / 0`, (c) a leap-year checker that says 1900 is a leap year.

  1. (a) Missing closing parenthesis breaks grammar -> syntax error (won't run).
  2. (b) Division by zero happens during execution -> runtime error (crashes).
  3. (c) It runs but gives a wrong answer (1900 is NOT a leap year) -> logic error.

Answer. (a) syntax, (b) runtime, (c) logic.

Worked Example 2

Problem. This loop should sum 1..3 but prints 0. Find and fix the logic error.
sum <- 0
FOR EACH n IN [1,2,3] { sum <- 0 + n }
DISPLAY(sum)

  1. Trace: n=1 -> sum=0+1=1; n=2 -> sum=0+2=2; n=3 -> sum=0+3=3. It actually prints 3, not the intended running total 6.
  2. The bug: `sum <- 0 + n` resets the base to 0 each time instead of accumulating.
  3. Fix: `sum <- sum + n`. Re-trace: 0+1=1, 1+2=3, 3+3=6.

Answer. Change `sum <- 0 + n` to `sum <- sum + n`; output becomes 6 (a logic error fix).

Common mistakes
  • Assuming code with no crash is correct. Fix: a logic error runs fine but gives wrong output—test with inputs whose answers you know.
  • Writing comments that just repeat the code ('add 1 to x'). Fix: document the *why* and the purpose/parameters so others can debug.
✎ Try it yourself

Problem. Debug: a temperature converter outputs the wrong value.
f <- 100
c <- f - 32 * 5 / 9
DISPLAY(c) // expected 37.78
Identify the error type and fix it, then add a one-line comment.

Solution. Trace with operator precedence: `32 * 5 / 9` = 17.78, so c = 100 - 17.78 = 82.22, not 37.78—a logic error from missing parentheses. Fix: `c <- (f - 32) * 5 / 9` which gives (68)*5/9 = 37.78. Add a comment: `// Convert Fahrenheit to Celsius: subtract 32 first, then scale by 5/9`.

Building a first interactive computing artifact

An interactive artifact responds to user input, such as clicks, key presses, or typed values, making the program dynamic rather than static. Building one applies the design process end to end: plan the interaction, write code that takes input and produces output, test with real users, and revise. For example, a simple program might ask a user's name and respond with a greeting, then expand to a small game. Creating a complete, working artifact—however simple—builds confidence and previews the independent program development required by the AP Create Performance Task.

An interactive computing artifact responds to user input and produces output, forming a feedback loop between person and program. The basic pattern is INPUT -> PROCESS -> OUTPUT: the program receives input (text, a button press, a sensor value), processes it (calculations, decisions), and displays output. Even simple interactivity uses core building blocks: variables to store input, expressions to process it, selection (IF) to react differently to different inputs, and DISPLAY to communicate results. Building a first interactive artifact ties together everything in Big Idea 1—creativity, iteration, collaboration, and debugging—into a working program with a clear purpose and function. Designing for the user means anticipating different inputs (including invalid ones) and giving understandable feedback, which is the foundation for the larger Create Performance Task program.

Worked Example 1

Problem. Write pseudocode for an interactive program that asks the user's age and replies whether they can vote (18+).

  1. INPUT: age <- INPUT()
  2. PROCESS/DECIDE with selection:
  3. IF (age >= 18) { msg <- "You can vote." }
  4. ELSE { msg <- "Not old enough to vote yet." }
  5. OUTPUT: DISPLAY(msg)

Answer. age <- INPUT(); IF (age>=18){DISPLAY("You can vote.")} ELSE {DISPLAY("Not old enough to vote yet.")} — a complete INPUT->PROCESS->OUTPUT artifact.

Worked Example 2

Problem. Trace this interactive snippet when the user enters 7:
n <- INPUT()
IF (n MOD 2 = 0) { DISPLAY("even") } ELSE { DISPLAY("odd") }

  1. INPUT: n <- 7.
  2. Compute n MOD 2 = remainder of 7/2 = 1.
  3. Is 1 = 0? No, so the ELSE branch runs.
  4. DISPLAY("odd").

Answer. The program displays 'odd'.

Common mistakes
  • Forgetting to store input in a variable before using it. Fix: assign input first (e.g., name <- INPUT()) then reference the variable.
  • Not handling unexpected input. Fix: anticipate invalid entries (blank, wrong type) and give clear feedback instead of crashing.
✎ Try it yourself

Problem. Create-PT style: design a small interactive 'mood greeter' that asks the user how they feel ('happy', 'sad', or anything else) and responds appropriately. Write the pseudocode.

Solution. mood <- INPUT()
IF (mood = "happy") { DISPLAY("Glad to hear it!") }
ELSE IF (mood = "sad") { DISPLAY("Sorry—hope your day improves.") }
ELSE { DISPLAY("Thanks for sharing.") }
This follows INPUT->PROCESS(selection)->OUTPUT, handles an 'anything else' case so it never breaks on unexpected input, and has a clear purpose (respond to the user's mood) and function (text in, tailored message out).

Key terms
  • Computing artifact — anything created using a computer, such as a program, image, or app
  • Iterative design process — repeated cycles of investigating, designing, prototyping, and testing
  • Pair programming — two people collaborating, alternating driver and navigator roles
  • Prototype — an early, working version of a program used to test ideas
  • Syntax error — a mistake that breaks the rules of a programming language
  • Logic error — a flaw that lets a program run but produces incorrect results
  • Debugging — the systematic process of finding and fixing errors
  • Program documentation — comments that explain a program's purpose and function
Assignment · First Interactive Artifact with a Partner

Working with a partner using pair programming, design and build a small interactive program that takes user input and responds. Document your code with comments, then write a short reflection on one bug you fixed and how feedback or iteration improved the design.

Deliverable · A working interactive program with code comments plus a brief written reflection on debugging and iteration.

Quiz · 5 questions
  1. 1. The iterative design process is best described as:

  2. 2. In pair programming, the 'navigator':

  3. 3. A program that runs but gives the wrong answer contains a:

  4. 4. Program documentation (comments) primarily helps by:

  5. 5. An interactive computing artifact is one that:

You'll be able to

I can apply an iterative design process to develop a computing artifact with collaboration and feedback.

I can document a program's purpose and function and identify and correct errors.

Weeks 6-10 Unit 2: Data & Information (Big Idea 2)
BI 2: DataCSP DAT-1CSP DAT-23A-DA-113A-DA-12
Lecture
Binary representation of numbers, text, and color

Big Idea 2 (Data) explains that computers store all information as bits—binary digits, 0 or 1. Numbers use base-2 place values (1, 2, 4, 8, ...), so 1011 in binary equals 8 + 0 + 2 + 1 = 11 in decimal. Text is encoded by mapping characters to numbers (such as ASCII or Unicode), and color is often stored as RGB values, each a number from 0 to 255 needing 8 bits. For example, the RGB color (255, 0, 0) is pure red. Because bits are limited, more bits allow representing more distinct values, with n bits giving 2 to the n combinations.

Big Idea 2 (Data) begins with representation: computers store everything as bits (binary digits, 0 or 1). A sequence of bits can represent numbers, text, or color depending on how we interpret it. Numbers use base-2 place values (…16, 8, 4, 2, 1), so 1011 = 8+2+1 = 11. With n bits you can represent 2^n distinct values (8 bits -> 256 values, 0–255). Text is encoded by mapping characters to numbers via a standard like ASCII ('A' = 65) or Unicode. Color is commonly stored as RGB: three values 0–255 for red, green, blue, often written in hexadecimal (#FF0000 = pure red). Because representations are finite, there are limits—a fixed number of bits can only hold a fixed range of values, which causes overflow and rounding. Understanding binary is the foundation for reasoning about data size, fidelity, and the analog-to-digital sampling that captures real-world signals.

Worked Example 1

Problem. Convert the 8-bit binary number 0010 1101 to decimal.

  1. Place values: 128 64 32 16 | 8 4 2 1.
  2. Bits: 0 0 1 0 | 1 1 0 1.
  3. Add the place values where the bit is 1: 32 + 8 + 4 + 1.
  4. 32+8=40, 40+4=44, 44+1=45.

Answer. 0010 1101 = 45 in decimal.

Worked Example 2

Problem. A color is #00FF80. What are its R, G, B decimal values, and roughly what color is it?

  1. Split into pairs: 00 | FF | 80 for R | G | B.
  2. Convert hex to decimal: 00 = 0; FF = 15*16+15 = 255; 80 = 8*16+0 = 128.
  3. So R=0, G=255, B=128: no red, full green, half blue.

Answer. R=0, G=255, B=128 — a bright spring/teal-green color.

Worked Example 3

Problem. How many distinct values can 4 bits represent, and what is the largest unsigned value?

  1. Number of values = 2^n = 2^4 = 16.
  2. Values range from 0 to 2^n - 1.
  3. Largest = 16 - 1 = 15 (binary 1111 = 8+4+2+1).

Answer. 16 distinct values, ranging 0–15.

Common mistakes
  • Reading binary place values left-to-right starting at 1. Fix: the rightmost bit is 1, doubling leftward (1,2,4,8,16…).
  • Thinking n bits give 2^n - 1 *values*. Fix: n bits give 2^n values; 2^n - 1 is only the largest unsigned value (since you start at 0).
✎ Try it yourself

Problem. Convert decimal 200 to 8-bit binary, then state how many bits you'd need to store the number 300 and why.

Solution. 200 to binary: 128 fits (rem 72), 64 fits (rem 8), 32 no, 16 no, 8 fits (rem 0) -> 1100 1000. Check: 128+64+8=200. For 300: 8 bits max is 255 (too small). 9 bits give 2^9=512 values (0–511), which covers 300. So you need at least 9 bits because 8 bits can only represent 0–255 and 300 exceeds that range.

Data compression: lossy versus lossless

Compression reduces the number of bits needed to store or send data. Lossless compression (like ZIP or PNG) removes redundancy so the original data can be perfectly restored, while lossy compression (like JPEG or MP3) discards less-noticeable detail to shrink files more, sacrificing some quality. The trade-off is size versus fidelity. For example, an MP3 drops sounds humans barely hear to compress music, which cannot be undone. Choosing a method depends on whether exact reconstruction matters, a core idea in standard DAT-1 and the AP framework.

Data compression reduces the number of bits needed to store or transmit data, saving space and bandwidth. *Lossless* compression lets you reconstruct the original data exactly—nothing is discarded. It works by removing redundancy; for example, run-length encoding replaces 'AAAAA' with '5A', and ZIP/PNG use lossless methods. *Lossy* compression achieves much smaller sizes by permanently discarding information judged less important to human perception—JPEG images, MP3 audio, and most streaming video are lossy. The trade-off is fidelity versus size: lossy gives smaller files but cannot restore the original exactly, while lossless preserves everything but compresses less. The right choice depends on the use: archives, code, and text need lossless; photos and music can tolerate lossy. AP CSP expects you to explain this trade-off and pick an appropriate method for a scenario.

Worked Example 1

Problem. Apply run-length encoding (lossless) to the string WWWWWWBWWWWWW and report the savings.

  1. Count runs: 6 W, then 1 B, then 6 W.
  2. Encode as count+char: 6W1B6W.
  3. Original = 13 characters; encoded = 6 characters (6W1B6W).
  4. Savings = 13 - 6 = 7 characters; original is fully recoverable, so it's lossless.

Answer. Encoded '6W1B6W' (6 chars vs 13), lossless—the original string can be perfectly rebuilt.

Worked Example 2

Problem. For each scenario pick lossy or lossless and justify: (a) compressing source code to email, (b) shrinking a vacation photo for a website, (c) archiving legal documents.

  1. (a) Source code must be exact—one changed character breaks it -> lossless.
  2. (b) A web photo can lose imperceptible detail to load fast -> lossy is fine.
  3. (c) Legal records must be exact and complete -> lossless.

Answer. (a) lossless, (b) lossy, (c) lossless—choose by whether exact reconstruction is required.

Common mistakes
  • Believing lossy compression can be 'undone' to get the original back. Fix: lossy permanently discards data; only lossless is fully reversible.
  • Assuming smaller is always better. Fix: choose by use—text/code/archives need lossless even though lossy would be smaller.
✎ Try it yourself

Problem. You're building an app that stores both user-uploaded photos and a database of account passwords' hashes. Which data should use lossy vs. lossless handling, and why?

Solution. Photos: lossy (e.g., JPEG) is acceptable because minor, imperceptible detail loss greatly reduces storage and load time, and users won't notice. Password hashes / account data: must be lossless—every bit matters; a single altered bit would break authentication or corrupt records. The principle: use lossy only when approximate reproduction is acceptable to the human user, and lossless whenever exact reconstruction is required.

Extracting information and detecting patterns in data

Raw data becomes useful information only after processing to reveal patterns, trends, and relationships. Computers can search, filter, sort, and summarize large datasets far faster than humans, enabling discoveries impossible by hand. Identifying correlations helps make predictions, though correlation does not prove causation. For example, analyzing sales data might reveal that purchases spike on weekends, guiding business decisions. Extracting meaning from data is central to Big Idea 2 and increasingly to science, business, and everyday technology.

Raw data becomes *information* when we process it to reveal meaning, trends, or patterns. Extracting information involves filtering (keeping rows that meet a condition), cleaning (fixing or removing bad/missing values), transforming (computing new fields), and aggregating (summing, averaging, counting, grouping). Detecting patterns means looking for correlations, frequencies, outliers, or trends over time—for example, noticing sales peak on weekends. Metadata (data about data, like a file's timestamp or size) often aids analysis. A key CSP idea: more data and better tools let us find patterns humans couldn't see manually, but correlation is not causation, and patterns can be misleading if data is incomplete or biased. Programs and queries automate extraction so we can scale from dozens to millions of records.

Worked Example 1

Problem. Given temperatures [72, 68, 75, 90, 71], find the average and identify any outlier.

  1. Sum = 72+68+75+90+71 = 376.
  2. Count = 5, so average = 376/5 = 75.2.
  3. Scan for a value far from the rest: 90 is well above the others (others cluster 68–75).
  4. 90 stands out as a likely outlier worth investigating.

Answer. Average = 75.2; 90 is the outlier.

Worked Example 2

Problem. From a list of orders, count how many exceed $100 using pseudocode.

  1. count <- 0
  2. FOR EACH order IN orders {
  3. IF (order > 100) { count <- count + 1 }
  4. }
  5. DISPLAY(count)

Answer. The loop filters by the condition (>100) and aggregates a count—turning raw data into the information 'number of large orders'.

Worked Example 3

Problem. A dataset shows ice-cream sales and sunburns both rise in summer. Is buying ice cream causing sunburns?

  1. Both variables increase together -> they are correlated.
  2. Look for a hidden common cause: hot, sunny weather raises both.
  3. Correlation does not prove one causes the other.

Answer. No—it's correlation, not causation; sunny weather is the lurking common cause.

Common mistakes
  • Treating correlation as causation. Fix: a relationship in data may be coincidental or driven by a third factor—don't assume cause.
  • Analyzing dirty data with blanks/duplicates. Fix: clean and validate data (remove duplicates, handle missing values) before extracting conclusions.
✎ Try it yourself

Problem. You have a list of student quiz scores. Write pseudocode to find how many students passed (score >= 70) and the class average.

Solution. total <- 0
passed <- 0
FOR EACH s IN scores {
total <- total + s
IF (s >= 70) { passed <- passed + 1 }
}
average <- total / LENGTH(scores)
DISPLAY(passed)
DISPLAY(average)
This combines aggregation (sum/average) and filtering (count of passers) to turn the raw score list into actionable information about class performance.

Data visualization and using tools to analyze large datasets

Visualizations—charts, graphs, maps, and dashboards—turn numbers into pictures that make patterns easier to perceive and communicate. Choosing the right visualization (bar chart for comparisons, line graph for trends over time, scatter plot for relationships) matters for clarity and honesty. Software tools and filters let analysts explore datasets too large to examine row by row. For example, a heat map can instantly show which regions have the most activity. Effective visualization is a key skill for extracting and presenting information from data.

Data visualization turns numbers into charts so patterns are easy to see and communicate. Choosing the right chart matters: bar charts compare categories, line charts show change over time, scatter plots reveal relationships between two variables, and pie charts show parts of a whole. Tools (spreadsheets, programming libraries, online dashboards) let analysts handle datasets far too large to inspect by hand—sorting, filtering, grouping, and plotting millions of rows quickly. Good visualizations have clear titles, labeled axes, and appropriate scales; poor or misleading ones (truncated axes, wrong chart type) can distort the story. In AP CSP you should be able to read a visualization to extract information, recognize when a visualization is misleading, and explain how digital tools enable analysis of large datasets that would be impractical manually.

Worked Example 1

Problem. You want to show how a city's population changed each year from 2000–2020. Which chart type fits, and why?

  1. The variable (population) changes over a continuous time axis (years).
  2. Comparing categories -> bar; relationship of two variables -> scatter; change over time -> line.
  3. Population over years is a time trend.
  4. So a line chart best shows the trend and direction.

Answer. A line chart—it best displays change over time.

Worked Example 2

Problem. A bar chart's y-axis starts at 90 instead of 0, making a rise from 95 to 100 look huge. Why is this misleading and how do you fix it?

  1. Starting the axis above zero exaggerates small differences visually.
  2. A 5-unit change looks like a doubling because the bar 'from 90' is tiny.
  3. Fix: start the y-axis at 0 so bar heights are proportional to the actual values.

Answer. Truncating the axis distorts the comparison; fix by starting the y-axis at 0 for honest proportions.

Common mistakes
  • Using a pie chart for data that isn't parts of a single whole. Fix: pie charts only suit proportions that sum to 100%; use bar/line otherwise.
  • Trusting a chart without checking its axes and scale. Fix: read axis labels and starting values—truncated or unlabeled axes can mislead.
✎ Try it yourself

Problem. You analyze a 50,000-row dataset of app downloads by country and month. Describe how you'd use a tool to find which country grew fastest, and which chart you'd present.

Solution. Use a spreadsheet or data tool to group rows by country and month, then aggregate total downloads per country per month (impossible to do by hand at 50k rows—tools make it fast). Compute each country's growth = latest month minus earliest month, sort descending to find the fastest grower. Present a line chart with one line per top country across months, with labeled axes starting at 0 and a clear title, so the fastest-rising line is visually obvious to the audience.

Bias, privacy, and the limits of data

Data is powerful but imperfect: datasets can be incomplete, unrepresentative, or biased, and conclusions drawn from flawed data can mislead. Collecting personal data raises privacy concerns, since aggregated information can identify individuals or enable surveillance. Standard DAT and Big Idea 5 emphasize evaluating how data is gathered, who controls it, and what harms may result. For example, a facial-recognition dataset lacking diversity can produce biased, inaccurate results. Responsible data use requires questioning sources, protecting privacy, and recognizing the limits of what data can tell us.

Data is powerful but limited, and using it responsibly is part of Big Idea 2. *Bias* can enter through how data is collected (a survey only of one group), what's measured, or which records are missing—biased data produces biased conclusions and can harm people when used in decisions. *Privacy* concerns arise because programs collect personal information (location, browsing, purchases); aggregating many small pieces can re-identify individuals even from 'anonymous' data. Personally identifiable information (PII) must be protected, and users should know what is collected and consent to it. There are also fundamental limits: data can be incomplete, outdated, or not representative, and not every question can be answered by data alone. Ethical analysis means questioning the source, considering who is excluded, protecting privacy, and being honest about uncertainty—skills the AP exam tests through scenario questions.

Worked Example 1

Problem. A company trains a hiring tool only on resumes of its current employees, who are mostly from two universities. Identify the bias and a consequence.

  1. The training data over-represents two schools (collection bias / non-representative sample).
  2. The model learns to favor candidates resembling current staff.
  3. Consequence: qualified applicants from other schools are unfairly screened out, perpetuating the existing imbalance.

Answer. Sampling bias in the training data causes the tool to unfairly favor two schools and exclude others.

Worked Example 2

Problem. An app stores users' birthdate, ZIP code, and gender, claiming it's 'anonymous.' Why is privacy still at risk?

  1. Each field alone seems harmless, but combining them is highly identifying.
  2. Studies show birthdate + ZIP + gender can uniquely identify a large share of people.
  3. So aggregating quasi-identifiers can re-identify individuals despite removing names.

Answer. Combining quasi-identifiers (birthdate, ZIP, gender) can re-identify people, so the data isn't truly anonymous—a real privacy risk.

Common mistakes
  • Assuming 'more data' automatically means 'better/fairer conclusions.' Fix: biased or unrepresentative data scales bias too—question the source.
  • Thinking removing names makes data anonymous. Fix: combinations of quasi-identifiers can re-identify individuals; protect PII and minimize collection.
✎ Try it yourself

Problem. You're designing a fitness app that collects step counts and location. List two privacy protections and one way the collected data could be biased.

Solution. Privacy protections: (1) collect only what's needed (data minimization)—e.g., store step totals without precise GPS traces; (2) get explicit user consent and let users delete their data. Possible bias: if the app's users skew toward people who already own expensive fitness trackers, any 'average activity' conclusions won't represent the broader population (sampling bias), so claims drawn from the data should be qualified.

Key terms
  • Bit — a binary digit, 0 or 1, the smallest unit of data
  • Binary — the base-2 number system computers use to represent all data
  • ASCII/Unicode — encoding schemes that map characters to numeric codes
  • RGB — a color model representing colors as red, green, and blue values
  • Lossless compression — reducing data size with no loss, allowing perfect restoration
  • Lossy compression — reducing data size by discarding less-noticeable detail
  • Data visualization — representing data graphically to reveal patterns
  • Data bias — systematic flaws in data that can produce misleading conclusions
Assignment · Data Patterns and Visualization

Take a small dataset (provided or self-collected) and use a tool such as a spreadsheet to find at least one meaningful pattern. Create an appropriate visualization of that pattern and write a short note on a possible source of bias or a privacy concern in the data.

Deliverable · A chart or graph with a written explanation of the pattern found and one bias or privacy consideration.

Quiz · 5 questions
  1. 1. The binary number 1011 equals which decimal value?

  2. 2. How many distinct values can be represented with 8 bits?

  3. 3. Which is an example of lossy compression?

  4. 4. A line graph is most appropriate for showing:

  5. 5. A dataset that is unrepresentative of the population it describes is said to have:

You'll be able to

I can explain how data is represented in binary and how compression affects information.

I can use computational tools to find patterns and extract meaningful information from data.

Weeks 11-16 Unit 3: Programming Foundations — Algorithms & Abstraction (Big Idea 3, Part 1)
BI 3: Algorithms & ProgrammingCSP AAP-1CSP AAP-2CSP AAP-33A-AP-133A-AP-143A-AP-16
Lecture
Variables, data types, and assignment

A variable is a named storage location that holds a value the program can use and change. Assignment, often written with =, stores a value in a variable, as in score = 0, which can later be updated, like score = score + 10. Common data types include integers, decimals (floats), strings (text), and booleans (true/false). For example, after name = 'Maya', the variable name holds the string Maya. Understanding that the right side of an assignment is evaluated first and then stored on the left is essential for tracing how programs change state, a core part of Big Idea 3.

Big Idea 3 (Algorithms & Programming) starts with variables: named storage that holds a value the program can use and change. Assignment uses the arrow in AP CSP pseudocode: `x <- 5` stores 5 in x (in Python, `x = 5`). The right side is evaluated first, then placed into the variable on the left. Data types classify values—numbers (integers, decimals), strings (text in quotes), and Booleans (true/false)—and determine which operations are valid (you can add numbers but concatenate strings). A variable can be reassigned, replacing its old value. Choosing clear variable names and the right type prevents bugs. Variables make programs general: instead of hard-coding 5, you store input in a variable and the same code works for any value—an early form of abstraction that underlies all programming.

Worked Example 1

Problem. Trace the final values of a and b:
a <- 3
b <- a + 2
a <- 10

  1. a <- 3: a is 3.
  2. b <- a + 2: evaluate right side with current a (3) -> 5; b is 5.
  3. a <- 10: a is reassigned to 10. b is unchanged (it already captured the old value).

Answer. a = 10, b = 5 (b kept the value computed before a changed).

Worked Example 2

Problem. What does this output, and why?
name <- "Sam"
greeting <- "Hi, " + name
DISPLAY(greeting)

  1. name holds the string "Sam".
  2. The + operator on two strings concatenates (joins) them.
  3. "Hi, " + "Sam" -> "Hi, Sam".
  4. DISPLAY prints the result.

Answer. Outputs: Hi, Sam (string concatenation, not arithmetic).

Worked Example 3

Problem. Swap the values of x and y (x=1, y=2) using a temporary variable.

  1. temp <- x (temp = 1)
  2. x <- y (x = 2)
  3. y <- temp (y = 1)

Answer. After the swap, x = 2 and y = 1; the temp variable preserves x's original value so it isn't lost.

Common mistakes
  • Reading `x <- y` as 'x equals y forever.' Fix: assignment is a one-time copy of y's current value into x; later changes to y don't update x.
  • Adding a number to a string and expecting math (e.g., "3" + 4). Fix: match types—convert the string to a number first, or you'll get concatenation or an error.
✎ Try it yourself

Problem. Write pseudocode that stores a price and a quantity, computes the total, and displays it. Then state what changes if the quantity is given as user input.

Solution. price <- 4
quantity <- 3
total <- price * quantity
DISPLAY(total) // 12
If quantity comes from input: `quantity <- INPUT()`, the same `total <- price * quantity` line now works for any quantity the user enters—showing how variables generalize a program beyond hard-coded values.

Sequencing, expressions, and arithmetic/relational operators

Sequencing means statements execute in order, top to bottom, one after another. Expressions combine values and operators to produce a result: arithmetic operators (+, -, *, /, and modulo for remainders) compute numbers, while relational operators (==, !=, <, >, <=, >=) compare values and yield booleans. Operator precedence determines evaluation order, like multiplication before addition. For example, the expression 7 % 3 evaluates to 1 (the remainder), and 5 > 3 evaluates to true. Mastering expressions and operators lets programmers compute and compare correctly within algorithms.

Sequencing means statements execute in order, top to bottom—the order matters because each line can depend on results of earlier lines. Expressions combine values and operators to produce a new value. *Arithmetic* operators include +, -, *, / and two CSP staples: MOD (remainder, e.g., 7 MOD 3 = 1) and integer division. Operator precedence follows math rules: * and / before + and -, with parentheses overriding the default order. *Relational* operators (=, ≠, >, <, ≥, ≤) compare two values and produce a Boolean (true/false). Combining these lets programs compute and compare—e.g., test whether a number is even with `n MOD 2 = 0`. Predicting an expression's value by applying precedence and evaluating left to right within a level is a core AP exam skill, especially for MOD, which appears constantly in algorithm questions.

Worked Example 1

Problem. Evaluate 2 + 3 * 4 - 10 / 2.

  1. Apply precedence: do * and / first.
  2. 3 * 4 = 12; 10 / 2 = 5.
  3. Now: 2 + 12 - 5.
  4. Left to right: 2+12=14, 14-5=9.

Answer. 9.

Worked Example 2

Problem. Compute 17 MOD 5 and 17 MOD 5 = 2.

  1. MOD gives the remainder of integer division.
  2. 17 / 5 = 3 remainder 2, so 17 MOD 5 = 2.
  3. Now evaluate the relational: is 2 = 2? Yes.
  4. The comparison produces the Boolean true.

Answer. 17 MOD 5 = 2, and the comparison '2 = 2' is true.

Worked Example 3

Problem. Does order matter? Compare program A then B:
A: x<-5; x<-x+1; DISPLAY(x) B: x<-x+1; x<-5; DISPLAY(x)

  1. A: x=5, then x=6, displays 6.
  2. B: tries x+1 before x has a value -> error (or undefined), then sets 5; even if it ran, it would display 5.
  3. Same statements, different order -> different (or broken) result.

Answer. A displays 6; B is broken/displays 5—sequencing order changes the outcome.

Common mistakes
  • Evaluating left-to-right ignoring precedence (e.g., 2+3*4 = 20). Fix: do * and / before + and -; use parentheses to force order.
  • Confusing MOD with division. Fix: MOD gives the remainder (7 MOD 3 = 1), not the quotient (7/3).
✎ Try it yourself

Problem. Write a Boolean expression that is true only when a year is a 'leap-ish' year by the simple rule: divisible by 4. Then evaluate it for 2024 and 2023.

Solution. Expression: `year MOD 4 = 0`. For 2024: 2024 MOD 4 = 0, so 0 = 0 -> true. For 2023: 2023 MOD 4 = 3, so 3 = 0 -> false. (The full leap-year rule also checks 100 and 400, but the MOD test for divisibility by 4 is the core relational/arithmetic idea.)

Boolean logic and conditional (selection) statements

Boolean logic uses the values true and false combined with operators AND, OR, and NOT to make decisions. Conditional (selection) statements use IF, ELSE IF, and ELSE to run different code depending on whether a condition is true, letting programs branch. For example, IF score >= 60 THEN display 'Pass' ELSE display 'Fail' chooses an outcome based on the score. Combining conditions with AND/OR handles complex cases, like IF age >= 13 AND age <= 19 to test for teenager. Selection gives programs the ability to respond differently to different situations.

Boolean logic and selection let programs make decisions. A Boolean expression evaluates to true or false, often built from relational comparisons combined with the operators AND, OR, and NOT. AND is true only if both sides are true; OR is true if at least one side is true; NOT flips a value. A *conditional* (selection) statement runs code only when a condition is true: `IF (condition){...}` optionally with `ELSE{...}` for the false case, and `ELSE IF` to chain multiple mutually exclusive cases. Order matters in chains—the first true branch runs and the rest are skipped. Selection gives programs branching behavior, the difference between a calculator that always does one thing and one that responds to context. Evaluating compound conditions and predicting which branch runs is a heavily tested AP CSP skill.

Worked Example 1

Problem. Evaluate the Boolean: (5 > 3) AND (2 > 4).

  1. Left side: 5 > 3 is true.
  2. Right side: 2 > 4 is false.
  3. AND requires BOTH to be true.
  4. true AND false -> false.

Answer. false.

Worked Example 2

Problem. Trace which message prints when score = 85:
IF (score >= 90){DISPLAY("A")}
ELSE IF (score >= 80){DISPLAY("B")}
ELSE {DISPLAY("C")}

  1. Check first: score >= 90? 85>=90 is false, skip.
  2. Check next: score >= 80? 85>=80 is true -> run this branch.
  3. DISPLAY("B"). Remaining branches are skipped.

Answer. Prints 'B' (the first true branch wins; ELSE is not reached).

Worked Example 3

Problem. Simplify NOT (a AND b) for a=true, b=false, and confirm with De Morgan's intuition.

  1. a AND b = true AND false = false.
  2. NOT(false) = true.
  3. De Morgan: NOT(a AND b) = (NOT a) OR (NOT b) = false OR true = true (matches).

Answer. true.

Common mistakes
  • Using AND when you mean OR (or vice versa). Fix: AND needs all conditions true; OR needs at least one—reread the requirement.
  • Putting the broad condition first in an IF/ELSE-IF chain so specific cases never run. Fix: order from most specific/highest to least; only the first true branch executes.
✎ Try it yourself

Problem. Write a conditional that classifies a temperature t as 'freezing' (t <= 32), 'cold' (33–59), 'warm' (60–84), or 'hot' (>= 85). Trace it for t = 60.

Solution. IF (t <= 32){DISPLAY("freezing")}
ELSE IF (t <= 59){DISPLAY("cold")}
ELSE IF (t <= 84){DISPLAY("warm")}
ELSE {DISPLAY("hot")}
Trace t=60: 60<=32 false; 60<=59 false; 60<=84 true -> 'warm'. Ordering the boundaries ascending lets each ELSE IF assume the previous ranges were already excluded, so simple <= tests suffice.

Iteration with definite and indefinite loops

Iteration repeats code, avoiding duplication. A definite loop (FOR loop) repeats a known number of times, such as 'repeat 10 times,' while an indefinite loop (WHILE loop) repeats as long as a condition stays true. The loop's body runs each pass, and a counter or condition controls when it stops; a loop whose condition never becomes false is an infinite loop bug. For example, a WHILE loop can keep asking for input until the user types 'quit.' Iteration is fundamental for processing repeated tasks efficiently in algorithms.

Iteration repeats a block of code, avoiding copy-pasted statements. A *definite* loop runs a known number of times: AP CSP's `REPEAT n TIMES {...}` or `FOR EACH item IN list {...}`. An *indefinite* loop runs until a condition changes: `REPEAT UNTIL (condition){...}` (or a while loop), which may run zero, few, or many times depending on data. Every loop has a body (what repeats) and a control (how many times / when to stop). Loops need correct initialization, a changing value, and a termination condition; if the condition never becomes false you get an *infinite loop*. Loops paired with an accumulator variable compute sums, counts, maxima, and more. Iteration is one of the most powerful programming constructs and appears throughout the AP exam in tracing questions and the Create Performance Task.

Worked Example 1

Problem. What does this print?
sum <- 0
FOR EACH n IN [2,4,6] { sum <- sum + n }
DISPLAY(sum)

  1. Start sum=0.
  2. n=2: sum = 0+2 = 2.
  3. n=4: sum = 2+4 = 6.
  4. n=6: sum = 6+6 = 12.
  5. Loop ends; DISPLAY(sum).

Answer. 12 (an accumulator pattern summing the list).

Worked Example 2

Problem. How many times does the body run? i <- 1; REPEAT UNTIL (i > 3){ DISPLAY(i); i <- i + 1 }

  1. i=1: 1>3 false, run -> print 1, i=2.
  2. i=2: 2>3 false, run -> print 2, i=3.
  3. i=3: 3>3 false, run -> print 3, i=4.
  4. i=4: 4>3 true -> stop.

Answer. The body runs 3 times, printing 1, 2, 3.

Worked Example 3

Problem. Find the bug causing an infinite loop:
count <- 5
REPEAT UNTIL (count = 0){ DISPLAY(count) }

  1. The condition checks count = 0, but count never changes inside the loop.
  2. So count stays 5 forever and the condition is never met.
  3. Fix: decrement inside the body, e.g., add `count <- count - 1`.

Answer. Infinite loop because count is never updated; add `count <- count - 1` in the body so it eventually reaches 0.

Common mistakes
  • Off-by-one errors (looping one too many/few times). Fix: carefully trace the first and last iteration to confirm the boundary.
  • Forgetting to change the control variable in an indefinite loop. Fix: ensure something in the body moves the condition toward becoming false, or it runs forever.
✎ Try it yourself

Problem. Write a loop that counts how many numbers in a list are negative, and trace it on [3, -1, -4, 2].

Solution. neg <- 0
FOR EACH x IN numbers { IF (x < 0){ neg <- neg + 1 } }
DISPLAY(neg)
Trace on [3,-1,-4,2]: x=3 (not <0), neg=0; x=-1 -> neg=1; x=-4 -> neg=2; x=2 (not <0), neg=2. Output: 2. This combines a definite FOR EACH loop with a conditional accumulator.

Algorithm design, tracing, and efficiency

An algorithm is a finite, ordered set of steps that solves a problem, built from sequencing, selection, and iteration. Tracing means stepping through an algorithm by hand, tracking variable values to predict its output and find errors. Efficiency compares how many steps different algorithms need; some solve the same problem far faster than others. For example, a reasonable algorithm to find the largest number in a list checks each item once, updating a 'max' variable. Designing, tracing, and comparing algorithms are central AP CSP skills assessed throughout the exam.

An *algorithm* is a finite, ordered sequence of steps that solves a problem. The same problem can have many algorithms with different efficiency—how the work grows as input size n grows. *Tracing* (hand-executing the steps with sample input, tracking each variable) verifies correctness and reveals bugs. Efficiency in AP CSP is reasoned informally: an algorithm that checks every item once does about n steps (linear, *reasonable*); one with a loop inside a loop does about n×n = n² steps (grows much faster); algorithms that double progress each step (like binary search) do about log n steps (very efficient). Problems solvable in a 'reasonable' (polynomial) number of steps are distinguished from those requiring an 'unreasonable' (e.g., exponential) number. Comparing algorithms by counting roughly how many operations they perform—not exact timing—is the AP-level skill.

Worked Example 1

Problem. Trace this max-finding algorithm on [4, 9, 2, 9, 7]:
max <- list[1]
FOR EACH x IN list { IF (x > max){ max <- x } }

  1. max <- first element = 4.
  2. x=4: 4>4 false.
  3. x=9: 9>4 true -> max=9.
  4. x=2: 2>9 false. x=9: 9>9 false. x=7: 7>9 false.
  5. Loop ends.

Answer. max = 9. The algorithm scans every element once (linear, ~n steps).

Worked Example 2

Problem. Algorithm A checks each of n items once; Algorithm B compares every item to every other item. Roughly how many steps does each take for n=100, and which is more efficient?

  1. A: one pass -> about n = 100 steps.
  2. B: nested comparison -> about n*n = 100*100 = 10,000 steps.
  3. B grows as n², far faster than A's n as data grows.

Answer. A ~100 steps, B ~10,000 steps; A (linear) is much more efficient than B (quadratic).

Worked Example 3

Problem. An algorithm halves the remaining items each step. About how many steps to narrow 1000 items to 1?

  1. Each step: 1000 -> 500 -> 250 -> 125 -> 63 -> 32 -> 16 -> 8 -> 4 -> 2 -> 1.
  2. Count the halvings: about 10 steps.
  3. This is log2(1000) ≈ 10 (logarithmic growth).

Answer. About 10 steps—logarithmic, extremely efficient compared to scanning all 1000.

Common mistakes
  • Judging efficiency by code length instead of how steps grow with n. Fix: count roughly how operations scale (n, n², log n) as input grows.
  • Skipping a careful trace and assuming an algorithm is correct. Fix: trace with a small input, tracking each variable each iteration, to catch logic errors.
✎ Try it yourself

Problem. Write an algorithm to count duplicates' simplest form: determine if a list contains any repeated value, and state its approximate efficiency.

Solution. found <- false
FOR EACH i IN positions of list {
FOR EACH j IN positions after i {
IF (list[i] = list[j]){ found <- true }
}
}
DISPLAY(found)
This compares each pair once. For n items it does about n*(n-1)/2 comparisons, which grows like n² (quadratic). A more efficient approach would track seen values in a set for roughly n steps—illustrating that the same problem has algorithms of very different efficiency.

Procedural abstraction with parameters and return values

A procedure (function) is a named, reusable block of code that performs a task, a key form of abstraction that hides detail behind a name. Parameters let a procedure accept input values, and a return value sends a result back to the caller. For example, a procedure area(width, height) might return width times height, callable as area(4, 5) to get 20. Abstraction lets programmers manage complexity by building and reusing procedures without re-examining their inner workings. The Create Performance Task specifically requires a student-developed procedure with at least one parameter.

Procedural abstraction means packaging a sequence of steps into a named *procedure* (function) you can call repeatedly, hiding the details behind a name. *Parameters* are inputs the procedure receives; *arguments* are the actual values passed in; a *return* value is the result the procedure sends back. Abstraction reduces complexity: the caller uses the procedure by name without knowing its internals, and a bug fixed in one place fixes every call. Procedures also enable reuse and managed complexity—core AP CSP themes. In pseudocode: `PROCEDURE area(w, h){ RETURN w * h }`, then `a <- area(3, 4)` gives 12. The Create Performance Task specifically requires a *student-developed procedure with at least one parameter that affects the procedure's functionality*, so mastering parameters and return values directly supports the CPT.

Worked Example 1

Problem. Define a procedure that returns the larger of two numbers, then evaluate maxOf(8, 5).

  1. PROCEDURE maxOf(a, b){
  2. IF (a > b){ RETURN a } ELSE { RETURN b }
  3. }
  4. Call maxOf(8,5): a=8, b=5; 8>5 true -> RETURN 8.

Answer. maxOf(8,5) returns 8; the parameter values (8 and 5) determine the result.

Worked Example 2

Problem. Trace the output:
PROCEDURE doubleIt(x){ RETURN x * 2 }
r <- doubleIt(3) + doubleIt(5)
DISPLAY(r)

  1. doubleIt(3): x=3 -> RETURN 6.
  2. doubleIt(5): x=5 -> RETURN 10.
  3. r <- 6 + 10 = 16.
  4. DISPLAY(r).

Answer. 16 (each call returns a value used in the larger expression).

Worked Example 3

Problem. Why is calling abstracted procedure `volume(l,w,h)` better than rewriting `l*w*h` everywhere?

  1. The name documents intent and hides the formula details.
  2. If the formula must change, you edit one procedure, not every site.
  3. It enables reuse and reduces the chance of inconsistent copies.

Answer. Abstraction reduces complexity, enables reuse, and centralizes fixes—one change updates all calls.

Common mistakes
  • Confusing parameter (the name in the definition) with argument (the value passed at the call). Fix: parameters are placeholders; arguments fill them at call time.
  • Forgetting that without RETURN the procedure gives no usable value. Fix: include RETURN when the caller needs a result, e.g., `total <- area(3,4)`.
✎ Try it yourself

Problem. Create-PT style: write a student-developed procedure `isPassing(score)` that returns true if score >= 70, with a parameter that affects its result, and show two calls.

Solution. PROCEDURE isPassing(score){
RETURN score >= 70
}
Call 1: isPassing(85) -> 85>=70 -> true.
Call 2: isPassing(60) -> 60>=70 -> false.
The single parameter `score` changes the procedure's output, satisfying the Create-PT requirement for a student-developed procedure whose parameter affects functionality, and it can be reused anywhere a pass/fail check is needed.

Key terms
  • Variable — a named storage location holding a value that can change
  • Assignment — storing a value into a variable, evaluating the right side first
  • Boolean — a data type with only two values: true and false
  • Conditional (selection) — an IF/ELSE structure that branches based on a condition
  • Iteration — repeating code using definite (FOR) or indefinite (WHILE) loops
  • Algorithm — a finite, ordered sequence of steps that solves a problem
  • Procedure (function) — a named, reusable block of code, a form of abstraction
  • Parameter — an input variable a procedure receives when called
Assignment · Algorithm with a Custom Procedure

Write a short program that uses sequencing, a conditional, and a loop to solve a small problem (such as summing even numbers up to a limit). Include a student-developed procedure that takes at least one parameter, and trace your program by hand for one example input.

Deliverable · A working program using selection, iteration, and a parameterized procedure, plus a hand trace of one run.

Quiz · 5 questions
  1. 1. After the statements x = 5 and x = x + 3, the value of x is:

  2. 2. The expression 7 % 3 (modulo) evaluates to:

  3. 3. A WHILE loop is best described as a(n):

  4. 4. A procedure parameter is used to:

  5. 5. Tracing an algorithm by hand means:

You'll be able to

I can write and trace algorithms using sequencing, selection, and iteration.

I can use abstraction by creating and calling procedures with parameters and return values.

Weeks 17-22 Unit 4: Programming with Data Structures & Lists (Big Idea 3, Part 2)
BI 3: Algorithms & ProgrammingCSP AAP-2CSP AAP-43A-AP-153A-AP-173A-AP-18
Lecture
Lists and traversing collections of data

A list is an ordered collection that stores multiple values under one name, accessed by index (position). Lists let a program manage many related values without separate variables, such as storing 100 test scores in one list. Traversing means visiting each element in turn, usually with a loop that runs from the first index to the last. For example, a loop can add every score in a list to compute a total. The Create Performance Task requires using a list (or other collection) to manage complexity, making list traversal an essential skill.

A *list* is an ordered collection that stores many values under one name, accessed by position (index). In AP CSP pseudocode, `aList[1]` is the first element (the exam uses 1-based indexing; many languages including Python use 0-based, so always confirm). Lists let one variable hold a whole dataset, and you process them by *traversing*—visiting each element with a loop, usually `FOR EACH item IN aList`. Common list operations in CSP pseudocode include LENGTH(aList), APPEND(aList, value), INSERT, REMOVE, and assigning aList[i] <- value. Lists are the central data abstraction of Big Idea 3 Part 2 and a required component of the Create Performance Task (which must use a list to manage complexity). Traversal combined with accumulators (sum, count, max) turns a list into computed information.

Worked Example 1

Problem. Given scores <- [88, 92, 75, 100], what is scores[2] in AP CSP pseudocode, and what is LENGTH(scores)?

  1. AP CSP lists are 1-indexed: scores[1]=88, scores[2]=92, scores[3]=75, scores[4]=100.
  2. So scores[2] = 92.
  3. LENGTH counts the elements: there are 4.

Answer. scores[2] = 92; LENGTH(scores) = 4.

Worked Example 2

Problem. Traverse to sum the list [10, 20, 30].
total <- 0
FOR EACH v IN list { total <- total + v }

  1. total=0.
  2. v=10 -> total=10.
  3. v=20 -> total=30.
  4. v=30 -> total=60.

Answer. total = 60 (traversal + accumulator).

Worked Example 3

Problem. Show APPEND then access: nums <- [5,8]; APPEND(nums, 13). What is nums[3]?

  1. nums starts [5,8].
  2. APPEND adds 13 to the end -> [5,8,13].
  3. nums[3] is the third element.

Answer. nums[3] = 13 (APPEND grows the list at the end).

Common mistakes
  • Mixing up 1-based (AP CSP exam) and 0-based (Python) indexing. Fix: confirm the convention—on the AP exam aList[1] is the first element.
  • Accessing an index beyond LENGTH (out of range). Fix: only use indices 1..LENGTH(aList) on the exam, or 0..LENGTH-1 in Python; loop with FOR EACH to avoid the issue.
✎ Try it yourself

Problem. Create-PT style: store five daily step counts in a list and write a traversal that displays each value labeled by day number.

Solution. steps <- [3000, 5200, 4100, 6000, 2500]
day <- 1
FOR EACH s IN steps {
DISPLAY("Day " + day + ": " + s)
day <- day + 1
}
This uses a list to manage multiple values under one name and traverses it with a FOR EACH loop, while a counter variable tracks the position—exactly the list-handling the Create Performance Task expects.

Algorithms on lists: searching and counting

Common list algorithms process elements to produce a result: counting how many items meet a condition, summing values, finding the maximum or minimum, or searching for a specific value. Each typically traverses the list with a loop while maintaining a running variable (a count, sum, or current best). For example, to count passing scores, loop through the list and add one to a counter each time a score is at least 60. These patterns reappear constantly in programming and form the backbone of data processing.

Many useful tasks are list algorithms built from traversal plus a condition. *Searching* checks whether (and where) a target value appears. *Counting* tallies how many elements satisfy a condition. *Summing/averaging* aggregates numeric data. *Finding min/max* tracks the extreme value seen so far. The shared pattern: initialize an accumulator (count, sum, found-flag, or best-so-far), traverse the list, update the accumulator when the condition holds, then report the result after the loop. These algorithms are 'reasonable'—a single pass touches each element once (about n steps). The AP exam frequently asks you to trace such algorithms or to write one. Recognizing that searching, counting, and aggregating are variations of one traversal template makes them easy to compose and reason about.

Worked Example 1

Problem. Count how many elements of [4, 7, 4, 9, 4] equal 4.

  1. count <- 0.
  2. 4 == 4 -> count=1.
  3. 7 != 4. 4 == 4 -> count=2. 9 != 4. 4 == 4 -> count=3.
  4. Loop ends.

Answer. count = 3 (a count-with-condition traversal).

Worked Example 2

Problem. Linear search: does 50 appear in [10, 30, 50, 70]? Trace and return its position.

  1. pos <- 0 (not found yet). Traverse with index i.
  2. i=1: 10=50? no. i=2: 30=50? no.
  3. i=3: 50=50? yes -> pos=3, stop searching.
  4. Return pos.

Answer. Found at position 3 (linear search checks elements until a match).

Worked Example 3

Problem. Find the minimum of [9, 3, 7, 1, 5].

  1. min <- first element = 9.
  2. 3<9 -> min=3. 7<3? no. 1<3 -> min=1. 5<1? no.
  3. Loop ends.

Answer. min = 1 (track best-so-far during traversal).

Common mistakes
  • Initializing a max as 0 (or min as 0). Fix: initialize max/min to the first list element (or a sentinel), or a list of all negatives breaks a max-of-0 start.
  • Returning inside the loop too early in a count (stopping at the first match). Fix: for counting, keep traversing the whole list; only searches may stop at the first hit.
✎ Try it yourself

Problem. Write an algorithm that returns the average of a list and counts how many values are above that average. (Hint: you need two passes.)

Solution. total <- 0
FOR EACH v IN list { total <- total + v }
avg <- total / LENGTH(list)
above <- 0
FOR EACH v IN list { IF (v > avg){ above <- above + 1 } }
DISPLAY(avg)
DISPLAY(above)
The first traversal aggregates the sum to compute the average; the second traversal counts values above it. Two passes are needed because the average isn't known until the whole list is summed.

Linear and binary search and their efficiency

Searching finds whether and where a value exists in a list. Linear search checks each element one by one and works on any list, but can require checking all n elements. Binary search is far faster but requires a sorted list: it repeatedly checks the middle element and discards half the remaining items each step, needing only about log-base-2 of n comparisons. For example, binary search finds an item in a sorted list of 1,000 in about 10 steps versus up to 1,000 for linear search. Efficiency differences like this matter enormously at scale.

Searching efficiency depends on the algorithm and whether data is sorted. *Linear search* checks elements one by one; in the worst case it examines all n elements, so it does about n steps and works on any list (sorted or not). *Binary search* requires a *sorted* list and repeatedly checks the middle element, discarding half the remaining range each step. Because it halves the search space, it takes about log₂(n) steps—dramatically faster for large data (a million items take ~20 checks instead of up to a million). The trade-off: binary search needs sorted data (sorting has its own cost), while linear search needs none. AP CSP expects you to compare these, recognize binary search as logarithmic and 'reasonable,' and explain why halving is so much faster than linear scanning as n grows.

Worked Example 1

Problem. Binary search for 23 in sorted [2, 9, 14, 23, 31, 40, 56]. Trace the middle checks.

  1. Range positions 1–7; middle = position 4 = 23.
  2. Compare target 23 to 23: equal -> found!
  3. No further steps needed.

Answer. Found at position 4 in just one comparison (the target happened to be the middle).

Worked Example 2

Problem. Binary search for 31 in the same list [2,9,14,23,31,40,56].

  1. Middle (pos 4) = 23; 31 > 23 -> discard left half, search positions 5–7.
  2. New middle (pos 6) = 40; 31 < 40 -> discard right, search position 5.
  3. Position 5 = 31; equal -> found.

Answer. Found at position 5 in 3 comparisons—each step halved the remaining range.

Worked Example 3

Problem. Worst-case comparisons: linear vs binary search on 1,000,000 sorted items?

  1. Linear worst case: check every element -> up to 1,000,000 comparisons.
  2. Binary halves each step: log2(1,000,000) ≈ 20.
  3. So binary needs about 20 vs up to a million.

Answer. Linear ~1,000,000; binary ~20—binary is vastly more efficient on large sorted data.

Common mistakes
  • Running binary search on unsorted data. Fix: binary search requires a sorted list; on unsorted data it gives wrong results—use linear search or sort first.
  • Thinking binary search is always best. Fix: for tiny or unsorted lists, linear search can be simpler/faster overall since sorting costs time.
✎ Try it yourself

Problem. You must repeatedly look up names in a 100,000-entry contact list. Explain which search to use and what preprocessing it needs.

Solution. Use binary search because the list is large and you'll search it many times. Preprocessing: sort the contacts alphabetically once. Then each lookup takes about log2(100000) ≈ 17 comparisons instead of up to 100,000 with linear search. The one-time sort cost is worth it because it's amortized over many fast lookups—if you only searched once, a single linear scan (no sort needed) might be simpler.

Simulations and the use of randomness

A simulation is a program that models a real-world process to study or predict outcomes, often using randomness to mimic chance events. A random number generator produces unpredictable values, letting a program imitate dice rolls, weather, or traffic. Running a simulation many times reveals patterns and probabilities cheaply and safely compared to real experiments. For example, simulating thousands of coin flips estimates the probability of heads. Simulations are powerful because they let us explore scenarios that would be costly, dangerous, or impossible to test directly.

A *simulation* is a program that models a real or hypothetical situation to study its behavior safely, cheaply, and quickly—useful when real experiments are too expensive, dangerous, slow, or impossible. Simulations make simplifying assumptions, so they approximate reality and their accuracy depends on those assumptions and the data. *Randomness* is essential to many simulations: AP CSP's `RANDOM(a, b)` returns a random integer from a to b inclusive, modeling chance events like dice rolls, coin flips, or customer arrivals. Running a simulation many times (trials) and aggregating results estimates probabilities and average outcomes. Because randomness differs each run, results vary; more trials yield more reliable estimates. The exam tests reading RANDOM expressions, predicting possible value ranges, and explaining why simulations use randomness and how they differ from the real systems they model.

Worked Example 1

Problem. What is the set of possible values of RANDOM(1, 6), and what does it simulate?

  1. RANDOM(a,b) returns an integer from a to b inclusive.
  2. RANDOM(1,6) -> any integer in {1,2,3,4,5,6}.
  3. Six equally likely outcomes model a fair six-sided die.

Answer. Possible values 1–6 inclusive; it simulates rolling one fair die.

Worked Example 2

Problem. Estimate the probability of rolling a 6 by simulating 1000 rolls. Write the pseudocode and the expected approximate result.

  1. sixes <- 0
  2. REPEAT 1000 TIMES {
  3. roll <- RANDOM(1,6)
  4. IF (roll = 6){ sixes <- sixes + 1 }
  5. }
  6. probability <- sixes / 1000

Answer. probability ≈ 1/6 ≈ 0.167; with 1000 trials the estimate is close but varies slightly each run.

Worked Example 3

Problem. Generate a random even number from 2 to 10 using RANDOM. Show one way.

  1. Evens 2..10 are 2*1 .. 2*5.
  2. Pick k <- RANDOM(1,5).
  3. Compute even <- k * 2.

Answer. even <- RANDOM(1,5) * 2 produces a random even number in {2,4,6,8,10}.

Common mistakes
  • Assuming a simulation's output exactly equals reality. Fix: simulations rest on simplifying assumptions and are approximations—state the assumptions.
  • Forgetting RANDOM(a,b) is inclusive of both ends. Fix: RANDOM(1,6) can return 1 or 6; don't treat it as exclusive.
✎ Try it yourself

Problem. Simulate flipping a coin 100 times and report how many heads. Write pseudocode and explain why more flips give a better probability estimate.

Solution. heads <- 0
REPEAT 100 TIMES {
flip <- RANDOM(1, 2) // 1 = heads, 2 = tails
IF (flip = 1){ heads <- heads + 1 }
}
DISPLAY(heads)
The head count should be near 50. More flips reduce the relative effect of random variation, so the observed proportion (heads/total) converges toward the true probability of 0.5—an example of why repeated trials make simulation estimates more reliable.

Decomposing problems into reusable procedures

Decomposition breaks a large problem into smaller, manageable subproblems, each solved by its own procedure. This makes programs easier to write, test, and reuse, and is a central form of abstraction in Big Idea 3. Well-named procedures with parameters can be combined to build complex behavior from simple parts. For example, a game might decompose into procedures for drawing the screen, checking input, and updating the score. Decomposition lets teams divide work and lets programmers reason about one piece at a time, managing complexity effectively.

*Decomposition* breaks a large problem into smaller, manageable subproblems, each solved by its own procedure. This is the practical application of procedural abstraction: instead of one giant block of code, you write focused procedures (e.g., getInput, validate, compute, displayResult) that each do one job and can be developed, tested, and reused independently. Decomposition reduces complexity, makes collaboration easier (teammates take different procedures), and localizes bugs. Reusable procedures—including library calls and your own—let you build complex programs from tested building blocks. The Create Performance Task explicitly rewards a program decomposed with a student-developed procedure called from elsewhere in the code. Good decomposition gives each procedure a clear purpose, well-chosen parameters, and a return value where appropriate, so the main program reads like a high-level summary of the solution.

Worked Example 1

Problem. Decompose a 'grade a quiz' program into procedures and show how the main program calls them.

  1. Subproblems: read answers, score them, report result.
  2. PROCEDURE scoreQuiz(answers, key){ ... RETURN correctCount }
  3. PROCEDURE letterGrade(score){ ... RETURN "A"/"B"/... }
  4. Main: correct <- scoreQuiz(answers,key); grade <- letterGrade(correct); DISPLAY(grade)

Answer. Two focused procedures (scoreQuiz, letterGrade) called from a short main program—each subproblem isolated and reusable.

Worked Example 2

Problem. Why does calling a reusable procedure `average(list)` in three places beat copy-pasting the averaging loop three times?

  1. One definition means one place to fix or improve the logic.
  2. Copies can drift out of sync, creating inconsistent bugs.
  3. The main code is shorter and reads at a higher level of abstraction.

Answer. Reuse centralizes the logic—one fix updates all uses and the program is clearer and less error-prone.

Worked Example 3

Problem. Identify the subproblems in an ATM withdrawal feature.

  1. Authenticate the user (check PIN).
  2. Check the balance is sufficient.
  3. Dispense cash and update the balance.
  4. Each is a separate, testable procedure.

Answer. Subproblems: authenticate, checkBalance, dispense/updateBalance—decomposition into focused procedures.

Common mistakes
  • Writing one enormous procedure that does everything. Fix: give each procedure a single clear responsibility so it's testable and reusable.
  • Decomposing but passing data through global variables instead of parameters. Fix: use parameters and return values so procedures are self-contained and reusable.
✎ Try it yourself

Problem. Create-PT style: decompose a 'tip calculator' app into at least two procedures and write the main program that calls them.

Solution. PROCEDURE computeTip(bill, percent){
RETURN bill * percent / 100
}
PROCEDURE total(bill, tip){
RETURN bill + tip
}
Main:
bill <- INPUT()
pct <- INPUT()
tip <- computeTip(bill, pct)
grandTotal <- total(bill, tip)
DISPLAY(grandTotal)
The problem is decomposed into computeTip and total, each with parameters affecting its result and a return value, and the main program reads as a clear high-level sequence—mirroring the Create-PT's decomposition and student-developed-procedure expectations.

Identifying undecidable problems and computational limits

Not every problem can be solved by an algorithm. Some problems are undecidable, meaning no algorithm can correctly solve every instance—the halting problem (determining whether any program will eventually stop) is the classic example. Other problems are decidable but intractable, taking impractically long to solve as input grows. Recognizing these limits is part of Big Idea 3 and tempers the assumption that computing can solve anything. For example, knowing a problem is undecidable saves effort that would be wasted seeking an impossible perfect solution, guiding programmers toward practical approximations instead.

Not every problem can be solved by an algorithm, and not every solvable problem can be solved efficiently. A *decidable* problem has an algorithm that always gives a correct yes/no answer in finite steps (e.g., 'is this number prime?'). An *undecidable* problem has no algorithm that can correctly solve every instance—the classic example is the Halting Problem (deciding, for any program and input, whether it will eventually stop or run forever); it's proven that no general algorithm can do this. Separately, some decidable problems are intractable: they have correct algorithms, but the steps grow so fast (e.g., exponentially) that large inputs are impractical—'unreasonable' time. Heuristics give good-enough approximate answers when exact solutions are too slow. AP CSP expects you to distinguish reasonable vs. unreasonable running times and recognize that computing has real, proven limits.

Worked Example 1

Problem. Classify each as decidable or undecidable: (a) Is a given integer even? (b) Will an arbitrary program halt on a given input?

  1. (a) Check n MOD 2; always terminates with a correct yes/no -> decidable.
  2. (b) The Halting Problem—proven that no general algorithm decides this for all programs.
  3. So (b) is undecidable.

Answer. (a) decidable, (b) undecidable (the Halting Problem).

Worked Example 2

Problem. An algorithm tries every possible ordering of n cities for a delivery route. About how many orderings for n=10, and why is this 'unreasonable'?

  1. Number of orderings = n! (factorial). For n=10, 10! = 3,628,800.
  2. For n=20 it's ~2.4 quintillion—growth is explosive (super-exponential).
  3. Such growth makes large inputs impractical -> unreasonable running time.

Answer. 10! ≈ 3.6 million orderings; factorial growth is unreasonable, so exact brute force doesn't scale—use a heuristic instead.

Worked Example 3

Problem. Why use a heuristic for the delivery-route problem?

  1. An exact optimal solution may take unreasonable time for many cities.
  2. A heuristic (e.g., 'always go to the nearest unvisited city') runs quickly.
  3. It yields a good, though not guaranteed-optimal, route.

Answer. Heuristics trade guaranteed optimality for a fast, good-enough answer when exact solutions are intractable.

Common mistakes
  • Confusing 'undecidable' with 'hard/slow.' Fix: undecidable means NO algorithm can solve all cases (Halting Problem); intractable means an algorithm exists but is too slow.
  • Assuming a faster computer fixes exponential growth. Fix: for unreasonable (e.g., exponential/factorial) growth, hardware can't keep up—use approximations/heuristics.
✎ Try it yourself

Problem. Explain whether a program could exist that perfectly detects, for any other program, whether it contains an infinite loop—and what we do in practice.

Solution. No such perfect program can exist: detecting whether an arbitrary program runs forever is equivalent to the Halting Problem, which is proven undecidable—no algorithm correctly answers it for every program/input. In practice, tools use heuristics and limited checks (timeouts, detecting obvious patterns, static analysis) that catch many cases but cannot guarantee correctness for all programs. This illustrates a fundamental, proven limit of computation rather than just a hard engineering problem.

Key terms
  • List — an ordered collection of values stored under one name and accessed by index
  • Index — the numbered position of an element in a list
  • Traversal — visiting each element of a list, usually with a loop
  • Linear search — checking each element in order until the target is found
  • Binary search — repeatedly halving a sorted list to find a value quickly
  • Simulation — a program that models a real-world process, often using randomness
  • Decomposition — breaking a problem into smaller, reusable subproblems
  • Undecidable problem — a problem no algorithm can solve for every input
Assignment · List Processing and Search

Write a program that stores at least eight values in a list and uses a loop to compute a result (such as the maximum or a count meeting a condition). Then implement a linear search for a target value, and explain in writing how a binary search would be faster and what it would require.

Deliverable · A program traversing a list and performing a search, plus a short written comparison of linear and binary search efficiency.

Quiz · 5 questions
  1. 1. Accessing an element of a list requires its:

  2. 2. Binary search requires that the list be:

  3. 3. Compared to linear search on a list of 1,000 items, binary search needs about:

  4. 4. Breaking a large problem into smaller reusable procedures is called:

  5. 5. The halting problem is an example of a problem that is:

You'll be able to

I can develop algorithms that use lists to manage and process collections of data.

I can compare algorithms for correctness and efficiency, including searching strategies.

Weeks 23-27 Unit 5: Create Performance Task Workshop (Big Idea 3, Applied)
BI 3: Algorithms & ProgrammingCSP AAP-3CSP CRD-23A-AP-193A-AP-23
Lecture
Understanding the AP Create Performance Task requirements

The Create Performance Task (CPT) is a major AP CSP assessment in which students independently develop a program and submit program code, a video of it running, and written responses. The program must include a list (or other collection) used to manage complexity and a student-developed procedure with at least one parameter that affects its behavior, containing sequencing, selection, and iteration. The video must show the program running, including input and output. For example, the written responses must explain how the chosen list and procedure manage complexity. Knowing these exact requirements before coding prevents losing points on technicalities.

The AP Create Performance Task (CPT) is a through-course assessment where you independently develop a program and submit three things: your *program code*, a roughly one-minute *video* demonstrating the program running (showing input, functioning, and output), and *written responses* (the Personalized Project Reference plus prompts). The College Board specifies required program components: it must include a list (or other collection) used to manage complexity, a *student-developed procedure with at least one parameter that affects functionality*, a call to that procedure, a selection statement, and iteration—and the written responses must explain how these work. The CPT is scored by a rubric on row-by-row criteria (program purpose, data abstraction with the list, procedural abstraction, algorithm implementation, testing). Understanding these requirements up front shapes your whole project, so you build something that satisfies every rubric row rather than retrofitting later.

Worked Example 1

Problem. List the required programming components the CPT program must demonstrate.

  1. A list/collection used to manage complexity (data abstraction).
  2. A student-developed procedure with >=1 parameter that affects its functionality.
  3. A call to that student-developed procedure.
  4. A selection statement and iteration within the procedure or program.
  5. Written responses explaining each of these.

Answer. A list, a parameterized student-developed procedure + a call to it, selection, iteration, and written explanations of how they manage complexity.

Worked Example 2

Problem. A student plans a program that just displays a fixed welcome message. Does it meet the CPT requirements? Explain.

  1. No list managing complexity -> fails data abstraction.
  2. No student-developed procedure with a meaningful parameter -> fails procedural abstraction.
  3. No input-driven selection/iteration -> fails algorithm rows.
  4. So it cannot score on multiple rubric rows.

Answer. No—a static message lacks a list, a parameterized procedure, selection, and iteration, so it fails most rubric rows; the project must include those components.

Common mistakes
  • Picking a project too simple to include a meaningful list and parameterized procedure. Fix: design a project whose data naturally needs a list and whose logic needs a parameter.
  • Treating the video as optional or just narration. Fix: the ~1-minute video must show the program actually running—input, function, and resulting output.
✎ Try it yourself

Problem. Sketch a CPT project idea and map each part of it to a required component (list, procedure+parameter, selection, iteration).

Solution. Idea: a 'budget tracker' that stores expenses and warns when a category exceeds a limit. List: `expenses` holds each amount (data abstraction). Procedure: `overBudget(category, limit)` with parameters returns true/false (student-developed procedure whose parameters affect functionality). Selection: an IF inside it compares the category total to limit. Iteration: a FOR EACH loop sums expenses in that category. A call like `overBudget("food", 200)` exercises the procedure—covering every required CPT component.

Selecting a project and planning program functionality

Choosing a CPT project means picking something personally interesting and feasible that can clearly demonstrate the required components—a list, a meaningful procedure, and user-affecting behavior. Good planning defines the program's purpose, intended functionality, and how the list and procedure will be used before coding begins. For example, a quiz game can store questions in a list and use a procedure to check answers and update a score. A focused, well-scoped idea is easier to complete and document than an overly ambitious one that may stay unfinished.

Selecting a good CPT project and planning its functionality is the difference between a smooth submission and a stressful one. A strong project is personally interesting (you'll iterate on it for weeks), feasible in the available time and your skill level, and naturally requires the rubric components—especially a list and a parameterized procedure. Planning functionality means defining the program's *purpose* (the problem/expression), its *inputs* and *outputs*, and the core *algorithm* before coding. Storyboard the user's interaction and identify where the list manages data and where a procedure abstracts repeated logic. Plan for incremental development: build a minimal working version first, then add features, testing each. Scope realistically—an overambitious idea risks an incomplete program, while a too-trivial one can't satisfy the rubric. Documenting this plan also feeds directly into the written responses.

Worked Example 1

Problem. Evaluate two project ideas for feasibility and rubric fit: (A) a full multiplayer online game, (B) a quiz app that tracks scores in a list.

  1. (A) Multiplayer networking is far beyond CPT time/skill scope -> likely incomplete.
  2. (B) A quiz app naturally uses a list of questions/scores and a grading procedure with a parameter -> fits the rubric and is achievable.
  3. Feasibility and rubric fit favor B.

Answer. Choose B—the quiz app is feasible and naturally includes a list and a parameterized procedure; A is too large to finish well.

Worked Example 2

Problem. Plan the inputs, outputs, and core algorithm for a 'workout logger' before coding.

  1. Inputs: exercise name and minutes from the user.
  2. Storage: a list of minutes per session (data abstraction).
  3. Algorithm: append each session; a procedure totalMinutes(list) sums them; selection warns if a daily goal is unmet.
  4. Output: weekly total and a goal message.

Answer. Purpose: track workout minutes. Inputs: name+minutes; output: total and goal status; core: list + summing procedure + selection—a clear plan to code from.

Common mistakes
  • Choosing a topic with no natural need for a list or a procedure. Fix: pick something data-driven so the rubric components arise organically, not bolted on.
  • Over-scoping the project. Fix: plan a minimal viable version first; you can add features later, but an unfinished program loses many rubric points.
✎ Try it yourself

Problem. Pick a CPT project you'd actually enjoy. Write a one-paragraph plan covering purpose, inputs/outputs, where a list is used, and what your parameterized procedure does.

Solution. Project: a 'study-streak tracker.' Purpose: motivate daily studying by tracking consecutive study days. Inputs: each day the user enters minutes studied; output: current streak and a motivational message. List: `dailyMinutes` stores each day's minutes (manages complexity). Parameterized procedure: `streakCount(dailyMinutes, goal)` traverses the list and counts trailing days meeting the goal—its `goal` parameter changes the result. Selection inside it compares each day's minutes to goal; iteration is the traversal. This plan maps cleanly onto every CPT component and is small enough to finish and refine.

Implementing a program with a list and a student-developed procedure

Implementation builds the planned program incrementally, testing as you go. The list should genuinely manage complexity (storing data the program processes), and the student-developed procedure should take a parameter that changes what it does and include algorithmic elements—sequencing, selection, and iteration. For example, a procedure checkAnswer(userInput) might compare input to the correct answer and return whether it matched. Building and testing in small pieces, rather than all at once, makes errors easier to find and ensures every CPT requirement is actually met.

This is the build phase: implementing the planned program with the two headline abstractions—a *list* and a *student-developed procedure*. Use the list to store and manage related data so the program stays simple as data grows (data abstraction). Write a procedure with at least one parameter whose value changes what the procedure does, and *call* it from the main program (procedural abstraction). Inside, combine selection (IF) and iteration (loops), often traversing the list. Develop incrementally: code a small piece, run and test it, then add the next, fixing bugs as you go. Test with normal, boundary, and invalid inputs. Keep the code readable with meaningful names and comments, because you'll later explain it in the written responses. A well-implemented program where the procedure genuinely uses its parameter and the list manages complexity directly earns the data- and procedural-abstraction rubric rows.

Worked Example 1

Problem. Implement a list + parameterized procedure for a grade tracker: a procedure that counts grades at or above a passing threshold.

  1. grades <- [88, 72, 65, 91, 70] // list manages the data
  2. PROCEDURE countPassing(scores, threshold){
  3. c <- 0
  4. FOR EACH s IN scores { IF (s >= threshold){ c <- c + 1 } } // iteration + selection
  5. RETURN c
  6. }
  7. passed <- countPassing(grades, 70) // call with a parameter that affects the result

Answer. countPassing(grades,70) returns 4; the `threshold` parameter changes the count, and the list + loop + IF satisfy data and procedural abstraction.

Worked Example 2

Problem. Show how changing the procedure's argument demonstrates the parameter 'affects functionality.'

  1. Call countPassing(grades, 70) -> counts scores >= 70 -> 4.
  2. Call countPassing(grades, 90) -> counts scores >= 90 -> 1 (only 91).
  3. Different argument, different behavior/result.

Answer. countPassing(grades,90) returns 1 vs 4 for threshold 70—proving the parameter genuinely affects the procedure's functionality (a key rubric point).

Common mistakes
  • Writing a procedure whose parameter doesn't actually change the output. Fix: ensure the parameter is used in the logic so different arguments give different results.
  • Building the whole program then testing once at the end. Fix: develop incrementally—write, run, and test small pieces so bugs are caught early and isolated.
✎ Try it yourself

Problem. Implement a small program that stores temperatures in a list and uses a parameterized procedure to count how many days exceeded a given temperature. Include a call.

Solution. temps <- [72, 88, 91, 67, 85]
PROCEDURE daysAbove(readings, limit){
count <- 0
FOR EACH t IN readings {
IF (t > limit){ count <- count + 1 }
}
RETURN count
}
hot <- daysAbove(temps, 85)
DISPLAY(hot) // 1 (only 88 and 91 exceed 85 -> actually 2)
Trace: 72>85 no, 88>85 yes (1), 91>85 yes (2), 67 no, 85>85 no -> returns 2. The list manages the data, daysAbove is a student-developed procedure whose `limit` parameter affects the result, and it uses iteration + selection—matching CPT requirements.

Creating the program code video and written responses

The CPT submission includes a short video (no more than one minute) demonstrating the program running, clearly showing input, the resulting behavior, and output. The written responses ask students to describe the program's purpose, explain how a selected code segment (the procedure) works and how it uses abstraction, and explain how the list manages complexity. Responses must reference the actual submitted code. For example, the response identifies where the procedure is defined and called and what its parameter does. Precise, code-referenced writing is what earns the rubric points.

After the program works, you produce the *video* and *written responses*. The video is about one minute, shows your program *running* (demonstrating input, the program functioning, and the resulting output), and has no narration requirement beyond showing the features—screen-record an actual run. The written responses include the Personalized Project Reference (a screenshot of your list being used and your student-developed procedure being defined and called) plus prompts asking you to: state the program's purpose and describe the video's demonstrated function; identify and explain your data abstraction (the list) and how it manages complexity; identify and explain your student-developed procedure, its parameter, and the algorithm inside it (including selection and iteration); and describe how you tested it with specific calls and outputs. Precision matters: refer to exact line numbers/names and explain *how* the code works, not just *what* it does.

Worked Example 1

Problem. Write a written-response-style explanation of the list's role for the grade tracker (grades <- [88,72,65,91,70]).

  1. Name the abstraction: the list `grades`.
  2. State what it stores: each student's score as one element.
  3. Explain how it manages complexity: one variable + one loop handle any number of scores, instead of separate variables.
  4. Tie to use: the procedure traverses `grades` to count passers.

Answer. 'The list `grades` stores all scores under one name; traversing it with a single loop lets the program handle any number of scores without separate variables, managing complexity'—a complete data-abstraction explanation.

Worked Example 2

Problem. Explain the procedure countPassing(scores, threshold) for the written response, including the parameter's effect and the algorithm.

  1. Identify it as the student-developed procedure with parameters scores and threshold.
  2. Explain the algorithm: iterate over scores, use IF to compare each to threshold, increment a counter.
  3. Explain the parameter's effect: changing threshold changes which scores are counted (70 -> 4, 90 -> 1).
  4. Note the call site: passed <- countPassing(grades, 70).

Answer. A clear explanation naming the procedure, its parameters, the selection-in-iteration algorithm, the call, and how the threshold parameter changes the output—covering the procedural-abstraction rubric row.

Common mistakes
  • Describing only WHAT the code does, not HOW. Fix: the written responses must explain the algorithm's mechanism (the loop + condition logic), not just the outcome.
  • Video missing the program input or output. Fix: the ~1-minute video must show input, the program running, and the resulting output of the running program.
✎ Try it yourself

Problem. Draft the testing portion of the written response for daysAbove(temps, limit): describe two calls, their inputs, and outputs.

Solution. 'To test the program I called daysAbove(temps, 85) with temps = [72,88,91,67,85]; it returned 2 because 88 and 91 exceed 85, which matched my hand trace. I then called daysAbove(temps, 90), which returned 1 (only 91 exceeds 90), confirming the parameter correctly changes the result and that the loop and IF condition work for different thresholds.' This identifies specific calls, inputs, expected vs. actual outputs, and what they verify—exactly what the testing prompt asks for.

Peer review, revision, and submission practices

Before final submission, peer review helps catch unclear code, missing requirements, and weak written responses. Reviewers check that the program runs, that the list and parameterized procedure meet the rubric, and that the writing accurately describes the code. Revision then fixes bugs, strengthens documentation, and clarifies responses. Students must also follow AP submission rules, including academic integrity policies that require the work to be their own. For example, a peer might notice the procedure's parameter does not actually affect output, prompting a fix. Careful review and honest, independent work are essential to a successful submission.

Before submission, peer review and revision strengthen the program and responses—while staying within College Board rules: the CPT is an *independent* project, so peers and teachers may give general feedback but cannot write your code or your responses for you. Effective peer review checks that the program runs, that it includes every required component (list, parameterized procedure + call, selection, iteration), that the video clearly shows input/function/output, and that the written responses explain *how* each abstraction works with correct references. Use a rubric-aligned checklist to find gaps, then revise: fix bugs, clarify explanations, re-record the video if needed. Verify submission logistics—file formats, that the code is your final version, and that screenshots in the Personalized Project Reference match the submitted code. Document academic integrity: any borrowed code must be cited and must not be the part you claim as your student-developed procedure.

Worked Example 1

Problem. A peer reviewer uses a checklist. Which items flag problems in this submission: program runs (yes), has a list (yes), procedure has a parameter (the parameter is never used), video shows output (no output shown), written response explains HOW (only says WHAT)?

  1. Unused parameter -> fails procedural-abstraction requirement.
  2. Video shows no output -> fails the video demonstration requirement.
  3. Written response only says WHAT, not HOW -> loses explanation points.
  4. List present and program runs are fine.

Answer. Flags: unused parameter, video missing output, and response lacking HOW—each must be revised before submitting.

Worked Example 2

Problem. During peer review a classmate offers to rewrite your procedure to make it cleaner. What is the correct response under CPT rules?

  1. The CPT must be your independent work.
  2. Peers may suggest ideas/feedback but cannot author your code or responses.
  3. Politely decline the rewrite; ask instead for what's unclear and fix it yourself.

Answer. Decline the rewrite—accept general feedback only and revise the code yourself, to comply with the independent-work integrity rules.

Common mistakes
  • Letting a peer or AI write parts of the code/responses you submit. Fix: the CPT is independent work—use feedback only as guidance and write it yourself, citing any external code.
  • Submitting without checking the screenshots match the final code. Fix: re-verify the Personalized Project Reference screenshots show the exact list and procedure in your submitted program.
✎ Try it yourself

Problem. Create a 6-item peer-review checklist someone could use on your CPT before you submit.

Solution. 1) Does the program run without errors when demonstrated? 2) Is there a list used to manage complexity? 3) Is there a student-developed procedure with a parameter that actually changes the output, and is it called? 4) Are selection and iteration present and explained? 5) Does the ~1-minute video clearly show input, the program functioning, and output? 6) Do the written responses explain HOW each abstraction works (with correct names/references) and describe specific tests? Any 'no' is a revision item—fixing all of them before submission maximizes rubric coverage while keeping the work independent.

Key terms
  • Create Performance Task (CPT) — the AP CSP project requiring code, a video, and written responses
  • Program code — the submitted source code demonstrating the required components
  • List requirement — the CPT rule that the program use a collection to manage complexity
  • Student-developed procedure — a self-written procedure with a parameter that affects behavior
  • Abstraction — managing complexity by hiding detail, demonstrated via the procedure and list
  • Program purpose — the goal or function the program is designed to achieve
  • Written responses — the CPT prompts explaining purpose, code, and abstraction
  • Academic integrity — the requirement that the submitted work be the student's own
Assignment · Create Performance Task Build

Independently design and build a program that includes a list used to manage complexity and a student-developed procedure with at least one parameter containing selection and iteration. Record a short video of it running and draft written responses describing its purpose, your procedure, and how the list manages complexity.

Deliverable · Working program code, a one-minute demonstration video, and draft CPT-style written responses.

Quiz · 5 questions
  1. 1. The Create Performance Task requires the program to include:

  2. 2. The CPT program code video must:

  3. 3. The student-developed procedure must include a parameter that:

  4. 4. In the CPT, the list is expected to:

  5. 5. CPT written responses must:

You'll be able to

I can independently design and build a program that includes a list and a student-developed procedure with a parameter.

I can document my program's purpose, function, and algorithmic and abstraction choices in the Create Performance Task written responses.

Weeks 28-31 Unit 6: Computer Systems & Networks (Big Idea 4)
BI 4: Computer Systems & NetworksCSP CSN-1CSP CSN-23A-NI-043A-NI-05
Lecture
How the Internet works: protocols, IP, and packets

Big Idea 4 (Computer Systems and Networks) explains that the Internet is a network of networks connected by shared rules called protocols. Data is broken into small packets, each labeled with source and destination IP (Internet Protocol) addresses, then routed independently across the network and reassembled at the destination using TCP. This packet-switching design lets data take different paths and share connections efficiently. For example, an email is split into packets that may travel separate routes before being reassembled. Open, agreed-upon protocols let billions of different devices communicate.

Big Idea 4 (Computer Systems & Networks) explains how the Internet moves data. The Internet is a network of networks that works because all devices follow shared *protocols*—agreed rules for formatting and transmitting data. Every device has an *IP address* identifying it. Data isn't sent as one big chunk; it's split into *packets*, each carrying part of the data plus metadata (source, destination, and a sequence number). Packets travel independently and may take different routes through routers, then are reassembled in order at the destination using their sequence numbers. TCP/IP is the core protocol suite: IP handles addressing and routing; TCP ensures reliable, in-order delivery by acknowledging packets and requesting resends of lost ones. DNS translates human names (example.com) into IP addresses. This open, layered, protocol-based design lets the Internet scale to billions of heterogeneous devices.

Worked Example 1

Problem. A 10,000-byte message is sent over a network with a 2,500-byte packet limit. How many packets, and how are they reassembled?

  1. Divide message by packet size: 10000 / 2500 = 4 packets.
  2. Each packet carries a sequence number (1,2,3,4) and the destination address.
  3. Packets may arrive out of order via different routes.
  4. The receiver uses the sequence numbers to reorder them into the original message.

Answer. 4 packets; the receiver reassembles them in order using their sequence numbers.

Worked Example 2

Problem. Why does typing 'example.com' eventually connect you to a specific server?

  1. Humans use names; computers route by IP address.
  2. DNS (Domain Name System) looks up 'example.com' and returns its IP address.
  3. Your device then sends packets to that IP.
  4. Routers forward packets toward that destination.

Answer. DNS translates the domain name to an IP address, which the network uses to route packets to the correct server.

Worked Example 3

Problem. What is the role of a protocol like TCP when a packet is lost?

  1. TCP tracks which packets the receiver acknowledges.
  2. If an acknowledgment is missing, the packet is assumed lost.
  3. TCP resends the missing packet.
  4. This guarantees reliable, complete delivery.

Answer. TCP detects the missing acknowledgment and retransmits the lost packet, ensuring reliable delivery.

Common mistakes
  • Thinking data travels as one continuous stream along a single fixed path. Fix: it's broken into packets that may take different routes and are reassembled by sequence number.
  • Confusing IP (addressing/routing) with the domain name. Fix: DNS maps names to IP addresses; IP addresses are what packets are actually routed to.
✎ Try it yourself

Problem. Explain, step by step, what happens between pressing Enter on a web address and the page's data arriving—name the protocols/structures involved.

Solution. 1) DNS translates the typed domain name into the server's IP address. 2) Your request is broken into packets, each tagged with source/destination IP and a sequence number. 3) Routers forward the packets hop by hop toward the destination IP, possibly via different routes. 4) TCP at the server acknowledges received packets and requests resends for any lost ones. 5) The packets are reassembled in sequence order into the complete response, which your browser renders. This uses DNS, IP addressing, packet switching, and TCP—the shared protocols that make the open Internet work.

Fault tolerance and redundancy in networks

A system is fault-tolerant if it continues working even when parts fail. The Internet achieves this through redundancy—multiple paths between points—so if one connection or router goes down, data can be rerouted another way. Packet switching supports this because packets can travel independently along whatever paths are available. For example, if a cable is cut, traffic automatically reroutes through other links. Fault tolerance and redundancy make the Internet remarkably reliable at a global scale, a key concept in standard CSN-1.

*Fault tolerance* is a system's ability to keep working even when parts fail—critical for the Internet, which must stay up despite broken cables, downed routers, or crashed servers. The key technique is *redundancy*: providing multiple copies or paths so no single failure stops the system. The Internet is fault-tolerant because of its *redundant routing*: there are many possible paths between two devices, so if one router or link fails, packets are rerouted around it. This is why the Internet has no single point of failure and survives localized outages. Redundancy also appears in duplicated servers, backup data copies, and mirrored data centers. The trade-off is cost: redundancy uses extra hardware and bandwidth. AP CSP expects you to explain how redundancy provides fault tolerance and why a network with multiple paths is more reliable than one with a single path.

Worked Example 1

Problem. Network X connects A to B through a single router R. Network Y connects A to B through three independent paths. Which is fault-tolerant and why?

  1. In X, if R fails there is no other path -> A and B are disconnected (single point of failure).
  2. In Y, if one path fails, packets reroute through the other two.
  3. Multiple independent paths = redundancy.
  4. Redundancy provides fault tolerance.

Answer. Network Y is fault-tolerant because its redundant paths let traffic reroute around any single failure; X has a single point of failure.

Worked Example 2

Problem. A website stores its only copy of user data on one server, which crashes and loses everything. What redundancy would have prevented this?

  1. A single data copy is a single point of failure.
  2. Redundancy: keep backup copies on additional servers / data centers.
  3. If one server fails, another copy is still available.
  4. This makes the data fault-tolerant.

Answer. Maintaining redundant backup copies on separate servers would have preserved the data despite the crash.

Common mistakes
  • Thinking redundancy is wasteful duplication with no benefit. Fix: redundancy is what provides fault tolerance—extra paths/copies keep the system running when parts fail.
  • Assuming the Internet has a central controller that reroutes traffic. Fix: routing is distributed; redundant paths and routers reroute packets without a single coordinator.
✎ Try it yourself

Problem. Design fault tolerance for a small online store that must stay available during hardware failures. List at least two redundancy measures and what failure each protects against.

Solution. 1) Run the website on multiple servers behind a load balancer—if one server crashes, others keep serving (protects against server failure). 2) Store the database with redundant copies across two data centers—if one center loses power, the other has the data (protects against site-wide outage and data loss). 3) Use multiple network connections/ISPs—if one link fails, traffic reroutes (protects against network-path failure). Each measure adds cost but removes a single point of failure, giving the store fault tolerance.

Bandwidth, latency, and scalability of systems

Bandwidth is the maximum amount of data a connection can transmit per unit time (often bits per second), while latency is the delay before data begins transferring. High bandwidth moves more data; low latency means quicker response. A scalable system can handle growth—more users or data—without breaking. For example, streaming high-definition video needs high bandwidth, while online gaming is sensitive to latency. Designing systems that scale and balancing bandwidth and latency are central challenges in computer networking and system performance.

Network performance is described by bandwidth and latency, and systems are judged by scalability. *Bandwidth* is the maximum rate of data transfer, typically in bits per second (e.g., Mbps)—think of it as the width of the pipe. *Latency* is the time delay for data to travel from source to destination—the time for a single packet to make the trip. High bandwidth with high latency still feels sluggish for interactive tasks; low latency with low bandwidth chokes on large transfers. *Scalability* is a system's ability to handle growth—more users, data, or requests—by adding resources without breaking. A scalable design keeps performance acceptable as load increases (e.g., by adding servers). AP CSP expects you to distinguish bandwidth from latency, compute transfer times from bandwidth, and reason about whether a system scales as demand grows.

Worked Example 1

Problem. How long to transfer a 100-megabit file over a 25 Mbps connection (ignore overhead)?

  1. Bandwidth = 25 megabits per second.
  2. File = 100 megabits.
  3. Time = data / bandwidth = 100 / 25.
  4. = 4 seconds.

Answer. 4 seconds (transfer time = file size ÷ bandwidth).

Worked Example 2

Problem. A video call has plenty of bandwidth but a 700 ms delay each way. What problem appears, and is it bandwidth or latency?

  1. Bandwidth is sufficient, so it's not a throughput issue.
  2. The 700 ms delay is the time for data to travel = latency.
  3. High latency makes conversation feel laggy/awkward.

Answer. A latency problem—high delay disrupts the real-time conversation even though bandwidth is fine.

Worked Example 3

Problem. A site handles 1,000 users fine but crashes at 100,000. Two designs: (A) one bigger server, (B) automatically add more servers as users grow. Which is more scalable?

  1. (A) A single server has a hard ceiling; it eventually maxes out.
  2. (B) Adding servers as demand grows spreads load.
  3. (B) maintains performance as load increases.
  4. So (B) is the scalable design.

Answer. Design B is more scalable—it adds resources to handle growth, whereas a single bigger server still has a fixed limit.

Common mistakes
  • Using bandwidth and latency interchangeably. Fix: bandwidth = rate (how much per second); latency = delay (how long one trip takes)—a fast pipe can still be high-latency.
  • Assuming a system that works for a few users will scale to millions. Fix: scalability must be designed in (e.g., adding servers); load can outgrow a single fixed resource.
✎ Try it yourself

Problem. A streaming service must deliver a 2-hour movie that totals 4,000 megabits. (a) What minimum bandwidth streams it in real time over 7,200 seconds? (b) Name one way to make the service scalable to millions of viewers.

Solution. (a) Required rate = data / time = 4000 megabits / 7200 seconds ≈ 0.56 Mbps minimum to keep up in real time (real services use more for buffering/quality). (b) Scale by using a content delivery network (CDN)—many distributed servers cache copies of the movie near users, so adding servers/regions handles more simultaneous viewers and also lowers latency. This separates the bandwidth-per-stream calculation from the scalability strategy of adding distributed resources.

Parallel and distributed computing

Parallel computing performs multiple operations at the same time, often using multiple processors, to finish work faster than a sequential approach. Distributed computing spreads a task across many separate computers connected by a network, as in cloud computing. Both improve efficiency for large problems, though benefits have limits—doubling processors rarely halves time perfectly because some work cannot be parallelized. For example, a search engine distributes queries across thousands of machines. Understanding speedup and its limits is part of Big Idea 4 and explains how modern large-scale systems achieve performance.

*Sequential computing* performs operations one after another. *Parallel computing* uses multiple processors to perform parts of a task at the same time, while *distributed computing* spreads work across multiple separate computers (often networked). Parallelism speeds up tasks that can be split into independent subtasks, but not infinitely: the *speedup* is limited by the portion that must stay sequential. A common AP CSP calculation: if part of a task is parallelizable and part isn't, total time = sequential part + (parallel part ÷ number of processors). Speedup = sequential-only time ÷ parallel time. Distributed computing lets enormous problems (web search, scientific simulation) run across data centers. The benefits are faster results and the ability to tackle bigger problems; the costs are coordination overhead and the fact that some work can't be parallelized. The exam tests computing speedup and reasoning about which tasks parallelize well.

Worked Example 1

Problem. A task takes 60 seconds sequentially. 40 s of it can be split evenly across 4 processors; 20 s must run sequentially. What is the parallel runtime and the speedup?

  1. Parallel portion across 4 processors: 40 / 4 = 10 s.
  2. Sequential portion stays 20 s.
  3. Total parallel time = 20 + 10 = 30 s.
  4. Speedup = sequential time / parallel time = 60 / 30 = 2.

Answer. Parallel runtime = 30 s; speedup = 2x.

Worked Example 2

Problem. Why can't doubling processors from 4 to 8 (for the task above) double the speedup?

  1. With 8 processors the parallel part = 40 / 8 = 5 s.
  2. Total = 20 (sequential) + 5 = 25 s.
  3. Speedup = 60 / 25 = 2.4x, not 4x.
  4. The fixed 20 s sequential part limits gains.

Answer. The non-parallelizable 20 s caps speedup (~2.4x), so adding processors gives diminishing returns—the sequential portion dominates.

Worked Example 3

Problem. Classify as good for parallelism or not: (a) resizing 1,000 independent images, (b) computing a Fibonacci sequence where each term needs the previous one.

  1. (a) Each image is independent -> can be processed simultaneously.
  2. (b) Each Fibonacci term depends on the prior result -> must be sequential.
  3. Independence is what enables parallelism.

Answer. (a) parallelizes well (independent tasks); (b) does not (each step depends on the previous).

Common mistakes
  • Believing N processors always give Nx speedup. Fix: only the parallelizable portion benefits; the sequential part limits total speedup (diminishing returns).
  • Trying to parallelize tasks with step-by-step dependencies. Fix: parallelism needs independent subtasks; dependent steps must run sequentially.
✎ Try it yourself

Problem. A rendering job takes 100 seconds: 80 seconds is fully parallelizable, 20 seconds must be sequential. Compute the runtime and speedup with 4 processors, and state the best possible speedup with unlimited processors.

Solution. With 4 processors: parallel part = 80/4 = 20 s; total = 20 (sequential) + 20 = 40 s; speedup = 100/40 = 2.5x. With unlimited processors the parallel part approaches 0 s, so total approaches the 20 s sequential floor; best possible speedup = 100/20 = 5x. This shows the sequential portion sets a hard ceiling on speedup no matter how many processors you add.

Cybersecurity fundamentals and safe computing

Cybersecurity protects systems and data from unauthorized access and attacks. Core ideas include authentication (verifying identity, such as passwords and multi-factor authentication), encryption (encoding data so only authorized parties can read it), and recognizing threats like phishing, malware, and weak passwords. Symmetric encryption uses one shared key while public-key (asymmetric) encryption uses a public and private key pair. For example, HTTPS uses encryption to protect web traffic. Safe computing practices—strong unique passwords, software updates, and skepticism toward suspicious links—defend against common attacks and are emphasized across Big Ideas 4 and 5.

Cybersecurity protects data and systems from unauthorized access, alteration, or disruption. Common threats include *malware* (malicious software), *phishing* (deceptive messages tricking users into revealing credentials), and exploits of weak passwords or unpatched software. Core defenses: *encryption* scrambles data so only holders of the key can read it (protecting data in transit and at rest); *authentication* verifies identity (passwords, and stronger *multi-factor authentication* combining something you know, have, and are); and *certificates*/HTTPS verify a site's identity and encrypt the connection. *Symmetric* encryption uses one shared key; *public-key (asymmetric)* encryption uses a public key to encrypt and a private key to decrypt, enabling secure communication without pre-sharing a secret. Safe computing habits—strong unique passwords, software updates, skepticism of suspicious links—reduce risk. AP CSP expects you to identify threats and explain how encryption and authentication protect users.

Worked Example 1

Problem. Classify each: (a) an email claiming your bank account is locked, urging you to 'log in' via a link; (b) a program that secretly encrypts your files and demands payment.

  1. (a) Deceptive message designed to steal credentials -> phishing.
  2. (b) Malicious software that holds data hostage -> malware (ransomware).
  3. Recognize intent: trick the user vs. malicious code.

Answer. (a) phishing, (b) malware (ransomware).

Worked Example 2

Problem. In public-key encryption, Alice wants to send Bob a secret. Whose key encrypts the message, and whose key decrypts it?

  1. Bob has a public key (shared openly) and a private key (secret).
  2. Alice encrypts using Bob's PUBLIC key.
  3. Only Bob's PRIVATE key can decrypt it.
  4. So no shared secret needs to be exchanged in advance.

Answer. Alice encrypts with Bob's public key; Bob decrypts with his private key—public-key encryption needs no pre-shared secret.

Worked Example 3

Problem. Why is multi-factor authentication stronger than a password alone?

  1. A password is one factor (something you know) and can be stolen/guessed.
  2. MFA adds another factor, e.g., a phone code (something you have).
  3. An attacker would need both factors, not just the password.
  4. This greatly reduces the chance of unauthorized access.

Answer. MFA requires multiple independent factors, so a stolen password alone isn't enough to break in.

Common mistakes
  • Thinking HTTPS/encryption makes a site automatically trustworthy. Fix: encryption protects the connection's confidentiality, but a phishing site can also use HTTPS—still verify who you're sending data to.
  • Confusing symmetric and public-key encryption. Fix: symmetric uses one shared key; public-key uses a public key to encrypt and a separate private key to decrypt.
✎ Try it yourself

Problem. A friend reuses one simple password everywhere and clicks links in unexpected emails. List three concrete cybersecurity improvements and the threat each addresses.

Solution. 1) Use strong, unique passwords per site (a password manager helps)—addresses credential reuse, so one breach doesn't compromise every account. 2) Enable multi-factor authentication—addresses stolen/guessed passwords by requiring a second factor. 3) Don't click links in unexpected messages; navigate to sites directly and verify the sender—addresses phishing. Also keep software updated to patch exploited vulnerabilities. Each measure targets a specific common attack vector, layering defenses for safer computing.

Key terms
  • Protocol — an agreed-upon set of rules that lets devices communicate
  • IP address — a numeric label identifying a device on a network
  • Packet — a small unit of data routed independently across the Internet
  • Fault tolerance — a system's ability to keep working despite component failures
  • Redundancy — having multiple paths or copies so failure of one is not fatal
  • Bandwidth — the maximum data a connection can transmit per unit time
  • Latency — the delay before a data transfer begins
  • Encryption — encoding data so only authorized parties can read it
Assignment · Network and Security Explainer

Create a short explainer (diagram plus text) showing how a message travels across the Internet as packets, including IP addressing and at least one fault-tolerance feature. Add a paragraph explaining one cybersecurity practice (such as encryption or multi-factor authentication) and why it matters.

Deliverable · A labeled diagram of packet routing plus a written explanation of fault tolerance and one security practice.

Quiz · 5 questions
  1. 1. On the Internet, data is broken into units called:

  2. 2. Fault tolerance on the Internet is largely achieved through:

  3. 3. Latency refers to:

  4. 4. Distributed computing spreads a task across:

  5. 5. Encryption protects data by:

You'll be able to

I can explain how the Internet and its protocols enable reliable, scalable communication.

I can describe how parallel and distributed computing improve efficiency and how networks are kept secure.

Weeks 32-36 Unit 7: Impact of Computing & AP Exam Readiness (Big Idea 5)
BI 5: Impact of ComputingCSP IOC-1CSP IOC-23A-IC-243A-IC-293A-IC-30
Lecture
Beneficial and harmful effects of computing innovations

Big Idea 5 (Impact of Computing) examines how innovations affect people, often producing both benefits and harms simultaneously. A computing innovation includes a physical device or non-physical software that uses computing. The same technology can help and hurt: social media connects people but can spread misinformation. Effects may be intended or unintended, and impacts differ across groups. For example, GPS aids navigation but raises tracking concerns. Analyzing an innovation's beneficial and harmful effects on society, economy, and culture is a core exam skill and the focus of the prior unit's impact research.

Big Idea 5 (Impact of Computing) studies how computing innovations affect society, economy, and culture. A *computing innovation* includes a physical device, software, or concept that uses computer code. Almost every innovation has *both* beneficial and harmful effects, often unintended, and the same feature can help and harm depending on use and context. For example, social media connects people and spreads information but also enables misinformation and harassment; data collection personalizes services but threatens privacy. Effects can be intended or unintended, and an innovation's impact varies across different groups of people. AP CSP expects balanced analysis: identify a specific beneficial effect and a specific harmful effect of an innovation, explain who is affected, and recognize that harmful effects are frequently unintended consequences the creators didn't foresee. Critical, evidence-based evaluation—not all-good or all-bad judgments—is the goal.

Worked Example 1

Problem. State one beneficial and one harmful effect of GPS navigation, and label whether each is intended.

  1. Intended beneficial effect: helps people find efficient routes and reach destinations.
  2. Unintended harmful effect: real-time location data can be collected and used to track users, raising privacy concerns.
  3. Note the same data enabling the benefit also creates the harm.

Answer. Benefit (intended): efficient routing/navigation. Harm (often unintended): location tracking and privacy loss—both stem from the same location data.

Worked Example 2

Problem. A face-recognition app helps reunite lost pets with owners but is also used for unauthorized surveillance. Analyze the dual impact.

  1. Beneficial use: matching photos reunites pets with owners (intended, positive).
  2. Harmful use: the same recognition tech enables surveillance without consent (often unintended/misused).
  3. Different groups are affected differently—pet owners benefit; surveilled individuals are harmed.

Answer. The same innovation has a beneficial intended use (reuniting pets) and a harmful, often unintended use (surveillance)—impact depends on how and on whom it's used.

Common mistakes
  • Labeling an innovation as purely good or purely bad. Fix: analyze both beneficial AND harmful effects—most innovations have both, often for different groups.
  • Ignoring unintended consequences. Fix: many harms are side effects the creators didn't intend; identify these, not just the designed purpose.
✎ Try it yourself

Problem. Pick a computing innovation you use. Write a balanced impact analysis: one beneficial effect, one harmful effect, whether each is intended, and which groups are affected.

Solution. Innovation: a ride-sharing app. Beneficial (intended): gives riders convenient, trackable transportation and gives drivers flexible income—benefits riders and gig workers. Harmful (partly unintended): it collects detailed location/trip data (privacy risk for riders) and can undercut traditional taxi workers' livelihoods and labor protections. Different groups are affected differently—riders gain convenience, drivers gain flexible but less-protected work, existing taxi drivers may lose income. This balanced view, naming intended vs. unintended effects and affected groups, is exactly what AP impact questions reward.

The digital divide and equitable access

The digital divide is the gap between those with access to computing and the Internet and those without, driven by factors like income, geography, and infrastructure. This divide creates inequity in education, jobs, healthcare, and civic participation, since more services move online. For example, students without home Internet face disadvantages in online learning. Computing access can both reduce and widen inequalities depending on how it is distributed. Standard IC emphasizes considering equity and who is included or excluded when evaluating computing's societal impact.

The *digital divide* is the gap between those who have ready access to computing and the Internet and those who do not. Access is shaped by socioeconomic status, geography (rural vs. urban), age, disability, and country. The divide isn't only owning a device—it includes reliable high-speed connectivity, affordability, and the skills to use technology effectively. The divide matters because so much of modern life—education, jobs, healthcare, government services—now assumes Internet access, so those without it fall further behind, reinforcing existing inequalities. Computing can both widen the divide (when innovations assume access not everyone has) and narrow it (affordable devices, public Wi-Fi, accessibility features). AP CSP expects you to explain causes of the divide, its equity consequences, and how decisions in designing and deploying technology affect equitable access for different groups.

Worked Example 1

Problem. A school moves all homework online. Identify a digital-divide problem and a mitigation.

  1. Some students lack home Internet or a computer -> they can't complete online homework.
  2. This disadvantages lower-income or rural students (an equity gap).
  3. Mitigation: provide loaner devices and offline options or public/school Wi-Fi access.
  4. This narrows the access gap.

Answer. Problem: students without home Internet/devices are disadvantaged; mitigation: loaner devices plus offline/Wi-Fi options to ensure equitable access.

Worked Example 2

Problem. Name two distinct causes of the digital divide beyond simply 'not owning a computer.'

  1. Connectivity: rural areas may lack reliable high-speed Internet infrastructure.
  2. Affordability: even where service exists, monthly costs exclude low-income households.
  3. (Also: digital literacy/skills and accessibility for people with disabilities.)

Answer. Geographic lack of broadband infrastructure and affordability of service—plus skills and accessibility—are causes beyond device ownership.

Common mistakes
  • Reducing the digital divide to 'owning a device.' Fix: it also includes reliable connectivity, affordability, digital skills, and accessibility.
  • Assuming new technology automatically helps everyone equally. Fix: innovations that assume access can widen the divide; equitable design and deployment are needed.
✎ Try it yourself

Problem. A government plans to deliver services only through a smartphone app. Explain who could be excluded and propose two equity measures.

Solution. Excluded groups: people without smartphones or data plans (low-income), those in areas with poor connectivity (rural), older adults or people with disabilities who find the app hard to use, and those lacking digital skills. Equity measures: 1) keep alternative channels (phone hotline, in-person offices) so no one is forced online; 2) ensure the app is accessible (screen-reader support, low-bandwidth mode) and provide free public Wi-Fi/computer access points with assistance. These keep essential services reachable across the divide rather than deepening inequality.

Computing bias, ethics, and artificial intelligence

Algorithms and AI systems can reflect and amplify human biases present in their training data or design, producing unfair outcomes. For example, a hiring algorithm trained on biased historical data may discriminate against certain groups. Ethical computing requires examining how systems are built, what data they use, and whom they affect, since automated decisions can scale harm rapidly. As AI grows more powerful, questions of accountability, transparency, and fairness become urgent. Recognizing that computing is not neutral—that design choices have ethical consequences—is central to Big Idea 5.

Computing systems can embed and amplify *bias*. *Algorithmic bias* arises when software produces systematically unfair outcomes for certain groups—often because the training data reflects historical or sampling bias, the chosen features correlate with protected attributes, or designers didn't test across diverse groups. Because computers act at scale and seem 'objective,' biased systems can harm many people while hiding behind a veneer of neutrality. *Artificial intelligence*, especially machine learning, learns patterns from data, so biased data yields biased models (e.g., a hiring or facial-recognition system that performs worse for some demographics). Ethical computing requires auditing data and outcomes for bias, including diverse perspectives in design, being transparent about how systems decide, and considering consequences before deployment. AP CSP expects you to explain how bias enters computing systems, why it matters, and how inclusive, tested design and human oversight mitigate it.

Worked Example 1

Problem. A facial-recognition system is far less accurate for darker-skinned faces. Trace how this bias likely entered and one fix.

  1. Training data over-represented lighter-skinned faces (sampling bias in the data).
  2. The model learned features tuned to the majority group.
  3. Result: higher error rates for underrepresented groups -> unfair, harmful outcomes.
  4. Fix: train and test on a diverse, balanced dataset and evaluate accuracy per group.

Answer. Unrepresentative training data caused the bias; fix by using balanced, diverse data and testing accuracy across all groups before deployment.

Worked Example 2

Problem. Why is 'the algorithm is just math, so it's objective' a flawed defense of an automated loan-approval system?

  1. The model learns from past loan data, which may reflect historical discrimination.
  2. It can use proxies (e.g., ZIP code) correlated with protected attributes.
  3. So it can reproduce or amplify past bias at scale—while appearing neutral.
  4. Objectivity of math doesn't make the learned outcomes fair.

Answer. The system inherits bias from biased historical data and proxy features, so it isn't objective—its outputs can be systematically unfair despite being 'just math.'

Common mistakes
  • Believing automated/AI decisions are inherently objective and fair. Fix: models learn from data and can encode and amplify human/historical bias at scale.
  • Testing a model only on overall accuracy. Fix: also measure outcomes per demographic group to detect bias that overall numbers hide.
✎ Try it yourself

Problem. You're advising a team building an AI tool that flags student essays as 'likely plagiarized.' Identify a bias risk and two safeguards.

Solution. Bias risk: if trained mostly on essays by native English speakers, the tool may flag non-native speakers' distinctive phrasing as suspicious, harming them unfairly (data bias producing unequal outcomes). Safeguards: 1) train and evaluate on a diverse set of student writing and measure false-positive rates per group to catch disparities; 2) keep a human in the loop—the tool only flags for teacher review, never auto-penalizes—and be transparent about how it decides. These combine inclusive data, per-group testing, transparency, and human oversight to reduce harm.

Intellectual property, the Creative Commons, and the legal/ethical use of data

Intellectual property (IP) protects creators' rights over their work; copyright automatically protects original works, while licenses define how others may use them. Creative Commons licenses let creators grant specific permissions (such as allowing reuse with attribution), supporting legal sharing. Using others' work requires respecting these terms and citing sources; plagiarism and piracy are unethical and often illegal. For example, using a Creative Commons image with attribution is permitted, but copying copyrighted software is not. Understanding IP and licensing guides the legal and ethical use of digital content and data.

Computing raises questions about who owns and may use digital creations and data. *Intellectual property (IP)* gives creators rights over their original works; *copyright* automatically protects original expression (code, images, music, text), so copying without permission can be infringement. *Open-source* and *Creative Commons (CC)* licenses let creators grant specific permissions in advance—e.g., CC-BY allows reuse with attribution, CC-BY-SA requires sharing derivatives under the same license. These licenses promote sharing and collaboration while protecting creators' chosen rights. Using others' work ethically and legally means checking the license, giving attribution, and respecting restrictions; the same applies to *data*—using datasets within their terms and respecting privacy. For the Create Performance Task and beyond, you must cite borrowed code and may not present others' work as your own. AP CSP expects you to reason about legal/ethical use of code, content, and data.

Worked Example 1

Problem. You find an image licensed CC-BY and want to use it on your website. What must you do, and what couldn't you assume?

  1. CC-BY permits reuse, including commercially, with attribution.
  2. So you may use it if you credit the creator as specified.
  3. You cannot assume no attribution is needed—omitting credit violates the license.
  4. Always read the specific license terms.

Answer. You may use the image but must give proper attribution to the creator; you can't use it credit-free.

Worked Example 2

Problem. In your Create Performance Task you adapt 10 lines of code from an online forum. What's the ethical/legal requirement?

  1. Borrowed code is someone else's IP and must be acknowledged.
  2. Cite the source in your program (e.g., a comment) and written responses.
  3. The borrowed code cannot be the part you claim as your student-developed procedure.
  4. Your independently written code is what's assessed.

Answer. Cite the borrowed code's source and ensure your claimed student-developed procedure is your own original work, not the borrowed portion.

Common mistakes
  • Assuming anything online is free to copy. Fix: original works are copyrighted by default; check the license (e.g., Creative Commons) before reusing.
  • Using CC-licensed work without attribution. Fix: most CC licenses (like CC-BY) require crediting the creator; follow the specific terms.
✎ Try it yourself

Problem. You want to release your own program so others can build on it but still be credited. Which kind of license fits, and what would you require of reusers?

Solution. A Creative Commons or open-source license fits—for code, something like an MIT license, or for content CC-BY/CC-BY-SA. Choose CC-BY (or MIT) if you want reusers simply to credit you; choose CC-BY-SA (or a copyleft license like GPL) if you also want derivative works released under the same open terms. You would require attribution at minimum, and under share-alike, that improvements stay open—this grants sharing rights while preserving the credit and openness you care about.

Crypto, safe computing, and personal privacy

Personal privacy concerns how data about individuals is collected, stored, shared, and protected. Cryptography, especially encryption, secures data so only authorized parties can read it, underpinning secure web browsing, messaging, and commerce. Yet convenience often trades against privacy, as apps and services collect extensive personal data. For example, location data improves services but can be exploited if leaked. Safe computing combines technical protections (encryption, strong authentication) with informed user choices about what to share. Balancing privacy, security, and usability is a key theme of Big Idea 5.

Protecting personal privacy combines technical tools and habits. *Encryption*—including modern *public-key cryptography*—keeps data confidential: a public key encrypts data that only the matching private key can decrypt, enabling secure messaging and HTTPS without pre-sharing secrets, while *symmetric* encryption uses one shared key for speed. Digital signatures use the same key pairs in reverse to verify authenticity. Beyond crypto, *safe computing* means minimizing the personal data you expose: strong unique passwords, multi-factor authentication, software updates, careful sharing on social media, and awareness that 'free' services often monetize your data. Even anonymized data can be re-identified by combining fields, so data minimization matters. Threats to privacy include tracking cookies, data breaches, and aggregation across services. AP CSP expects you to explain how encryption protects data, distinguish symmetric vs. public-key approaches, and identify practical steps that safeguard personal information.

Worked Example 1

Problem. Explain how public-key cryptography lets you send a credit card number to a store you've never contacted before, securely.

  1. The store publishes a public key (e.g., via its HTTPS certificate).
  2. Your browser encrypts the card number with the store's public key.
  3. Only the store's private key can decrypt it, so eavesdroppers can't read it.
  4. No shared secret had to be exchanged beforehand.

Answer. Your browser encrypts with the store's public key; only the store's private key decrypts it—enabling secure transmission without a pre-shared secret.

Worked Example 2

Problem. A 'free' app asks for your contacts, location, and microphone but only needs your contacts to work. What privacy principle applies and what should you do?

  1. The app requests more data than its function requires.
  2. Principle: data minimization—grant only what's necessary.
  3. Deny location and microphone permissions; grant only contacts.
  4. Be aware free apps may monetize collected data.

Answer. Apply data minimization—deny unnecessary permissions (location, mic) and grant only what the app actually needs, since excess data collection is a privacy risk.

Common mistakes
  • Assuming HTTPS/encryption alone makes you fully private. Fix: encryption protects data in transit, but services can still collect, store, and share what you submit—also minimize what you share.
  • Thinking 'anonymous' data can't identify you. Fix: combining quasi-identifiers can re-identify individuals; limit and protect the personal data you expose.
✎ Try it yourself

Problem. Create a personal privacy checklist of five concrete actions, and note for each what it protects against.

Solution. 1) Use strong, unique passwords via a manager—protects against credential-stuffing after a breach. 2) Enable multi-factor authentication—protects accounts even if a password leaks. 3) Use HTTPS sites and a reputable messaging app with end-to-end encryption—protects data in transit from eavesdroppers. 4) Review and minimize app permissions (deny unneeded location/mic/contacts)—protects against excess data collection. 5) Limit personal details shared publicly and keep software updated—protects against aggregation/re-identification and exploited vulnerabilities. Each step targets a specific privacy threat, layering technical and behavioral defenses.

AP CSP multiple-choice exam review and full practice exam

The AP CSP end-of-course exam is a multiple-choice test covering all five Big Ideas, combined with the separately submitted Create Performance Task to determine the final score. Effective review revisits binary and data, algorithms and programming logic, the Internet and systems, and computing's impacts, practicing the reading of code segments written in the exam's pseudocode style. Working full-length practice exams under timed conditions builds stamina and reveals weak areas. For example, students practice tracing pseudocode and analyzing an innovation's impacts. Targeted, timed review is the best preparation for exam day.

The AP CSP end-of-course exam is multiple choice (about 70 questions in 70 minutes) covering all five Big Ideas; combined with the Create Performance Task, it determines your AP score. Effective review consolidates the whole course: binary/data representation and the lossy-vs-lossless trade-off (BI 2); reading and tracing pseudocode with variables, expressions, MOD, Boolean logic, selection, iteration, lists, procedures, and search algorithms (BI 3); efficiency reasoning (reasonable vs. unreasonable, binary vs. linear search, parallel speedup); the Internet's protocols, packets, fault tolerance, and bandwidth/latency (BI 4); and impact, bias, the digital divide, IP/licensing, security, and privacy (BI 5). Test strategy: read carefully, eliminate wrong choices, hand-trace code questions, and watch for 'select two answers' items. Practicing with full-length, timed exams builds pacing and surfaces weak topics to review—turning isolated lessons into integrated, exam-ready understanding.

Worked Example 1

Problem. AP-style: What does this output?
result <- []
FOR EACH n IN [1,2,3,4]
IF (n MOD 2 = 0) { APPEND(result, n * n) }
DISPLAY(result)

  1. n=1: 1 MOD 2 = 1, not 0 -> skip.
  2. n=2: 2 MOD 2 = 0 -> append 2*2=4 -> result [4].
  3. n=3: 3 MOD 2 = 1 -> skip.
  4. n=4: 4 MOD 2 = 0 -> append 4*4=16 -> result [4,16].

Answer. [4, 16] — squares of the even numbers (combines MOD, selection, iteration, and a list).

Worked Example 2

Problem. AP-style efficiency: A sorted list has 64 items. What is the maximum number of comparisons binary search needs?

  1. Binary search halves the range each step: 64 -> 32 -> 16 -> 8 -> 4 -> 2 -> 1.
  2. Count the halvings: 6.
  3. That's log2(64) = 6.

Answer. At most 6 comparisons (log2(64) = 6).

Worked Example 3

Problem. AP-style impact (select the best): Which describes a typical effect of a computing innovation? (a) only beneficial, (b) only harmful, (c) both beneficial and harmful, often with unintended consequences, (d) no societal effect.

  1. Most innovations help some and harm others.
  2. Harms are frequently unintended consequences.
  3. This matches choice (c).

Answer. (c) — innovations usually have both beneficial and harmful effects, often including unintended consequences.

Common mistakes
  • Rushing code-trace questions and guessing the output. Fix: hand-trace each iteration, tracking every variable and list change, especially with MOD and indexing.
  • Missing 'select two' multiple-choice items. Fix: read the instruction line; some AP CSP questions require choosing exactly two correct answers.
✎ Try it yourself

Problem. Build a quick 5-topic self-check before the exam: write one question you can answer for each Big Idea. Then state the strategy you'll use during the timed test.

Solution. BI1 (Creative Dev): 'What are the iterative design steps?' BI2 (Data): 'Convert 1011 to decimal (=11) and pick lossy vs lossless for a photo.' BI3 (Algorithms): 'Trace a FOR EACH loop with MOD and a list; compare binary vs linear search steps.' BI4 (Systems/Networks): 'How do packets + sequence numbers + redundant routing make the Internet fault-tolerant?' BI5 (Impact): 'Name a beneficial and harmful effect of an innovation and a digital-divide cause.' Timed strategy: ~1 minute per question, hand-trace code, eliminate wrong options, flag and skip hard items to return to, and check for 'select two' instructions—pacing through all 70 questions while leaving time to revisit flagged ones.

Key terms
  • Computing innovation — a physical device or software that uses computing
  • Digital divide — the gap between those with and without access to computing and the Internet
  • Algorithmic bias — unfair outcomes from biased data or design in computing systems
  • Intellectual property — legal rights protecting creators' original work
  • Copyright — automatic legal protection of original creative works
  • Creative Commons — licenses letting creators grant specific reuse permissions
  • Privacy — control over how personal data is collected, shared, and protected
  • Cryptography — the practice of securing data, especially through encryption
Assignment · Computing Innovation Impact Brief

Choose a computing innovation and write a brief analyzing at least one beneficial and one harmful effect on society, the economy, or culture. Include a discussion of a related data, privacy, bias, or intellectual-property concern, and cite your sources properly.

Deliverable · A short impact brief identifying the innovation, balanced effects, a relevant ethical concern, and cited sources.

Quiz · 5 questions
  1. 1. A computing innovation is best defined as:

  2. 2. The digital divide refers to the gap between:

  3. 3. Algorithmic bias most often arises from:

  4. 4. A Creative Commons license allows a creator to:

  5. 5. The AP CSP final score combines the multiple-choice exam with the:

You'll be able to

I can analyze the beneficial and harmful effects of a computing innovation on society, economy, and culture.

I can evaluate issues of bias, equity, privacy, and intellectual property raised by computing systems.

Assessment · Programming projects and labs for each Big Idea, the official AP Create Performance Task (program code, video, and written responses), data analysis and visualization tasks, a computing-innovation impact research report, AP-style multiple-choice quizzes, and a full-length AP CSP practice exam.

Where this leads

Year-end milestones

Complete a multi-step geometric modeling project that applies trigonometry, coordinate geometry, and three-dimensional measurement to a real-world design problem.
Produce a polished multi-source research paper in English II with MLA citations, synthesizing world-literature and informational texts to defend an original thesis.
Design and report on a chemistry engineering challenge—building and testing a device that releases or absorbs thermal energy—grounded in stoichiometry and thermochemistry.
Submit a complete AP U.S. History inquiry, including a document-based essay, and sit a full-length APUSH practice exam covering Periods 1-9.
Independently create and document an AP CSP Create Performance Task program and complete a full-length AP Computer Science Principles practice exam.

Learn it free. Build it for real.

Crunch Academy is open and free. Pair this grade with Code Crunch hackathons, mentorship, and our advanced developer tracks when you're ready to go beyond the classroom.

Join Code Crunch See all grades 6–12