Skip to main content
Memory AnchorsCELE · Engineering MathematicsReal content

CELE Engineering MathematicsDifferential EquationsMemory Anchors

Mnemonics for Differential Equations in the CELE 2026. Every one of these anchors has been designed to help you recall the concept under the pressure of Professional Regulation Commission (PRC) — Board of Civil Engineering's CELE Engineering Mathematics exam conditions.

Exam context

For the Civil Engineer Licensure Examination, Professional Regulation Commission (PRC) — Board of Civil Engineering tests Engineering Mathematics under a "Core" label, with Differential Equations in the 7th slot across 10 chapters. CELE candidates must clear the 70% weighted average, no sub-test below 50% cut on the 2026 paper, which draws about a meaningful share of Engineering Mathematics questions. Date to watch: May and November 2026.

Differential Equations - Memory Anchors

Memory techniques — mnemonics, analogies, micro-stories, and visual associations — can boost long-term recall by up to 40% compared to passive re-reading (based on cognitive science research on encoding specificity). For the PRC Civil Engineering board exam, where Differential Equations appears consistently in the Engineering Mathematics section, you need instant recall of solution methods, formula forms, and common pitfalls under exam pressure. This collection of 20 anchors transforms abstract ODE theory into vivid, unforgettable mental images. The goal: when you see dy/dx on your exam paper, your brain fires the right anchor automatically — no blanking, no guessing. Think of each anchor as a 'mental hook' drilled into long-term memory. Use them during review by closing your eyes, recalling the trigger image, and reconstructing the formula from the story. The more emotionally vivid and ridiculous the anchor, the better it sticks. Let's make every differential equation concept permanently encoded in your engineering brain.

Anchors

Tags

  • definition
  • classification
  • order
  • degree

Topic

Classification of ODEs

Concept

Order and Degree of a Differential Equation

Anchor Id

A1

Difficulty

easy

Memory Aid

Think of a building under construction. The ORDER is how many floors have been built — it tells you HOW HIGH (highest derivative) the structure goes. The DEGREE is how many columns are on the topmost floor — the POWER of that highest derivative. Just like a structural inspector (PRC-registered!) checks the tallest floor first, then counts the columns: ORDER first, DEGREE second. A 3-story building (3rd order) with 2 columns on top (degree 2). Always clear fractions and radicals in derivatives before counting columns (degree).

Anchor Type

analogy

Why It Works

The building analogy maps directly to hierarchy — floors = order (vertical count), columns on top floor = degree (power). Filipino engineers are familiar with multi-story construction, making this immediately relatable.

Example Usage

For (y'')^3 + y' = x: Highest derivative is y'' (2nd floor = Order 2), its power is 3 (three columns = Degree 3). Answer: Order 2, Degree 3.

Recall Trigger

Picture a building under PRC inspection

Tags

  • formula
  • method
  • first-order
  • separable

Topic

First-Order Separable ODEs

Concept

Separable ODE — Separating Variables

Anchor Id

A2

Difficulty

easy

Memory Aid

Imagine Ate Maria sorting laundry: ALL the y-clothes go on the LEFT hamper, ALL the x-clothes go on the RIGHT hamper — they must NEVER mix! Once sorted (separated), she washes each side independently (integrates both sides). The C (constant) appears at the end — like the laundry detergent she adds last. The method: dy/h(y) = g(x)dx, THEN integrate both sides. If y and x are mixed together in the equation, Ate Maria SEPARATES them first before washing.

Anchor Type

micro_story

Why It Works

The Filipino household laundry scenario is culturally vivid and maps perfectly to the separation process. 'Washing independently' = integrating independently on each side.

Example Usage

dy/dx = 2xy → separate: dy/y = 2x dx → integrate: ln|y| = x² + C → y = Ae^(x²). You mentally see Ate Maria putting dy/y on the left, 2x dx on the right.

Recall Trigger

Ate Maria sorting laundry into two hampers

Tags

  • formula
  • integrating factor
  • linear
  • first-order

Topic

First-Order Linear ODEs

Concept

Integrating Factor for Linear First-Order ODE

Anchor Id

A3

Difficulty

medium

Memory Aid

The phrase: 'MU PUMPS UP the equation!' μ (mu) = e^(∫P dx) is your PUMP. You MULTIPLY the entire ODE by mu to pump it into exact form: d/dx[μy] = μQ. Remember the acronym MULTIPLY-INTEGRATE-DIVIDE: M — Multiply both sides by μ; I — Integrate the right side (∫μQ dx); D — Divide by μ to get y. MID! Like finding the MID-point of a problem — μ is in the MIDDLE of your solution strategy.

Anchor Type

mnemonic

Why It Works

MID is a short, punchy acronym. 'Pump' imagery suggests μ pressurizing/forcing the equation into a solvable form, which mirrors the mathematical effect of the integrating factor.

Example Usage

