DSAT Formula Vault

DSAT Math Formula Vault – Algebra Essentials | Mathigh Premium

DSAT Math Formula Vault – Section 1: Algebra Essentials

By Mathigh – Engin Savaş

1.1 Linear Equations & Lines
FormulaMeaningDSAT Use CaseDeep Learning
$ y = mx + b $The line with slope $m$ and intercept $b$.Modeling real-world situations, rate problems, predictions.
Expand for full explanation

Concept: $m$ = change in $y$ when $x$ increases by 1. $b$ = starting value when $x=0$.

Mistake: Students mix “initial value” with “y-intercept”. DSAT uses wording like “At time 0…” or “Originally…”, all meaning $b$.

Mental Trick: Replace $m$ with “per”. Example: “\$5 per hour + 10 base fee” → $y = 5x + 10$.

Graph Interpretation: If $m$ is positive → rising line. If $m$ is negative → decreasing line.

DSAT Master Tip: Whenever the problem uses “each”, “every”, or “per”, that number is **always** the slope.

$ m = \frac{y_2 – y_1}{x_2 – x_1} $Slope between two points.Table/graph data, rate of change, trend lines.
Deep understanding

Concept: Measures steepness: “vertical change per horizontal change”.

Mistake: Mixing the order of points. Use the same order for numerator & denominator.

Mental Trick: Read slope as “rise over run”.

Graph Insight: Slope = “how quickly the line moves up or down”.

DSAT Tip: If $x$ increases steadily (like time), slope tells you how fast something is changing.

$ y – y_1 = m(x – x_1) $Line through $(x_1,y_1)$ with slope $m$.Changing forms, modeling, DSAT “pass-through” problems.
Deep explanation

Concept: A formula for lines when a point and slope are known.

Common Error: Students forget that $(x_1,y_1)$ are constants, not variables.

Mental Trick: Insert the point like a “plug”. If the line goes through (4,7), replace $x_1=4$, $y_1=7$.

DSAT Tip: Most DSAT linear models are given as “at $x = A$, value is B”. This is point slope structure.

2. Quadratics (Premium Edition)

2.1 Forms of Quadratics
FormulaMeaningDSAT Use CaseDeep Learning
$ y = ax^2 + bx + c $Standard form of a quadratic.Graph behavior, y-intercept, discriminant decisions.
Expand for full explanation

Concept: This is the most general form. You can see the “shape” (depending on $a$), the direction (up or down), and the y-intercept ($c$).

Graph Meaning:
• If $a > 0$ → parabola opens upward (minimum). • If $a < 0$ → parabola opens downward (maximum). • $c$ = y-intercept = the value at $x = 0$.

Common Mistake: Students think $b$ shifts the graph horizontally. It does NOT. It affects the slope at the intercept, not the position directly.

DSAT Master Tip: Standard form is used for quick evaluation and plugging values. If the question wants roots → convert to factored form or use the quadratic formula.

$ y = a(x – h)^2 + k $Vertex at $(h,k)$, $a$ controls width & direction.Maximum/minimum, modeling, curve fitting.
Deep explanation

Concept: The easiest way to “see” a quadratic’s key point: the vertex. $(h,k)$ is always the turning point.

Graph Insight:
• If $a>0$ → vertex = minimum • If $a<0$ → vertex = maximum • Larger $|a|$ → narrower parabola

Mental Trick:
Think: “Shift, then stretch.” $(x-h)$ shifts; $a$ stretches.

DSAT Tip: Maximum profit, minimum distance, minimum cost — these ALWAYS use vertex form or require completing the square.

$ y = a(x – r_1)(x – r_2) $Zeros/roots at $x = r_1$ and $x = r_2$.Intercept form, solving equations, graph intersections.
Deep understanding

Concept: Factored form exposes the roots immediately.

Axis of symmetry: $x = \frac{r_1 + r_2}{2}$

Graph Meaning: Each root is where the graph touches/crosses the x-axis.

Common Mistake: Students forget to divide the sum by 2 for the axis.

DSAT Trick: If roots are messy, DSAT often expects conceptual reasoning, not full factorization.

