MATH-181 (Calculus I) Curriculum

Session 01 - Using Functions to Understand and Predict Systems

Handout Worksheet
Fall Semester 2026
Session Objectives & Overview

By the end of this session, you will be able to:

  • Review domain, range, and evaluation of algebra/piecewise functions.
  • Work with function compositions and inverse functions.
  • Master trigonometric unit circle values and logarithmic symmetry rules.

Micro-Lecture

1. Functions, Domain, and Range

  • Mathematical Foundation: A function maps inputs (domain) to outputs (range). Domain restrictions occur when mathematical operations become undefined, such as division by zero (q(x)≠0q(x) \neq 0q(x)=0 in p(x)q(x)\frac{p(x)}{q(x)}q(x)p(x)​) or even roots of negative numbers (g(x)≥0g(x) \ge 0g(x)≥0 in g(x)\sqrt{g(x)}g(x)​).
  • Engineering Context: Domain restrictions define physical operating limits and safety envelopes, such as non-negative mass, maximum material stress constraints, or operational temperature ranges. Piecewise functions model sudden system state transitions, such as active heating/cooling thresholds in thermal control systems or changing structural load regimes.

2. Function Composition and Inversion

  • Mathematical Foundation: Composition (f∘g)(x)=f(g(x))(f \circ g)(x) = f(g(x))(f∘g)(x)=f(g(x)) chains operations sequentially. An inverse function f−1(x)f^{-1}(x)f−1(x) reverses input-output mappings such that f(f−1(x))=xf(f^{-1}(x)) = xf(f−1(x))=x, reflected across the line y=xy = xy=x.
  • Engineering Context: Composition represents multi-stage physical processes, such as converting pressure into mechanical displacement and subsequently into an electrical voltage signal. Inverses enable back-calculating raw physical inputs from sensor measurements, such as extracting precise temperatures from thermistor resistance readings.

3. Trigonometry and Unit Circle Dynamics

  • Mathematical Foundation: Angles θ\thetaθ map to points (x,y)=(cos⁡θ,sin⁡θ)(x, y) = (\cos\theta, \sin\theta)(x,y)=(cosθ,sinθ) on the unit circle x2+y2=1x^2 + y^2 = 1x2+y2=1. Key identity:

    sin⁡2θ+cos⁡2θ=1\sin^2\theta + \cos^2\theta = 1sin2θ+cos2θ=1

  • Inverse trigonometric functions (arcsin⁡,arccos⁡,arctan⁡\arcsin, \arccos, \arctanarcsin,arccos,arctan) require restricted ranges to remain single-valued functions.

  • Engineering Context: Critical for vector force decomposition in structural statics, AC power phase calculations, wave optics, and spatial coordinate transformations in robotics and flight kinematics.

4. Exponential and Logarithmic Systems

  • Mathematical Foundation: Logarithms inverse exponential relationships (y=bx  ⟺  log⁡b(y)=xy = b^x \iff \log_b(y) = xy=bx⟺logb​(y)=x). Key identity rules:

    ln⁡(AB)=ln⁡A+ln⁡B\ln(AB) = \ln A + \ln Bln(AB)=lnA+lnB

    ln⁡(AB)=ln⁡A−ln⁡B\ln\left(\frac{A}{B}\right) = \ln A - \ln Bln(BA​)=lnA−lnB

    ln⁡(Ak)=kln⁡A\ln(A^k) = k\ln Aln(Ak)=klnA

  • Engineering Context: Logarithms linearize wide dynamic ranges into manageable scales (e.g., decibels in signal attenuation or acoustic pressure). Exponential models govern natural decay and growth dynamics, including RC circuit transient responses, heat dissipation via Newton's Law of Cooling, and radioactive half-life calculations.

Skill Block 1

Worked Example A: Algebraic Expression Evaluation

Given f(x)=2x2−3x+1f(x) = 2x^2 - 3x + 1f(x)=2x2−3x+1, find and simplify f(2x−3)f(2x - 3)f(2x−3).

Worked Solution:

Substitute the entire expression (2x−3)(2x - 3)(2x−3) into every instance of xxx:

f(2x−3)=2(2x−3)2−3(2x−3)+1f(2x - 3) = 2(2x - 3)^2 - 3(2x - 3) + 1f(2x−3)=2(2x−3)2−3(2x−3)+1

Expand the binomial term (2x−3)2(2x - 3)^2(2x−3)2:

(2x−3)2=4x2−12x+9(2x - 3)^2 = 4x^2 - 12x + 9(2x−3)2=4x2−12x+9

Substitute and distribute terms:

f(2x−3)=2(4x2−12x+9)−6x+9+1f(2x - 3) = 2(4x^2 - 12x + 9) - 6x + 9 + 1f(2x−3)=2(4x2−12x+9)−6x+9+1

f(2x−3)=8x2−24x+18−6x+9+1f(2x - 3) = 8x^2 - 24x + 18 - 6x + 9 + 1f(2x−3)=8x2−24x+18−6x+9+1

Combine like terms:

f(2x−3)=8x2−30x+28f(2x - 3) = 8x^2 - 30x + 28f(2x−3)=8x2−30x+28

Worked Example B: Combined Domain and Range Determination

Find the domain and range for the combined rational and radical function g(x)=x+4x−2g(x) = \frac{\sqrt{x + 4}}{x - 2}g(x)=x−2x+4​​.

Worked Solution:

Domain Solution: Identify all structural restrictions simultaneously:

  1. Radicand Restriction: The expression inside the square root must be non-negative:
    x+4≥0  ⟹  x≥−4x + 4 \ge 0 \implies x \ge -4x+4≥0⟹x≥−4
  2. Denominator Restriction: The denominator cannot equal zero:
    x−2≠0  ⟹  x≠2x - 2 \neq 0 \implies x \neq 2x−2=0⟹x=2

Combine restrictions on a number line to state the valid input set:

Domain: [−4,2)∪(2,∞)\text{Domain: } [-4, 2) \cup (2, \infty)Domain: [−4,2)∪(2,∞)

Range Solution: Analyze output behavior across the continuous intervals of the domain:

  • At the lower boundary x=−4x = -4x=−4: g(−4)=0−6=0g(-4) = \frac{\sqrt{0}}{-6} = 0g(−4)=−60​​=0.
  • Approaching the vertical asymptote at x=2x = 2x=2 from the left (x→2−x \to 2^-x→2−), the numerator approaches 6>0\sqrt{6} > 06​>0while the denominator approaches 000 through negative values, driving g(x)→−∞g(x) \to -\inftyg(x)→−∞.
  • Approaching x=2x = 2x=2 from the right (x→2+x \to 2^+x→2+), the numerator approaches 6>0\sqrt{6} > 06​>0 while the denominator approaches 000 through positive values, driving g(x)→+∞g(x) \to +\inftyg(x)→+∞.

Since the function outputs span smoothly from negative infinity to positive infinity, every real output is covered:

Range: (−∞,∞)\text{Range: } (-\infty, \infty)Range: (−∞,∞)