dy/dx + 3y = 6: P=3, so μ = e^(∫3 dx) = e^(3x). Multiply: e^(3x)y' + 3e^(3x)y = 6e^(3x) → d/dx[e^(3x)y] = 6e^(3x). Integrate: e^(3x)y = 2e^(3x) + C. Divide: y = 2 + Ce^(-3x).

Recall Trigger

MID — Multiply, Integrate, Divide

Tags

  • definition
  • exactness
  • test
  • partial derivatives

Topic

Exact ODEs

Concept

Test for Exactness: ∂M/∂y = ∂N/∂x

Anchor Id

A4

Difficulty

medium

Memory Aid

Remember: 'M goes UP to y, N goes ACROSS to x.' Draw a cross (+): M is on the LEFT arm pointing UP toward y (∂M/∂y). N is on the RIGHT arm pointing ACROSS toward x (∂N/∂x). If the cross is BALANCED (both partial derivatives are equal), the equation is EXACT — like a perfectly level cross-beam, which any structural engineer would approve. The equation M dx + N dy = 0 is exact if the cross balances.

Anchor Type

mnemonic

Why It Works

The cross (+) shape is a visual mnemonic — M goes up (to y), N goes right (to x). 'Balanced cross-beam' appeals to structural engineering intuition for equilibrium.

Example Usage

Is (2xy)dx + (x²+1)dy = 0 exact? M=2xy, N=x²+1. ∂M/∂y = 2x. ∂N/∂x = 2x. Equal → EXACT (cross is balanced).

Recall Trigger

A perfectly balanced cross-beam

Tags

  • formula
  • characteristic equation
  • second-order
  • linear

Topic

Higher-Order Linear ODEs

Concept

Characteristic Equation for Second-Order Linear ODE (Constant Coefficients)

Anchor Id

A5

Difficulty

medium

Memory Aid

Think of the ODE ay'' + by' + cy = 0 as a structural FRAME. The characteristic equation am² + bm + c = 0 is obtained by DEMOTING each derivative: y'' → m², y' → m, y → 1. It is like reading a blueprint — the same coefficients a, b, c appear, but now m replaces the derivative symbol. The ROOTS of this equation are the FOUNDATIONS of your solution — how many distinct, repeated, or complex foundations determines what type of structure (solution form) you build.

Anchor Type

analogy

Why It Works

Structural framing analogy is deeply familiar to civil engineering students. 'Demotion' of derivatives to powers of m is a memorable substitution rule.

Example Usage

y'' - 5y' + 6y = 0 → m² - 5m + 6 = 0 → (m-2)(m-3)=0 → m=2,3. Foundations are distinct real → solution: y = C₁e^(2x) + C₂e^(3x).

Recall Trigger

Reading a structural blueprint — replace y'' with m², y' with m

Tags

  • classification
  • roots
  • solution forms
  • second-order

Topic

Higher-Order Linear ODEs

Concept

Three Root Cases for Characteristic Equation

Anchor Id

A6

Difficulty

medium

Memory Aid

Remember the acronym DRC — like a building's DRC (Drainage, Reinforcement, Concrete) inspection — three distinct checks: D = Distinct real roots (m₁ ≠ m₂) → y = C₁e^(m₁x) + C₂e^(m₂x); R = Repeated root (m₁ = m₂ = m) → y = (C₁ + C₂x)e^(mx); C = Complex roots (α ± βi) → y = e^(αx)[C₁cos(βx) + C₂sin(βx)]. In a DRC inspection, if you find a drainage issue (D), it looks different from a reinforcement issue (R) or a concrete crack (C) — each root type gives a fundamentally different solution form.

Anchor Type

acronym

Why It Works

DRC is a 3-letter acronym mirroring a construction inspection checklist. Filipino civil engineering students encounter DRC-type checklists regularly in professional practice courses.

Example Usage

m² + 4 = 0 → m = ±2i → Complex case (C in DRC): α=0, β=2 → y = e^0[C₁cos(2x) + C₂sin(2x)] = C₁cos(2x) + C₂sin(2x).

Recall Trigger

DRC inspection checklist — Distinct, Repeated, Complex

Tags

  • formula
  • repeated roots
  • solution form
  • second-order

Topic

Higher-Order Linear ODEs — Repeated Roots

Concept

Repeated Root Solution Form: (C₁ + C₂x)e^(mx)

Anchor Id

A7

Difficulty

medium

Memory Aid

Two engineering students, Carlo (C₁) and Carlo's twin (C₂x), both ride the SAME jeepney (e^(mx)) to school — because they have the SAME root (same m). BUT they sit differently: Carlo sits plain (C₁, no x multiplier), and his twin sits with his bag on his lap (C₂ times x — the extra x factor). They share the jeepney but are not identical passengers. If they had different roots, they would ride DIFFERENT jeepneys. The extra x factor for the twin is the KEY distinguishing feature of the repeated root case.

Anchor Type

micro_story

Why It Works

The jeepney is an iconic Filipino vehicle. The twins-sharing-one-jeepney story directly encodes the (C₁ + C₂x) form: same exponential base, but one has the extra x.

