Explain everything in depth and easiest way from this source only

Reading File
Running Command
Running Command
Running Command
Running Command
Reading File
Reading File
Reading File
Reading File
Reading File
I now have a comprehensive picture of all 26 pages. The OCR is quite noisy (handwritten notes), but I can decode the key topics. Let me now write the full in-depth explanation.

๐Ÿ“Š Statistics โ€” Complete In-Depth Notes (From Your PDF)


UNIT 1: MEASURES OF CENTRAL TENDENCY

Central tendency tells you where the centre of your data is. There are three main averages:

1. Arithmetic Mean (AM) โ€” Simple Average

When to use: For simple numerical data (marks, heights, weights).
Formula (ungrouped): $$\bar{X} = \frac{\sum X}{n}$$
  • Add up all values, divide by how many there are.
  • Example: Data = 2, 3, 6, 7, 8, 11, 6 โ†’ Sum = 43, n = 7 โ†’ Mean = 43/7 โ‰ˆ 6.14
Formula (grouped โ€” with frequencies): $$\bar{X} = \frac{\sum f \cdot x}{\sum f}$$
  • Multiply each class mark (midpoint) by its frequency, sum all of those, divide by total frequency.
Weighted Mean: $$\bar{X}_w = \frac{\sum w \cdot X}{\sum w}$$
  • Each value gets a "weight" (importance). Multiply each value by its weight, sum, divide by sum of weights.
  • Example from your notes: Xโ‚=5, Xโ‚‚=4, Xโ‚ƒ=2 with weights Wโ‚=5, Wโ‚‚=4, Wโ‚ƒ=3: $$\bar{X}_w = \frac{(5)(5)+(4)(4)+(2)(3)}{5+4+3} = \frac{25+16+6}{12} = \frac{47}{12}$$

2. Geometric Mean (GM)

When to use: For speed & distance problems, growth rates, ratios.
Formula (ungrouped): $$G = \sqrt[n]{X_1 \cdot X_2 \cdot X_3 \cdots X_n}$$ Or using logarithms: $$\log G = \frac{\sum \log X}{n}$$
Formula (grouped): $$\log G = \frac{\sum f \cdot \log x}{\sum f}$$
Example from your notes: Values = 3, 5, 6, 6, 7, 10, 12 $$\log G = \frac{\log 3 + \log 5 + \log 6 + \log 6 + \log 7 + \log 10 + \log 12}{7}$$ $$= \frac{0.477 + 0.699 + 0.778 + 0.778 + 0.845 + 1.000 + 1.079}{7} = \frac{5.656}{7} \approx 0.808$$ $$G = 10^{0.808} \approx 6.43$$

3. Harmonic Mean (HM)

When to use: When data involves change in rate (speed going/returning, rates, prices).
Formula (ungrouped): $$HM = \frac{n}{\sum \frac{1}{X}}$$
Formula (grouped): $$HM = \frac{\sum f}{\sum \frac{f}{x}}$$
Key relationship: HM = Reciprocal of the Arithmetic Mean of reciprocals. Also: HM = 1 / AM of (1/x).

Key Relationship Between AM, GM, HM

$$AM \geq GM \geq HM$$
  • The arithmetic mean is always โ‰ฅ geometric mean, which is always โ‰ฅ harmonic mean (for positive values).
  • Also: GMยฒ = AM ร— HM (the geometric mean squared equals AM times HM).

4. Median

Definition: The middle value when data is arranged in order.
For ungrouped data:
  • Arrange data in ascending order.
  • If n is odd: Median = middle value = value at position (n+1)/2
  • If n is even: Median = average of the two middle values
For grouped data (formula): $$\text{Median} = L + \frac{h\left(\frac{n}{2} - F\right)}{f}$$
Where:
  • L = lower boundary of median class
  • h = class interval width
  • n = total frequency
  • F = cumulative frequency before median class
  • f = frequency of median class
Finding the median class: Compute n/2. Find the class whose cumulative frequency first reaches or exceeds n/2.

5. Mode

