Home/EdTech/Work Samples

Real-World Service Examples

Below is a curated selection of anonymized B2B educational content deliverables. These samples demonstrate our expertise in Academic Content Creation, LaTeX Typesetting, Quality Analysis (QA), and K-12 Curriculum Development across various STEM disciplines.

1. Academic Content Creation & LaTeX Typesetting

Multivariable Calculus (Mathematics)
Raw SME Draft
Explain the gradient vector. It points in the direction of the steepest slope. Formula is del f = partial x, partial y, partial z.
PRISM LaTeX Source
\textbf{Concept: The Gradient Vector} The gradient of a scalar-valued multivariable function $f(x, y, z)$ is a vector-valued function that packages all of its partial derivatives into a single vector. Conceptually, the gradient evaluated at a specific point points in the direction of the greatest rate of increase of the function, and its magnitude represents the slope of that steepest ascent. The gradient, denoted by $\nabla f$ (read as "del f"), is defined as: \[ \nabla f = \left\langle \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right\rangle \]
Rendered MathType

Concept: The Gradient Vector

The gradient of a scalar-valued multivariable function f(x,y,z)f(x, y, z) is a vector-valued function that packages all of its partial derivatives into a single vector. Conceptually, the gradient evaluated at a specific point points in the direction of the greatest rate of increase of the function, and its magnitude represents the slope of that steepest ascent.

The gradient, denoted by f\nabla f (read as "del f"), is defined as:

f=fx,fy,fz\nabla f = \left\langle \frac{\partial f}{\partial x}, \frac{\partial f}{\partial y}, \frac{\partial f}{\partial z} \right\rangle
Thermodynamics (Mechanical Engineering)
Raw SME Draft
Carnot efficiency is the max efficiency you can get. Formula is 1 minus Tc over Th. Temps must be in Kelvin.
PRISM LaTeX Source
\textbf{Concept: Carnot Engine Efficiency} The Carnot cycle represents the theoretical maximum thermal efficiency ($\eta$) that any heat engine can achieve operating between two temperature reservoirs. According to the Second Law of Thermodynamics, no engine can be 100\% efficient due to inevitable entropy generation. The thermal efficiency of a Carnot engine depends exclusively on the absolute temperatures of the hot reservoir ($T_H$) and the cold reservoir ($T_C$), and is given by: \[ \eta = 1 - \frac{T_C}{T_H} \] \textit{Important Note:} Temperatures must be converted to an absolute scale (Kelvin) prior to calculation.
Rendered MathType

Concept: Carnot Engine Efficiency

The Carnot cycle represents the theoretical maximum thermal efficiency (η\eta) that any heat engine can achieve operating between two temperature reservoirs. According to the Second Law of Thermodynamics, no engine can be 100% efficient due to inevitable entropy generation.

The thermal efficiency of a Carnot engine depends exclusively on the absolute temperatures of the hot reservoir (THT_H) and the cold reservoir (TCT_C), and is given by:

η=1TCTH\eta = 1 - \frac{T_C}{T_H}

Important Note: Temperatures must be converted to an absolute scale (Kelvin) prior to calculation.

Algorithm Complexity (Computer Science)
Raw SME Draft
Merge sort is O(n log n). It divides the array in half over and over (log n) and then merges them back together (n).
PRISM LaTeX Source
\textbf{Concept: Time Complexity of Merge Sort} Merge Sort is a classic Divide and Conquer algorithm. Its time complexity is fundamentally defined by two distinct phases: \begin{enumerate} \item \textbf{Divide Phase:} The array of size $n$ is recursively halved until sub-arrays of size 1 are reached. This creates a recurrence tree with a depth of $\log_2(n)$. \item \textbf{Conquer/Merge Phase:} At each level of the tree, merging the divided sub-arrays back together requires iterating through the $n$ elements, yielding a linear time cost of $\mathcal{O}(n)$ per level. \end{enumerate} Multiplying the cost per level by the depth of the tree yields a strict, worst-case time complexity of: \[ \text{Time Complexity} = \mathcal{O}(n \log n) \]
Rendered MathType

Concept: Time Complexity of Merge Sort

