Comprehensive Advanced Mathematics, Physics, and Chemistry Exam Review Study Notes

Advanced Calculus and Functional Analysis

  • Fractional Part Function Analysis: Consider the function where {x}\{x\} denotes the fractional part function. When evaluating properties on the interval [0,2][0, 2]:

    • For 0x<10 \le x < 1, f(x)=x2+1f(x) = x^2 + 1.
    • For 1x<21 \le x < 2, f(x)=3xf(x) = 3 - x.
    • For x=2x = 2, f(x)=2f(x) = 2.
    • Existence of limits: limx1f(x)\lim_{x \to 1} f(x) exists and equals 22 (since 12+1=21^2+1 = 2 and 31=23-1 = 2).
    • Comparison: f(0)=02+1=1f(0) = 0^2 + 1 = 1 and f(2)=2f(2) = 2. Therefore, f(0)f(2)f(0) \neq f(2).
  • Monotonicity and Composite Functions: Let g(x)>0g'(x) > 0 (strictly increasing) and f(x)<0f'(x) < 0 (strictly decreasing) for all xRx \in R.

    • Since x+1>x1x + 1 > x - 1, applying the increasing function gg gives g(x+1)>g(x1)g(x + 1) > g(x - 1).
    • Applying the decreasing function ff to the inequality x+1>x1x + 1 > x - 1 results in f(x+1)<f(x1)f(x + 1) < f(x - 1).
    • Applying gg to the decreasing result: g(f(x+1))<g(f(x1))g(f(x + 1)) < g(f(x - 1)).
    • Similarly, for f(g(x))f(g(x)): Since g(x1)<g(x+1)g(x - 1) < g(x + 1), applying ff reverses it to f(g(x1))>f(g(x+1))f(g(x - 1)) > f(g(x + 1)).
  • Maximum Value Functions: Let f(x)=max{1+sin(x),1,1cos(x)}f(x) = \max\{1 + \sin(x), 1, 1 - \cos(x)\} for x[0,2π]x \in [0, 2\pi] and g(x)=max{1,x1}g(x) = \max\{1, |x - 1|\} for xRx \in R.

    • At x=0x = 0: f(0)=max{1+0,1,11}=1f(0) = \max\{1+0, 1, 1-1\} = 1. Thus, g(f(0))=g(1)=max{1,11}=1g(f(0)) = g(1) = \max\{1, |1 - 1|\} = 1.
    • At x=1x = 1: f(1)=max{1+sin(1),1,1cos(1)}=1+sin(1)f(1) = \max\{1 + \sin(1), 1, 1 - \cos(1)\} = 1 + \sin(1). Since 1<1+sin(1)<21 < 1 + \sin(1) < 2, then g(f(1))=max{1,1+sin(1)1}=max{1,sin(1)}=1g(f(1)) = \max\{1, |1 + \sin(1) - 1|\} = \max\{1, \sin(1)\} = 1 (since sin(1)<1\sin(1) < 1).
    • At x=1x = 1: g(1)=1g(1) = 1. Then f(g(1))=f(1)=1+sin(1)f(g(1)) = f(1) = 1 + \sin(1).