$ x = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a} $Exact solution(s) to any quadratic.When factoring is impossible or roots are irrational.
Deep explanation

Concept: This formula finds intercepts by solving $ax^2+bx+c=0$.

Discriminant:
$b^2 – 4ac$ tells how many roots exist: • > 0 → two real roots • = 0 → one real root • < 0 → no real roots

Mental Trick: Compute discriminant FIRST. Saves time.

Common Mistake: Forgetting denominator $2a$ applies to the whole numerator.

DSAT Master Tip: Many DSAT items only ask about the sign of the discriminant, not actual roots.

2.2 Graph Behavior & Analysis Tools
FormulaMeaningDSAT Use CaseDeep Learning
$ x = -\frac{b}{2a} $The vertical line splitting the parabola into two mirror images.Finding vertex, max/min, graph positioning.
Expand

Concept: The parabola is symmetric. This formula gives the center of symmetry.

Mental Trick: Think of it as “where the slope becomes zero”.

Graph Insight: Vertex is always on this line.

DSAT Tip: If DSAT gives you a table where values repeat (e.g., y-values mirror), the axis is exactly between them.

$ y_{\text{vertex}} = f\!\left(-\frac{b}{2a}\right) $The maximum or minimum output value.Optimization, profit, minimum distance problems.
Deep explanation

Concept: When $a>0$, it’s the minimum; when $a<0$, it's the maximum.

Interpretation: The real-world turning point (best value).

DSAT Trick: DSAT loves vertex problems disguised as “best deal”, “maximum height”, “minimum cost”.

$ \Delta = b^2 – 4ac $Determines root behavior.Judging number of solutions, comparing graphs.
Learn more

Meaning:
• $\Delta>0$ → 2 intersections with x-axis • $\Delta=0$ → tangent to x-axis • $\Delta<0$ → no real intersections

Mental Trick:
Use discriminant before attempting full algebra.

DSAT Tip:
Many DSAT questions only require comparing discriminants, not computing exact roots.

3. Exponential Functions (Premium Edition)

3.1 Exponential Growth & Decay Models
FormulaMeaningDSAT Use CaseDeep Learning
$ y = ab^{x} $General exponential model: repeated multiplication by $b$.Growth/decay identification, modeling, long-term predictions.
Expand for full explanation

Concept:
Exponential functions change by constant percent, not constant amount.

Graph Insight:
• If $b > 1$: curve rises, accelerating.
• If $0 < b < 1$: curve decays, flattening out.

Mental Trick:
Think: “Multiply each step.” Linear = add, Exponential = multiply.

DSAT Master Tip:
If the problem says “increases by X% each year” → the base is $1 + \frac{X}{100}$. If it says “decreases by X%” → the base is $1 – \frac{X}{100}$.

Common Mistake:
Mixing up $b$ with rate → $b$ is the multiplier, NOT the percent.

$ y = a(1 + r)^t $Growth by percentage rate $r$.Interest, population growth, compounding increases.
Deep explanation

Meaning:
$r$ is the percent rate (e.g., 12% → $0.12$). $(1+r)$ is the multiplier (e.g., 12% growth → $1.12$).

Mental Trick:
Percent → Multiplier is the KEY DSAT skill.

Common Mistake:
Students incorrectly add percent repeatedly instead of compounding.

DSAT Tip:
If DSAT asks “after 3 years”, ALWAYS use exponent 3 — NOT multiply by 3.

$ y = a(1 – r)^t $Decay by percentage rate $r$.Depreciation, radioactive decay, value loss.
Expand

Meaning:
$1 – r$ = multiplier for decay (e.g., 20% loss → $0.80$ multiplier).

Graph Insight:
Always decreases but never reaches 0.

Common Mistake:
Doing “subtract 20 three times” → DSAT expects compounding (multiply by $0.8^3$).

DSAT Master Tip:
Two consecutive 20% losses is NOT 40% loss — it’s $0.8 \times 0.8 = 0.64$ (36% total).