Merge Sort is a classic Divide and Conquer algorithm. Its time complexity is fundamentally defined by two distinct phases:

  1. Divide Phase: The array of size nn is recursively halved until sub-arrays of size 1 are reached. This creates a recurrence tree with a depth of log2(n)\log_2(n).
  2. Conquer/Merge Phase: At each level of the tree, merging the divided sub-arrays back together requires iterating through the nn elements, yielding a linear time cost of O(n)\mathcal{O}(n) per level.

Multiplying the cost per level by the depth of the tree yields a strict, worst-case time complexity of:

Time Complexity=O(nlogn)\text{Time Complexity} = \mathcal{O}(n \log n)

2. Quality Analysis (QA) & Accuracy Audits

Human Anatomy (Cardiology)
QA Target (Publisher Draft)
"Deoxygenated blood returns from the body to the left atrium of the heart, passes through the bicuspid valve, and enters the left ventricle before being pumped to the lungs."
PRISM QA Audit Report
FLAG: CRITICAL FACTUAL ERROR

Analyst Note: The SME has completely reversed the right and left sides of the pulmonary circuit. Deoxygenated blood enters the right side of the heart.

Corrected Text: "Deoxygenated blood returns from the body to the right atrium via the vena cava, passes through the tricuspid valve into the right ventricle, and is then pumped through the pulmonary artery to the lungs for oxygenation."

Chemistry (Le Chatelier's Principle)
QA Target (Publisher Draft)
"For the gas-phase reaction H2(g) + I2(g) ⇌ 2HI(g), increasing the pressure of the system will cause the equilibrium to shift to the right to produce more product."
PRISM QA Audit Report
FLAG: CONCEPTUAL ERROR

Analyst Note: According to Le Chatelier's Principle, pressure changes only affect equilibrium if there is a difference in the total number of moles of gas between the reactants and products. Here, there are 2 moles of reactant gas and 2 moles of product gas.

Corrected Text: "For the gas-phase reaction H2(g)+I2(g)2HI(g)H_2(g) + I_2(g) \rightleftharpoons 2HI(g), increasing the system pressure will have no effect on the equilibrium position, because the number of moles of gaseous reactants (2) equals the number of moles of gaseous products (2)."

3. Competitive Exam Solution Authoring

JEE Advanced (Mathematics) - Complex Numbers
Publisher Prompt
Solve z^4 = -16 and plot the roots. Provide step by step solution.
PRISM LaTeX Source
\textbf{Step 1: Express the constant in polar form.} The complex number $-16$ lies on the negative real axis. Using Euler's formula ($r e^{i\theta}$), its magnitude is 16 and its argument is $\pi$. To find all roots, add integer multiples of $2\pi$: \[ z^4 = 16 e^{i(\pi + 2k\pi)} \quad \text{for } k = 0, 1, 2, 3 \] \textbf{Step 2: Apply De Moivre's Theorem.} Take the fourth root of both sides: \[ z = (16)^{\frac{1}{4}} e^{i \frac{\pi + 2k\pi}{4}} = 2 e^{i \left( \frac{\pi}{4} + \frac{k\pi}{2} \right)} \] \textbf{Step 3: Evaluate for $k$.} $k=0$: $z_1 = 2\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right) = \sqrt{2} + i\sqrt{2}$ $k=1$: $z_2 = 2 e^{i 3\pi/4} = -\sqrt{2} + i\sqrt{2}$ $k=2$: $z_3 = 2 e^{i 5\pi/4} = -\sqrt{2} - i\sqrt{2}$ $k=3$: $z_4 = 2 e^{i 7\pi/4} = \sqrt{2} - i\sqrt{2}$
Rendered MathType

Step 1: Express the constant in polar form.
The complex number 16-16 lies on the negative real axis. Using Euler's formula (reiθre^{i\theta}), its magnitude is 16 and its argument is π\pi. To find all roots, add integer multiples of 2π2\pi:

z4=16ei(π+2kπ)for k=0,1,2,3z^4 = 16 e^{i(\pi + 2k\pi)} \quad \text{for } k = 0, 1, 2, 3

Step 2: Apply De Moivre's Theorem.
Take the fourth root of both sides:

z=(16)1/4eiπ+2kπ4=2ei(π4+kπ2)z = (16)^{1/4} e^{i \frac{\pi + 2k\pi}{4}} = 2 e^{i \left( \frac{\pi}{4} + \frac{k\pi}{2} \right)}