Definition: The most frequently occurring value.
For grouped data (formula): $$\text{Mode} = L + \frac{h(f_1 - f_0)}{2f_1 - f_0 - f_2}$$
Where:
  • L = lower boundary of modal class (class with highest frequency)
  • fโ‚ = frequency of modal class
  • fโ‚€ = frequency of class before modal class
  • fโ‚‚ = frequency of class after modal class
  • h = class width

Relationship Between Mean, Median, Mode

DistributionRelationship
Symmetric (Normal)Mean = Median = Mode
Positively Skewed (right)Mean > Median > Mode
Negatively Skewed (left)Mean < Median < Mode
Empirical relationship: $$\text{Mean} - \text{Mode} = 3(\text{Mean} - \text{Median})$$

Advantages of Arithmetic Mean

  • Uses all data values
  • Easy to calculate
  • Suitable for further algebraic operations

UNIT 2: MEASURES OF DISPERSION

Dispersion tells you how spread out your data is. If all values are the same โ†’ dispersion = 0. If values vary widely โ†’ dispersion is high.
Think of it this way: Two classes both have a mean score of 60. But Class A has scores 58, 59, 60, 61, 62 (low dispersion) while Class B has 20, 40, 60, 80, 100 (high dispersion). Same mean โ€” very different spread.

1. Range

Definition: Difference between the maximum and minimum value.
$$\text{Range} = X_{\text{max}} - X_{\text{min}}$$
For grouped data: $$\text{Range} = \text{Upper boundary of highest class} - \text{Lower boundary of lowest class}$$
  • Class mark = (Upper boundary + Lower boundary) / 2 = midpoint of a class

2. Quartile Deviation (QD) / Semi-Interquartile Range

Quartiles divide data into 4 equal parts:
  • Q1 = 25th percentile (lower quartile)
  • Q2 = 50th percentile = Median
  • Q3 = 75th percentile (upper quartile)
$$QD = \frac{Q3 - Q1}{2}$$
To find Q1 and Q3 from grouped data: $$Q_1 = L + \frac{h\left(\frac{n}{4} - F\right)}{f}, \quad Q_3 = L + \frac{h\left(\frac{3n}{4} - F\right)}{f}$$
Key note from your PDF: The 50th percentile = Q2 = Median = Mode in a symmetric distribution.
Example from your notes: Data arranged as 10, 20, 30, 40, 50, 60, 70
  • Median = 40
  • Lower half: 10, 20, 30 โ†’ Q1 = 20
  • Upper half: 50, 60, 70 โ†’ Q3 = 60
  • QD = (60 - 20) / 2 = 20

3. Mean Deviation (MD) / Average Deviation

Definition: Average of the absolute distances of all values from the mean (or median).
For ungrouped data: $$MD_{(\bar{X})} = \frac{\sum |X - \bar{X}|}{n}$$ $$MD_{(\text{Median})} = \frac{\sum |X - \text{Median}|}{n}$$
For grouped data: $$MD_{(\bar{X})} = \frac{\sum f|X - \bar{X}|}{\sum f}$$ $$MD_{(\text{Median})} = \frac{\sum f|X - \text{Median}|}{\sum f}$$
Example from your notes: Data: 30, 31, 32, 33, 34, 35, 36, 36, 35, 33, 34, 29 (n=12 approx)
  • Mean = 34.5
  • MD about mean = ฮฃ|x - 34.5| / n
  • MD about median: Find median first using formula, then compute |x - median|
The key: Always take the absolute value | | so negative deviations don't cancel out positive ones.

4. Standard Deviation (SD) โ€” Most Important

Definition: Square root of the average of squared deviations from the mean. The most reliable measure of dispersion.
For ungrouped data: $$\sigma = \sqrt{\frac{\sum (X - \bar{X})^2}{n}}$$
Or shortcut formula: $$\sigma = \sqrt{\frac{\sum X^2}{n} - \left(\frac{\sum X}{n}\right)^2}$$
For grouped data: $$\sigma = \sqrt{\frac{\sum f(X - \bar{X})^2}{\sum f}}$$
Variance = ฯƒยฒ (standard deviation squared)