Worked Example C: Piecewise Function Evaluation

Given the piecewise function:

k(x)={x2−4:x<−12x+1:−1≤x≤4x+5:x>4k(x) = \begin{cases} x^2 - 4 & : x < -1 \\ 2x + 1 & : -1 \le x \le 4 \\ \sqrt{x} + 5 & : x > 4 \end{cases}k(x)=⎩⎨⎧​x2−42x+1x​+5​:x<−1:−1≤x≤4:x>4​

Evaluate (a) k(−3)k(-3)k(−3), (b) k(−1)k(-1)k(−1), and (c) k(9)k(9)k(9).

Worked Solution:
  • (a) Evaluate k(−3)k(-3)k(−3): The input x=−3x = -3x=−3 satisfies the condition −3<−1-3 < -1−3<−1. Use the first sub-function:
    k(−3)=(−3)2−4=9−4=5k(-3) = (-3)^2 - 4 = 9 - 4 = 5k(−3)=(−3)2−4=9−4=5
  • (b) Evaluate k(−1)k(-1)k(−1): The input x=−1x = -1x=−1 satisfies the condition −1≤−1≤4-1 \le -1 \le 4−1≤−1≤4. Use the second sub-function:
    k(−1)=2(−1)+1=−2+1=−1k(-1) = 2(-1) + 1 = -2 + 1 = -1k(−1)=2(−1)+1=−2+1=−1
  • (c) Evaluate k(9)k(9)k(9): The input x=9x = 9x=9 satisfies the condition 9>49 > 49>4. Use the third sub-function:
    k(9)=9+5=3+5=8k(9) = \sqrt{9} + 5 = 3 + 5 = 8k(9)=9​+5=3+5=8

Practice Problem 1

Let f(x)=3x2−xf(x) = 3x^2 - xf(x)=3x2−x. Find the following:

  • (a) f(1)f(1)f(1)
  • (b) f(−4)f(-4)f(−4)
  • (c) f(a+1)f(a+1)f(a+1)
Solution Key:

(a) Find f(1)f(1)f(1) Substitute x=1x = 1x=1 into the function:
f(1)=3(1)2−(1)f(1) = 3(1)^2 - (1)f(1)=3(1)2−(1)
f(1)=3(1)−1f(1) = 3(1) - 1f(1)=3(1)−1
f(1)=3−1f(1) = 3 - 1f(1)=3−1
f(1)=2f(1) = 2f(1)=2

(b) Find f(−4)f(-4)f(−4) Substitute x=−4x = -4x=−4 into the function:
f(−4)=3(−4)2−(−4)f(-4) = 3(-4)^2 - (-4)f(−4)=3(−4)2−(−4)
f(−4)=3(16)+4f(-4) = 3(16) + 4f(−4)=3(16)+4
f(−4)=48+4f(-4) = 48 + 4f(−4)=48+4
f(−4)=52f(-4) = 52f(−4)=52

(c) Find f(a+1)f(a+1)f(a+1) Substitute the expression (a+1)(a+1)(a+1) everywhere there is an xxx in the function:

f(a+1)=3(a+1)2−(a+1)f(a+1) = 3(a+1)^2 - (a+1)f(a+1)=3(a+1)2−(a+1)
First, expand (a+1)2(a+1)^2(a+1)2:
(a+1)2=a2+2a+1(a+1)^2 = a^2 + 2a + 1(a+1)2=a2+2a+1
Now substitute that back and distribute the 333, as well as the negative sign:
f(a+1)=3(a2+2a+1)−a−1f(a+1) = 3(a^2 + 2a + 1) - a - 1f(a+1)=3(a2+2a+1)−a−1
f(a+1)=3a2+6a+3−a−1f(a+1) = 3a^2 + 6a + 3 - a - 1f(a+1)=3a2+6a+3−a−1
Combine like terms (6a−a6a - a6a−a and 3−13 - 13−1):
f(a+1)=3a2+5a+2f(a+1) = 3a^2 + 5a + 2f(a+1)=3a2+5a+2

Show your steps and calculations here.

Practice Problem 2

State the domain and range of the following functions: How Domain and Range Work

  • (a) f(x)=x2+1f(x) = x^2 + 1f(x)=x2+1
  • (b) f(x)=x+3f(x) = \sqrt{x+3}f(x)=x+3​
  • (c) f(x)=9x−2f(x) = \frac{9}{x-2}f(x)=x−29​
Solution Key:

(a) f(x)=x2+1f(x) = x^2 + 1f(x)=x2+1

Domain:

This is a polynomial function (a parabola). There are no fractions with variables in the denominator and no square roots to restrict our inputs. You can plug in any real number.

Domain: (−∞,∞)(-\infty, \infty)(−∞,∞)

Range:

The term x2x^2x2 is always greater than or equal to 000 for any real number xxx. Adding 111 shifts the entire graph up by 111 unit, meaning the minimum value the function can output is 111. Range: [1,∞)[1, \infty)[1,∞)


(b) f(x)=x+3f(x) = \sqrt{x+3}f(x)=x+3​

Domain: The expression inside a square root (the radicand) must be greater than or equal to 000 to stay within the real number system.

x+3≥0x + 3 \geq 0x+3≥0
x≥−3x \geq -3x≥−3
Domain: [−3,∞)[-3, \infty)[−3,∞)

Range: The principal (positive) square root function anything\sqrt{\text{anything}}anything​ always outputs values greater than or equal to 000. As xxx goes from −3-3−3 to infinity, the outputs go from 000 to infinity.

Range: [0,∞)[0, \infty)[0,∞)


(c) f(x)=9x−2f(x) = \frac{9}{x-2}f(x)=x−29​

Domain: A rational function is undefined when its denominator is equal to 000. We must exclude any values of xxx that cause division by zero:

x−2=0  ⟹  x=2x - 2 = 0 \implies x = 2x−2=0⟹x=2
Therefore, xxx can be any real number except 222.

Domain: (−∞,2)∪(2,∞)(-\infty, 2) \cup (2, \infty)(−∞,2)∪(2,∞)

Range: To find the range, we can set y=9x−2y = \frac{9}{x-2}y=x−29​ and see what values yyy cannot take. Notice that the numerator is a constant (999). A fraction with a non-zero numerator can never equal 000, because the only way a fraction equals 000 is if its numerator is 000. Therefore, y≠0y \neq 0y=0. Alternatively, solving for xxx in terms of yyy:

y(x−2)=9y(x - 2) = 9y(x−2)=9
x−2=9yx - 2 = \frac{9}{y}x−2=y9​
x=9y+2x = \frac{9}{y} + 2x=y9​+2
This shows that yyy cannot equal 000, as it would cause division by zero.

Range: (−∞,0)∪(0,∞)(-\infty, 0) \cup (0, \infty)(−∞,0)∪(0,∞)

Show your steps and calculations here.

Practice Problem 3

Use the function given to evaluate the following:

h(x)={1−x5:x<3ex:x=38:x>3h(x) = \begin{cases} 1 - x^5 & : x < 3 \\ e^x & : x = 3 \\ 8 & : x > 3 \end{cases}h(x)=⎩⎨⎧​1−x5ex8​:x<3:x=3:x>3​

  • (a) h(5)h(5)h(5)
  • (b) h(−1)h(-1)h(−1)
  • (c) h(3)h(3)h(3)
Solution Key:

(a) Find h(5)h(5)h(5)

Determine the condition: The input is x=5x = 5x=5. Since 5>35 > 35>3, we use the third piece of the function. Evaluate: The function states that for any x>3x > 3x>3, the output is a constant 888.

h(5)=8h(5) = 8h(5)=8


(b) Find h(−1)h(-1)h(−1)

Determine the condition: The input is x=−1x = -1x=−1. Since −1<3-1 < 3−1<3, we use the first piece of the function.

Evaluate: Substitute x=−1x = -1x=−1 into 1−x51 - x^51−x5:

h(−1)=1−(−1)5h(-1) = 1 - (-1)^5h(−1)=1−(−1)5
h(−1)=1−(−1)h(-1) = 1 - (-1)h(−1)=1−(−1)
h(−1)=1+1h(-1) = 1 + 1h(−1)=1+1
h(−1)=2h(-1) = 2h(−1)=2


(c) Find h(3)h(3)h(3)

Determine the condition: The input is x=3x = 3x=3. Since 3=33 = 33=3, we use the second piece of the function. Evaluate: Substitute x=3x = 3x=3 into exe^xex:

h(3)=e3h(3) = e^3h(3)=e3

Show your steps and calculations here.

Regroup 1

  • Review domain restrictions (denominator != 0, radicand >= 0).
  • Preview Block 2

Skill Block 2

Worked Example A: Function Composition and Evaluation

Given f(x)=x−2f(x) = \sqrt{x - 2}f(x)=x−2​ and g(x)=2x+3g(x) = 2x + 3g(x)=2x+3:

  • (a) Find f(g(x))f(g(x))f(g(x)) and simplify.
  • (b) Evaluate (g∘f)(11)(g \circ f)(11)(g∘f)(11).
Worked Solution:

(a) Find f(g(x))f(g(x))f(g(x)): Substitute the expression for g(x)g(x)g(x) into f(x)f(x)f(x) everywhere xxx appears:

f(g(x))=f(2x+3)=(2x+3)−2f(g(x)) = f(2x + 3) = \sqrt{(2x + 3) - 2}f(g(x))=f(2x+3)=(2x+3)−2​

Simplify the radicand:

f(g(x))=2x+1f(g(x)) = \sqrt{2x + 1}f(g(x))=2x+1​

(b) Evaluate (g∘f)(11)(g \circ f)(11)(g∘f)(11): Evaluate from the inside out: g(f(11))g(f(11))g(f(11)).

  1. Calculate inner function value f(11)f(11)f(11):
    f(11)=11−2=9=3f(11) = \sqrt{11 - 2} = \sqrt{9} = 3f(11)=11−2​=9​=3
  2. Substitute 333 into outer function g(x)g(x)g(x):
    g(3)=2(3)+3=6+3=9g(3) = 2(3) + 3 = 6 + 3 = 9g(3)=2(3)+3=6+3=9
    (g∘f)(11)=9(g \circ f)(11) = 9(g∘f)(11)=9

Worked Example B: Finding Equations of Lines

Find the equation of the line passing through the point (−2,5)(-2, 5)(−2,5) with slope m=−34m = -\frac{3}{4}m=−43​ in slope-intercept form.

Worked Solution:
  • Step 1: Apply Point-Slope Form
    y−y1=m(x−x1)y - y_1 = m(x - x_1)y−y1​=m(x−x1​)
    • Substitute m=−34m = -\frac{3}{4}m=−43​, x1=−2x_1 = -2x1​=−2, and y1=5y_1 = 5y1​=5:
      y−5=−34(x−(−2))y - 5 = -\frac{3}{4}(x - (-2))y−5=−43​(x−(−2))
      y−5=−34(x+2)y - 5 = -\frac{3}{4}(x + 2)y−5=−43​(x+2)
  • Step 2: Distribute Slope
    y−5=−34x−64y - 5 = -\frac{3}{4}x - \frac{6}{4}y−5=−43​x−46​
    • Simplify fraction:
      y−5=−34x−32y - 5 = -\frac{3}{4}x - \frac{3}{2}y−5=−43​x−23​
  • Step 3: Convert to Slope-Intercept Form (y=mx+by = mx + by=mx+b)
    • Add 555 to both sides, expressing 555 with a common denominator of 222 (5=1025 = \frac{10}{2}5=210​):
      y=−34x−32+102y = -\frac{3}{4}x - \frac{3}{2} + \frac{10}{2}y=−43​x−23​+210​
      y=−34x+72y = -\frac{3}{4}x + \frac{7}{2}y=−43​x+27​

Worked Example C: Solving Equations (Algebraic and Trigonometric)

Solve the following equations:

  • (a) 2x2+5x−3=02x^2 + 5x - 3 = 02x2+5x−3=0
  • (b) 2sin⁡(θ)cos⁡(θ)−3sin⁡(θ)=02\sin(\theta)\cos(\theta) - \sqrt{3}\sin(\theta) = 02sin(θ)cos(θ)−3​sin(θ)=0 on the interval [0,2π][0, 2\pi][0,2π]
Worked Solution:
  • (a) Algebraic Solution (Quadratic Factoring): Factor the trinomial into two binomials:

    (2x−1)(x+3)=0(2x - 1)(x + 3) = 0(2x−1)(x+3)=0

    • Apply the Zero Product Property:
      2x−1=0  ⟹  x=122x - 1 = 0 \implies x = \frac{1}{2}2x−1=0⟹x=21​
      x+3=0  ⟹  x=−3x + 3 = 0 \implies x = -3x+3=0⟹x=−3
      Final Answer: x=12,x=−3\text{Final Answer: } x = \frac{1}{2}, \quad x = -3Final Answer: x=21​,x=−3
  • (b) Trigonometric Solution (Factoring and Unit Circle): Factor out the common term sin⁡(θ)\sin(\theta)sin(θ):

    sin⁡(θ)(2cos⁡(θ)−3)=0\sin(\theta)(2\cos(\theta) - \sqrt{3}) = 0sin(θ)(2cos(θ)−3​)=0

    • Apply the Zero Product Property to set up two independent equations:
      1. sin⁡(θ)=0\sin(\theta) = 0sin(θ)=0
      2. 2cos⁡(θ)−3=0  ⟹  cos⁡(θ)=322\cos(\theta) - \sqrt{3} = 0 \implies \cos(\theta) = \frac{\sqrt{3}}{2}2cos(θ)−3​=0⟹cos(θ)=23​​

    Determine all solutions on [0,2π][0, 2\pi][0,2π]:

    • From sin⁡(θ)=0\sin(\theta) = 0sin(θ)=0: θ=0,π,2π\theta = 0, \pi, 2\piθ=0,π,2π
    • From cos⁡(θ)=32\cos(\theta) = \frac{\sqrt{3}}{2}cos(θ)=23​​ (positive cosine in Quadrants I and IV with reference angle π6\frac{\pi}{6}6π​):
      • Quadrant I: θ=π6\theta = \frac{\pi}{6}θ=6π​
      • Quadrant IV: θ=2π−π6=11π6\theta = 2\pi - \frac{\pi}{6} = \frac{11\pi}{6}θ=2π−6π​=611π​

Final Answer: θ=0,π6,π,11π6,2π\text{Final Answer: } \theta = 0, \quad \frac{\pi}{6}, \quad \pi, \quad \frac{11\pi}{6}, \quad 2\piFinal Answer: θ=0,6π​,π,611π​,2π

Practice Problem 4

Let f(x)=x2−1f(x) = \sqrt{x^2 - 1}f(x)=x2−1​ and g(x)=x+1g(x) = x + 1g(x)=x+1.

Find the following:

  • (a) (gf)(x)\left(\frac{g}{f}\right)(x)(fg​)(x)
  • (b) f(g(x))f(g(x))f(g(x))
  • (c) (g∘f)(2)(g \circ f)(2)(g∘f)(2)
Solution Key:

(a) Find (gf)(x)\left(\frac{g}{f}\right)(x)(fg​)(x) The notation (gf)(x)\left(\frac{g}{f}\right)(x)(fg​)(x) represents the division of function g(x)g(x)g(x) by function f(x)f(x)f(x):

(gf)(x)=g(x)f(x)\left(\frac{g}{f}\right)(x) = \frac{g(x)}{f(x)}(fg​)(x)=f(x)g(x)​
Substitute the given equations:
(gf)(x)=x+1x2−1\left(\frac{g}{f}\right)(x) = \frac{x + 1}{\sqrt{x^2 - 1}}(fg​)(x)=x2−1​x+1​
Optional Simplification (Rationalizing or Factoring): Notice that x2−1=(x−1)(x+1)x^2 - 1 = (x - 1)(x + 1)x2−1=(x−1)(x+1). For x>1x > 1x>1, you can rewrite the expression as:
x+1(x−1)(x+1)=x+1x+1x−1x+1=x+1x−1=x+1x−1\frac{x + 1}{\sqrt{(x - 1)(x + 1)}} = \frac{\sqrt{x + 1}\sqrt{x + 1}}{\sqrt{x - 1}\sqrt{x + 1}} = \frac{\sqrt{x + 1}}{\sqrt{x - 1}} = \sqrt{\frac{x + 1}{x - 1}}(x−1)(x+1)​x+1​=x−1​x+1​x+1​x+1​​=x−1​x+1​​=x−1x+1​​


(b) Find f(g(x))f(g(x))f(g(x)) The composite notation f(g(x))f(g(x))f(g(x)) means you substitute the entire function g(x)g(x)g(x) into every xxx in f(x)f(x)f(x):

f(g(x))=f(x+1)f(g(x)) = f(x + 1)f(g(x))=f(x+1)
Substitute (x+1)(x + 1)(x+1) into f(x)=x2−1f(x) = \sqrt{x^2 - 1}f(x)=x2−1​:
f(g(x))=(x+1)2−1f(g(x)) = \sqrt{(x + 1)^2 - 1}f(g(x))=(x+1)2−1​
Expand the squared binomial (x+1)2=x2+2x+1(x + 1)^2 = x^2 + 2x + 1(x+1)2=x2+2x+1:
f(g(x))=(x2+2x+1)−1f(g(x)) = \sqrt{(x^2 + 2x + 1) - 1}f(g(x))=(x2+2x+1)−1​
Simplify by canceling out +1+1+1 and −1-1−1:
f(g(x))=x2+2xf(g(x)) = \sqrt{x^2 + 2x}f(g(x))=x2+2x​


(c) Find (g∘f)(2)(g \circ f)(2)(g∘f)(2) The composition notation (g∘f)(2)(g \circ f)(2)(g∘f)(2) means g(f(2))g(f(2))g(f(2)). Work from the inside out.

Step 1: Find f(2)f(2)f(2) Substitute x=2x = 2x=2 into f(x)f(x)f(x):

f(2)=(2)2−1f(2) = \sqrt{(2)^2 - 1}f(2)=(2)2−1​
f(2)=4−1f(2) = \sqrt{4 - 1}f(2)=4−1​
f(2)=3f(2) = \sqrt{3}f(2)=3​
Step 2: Plug this result into g(x)g(x)g(x) Now find g(3)g(\sqrt{3})g(3​) by substituting 3\sqrt{3}3​ into g(x)=x+1g(x) = x + 1g(x)=x+1:
g(f(2))=g(3)=3+1g(f(2)) = g(\sqrt{3}) = \sqrt{3} + 1g(f(2))=g(3​)=3​+1
Therefore:
(g∘f)(2)=3+1(g \circ f)(2) = \sqrt{3} + 1(g∘f)(2)=3​+1

Show your steps and calculations here.

Practice Problem 5

Find the equation of the line through the point (1,7)(1, 7)(1,7) with slope 23\frac{2}{3}32​. Present your answer in slope-intercept form.

How Point-Slope Form Works

Solution Key:

Step 1: Choose a linear equation form You can use either the point-slope form or the slope-intercept form to find the equation. Both methods yield the same result.

Method 1: Using Point-Slope Form The point-slope form of a line is:

y−y1=m(x−x1)y - y_1 = m(x - x_1)y−y1​=m(x−x1​)
Substitute m=23m = \frac{2}{3}m=32​, x1=1x_1 = 1x1​=1, and y1=7y_1 = 7y1​=7:
y−7=23(x−1)y - 7 = \frac{2}{3}(x - 1)y−7=32​(x−1)
Distribute the 23\frac{2}{3}32​ on the right side:
y−7=23x−23y - 7 = \frac{2}{3}x - \frac{2}{3}y−7=32​x−32​
Add 777 to both sides to isolate yyy:
y=23x−23+7y = \frac{2}{3}x - \frac{2}{3} + 7y=32​x−32​+7
To combine −23-\frac{2}{3}−32​ and 777, find a common denominator (333):
7=2137 = \frac{21}{3}7=321​
y=23x−23+213y = \frac{2}{3}x - \frac{2}{3} + \frac{21}{3}y=32​x−32​+321​
y=23x+193y = \frac{2}{3}x + \frac{19}{3}y=32​x+319​


Method 2: Using Slope-Intercept Form Directly The slope-intercept form is:

y=mx+by = mx + by=mx+b
Substitute the known slope m=23m = \frac{2}{3}m=32​ and the coordinates of the point x=1,y=7x = 1, y = 7x=1,y=7 to solve for the yyy-intercept (bbb):
7=23(1)+b7 = \frac{2}{3}(1) + b7=32​(1)+b
7=23+b7 = \frac{2}{3} + b7=32​+b
Subtract 23\frac{2}{3}32​ from both sides:
7−23=b7 - \frac{2}{3} = b7−32​=b
213−23=b\frac{21}{3} - \frac{2}{3} = b321​−32​=b
b=193b = \frac{19}{3}b=319​
Substitute mmm and bbb back into the slope-intercept equation:
y=23x+193y = \frac{2}{3}x + \frac{19}{3}y=32​x+319​


Final Answer The equation of the line in slope-intercept form is:

y=23x+193y = \frac{2}{3}x + \frac{19}{3}y=32​x+319​

Show your steps and calculations here.

Practice Problem 6

Find the solutions to the following:

  • (a) 1−(4−(5−x))=3x−(4+x)1 - (4 - (5 - x)) = 3x - (4 + x)1−(4−(5−x))=3x−(4+x)
  • (b) x2+5x=−4x^2 + 5x = -4x2+5x=−4
  • (c) 2θcos⁡(θ)+θ=02\theta \cos(\theta) + \theta = 02θcos(θ)+θ=0 on [0,2π][0, 2\pi][0,2π]
Solution Key:

(a) Solve: 1−(4−(5−x))=3x−(4+x)1 - (4 - (5 - x)) = 3x - (4 + x)1−(4−(5−x))=3x−(4+x)

Step 1: Simplify the innermost parentheses on the left side. Distribute the negative sign into (5−x)(5 - x)(5−x):

1−(4−5+x)=3x−(4+x)1 - (4 - 5 + x) = 3x - (4 + x)1−(4−5+x)=3x−(4+x)
1−(−1+x)=3x−(4+x)1 - (-1 + x) = 3x - (4 + x)1−(−1+x)=3x−(4+x)
Step 2: Distribute the remaining negative signs on both sides. On the left, distribute the negative sign into (−1+x)(-1 + x)(−1+x). On the right, distribute the negative sign into (4+x)(4 + x)(4+x):
1+1−x=3x−4−x1 + 1 - x = 3x - 4 - x1+1−x=3x−4−x
Step 3: Combine like terms on both sides.
2−x=2x−42 - x = 2x - 42−x=2x−4
Step 4: Isolate the variable xxx. Add xxx to both sides:
2=3x−42 = 3x - 42=3x−4
Add 444 to both sides:
6=3x6 = 3x6=3x
Divide by 333:
x=2x = 2x=2


(b) Solve: x2+5x=−4x^2 + 5x = -4x2+5x=−4

Step 1: Set the quadratic equation to zero. Add 444 to both sides to write it in standard form (ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0):

x2+5x+4=0x^2 + 5x + 4 = 0x2+5x+4=0
Step 2: Factor the trinomial. We need two numbers that multiply to 444 and add up to 555. Those numbers are 111 and 444:
(x+1)(x+4)=0(x + 1)(x + 4) = 0(x+1)(x+4)=0
Step 3: Apply the Zero Product Property. Set each factor equal to zero and solve:
x+1=0  ⟹  x=−1x + 1 = 0 \implies x = -1x+1=0⟹x=−1
x+4=0  ⟹  x=−4x + 4 = 0 \implies x = -4x+4=0⟹x=−4
Final Answer:
x=−1,x=−4x = -1, \quad x = -4x=−1,x=−4


(c) Solve: 2θcos⁡(θ)+θ=02\theta \cos(\theta) + \theta = 02θcos(θ)+θ=0 on [0,2π][0, 2\pi][0,2π]

Step 1: Factor out the common term. Both terms share a θ\thetaθ, so factor it out:

θ(2cos⁡(θ)+1)=0\theta(2\cos(\theta) + 1) = 0θ(2cos(θ)+1)=0
Step 2: Apply the Zero Product Property. Set each factor equal to zero: 1. θ=0\theta = 0θ=0 2. 2cos⁡(θ)+1=02\cos(\theta) + 1 = 02cos(θ)+1=0

Step 3: Solve the trigonometric equation. Isolate cos⁡(θ)\cos(\theta)cos(θ) in the second equation:

2cos⁡(θ)=−12\cos(\theta) = -12cos(θ)=−1
cos⁡(θ)=−12\cos(\theta) = -\frac{1}{2}cos(θ)=−21​
Step 4: Find solutions within the interval [0,2π][0, 2\pi][0,2π]. * From the first factor: θ=0\theta = 0θ=0 is within the interval. * From the second factor: cos⁡(θ)=−12\cos(\theta) = -\frac{1}{2}cos(θ)=−21​ when θ\thetaθ is in Quadrant II and Quadrant III with a reference angle of π3\frac{\pi}{3}3π​: * Quadrant II: θ=π−π3=2π3\theta = \pi - \frac{\pi}{3} = \frac{2\pi}{3}θ=π−3π​=32π​ * Quadrant III: θ=π+π3=4π3\theta = \pi + \frac{\pi}{3} = \frac{4\pi}{3}θ=π+3π​=34π​

Final Answer:

θ=0,2π3,4π3\theta = 0, \quad \frac{2\pi}{3}, \quad \frac{4\pi}{3}θ=0,32π​,34π​

Show your steps and calculations here.

Regroup 2

  • Highlight slope-intercept vs point-slope forms.
  • Preview Block 3

Skill Block 3

Worked Example A: Reference Triangle Trigonometry

Given cos⁡(θ)=−35\cos(\theta) = -\frac{3}{5}cos(θ)=−53​ and π<θ<3π2\pi < \theta < \frac{3\pi}{2}π<θ<23π​, find the exact values of the remaining 5 trigonometric functions.

Worked Solution:
  • Step 1: Identify Quadrant and Signs The interval π<θ<3π2\pi < \theta < \frac{3\pi}{2}π<θ<23π​ indicates Quadrant III. In Quadrant III, x<0x < 0x<0 and y<0y < 0y<0. Cosine is defined as xr=−35\frac{x}{r} = -\frac{3}{5}rx​=−53​. Assign x=−3x = -3x=−3 and radius r=5r = 5r=5.
  • Step 2: Solve for Missing Side (yyy) Using x2+y2=r2x^2 + y^2 = r^2x2+y2=r2:
    (−3)2+y2=52  ⟹  9+y2=25  ⟹  y2=16  ⟹  y=−4(since y<0)(-3)^2 + y^2 = 5^2 \implies 9 + y^2 = 25 \implies y^2 = 16 \implies y = -4 \quad (\text{since } y < 0)(−3)2+y2=52⟹9+y2=25⟹y2=16⟹y=−4(since y<0)
  • Step 3: Construct Trigonometric Functions With x=−3x = -3x=−3, y=−4y = -4y=−4, and r=5r = 5r=5:
    sin⁡(θ)=yr=−45\sin(\theta) = \frac{y}{r} = -\frac{4}{5}sin(θ)=ry​=−54​
    tan⁡(θ)=yx=−4−3=43\tan(\theta) = \frac{y}{x} = \frac{-4}{-3} = \frac{4}{3}tan(θ)=xy​=−3−4​=34​
    csc⁡(θ)=ry=−54\csc(\theta) = \frac{r}{y} = -\frac{5}{4}csc(θ)=yr​=−45​
    sec⁡(θ)=rx=−53\sec(\theta) = \frac{r}{x} = -\frac{5}{3}sec(θ)=xr​=−35​
    cot⁡(θ)=xy=−3−4=34\cot(\theta) = \frac{x}{y} = \frac{-3}{-4} = \frac{3}{4}cot(θ)=yx​=−4−3​=43​

Worked Example B: Inverses, Exponentials, and Logarithmic Equations

  • (a) Find f−1(x)f^{-1}(x)f−1(x) for f(x)=3x+2x−4f(x) = \frac{3x + 2}{x - 4}f(x)=x−43x+2​.
  • (b) Solve log⁡2(x)+log⁡2(x−2)=3\log_2(x) + \log_2(x - 2) = 3log2​(x)+log2​(x−2)=3 for xxx.
Worked Solution:
  • (a) Finding f−1(x)f^{-1}(x)f−1(x): Replace f(x)f(x)f(x) with yyy and swap variables xxx and yyy:
    x=3y+2y−4x = \frac{3y + 2}{y - 4}x=y−43y+2​
    • Multiply by (y−4)(y - 4)(y−4) and distribute xxx:
      x(y−4)=3y+2  ⟹  xy−4x=3y+2x(y - 4) = 3y + 2 \implies xy - 4x = 3y + 2x(y−4)=3y+2⟹xy−4x=3y+2
    • Isolate yyy-terms on one side:
      xy−3y=4x+2xy - 3y = 4x + 2xy−3y=4x+2
    • Factor out yyy and solve:
      y(x−3)=4x+2  ⟹  y=4x+2x−3y(x - 3) = 4x + 2 \implies y = \frac{4x + 2}{x - 3}y(x−3)=4x+2⟹y=x−34x+2​
      f−1(x)=4x+2x−3f^{-1}(x) = \frac{4x + 2}{x - 3}f−1(x)=x−34x+2​
  • (b) Solving Logarithmic Equation: Apply the product rule to condense logarithms:
    log⁡2(x(x−2))=3  ⟹  log⁡2(x2−2x)=3\log_2(x(x - 2)) = 3 \implies \log_2(x^2 - 2x) = 3log2​(x(x−2))=3⟹log2​(x2−2x)=3
    • Convert to exponential form (23=argument2^3 = \text{argument}23=argument):
      x2−2x=23  ⟹  x2−2x=8  ⟹  x2−2x−8=0x^2 - 2x = 2^3 \implies x^2 - 2x = 8 \implies x^2 - 2x - 8 = 0x2−2x=23⟹x2−2x=8⟹x2−2x−8=0
    • Factor the quadratic equation:
      (x−4)(x+2)=0  ⟹  x=4orx=−2(x - 4)(x + 2) = 0 \implies x = 4 \quad \text{or} \quad x = -2(x−4)(x+2)=0⟹x=4orx=−2
    • Check for extraneous solutions (arguments must be >0>0>0):
      • Testing x=−2x = -2x=−2: log⁡2(−2)\log_2(-2)log2​(−2) is undefined. Reject x=−2x = -2x=−2.
      • Testing x=4x = 4x=4: log⁡2(4)\log_2(4)log2​(4) and log⁡2(2)\log_2(2)log2​(2) are both valid.

Final Answer: x=4\text{Final Answer: } x = 4Final Answer: x=4

Worked Example C: Inverse Trig Evaluation and Function Symmetry

  • (a) Evaluate sin⁡−1(−32)\sin^{-1}\left(-\frac{\sqrt{3}}{2}\right)sin−1(−23​​).
  • (b) Determine whether f(x)=x3x2+1f(x) = \frac{x^3}{x^2 + 1}f(x)=x2+1x3​ is even, odd, or neither.
Worked Solution:
  • (a) Inverse Trig Evaluation: Let θ=sin⁡−1(−32)\theta = \sin^{-1}\left(-\frac{\sqrt{3}}{2}\right)θ=sin−1(−23​​). Rephrase as sin⁡(θ)=−32\sin(\theta) = -\frac{\sqrt{3}}{2}sin(θ)=−23​​ where θ∈[−π2,π2]\theta \in \left[-\frac{\pi}{2}, \frac{\pi}{2}\right]θ∈[−2π​,2π​]. Since the sine value is negative, θ\thetaθ must lie in Quadrant IV (negative angle range [−π2,0]\left[-\frac{\pi}{2}, 0\right][−2π​,0]). The reference angle yielding 32\frac{\sqrt{3}}{2}23​​ is π3\frac{\pi}{3}3π​.
    θ=−π3\theta = -\frac{\pi}{3}θ=−3π​
  • (b) Algebraic Function Symmetry Test: Substitute −x-x−x into f(x)f(x)f(x):
    f(−x)=(−x)3(−x)2+1f(-x) = \frac{(-x)^3}{(-x)^2 + 1}f(−x)=(−x)2+1(−x)3​
    • Simplify exponents (odd powers retain negative sign, even powers cancel negative sign):
      f(−x)=−x3x2+1f(-x) = \frac{-x^3}{x^2 + 1}f(−x)=x2+1−x3​
    • Factor out the negative sign:
      f(−x)=−(x3x2+1)=−f(x)f(-x) = -\left(\frac{x^3}{x^2 + 1}\right) = -f(x)f(−x)=−(x2+1x3​)=−f(x)
    • Since f(−x)=−f(x)f(-x) = -f(x)f(−x)=−f(x), the function is Odd.

Practice Problem 7

Given sin⁡(θ)=1213\sin(\theta) = \frac{12}{13}sin(θ)=1312​ and π2<θ<π\frac{\pi}{2} < \theta < \pi2π​<θ<π, find the other 5 trigonometric values. Trigonometry Review

Solution Key:

Problem Analysis

We are given: * sin⁡(θ)=1213\sin(\theta) = \frac{12}{13}sin(θ)=1312​ * π2<θ<π\frac{\pi}{2} < \theta < \pi2π​<θ<π (This indicates that θ\thetaθ lies in Quadrant II)

In Quadrant II: * Sine (sin⁡\sinsin) and Cosecant (csc⁡\csccsc) are positive. * Cosine (cos⁡\coscos), Secant (sec⁡\secsec), Tangent (tan⁡\tantan), and Cotangent (cot⁡\cotcot) are negative.


Step 1: Find the missing side of the reference triangle Sine is defined as the ratio of the opposite side to the hypotenuse:

sin⁡(θ)=OppositeHypotenuse=1213\sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}} = \frac{12}{13}sin(θ)=HypotenuseOpposite​=1312​
Use the Pythagorean theorem (a2+b2=c2a^2 + b^2 = c^2a2+b2=c2) to find the adjacent side (xxx):
x2+122=132x^2 + 12^2 = 13^2x2+122=132
x2+144=169x^2 + 144 = 169x2+144=169
x2=25x^2 = 25x2=25
x=±5x = \pm 5x=±5
Since the angle is in Quadrant II, the adjacent side along the xxx-axis must be negative:
Adjacent=−5\text{Adjacent} = -5Adjacent=−5


