Statistics is a branch of mathematics that deals with collecting, organizing, and analyzing numerical data to solve real-world problems. It is widely regarded as a distinct scientific discipline due to its vast applications across various fields.
- Helps make sense of complex data through quantitative models.
- Plays a critical role in decision-making in fields like weather forecasting, stock market analysis, insurance, and data science.
Here are some examples of statistical concepts in action:
Statistics in Mathematics is the field that focuses on the collection, analysis, interpretation, and presentation of data. By analyzing numerical data, it allows us to draw meaningful conclusions and insights from complex data sets.
- According to Merriam-Webster: Statistics is the science of collecting, analyzing, interpreting, and presenting masses of numerical data.
- According to Oxford English Dictionary: Statistics is a branch of mathematics dealing with the collection, analysis, interpretation, presentation, and organization of data.
Statistics Terminologies
Some of the most common terms you might come across in statistics are:
- Population: It is actually a collection of a set of individual objects or events whose properties are to be analyzed.
- Sample: It is the subset of a population.
- Variable: It is a characteristic that can have different values.
- Parameter: It is numerical characteristic of population.
Statistics Examples
Some real-life examples of statistics that you might have seen:
Example 1:In a class of 45 students, we calculate their mean marks to evaluate performance of that class.
Example 2: Before elections, you might have seen exit polls. Exit polls are opinion of population sample, that are used to predict election results.
Types of Statistics
There are 2 types of statistics:
- Descriptive Statistics
- Inferential Statistics
Types of statistics are explained in the image added below:
Types of statisticsNow, let's learn the same in detail.
Descriptive Statistics
Descriptive statistics uses data that describes the population either through numerical calculated graphs or tables. It provides a graphical summary of data.
It is simply used for summarizing objects, etc. There are two categories in this as follows.
- Measure of Central Tendency
- Measure of Variability
Let's discuss both categories in detail.
Measure of Central Tendency
Measure of central tendency is also known as summary statistics that are used to represent the center point or a particular value of a data set or sample set. In statistics, three common measures of central tendency are:
Statistics formula
Statistic | Formula | Definition | Example |
---|
Mean | x̄=∑ x/n | The arithmetic average of a set of values. It's calculated by adding up all the values in the data set and dividing by the number of values. | Example: Consider the data set {2, 4, 6, 8, 10}. (2+4+6+8+10/ 5) = (30/5) Mean = 6
|
---|
Median | Middle value in an ordered data set | The middle value of a data set when it is arranged in ascending or descending order. If there's an odd number of observations, it's the value at the center position. If there's an even number, it's the average of the two middle values. | Example: Data set {3, 6, 9, 12, 15}. Median = 9 |
---|
Mode | Value that appears most frequently in a data set | The value that occurs most frequently in a data set. There can be one mode (unimodal), multiple modes (multimodal), or no mode if all values occur with the same frequency. | Example: Data set {2, 3, 4, 4, 5, 6, 6, 6, 7}. Mode = 6 |
---|
Mean
It is the measure of the average of all values in a sample set. The mean of the data set is calculated using the following formula:
Mean = ∑\frac{x}{n}
For example:
Cars | Mileage | Cylinder |
---|
Swift | 21.3 | 3 |
Verna | 20.8 | 2 |
Santra | 19 | 5 |
Mean = (Sum of all Terms)/(Total Number of Terms)
⇒ Mean = (21.3 + 20.8 + 19) /3 = 61.1/3
⇒ Mean = 20.366
It is the measure of the central value of a sample set. In these, the data set is ordered from lowest to highest value and then finds the exact middle. The formula used to calculate the median of the data set is, suppose we are given 'n' terms in s data set:
If n is Even, Median = [(n/2)th term + {(n/2 )+ 1}th term]/2
If n is Odd, Median = \frac{(n + 1)}{2}
For example:
Cars | Mileage | Cylinder |
---|
Swift | 21.3 | 3 |
Verna | 20.8 | 2 |
Santra | 19 | 5 |
i-20 | 15 | 4 |
Data in at order: 15, 19, 20.8, 21.3
⇒ Median = (20.8 + 19) /2 = 39.8/2
⇒ Median = 19.9
Mode
It is the value most frequently arrived at in the sample set. The value repeated most of the time in the central set is the mode. The mode of the data set is calculated using the following formula:
Mode = Term with Highest Frequency
- For example: {2, 3, 4, 2, 4, 6, 4, 7, 7, 4, 2, 4}
- 4 is the most frequent term in this data set.
- Thus, the mode is 4.
Measure of Variability
The measure of Variability is also known as the measure of dispersion and is used to describe variability in a sample or population. In statistics, there are three common measures of variability, as shown below:
1. Range of Data
It is a given measure of how to spread apart values in a sample set or data set.
Range = Maximum value - Minimum value
2. Variance
In probability theory and statistics, variance measures a data set's spread or dispersion. It is calculated by averaging the squared deviations from the mean. Variance is usually represented by the symbol σ2.
S^2 = \sum_{i=1}^{n} \frac{(x_i - \bar{x})^2}{n}
- n represents total data points
- ͞x represents the mean of data points
- xi represents individual data points
Variance measures variability. The more spread out the data, the greater the variance compared to the average.
There are two types of variance:
- Population variance: Often represented as σ²
- Sample variance is often represented as s².
Note: The standard deviation is the square root of the variance.
3. Standard Deviation
Standard Deviation is a measure of how widely distributed a set of values are from the mean. It compares every data point to the average of all the data points.
Standard Deviation Formula
s = \sqrt{\frac{1}{n-1} \sum_{i=1}^{n} (x_i - \bar{x})^2}
where,
- s is Population Standard Deviation
- xi is ith observation
- x̄ is the Sample Mean
- N is the Number of Observations
A low Standard Deviationmeans values are close to the average, while a high standard deviation means values spread out over a wider range. Standard deviation is like the distance between points but is applied differently. Using algebra on squares and square roots rather than absolute values, makes standard deviation convenient in various mathematical applications.
4. Interquartile Range (IQR)
The Interquartile Range is a measure of statistical dispersion, or how spread out the data points are in a data set. It is the range between the first quartile (Q1) and the third quartile (Q3) of a data set, which represents the middle 50% of the data.
IQR= Q3−Q1
Where:
- Q1 is the first quartile (25th percentile), which is the median of the lower half of the data.
- Q3 is the third quartile (75th percentile), which is the median of the upper half of the data.
Inferential Statistics
Inferential Statistics makes inferences and predictions about the population based on a sample of data taken from the population. It generalizes a large dataset and applies probabilities to conclude.
It is simply used for explaining the meaning of descriptive stats. It is simply used to analyze, interpret results, and draw conclusions. Inferential Statistics is mainly related to and associated with hypothesis testing, whose main target is to reject the null hypothesis.
Types of Inferential Statistics
Various types of inferential statistics are used widely nowadays and are very easy to interpret. These are given below:
- One sample test of difference/One sample hypothesis test
- Confidence Interval
- Contingency Tables and Chi-Square Statistic
- T-test or Anova
- Pearson Correlation
- Bivariate Regression
- Multi-variate Regression
Hypothesis Testing
Hypothesis testing is a type of inferential procedure that takes the help of sample data to evaluate and assess the credibility of a hypothesis about a population.
Inferential statistics are generally used to determine how strong a relationship is within the sample. However, it is very difficult to obtain a population list and draw a random sample. Inferential statistics can be done with the help of various steps as given below:
- Obtain and start with a theory.
- Generate a research hypothesis.
- Operationalize or use variables
- Identify or find out the population to which we can apply study material.
- Generate or form a null hypothesis for these populations.
- Collect and gather a sample of children from the population and simply run a study.
- Then, perform all tests of statistical to clarify if the obtained characteristics of the sample are sufficiently different from what would be expected under the null hypothesis so that we can be able to find and reject the null hypothesis.
Correlation Coefficient
A correlation coefficient is a numerical estimate of the statistical connection that exists between two variables. The variables could be two columns from a data set or two elements of a multivariate random variable.
The Pearson correlation coefficient (r) measures linear correlation, ranging from -1 to 1. It shows the strength and direction of the relationship between two variables. A coefficient of 0 means no linear relationship, while -1 or +1 indicates a perfect linear relationship.
Here are some examples of correlations:
- Positive linear correlation: When the variable on the x-axis rises as the variable on the y-axis increases.
- Negative linear correlation: When the values of the two variables move in opposite directions.
- Nonlinear correlation: Also called curvilinear correlation.
- No correlation: When the two variables are entirely independent.
Coefficient of Variation
The Coefficient of Variation (CV) is a statistical measure of the relative variability of data. It represents the ratio of the standard deviation to the mean and is often expressed as a percentage.
Formula:
CV = σ/μ × 100
Where,
- σ is Standard Deviation
- μ is Arithmetic Mean
Data in Statistics
Data is the collection of numbers, words, or anything that can be arranged to form meaningful information. There are various types of data in the statistics that are added below.
Types of Data
Various types of Data used in statistics are,
- Qualitative Data -Qualitative data is the descriptive data of any object. For example, Kabir is tall, Kaira is thin, etc.
- Quantitative Data - Quantitative data is the numerical data of any object. For example, he ate three chapatis, and we are five friends.
Types of Quantitative Data
We have two types of quantitative data that include,
- Discrete Data: The data that have fixed value is called discrete data and can easily be counted.
- Continuous Data: The data that has no fixed value and has a range of data is called continuous data. It can be measured.
Representation of Data
We can easily represent the data using various graphs, charts, or tables. The various types of representing data sets are:
Read more about the Representation of Data in statistics from Types of Graphs in Statistics
Models of Statistics
Various models of Statistics are used to measure different forms of data. Some of the models of the statistics are added below:
- Skewness in Statistics
- ANOVA Statistics
- Degree of Freedom
- Regression Analysis
- Mean Deviation for Ungrouped Data
- Mean Deviation for Discrete Grouped Data
- Exploratory Data Analysis
- Causal Analysis
- Associational Statistical Analysis
Let's learn about them in detail.
Skewness in Statistics
Skewness in statistics is defined as the measure of the asymmetry in a probability distribution that is used to measure the normal probability distribution of data.
Skewed data can be either positive or negative. If a data curve shifts from left to right is called positively skewed. If the curve moves from right to left, it is called left-skewed.
ANOVA Statistics
ANOVA is another name for the Analysis of Variance in statistics. In the ANOVA model, we use the difference of the mean of the data set from the individual data set to measure the dispersion of the data set.
Analysis of Variance (ANOVA) is a set of statistical tools created by Ronald Fisher to compare means. It helps analyze differences among group averages. ANOVA looks at two kinds of variation: the differences between group averages and the differences within each group. The test tells us if there are disparities among the levels of the independent variable, though it doesn't pinpoint which differences matter the most.
ANOVA relies on four key assumptions:
- Interval Scale: The dependent data should be measured at an interval scale, meaning the intervals between values are consistent.
- Normal Distribution: The population distribution should ideally be normal, resembling a bell curve.
- Homoscedasticity: This assumption states that the variances of the errors should be consistent across all levels of the independent variable.
- Multicollinearity: There shouldn't be a significant correlation among the independent variables, as this can skew results.
It operates with a null hypothesis (H0) and an alternative hypothesis (H1). The null hypothesis generally posits that there's no difference among the means of the samples, while the alternative hypothesis suggests at least one difference exists among the means of the samples.
Degree of Freedom
Degree of Freedom model in statistics measures the changes in the data set if there is a change in the value of the data set. We can move data in this model if we want to estimate any parameter of the data set.
Degree of Freedom formula is equal to the size of a sample of data minus one.
Df = N – 1
where,
- Df is Degree of Freedom
- N is Actual Sample Size
Regression Analysis
Regression Analysis model of the statistics is used to determine the relation between the variables. It gives the relation between the dependent variable and the independent variable.
There are various types of regression analysis techniques:
- Linear Regression: Used when the relationship between variables is linear, where changes in the dependent variable are proportional to the independent variable.
- Logistic Regression: Predicts categorical dependent variables (e.g., yes/no, 0/1) and is used in classification tasks like fraud detection or spam classification.
- Ridge Regression: Addresses multicollinearity by adding a penalty term to the regression equation, preventing overfitting, especially when there are more predictors than observations.
- Lasso Regression: Similar to ridge regression but shrinks some coefficients to zero, effectively performing variable selection.
- Polynomial Regression: Uses polynomial functions to capture nonlinear relationships between variables that simple linear regression cannot model.
- Bayesian Linear Regression: Integrates Bayesian statistics, allowing for parameter estimation with uncertainty and incorporating prior knowledge into the regression model.
How to create a Data and table
- Choose the right chart type: Different chart types are better suited for different kinds of data. For example, bar charts are good for comparing categories, while line charts are good for showing trends over time.
- Keep it simple: Don't overload your chart with too much information. Make sure the labels are clear and easy to read.
- Use clear and concise titles: Your chart title should accurately reflect the information being presented.
- Use color effectively: Color can be a great way to highlight important data points, but avoid using too many colors or colors that clash.
Mean Deviation for Ungrouped Data
Suppose we are given 'n' terms in a data set, x1, x2, x3, ..., xn, then the mean deviation about means and median is calculated using the formula,
Mean Deviation for Ungrouped Data = Sum of Deviation/Number of Observation
Mean of Ungrouped Data = ∑in (x - μ)/n
Mean Deviation for Discrete Grouped Data
Let there are x1, x2, x3, ..., xn term and their respective frequency are, f1, f2, f3, ..., fn then the mean is calculated using the formula,
a) Mean Deviation About Mean
Mean deviation about the mean of the data set is calculated using the following formula,
- Mean Deviation (μ) = ∑i = 1n fi (xi - μ)/N
b) Mean Deviation About Median
Mean deviation about the median of the data set is calculated using the following formula,
- Mean Deviation (μ) = ∑i = 1n fi (xi - M)/N
Exploratory Data Analysis
Exploratory data analysis (EDA) is a statistical approach for summarizing the main characteristics of data sets. It's an important first step in any data analysis.
Here are some steps involved in EDA:
- Collect data
- Find and understand all variables
- Clean the dataset
- Identify correlated variables
- Choose the right statistical methods
- Visualize and analyze results
Exploratory Data Analysis (EDA) uses graphs and visual tools to spot overall trends and peculiarities in data. These can be anything from outliers, which are data points that stand out, to unexpected characteristics of the data set.
Following are the four types of EDA:
- Univariate non-graphical
- Multivariate non-graphical
- Univariate graphical
- Multivariate graphical
Causal Analysis
Causal analysis is a process that aims to identify and understand the causes and effects of a problem. It involves:
- Identifying the relevant variables and collecting data.
- Analyzing the data using statistical techniques to determine whether there is a significant relationship between the variables.
- Concluding the causal relationship between the variables.
Causal analysis differs from simple correlation in that it investigates the underlying mechanisms and factors that drive changes in variable values rather than simply finding statistical links. It provides evidence of the causal relationships between variables.
Let's look at some examples where we might use causal analysis:
- We want to know if adding more fertilizer makes plants grow better.
- Can taking a specific medicine prevent someone from getting sick?
To determine cause and effect, we use randomized controlled trials, where different treatments are applied to groups and results are compared. However, confounding can occur when a third factor creates a false connection, leading to incorrect conclusions about cause and effect.
Associational Statistical Analysis
Associational statistical analysis is a method that researchers use to identify correlations between many variables. It can also be used to examine whether researchers can draw conclusions and make predictions about one data set based on the features of another.
Associational analysis examines how two or more features are related while considering other possible influencing factors.
Some measures of association are:
Chi-square Test for Association
Chi-square test of independence, also called the chi-square test of association, is a statistical method for determining the relationship between two variables that are categorical. It assesses if the variables are unrelated or related. Chi-square test determines the statistical significance of the relationship between variables rather than the intensity of the association. It determines if there is a substantial difference between the observed and expected data. By comparing the two datasets, we can determine whether the variables have a logical association.
For example, a chi-square test can be done to see if there is a statistically significant relationship between gender and the type of product bought. A p-value larger than 0.02 indicates that there is no statistically significant correlation.
Data Analysis
Data Analysis is all about making sense of information by using mathematical and logical methods. In simpler terms, it means looking carefully at lots of facts and figures, organizing them, summarizing them, and then checking to see if everything adds up correctly.
Types of Data Analysis
There are three types of data analysis, which are as follows:
- Descriptive Analysis
- Predictive Analysis
- Prescriptive Analysis
Descriptive Analysis
Examining numerical data and calculations aids in comprehending business operations. Descriptive analysis serves various purposes, such as:
- Assessing customer satisfaction
- Monitoring campaigns
- Producing reports
- Evaluating performance
Predictive Analysis
Uses historical data, statistical models, and machine learning algorithms to identify patterns and make predictions about future outcomes. Some applications of predictive analytics are:
- Sales Forecasting: Predictive analytics can help businesses forecast future sales trends based on historical data and market variables.
- Customer Churn Prediction: Businesses can use predictive analytics to identify customers who are likely to churn or stop using their services, allowing proactive measures to retain them.
- Healthcare Diagnostics: Predictive analytics can aid in diagnosing diseases and predicting patient outcomes based on medical history, symptoms, and other relevant data.
Prescriptive Analysis
Uses extensive methods and technologies to analyze data and information to determine the best course of action or plan.
For example, the prescriptive analysis may suggest specific products to online customers based on their previous behavior.
Applications of Statistics
Various applications of statistics in mathematics are added below.,
- Statistics is used in mathematical computing.
- Statistics is used in finding probability and chances.
- Statistics is used in weather forcasting, etc.
Business Statistics
Business statistics is the process of collecting, analyzing, interpreting, and presenting data relevant to business operations and decision-making. It is a critical tool for organizations to gain insights into their performance, market dynamics, and customer behavior.
Scope of Statistics
Statistics is a branch of mathematics that deals with the collection, organization, analysis, interpretation, and presentation of data. It is used in a wide variety of fields, including:
- Science: Statistics is used to design experiments, analyze data, and draw conclusions about the natural world.
- Business: Statistics is used to market products, track sales, and make financial decisions.
- Government: Statistics is used to track economic trends, measure the effectiveness of government programs, and allocate resources.
- Healthcare: Statistics is used to develop new drugs, track the spread of diseases, and assess the effectiveness of medical treatments.
- Sports: Statistics is used to analyze player performance, scout new talent, and predict the outcome of games.
Limitations of Statistics
While statistics is a powerful tool, it is important to be aware of its limitations. Some of the most important limitations include:
- Data quality: The quality of statistical analysis is limited by the quality of the data. If the data is inaccurate, incomplete, or biased, the results of the analysis will also be inaccurate, incomplete, or biased.
- Sampling: Statistics is often based on samples of data rather than the entire population. This means that the results of the analysis may not be generalizable to the entire population.
- Assumptions: Statistical methods often rely on assumptions about the data, such as the assumption that the data is normally distributed. If these assumptions are not met, the results of the analysis may be misleading.
- Causation vs. correlation: Statistics can show that two variables are correlated, but it cannot prove that one variable causes the other.
- Misinterpretation: Statistics can be misused or misinterpreted, leading to false conclusions.
Solved Problems - Statistics
Example 1: Find the mean of the data set.
Solution:
Mean = (Σf ixi)/Σfi
Σfixi = (6 + 12 + 20 + 40) = 78, and
Σfi = 16
⇒ Mean = 78/16 = 4.875
Example 2: Find the Standard Deviation of 4, 7, 10, 13, and 16.
Solution:
Given,
- xi = 4, 7, 10, 13, 16
- N = 5
Σxi = (4 + 7 + 10 + 13 + 16) = 50
⇒ Mean(μ) = Σxi/N = 50/5 = 10
Standard Deviation = √(σ) = √{∑i = 1n (xi - μ)}/N
⇒ SD = √{1/5[(4 - 10)2 + (7 - 10)2 + (10 - 10)2 + (13 - 10)2 + (16 - 10)2]}
⇒ SD = √{1/5[36 + 9 + 0 + 9 + 36] = √{1/5[90]} = √18
Introduction of Statistics and its Types
Similar Reads
Maths Mathematics, often referred to as "math" for short. It is the study of numbers, quantities, shapes, structures, patterns, and relationships. It is a fundamental subject that explores the logical reasoning and systematic approach to solving problems. Mathematics is used extensively in various fields
5 min read
Basic Arithmetic
What are Numbers?Numbers are symbols we use to count, measure, and describe things. They are everywhere in our daily lives and help us understand and organize the world.Numbers are like tools that help us:Count how many things there are (e.g., 1 apple, 3 pencils).Measure things (e.g., 5 meters, 10 kilograms).Show or
15+ min read
Arithmetic OperationsArithmetic Operations are the basic mathematical operationsâAddition, Subtraction, Multiplication, and Divisionâused for calculations. These operations form the foundation of mathematics and are essential in daily life, such as sharing items, calculating bills, solving time and work problems, and in
9 min read
Fractions - Definition, Types and ExamplesFractions are numerical expressions used to represent parts of a whole or ratios between quantities. They consist of a numerator (the top number), indicating how many parts are considered, and a denominator (the bottom number), showing the total number of equal parts the whole is divided into. For E
7 min read
What are Decimals?Decimals are numbers that use a decimal point to separate the whole number part from the fractional part. This system helps represent values between whole numbers, making it easier to express and measure smaller quantities. Each digit after the decimal point represents a specific place value, like t
10 min read
ExponentsExponents are a way to show that a number (base) is multiplied by itself many times. It's written as a small number (called the exponent) to the top right of the base number.Think of exponents as a shortcut for repeated multiplication:23 means 2 x 2 x 2 = 8 52 means 5 x 5 = 25So instead of writing t
9 min read
PercentageIn mathematics, a percentage is a figure or ratio that signifies a fraction out of 100, i.e., A fraction whose denominator is 100 is called a Percent. In all the fractions where the denominator is 100, we can remove the denominator and put the % sign.For example, the fraction 23/100 can be written a
5 min read
Algebra
Variable in MathsA variable is like a placeholder or a box that can hold different values. In math, it's often represented by a letter, like x or y. The value of a variable can change depending on the situation. For example, if you have the equation y = 2x + 3, the value of y depends on the value of x. So, if you ch
5 min read
Polynomials| Degree | Types | Properties and ExamplesPolynomials are mathematical expressions made up of variables (often represented by letters like x, y, etc.), constants (like numbers), and exponents (which are non-negative integers). These expressions are combined using addition, subtraction, and multiplication operations.A polynomial can have one
9 min read
CoefficientA coefficient is a number that multiplies a variable in a mathematical expression. It tells you how much of that variable you have. For example, in the term 5x, the coefficient is 5 â it means 5 times the variable x.Coefficients can be positive, negative, or zero. Algebraic EquationA coefficient is
8 min read
Algebraic IdentitiesAlgebraic Identities are fundamental equations in algebra where the left-hand side of the equation is always equal to the right-hand side, regardless of the values of the variables involved. These identities play a crucial role in simplifying algebraic computations and are essential for solving vari
14 min read
Properties of Algebraic OperationsAlgebraic operations are mathematical processes that involve the manipulation of numbers, variables, and symbols to produce new results or expressions. The basic algebraic operations are:Addition ( + ): The process of combining two or more numbers to get a sum. For example, 3 + 5 = 8.Subtraction (â)
3 min read
Geometry
Lines and AnglesLines and Angles are the basic terms used in geometry. They provide a base for understanding all the concepts of geometry. We define a line as a 1-D figure that can be extended to infinity in opposite directions, whereas an angle is defined as the opening created by joining two or more lines. An ang
9 min read
Geometric Shapes in MathsGeometric shapes are mathematical figures that represent the forms of objects in the real world. These shapes have defined boundaries, angles, and surfaces, and are fundamental to understanding geometry. Geometric shapes can be categorized into two main types based on their dimensions:2D Shapes (Two
2 min read
Area and Perimeter of Shapes | Formula and ExamplesArea and Perimeter are the two fundamental properties related to 2-dimensional shapes. Defining the size of the shape and the length of its boundary. By learning about the areas of 2D shapes, we can easily determine the surface areas of 3D bodies and the perimeter helps us to calculate the length of
10 min read
Surface Areas and VolumesSurface Area and Volume are two fundamental properties of a three-dimensional (3D) shape that help us understand and measure the space they occupy and their outer surfaces.Knowing how to determine surface area and volumes can be incredibly practical and handy in cases where you want to calculate the
10 min read
Points, Lines and PlanesPoints, Lines, and Planes are basic terms used in Geometry that have a specific meaning and are used to define the basis of geometry. We define a point as a location in 3-D or 2-D space that is represented using coordinates. We define a line as a geometrical figure that is extended in both direction
14 min read
Coordinate Axes and Coordinate Planes in 3D spaceIn a plane, we know that we need two mutually perpendicular lines to locate the position of a point. These lines are called coordinate axes of the plane and the plane is usually called the Cartesian plane. But in real life, we do not have such a plane. In real life, we need some extra information su
6 min read
Trigonometry & Vector Algebra
Trigonometric RatiosThere are three sides of a triangle Hypotenuse, Adjacent, and Opposite. The ratios between these sides based on the angle between them is called Trigonometric Ratio. The six trigonometric ratios are: sine (sin), cosine (cos), tangent (tan), cotangent (cot), cosecant (cosec), and secant (sec).As give
4 min read
Trigonometric Equations | Definition, Examples & How to SolveTrigonometric equations are mathematical expressions that involve trigonometric functions (such as sine, cosine, tangent, etc.) and are set equal to a value. The goal is to find the values of the variable (usually an angle) that satisfy the equation.For example, a simple trigonometric equation might
9 min read
Trigonometric IdentitiesTrigonometric identities play an important role in simplifying expressions and solving equations involving trigonometric functions. These identities, which include relationships between angles and sides of triangles, are widely used in fields like geometry, engineering, and physics. Some important t
10 min read
Trigonometric FunctionsTrigonometric Functions, often simply called trig functions, are mathematical functions that relate the angles of a right triangle to the ratios of the lengths of its sides.Trigonometric functions are the basic functions used in trigonometry and they are used for solving various types of problems in
6 min read
Inverse Trigonometric Functions | Definition, Formula, Types and Examples Inverse trigonometric functions are the inverse functions of basic trigonometric functions. In mathematics, inverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. The inverse trigonometric functions are the inverse functions of basic trigonometric function
11 min read
Inverse Trigonometric IdentitiesInverse trigonometric functions are also known as arcus functions or anti-trigonometric functions. These functions are the inverse functions of basic trigonometric functions, i.e., sine, cosine, tangent, cosecant, secant, and cotangent. It is used to find the angles with any trigonometric ratio. Inv
9 min read
Calculus
Introduction to Differential CalculusDifferential calculus is a branch of calculus that deals with the study of rates of change of functions and the behaviour of these functions in response to infinitesimal changes in their independent variables.Some of the prerequisites for Differential Calculus include:Independent and Dependent Varia
6 min read
Limits in CalculusIn mathematics, a limit is a fundamental concept that describes the behaviour of a function or sequence as its input approaches a particular value. Limits are used in calculus to define derivatives, continuity, and integrals, and they are defined as the approaching value of the function with the inp
12 min read
Continuity of FunctionsContinuity of functions is an important unit of Calculus as it forms the base and it helps us further to prove whether a function is differentiable or not. A continuous function is a function which when drawn on a paper does not have a break. The continuity can also be proved using the concept of li
13 min read
DifferentiationDifferentiation in mathematics refers to the process of finding the derivative of a function, which involves determining the rate of change of a function with respect to its variables.In simple terms, it is a way of finding how things change. Imagine you're driving a car and looking at how your spee
2 min read
Differentiability of a Function | Class 12 MathsContinuity or continuous which means, "a function is continuous at its domain if its graph is a curve without breaks or jumps". A function is continuous at a point in its domain if its graph does not have breaks or jumps in the immediate neighborhood of the point. Continuity at a Point: A function f
11 min read
IntegrationIntegration, in simple terms, is a way to add up small pieces to find the total of something, especially when those pieces are changing or not uniform.Imagine you have a car driving along a road, and its speed changes over time. At some moments, it's going faster; at other moments, it's slower. If y
3 min read
Probability and Statistics
Basic Concepts of ProbabilityProbability is defined as the likelihood of the occurrence of any event. It is expressed as a number between 0 and 1, where 0 is the probability of an impossible event and 1 is the probability of a sure event.Concepts of Probability are used in various real life scenarios : Stock Market : Investors
7 min read
Bayes' TheoremBayes' Theorem is a mathematical formula used to determine the conditional probability of an event based on prior knowledge and new evidence. It adjusts probabilities when new information comes in and helps make better decisions in uncertain situations.Bayes' Theorem helps us update probabilities ba
13 min read
Probability Distribution - Function, Formula, TableA probability distribution is a mathematical function or rule that describes how the probabilities of different outcomes are assigned to the possible values of a random variable. It provides a way of modeling the likelihood of each outcome in a random experiment.While a Frequency Distribution shows
13 min read
Descriptive StatisticStatistics is the foundation of data science. Descriptive statistics are simple tools that help us understand and summarize data. They show the basic features of a dataset, like the average, highest and lowest values and how spread out the numbers are. It's the first step in making sense of informat
5 min read
What is Inferential Statistics?Inferential statistics is an important tool that allows us to make predictions and conclusions about a population based on sample data. Unlike descriptive statistics, which only summarize data, inferential statistics let us test hypotheses, make estimates, and measure the uncertainty about our predi
7 min read
Measures of Central Tendency in StatisticsCentral tendencies in statistics are numerical values that represent the middle or typical value of a dataset. Also known as averages, they provide a summary of the entire data, making it easier to understand the overall pattern or behavior. These values are useful because they capture the essence o
11 min read
Set TheorySet theory is a branch of mathematics that deals with collections of objects, called sets. A set is simply a collection of distinct elements, such as numbers, letters, or even everyday objects, that share a common property or rule.Example of SetsSome examples of sets include:A set of fruits: {apple,
3 min read
Practice