1. What Is Mathematical Thinking?
Mathematical thinking is an approach to problem-solving that focuses on breaking a problem down logically and examining patterns and relationships within data. It helps transform complex situations into smaller, manageable parts that are easier to analyze.
This approach does not require advanced math skills. The emphasis is on structured reasoning rather than memorizing formulas.
Core elements of mathematical thinking
- Breaking problems into step-by-step components
- Identifying relationships between variables
- Recognizing patterns in data
- Applying logic to guide analysis
2. Why Mathematical Thinking Matters in Data Analysis
Mathematical thinking helps data analysts determine which analytical tools make sense for a given problem. By understanding the structure of a problem, analysts can choose methods that are both efficient and logically appropriate.
One of the most important factors in tool selection is the size and scope of the data.
3. Small Data vs. Big Data
Data can be categorized by scale and complexity into small data and big data.
Small Data
Small data consists of narrowly focused datasets collected over a short, clearly defined period.
Example: daily water intake.
Characteristics
- Useful for day-to-day decisions
- Simple structure
- Easily analyzed using spreadsheets
- Limited impact on large-scale operations
Big Data
Big data involves large, complex datasets collected over long periods of time. These datasets usually require preprocessing before analysis.
Characteristics
- Supports organization-level decisions
- Addresses large-scale questions
- Requires powerful tools such as SQL
- Often needs aggregation and filtering
4. Example: Hospital Bed Optimization
Hospitals may experience problems with overuse or underuse of beds. The goal in this situation is to optimize bed usage so that beds are available when needed without wasting space or financial resources.
Mathematical thinking allows this problem to be broken down into logical steps.
5. Identifying Key Variables and Metrics
Rather than analyzing every variable at once, focusing on key variables makes the problem easier to understand.
Relevant variables include
- Number of beds in use
- Number of beds available
- Bed usage over a defined time period
This scenario uses a well-established metric.
6. Bed Occupancy Rate
The bed occupancy rate measures how efficiently hospital beds are being used.
Key components
- Total inpatient days
- Total number of available beds
- Measurement over a specific period
This metric reveals patterns that help determine whether beds are underutilized or overutilized.
7. Choosing the Right Analytical Tool
Hospitals generate large volumes of patient data over long periods. An analytical tool capable of handling large datasets is therefore required.
Tool selection logic
- Large data volume → SQL is appropriate
- Long time span → Aggregation and conditional analysis needed
SQL analysis may reveal that a hospital consistently has unused beds.
8. From Analysis to Decision-Making
Once unused capacity is identified, hospital administrators can reduce excess beds and reallocate space and funding to more critical needs, such as storing medical or protective equipment.
This example shows how mathematical thinking:
- Structures a complex problem
- Clarifies relationships between variables
- Leads to practical, data-supported decisions
9. Key Takeaways
- Mathematical thinking focuses on logical problem decomposition
- Complex problems become manageable through structured reasoning
- Data size influences tool selection
- Spreadsheets suit small data; SQL suits big data
- Metrics help reveal relationships between variables
- Mathematical thinking enables new insights and effective solutions
One-sentence summary
Mathematical thinking helps data analysts structure problems, select appropriate tools and metrics, and make sound decisions based on logical analysis.