Step 3: Evaluate for kk.
k=0k=0: z1=2(cosπ4+isinπ4)=2+i2z_1 = 2\left(\cos\frac{\pi}{4} + i\sin\frac{\pi}{4}\right) = \sqrt{2} + i\sqrt{2}
k=1k=1: z2=2ei3π/4=2+i2z_2 = 2 e^{i3\pi/4} = -\sqrt{2} + i\sqrt{2}
k=2k=2: z3=2ei5π/4=2i2z_3 = 2 e^{i5\pi/4} = -\sqrt{2} - i\sqrt{2}
k=3k=3: z4=2ei7π/4=2i2z_4 = 2 e^{i7\pi/4} = \sqrt{2} - i\sqrt{2}

GRE (Quantitative) - Combinatorics
Publisher Prompt
A committee of 3 people is chosen from 8. How many ways? Explain why it's not permutations.
PRISM LaTeX Source
\textbf{Step 1: Determine Permutation vs. Combination.} When selecting a committee, the order in which the members are chosen does not matter. Therefore, we use the Combination formula: \[ ^nC_r = \frac{n!}{r!(n - r)!} \] \textbf{Step 2: Calculate.} Here, total pool $n = 8$, and selection $r = 3$. \[ ^8C_3 = \frac{8!}{3!(8 - 3)!} = \frac{8 \times 7 \times 6 \times 5!}{3 \times 2 \times 1 \times 5!} \] Cancel out the $5!$ and the $6$ ($3 \times 2$): $^8C_3 = 8 \times 7 = 56$ \textbf{Final Answer:} There are 56 distinct ways to form the committee.
Rendered MathType

Step 1: Determine Permutation vs. Combination.
When selecting a committee, the order in which the members are chosen does not matter. Therefore, we use the Combination formula:

nCr=n!r!(nr)!^nC_r = \frac{n!}{r!(n - r)!}

Step 2: Calculate.
Here, total pool n=8n = 8, and selection r=3r = 3.

8C3=8!3!(83)!=8×7×6×5!3×2×1×5!^8C_3 = \frac{8!}{3!(8 - 3)!} = \frac{8 \times 7 \times 6 \times 5!}{3 \times 2 \times 1 \times 5!}

Cancel out the 5!5! and the 66 (3×23 \times 2): 8C3=8×7=56^8C_3 = 8 \times 7 = 56

Final Answer: There are 56 distinct ways to form the committee.

4. K-12 Curriculum Development

High School Chemistry (Balancing Equations)
Draft Prompt
Explain how to balance CH4 + O2 -> CO2 + H2O. step by step.
PRISM Polished Module

Lesson: The Law of Conservation of Mass

Matter cannot be created or destroyed. Therefore, a chemical equation must have the exact same number of atoms for each element on the reactant side (left) as the product side (right).

Equation: CH4+O2CO2+H2OCH_4 + O_2 \rightarrow CO_2 + H_2O

  • Step 1: Count the atoms. Reactants: 1 C, 4 H, 2 O. Products: 1 C, 2 H, 3 O (2 in CO2CO_2 + 1 in H2OH_2O).
  • Step 2: Balance Hydrogen. We need 4 Hydrogens on the right. Place a coefficient of 2 in front of water.
    CH4+O2CO2+2H2OCH_4 + O_2 \rightarrow CO_2 + 2H_2O
  • Step 3: Recalculate Oxygen. We now have 2 Oxygens from CO2CO_2 and 2 Oxygens from 2H2O2H_2O, totaling 4 Oxygens on the right.
  • Step 4: Balance Oxygen. Place a coefficient of 2 in front of the reactant O2O_2.

Final Balanced Equation: CH4+2O2CO2+2H2OCH_4 + 2O_2 \rightarrow CO_2 + 2H_2O

Middle School Physics (Newton's First Law)
Draft Prompt
Explain inertia using a car braking example.
PRISM Polished Module

Concept: Newton's First Law and Inertia

Have you ever been in a car that suddenly slammed on the brakes, and your body jolted forward? That physical reaction is caused by inertia.

Newton's First Law states that an object at rest will stay at rest, and an object in motion will stay in motion with the same speed and in the same direction—unless acted upon by an unbalanced force.

In the car, your body was traveling at the same speed as the vehicle. When the brakes applied an unbalanced force to the car, it stopped. However, no force was applied directly to you, so your body's inertia wanted to keep moving forward. That is why seatbelts are critical—they provide the unbalanced force needed to stop your body safely.