Example Usage

y'' - 4y' + 4y = 0 → m² - 4m + 4 = 0 → (m-2)² = 0 → m = 2 (repeated). Twin jeepney: y = (C₁ + C₂x)e^(2x).

Recall Trigger

Two twins on the same jeepney, one carrying a bag (the x factor)

Tags

  • formula
  • complex roots
  • oscillation
  • second-order

Topic

Higher-Order Linear ODEs — Complex Roots

Concept

Complex Roots Solution: e^(αx)[C₁cos(βx) + C₂sin(βx)]

Anchor Id

A8

Difficulty

hard

Memory Aid

Visualize a VIBRATING BRIDGE (think Tacoma Narrows). The bridge OSCILLATES (cos and sin waves = the vibration pattern). But the vibration is WRAPPED in a growing or decaying envelope (e^(αx) = the envelope that can amplify or dampen oscillation). The real part α is the DAMPING or AMPLIFICATION factor. The imaginary part β is the FREQUENCY of vibration. Complex roots always produce oscillation — just like resonance in structures. The formula says: vibration amplitude × (cosine + sine oscillation).

Anchor Type

visual_association

Why It Works

Structural vibration/resonance is a core concept in civil engineering. The Tacoma Narrows bridge collapse is a dramatic, memorable image. α = decay/growth, β = frequency is immediately intuitive.

Example Usage

y'' + 2y' + 5y = 0 → m² + 2m + 5 = 0 → m = (-2 ± √(4-20))/2 = -1 ± 2i. α=-1, β=2. Solution: y = e^(-x)[C₁cos(2x) + C₂sin(2x)] — a DECAYING vibration.

Recall Trigger

Vibrating bridge — amplitude envelope × oscillating waves

Tags

  • formula
  • exponential
  • growth
  • decay
  • applications

Topic

Applications — Exponential Growth/Decay

Concept

Exponential Growth and Decay: y = y₀e^(kt)

Anchor Id

A9

Difficulty

easy

Memory Aid

Lolo's rice farm story: Lolo starts with y₀ sacks of rice. Each year, the harvest GROWS (or pests DECAY it) at rate k. After t years: y = y₀e^(kt). If k is POSITIVE, the farm GROWS (good harvest). If k is NEGATIVE, the farm SHRINKS (bad typhoon season). The key: to find k, use a KNOWN DATA POINT — like knowing the harvest after 5 years to solve for k, then predict Year 10. Always find k from the given condition before predicting.

Anchor Type

micro_story

Why It Works

Rice farming is deeply embedded in Filipino culture. The growth/decay of a harvest is emotionally resonant and maps directly to the mathematical concept. The 'find k first' rule is embedded in the story logic.

Example Usage

Population 1000 doubles in 5 yr. Find at t=10: 2000=1000e^(5k) → k=ln2/5=0.1386. y(10)=1000e^(1.386)=4000. Lolo's farm quadrupled in 10 years!

Recall Trigger

Lolo's rice farm — starts at y₀, grows/decays at rate k

Tags

  • formula
  • cooling
  • applications
  • separable

Topic

Applications — Newton's Law of Cooling

Concept

Newton's Law of Cooling: dT/dt = -k(T - Tₛ)

Anchor Id

A10

Difficulty

medium

Memory Aid

Think of a hot cup of barako coffee cooling to room temperature (Tₛ = ambient/surroundings temperature). The RATE of cooling is proportional to HOW HOT the coffee is COMPARED TO the room. When the coffee is very hot (T - Tₛ is large), it cools FAST. When it is almost room temperature (T - Tₛ is tiny), it cools SLOWLY. The negative sign means T is DECREASING. This is why your coffee never actually reaches exactly room temperature mathematically — it approaches it asymptotically (exponentially). Solve it as a separable ODE: T - Tₛ = Ae^(-kt).

Anchor Type

analogy

Why It Works

Barako coffee is a distinctly Filipino image. The cooling-rate intuition is physically obvious, making the negative sign and the (T - Tₛ) factor self-evident rather than arbitrary.

Example Usage

dT/dt = -k(T - 25). Separate: dT/(T-25) = -k dt → ln|T-25| = -kt + C → T = 25 + Ae^(-kt). Use initial T(0) and one more data point to find k and A.

Recall Trigger

Hot barako coffee cooling on your desk

Tags

  • formula
  • mixing
  • applications
  • linear ODE

Topic

Applications — Mixing Problems

Concept

Mixing Problem Setup: dQ/dt = Rate In - Rate Out

Anchor Id

A11

Difficulty

hard

Memory Aid

Remember the phrase: 'RINO' — Rate IN, Rate Out. dQ/dt = RINO. For a tank of volume V with concentration: Rate In = (flow rate in) × (concentration in); Rate Out = (flow rate out) × (Q/V) where Q is current amount of substance. Like a water tank in a barangay water system: water (with salt) comes IN at a known rate and concentration, and goes OUT at another rate. The NET change in salt = what comes IN minus what goes OUT. Set up RINO, then solve the resulting linear ODE.