Step 2: Evaluate the remaining 5 trigonometric functions Using our values (Opposite=12\text{Opposite} = 12Opposite=12, Adjacent=−5\text{Adjacent} = -5Adjacent=−5, Hypotenuse=13\text{Hypotenuse} = 13Hypotenuse=13):

Cosine (cos⁡(θ)\cos(\theta)cos(θ)): AdjacentHypotenuse\frac{\text{Adjacent}}{\text{Hypotenuse}}HypotenuseAdjacent​

cos⁡(θ)=−513\cos(\theta) = -\frac{5}{13}cos(θ)=−135​
Tangent (tan⁡(θ)\tan(\theta)tan(θ)): OppositeAdjacent\frac{\text{Opposite}}{\text{Adjacent}}AdjacentOpposite​
tan⁡(θ)=−125\tan(\theta) = -\frac{12}{5}tan(θ)=−512​
Cosecant (csc⁡(θ)\csc(\theta)csc(θ)): HypotenuseOpposite\frac{\text{Hypotenuse}}{\text{Opposite}}OppositeHypotenuse​ (or the reciprocal of sin⁡(θ)\sin(\theta)sin(θ))
csc⁡(θ)=1312\csc(\theta) = \frac{13}{12}csc(θ)=1213​
Secant (sec⁡(θ)\sec(\theta)sec(θ)): HypotenuseAdjacent\frac{\text{Hypotenuse}}{\text{Adjacent}}AdjacentHypotenuse​ (or the reciprocal of cos⁡(θ)\cos(\theta)cos(θ))
sec⁡(θ)=−135\sec(\theta) = -\frac{13}{5}sec(θ)=−513​
Cotangent (cot⁡(θ)\cot(\theta)cot(θ)): AdjacentOpposite\frac{\text{Adjacent}}{\text{Opposite}}OppositeAdjacent​ (or the reciprocal of tan⁡(θ)\tan(\theta)tan(θ))
cot⁡(θ)=−512\cot(\theta) = -\frac{5}{12}cot(θ)=−125​