3.2 Special Exponential Tools (Doubling, Half-Life, Solving with Logs)
FormulaMeaningDSAT Use CaseDeep Learning
$ b^t = 2 $Find time needed for the value to double.Population, interest, exponential growth comparisons.
Expand

Concept:
Doubling happens when repeated multiplication catches up to ×2.

Solving:
$t = \dfrac{\log 2}{\log b}$

Mental Trick:
Faster growth → smaller doubling time.

DSAT Tip:
DSAT rarely asks for exact answers — approximate using calculator.

$ b^t = \frac{1}{2} $Time until value reaches half its original amount.Decay modeling, radioactive decay, depreciation cycles.
Deep explanation

Concept:
Half-life measures how long it takes for repeated decay to reduce value by half.

Formula:
$t = \dfrac{\log(1/2)}{\log b}$

Graph Insight:
Same shape for all decays — only speed changes.

DSAT Tip:
If $b = 0.5$, half-life = 1 step. If $b = 0.8$, half-life is longer.

$ a b^{x} = c $General exponential equation.Finding time/steps until a target is reached.
Expand for full reasoning

Step 1: Divide both sides → $b^x = \frac{c}{a}$

Step 2: Take logs → $x = \dfrac{\log(c/a)}{\log(b)}$

Mental Trick:
Logarithm = “undo exponential”.

Common Mistake:
Taking log too early (before isolating exponential term). DSAT bunu çok dener.

DSAT Master Tip:
Use LN or LOG — DSAT does not care which, because ratio cancels.

3.3 Percent → Multiplier Conversion (DSAT’s Most Important Skill)
SituationPercent ExpressionMultiplier FormDeep Learning
Increase by $r\%$$1 + \frac{r}{100}$$(1+r)$
Why this works

Increase = original + part of original → multiply by $(1+r)$.

DSAT Tip: If growth happens annually, use exponent = number of years.

Decrease by $r\%$$1 – \frac{r}{100}$$(1-r)$
Why this works

Decay = original minus part of original.

Common Mistake: Students subtract percent repeatedly instead of compounding.

Repeated percent change (t steps)Apply r% t times$(1\pm r)^t$
Key insight

DSAT Master Rule:
Repeated change ALWAYS → exponent.

4. Problem Solving & Data (Premium Edition)

4.1 Percents, Part–Whole, and Percent Change
FormulaMeaningDSAT Use CaseDeep Learning
$ \text{Percent} = \frac{\text{part}}{\text{whole}} \times 100 $Measures what portion a part is of the whole.Market share, data tables, score distributions.
Expand

Mental Trick:
“Out of what?” is the key DSAT question — many items change the whole.

Common Mistake:
Students use the wrong “whole” when two sets of data are compared.

DSAT Tip:
If “percent increase” is asked, the whole is the original value. If “percent of total” is asked, the whole is the total.

$ \text{Percent Change} = \frac{\text{new} – \text{old}}{\text{old}} \times 100 $Measures relative increase or decrease.Tax, discounts, population changes, value shifts.
Why this matters

Meaning:
The base of comparison is always the old value.

Common Mistake:
Using new value as denominator → DSAT bunu bilerek tuzak olarak kullanır.

DSAT Master Tip:
If A → B is +30%, the reverse (B → A) is NOT -30%. It is $\frac{1}{1.3} – 1 = -23.08\%$.

Percent → Multiplier:
$1 + r$ (increase),
$1 – r$ (decrease)
Converts percent to exponential-type multiplier.Repeated changes, interest-like problems, fast mental math.
Deep explanation

Mental Trick:
• +20% → ×1.20 • -30% → ×0.70

Key Insight:
Repeated percent changes always multiply, never add.

DSAT Tip:
Two consecutive discounts 20% and 30% is: $0.8 \times 0.7 = 0.56$ → total 44% decrease.

4.2 Ratios, Proportions, and Scaling
Formula / RuleMeaningDSAT Use CaseDeep Learning
$ \text{Ratio} = a : b $Compares two quantities using division.Mixtures, scale models, population comparisons.
Expand

Mental Trick:
A ratio is a “relative multiplier.”

DSAT Tip:
If ratio changes but total stays same → find scaling factor.