Applications of Derivatives and Tangents

  • Common Tangents: Finding values of aa for which 27y=x327y = x^3 and y=(x+a)2y = (x + a)^2 share a common tangent (other than the x-axis).

    • For 27y=x327y = x^3, a tangent at (3α,α3)(3\alpha, \alpha^3) is yα3=α2(x3α)y - \alpha^3 = \alpha^2(x - 3\alpha), which simplifies to y=α2x2α2y = \alpha^2x - 2\alpha^2.
    • Substituting into y=(x+a)2y = (x + a)^2 results in the quadratic x2+(2aα2)x+a2+2α2=0x^2 + (2a - \alpha^2)x + a^2 + 2\alpha^2 = 0.
    • Condition for tangency (D=0D = 0): (2aα2)24(a2+2α2)=0(2a - \alpha^2)^2 - 4(a^2 + 2\alpha^2) = 0, which simplifies to α2(α2(4a+8))=0\alpha^2(\alpha^2 - (4a + 8)) = 0.
    • Excluding α2=0\alpha^2 = 0 (x-axis), we find α2=4a+8\alpha^2 = 4a + 8. Valid values for aa include 33 and 22.
  • Rolle's Theorem Application: Applicable to f(x)=(x+1)a(x1)b(d+x2)1f(x) = (x + 1)^a(x - 1)^b(d + x^2)^{-1} on [1,1][-1, 1].

    • Condition f(1)=f(1)f(-1) = f(1): Since f(1)=0f(-1) = 0 and f(1)=0f(1) = 0, the theorem holds if a,b>0a, b > 0.
    • Constants determined via continuity and differentiability at piecewise boundaries (if applicable) or derivative vanishing at x=cx = c.
    • Results: a=1a = -1, b=2b = 2, d=2d = -2, and 3c=03c = 0.
  • Rate of Change (Ladder Problem): A ladder of length 5m5\,\text{m} leans against a wall and is pulled at 2cm/s2\,\text{cm/s}.

    • Using x2+y2=52x^2 + y^2 = 5^2: When x=4mx = 4\,\text{m}, y=3my = 3\,\text{m}.
    • Differentiating: 2xdxdt+2ydydt=02x\frac{dx}{dt} + 2y\frac{dy}{dt} = 0.
    • 2(4)(2)+2(3)dydt=0    dydt=83cm/s2(4)(2) + 2(3)\frac{dy}{dt} = 0 \implies \frac{dy}{dt} = -\frac{8}{3}\,\text{cm/s}.
    • Thus, λ=3\lambda = 3.

Numerical Limits and Continuity Analysis

  • Mathematical Inequality Comparisons:

    • 5π<π55^{\pi} < \pi^5: Evaluated using the property of the function y=x1/xy = x^{1/x}, which has a maximum at x=ex = e.
    • sin(x)>xx36\sin(x) > x - \frac{x^3}{6} for x>0x > 0, derived from the Taylor expansion.
    • eπ>πee^{\pi} > \pi^e: Determined by the fact that e1/e>π1/πe^{1/e} > \pi^{1/\pi}.
  • Composite Limits:

    • L1=limx0ex2cos(x)x2=32L_1 = \lim_{x \to 0} \frac{e^{x^2} - \cos(x)}{x^2} = \frac{3}{2}. (Corrected value from solutions: L1=2L_1 = 2).
    • L2=limx0sin(x)x=1L_2 = \lim_{x \to 0} \frac{\sin(x)}{x} = 1. (In context of page 4, L2=12L_2 = \frac{1}{2}).
    • L3=limx(x+1x1)x=e2L_3 = \lim_{x \to \infty} (\frac{x+1}{x-1})^x = e^2.
  • Non-Differentiability Points:

    • For fx|f|x|| where f(x)=x23x2f(x) = x^2 - 3x - 2, there are 33 points of non-differentiability.
    • For [x21][x^2 - 1] in [3,3][-3, 3] (Greatest Integer Function), the function is non-differentiable at points where x2x^2 is an integer, resulting in 66 points (excluding boundaries if not requested).

Polynomial Characteristics

  • Polynomial of Degree 4: Let P(x)P(x) have a local max at x=2x = 2 and limx0(1+P(x)x2)=28\lim_{x \to 0} (1 + \frac{P(x)}{x^2}) = 28.
    • Expansion: 1+P(x)x2=281 + \frac{P(x)}{x^2} = 28 implies the lower degree terms of P(x)P(x) must be 27x227x^2.
    • If P(1)=9P(1) = -9 and P(x)P''(x) has a local minimum at x=2x = 2.
    • The derivative is determined as P(x)=4[(x1)(x2)(x3)]P'(x) = 4[(x-1)(x-2)(x-3)].
    • On the set A={x:x2+127x}A = \{x : x^2 + 12 \le 7x\}, which is x[3,4]x \in [3, 4], the global maximum value of P(x)P'(x) is 2424.
    • Since 4M=244M = 24, then M=6M = 6.