Summary: Absolute vs Relative Measures of Dispersion

TypeExamples
Absolute (in original units)Range, QD, MD, SD
Relative (unit-free, for comparison)Coefficient of Range, CV, etc.

UNIT 3: SKEWNESS

Skewness describes the shape of the data distribution โ€” whether it is symmetric or lopsided.
Pearson's Coefficient of Skewness: $$Sk = \frac{\text{Mean} - \text{Mode}}{\sigma}$$
Or (if mode is not clear): $$Sk = \frac{3(\text{Mean} - \text{Median})}{\sigma}$$
ValueMeaning
Sk = 0Symmetric (normal) distribution
Sk > 0Positively skewed (long tail to the right)
Sk < 0Negatively skewed (long tail to the left)

UNIT 4: PROBABILITY

Basic Concepts

  • Experiment: Any action with an uncertain outcome (rolling a die, flipping a coin).
  • Sample Space (S): The set of ALL possible outcomes.
    • Roll a die: S = {1, 2, 3, 4, 5, 6}
    • Flip a coin: S = {Head, Tail}
    • Roll two dice: S has 6 ร— 6 = 36 sample points
  • Sample Point: A single possible outcome (e.g., getting a "3" when rolling a die).
  • Event: A subset of the sample space (e.g., getting an even number).

Types of Events

TypeMeaning
Equally likelyEach outcome has the same chance (fair coin, fair die)
Mutually exclusiveTwo events cannot happen at the same time
Infinite eventContains infinitely many outcomes
Empty / Null eventHas no outcomes; probability = 0

Probability Formula

$$P(A) = \frac{\text{Number of favourable outcomes}}{\text{Total number of outcomes in S}}$$
Examples from your notes:
  • Probability of Head in a coin flip = 1/2 = 50%
  • Rolling a die: probability of getting 4 = 1/6
  • Probability of getting no particular number (equal chance): 1/6 each

UNIT 5: COUNTING TECHNIQUES

The Multiplication Rule (Fundamental Counting Principle)

If one experiment has m outcomes and a second experiment has n outcomes, then total combined outcomes = m ร— n.
Example from your notes: A lunch consists of a sandwich (2 kinds), dessert (5 types), sweets (3 types), and a drink (4 kinds): $$\text{Total lunches} = 2 \times 5 \times 3 \times 4 = 120$$

Permutations (Order Matters)

Definition: Arrangement of objects where order matters.
$$P(n, r) = \frac{n!}{(n-r)!}$$
  • n = total objects, r = objects being arranged
  • Example: How many ways to arrange 3 letters from {A, B, C, D}? P(4,3) = 4!/(4-3)! = 4!/1! = 24
Permutations with repeated elements: $$P = \frac{n!}{n_1! \cdot n_2! \cdot n_3! \cdots}$$
  • Example from your notes: "COLUMNS" โ†’ 7 letters, some may repeat Count repeated letters first, then apply formula.

Combinations (Order Does NOT Matter)

Definition: Selection of objects where order does not matter.
$$C(n, r) = \binom{n}{r} = \frac{n!}{r!(n-r)!}$$
Example from your notes: Select a group from n people, choosing r:
  • C(10, 2) = 10!/(2! ร— 8!) = 45
Key difference:
PermutationCombination
OrderMattersDoes NOT matter
Formulan!/(nโˆ’r)!n!/[r!(nโˆ’r)!]
Used forArrangementsSelections/Groups

MCQ-Style Class Intervals Tip (from your notes)

Given classes like 18โ€“26, 27โ€“35, 36โ€“44:
  • Class width (h) = 27 โˆ’ 18 = 9 โ†’ but true class boundaries adjust by 0.5:
    • 17.5โ€“26.5, 26.5โ€“35.5, 35.5โ€“44.5
    • True h = 9
  • Class mark (midpoint) = (Lower boundary + Upper boundary) / 2
    • Example: class (โˆ’2.5) to (4): class mark = (โˆ’2.5 + 4)/2 = 0.75

Quick Reference: Key Formulas Summary