$ \frac{a}{b} = \frac{c}{d} $Equality of two ratios.Missing value problems, unit rate reasoning.
Deeper understanding

Cross Multiplying: $ad = bc$ solves all proportion questions.

Common Mistake:
Writing ratios in wrong order (DSAT bunu deniyor).

DSAT Tip:
Always align units: (boys/girls) = (boys/girls).

$ \text{Scale Factor} = \frac{\text{new}}{\text{original}} $How many times larger or smaller something becomes.Geometric scaling, population growth, proportional graphs.
Expand

Graph Insight:
Scale factor multiplies dimensions but area multiplies by factor².

DSAT Master Tip:
If DSAT mentions “similar figures,” scale factor is the entire problem.

4.3 Rates and Unit Rates
FormulaMeaningDSAT Use CaseDeep Learning
$ \text{Rate} = \frac{\text{distance}}{\text{time}} $Speed or rate of motion.Travel questions, slope meaning, comparing efficiencies.
Expand

Mental Trick:
ALWAYS convert to unit rate (“per 1”).

Connection:
In data tables, slope = unit rate.

Common Mistake:
Not converting minutes → hours or cm → m.

DSAT Tip:
If a car travels 150 miles in 3 hours → DSAT expects: $150/3 = 50$ mph — NOT a proportion setup.

$ \text{Unit Cost} = \frac{\text{total cost}}{\text{quantity}} $Best deal / efficiency measure.DSAT “which is the better buy?” questions.
Deeper understanding

Meaning:
Lower unit cost = more efficient.

DSAT Trap:
Comparing totals directly instead of per-unit costs.

Real Strategy:
Always divide total by quantity even if numbers look ugly.

$ \text{Work Rate} = \frac{1}{\text{time per job}} $Amount of task completed per unit time.Combined work problems.
Expand

Key Rule:
Work rates add: $R_{\text{total}} = R_1 + R_2$

Mental Trick:
Convert “hours per job” → “jobs per hour.”

DSAT Tip:
If two workers together finish in less time → rate must increase, NOT average.

4.4 Averages & Weighted Averages
FormulaMeaningDSAT Use CaseDeep Learning
$ \text{Mean} = \frac{\sum x}{n} $Equal-weight average.Missing value problems, data interpretation.
Expand

Mental Trick: Mean = “fair share.”

Common Mistake:
Thinking mean must be one of the values — wrong.

DSAT Tip:
If one value changes, mean shifts by $\frac{\text{change}}{n}$.

$ \text{Weighted Mean}=\frac{\sum x w}{\sum w} $Averages where values have different weights.Classes, scores, grouped data.
Deep explanation

Meaning:
Larger weight → more influence.

DSAT Trap:
Averaging averages without weights — always incorrect.

Mental Trick:
Treat weights as “how many times the value counts.”

$ \text{Total} = \text{mean} \times n $Used to find missing scores or totals.Common DSAT algebraic reasoning item.
Expand

Strategy:
1. Compute total needed for mean 2. Subtract known amounts 3. Remaining = missing value

DSAT Tip:
If mean increases after adding a value → new value must be above old mean.

5. Geometry & Trigonometry (Premium Edition)

5.1 Core Geometry: Areas, Perimeters, Circles
FormulaMeaningDSAT Use CaseDeep Learning
$ A = lw $Area of a rectangle.Composite shapes, floor plans, scaling.
Expand

Mental Model: Counts how many 1×1 squares fit into the region.

DSAT Tip: If a rectangle is scaled by factor $k$: • area scales by $k^2$ • perimeter scales by $k$

$ A = \frac12 bh $Triangle area.Decomposition of shapes, altitude identification.
Deep explanation

Concept: Height is always perpendicular to base.

Common Mistake: Students mistakenly use a slanted side as height.

DSAT Tip: DSAT often hides the right angle for the height.

$ A = \pi r^2 $Area of a circle.Circle regions, annulus problems.
Expand

Mental Trick:
Area grows with the square of the radius. Doubling $r$ → area ×4.