Anchor Type

mnemonic

Why It Works

RINO is a punchy, easy-to-remember acronym. The barangay water system is a realistic, familiar engineering context for Filipino students.

Example Usage

Tank: 100 L, initially 10 kg salt. Inflow: 2 L/min at 0.5 kg/L. Outflow: 2 L/min. dQ/dt = (2)(0.5) - (2)(Q/100) = 1 - Q/50. Linear ODE: solve with integrating factor.

Recall Trigger

RINO — Rate IN minus Rate Out

Tags

  • sign
  • growth
  • decay
  • k value

Topic

Applications — Exponential Growth/Decay

Concept

Sign of k in Growth vs. Decay

Anchor Id

A12

Difficulty

easy

Memory Aid

Remember this rhyme: 'k is PLUS when things get LUSH, k is MINUS when things get DUST.' LUSH = growing (population, investment, bacteria thriving) → k > 0. DUST = decaying (radioactivity, medicine in bloodstream, cooling) → k < 0. Board exams love to trick you: radioactive decay LOOKS like a growth equation but k is NEGATIVE. Always ask: is this problem LUSH (growing) or DUST (decaying)?

Anchor Type

rhyme

Why It Works

The LUSH/DUST rhyme is phonetically catchy and semantically meaningful. The contrast between lush growth and dusty decay is vivid and easy to recall under exam pressure.

Example Usage

Radioactive half-life: y = y₀e^(kt). After 1600 yr, y = y₀/2. → y₀/2 = y₀e^(1600k) → k = ln(0.5)/1600 = -4.33×10⁻⁴ (DUST — negative!). After 4000 yr: y/y₀ = e^(-4.33×10⁻⁴ × 4000) = 0.177.

Recall Trigger

LUSH = plus k, DUST = minus k

Tags

  • constant of integration
  • initial conditions
  • pitfall
  • general solution

Topic

All ODE Methods — Initial Conditions

Concept

Constant of Integration C — Always Apply Initial Conditions

Anchor Id

A13

Difficulty

easy

Memory Aid

Kuya Engineer forgets his C and fails the board exam. He integrated correctly, wrote y = x² + C, then submitted without finding C from y(0) = 1. He loses 2 points. LESSON: C is not decoration — it is an UNKNOWN that must be found from the initial condition (IC). The IC is the SPECIFIC detail that makes a general solution into a PARTICULAR solution. Always substitute the IC immediately after integrating. Never leave C floating. Kuya Engineer now writes 'IC CHECK' at the top of every ODE problem.

Anchor Type

micro_story

Why It Works

The cautionary tale of a board exam mistake is emotionally motivating. 'IC CHECK' becomes a personal ritual that prevents the most common ODE error.

Example Usage

dy/dx = 2x, y(0)=1 → y = x² + C. IC: 1 = 0² + C → C = 1 → y = x² + 1. NEVER stop at y = x² + C.

Recall Trigger

Kuya Engineer's 'IC CHECK' reminder written on exam paper

Tags

  • Laplace
  • transform
  • method
  • algebraic

Topic

Laplace Transform Method

Concept

Laplace Transform as an ODE Solver

Anchor Id

A14

Difficulty

hard

Memory Aid

The Laplace transform is like using a CALCULATOR instead of long division. Instead of solving an ODE directly (long division = painful), you TRANSFORM to s-domain (calculator mode), do easy ALGEBRA, then INVERSE-TRANSFORM back (read the calculator answer). The three steps: TRANSFORM → ALGEBRA → INVERSE-TRANSFORM. It is particularly powerful when initial conditions are non-zero and forcing functions are complex — like using AutoCAD instead of manual drafting. The ODE becomes an algebraic equation in s, which is always easier.

Anchor Type

analogy

Why It Works

The calculator/AutoCAD analogy resonates with engineering students who value efficiency tools. The three-step flow is logically parallel to the mathematical process.

Example Usage

For a linear ODE with initial conditions: Take L{ODE} → algebraic equation in Y(s) → solve for Y(s) algebraically → take L⁻¹{Y(s)} to get y(t).

Recall Trigger

Switching to calculator mode — Transform, Algebra, Inverse

Tags

  • classification
  • linear
  • nonlinear
  • definition

Topic

Classification of ODEs

Concept

Linear vs. Nonlinear ODE

Anchor Id

A15

Difficulty

easy

Memory Aid

Think of a STRAIGHT ROAD (linear ODE) vs. a WINDING MOUNTAIN ROAD (nonlinear ODE). A linear ODE has y and its derivatives appearing only to the FIRST power and never multiplied together — like a straight, predictable road. The moment you see y² or y·y', the road CURVES and becomes nonlinear (much harder to solve analytically). On the PRC board exam, 95% of ODE problems are linear — stay on the straight road. If it's nonlinear, look for separability first.

Anchor Type

visual_association

Why It Works

Road imagery is universally understood. Straight = linear, winding = nonlinear encodes the mathematical definition visually and spatially.