Show your steps and calculations here.

Practice Problem 8

Find the inverse, f−1(x)f^{-1}(x)f−1(x), of the following functions:

  • (a) f(x)=4x−12x+3f(x) = \frac{4x-1}{2x+3}f(x)=2x+34x−1​
  • (b) f(x)=ln⁡(5x−1)f(x) = \ln(5x-1)f(x)=ln(5x−1)
Solution Key:

(a) f(x)=4x−12x+3f(x) = \frac{4x-1}{2x+3}f(x)=2x+34x−1​

Step 1: Replace f(x)f(x)f(x) with yyy.

y=4x−12x+3y = \frac{4x-1}{2x+3}y=2x+34x−1​
Step 2: Swap the positions of xxx and yyy to set up the inverse relation.
x=4y−12y+3x = \frac{4y-1}{2y+3}x=2y+34y−1​
Step 3: Solve for yyy. Multiply both sides by the denominator (2y+3)(2y + 3)(2y+3) to eliminate the fraction:
x(2y+3)=4y−1x(2y + 3) = 4y - 1x(2y+3)=4y−1
Distribute the xxx:
2xy+3x=4y−12xy + 3x = 4y - 12xy+3x=4y−1
Move all terms containing yyy to one side and constants/other variables to the opposite side. Subtract 4y4y4y and 3x3x3x from both sides:
2xy−4y=−3x−12xy - 4y = -3x - 12xy−4y=−3x−1
Factor out the common variable yyy on the left side:
y(2x−4)=−3x−1y(2x - 4) = -3x - 1y(2x−4)=−3x−1
Isolate yyy by dividing both sides by (2x−4)(2x - 4)(2x−4):
y=−3x−12x−4y = \frac{-3x - 1}{2x - 4}y=2x−4−3x−1​
Optional simplification: Factor out a −1-1−1 from the numerator and denominator to eliminate leading negatives:
y=−(3x+1)−(4−2x)=3x+14−2xy = \frac{-(3x + 1)}{-(4 - 2x)} = \frac{3x + 1}{4 - 2x}y=−(4−2x)−(3x+1)​=4−2x3x+1​
Step 4: Rewrite as f−1(x)f^{-1}(x)f−1(x).
f−1(x)=3x+14−2x(or −3x−12x−4)f^{-1}(x) = \frac{3x + 1}{4 - 2x} \quad \left(\text{or } \frac{-3x - 1}{2x - 4}\right)f−1(x)=4−2x3x+1​(or 2x−4−3x−1​)