MeasureFormula
Arithmetic Mean$\bar{X} = \Sigma X / n$
Weighted Mean$\bar{X}_w = \Sigma wX / \Sigma w$
Geometric Mean$G = \left(\prod X\right)^{1/n}$
Harmonic Mean$HM = n / \Sigma(1/X)$
Median (grouped)$L + h\left(\frac{n/2 - F}{f}\right)$
Mode (grouped)$L + h\left(\frac{f_1-f_0}{2f_1-f_0-f_2}\right)$
Range$X_{max} - X_{min}$
Quartile Deviation$(Q_3 - Q_1)/2$
Mean Deviation$\Sigma
Standard Deviation$\sqrt{\Sigma(X-\bar{X})^2/n}$
Permutation$n!/(n-r)!$
Combination$n!/[r!(n-r)!]$
ProbabilityFavourable outcomes / Total outcomes

How to Remember All of This

  1. Central Tendency: AM = everyday average. GM = for growth/speed. HM = for rates going back and forth.
  2. Dispersion: Range = quick & rough. SD = most precise. MD = simple absolute deviations.
  3. Skewness: If mean > mode โ†’ data is stretched to the right (positive skew).
  4. Probability: Count what you want รท count everything possible.
  5. Counting: Order matters โ†’ Permutation. Order doesn't matter โ†’ Combination.

Transform this into easiest and simplest form make it easy to under stand and memorize

Reading File
Running Command
Running Command
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
I now have all the content from the PDF. Here is the complete, simplified, and easy-to-memorize breakdown:

๐Ÿ’‰ Anti-Diabetic Drugs โ€” Simplest Complete Notes


๐Ÿ”‘ FIRST: What is Diabetes?

Simple Definition: Your blood sugar stays too high for too long because insulin isn't working properly.
Insulin's job: Move sugar (glucose) from the blood INTO cells for energy.

๐Ÿ”‘ THREE TYPES OF DIABETES โ€” Easy to Remember

TypeWhat HappensMemory Trick
Type 1Pancreas makes NO insulin"Type 1 = Zero insulin" โ€” needs insulin injections for life
Type 2Cells ignore insulin (resistance)"Type 2 = Lazy cells" โ€” most common type, adult onset
GestationalHigh sugar only during pregnancy"Gestational = Pregnancy sugar" โ€” may lead to Type 2 later (5โ€“10%)

๐Ÿ”‘ SYMPTOMS OF DIABETES โ€” "The 3 P's + More"

The 3 P's (classic):
  • Polyuria โ€” peeing too much
  • Polydipsia โ€” drinking too much (thirst)
  • Polyphagia โ€” eating too much (hunger)
Plus:
  • Weight loss
  • Blurred vision
  • Smell of acetone on breath
  • Nausea, vomiting
  • Kussmaul breathing (deep, fast breathing โ€” in severe cases)
  • Lethargy, stupor

๐Ÿ”‘ COMPLICATIONS (Long-term damage from uncontrolled diabetes)

"NERVE-KIDNEY-EYE-HEART-FEET"
  • Heart disease & hypertension
  • Diabetic eye disease (retinopathy, cataracts)
  • Renal (kidney) disease
  • Neuropathy (nerve damage)
  • Peripheral vascular disease & foot problems

๐Ÿ”‘ TREATMENT OVERVIEW

Diabetes Treatment
       โ”œโ”€โ”€ 1. INSULIN (injections)
       โ””โ”€โ”€ 2. ORAL HYPOGLYCEMIC AGENTS (pills)


PART 1: INSULIN ๐Ÿ’‰


How Does Insulin Work? (Mechanism of Action)

Think of it as a 3-step key-lock system:
Step 1: Insulin attaches to receptor (ฮฑ-subunit) on cell surface
       โ†“
Step 2: Receptor activates itself (ฮฒ-subunit phosphorylates โ†’ IRS activated)
       โ†“
Step 3: Two pathways triggered:
   โ†’ PI3 Kinase pathway: moves GLUT-4 transporters to surface โ†’ sugar enters cell
   โ†’ MAP Kinase pathway: tells cell to grow & divide