Example Usage

y'' + 3y' + 2y = x (straight road — linear). y' + y² = x (winding road — nonlinear, because of y²).

Recall Trigger

Straight road (linear) vs. winding mountain road (nonlinear)

Tags

  • exact ODE
  • potential function
  • method
  • steps

Topic

Exact ODEs

Concept

Solving Exact ODE — Finding Potential Function F

Anchor Id

A16

Difficulty

hard

Memory Aid

Remember IMIX: Integrate M with respect to x → get F(x,y) with g(y). Differentiate F with respect to y → Match with N to find g'(y). Integrate g'(y) to get g(y). X-press the answer: F(x,y) = C. The acronym IMIX (like 'I mix' the two partial derivatives): I — Integrate M dx; M — Match ∂F/∂y with N; I — Integrate g'(y) for g(y); X — Express F(x,y) = C as the answer.

Anchor Type

mnemonic

Why It Works

IMIX (phonetically 'I mix') suggests the combining of M and N through partial derivatives. The four steps are clearly mapped to each letter.

Example Usage

M=2xy, N=x²+1: Integrate M: F=x²y + g(y). ∂F/∂y = x² + g'(y) = x²+1 → g'(y)=1 → g(y)=y. Answer: F = x²y + y = C.

Recall Trigger

IMIX — the four steps for exact ODE

Tags

  • half-life
  • radioactive decay
  • formula
  • applications

Topic

Applications — Radioactive Decay

Concept

Radioactive Half-Life Formula

Anchor Id

A17

Difficulty

medium

Memory Aid

Chunk the half-life process into 3 numbers: HALF → HALF-LIFE → k. Step 1: At t = half-life (t₁/₂), y = y₀/2. Step 2: Substitute into y = y₀e^(kt): 1/2 = e^(k·t₁/₂) → k = ln(1/2)/t₁/₂ = -ln2/t₁/₂. Step 3: The number -0.693 always appears (ln 2 ≈ 0.693) for decay. CHUNK IT: 'Half means negative 0.693 over half-life.' Carbon-14 has t₁/₂ = 5730 yr → k = -0.693/5730 = -1.21×10⁻⁴ yr⁻¹.

Anchor Type

chunking

Why It Works

Chunking the process into three numbered steps with the memorable number 0.693 (ln 2) creates a compact, retrievable package. The carbon-14 example is classic and appears on many board exams.

Example Usage

Radium-226: t₁/₂ = 1600 yr. k = -0.693/1600 = -4.33×10⁻⁴. After 4000 yr: y = y₀e^(-4.33×10⁻⁴ × 4000) = y₀(0.177). About 17.7% remains.

Recall Trigger

HALF means -0.693 over half-life

Tags

  • general solution
  • particular solution
  • initial conditions
  • definition

Topic

Solutions of ODEs

Concept

General Solution vs. Particular Solution

Anchor Id

A18

Difficulty

easy

Memory Aid

Think of a RESIDENTIAL SUBDIVISION. The GENERAL SOLUTION with constant C is the MASTER BLUEPRINT — it represents all possible houses that could be built on the lot. The INITIAL CONDITION (IC) is like a SPECIFIC BUYER specifying 'I want 3 bedrooms facing east' — it pins down C and gives the PARTICULAR SOLUTION, the one specific house built. Every ODE has one master blueprint but infinitely many possible houses; the IC selects exactly one.

Anchor Type

analogy

Why It Works

Real estate and housing is highly relatable in the Philippines. The blueprint/specific house distinction perfectly maps to general/particular solution, and 'the buyer's IC pins down C' is intuitive.

Example Usage

dy/dx = 2x → y = x² + C (master blueprint, all parabolas). IC: y(0)=3 → C=3 → y = x² + 3 (one specific house chosen by the buyer).

Recall Trigger

Master blueprint (general) vs. specific buyer's house (particular)

Tags

  • discriminant
  • roots
  • classification
  • characteristic equation

Topic

Higher-Order Linear ODEs — Discriminant

Concept

Discriminant and Root Type in Characteristic Equation

Anchor Id

A19

Difficulty

medium

Memory Aid

For am² + bm + c = 0, discriminant D = b² - 4ac. Remember by SIGN OF D → SOLUTION TYPE: D > 0 = 'DOUBLE DISTINCT' (two different real exponentials); D = 0 = 'DEAD EQUAL' (repeated root, twin jeepney); D < 0 = 'DANCING' (complex roots, oscillating/vibrating solution). Think of D as the DESTINY of your solution: Distinct, DEad-equal, or Dancing.

Anchor Type

acronym

Why It Works

DOUBLE DISTINCT, DEAD EQUAL, DANCING uses D-alliteration with the discriminant symbol D. 'Dancing' for complex/oscillating is vivid. The destiny metaphor frames D as the controlling factor.

Example Usage