(b) f(x)=ln⁡(5x−1)f(x) = \ln(5x-1)f(x)=ln(5x−1)

Step 1: Replace f(x)f(x)f(x) with yyy.

y=ln⁡(5x−1)y = \ln(5x-1)y=ln(5x−1)
Step 2: Swap the positions of xxx and yyy.
x=ln⁡(5y−1)x = \ln(5y-1)x=ln(5y−1)
Step 3: Solve for yyy. To undo the natural logarithm (ln⁡\lnln), convert the equation to exponential form by base-eee exponentiating both sides (eln⁡(something)=somethinge^{\ln(\text{something})} = \text{something}eln(something)=something):
ex=eln⁡(5y−1)e^x = e^{\ln(5y-1)}ex=eln(5y−1)
ex=5y−1e^x = 5y - 1ex=5y−1
Add 111 to both sides:
ex+1=5ye^x + 1 = 5yex+1=5y
Isolate yyy by dividing by 555:
y=ex+15y = \frac{e^x + 1}{5}y=5ex+1​
Step 4: Rewrite as f−1(x)f^{-1}(x)f−1(x).
f−1(x)=ex+15f^{-1}(x) = \frac{e^x + 1}{5}f−1(x)=5ex+1​

Show your steps and calculations here.

Practice Problem 9