Net effects of insulin:
  • โœ… Glucose uptake by cells โ†‘
  • โœ… Glycogen synthesis โ†‘ (stores sugar)
  • โœ… Glycolysis โ†‘ (burns sugar)
  • โœ… Triglyceride synthesis โ†‘
  • โœ… Blood glucose โ†“

Types of Insulin โ€” "From Fastest to Slowest"

Memory trick: Think of a race โ€” some insulins are sprinters, some are marathon runners.
SpeedTypeExamplesOnsetPeakDuration
โšก Ultra-fastRapid analoguesLispro, Aspart, Glulisine15โ€“30 minFast~3 hrs
๐Ÿƒ ShortRegular (soluble)Crystalline Zn insulin30โ€“60 min1โ€“2 hr6โ€“8 hrs
๐Ÿšถ IntermediateNPH / Lente / SemilenteIsophane (NPH), Lente1โ€“2 hrs4โ€“8 hrs12โ€“18 hrs
๐Ÿข LongProtamine Zn / Glargine / DetemirPZI, Glargine, DetemirDelayedFlat/none24+ hrs

Key Details to Remember:

Ultra-short (Lispro, Aspart, Glulisine):
  • Fastest absorption, shortest action
  • Lispro = proline at B28 swapped for lysine
  • Aspart = proline at B28 swapped for aspartic acid
  • Glulisine = glutamic acid replaces lysine at B29
  • Reduces hypoglycemia by 20โ€“30%
Regular (Short-acting):
  • Only insulin that can be given IV (used in emergencies)
  • Used in: diabetic ketoacidosis (DKA), diabetic coma, acute infections, post-surgery
NPH (Intermediate):
  • = Insulin + Protamine (ratio 6:1 molecules)
  • Can be mixed with regular insulin
  • Given twice daily
Lente:
  • 30% Semilente + 70% Ultra-lente mix
Protamine Zinc Insulin (PZI):
  • Delayed onset, long duration
  • Given once daily with regular insulin

Routes of Insulin Administration

RouteWhen Used
Subcutaneous (S/C)Most common (daily use)
Intravenous (I/V)Emergencies only
IntraperitonealSpecial cases
Nasal spray / PumpAlternative delivery

Uses of Insulin

  1. Type 1 DM (mandatory โ€” no choice)
  2. Type 2 DM (when oral drugs fail)

Complications / Side Effects of Insulin

1. Hypoglycemia (LOW BLOOD SUGAR) โ€” Most Important โš ๏ธ

Causes:
  • Too high a dose
  • Delayed meal
  • Unusual exercise
  • More common with human insulin
Signs & Symptoms โ€” "CHEST + Brain":
  • ๐Ÿง  Mental confusion, headache, inability to concentrate
  • ๐Ÿ‘๏ธ Disturbed speech & vision
  • ๐Ÿ’“ Tachycardia, palpitations
  • ๐Ÿ’ฆ Sweating, tremors
  • ๐Ÿคค Hunger
  • โšก Convulsions & coma (severe)

2. Other Side Effects:

  • Lipodystrophy (fat changes at injection site)
  • Insulin resistance
  • Allergic reactions

Drug Interactions with Insulin

Drugs that INCREASE insulin needDrugs that DECREASE insulin need
Glucocorticoids (steroids)MAO inhibitors
Oral contraceptivesAnabolic steroids
Growth hormoneSulfonylureas
Sympathomimetics
Thyroid hormones
Thiazide diuretics
Beta-blockers = mask symptoms of hypo/hyperglycemia โš ๏ธ


PART 2: ORAL HYPOGLYCEMIC AGENTS (OHAs) ๐Ÿ’Š

These are pills taken by mouth โ€” used mainly in Type 2 DM
Oral Anti-Diabetics
    โ”œโ”€โ”€ SECRETAGOGUES (make pancreas release more insulin)
    โ”‚       โ”œโ”€โ”€ Sulfonylureas
    โ”‚       โ””โ”€โ”€ Meglitinides
    โ””โ”€โ”€ SENSITIZERS (make cells more sensitive to insulin)
            โ”œโ”€โ”€ Biguanides
            โ”œโ”€โ”€ Thiazolidinediones (Glitazones)
            โ””โ”€โ”€ Alpha-Glucosidase Inhibitors

