#set document(title: "3.5 Chapter 3 Activity", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 3.5#h(0.6em)Chapter 3 Activity #notebox("Activity", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Understanding the Law of Sines] - Materials: You will need paper and pencil, a ruler, compass, and protractor, or a dynamic geometry program such as Geogebra. + The vertices of a triangle determine a unique circumscribing circle. + Draw a large acute triangle and label the vertices #math.equation(block: false, alt: "A")[$A$] , #math.equation(block: false, alt: "B")[$B$], and #math.equation(block: false, alt: "C")[$C$]. + Draw the perpendicular bisector of side #math.equation(block: false, alt: "A C bar")[$limits(A C)^(―)$]. You can use a compass, or use your ruler and protractor as follows:+ Find the midpoint, #math.equation(block: false, alt: "M")[$M$], of side #math.equation(block: false, alt: "A C")[$A C$]. + Draw a line that passes through #math.equation(block: false, alt: "M")[$M$] and is perpendicular to side #math.equation(block: false, alt: "A C bar")[$limits(A C)^(―)$]. + Draw the perpendicular bisector of side #math.equation(block: false, alt: "B C bar")[$limits(B C)^(―)$] . Label the point where the two perpendicular bisectors meet with the letter #math.equation(block: false, alt: "O")[$O$]. + From geometry, we know that every point on the perpendicular bisector of a segment #math.equation(block: false, alt: "P Q bar")[$limits(P Q)^(―)$] is equidistant between #math.equation(block: false, alt: "P")[$P$] and #math.equation(block: false, alt: "Q")[$Q$]. Use this fact to explain why the point #math.equation(block: false, alt: "O")[$O$] is the same distance from each vertex of your triangle. + Using the point at #math.equation(block: false, alt: "O")[$O$] as the center, draw the circle that passes through all three vertices of your triangle. The circle is called the #strong[circumscribing circle] of the triangle. #figure(figph[triangle with circumscribing circle], alt: "triangle with circumscribing circle", caption: none) + We can move a vertex around the circle without changing the measure of its angle. + Measure angle #math.equation(block: false, alt: "C")[$C$] in your triangle. We say that this angle #strong[subtends] the arc joining #math.equation(block: false, alt: "A")[$A$] and #math.equation(block: false, alt: "B")[$B$] on the circle. + Choose any other point on the circle that is #emph[not] on the arc #math.equation(block: false, alt: "A B ⌢")[$limits(A B)^(⌢)$]. Call this point #math.equation(block: false, alt: "D")[$D$]. Draw the line segments #math.equation(block: false, alt: "A D bar")[$limits(A D)^(―)$] and #math.equation(block: false, alt: "B D bar")[$limits(B D)^(―)$] to create a second triangle. Measure the angle at #math.equation(block: false, alt: "D")[$D$]; it should be the same as the angle #math.equation(block: false, alt: "C")[$C$]. + In fact, all angles with vertex on the circle that subtend the same arc have the same measure. Verify this fact by creating two more angles that subtend the arc #math.equation(block: false, alt: "A B ⌢")[$limits(A B)^(⌢)$].#figure(figph[triangles inscribed in circle], alt: "triangles inscribed in circle", caption: none) + What is the length of the diameter of the circumscribing circle? + At this point, if your drawing is too cluttered, you may need to make a fresh copy of the circumscribing circle. On this circle draw just the side #math.equation(block: false, alt: "A B bar")[$limits(A B)^(―)$] from your original triangle. + Draw the diameter that passes through #math.equation(block: false, alt: "B")[$B$] (remember that #math.equation(block: false, alt: "O")[$O$] is the center of the circle), and label the other end of the diameter with the letter #math.equation(block: false, alt: "C prime")[$C^(′)$]. + Draw triangle #math.equation(block: false, alt: "Δ A B C prime")[$upright(Δ) A B C^(′)$], and measure the angle at #math.equation(block: false, alt: "C prime")[$C^(′)$]. It should be the same as angle #math.equation(block: false, alt: "C")[$C$] in your original triangle. (Why?) Let's call this angle #math.equation(block: false, alt: "θ")[$θ$]. + Now measure angle #math.equation(block: false, alt: "∠ B A C prime")[$upright(∠) B A C^(′)$]. It should be 90 degrees, This is another fact from geometry: Any angle that intercepts the diameter of a circle is a right angle. Put a right angle symbol at angle #math.equation(block: false, alt: "∠ B A C prime")[$upright(∠) B A C^(′)$]. + Label the length of the sides of your triangle as follows: - Side #math.equation(block: false, alt: "B C prime bar")[$limits(B C^(′))^(―)$] has length #math.equation(block: false, alt: "d")[$d$] (for diameter) - Side #math.equation(block: false, alt: "A C prime bar")[$limits(A C^(′))^(―)$] has length #math.equation(block: false, alt: "b")[$b$] - Side #math.equation(block: false, alt: "A B bar")[$limits(A B)^(―)$] has length #math.equation(block: false, alt: "c")[$c$] (Notice that #math.equation(block: false, alt: "c")[$c$] is the side opposite the angle #math.equation(block: false, alt: "θ")[$θ$]). Using the letters #math.equation(block: false, alt: "d")[$d$], #math.equation(block: false, alt: "b")[$b$], and #math.equation(block: false, alt: "c")[$c$] as needed, finish the equation #math.equation(block: true, alt: "sin ⁡ θ equals")[$sin θ = #hide($000000000000000$)$]#figure(figph[circumscribed right triangle with sides labeled], alt: "circumscribed right triangle with sides labeled", caption: none) + Start from the last equation, and solve for #math.equation(block: false, alt: "d")[$d$] in terms of #math.equation(block: false, alt: "sin ⁡ C")[$sin C$] and #math.equation(block: false, alt: "c")[$c$]. + Equating expressions for the diameter: The Law of Sines + You have now written an expression for the diameter of the circumscribing circle in terms of angle #math.equation(block: false, alt: "C")[$C$] and its opposite side. If you start the derivation with angle #math.equation(block: false, alt: "B")[$B$] and the arc #math.equation(block: false, alt: "A C ⌢")[$limits(A C)^(⌢)$], you will get another expression for the diameter. Write that expression here. + Now write an expression for the diameter that results from starting with angle #math.equation(block: false, alt: "A")[$A$] and arc #math.equation(block: false, alt: "B C ⌢")[$limits(B C)^(⌢)$]. + Write an equation that reflects the fact that the diameter of the circle has the same length in all three expressions. #linebreak() This is the Law of Sines! All three expressions represent the diameter of the circumscribing circle, so they are equal to each other. + Verification for right and obtuse triangles #linebreak() If ABC is not an acute triangle, then one of the angles must either be a right angle or an obtuse angle. - In a right triangle, call the right angle #math.equation(block: false, alt: "A")[$A$]. Now you are already at step (4) of part C , so the derivation continues as before. #linebreak() To see the derivation for an obtuse triangle, follow the steps: + Draw a circle and a triangle with vertices #math.equation(block: false, alt: "A")[$A$], #math.equation(block: false, alt: "B")[$B$], and #math.equation(block: false, alt: "C")[$C$] on the circle so that there is an obtuse angle at point #math.equation(block: false, alt: "C")[$C$]. + Measure the angle at #math.equation(block: false, alt: "C")[$C$]. and note that the larger arc #math.equation(block: false, alt: "A B ⌢")[$limits(A B)^(⌢)$] subtended by #math.equation(block: false, alt: "θ")[$θ$] is more than half of the circle. + Choose a point #math.equation(block: false, alt: "D")[$D$] on the larger arc #math.equation(block: false, alt: "A B ⌢")[$limits(A B)^(⌢)$]. In triangle #math.equation(block: false, alt: "Δ A B D")[$upright(Δ) A B D$], the angle at #math.equation(block: false, alt: "D")[$D$] subtends the shorter arc connecting #math.equation(block: false, alt: "A")[$A$] and #math.equation(block: false, alt: "B")[$B$]. Measure the angle at #math.equation(block: false, alt: "D")[$D$]. You should find that the angles at #math.equation(block: false, alt: "C")[$C$] and #math.equation(block: false, alt: "D")[$D$] are supplementary. + Here is another fact from geometry: The measure of an inscribed angle in a circle is half the measure of the arc it subtends. Use this fact to explain why the angles at #math.equation(block: false, alt: "C")[$C$] and #math.equation(block: false, alt: "D")[$D$] are supplementary. + What can you say about the sines of angles #math.equation(block: false, alt: "C")[$C$] and #math.equation(block: false, alt: "D")[$D$]? Because it is an acute triangle, we can use our original derivation on #math.equation(block: false, alt: "Δ A B D")[$upright(Δ) A B D$], and substitute #math.equation(block: false, alt: "C")[$C$] for #math.equation(block: false, alt: "D")[$D$] in the result.#figure(figph[obtuse circumscribed triangle], alt: "obtuse circumscribed triangle", caption: none) ]