Electrical Circuits, Resistance, and Power

  • Bulb Brightness and Power:

    • Higher power rating corresponds to lower resistance (R=V2PR = \frac{V^2}{P}).
    • Room brightness is determined by total power dissipation; total lower resistance leads to higher brightness.
    • In a series-parallel mix (Room 2), the bulb with higher resistance (lower power rating) may be brighter if in series, or the higher power rating is brighter in parallel.
  • Heat Dissipation and Charge Flow:

    • Heat produced H=i2RdtH = \int i^2 R dt. For the given graph with resistance 10Ω10\,\Omega over 4s4\,s:
      • Intervals: 8A8\,A for 1s1\,s, 4A4\,A for 1s1\,s, 2A2\,A for 1s1\,s, and 1A1\,A for 1s1\,s.
      • H=10(64×1+16×1+4×1+1×1)=850JH = 10(64\times1 + 16\times1 + 4\times1 + 1\times1) = 850\,J.
    • Total charge flow Q=idt=(8+4+2+1)=15CQ = \int i dt = (8 + 4 + 2 + 1) = 15\,C.
  • RC Circuits:

    • Time constant τ=RC=(1×103Ω)×(1×106F)=1ms\tau = RC = (1 \times 10^3\,\Omega) \times (1 \times 10^{-6}\,F) = 1\,ms.
    • Initial current i0=V0R=10V1kΩ=10mAi_0 = \frac{V_0}{R} = \frac{10\,V}{1\,k\Omega} = 10\,mA.
    • After a long time, potential across the capacitor VC=V0V_C = V_0, thus VR=0V_R = 0.
    • Charge on a 10μF10\,\mu F capacitor in steady state: Q=CV=10×20=200μCQ = CV = 10 \times 20 = 200\,\mu C.
  • Potentiometry:

    • Internal resistance formula: r=R(121)r = R(\frac{\ell_1}{\ell_2} - 1).
    • Given null points 76.3cm76.3\,cm (open circuit) and 64.8cm64.8\,cm with 9.5Ω9.5\,\Omega resistor:
      • r=9.5(76.364.81)1.68Ωr = 9.5(\frac{76.3}{64.8} - 1) \approx 1.68\,\Omega.

Fluid Mechanics and Hydrostatics

  • Pressure and Force in Vessels:

    • Pressure at the base of a vessel of height 2h2h and density ρ\rho is P=2hρgP = 2h\rho g.
    • Force on the base of area A2A_2: F=2hρgA2F = 2h\rho g A_2.
    • Weight of liquid: W=(A1h+A2h)ρgW = (A_1h + A_2h)\rho g. Note that W<2hρgA2W < 2h\rho g A_2.
  • Hydrostatic Lifting Force: For a conical cup of height bb and semi-vertical angle α\alpha filled to height HH:

    • The total lifting force is given by 13πρgH3tan2(α)\frac{1}{3}\pi \rho g H^3 \tan^2(\alpha).
  • Piston Equilibrium: cylinder mass 600kg600\,kg, Area 800cm2800\,cm^2, piston area 25cm225\,cm^2, oil density 0.75g/cm30.75\,g/cm^3.

    • Force required: F=37.5NF = 37.5\,N.

Surface Tension and Capillary Phenomena

  • Energy in Droplets: When nn small drops (surface energy EE) merge into one large drop:

    • Radius transformation: R=n1/3rR = n^{1/3}r.
    • Final Energy Ef=n2/3EE_f = n^{2/3}E.
    • Energy released: ΔE=nEn2/3E=E(nn2/3)\Delta E = nE - n^{2/3}E = E(n - n^{2/3}).
  • Capillary in ISS (Zero Gravity):

    • In gravity-free environments (geff=0g_{eff} = 0), liquid fills the entire length of the capillary due to surface tension.
    • Liquid length in capillary becomes L1+L2L_1 + L_2.
  • Coin Floating: A small coin (thickness hh, radius rr, density ρc\rho_c) floats on fluid (ρf\rho_f) due to surface tension σ\sigma.

    • Equation of equilibrium: 2πrσ+πr2hρfg=ρcπr2hg2\pi r \sigma + \pi r^2 h \rho_f g = \rho_c \pi r^2 h g.