Solve the following equations:

  • (a) 42x−3=644^{2x-3} = 6442x−3=64
  • (b) 4e2x−7ex=154e^{2x} - 7e^x = 154e2x−7ex=15
  • (c) log⁡3x+log⁡3(x−6)=3\log_3 x + \log_3(x-6) = 3log3​x+log3​(x−6)=3
Solution Key:

(a) Solve: 42x−3=644^{2x-3} = 6442x−3=64

Step 1: Rewrite both sides with a common base. Notice that 646464 is a power of 444 (43=644^3 = 6443=64):

42x−3=434^{2x-3} = 4^342x−3=43
Step 2: Set the exponents equal to each other. Since the bases are identical, their powers must be equal:
2x−3=32x - 3 = 32x−3=3
Step 3: Solve for xxx. Add 333 to both sides:
2x=62x = 62x=6
Divide by 222:
x=3x = 3x=3


(b) Solve: 4e2x−7ex=154e^{2x} - 7e^x = 154e2x−7ex=15

Step 1: Set the equation to zero to form a quadratic-like structure. Subtract 151515 from both sides:

4e2x−7ex−15=04e^{2x} - 7e^x - 15 = 04e2x−7ex−15=0
Step 2: Use uuu-substitution to make factoring clearer. Let u=exu = e^xu=ex. Since (ex)2=e2x(e^x)^2 = e^{2x}(ex)2=e2x, then u2=e2xu^2 = e^{2x}u2=e2x. Substitute these into the equation:
4u2−7u−15=04u^2 - 7u - 15 = 04u2−7u−15=0
Step 3: Factor the quadratic equation. We look for two numbers that multiply to 4×(−15)=−604 \times (-15) = -604×(−15)=−60 and add up to −7-7−7. Those numbers are −12-12−12 and 555. Split the middle term:
4u2−12u+5u−15=04u^2 - 12u + 5u - 15 = 04u2−12u+5u−15=0
Factor by grouping:
4u(u−3)+5(u−3)=04u(u - 3) + 5(u - 3) = 04u(u−3)+5(u−3)=0
(4u+5)(u−3)=0(4u + 5)(u - 3) = 0(4u+5)(u−3)=0
Step 4: Solve for uuu.
4u+5=0  ⟹  u=−544u + 5 = 0 \implies u = -\frac{5}{4}4u+5=0⟹u=−45​
u−3=0  ⟹  u=3u - 3 = 0 \implies u = 3u−3=0⟹u=3
Step 5: Substitute exe^xex back in and solve for xxx.

  • Case 1: ex=−54e^x = -\frac{5}{4}ex=−45​ An exponential function with a positive base (e≈2.718e \approx 2.718e≈2.718) can never produce a negative output. Therefore, this equation has no real solution.
  • Case 2: ex=3e^x = 3ex=3 Take the natural logarithm (ln⁡\lnln) of both sides to isolate xxx:
    ln⁡(ex)=ln⁡(3)\ln(e^x) = \ln(3)ln(ex)=ln(3)
    x=ln⁡(3)x = \ln(3)x=ln(3)