DSAT Tip:
In an annulus (ring shape), subtract two areas: $A = \pi (R^2 – r^2)$.

$ C = 2\pi r $Circumference (distance around circle).Wheel rotation, arc length, perimeter problems.
Deep reasoning

Insight: Equivalent formula: $C = \pi d$.

DSAT Tip: Many DSAT items expect converting rotations → distance.

$ A_{\text{sector}} = \frac{\theta}{360} \pi r^2 $Area of a fraction of a circle.Pie-chart geometry, shaded region problems.
Why this works

Fraction of full circle area using angle proportion.

DSAT Tip: If angle is in radians → use $A = \frac12 r^2 \theta$.

$ L = \frac{\theta}{360} 2\pi r $Length of arc defined by angle.Rotation, wheel motion, geometry of circles.
Deep learning

Insight:
Same proportion idea: fraction of circumference.

DSAT Tip:
Radians formula: $L = r\theta$. Much faster.

5.2 Coordinate Geometry
FormulaMeaningDSAT Use CaseDeep Learning
$ d = \sqrt{(x_2-x_1)^2 + (y_2 – y_1)^2} $Distance between two points in the plane.Geometry + algebra hybrid questions.
Expand

Concept:
Directly from Pythagorean theorem.

Graph Insight:
Horizontal distance = Δx Vertical distance = Δy

DSAT Tip:
If the question asks for “shortest path”, distance formula always applies.

$ \left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2} \right) $Midpoint of a segment.Coordinate reasoning, symmetry problems.
Why this works

Mental Trick:
Average the x’s, average the y’s.

Connection:
Directly tied to mean formula.

$ m = \frac{y_2-y_1}{x_2-x_1} $Rate of change in y for each unit in x.Trends in tables, modeling, linear geometry.
Deep explanation

Insight:
Slope = unit rate = steepness.

DSAT Tip:
If denominator = 0 → slope undefined (vertical).

Parallel: same slope
Perpendicular: $m_1 m_2 = -1$
Relations between linear graphs.Geometry alignment, constructions, DSAT modeling.
Expand

Mental Trick:
Perpendicular slope = “negative reciprocal.”

DSAT Tip:
Parallel lines → no intersection → same slope.

5.3 Triangles & Special Triangles
Theorem / RuleMeaningDSAT Use CaseDeep Learning
$ a^2 + b^2 = c^2 $Right triangle side relationship.Distance, geometry combos, hidden right angles.
Expand

Key Idea:
Works only for right triangles.

DSAT Trap:
DSAT often hides the right angle in composite shapes.

$45\!-\!45\!-\!90:$
Leg = $x$
Hyp = $x\sqrt{2}$
Isosceles right triangle.Squares, diagonals, rotations.
Deep reasoning

Mental Trick:
Diagonal of a square = side × $\sqrt{2}$.

DSAT Tip:
If two sides are equal → automatically 45-45-90.

$30\!-\!60\!-\!90:$
Short leg = $x$
Long leg = $x\sqrt{3}$
Hyp = $2x$
Special right triangle from equilateral triangle split.Height of triangles, coordinate geometry.
Expand

Key Insight:
Hypotenuse is always twice the short leg.

DSAT Tip:
If you see $\sqrt{3}$, assume 30-60-90 immediately.

5.4 Trigonometry Basics
FormulaMeaningDSAT Use CaseDeep Learning
$ \sin\theta = \frac{\text{opp}}{\text{hyp}} $
$ \cos\theta = \frac{\text{adj}}{\text{hyp}} $
$ \tan\theta = \frac{\text{opp}}{\text{adj}} $
Ratios of right triangles.Heights, shadows, angles of elevation/depression.
Expand

Mental Trick:
SOH-CAH-TOA → memorize as a chant.

DSAT Tip:
Angle of elevation = angle from ground up. Angle of depression = angle from horizontal down.

$ \sin^2\theta + \cos^2\theta = 1 $Key identity relating sin and cos.Trig simplification, right triangle reasoning.
Why this works

Based on unit circle and Pythagorean theorem.

DSAT Tip:
Useful when DSAT gives one trig ratio and asks another.

MATHIGH