y'' + 6y' + 9y = 0 → D = 36 - 36 = 0 → DEAD EQUAL (repeated m=-3) → y=(C₁+C₂x)e^(-3x). y'' + 4y = 0 → D = 0-16 < 0 → DANCING → y = C₁cos(2x)+C₂sin(2x).

Recall Trigger

Destiny D: Distinct, Dead-equal, Dancing

Tags

  • degree
  • classification
  • pitfall
  • radicals

Topic

Classification — Degree of ODE

Concept

Degree of ODE — Must Clear Radicals/Fractions First

Anchor Id

A20

Difficulty

medium

Memory Aid

Engineer Lito is counting structural members but some are HIDDEN behind panels (fractions and radicals in derivatives). Before he can count them (find the degree), he must REMOVE THE PANELS — clear all radicals and fractions involving derivatives by algebraic manipulation. Only then can he see all the members clearly and count the power of the highest derivative. A common board exam trap: √(y'') = x looks like degree 1/2, but after squaring: y'' = x² → degree 1. Always clear before declaring the degree.

Anchor Type

micro_story

Why It Works

The 'hidden members behind panels' metaphor is structural-engineering specific and directly models the mathematical requirement. The specific trap example is a high-frequency board exam pitfall.

Example Usage

√(y'') + y = 0 → square both sides: y'' = y² → degree 1 (not 1/2). The panel was hiding the true power.

Recall Trigger

Engineer Lito removing panels to count hidden members

Revision Game

P(x) — the function that gives the integrating factor μ = e^(∫P dx)

Clue

I am the coefficient of y in the standard form y' + Py = Q. Pump me through an exponential to become the integrating factor. Who am I?

Memory Link

A3 — MID method mnemonic; 'e-I-P' formula mnemonic

t₁/₂ — the half-life, used in k = -ln2/t₁/₂

Clue

A radioactive element has me as its half-life. I equal the time it takes for exactly half the sample to disappear. Use me to find k = -0.693 divided by myself. What is my mathematical name?

Memory Link

A17 — HALF means -0.693 over half-life; DUST scenario from A12

∂M/∂y = ∂N/∂x — the exactness condition

Clue

I am the secret test for exactness. If M dx + N dy = 0 and I am satisfied, the equation has a potential function F. State me.

Memory Link

A4 — Balanced cross-beam analogy; M goes UP to y, N goes ACROSS to x

y = e^(-3x)[C₁cos(4x) + C₂sin(4x)] — complex root case, α=-3, β=4

Clue

I am the solution form when the characteristic equation gives you roots -3 + 4i and -3 - 4i. Write me out completely.

Memory Link

A8 — Vibrating bridge visual; DRC → C = Complex roots = DANCING

Applying the initial condition to find the constant C (IC CHECK!)

Clue

Kuya Engineer's most infamous board exam mistake: he solved the ODE perfectly but forgot to do this one final step. What did he forget?

Memory Link

A13 — Kuya Engineer's IC CHECK micro-story

RINO — dQ/dt = Rate IN - Rate Out = c_in·r_in - (Q/V)·r_out

Clue

I am the rate equation for a mixing tank. My name is a four-letter word. In a tank problem, I equal the rate things come IN minus the rate things go OUT. Who am I?

Memory Link

A11 — RINO mnemonic for mixing problems

Repeated root — y = (C₁ + C₂x)e^(mx). The twin with the bag is the C₂x term.

Clue

Two engineering students named Carlo (C₁) and his twin (C₂x) always ride the same jeepney. What type of root does their jeepney ride represent, and what is the solution form?

Memory Link

A7 — Twin jeepney micro-story for repeated roots

Laplace Transform — three steps: TRANSFORM to s-domain → ALGEBRA in s → INVERSE-TRANSFORM back to t-domain

Clue

I transform a second-order ODE into an algebraic equation in s, making it 'calculator mode' instead of 'long division mode.' Name me and state my three-step process.

Memory Link

A14 — Calculator/AutoCAD analogy for Laplace transform

Formula Mnemonics

Formula

dy/dx = g(x)h(y) → ∫ dy/h(y) = ∫ g(x) dx

Mnemonic