(c) Solve: log⁡3x+log⁡3(x−6)=3\log_3 x + \log_3(x-6) = 3log3​x+log3​(x−6)=3 Step 1: Condense the logarithms using logarithmic properties. Use the product property (log⁡bA+log⁡bB=log⁡b(AB)\log_b A + \log_b B = \log_b(AB)logb​A+logb​B=logb​(AB)):

log⁡3(x(x−6))=3\log_3(x(x - 6)) = 3log3​(x(x−6))=3
log⁡3(x2−6x)=3\log_3(x^2 - 6x) = 3log3​(x2−6x)=3
Step 2: Convert the logarithmic equation into exponential form. Rewrite the equation as baseexponent=argument\text{base}^{\text{exponent}} = \text{argument}baseexponent=argument:
33=x2−6x3^3 = x^2 - 6x33=x2−6x
27=x2−6x27 = x^2 - 6x27=x2−6x
Step 3: Move all terms to one side to solve the quadratic equation. Subtract 272727 from both sides:
x2−6x−27=0x^2 - 6x - 27 = 0x2−6x−27=0
Step 4: Factor the trinomial. Find two numbers that multiply to −27-27−27 and add to −6-6−6. Those numbers are −9-9−9 and 333:
(x−9)(x+3)=0(x - 9)(x + 3) = 0(x−9)(x+3)=0
Step 5: Find the potential solutions.
x−9=0  ⟹  x=9x - 9 = 0 \implies x = 9x−9=0⟹x=9
x+3=0  ⟹  x=−3x + 3 = 0 \implies x = -3x+3=0⟹x=−3
Step 6: Check for extraneous solutions. The argument of a logarithm must always be strictly greater than zero (argument>0\text{argument} > 0argument>0).

  • Test x=9x = 9x=9: log⁡3(9)\log_3(9)log3​(9) and log⁡3(9−6)=log⁡3(3)\log_3(9-6)=\log_3(3)log3​(9−6)=log3​(3) are both valid inputs.
  • Test x=−3x = -3x=−3: log⁡3(−3)\log_3(-3)log3​(−3) is undefined because you cannot take the logarithm of a negative number. Thus, x=−3x = -3x=−3 is an extraneous solution.

