Math ClubMath Club
v1 · padrão canônico

Lesson 120 — Final Workshop

Capstone. 40 integrating problems spanning Years 1–3. Theme: real-world application in ML, finance, engineering, science.

Used in: 3rd year of High School (18 years old) · Equivalent German Leistungskurs (Abitur) · Equivalent Singapore H2 Math

M={Calculus,  Linear Algebra,  Probability,  Modeling}\mathcal{M} = \{\text{Calculus},\; \text{Linear Algebra},\; \text{Probability},\; \text{Modeling}\}
Choose your door

Rigorous notation, full derivation, hypotheses

Formal synthesis — the four pillars

Structure of the completed program

"A mathematical theory is not to be considered complete until you have made it so clear that you can explain it to the first man whom you meet on the street." — David Hilbert, cited in Active Calculus §1.1

CalculusTerms 5–8Linear AlgebraTerms 9–10ProbabilityTerms 10–11Model.Term 12Final Workshop — Lesson 12040 integrating problems

Flow of the four program pillars converging in the final workshop.

Worked examples

Exercise list

40 exercises · 10 with worked solution (25%)

Application 23Understanding 3Modeling 6Challenge 5Proof 3
  1. Ex. 120.1Application

    Compute 0π/2sin2xcos3xdx\displaystyle\int_0^{\pi/2} \sin^2 x \cos^3 x\, dx.

  2. Ex. 120.2ApplicationAnswer key

    Solve y+4y=0y'' + 4y = 0 with y(0)=1y(0) = 1, y(0)=0y'(0) = 0.

  3. Ex. 120.3Application

    Revenue R(q)=120q2q2R(q) = 120q - 2q^2 and cost C(q)=200+40q+q2C(q) = 200 + 40q + q^2. Find qq^* that maximizes profit L=RCL = R - C.

  4. Ex. 120.4ApplicationAnswer key

    Write the Taylor series of cosx\cos x centered at x=0x = 0 through the x4x^4 term.

  5. Ex. 120.5Application

    Compute ddxex2\dfrac{d}{dx} e^{x^2}.

  6. Ex. 120.6Application

    Compute 1e1xdx\displaystyle\int_1^e \frac{1}{x}\,dx using the FTC.

  7. Ex. 120.7Application

    Compute limx0ex1xx2\displaystyle\lim_{x \to 0} \frac{e^x - 1 - x}{x^2}.

  8. Ex. 120.8Application

    Compute the volume of the solid of revolution generated by y=xy = \sqrt{x}, x[0,4]x \in [0,4], rotated about the xx-axis.

  9. Ex. 120.9Application

    Compute ddx[x2sinx]\dfrac{d}{dx}[x^2 \sin x] using the product rule.

  10. Ex. 120.10Understanding

    Which is the correct statement of the Fundamental Theorem of Calculus (both parts)?

  11. Ex. 120.11ApplicationAnswer key

    Diagonalize A=(3102)A = \begin{pmatrix} 3 & 1 \\ 0 & 2 \end{pmatrix}. Find PP and DD.

  12. Ex. 120.12Application

    Compute the inverse of A=(4172)A = \begin{pmatrix} 4 & 1 \\ 7 & 2 \end{pmatrix}.

  13. Ex. 120.13Application

    Why is every real symmetric matrix orthogonally diagonalizable? Cite the relevant theorem.

  14. Ex. 120.14ApplicationAnswer key

    In A=UΣVTA = U\Sigma V^T (SVD), what do UU and VTV^T represent geometrically?

  15. Ex. 120.15Application

    Given the system (123456)x=(101)\begin{pmatrix}1&2\\3&4\\5&6\end{pmatrix}x = \begin{pmatrix}1\\0\\-1\end{pmatrix}, determine if it has a solution. If so, find it.

  16. Ex. 120.16Understanding

    For a matrix AA of size m×nm \times n, what is the dimension of the null space of AA?

  17. Ex. 120.17Application

    Apply the 30° rotation matrix to the point (1,0)(1, 0).

  18. Ex. 120.18Application

    Find the unit vector in the direction of (3,4)(3, 4).

  19. Ex. 120.19ChallengeAnswer key

    AA symmetric 2×22\times 2 with eigenvalues λ1,λ2\lambda_1, \lambda_2. Show that tr(Ak)=λ1k+λ2k\operatorname{tr}(A^k) = \lambda_1^k + \lambda_2^k for all k1k \geq 1.

  20. Ex. 120.20Challenge

    XX has two linearly dependent columns. Show via SVD that XTXX^T X is singular.

  21. Ex. 120.21Application

    5 fair coin flips. Compute P(X=3)P(X = 3) where XX = number of heads.

  22. Ex. 120.22Application

    XN(0,1)X \sim N(0,1). Compute P(X>2)P(X > 2).

  23. Ex. 120.23Application

    Five points: (1,2)(1,2), (2,3)(2,3), (3,5)(3,5), (4,4)(4,4), (5,6)(5,6). Find β^0\hat\beta_0 and β^1\hat\beta_1 of the regression line y^=β^0+β^1x\hat y = \hat\beta_0 + \hat\beta_1 x.

  24. Ex. 120.24Application

    A/B test: conversion A = 10%, B = 12%, n=1000n = 1000 each. Perform the bilateral zz-test for difference of proportions at α=0.05\alpha = 0.05.

  25. Ex. 120.25Understanding

    What is the correct difference between a 95% frequentist CI and a 95% Bayesian credible interval?

  26. Ex. 120.26ApplicationAnswer key

    Prove that Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)\operatorname{Var}(X + Y) = \operatorname{Var}(X) + \operatorname{Var}(Y) + 2\operatorname{Cov}(X, Y).

  27. Ex. 120.27ApplicationAnswer key

    Prior μN(0,1)\mu \sim \mathcal{N}(0,1), observations xiN(μ,1)x_i \sim \mathcal{N}(\mu, 1) with xˉ=2\bar x = 2, n=4n = 4. Compute the posterior distribution of μ\mu.

  28. Ex. 120.28Application

    State the Central Limit Theorem and explain intuitively why it works.

  29. Ex. 120.29Challenge

    Prove that ex2/2dx=2π\displaystyle\int_{-\infty}^{\infty} e^{-x^2/2}\,dx = \sqrt{2\pi} using polar coordinates.

  30. Ex. 120.30Challenge

    Why does multiple regression with collinear features produce unstable β^\hat\beta? Explain via XTXX^TX.

  31. Ex. 120.31ModelingAnswer key

    Damped mass-spring: m=1m=1, k=4k=4, c=2c=2. Identify the damping type and write the general solution of x¨+2x˙+4x=0\ddot x + 2\dot x + 4x = 0.

  32. Ex. 120.32ModelingAnswer key

    RC circuit with τ=RC=0.1\tau = RC = 0.1 s. How long for the voltage to drop to 5% of initial value?

  33. Ex. 120.33ModelingAnswer key

    Mass-spring: m=1m = 1 kg, k=100k = 100 N/m, driving force Fcos(ωt)F\cos(\omega t), no damping. For which ω\omega does the amplitude diverge (resonance)?

  34. Ex. 120.34Modeling

    Population grows at intrinsic rate 2% per year with carrying capacity KK and harvesting of 1000 individuals/year. Model the ODE and identify the equilibrium points.

  35. Ex. 120.35Modeling

    Use Newton-Raphson to approximate 2\sqrt{2} starting from x0=1x_0 = 1. Do 3 iterations.

  36. Ex. 120.36Modeling

    Markowitz portfolio: 2 assets with σ1=0.1\sigma_1 = 0.1, σ2=0.2\sigma_2 = 0.2, ρ=0.3\rho = 0.3, equal weights. Compute the portfolio volatility.

  37. Ex. 120.37Challenge

    Prove eiπ+1=0e^{i\pi} + 1 = 0 using Taylor series for eze^z, cosθ\cos\theta, sinθ\sin\theta.

  38. Ex. 120.38Proof

    Prove the Fundamental Theorem of Calculus (Part 2): abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a) where F=fF' = f and ff is continuous on [a,b][a,b].

  39. Ex. 120.39Proof

    Prove: Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)\operatorname{Var}(X+Y) = \operatorname{Var}(X) + \operatorname{Var}(Y) + 2\operatorname{Cov}(X,Y).

  40. Ex. 120.40Proof

    Given x2+xy+y2=12x^2 + xy + y^2 = 12, find the points of the curve where the tangent is horizontal.

Sources

  • Active Calculus 2.0 — Matt Boelkins, David Austin, Steve Schlicker · Grand Valley State University · 2024 · CC-BY-NC-SA. Primary source for differential calculus, integral calculus, and series (axis A and part of axis D).
  • Linear Algebra Done Right (4th ed) — Sheldon Axler · 2024 · CC-BY-NC. Primary source for diagonalization, SVD, eigenvectors, and vector spaces (axis B).
  • OpenIntro Statistics (4th ed) — David Diez, Mine Çetinkaya-Rundel, Christopher Barr · 2019 · CC-BY-SA. Primary source for probability, distributions, confidence intervals, and regression (axis C).
  • Notes on Diffy Qs — Jiří Lebl · CC-BY-SA. Primary source for differential equations (mass-spring, oscillators, RC circuits) in axis D.
  • OpenStax Calculus Volume 2 — OpenStax · CC-BY-NC-SA. Additional reference for Taylor series and improper integrals.

Updated on 2026-05-11 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.