SPLIT AND SWEEP: Split the equation (separate variables like Ate Maria's laundry), then Sweep each side with an integral sign. All y's swept left, all x's swept right, then integrate.

When To Use

When the ODE can be written as a pure product of a function of y and a function of x: dy/dx = g(x)·h(y). If variables cannot be fully separated, this method fails — try linear or exact instead.

What Each Part Means

dy/h(y) = the y-side after dividing by h(y); g(x)dx = the x-side. The integral signs on both sides perform the 'washing' (integration). The constant C appears on the right after integrating.

Formula

μ = e^(∫P(x)dx) — Integrating Factor for y' + P(x)y = Q(x)

Mnemonic

'e to the INTEGRAL of P' — think 'e-I-P' (like VIP but with e). The integrating factor is always an exponential. P is the coefficient of y (not y'). If you see y' + Py = Q, P goes into the exponent of e.

When To Use

For any first-order linear ODE. First put it in standard form y' + P(x)y = Q(x), then compute μ = e^(∫P dx). Multiply entire equation by μ, then integrate both sides.

What Each Part Means

μ (mu) = the integrating factor, always e^(∫P dx); P(x) = coefficient of y in the standard form y' + Py = Q; ∫P dx = antiderivative of P (no +C needed here). After multiplying by μ, the left side becomes d/dx[μy] exactly.

Formula

y = C₁e^(m₁x) + C₂e^(m₂x) — Distinct Real Roots

Mnemonic

TWO SEPARATE JEEPNEYS: Two different roots m₁ and m₂ ride TWO DIFFERENT jeepneys (e^(m₁x) and e^(m₂x)). Each passenger has their own ticket (C₁ and C₂). Sum their contributions.

When To Use

When the characteristic equation has two different real roots (discriminant b²-4ac > 0). This is the most common case in board exams.

What Each Part Means

m₁, m₂ = the two distinct real roots of am² + bm + c = 0; C₁, C₂ = arbitrary constants determined by initial conditions; e^(m₁x) and e^(m₂x) = the two independent solution components.

Formula

y = (C₁ + C₂x)e^(mx) — Repeated Root

Mnemonic

TWIN JEEPNEY: Both constants ride the SAME jeepney e^(mx). But they sit differently — C₁ rides plain, C₂ rides with a bag on lap (the extra factor x). The x multiplier on C₂ is MANDATORY — forget it and your solution is WRONG and incomplete.

When To Use

When the characteristic equation has a repeated root (discriminant b²-4ac = 0). For a root of multiplicity n, the solution set is {e^(mx), xe^(mx), x²e^(mx), ..., x^(n-1)e^(mx)}.

What Each Part Means

m = the repeated (double) root; C₁ = constant for the first independent solution e^(mx); C₂ = constant for the second independent solution x·e^(mx); The factor x is REQUIRED to make the two solutions linearly independent.

Formula

y = e^(αx)[C₁cos(βx) + C₂sin(βx)] — Complex Roots α ± βi

Mnemonic

VIBRATING BRIDGE FORMULA: e^(αx) = the ENVELOPE (grows or decays); C₁cos(βx) + C₂sin(βx) = the OSCILLATION. α controls the envelope, β controls the frequency. Remember: roots α+βi and α-βi ALWAYS come as a PAIR (conjugate) → always get BOTH cosine AND sine terms.

When To Use

When the characteristic equation has complex roots (discriminant b²-4ac < 0). Extract α and β from m = α ± βi, then write the solution in the form above.

What Each Part Means

α = real part of the complex root (from -b/2a for ax²+bx+c=0); β = imaginary part (absolute value); e^(αx) = exponential envelope; C₁cos(βx) + C₂sin(βx) = oscillatory component with two arbitrary constants.

Formula

y = y₀e^(kt) — Exponential Growth/Decay

Mnemonic

LOLO'S FARM FORMULA: y₀ = starting sacks of rice; k = growth rate (+) or decay rate (-); t = time; y = amount at time t. PROCEDURE: (1) Write y = y₀e^(kt); (2) Use the known data point to find k; (3) Answer the question using k found. Always find k FIRST.

When To Use

Population growth, radioactive decay, bacterial growth, compound interest (continuous), drug concentration in blood. Whenever the rate of change is proportional to the current value: dy/dt = ky.

What Each Part Means

y₀ = initial value at t=0; k = rate constant (positive for growth, negative for decay); t = time elapsed; y = value at time t; e^(kt) = the exponential multiplier. To find k: k = ln(y/y₀)/t from any known data point.

Formula

dT/dt = -k(T - Tₛ) → T = Tₛ + Ae^(-kt) — Newton's Law of Cooling

Mnemonic

BARAKO COFFEE FORMULA: T = temperature of coffee; Tₛ = room temperature (surroundings); A = how much hotter it started (T₀ - Tₛ); -k = always negative (it is COOLING). The solution says: temperature approaches Tₛ exponentially. Note: A = T(0) - Tₛ from the initial condition.

When To Use

Whenever a hot (or cold) object approaches ambient temperature. Also used in reverse for heating problems. The key is identifying Tₛ correctly from the problem statement.

What Each Part Means

T = temperature at time t; Tₛ = surrounding/ambient temperature (constant); k > 0 = positive cooling constant; A = T₀ - Tₛ from IC at t=0; The -k in the exponent ensures T → Tₛ as t → ∞.

Formula

dQ/dt = (rate in) - (rate out) = c_in·r_in - (Q/V)·r_out — Mixing

Mnemonic

RINO: Rate IN minus Rate Out. The concentration leaving = Q/V (total substance / total volume). If inflow rate = outflow rate, V is constant. Set up the linear ODE in Q(t), apply linear ODE method with integrating factor.

When To Use

Mixing/dilution problems: salt in a tank, pollutant in a reservoir, medicine in the bloodstream. Always identify Q (not concentration) as the dependent variable, set up RINO, then solve the resulting linear ODE.

What Each Part Means

Q(t) = amount of substance (kg or kg/L) at time t; V = volume of tank (constant if r_in = r_out); c_in = concentration of incoming stream; r_in = inflow volumetric rate; r_out = outflow volumetric rate; Q/V = current concentration in tank.

Quick Recall Chains

Chain Title

Steps to Solve a First-Order Linear ODE

Recall Test

Without looking, list all 8 steps for solving y' + 3y = 6 from scratch. Can you write the final solution y = 2 + Ce^(-3x) and then apply y(0)=5 to get C=3?

Memory Chain

Story: 'Super Mario (Standard form) Points (P identified) at the Enemy (μ computed). Mario (Multiply both sides) Dodges (d/dx recognized) Instantly (Integrate). Super (Solve for y) Allies (Apply IC) win!' — SM-PE-MD-IS-AA. Or simply remember: STANDARD → P → MU → MULTIPLY → d/dx → INTEGRATE → SOLVE → IC.

Items To Remember

  • 1. Write in standard form: y' + P(x)y = Q(x)
  • 2. Identify P(x)
  • 3. Compute integrating factor μ = e^(∫P dx)
  • 4. Multiply both sides by μ
  • 5. Recognize left side as d/dx[μy]
  • 6. Integrate both sides
  • 7. Solve for y
  • 8. Apply initial condition to find C

Chain Title

Three Root Cases for Characteristic Equation (DRC)

Recall Test

Given y'' + 4y' + 4y = 0, identify the root case (D, R, or C) and write the solution. Answer: D=16-16=0 → R case → m=-2 (repeated) → y=(C₁+C₂x)e^(-2x).

Memory Chain

DRC Inspection: Inspector checks 3 things — (D) Are the foundations DIFFERENT? Two separate piles. (R) Are they the SAME? Twin pile, but one is longer (x factor). (C) Are they IMAGINARY complex? Vibrating foundation, oscillating with damping. DRC = Distinct, Repeated, Complex.

Items To Remember

  • D — Distinct real roots m₁ ≠ m₂: y = C₁e^(m₁x) + C₂e^(m₂x)
  • R — Repeated root m: y = (C₁ + C₂x)e^(mx)
  • C — Complex roots α ± βi: y = e^(αx)[C₁cos(βx) + C₂sin(βx)]

Chain Title

Steps to Identify and Classify an ODE

Recall Test

Classify: (y'')^(1/2) + 3y' + y = x. After squaring: y'' + 6y'(y'')^(1/2) ... wait — square correctly: y'' = (x - 3y')² → Order 2, Degree 1 (after clearing); check linearity.

Memory Chain

Classify with 'OCLD-P': ORDER first (highest floor of building); CLEAR radicals; Level (degree = power after clearing); Decide LINEAR or nonlinear; Partial or ordinary. Say 'Oh Clear Level Decisions are Partially important' — OCLDP.

Items To Remember

  • 1. Find the highest derivative — that is the ORDER
  • 2. Clear all radicals and fractions in derivatives
  • 3. Find the power of the highest derivative — that is the DEGREE
  • 4. Check if y and its derivatives appear only to the first power (not multiplied together) — LINEAR or NONLINEAR
  • 5. Check if it has one independent variable (ODE) or multiple (PDE)

Chain Title

Exponential Growth/Decay Problem-Solving Steps

Recall Test

A colony of 500 bacteria grows to 2000 in 3 hours. How many after 5 hours? Step through SICCP: y₀=500, k=ln(4)/3=0.462, y(5)=500e^(0.462×5)=500e^(2.31)=500(10.07)≈5034.

Memory Chain

LOLO'S FARM STEPS: (1) Lolo STARTS with y₀ sacks; (2) He IDENTIFIES the starting year; (3) Checks his HARVEST after known years to find growth rate k; (4) CALCULATES k value; (5) PREDICTS future harvest. Start → Identify → Check → Calculate → Predict = SICCP.

Items To Remember

  • 1. Write y = y₀e^(kt)
  • 2. Identify y₀ from initial condition at t=0
  • 3. Use the second known data point to solve for k
  • 4. Substitute k back into the formula
  • 5. Answer the specific question (find y at a given t, or find t for a given y)

Chain Title

Board Exam Common Pitfalls in ODEs — The FIVE TRAPS

Recall Test

Name the five board exam traps from memory. For each one, state a one-sentence rule to avoid it.

Memory Chain

The FIVE TRAPS acronym 'C-RSK-D' — C (Constant forgotten), R (Root form wrong), S (Sign of k), K (not separating K-orrectly), D (Degree without clearing). Remember: 'Can Rookies Stay Kalm During exams?' C-R-S-K-D.

Items To Remember

  • Trap 1: Forgetting the constant C (or not finding it from IC)
  • Trap 2: Using wrong solution form for repeated/complex roots
  • Trap 3: Negative sign for k in decay problems
  • Trap 4: Not separating variables completely before integrating
  • Trap 5: Not clearing radicals before declaring degree
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the CELE 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CELE exam date.