Atomic Properties and Periodic Trends

  • Alkali Metals:

    • Potassium (KK) and Cesium (CsCs) exhibit the photoelectric effect due to exceptionally low ionization energies.
    • Lithium (LiLi) has a high ionization energy for an alkali metal and does not easily emit photoelectrons.
    • Stability of peroxides/superoxides: Increases with cation size due to lattice energy stabilization of large anions by large cations.
    • Solubility: LiFLiF is low-solubility due to high lattice energy; CsICsI is low-solubility due to low hydration energy.
    • NaOHNaOH is deliquescent (absorbs moisture from air).
  • Lanthanoids (Ln):

    • Transition elements: Lanthanoid series (587158-71). OsOs is a transition element, PmPm is a radioactive lanthanoid.
    • Oxidation state: Dominated by +3+3. Compounds are generally colored (except La3+La^{3+} and Lu3+)Lu^{3+}) and bonding is predominantly ionic.
    • Ionic contraction: Size decreases with increasing atomic number.
    • Basicity: Ln(III)Ln(III) hydroxides are basic.

Chemical Synthesis and Selective Reagents

  • Manganese Compounds:

    • Salt WW is K2MnO4K_2MnO_4 (Manganate ion MnO42MnO_4^{2-}), produced by fusing MnO2MnO_2 with KOHKOH and O2O_2. It is green and paramagnetic (d1d^1).
    • Salt XX is KMnO4KMnO_4 (Permanganate ion MnO4MnO_4^-), produced by electrolytic oxidation of WW. It is purple and diamagnetic (d0d^0).
    • In acidic solution, MnO42MnO_4^{2-} disproportionates to MnO4MnO_4^- and MnO2MnO_2.
    • Both ions have a tetrahedral shape and exhibit d3sd^3s hybridization.
  • Alcohol Oxidation:

    • Mild Agents: PCC (Pyridinium chlorochromate) and Collin's Reagent oxidize 11^{\circ} alcohols to aldehydes and 22^{\circ} to ketones.
    • Strong Agents: Acidic KMnO4KMnO_4 oxidizes 11^{\circ} alcohols to carboxylic acids.
    • Specific Reagents: MnO2MnO_2 is used for the selective oxidation of allylic and benzylic alcohols to enones/aldehydes.
    • Dehydrogenation: Passing vapors over CuCu at 300C300^{\circ}C (573K573\,K) converts 11^{\circ} to aldehydes and 22^{\circ} to ketones.
  • Organic Transformations:

    • Sequence: Alcohol (AA) H2SO4/Δ\xrightarrow{H_2SO_4/\Delta} Alkene (BB) Br2/CCl4\xrightarrow{Br_2/CCl_4} Dibromide NaNH2\xrightarrow{NaNH_2} Alkyne (CC) H2SO4/HgSO4\xrightarrow{H_2SO_4/HgSO_4} Ketone (DD).
    • Degree of unsaturation and rearrangements: Transformations like the conversion of 3-bromo-2,2-dimethylbutane involve carbocation rearrangements (1,2-methyl shifts) resulting in substituted products (x=2x=2) and eliminated products (y=3y=3), totaling (x+y)=5(x+y)=5.

Energetics and Ion Properties

  • Energy Changes:

    • Endothermic processes (energy absorbed): N(g)+eN(g)N(g) + e^- \to N^-(g), Mg(g)Mg2+(g)Mg(g) \to Mg^{2+}(g), Be(g)+eBe(g)Be(g) + e^- \to Be^-(g), Cl(g)+eCl2(g)Cl^-(g) + e^- \to Cl^{2-}(g).
    • Exothermic processes (energy released): Cl(g)+eCl(g)Cl(g) + e^- \to Cl^-(g), O2(g)O(g)+eO^{2-}(g) \to O^-(g) + e^-.
  • Oxides and Radicals:

    • Acidic Oxides: NO2NO_2, Cl2O7Cl_2O_7, CO2CO_2, Mn2O7Mn_2O_7, CrO3CrO_3, SO2SO_2, N2O5N_2O_5. (NONO and N2ON_2O are neutral; Al2O3Al_2O_3 and Cr2O3Cr_2O_3 are amphoteric).
    • Radicals oxidized by acidic KMnO4KMnO_4: C2O42C_2O_4^{2-}, BrBr^-, II^-, S2S^{2-}, SO32SO_3^{2-} (FF^- is not oxidized).