1. SULFONYLUREAS ๐Ÿ† (Most Classic Oral Drug)

How they work (MOA):

"They force the pancreas to release insulin by closing Kโบ channels"
Step by step:
Sulfonylurea binds to receptor on ฮฒ-cell
       โ†“
Kโบ channel CLOSES โ†’ Cell membrane depolarizes
       โ†“
Caยฒโบ channel OPENS โ†’ Caยฒโบ enters cell
       โ†“
Insulin granules released โ†’ Blood sugar โ†“
Also:
  • โ†‘ Number of insulin receptors (up-regulation)
  • โ†‘ Binding of insulin to receptors
  • โ†‘ Effect of insulin
  • โ†“ Serum glucagon

Generations:

GenerationDrugsMemory Trick
1st GenChlorpropamide, Tolbutamide, Tolazamide, Acetohexamide"Chlorprop TolTol Aceto"
2nd GenGlibenclamide, Glipizide, Glimepiride, GliclazideAll start with "Gli-"

Individual Drug Profiles (Quick Cards):

DrugPotencyHalf-lifeDurationSpecial Fact
TolbutamideStandard4 hrs6โ€“12 hrsSafest for elderly; may โ†“ thyroid iodide uptake
Chlorpropamide6ร— more potent25โ€“60 hrs24โ€“72 hrsDisulfiram-like effect; causes dilutional hyponatremia (โ†‘ADH)
Acetohexamide2.5ร— more potent1 hr (parent) / 5 hrs (metabolite)10โ€“16 hrsHas diuretic effect
Tolazamide0.5ร—7 hrs18โ€“24 hrsSlow absorption, delayed onset
Glibenclamide150ร— more potent10 hrs18โ€“24 hrsHighest risk of hypoglycemia
Glipizide100ร— more potent7 hrs16โ€“24 hrs90% metabolized in liver (inactive), 10% excreted by kidney

Pharmacokinetics (general for all SUs):

  • Well absorbed orally
  • Peak effect: 2โ€“4 hours
  • Highly protein-bound โ†’ drug interactions
  • Excreted by kidneys โ†’ careful in elderly & renal insufficiency

Uses:

  1. Type 2 DM (NIDDM)
  2. Combined with insulin to reduce insulin dose

Adverse Effects โ€” "HGPAW + Blood":

  • Hypoglycemia (most important)
  • GIT โ€” nausea, vomiting, diarrhea
  • Photosensitivity
  • Allergic reactions (rashes)
  • Weight gain (โ†‘ appetite)
  • Blood dyscrasias โ€” leukopenia, thrombocytopenia, agranulocytosis, hemolytic anemia

Contraindications:

  • Hypersensitivity
  • Renal/hepatic/endocrine dysfunction
  • Pregnancy โŒ

2. MEGLITINIDES (Repaglinide, Nateglinide)

"Mini sulfonylureas โ€” works only around meal time"
MOA: Same as sulfonylureas (block Kโบ-ATP channels โ†’ insulin release) BUT bind to a different site on the receptor.
Key features:
  • Rapid onset + short duration โ†’ acts at mealtime
  • Called "postprandial glucose regulators"
  • Should NOT be combined with sulfonylureas (overlap)
  • Can combine with metformin or glitazones
Pharmacokinetics:
  • Take 1โ€“30 minutes before meals
  • Metabolized by CYP3A4 in liver
  • Excreted through bile
Adverse effects:
  • Hypoglycemia (less than sulfonylureas)
  • Weight gain
Drug interactions:
  • CYP3A4 inhibitors (ketoconazole, erythromycin, clarithromycin) โ†’ enhance effect โ†’ risk of hypoglycemia
  • CYP3A4 inducers (rifampin, carbamazepine, barbiturates) โ†’ reduce effect

3. BIGUANIDES (Metformin โ€” King of Type 2 DM) ๐Ÿ‘‘

