Math ClubMath Club
v1 · padrão canônico

Lesson 120 — Final program workshop

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

Used in: Age 18 (final-year secondary) · German Leistungskurs Abitur equivalent · Singapore H2 Math equivalent

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

The final workshop integrates the four pillars of the program in 40 problems demanding the synthesis of techniques from multiple terms. Each problem combines at least two concepts: derivative with algebra, integral with statistics, ODE with linear algebra. Completing this workshop prepares you for quantitative university coursework.

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 pillars of the program converging into 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.

    Select the correct option
    Select an option first
    Show solution
    Substitution u=sinxu = \sin x, du=cosxdxdu = \cos x\,dx. Limits: u(0)=0u(0)=0, u(π/2)=1u(\pi/2)=1. Integral becomes 01u2(1u2)du=[u33u55]01=1315=215\int_0^1 u^2(1-u^2)\,du = \left[\frac{u^3}{3} - \frac{u^5}{5}\right]_0^1 = \frac{1}{3} - \frac{1}{5} = \frac{2}{15}.
    Show step-by-step (with the why)
    1. Rewrite cos3x=(1sin2x)cosx\cos^3 x = (1-\sin^2 x)\cos x — factor that allows substitution.
    2. Let u=sinxu = \sin x, then du=cosxdxdu = \cos x\,dx. Update limits.
    3. The integral becomes 01u2(1u2)du\int_0^1 u^2(1-u^2)\,du, which expands into two power-term integrals.
    4. Integrate: u33u55\frac{u^3}{3} - \frac{u^5}{5}. Evaluate at 1 and 0.
    5. Result: 215\frac{2}{15}. Trick: when sine and cosine appear together with exponents, separate the even power using sin2+cos2=1\sin^2+\cos^2=1 and use substitution on the odd power.
  2. Ex. 120.2ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Characteristic equation r2+4=0r^2+4=0 gives r=±2ir=\pm 2i. General solution: y=C1cos(2x)+C2sin(2x)y = C_1\cos(2x)+C_2\sin(2x). With y(0)=1y(0)=1: C1=1C_1=1. With y(0)=0y'(0)=0: C2=0C_2=0. So y=cos(2x)y=\cos(2x).
  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.

    Select the correct option
    Select an option first
    Show solution
    Profit L(q)=3q2+80q200L(q) = -3q^2+80q-200. L(q)=6q+80=0q=40/313.3L'(q)=-6q+80=0 \Rightarrow q^*=40/3 \approx 13{.}3. L=6<0L''=-6 < 0, maximum. Maximum profit: L(40/3)=1400/9155.6L(40/3)=1400/9 \approx 155{.}6 dollars/day.
  4. Ex. 120.4ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Taylor series of cosx\cos x centered at 0: cosx=1x22!+x44!\cos x = 1 - \frac{x^2}{2!} + \frac{x^4}{4!} - \cdots. Through x4x^4: 1x22+x4241 - \frac{x^2}{2} + \frac{x^4}{24}.
  5. Ex. 120.5Application

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

    Select the correct option
    Select an option first
    Show solution
    Chain rule: ddxex2=ex22x\frac{d}{dx}e^{x^2} = e^{x^2} \cdot 2x.
  6. Ex. 120.6Application

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

    Select the correct option
    Select an option first
    Show solution
    FTC part 2: 1e1xdx=lnx1e=lneln1=10=1\int_1^e \frac{1}{x}\,dx = \ln x\big|_1^e = \ln e - \ln 1 = 1 - 0 = 1.
  7. Ex. 120.7Application

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

    Select the correct option
    Select an option first
    Show solution
    See the reference indicated in fonte for detailed resolution.
    Show step-by-step (with the why)
    See the reference indicated in fonte for the step-by-step walkthrough.
  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 around the xx-axis.

    Select the correct option
    Select an option first
    Show solution
    Disk: V=π04(x)2dx=π04xdx=π[x22]04=π8=8πV = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = \pi \cdot 8 = 8\pi.
  9. Ex. 120.9Application

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

    Select the correct option
    Select an option first
    Show solution
    Product rule: (x2sinx)=2xsinx+x2cosx(x^2\sin x)' = 2x\sin x + x^2\cos x.
  10. Ex. 120.10Understanding

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

    Select the correct option
    Select an option first
    Show solution
    FTC part 1: the function defined by accumulating the integral is differentiable and its derivative is the integrand. Part 2: to compute a definite integral, just find an antiderivative FF and compute F(b)F(a)F(b)-F(a).
  11. Ex. 120.11ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    Characteristic polynomial: (3λ)(2λ)=0(3-\lambda)(2-\lambda) = 0. Eigenvalues λ1=3\lambda_1 = 3, λ2=2\lambda_2 = 2. Eigenvectors: v1=(1,0)T\mathbf{v}_1=(1,0)^T, v2=(1,1)T\mathbf{v}_2=(1,-1)^T. P=(1101)P = \begin{pmatrix}1&1\\0&-1\end{pmatrix}, D=(3002)D = \begin{pmatrix}3&0\\0&2\end{pmatrix}.
    Show step-by-step (with the why)
    1. Compute det(AλI)=(3λ)(2λ)0\det(A-\lambda I) = (3-\lambda)(2-\lambda) - 0. Roots: λ=3\lambda=3 and λ=2\lambda=2.
    2. For λ=3\lambda=3: (A3I)v=0(A-3I)\mathbf{v}=0. Row 1: 0v1+1v2=0v2=00\cdot v_1 + 1\cdot v_2=0 \Rightarrow v_2=0. Eigenvector: (1,0)T(1,0)^T.
    3. For λ=2\lambda=2: (A2I)v=0(A-2I)\mathbf{v}=0. Row 1: v1+v2=0v_1+v_2=0. Eigenvector: (1,1)T(1,-1)^T.
    4. Assemble PP with eigenvectors as columns. Verify: AP=PDAP=PD.
    5. Trick: upper triangular matrix has eigenvalues on the diagonal.
  12. Ex. 120.12Application

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

    Select the correct option
    Select an option first
    Show solution
    Inverse of A=(4172)A = \begin{pmatrix}4&1\\7&2\end{pmatrix}: detA=87=1\det A = 8-7=1. A1=11(2174)=(2174)A^{-1} = \frac{1}{1}\begin{pmatrix}2&-1\\-7&4\end{pmatrix} = \begin{pmatrix}2&-1\\-7&4\end{pmatrix}.
  13. Ex. 120.13Application

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

    Select the correct option
    Select an option first
    Show solution
    By the Spectral Theorem, every real symmetric matrix is orthogonally diagonalizable — its eigenvalues are real and eigenvectors of distinct eigenvalues are orthogonal.
  14. Ex. 120.14ApplicationAnswer key

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

    Select the correct option
    Select an option first
    Show solution
    In SVD A=UΣVTA = U\Sigma V^T: VTV^T represents a rotation/reflection in the input space (domain); Σ\Sigma applies scalings along principal axes; UU represents rotation/reflection in the output space (codomain).
  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.

    Select the correct option
    Select an option first
    Show solution
    System Ax=bAx = b with A=(123456)A = \begin{pmatrix}1&2\\3&4\\5&6\end{pmatrix}, b=(1,0,1)Tb = (1,0,-1)^T: the system has a solution iff bcol(A)b \in \text{col}(A). Row reduction of the augmented matrix reveals whether a solution exists and what it is.
  16. Ex. 120.16Understanding

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

    Select the correct option
    Select an option first
    Show solution
    Rank–Nullity Theorem: for A:RnRmA: \mathbb{R}^n \to \mathbb{R}^m, dim(null(A))+rank(A)=n\dim(\text{null}(A)) + \text{rank}(A) = n. So dim(null(A))=nrank(A)\dim(\text{null}(A)) = n - \text{rank}(A).
  17. Ex. 120.17Application

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

    Select the correct option
    Select an option first
    Show solution
    A 30° rotation applies the matrix R=(cos30°sin30°sin30°cos30°)=(3/21/21/23/2)R = \begin{pmatrix}\cos 30° & -\sin 30° \\ \sin 30° & \cos 30°\end{pmatrix} = \begin{pmatrix}\sqrt{3}/2 & -1/2 \\ 1/2 & \sqrt{3}/2\end{pmatrix}. Applying to (1,0)T(1,0)^T: (3/2,1/2)T(\sqrt{3}/2,\, 1/2)^T.
  18. Ex. 120.18Application

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

    Select the correct option
    Select an option first
    Show solution
    The unit vector in the direction of v=(3,4)\mathbf{v} = (3,4) is v^=vv=(3,4)5=(3/5,4/5)\hat{\mathbf{v}} = \frac{\mathbf{v}}{\lVert \mathbf{v} \rVert} = \frac{(3,4)}{5} = (3/5,\, 4/5).
  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.

    Select the correct option
    Select an option first
    Show solution
    For AA symmetric 2×22\times 2 with eigenvalues λ1,λ2\lambda_1,\lambda_2 and orthonormal eigenvectors v1,v2\mathbf{v}_1,\mathbf{v}_2: Ak=PDkPTA^k = P D^k P^T where P=[v1  v2]P = [\mathbf{v}_1 \; \mathbf{v}_2]. So tr(Ak)=tr(Dk)=λ1k+λ2k\text{tr}(A^k) = \text{tr}(D^k) = \lambda_1^k + \lambda_2^k (trace is invariant under similarity).
  20. Ex. 120.20Challenge

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

    Select the correct option
    Select an option first
    Show solution
    If XX has 2 collinear columns, then rank(X)<n\text{rank}(X) < n. So rank(XTX)=rank(X)<n\text{rank}(X^TX) = \text{rank}(X) < n, which implies det(XTX)=0\det(X^TX) = 0 — the matrix is singular and not invertible. The singular values of XX in the SVD include a zero, and the same singularity appears in XTX=VΣTUTUΣVT=VΣTΣVTX^TX = V \Sigma^T U^T U \Sigma V^T = V \Sigma^T \Sigma V^T, whose eigenvalues include zero.
  21. Ex. 120.21Application

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

    Select the correct option
    Select an option first
    Show solution
    Binomial: XB(5,1/2)X \sim B(5, 1/2). P(X=3)=(53)(1/2)3(1/2)2=10132=1032=516P(X=3) = \binom{5}{3}(1/2)^3(1/2)^2 = 10 \cdot \frac{1}{32} = \frac{10}{32} = \frac{5}{16}.
    Show step-by-step (with the why)
    1. X ~ Binomial(5, 1/2). The formula is P(X=k) = C(n,k) p^k (1-p)^(n-k).
    2. P(X=3) = C(5,3) * (1/2)^3 * (1/2)^2 = C(5,3) * (1/2)^5.
    3. C(5,3) = 5!/(3!*2!) = 10.
    4. P(X=3) = 10 * (1/32) = 10/32 = 5/16 = 0.3125.
    5. Trick: C(n,k) = C(n, n-k); here C(5,3) = C(5,2) = 5*4/2 = 10.
  22. Ex. 120.22Application

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

    Select the correct option
    Select an option first
    Show solution
    XN(0,1)X \sim N(0,1). P(X>2)=1P(X2)=1Φ(2)10.9772=0.0228P(X > 2) = 1 - P(X \leq 2) = 1 - \Phi(2) \approx 1 - 0{.}9772 = 0{.}0228.
  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.

    Select the correct option
    Select an option first
    Show solution
    With points (1,2),(2,3),(3,5),(4,4),(5,6)(1,2),(2,3),(3,5),(4,4),(5,6): xˉ=3\bar x=3, yˉ=4\bar y=4. β^1=(xixˉ)(yiyˉ)(xixˉ)2=910=0.9\hat\beta_1 = \frac{\sum(x_i-\bar x)(y_i-\bar y)}{\sum(x_i-\bar x)^2} = \frac{9}{10} = 0{.}9. β^0=40.93=1.3\hat\beta_0 = 4 - 0{.}9\cdot 3 = 1{.}3. Line: y^=1.3+0.9x\hat y = 1{.}3 + 0{.}9x.
    Show step-by-step (with the why)
    1. Compute xˉ=(1+2+3+4+5)/5=3\bar x = (1+2+3+4+5)/5 = 3 and yˉ=(2+3+5+4+6)/5=4\bar y = (2+3+5+4+6)/5 = 4.
    2. Tabulate (xixˉ)(x_i - \bar x) and (yiyˉ)(y_i - \bar y) for each point.
    3. (xixˉ)2=4+1+0+1+4=10\sum(x_i-\bar x)^2 = 4+1+0+1+4 = 10. (xixˉ)(yiyˉ)=4+1+0+0+4=9\sum(x_i-\bar x)(y_i-\bar y) = 4+1+0+0+4 = 9.
    4. β^1=9/10=0.9\hat\beta_1 = 9/10 = 0{.}9; β^0=yˉβ^1xˉ=42.7=1.3\hat\beta_0 = \bar y - \hat\beta_1 \bar x = 4 - 2{.}7 = 1{.}3.
    5. Verification: the regression line always passes through (xˉ,yˉ)=(3,4)(\bar x, \bar y) = (3,4). Check: 1.3+0.93=41{.}3 + 0{.}9\cdot 3 = 4. Correct.
  24. Ex. 120.24Application

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

    Select the correct option
    Select an option first
    Show solution
    zz-test for difference of proportions. p^A=0.10\hat p_A = 0{.}10, p^B=0.12\hat p_B = 0{.}12, n=1000n=1000. Pooled proportion: p^=(100+120)/2000=0.11\hat p = (100+120)/2000 = 0{.}11. SE=p^(1p^)(1/nA+1/nB)=0.110.890.0020.014SE = \sqrt{\hat p(1-\hat p)(1/n_A + 1/n_B)} = \sqrt{0{.}11\cdot 0{.}89 \cdot 0{.}002} \approx 0{.}014. z=(0.120.10)/0.0141.43z = (0{.}12-0{.}10)/0{.}014 \approx 1{.}43. Since z<1.96|z| < 1{.}96, we do not reject H0H_0 at 5%.
  25. Ex. 120.25Understanding

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

    Select the correct option
    Select an option first
    Show solution
    Frequentist 95% CI: in 95% of same-size samples, the computed interval contains the true parameter — the parameter is fixed, the interval is random. Bayesian 95% credible interval: given the data, there is 95% posterior probability the parameter is in the interval — the parameter is treated as a random variable.
  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).

    Select the correct option
    Select an option first
    Show solution
    Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)\text{Var}(X+Y) = \text{Var}(X) + \text{Var}(Y) + 2\text{Cov}(X,Y). Proof: Var(X+Y)=E[(X+YE[X+Y])2]=E[(XμX+YμY)2]\text{Var}(X+Y) = E[(X+Y-E[X+Y])^2] = E[(X-\mu_X+Y-\mu_Y)^2]. Expand the square and use linearity of expectation.
  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.

    Select the correct option
    Select an option first
    Show solution
    Prior μN(0,1)\mu \sim N(0,1), likelihood xˉN(μ,1/n)\bar x \sim N(\mu, 1/n) with xˉ=2\bar x = 2, n=4n=4. Posterior: μxˉN(xˉ/σ02+μ0/σ2/n1/σ02+n/σ2,11/σ02+n/σ2)=N(244+1,14+1)=N(8/5,1/5)\mu \mid \bar x \sim N\left(\frac{\bar x / \sigma_0^2 + \mu_0 / \sigma^2/n}{1/\sigma_0^2 + n/\sigma^2}, \frac{1}{1/\sigma_0^2 + n/\sigma^2}\right) = N\left(\frac{2\cdot 4}{4+1}, \frac{1}{4+1}\right) = N(8/5,\, 1/5).
  28. Ex. 120.28Application

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

    Select the correct option
    Select an option first
    Show solution
    CLT: for X1,,XnX_1, \ldots, X_n iid with E[Xi]=μE[X_i]=\mu, Var(Xi)=σ2\text{Var}(X_i)=\sigma^2 finite, n(Xˉμ)/σdN(0,1)\sqrt n(\bar X - \mu)/\sigma \xrightarrow{d} N(0,1) as nn \to \infty. Intuitive justification: the sum of many iid variables approaches the normal due to the additive structure of variance.
    Show step-by-step (with the why)
    1. Statement: X1,,XnX_1,\ldots,X_n iid with E[Xi]=μE[X_i]=\mu and Var(Xi)=σ2\text{Var}(X_i)=\sigma^2 finite.
    2. Xˉn=(X1++Xn)/n\bar X_n = (X_1+\cdots+X_n)/n.
    3. Conclusion: n(Xˉnμ)/σ\sqrt{n}(\bar X_n - \mu)/\sigma converges in distribution to N(0,1)N(0,1) as nn \to \infty.
    4. Intuition: sum of nn iid variables has E[sum]=nμE[\text{sum}]=n\mu and Var(sum)=nσ2\text{Var}(\text{sum})=n\sigma^2; normalize by n\sqrt{n} to get variance 1.
    5. Trick: CLT does not require normality of XiX_i — it works for any distribution with finite variance.
  29. Ex. 120.29Challenge

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

    Select the correct option
    Select an option first
    Show solution
    Proof of ex2/2dx=2π\int_{-\infty}^{\infty} e^{-x^2/2}\,dx = \sqrt{2\pi}: Let I=ex2/2dxI = \int_{-\infty}^{\infty} e^{-x^2/2}\,dx. Then I2=e(x2+y2)/2dxdyI^2 = \int\int e^{-(x^2+y^2)/2}\,dx\,dy. In polars: I2=02π0er2/2rdrdθ=2π0rer2/2dr=2π[er2/2]0=2πI^2 = \int_0^{2\pi}\int_0^\infty e^{-r^2/2}r\,dr\,d\theta = 2\pi\int_0^\infty r e^{-r^2/2}\,dr = 2\pi [-e^{-r^2/2}]_0^\infty = 2\pi. So I=2πI = \sqrt{2\pi}.
    Show step-by-step (with the why)
    1. Define I=ex2/2dxI = \int_{-\infty}^{\infty} e^{-x^2/2}\,dx and compute I2I^2 as a double integral.
    2. Switch to polar coordinates: x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta, Jacobian rr.
    3. Integrate over θ[0,2π]\theta \in [0,2\pi]: gain factor 2π2\pi.
    4. Integrate over r[0,)r \in [0,\infty) by substitution u=r2/2u = r^2/2: result is 1.
    5. Conclude I2=2πI^2 = 2\pi, I=2πI = \sqrt{2\pi}. Fun fact: this "multiply by itself and go to polars" trick is one of the most elegant maneuvers in analysis.
  30. Ex. 120.30Challenge

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

    Select the correct option
    Select an option first
    Show solution
    In multiple regression, β^=(XTX)1XTy\hat\beta = (X^TX)^{-1}X^Ty. If two features are collinear (one is a scalar multiple of the other), XTXX^TX is singular (rank deficient), hence not invertible. Small perturbations in yy can cause huge changes in β^\hat\beta — numerical instability. Solution: regularization (ridge: (XTX+λI)1XTy(X^TX + \lambda I)^{-1}X^Ty) or removal of collinear features.
  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.

    Select the correct option
    Select an option first
    Show solution
    Equation: mx¨+cx˙+kx=0m\ddot x + c\dot x + kx = 0, m=1m=1, c=2c=2, k=4k=4. Discriminant: c24mk=416=12<0c^2 - 4mk = 4 - 16 = -12 < 0. Underdamped. Roots: r=1±i3r = -1 \pm i\sqrt{3}. General solution: x(t)=et(C1cos(3t)+C2sin(3t))x(t) = e^{-t}(C_1\cos(\sqrt{3}\,t) + C_2\sin(\sqrt{3}\,t)).
  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?

    Select the correct option
    Select an option first
    Show solution
    RC circuit: V(t)=V0et/RCV(t) = V_0 e^{-t/RC}. We want V(t)/V0=0.05V(t)/V_0 = 0{.}05. et/0.1=0.05t=0.1ln(0.05)0.1×3=0.3e^{-t/0{.}1} = 0{.}05 \Rightarrow t = -0{.}1\ln(0{.}05) \approx 0{.}1 \times 3 = 0{.}3 s.
  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)?

    Select the correct option
    Select an option first
    Show solution
    Natural frequency: ω0=k/m=100/1=10\omega_0 = \sqrt{k/m} = \sqrt{100/1} = 10 rad/s. For c=0c=0, the amplitude of the forced response F/(m(ω02ω2))F/(m(\omega_0^2-\omega^2)) diverges as ωω0=10\omega \to \omega_0 = 10 rad/s. This is resonance.
  34. Ex. 120.34Modeling

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

    Select the correct option
    Select an option first
    Show solution
    Logistic ODE with harvest: dPdt=0.02P(1PK)1000\frac{dP}{dt} = 0{.}02P\left(1 - \frac{P}{K}\right) - 1000. Equilibrium points: solve 0.02P(1P/K)=10000{.}02P(1-P/K) = 1000. Stable equilibrium depends on KK: if KK sufficiently large, there is a stable equilibrium above the collapse threshold.
  35. Ex. 120.35Modeling

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

    Select the correct option
    Select an option first
    Show solution
    Newton-Raphson for f(x)=x22f(x) = x^2 - 2: xn+1=xnxn222xn=xn+2/xn2x_{n+1} = x_n - \frac{x_n^2 - 2}{2x_n} = \frac{x_n + 2/x_n}{2}. Starting from x0=1x_0 = 1: x1=1.5x_1 = 1{.}5, x2=1.4167x_2 = 1{.}4167, x3=1.414222x_3 = 1{.}41422 \approx \sqrt{2}. Quadratic convergence.
    Show step-by-step (with the why)
    1. Identify: we want the root of f(x)=x22f(x) = x^2-2, so f(x)=2xf'(x)=2x.
    2. Iteration: xn+1=xnf(xn)/f(xn)x_{n+1} = x_n - f(x_n)/f'(x_n).
    3. x0=1x_0=1: x1=1(12)/2=1.5x_1 = 1 - (1-2)/2 = 1{.}5.
    4. x1=1.5x_1=1{.}5: x2=1.5(1.522)/(21.5)=1.50.25/31.4167x_2 = 1{.}5 - (1{.}5^2-2)/(2\cdot 1{.}5) = 1{.}5 - 0{.}25/3 \approx 1{.}4167.
    5. Trick: Newton-Raphson converges quadratically near the root — each iteration doubles the correct digits.
  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.

    Select the correct option
    Select an option first
    Show solution
    Markowitz portfolio with 2 assets: σp2=w12σ12+w22σ22+2w1w2ρσ1σ2\sigma_p^2 = w_1^2\sigma_1^2 + w_2^2\sigma_2^2 + 2w_1 w_2\rho\sigma_1\sigma_2. With w1=w2=0.5w_1=w_2=0{.}5, σ1=0.1\sigma_1=0{.}1, σ2=0.2\sigma_2=0{.}2, ρ=0.3\rho=0{.}3: σp2=0.25(0.01)+0.25(0.04)+2(0.25)(0.3)(0.1)(0.2)=0.0025+0.01+0.003=0.0155\sigma_p^2 = 0{.}25(0{.}01) + 0{.}25(0{.}04) + 2(0{.}25)(0{.}3)(0{.}1)(0{.}2) = 0{.}0025 + 0{.}01 + 0{.}003 = 0{.}0155. σp12.4%\sigma_p \approx 12{.}4\%.
    Show step-by-step (with the why)
    1. Formula: σp2=w12σ12+w22σ22+2w1w2ρσ1σ2\sigma_p^2 = w_1^2\sigma_1^2 + w_2^2\sigma_2^2 + 2w_1 w_2\rho\sigma_1\sigma_2.
    2. Data: w1=w2=0.5w_1=w_2=0{.}5, σ1=0.1\sigma_1=0{.}1, σ2=0.2\sigma_2=0{.}2, ρ=0.3\rho=0{.}3.
    3. Term 1: (0.25)(0.01)=0.0025(0{.}25)(0{.}01) = 0{.}0025.
    4. Term 2: (0.25)(0.04)=0.01(0{.}25)(0{.}04) = 0{.}01.
    5. Cross term: 2(0.25)(0.3)(0.1)(0.2)=0.0032(0{.}25)(0{.}3)(0{.}1)(0{.}2) = 0{.}003. Total: σp2=0.0155\sigma_p^2 = 0{.}0155; σp=0.015512.4%\sigma_p = \sqrt{0{.}0155} \approx 12{.}4\%. Since 12.4% is less than 25%, there is diversification benefit.
  37. Ex. 120.37Challenge

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

    Select the correct option
    Select an option first
    Show solution
    Combine the Taylor series: eiθ=cosθ+isinθe^{i\theta} = \cos\theta + i\sin\theta (Euler formula). With θ=π\theta = \pi: eiπ=cosπ+isinπ=1+0=1e^{i\pi} = \cos\pi + i\sin\pi = -1 + 0 = -1. So eiπ+1=0e^{i\pi} + 1 = 0. The Euler formula derives from substituting iθi\theta into the series ez=n=0zn/n!e^z = \sum_{n=0}^\infty z^n/n! and separating even and odd terms.
  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].

    Select the correct option
    Select an option first
    Show solution
    FTC Part 2: let G(x)=axf(t)dtG(x) = \int_a^x f(t)\,dt. By FTC Part 1, G=fG'=f. If FF is another antiderivative of ff, then GFG - F is constant (zero derivative). At x=ax=a: G(a)=0G(a) = 0, so G(x)=F(x)F(a)G(x) = F(x) - F(a). At x=bx=b: abf(t)dt=G(b)=F(b)F(a)\int_a^b f(t)\,dt = G(b) = F(b) - F(a).
  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).

    Select the correct option
    Select an option first
    Show solution
    Prove Var(X+Y)=Var(X)+Var(Y)+2Cov(X,Y)\text{Var}(X+Y) = \text{Var}(X)+\text{Var}(Y)+2\text{Cov}(X,Y): Var(X+Y)=E[(X+Y)2](E[X+Y])2\text{Var}(X+Y) = E[(X+Y)^2] - (E[X+Y])^2. Expand: E[X2+2XY+Y2](μX+μY)2=E[X2]+2E[XY]+E[Y2]μX22μXμYμY2E[X^2+2XY+Y^2] - (\mu_X+\mu_Y)^2 = E[X^2] + 2E[XY] + E[Y^2] - \mu_X^2 - 2\mu_X\mu_Y - \mu_Y^2. Regroup: (E[X2]μX2)+(E[Y2]μY2)+2(E[XY]μXμY)=Var(X)+Var(Y)+2Cov(X,Y)(E[X^2]-\mu_X^2) + (E[Y^2]-\mu_Y^2) + 2(E[XY]-\mu_X\mu_Y) = \text{Var}(X)+\text{Var}(Y)+2\text{Cov}(X,Y).
  40. Ex. 120.40Proof

    Given x2+xy+y2=12x^2 + xy + y^2 = 12, use implicit differentiation to find dydx\dfrac{dy}{dx} and determine all points on the curve where the tangent is horizontal.

    Select the correct option
    Select an option first
    Show solution
    Using implicit differentiation on x2+xy+y2=12x^2+xy+y^2=12: differentiate both sides with respect to xx: 2x+y+xdydx+2ydydx=02x + y + x\frac{dy}{dx} + 2y\frac{dy}{dx} = 0. So dydx=2x+yx+2y\frac{dy}{dx} = -\frac{2x+y}{x+2y}. Horizontal tangent: dy/dx=02x+y=0y=2xdy/dx = 0 \Rightarrow 2x+y=0 \Rightarrow y = -2x. Substitute into the curve: x2+x(2x)+(2x)2=123x2=12x=±2x^2 + x(-2x) + (-2x)^2 = 12 \Rightarrow 3x^2=12 \Rightarrow x=\pm 2. Points: (2,4)(2,-4) and (2,4)(-2,4).
    Show step-by-step (with the why)
    1. Differentiate x2+xy+y2=12x^2+xy+y^2=12 implicitly with respect to xx.
    2. Use the product rule on xyxy: (xy)=y+xy(xy)' = y + xy'.
    3. Isolate yy': y=(2x+y)/(x+2y)y' = -(2x+y)/(x+2y).
    4. Horizontal tangent: y=02x+y=0y=2xy'=0 \Rightarrow 2x+y=0 \Rightarrow y=-2x.
    5. Substitute y=2xy=-2x into the original equation and solve for xx. Trick: implicit differentiation is used whenever you cannot isolate yy explicitly.

Sources

This synthesis lesson integrates the four pillars of the program. Primary sources by axis:

Calculus (60% of problems):

  • Active Calculus 2.0 — Matt Boelkins · Grand Valley State University · 2024 · EN · CC-BY-NC-SA. §1–8 (limits, derivatives, integrals, series, intuitive ODEs): primary source for the calculus questions in this workshop.

Linear Algebra (15% of problems):

  • Linear Algebra Done Right (4th ed) — Sheldon Axler · 2024 · EN · CC-BY-NC. Chs. 1–10 (vector spaces, operators, eigenvalues, spectral decomposition, SVD): modern rigor without determinants-first; foundation of diagonalization and eigenvalue problems.

Probability and Statistics (15% of problems):

  • OpenIntro Statistics (4th ed) — Diez, Çetinkaya-Rundel, Barr · 2019 · EN · CC-BY-SA. Chs. 1–8 (distributions, CI, regression, tests): probability and inferential statistics with real data.

Applied Modeling (10% of problems):

  • Notes on Diffy Qs — Jiří Lebl · Oklahoma State University · 2024 · EN · CC-BY-SA. Chs. 1–4 (applied ODEs, reduced Black–Scholes to heat equation): foundation for quantitative finance and dynamic modeling exercises.

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

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