Final Answer:

x=9x = 9x=9

Show your steps and calculations here.

Practice Problem 10

Using the properties of logarithms, express the given quantity as a single logarithm:

ln⁡(a+b)+ln⁡(a−b)−2ln⁡c\ln(a+b) + \ln(a-b) - 2\ln cln(a+b)+ln(a−b)−2lnc
Logarithmic Review

Solution Key:

Express as a single logarithm: ln⁡(a+b)+ln⁡(a−b)−2ln⁡c\ln(a+b) + \ln(a-b) - 2\ln cln(a+b)+ln(a−b)−2lnc To combine these terms into a single logarithm, we will apply the properties of logarithms step by step.


Step 1: Apply the Power Property to the last term. The power property states that nln⁡(x)=ln⁡(xn)n\ln(x) = \ln(x^n)nln(x)=ln(xn). Move the coefficient 222 to the exponent of ccc:

ln⁡(a+b)+ln⁡(a−b)−ln⁡(c2)\ln(a+b) + \ln(a-b) - \ln(c^2)ln(a+b)+ln(a−b)−ln(c2)


Step 2: Apply the Product Property to the first two terms. The product property states that ln⁡(A)+ln⁡(B)=ln⁡(A⋅B)\ln(A) + \ln(B) = \ln(A \cdot B)ln(A)+ln(B)=ln(A⋅B). Combine the first two added logarithms:

ln⁡[(a+b)(a−b)]−ln⁡(c2)\ln[(a+b)(a-b)] - \ln(c^2)ln[(a+b)(a−b)]−ln(c2)
Optional Identity Step: Recognize that (a+b)(a−b)(a+b)(a-b)(a+b)(a−b) is a difference of squares, which simplifies to a2−b2a^2 - b^2a2−b2:
ln⁡(a2−b2)−ln⁡(c2)\ln(a^2 - b^2) - \ln(c^2)ln(a2−b2)−ln(c2)


Step 3: Apply the Quotient Property to combine the remaining terms. The quotient property states that ln⁡(A)−ln⁡(B)=ln⁡(AB)\ln(A) - \ln(B) = \ln\left(\frac{A}{B}\right)ln(A)−ln(B)=ln(BA​). Bring the subtracted term into the denominator:

ln⁡((a+b)(a−b)c2)\ln\left(\frac{(a+b)(a-b)}{c^2}\right)ln(c2(a+b)(a−b)​)


Final Answer Both forms are mathematically correct single logarithms:

ln⁡(a2−b2c2)orln⁡((a+b)(a−b)c2)\ln\left(\frac{a^2 - b^2}{c^2}\right) \quad \text{or} \quad \ln\left(\frac{(a+b)(a-b)}{c^2}\right)ln(c2a2−b2​)orln(c2(a+b)(a−b)​)

Show your steps and calculations here.

Regroup 3

  • Q/A for skills today

Synthesis Wrap-up

  • Recap key skills
  • Q/A about how the course works