📚

Mathematical Modeling and Data Representation

Jul 11, 2024

Lecture Notes: Mathematical Modeling and Data Representation

Chapter 1: Mathematical Modeling

Key Concepts

  • Discrete Data: Countable data (e.g. number of people)
  • Continuous Data: Data with a range of measurements (e.g. height, weight)

Advantages of Models

  • Quick and easy
  • Aid in making predictions (although not commonly seen in papers)

Disadvantages of Models

  • Simplify real-world situations, potentially causing errors
  • May only be effective under certain conditions

Chapter 2: Measures and Location of Spread

Key Measures

  • Mode: Most common value
  • Median: Middle value

Frequency Tables

  • Recap of GCSE content
  • Adjust mid-values for continuous data (e.g., change 10 to 10.5)

Key Calculations

  • Variance: Standard deviation squared
  • Standard Deviation: Square root of variance

Formula Reminder

  • Mean of squares formula: (Σx² / n) - (mean)²
  • For grouped frequency, use x * y instead of x

Coded Data

  • For coded data y = 4x + 2:
    • Mean: Apply all operations (multiplier and add)
    • Standard Deviation: Only apply the multiplier
    • Variance: Square the multiplier

Linear Interpolation

  • Find the position within an interval and calculate proportion
  • Example: Interval 10-14 with frequency 12-20, find 18th position

Chapter 3: Representation of Data

Stem and Leaf Diagrams

  • Include a key (e.g., 1 | 4 = 14)

Histograms

  • Compute heights based on frequency densities
  • Example: Width 4, height 2, frequency 20; determine height for another width

Box Plots

  • Each section represents 25% of the data
  • Skewness: Based on the relative lengths of quartile sections

Chapter 4: Probability

Key Points

  • Mutually Exclusive Events: P(A ∪ B) = P(A) + P(B)
  • Independent Events: P(A ∩ B) = P(A) * P(B)

Probabilities and Venn Diagrams

  • Given condition impacts the probabilities (think denominator)
  • P(A|B) = P(A ∩ B) / P(B)
  • P(A ∩ B) = 0 if mutually exclusive
  • P(A|B) = P(A) indicates independence

Chapter 5: Correlation and Regression

Key Formulas

  • Regression line: y = a + bx
  • b = Sxy / Sxx
  • a = mean of Y - b * (mean of X)

Correlation

  • Close to 1 or -1: Strong correlation
  • Close to 0: No correlation
  • Correlation coefficient (r) is not affected by coding

Chapter 6: Discrete Random Variables

Key Concepts

  • Probabilities sum to 1
  • Expected value E(X) = Σ[x * P(X)]
  • Variance: Var(X) = E(X²) - (E(X))²

Coded Data Effects

  • Expectation: Apply all coding operations
  • Variance: Only apply the multiplier squared
  • Symmetrical distributions: Mean = median

Chapter 7: Normal Distribution

Key Points

  • Z-scores: Z = (X - μ) / σ
  • Area under curve total = 1
  • Typical questions: Finding probabilities, finding X values given probabilities

Using a Calculator

  • For probabilities: Use normal cumulative distribution
  • For finding X values: Use inverse normal function
  • Common Z-score formulas and properties of the normal curve