"Metformin doesn't make more insulin โ€” it just uses what's there better"
MOA (How it works):
  • โ†“ Hepatic gluconeogenesis (liver stops making new sugar) โ€” Main effect
  • โ†‘ Glycolysis in peripheral tissues (burns sugar faster)
  • โ†“ Glucose absorption from gut
  • โ†“ Plasma glucagon
  • โ†‘ Binding of insulin to its receptors
Examples: Metformin, Phenformin, Buformin
Uses:
  • Type 2 DM (especially with obesity)
  • Refractory obesity with hyperglycemia
Adverse effects:
  • Metallic taste in mouth
  • Anorexia, nausea, vomiting
  • Lactic acidosis (rare but serious โ€” especially with phenformin)
Contraindications โ€” "RHAC":
  • Renal disease
  • Hepatic disease
  • Alcoholism
  • Chronic cardiopulmonary dysfunction
Why? These conditions risk lactic acidosis.

4. THIAZOLIDINEDIONES / GLITAZONES (Pioglitazone, Rosiglitazone)

"They target fat cells to make the whole body more sensitive to insulin"
MOA:
  • Activate PPAR-ฮณ (a receptor inside cell nucleus)
  • This regulates adipocyte production, fatty acid secretion, and glucose metabolism
  • Result: โ†‘ Insulin sensitivity in fat, liver, and muscle
Examples: Pioglitazone, Rosiglitazone (commonly used); Ciglitazone, Troglitazone (older/discontinued)
Adverse effects:
  • Weight gain
  • Fluid retention / edema
  • Liver toxicity (especially troglitazone โ€” withdrawn)
  • Increased risk of heart failure (rosiglitazone)

5. ALPHA-GLUCOSIDASE INHIBITORS (Acarbose, Miglitol)

"They block sugar digestion in the gut โ€” sugar absorbed slower"
MOA:
  • Inhibit alpha-glucosidase enzyme in the intestine
  • Slows breakdown of complex carbohydrates โ†’ slower glucose absorption โ†’ blunts after-meal spike
Adverse effects:
  • Flatulence (gas), bloating, diarrhea (undigested carbs ferment in gut)


๐Ÿง  MASTER MEMORY TABLE โ€” Oral Anti-Diabetics at a Glance

Drug ClassExampleWorks ByMain UseKey Side Effect
SulfonylureasGlibenclamideโ†‘ Insulin release (close Kโบ channels)Type 2 DMHypoglycemia, wt gain
MeglitinidesRepaglinideโ†‘ Insulin release (meal-time)Post-meal sugar spikeLess hypoglycemia
BiguanidesMetforminโ†“ Liver glucose productionType 2 DM + obesityLactic acidosis, GI upset
GlitazonesPioglitazoneActivate PPAR-ฮณ โ†’ โ†‘ sensitivityType 2 DMEdema, wt gain
Alpha-GIAcarboseBlock gut carb digestionAfter-meal spikesFlatulence, diarrhea

โšก RAPID RECALL โ€” Insulin Types in Order

ULTRA-FAST โ†’ SHORT โ†’ INTERMEDIATE โ†’ LONG
  Lispro      Regular    NPH/Lente     Glargine
  Aspart      (IV only)  (twice daily)  (once daily)
  Glulisine

โšก ONE-LINE MEMORY TRICKS

FactTrick
Type 1 = no insulin"Type 1 = Zero"
Type 2 = cells resist insulin"Type 2 = Lazy cells"
Regular insulin = only IV form"Regular is the emergency one"
Sulfonylureas close Kโบ channels"SU blocks K โ†’ depolarize โ†’ Ca in โ†’ Insulin out"
Metformin = reduces liver glucose"Met STOPS the liver factory"
Glitazones target PPAR-ฮณ"Gli hits the FAT cell nucleus"
Acarbose blocks gut enzyme"Acarbose stops digestion at the door"
Chlorpropamide = ADH effect"Chlorpropamide holds water (ADH)"
Beta-blockers mask hypoglycemia"Beta-blockers hide the warning signs"
This is a shared conversation. Sign in to Orris to start your own chat.