Pearson Correlation Coefficient
Last Updated :
05 Aug, 2024
Pearson Correlation Coefficient: Correlation coefficients are used to measure how strong a relationship is between two variables. There are different types of formulas to get a correlation coefficient, one of the most popular is Pearson's correlation (also known as Pearson's r) which is commonly used for linear regression.
The Pearson correlation coefficient, often symbolized as (r), is a widely used metric for assessing linear relationships between two variables. It yields a value ranging from –1 to 1, indicating both the magnitude and direction of the correlation. A change in one variable is mirrored by a corresponding change in the other variable in the same direction.
This article provides detailed information on the Pearson Correlation Coefficient, its meaning, formula, interpretation, examples, and FAQs.
What is the Pearson Correlation Coefficient?
The Pearson Correlation Coefficient, denoted as r, is a statistical measure that calculates the strength and direction of the linear relationship between two variables on a scatterplot. The value of r ranges between -1 and 1, where:
- 1 indicates a perfect positive linear relationship,
- -1 indicates a perfect negative linear relationship, and
- 0 indicates no linear relationship between the variables.
Karl Pearson's correlation coefficient formula is the most commonly used and the most popular formula to get the statistical correlation coefficient. It is denoted with the lowercase "r". The formula for Pearson's correlation coefficient is shown below:
r = n(∑xy) - (∑x)(∑y) / √[n∑x²-(∑x)²][n∑y²-(∑y)²
The full name for Pearson's correlation coefficient formula is Pearson's Product Moment correlation (PPMC). It helps in displaying the Linear relationship between the two sets of the data.
Pearson's correlation helps in measuring the correlation strength (it's given by coefficient r-value between -1 and +1) and the existence (given by p-value ) of a linear correlation relationship between the two variables and if the outcome is significant we conclude that the correlation exists.
Cohen (1988) says that an absolute value of r of 0.5 is classified as large, an absolute value of 0.3 is classified as medium and an absolute value of 0.1 is classified as small.
The interpretation of the Pearson's correlation coefficient is as follows:
- A correlation coefficient of 1 means there is a positive increase of a fixed proportion of others, for every positive increase in one variable. Like, the size of the shoe goes up in perfect correlation with foot length.
- If the correlation coefficient is 0, it indicates that there is no relationship between the variables.
- A correlation coefficient of -1 means there is a negative decrease of a fixed proportion, for every positive increase in one variable. Like, the amount of water in a tank will decrease in a perfect correlation with the flow of a water tap.
The Pearson correlation coefficient essentially captures how closely the data points tend to follow a straight line when plotted together. It's important to remember that correlation doesn't imply causation – just because two variables are related, it doesn't mean one causes the change in the other.
Pearson Correlation Coefficient Table
Pearson Correlation Coefficient (r) Range | Type of Correlation | Description of Relationship | New Illustrative Example |
---|
0 < r ≤ 1 | Positive | An increase in one variable associates with an increase in the other. | Study Time vs. Test Scores: More hours spent studying tends to lead to higher test scores. |
r = 0 | None | No discernible relationship between the changes in both variables. | Shoe Size vs. Reading Skill: A person's shoe size doesn't predict their ability to read. |
-1 ≤ r < 0 | Negative | An increase in one variable associates with a decrease in the other. | Outdoor Temperature vs. Home Heating Cost: As the outdoor temperature decreases, heating costs in the home increase. |
Pearson Correlation Coefficient Origin
The Pearson correlation coefficient, although named after statistician Karl Pearson, has a more interesting backstory. The concept of correlation itself can be traced back to Francis Galton, a 19th-century scientist and explorer. Galton was fascinated by inheritance and explored relationships between traits in families.
While Galton planted the seed for the idea, the mathematical formula behind the coefficient actually came from French physicist Auguste Bravais in 1844. However, it was Karl Pearson who truly championed the concept in the late 1800s. He refined the mathematical treatment, explored its properties, and popularized its use in statistical analysis. For this reason, the coefficient bears his name, even though earlier contributions played a crucial role in its development.
Types of Pearson Correlation Coefficient
Each type of Pearson correlation coefficient offers unique insights and analytical tools for various research fields, from statistics and psychology to economics and engineering. Understanding these variations enhances the accuracy and depth of correlation analyses, enabling more informed decision-making and hypothesis testing.
Adjusted Correlation Coefficient
Adjusted correlation coefficient modifies the standard Pearson correlation coefficient to account for sample size and bias, especially when dealing with small sample sizes. It adjusts the correlation coefficient to provide a more accurate estimation of the population correlation.
Weighted Correlation Coefficient
Weighted correlation coefficient assigns different weights to individual data points based on their importance or reliability. This approach is useful when certain observations carry more significance or have different levels of precision.
Reflective Correlation Coefficient
Reflective correlation coefficient evaluates the relationship between variables in a reflective model, commonly used in structural equation modeling (SEM) to analyze latent constructs. It assesses the relationship between observed variables and underlying constructs.
Scaled Correlation Coefficient
Scaled correlation coefficient scales the correlation coefficient to a specific range or magnitude, facilitating comparison across different datasets or studies. It ensures consistency in interpretation by standardizing correlation values.
Pearson's Distance
Pearson's distance measures the dissimilarity or similarity between two data points based on their correlation coefficient. It quantifies the extent of deviation from perfect correlation, providing insights into the relationship between variables.
Circular Correlation Coefficient
Circular correlation coefficient assesses the relationship between circular variables, such as angles or directions. It accounts for the cyclical nature of data and measures the degree of association between circular datasets.
Partial Correlation
Partial correlation evaluates the relationship between two variables while controlling for the effects of one or more additional variables. It measures the unique association between variables after accounting for the influence of other factors, allowing researchers to isolate specific statistical relationships.
Pearson Correlation Coefficient Interpretation
Pearson correlation coefficient (r) value | Strength | Direction |
---|
Greater than .5 | Strong | Positive |
Between .3 and .5 | Moderate | Positive |
Between 0 and .3 | Weak | Positive |
0 | None | None |
Between 0 and –.3 | Weak | Negative |
Between –.3 and –.5 | Moderate | Negative |
Less than –.5 | Strong | Negative |
Steps to find the correlation coefficient with Pearson's correlation coefficient formula:
Step 1: Firstly make a chart with the given data like subject, x, and y and add three more columns in it xy,x² and y².
Step 2: Now multiply the x and y columns to fill the xy column. For example:- in x we have 24 and in y we have 65 so xy will be 24×65=1560.
Step 3: Now, take the square of the numbers in the x column and fill the x² column.
Step 4: Now, take the square of the numbers in the y column and fill the y² column.
Step 5: Now, add up all the values in the columns and put the result at the bottom. Greek letter sigma (Σ) is the short way of saying summation.
Step 6: Now, use the formula for Pearson's correlation coefficient:-
R = n(∑xy) - (∑x)(∑y) / √[n∑x²-(∑x)²][n∑y²-(∑y)²
To know which type of variable we have either positive or negative.
Assumptions of Pearson Correlation Coefficient
- Linear Relationship: Karl Pearson's correlation coefficient assumes a linear relationship between the two variables under consideration. It implies that as one variable changes, the other changes proportionally.
- Normality: The variables should follow a normal distribution. While Pearson's correlation coefficient is robust to deviations from normality, extreme departures may affect the validity of the correlation analysis.
- Homoscedasticity: This assumption suggests that the variability in one variable should be consistent across all levels of the other variable. In other words, the spread of data points around the regression line should remain constant.
- Interval or Ratio Scale: Pearson's correlation coefficient is appropriate for variables measured on an interval or ratio scale. These scales ensure meaningful numerical distances between observations.
- Independence: The observations used to compute the correlation coefficient should be independent of each other. Independence ensures that each data point contributes uniquely to the analysis without being influenced by other observations.
Correlation Coefficient Properties
- Correlation Coefficient Range: The correlation coefficient r ranges from -1 to +1, inclusive. A value of -1 indicates a perfect negative linear relationship, +1 denotes a perfect positive linear relationship, and 0 represents no linear relationship.
- Directionality: The sign of the correlation coefficient indicates the direction of the relationship between variables. A positive r indicates a positive association (both variables increase or decrease together), while a negative r suggests a negative association (one variable increases as the other decreases).
- Magnitude: The magnitude of the correlation coefficient represents the strength of the relationship between variables. Values closer to -1 or +1 indicate a stronger linear relationship, while values closer to 0 suggest a weaker relationship.
- No Causation: Pearson's correlation coefficient does not imply causation between variables. It only measures the degree of linear association and does not establish a cause-and-effect relationship.
- Symmetry: The correlation coefficient is symmetric, meaning the correlation between variables X and Y is the same as the correlation between Y and X.
- Invariance: The correlation coefficient remains unchanged under linear transformations of the variables (e.g., multiplication by a constant or addition of a constant), making it invariant to changes in scale and location.
Pearson Correlation Coefficient Interpretation
Interpreting the Pearson correlation coefficient (r) involves assessing the correlation strength, direction, and correlation significance of the relationship between two variables. Here's a guide to interpreting r:
- Strength of Relationship:
- Close to +1: Indicates a strong positive linear relationship. As one variable increases, the other tends to increase proportionally.
- Close to -1: Suggests a strong negative linear relationship. As one variable increases, the other tends to decrease proportionally.
- Close to 0: Implies a weak or no linear relationship. Changes in one variable do not consistently predict changes in the other.
- Direction of Relationship:
- Positive r: Both variables tend to increase or decrease together.
- Negative r: One variable tends to increase as the other decreases, and vice versa.
- Significance:
- Statistical significance indicates whether the observed correlation coefficient is likely to occur due to chance.
- Significance is typically assessed using a hypothesis test, such as the t-test for correlation coefficient, with the null hypothesis stating that the true correlation coefficient in the population is zero.
- If the p-value is less than the chosen significance level (e.g., 0.05), the correlation is considered statistically significant.
- Scatterplot Examination:
- Visual inspection of a scatterplot can provide additional insights into the relationship between variables.
- A scatterplot allows you to assess the linearity, directionality, and presence of outliers, complementing the numerical interpretation of r.
- Caution:
- Correlation does not imply causation. Even if a strong correlation is observed between two variables, it does not necessarily mean that changes in one variable cause changes in the other.
- Other factors, such as confounding variables or omitted variables, may influence the observed correlation.
- Sample Size:
- Larger sample sizes tend to provide more reliable estimates of correlation coefficients, reducing the likelihood of obtaining spurious correlations.
- Context Dependence:
- The interpretation of r should consider the specific context and subject matter of the study. What is considered a strong or weak correlation may vary depending on the field of research and the variables under investigation.
Bivariate Correlation
Pearson's correlation coefficient is a statistical tool used to measure bivariate correlation. This refers to the strength and direction of the linear relationship between two variables. It assesses how much one variable tends to change along with the other.
A positive correlation indicates that as one variable increases, the other tends to increase as well. Conversely, a negative correlation suggests that as one variable goes up, the other tends to go down. A value of zero indicates no linear relationship between the variables.
Correlation Matrix
The Pearson correlation coefficient is particularly useful when analyzing datasets with multiple variables. In such cases, a correlation matrix can be constructed. This is a square table that summarizes the correlation coefficients between all possible pairs of variables within the data set.
By looking at the correlation matrix, researchers can quickly identify which variables have strong positive, negative, or no linear relationship with each other. This helps them understand the overall structure of the data and identify potential relationships for further investigation.
Pearson Correlation Coefficient Examples
Example 1: There is some correlation coefficient that was given to tell whether the variables are positive or negative?
0.69, 0.42, -0.23, -0.99
Solution:
The given correlation coefficient is as follows:
0.69, 0.42, -0.23, -0.99
Tell whether the relationship is negative or positive
0.69: The relationship between the variables is a strong positive relationship
0.42: The relationship between the variables is a strong positive relationship
-0.23: The relationship between the variables is a weak negative relationship
-0.99: The relationship between the variables is a very strong negative relationship
Example 2: Calculate the correlation coefficient for the following data by the help of Pearson's correlation coefficient formula:
X = 10, 13, 15 ,17 ,19
and
Y = 5,10,15,20,25.
Solution:
Given variables are,
X = 10, 13, 15 ,17 ,19
and
Y = 5,10,15,20,25.
To, find the correlation coefficient of the following variables Firstly a table is to be constructed as follows, to get the values required in the formula also add all the values in the columns to get the values used in the formula.
X | Y | XY | X² | Y² |
10 | 5 | 50 | 100 | 25 |
13 | 10 | 130 | 169 | 100 |
15 | 15 | 225 | 225 | 225 |
17 | 20 | 340 | 289 | 400 |
19 | 25 | 475 | 362 | 625 |
∑74 | ∑75 | ∑1103 | ∑1144 | ∑1375 |
∑xy = 1103
∑x = 74
∑y = 75
∑x² = 1144
∑y² = 1375
n = 5
Put all the values in the Pearson's correlation coefficient formula:-
R = n(∑xy) - (∑x)(∑y) / √ [n∑x²-(∑x)²][n∑y²-(∑y)²
R = 5(1103) - (74)(75) / √ [5(1144)-(74)²][5(1375)-(75)²]
R = -35 / √[244][1250]
R = -35/552.26
R = 0.0633
The correlation coefficient is 0.064
Example 3: Calculate the correlation coefficient for the following table with the help of Pearson's correlation coefficient formula:
SUBJECT | AGE X | Weight Y |
1 | 40 | 99 |
2 | 25 | 79 |
3 | 22 | 69 |
4 | 54 | 89 |
Solution:
Make a table from the given data and add three more columns of XY, X², and Y². also add all the values in the columns to get ∑xy, ∑x, ∑y, ∑x², and ∑y² and n =4.
SUBJECT | AGE X | Weight Y | XY | X² | Y² |
1 | 40 | 99 | 3960 | 1600 | 9801 |
2 | 25 | 79 | 1975 | 625 | 6241 |
3 | 22 | 69 | 1518 | 484 | 4761 |
4 | 54 | 89 | 4806 | 2916 | 7921 |
∑ | 151 | 336 | 12259 | 5625 | 28724 |
∑xy = 12258
∑x = 151
∑y = 336
∑x² = 5625
∑y² = 28724
n = 4
Put all the values in the Pearson's correlation coefficient formula:-
R = n(∑xy) - (∑x)(∑y) / √ [n∑x²-(∑x)²][n∑y²-(∑y)²
R = 4(12258) - (151)(336) / √ [4(5625)-(151)²][4(28724)-(336)²]
R = -1704 / √ [-301][-2000]
R = -1704/775.886
R = -2.1961
The correlation coefficient is -2.196
Example 4: Calculate the correlation coefficient for the following data with the help of Pearson's correlation coefficient formula:
X = 5 ,9 ,14, 16
and
Y = 6, 10, 16, 20 .
Solution:
Given variables are,
X = 5 ,9 ,14, 16
and
Y = 6, 10, 16, 20 .
To, find the correlation coefficient of the following variables Firstly a table to be constructed as follows, to get the values required in the formula
also, add all the values in the columns to get the values used in the formula.
X | Y | XY | X² | Y² |
5 | 6 | 30 | 25 | 36 |
9 | 10 | 90 | 81 | 100 |
14 | 16 | 224 | 196 | 256 |
16 | 20 | 320 | 256 | 400 |
∑ 44 | ∑ 52 | ∑ 664 | ∑ 558 | ∑ 792 |
∑xy= 664
∑x=44
∑y=52
∑x² =558
∑y² =792
n =4
Put all the values in the Pearson's correlation coefficient formula:-
R= n(∑xy) - (∑x)(∑y) / √ [n∑x²-(∑x)²][n∑y²-(∑y)²
R= 4(664) - (44)(52) / √ [4(558)-(44)²][4(792)-(52)²]
R= 368 / √[296][464]
R=368/370.599
R=0.994
The correlation coefficient is 0.994
Example 5: Calculate the correlation coefficient for the following data by the help of Pearson's correlation coefficient formula:
X = 21,31,25,40,47,38
and
Y = 70,55,60,78,66,80
Solution:
Given variables are,
X = 21,31,25,40,47,38
and
Y = 70,55,60,78,66,80
To, find the correlation coefficient of the following variables Firstly a table is to be constructed as follows, to get the values required in the formula also add all the values in the columns to get the values used in the formula.
X | Y | XY | X² | Y² |
21 | 70 | 1470 | 441 | 4900 |
31 | 55 | 1705 | 961 | 3025 |
25 | 60 | 1500 | 625 | 3600 |
40 | 78 | 3120 | 1600 | 6084 |
47 | 66 | 3102 | 2209 | 4356 |
38 | 80 | 3040 | 1444 | 6400 |
∑202 | ∑409 | ∑13937 | ∑7280 | ∑28265 |
∑xy= 13937
∑x=202
∑y=409
∑x² =7280
∑y² =28265
n =6
Put all the values in the Pearson's correlation coefficient formula:-
R= n(∑xy) - (∑x)(∑y) / √ [n∑x²-(∑x)²][n∑y²-(∑y)²
R= 6(13937) - (202)(409) / √ [6(7280)-(202)²][6(28265)-(409)²]
R= 1004 / √[2876][2909]
R=1004 / 2892.452938
R=-0.3471
The correlation coefficient is -0.3471
Example 6: Calculate the correlation coefficient for the following data by the help of Pearson's correlation coefficient formula:
SUBJECT | Height X | Weight Y |
1 | 43 | 78 |
2 | 24 | 68 |
3 | 26 | 85 |
4 | 35 | 67 |
Solution:
Make a table from the given data and add three more columns of XY , X² and Y² and add all the values in the columns to get ∑xy, ∑x, ∑y, ∑x² and ∑y² and n =4.
SUBJECT | Height X | Weight Y | XY | X² | Y² |
1 | 43 | 78 | 3354 | 1849 | 6084 |
2 | 24 | 68 | 1632 | 576 | 4624 |
3 | 26 | 85 | 2210 | 676 | 7225 |
4 | 35 | 67 | 2345 | 1225 | 4489 |
∑ | 128 | 298 | 9541 | 4317 | 22422 |
∑xy= 9541
∑x=128
∑y=298
∑x² =4317
∑y² 22422
n =4
Put all the values in the Pearson's correlation coefficient formula:-
R= n(∑xy) - (∑x)(∑y) / √ [n∑x²-(∑x)²][n∑y²-(∑y)²
R= 4(9541) - (128)(298) / √ [4(4317)-(128)²][4(22422)-(298)²]
R= 20 / √ [884][884]
R=20/884
R=0.02262
The correlation coefficient is 0.02262
People Also Read:
Pearson Correlation Coefficient Practice Problems
1. Given a Pearson correlation coefficient of r = 0.85 between the amount of time students spent studying and their score on a math test, interpret the strength and direction of the relationship.
2. You have data on the number of ice creams sold and the outdoor temperature. After calculating, you find r = −0.62. What does this say about the relationship between the temperature and ice cream sales?
3. Consider the following small dataset representing hours studied (X) and test scores (Y):
Hours Studied (X) | Test Score (Y) |
---|
1 | 50 |
2 | 55 |
3 | 65 |
4 | 70 |
5 | 80 |
Calculate the Pearson correlation coefficient (r) for the data.
Conclusion of Pearson Correlation Coefficient
The Pearson Correlation Coefficient (r) is a statistical measure of the strength and direction of a linear relationship between two variables on a scatterplot. It ranges from -1 to 1, with 1 indicating a perfect positive relationship, -1 indicating a perfect negative relationship, and 0 indicating no linear relationship. The formula involves summing products of paired scores and dividing by the square root of the product of the sums of squared scores. While r quantifies the degree of linear association, it doesn't imply causation. Developed by Francis Galton, Auguste Bravais, and Karl Pearson, it's foundational in fields like psychology and economics, aiding in the analysis of linear relationships under certain assumptions about the data.
Similar Reads
Basic Math Formulas
Mathematics is divided into various branches according to the way of calculation involved and the topics covered by them. All the branches have various formulas that are used for solving various mathematical problems. The branches include geometry, algebra, arithmetic, percentage, exponential, etc.T
12 min read
Number System
What is the Division Formula?
Division is one of the top four important arithmetic operations (i.e., Addition, subtraction, multiplication, division). Division operation is used to split the number into equal parts. The symbolic representation for division is '÷' and '/'. a divided by b can be represented as a÷b or a/b. The form
4 min read
LCM Formula | Examples & Practice Questions
LCM stands for Least Common Multiple. LCM of two numbers say a and b is defined as the smallest positive integer divisible by both the numbers a and b. Hence, the LCM is the smallest common multiple of two or more numbers. It is also called the lowest common multiple, or smallest common multiple.In
6 min read
Distributive Property | Definition and Examples
Distributive Property in Maths refers to the distribution of the number over the other operations. It is usually called the Distributive Law of Multiplication over Addition and Subtraction as the number which is to be multiplied is distributed over addition or subtraction of the numbers.In this arti
8 min read
Exponents
Exponent is a basic concept used in mathematics that are helpful in solving and understanding very large numbers. Suppose we have to simplify a very large number such as 10 multiplied by itself 10 times then the number is represented as, 1010 which is a very easy way of representing large numbers. I
9 min read
Consecutive Integers
Consecutive Integers are the integers that follow each other, i.e. while continuously writing integers they come next to each other. they have a difference of one(1). For example, ...-3, -2, -1, 0, 1, 2, 3,... this is a sequence of consecutive integers. Apart from that natural numbers are also calle
9 min read
Scientific Notation Formula
Scientific notation is a way of expressing very large or very small numbers in a compact form. Instead of writing out all the digits, we write a number as a product of a number between 1 and 10 and a power of 10.In this article, we will discuss what scientific notation is, its formula, rules, uses,
5 min read
Binary Formula
Binary formulas are formulas that are used to convert binary numbers to other number systems. A binary number system is a system of numbers that has a base of 2 and uses only two digits, "0 and 1". It is one of the four types of number systems and is most commonly employed by computer languages like
9 min read
Convert Binary fraction to Decimal
Given an string of binary number n. Convert binary fractional n into it's decimal equivalent. Examples: Input: n = 110.101 Output: 6.625 Input: n = 101.1101 Output: 5.8125We strongly recommend that you click here and practice it, before moving on to the solution. Following are the steps of convertin
6 min read
Fibonacci Sequence Formula
Fibonacci Sequence Formula: Fibonacci sequence, the sequence of numbers 1, 1, 2, 3, 5, 8, 13, 21, â¦, each of which, after the second, is the sum of the two previous numbers; that is, the nth Fibonacci number Fn = Fn â 1 + Fn â 2.In the Fibonacci sequence, each number in the series is calculated by a
7 min read
Arithmetic
Direct Variation: Definition, Formula and Examples
Direct Variation is the relationship between two variables in which one is a constant multiple of the other and one changes according to the other. For example, if 'a' is directly varied to 'b' then 'a' and 'b' change accordingly. In this article, we will learn about Direct Variation definition, Dir
7 min read
What is Celsius Formula?
Answer: The formula for converting temperature from Celsius to Fahrenheit is (9/5 à °C) +32.The Celsius formula is used to convert temperatures between Celsius and other temperature scales like Fahrenheit and KelvinTemperature significantly can be defined as the measure of how atoms are moving and c
6 min read
Fahrenheit to Celsius (°F to °C) | Formula , Conversion and Examples
The Fahrenheit to Celsius formula defines the method for conversion of the temperature from Fahrenheit Scale to the Celsius Scale. Both scales measure the degree of hotness or coldness of any object or body. In our daily lives, the Celsius scale is commonly used for reporting temperatures in weather
8 min read
Revenue Formula
Revenue is the total revenue gained via the sale of goods and services by the enterprise. Thus, revenue is the most significant aspect to define the improvement of any company. The revenue formula is utilized to find the revenue. We estimate the revenue by seeing the outcome of the number of sales a
5 min read
Selling Price Formula
Selling Price Formula: Selling price is defined as the amount a customer pays for a product or service. Every day we purchase one thing or the other, and every product has a certain price. So, the price that we pay to the seller to buy the product is called the "selling price," whereas the amount at
9 min read
Simple Interest
Simple Interest (SI) is a method of calculating the interest charged or earned on a principal amount over a fixed period. It is calculated based solely on the principal amount, which remains unchanged throughout the calculation.Simple Interest is widely used across industries such as banking, financ
9 min read
Compound Interest
Compound Interest is the interest that is calculated against a loan or deposit amount in which interest is calculated for the principal as well as the previous interest earned. Compound interest is used in the banking and finance sectors and is also useful in other sectors. A few of its uses are:Gro
9 min read
Monthly Compound Interest Formula
The monthly compound interest formula is used to compute compound interest every month. Compound interest is sometimes known as interest on interest. The first period of compound interest resembles the first period of simple interest, but the second period is distinct. Interest is computed on the in
8 min read
Daily Compound Interest Formula with Examples
Compound interest is interest earned on both the principal and interest over a specific period. The interest that accumulates on a principal over time is equally accounted for as the principal. Furthermore, the following period's interest calculation is based on the cumulative principal value. It is
6 min read
Double Time Formula
One needs to know the Double Time Formula to make an accurate estimation of time in project management, resource allocation, and assuring that things are running according to plans. One implements this formula to find out exactly how much time it will take for a particular job if its resources are d
6 min read
Basic Geometry
Perpendicular Lines
Perpendicular Lines in Mathematics are pairs of lines that always intersect each other at right angles, i.e. perpendicular lines are always intersect at 90°. The perpendicular lines are readily seen by us, the corners of the walls, the corners of the desk, and others represent the perpendicular line
13 min read
Right Angle
A Right Angle is an angle whose measure in degrees is 90 degrees and its measure in radians is Ï/2 radian. It is one of the most basic angles in geometry and has various applications. It is used to define various shapes, structures, and figures in 2-D and 3-D space. Two lines that are perpendicular
10 min read
What is Parallel Lines Formula?
The combination of two or more lines that are stretched to infinity and never intersect each other is called parallel lines or coplanar lines. The parallel lines are denoted by a special symbol, given by ||. Properties: Two lines are said to be parallel if they maintain a constant perpendicular dist
5 min read
Angles Formula
Angle is a space acquired between two intersecting lines. The angles are formed between the two lines known as arms and the point where an angle is formed is known as the vertex. The angle has its own unit of measurement, an angle can be measured in degrees or radians. An angle is purely a geometric
7 min read
Degrees to Radian Converter
Converting degrees to radians is a fundamental skill in mathematics, particularly in trigonometry, calculus, and various fields like physics and engineering. This Degrees to Radian Converter allows you to easily switch between degrees and radians and vice versa. Degrees to Radian Converter This calc
4 min read
Area of 2D Shapes
Area is the amount of space inside a shape. It tells you how large the shape is and is measured in square units like square centimeters (cm²) or square meters (m²). The area of a 2D shape is the space it covers. Each shape has its own formula for calculating area. For example, you can count how many
7 min read
Area of Quadrilateral
A quadrilateral is a polygon with four sides, four angles, and four vertices. It is a two-dimensional figure, formed by joining four points (vertices) with straight lines (sides). The side of a quadrilateral may or may not be equal. Various types of quadrilaterals can be defined based on the propert
9 min read
Area of Square
The area of a Square is defined as the space enclosed by the boundary of the square. Measurement of the area is done in square units. The unit for measurement of the area is m2.Let's understand the Area of square with the following illustration:To calculate square's area we need to know the length o
7 min read
What is the Diameter Formula?
Answer: The formula for the diameter is D = 2 Ã R, Where R is the radius of the circleDiameter is defined as the line that divides the circle into 2 halves i.e., each part is known as a semicircle. The center of the circle act as the midpoint of diameter. This means that it divides the diameter into
3 min read
Arc Length Formula
Arc length is the distance along the curved path of a circle or any part of its circumference. We define arc length as measuring the length of a slice of pizza crust. Arc length is calculated using the simple formula: Arc Length= r à θ where 'r' is the radius of the circle and 'θ' is the angle in ra
7 min read
Central Angle of Circle Formula with Solved Examples
Central angle of Circle is the angle formed by two radii that meet at the center of the circle. This angle helps us understand the relationships between different parts of the circle. Knowing the central angle is useful in many real-life situations, such as designing circular objects and calculating
5 min read
Asymptote Formula
In geometry, an asymptote is a straight line that approaches a curve on the graph and tends to meet the curve at infinity. An asymptote is a line that a graph of a function approaches but never touches or crosses as it extends towards infinity or a specific point. Asymptotes help to describe the beh
8 min read
Axis of Symmetry of a Parabola
A parabola is a U-shaped curve that is the graph of a quadratic function. In mathematical terms, a parabola is the set of all points in a plane that are equidistant from a fixed point called the "focus" and a fixed line called the "directrix."For example: Consider the quadratic function y = x2 â 4x
7 min read
Centroid of a Trapezoid Formula
A trapezoid is a type of quadrilateral with two parallel sides. A quadrilateral is a type of polygon with four sides. The sum of the four internal angles of a quadrilateral is 360°. Centroid refers to the center point of any figure. It is also known as the geometric center.The centroid of a trapezoi
7 min read
Area of a Circle: Formula, Derivation, Examples
The area of a Circle is the measure of the two-dimensional space enclosed within its boundaries. It is mostly calculated by the size of the circle's radius which is the distance from the center of the circle to any point on its edge. The area of a circle is proportional to the radius of the circle.
10 min read
Parallelogram Formulas
Geometry is a field of study which it is about shapes and their properties. The shapes are studied on the basis of their dimensions, composition, angles, and other properties. The field deals with the calculation of area, volume, perimeter, and other parameters of a particular shape. What is a paral
4 min read
Perimeter Formulas for Geometric Shapes
Perimeter formulas are used to calculate the total length around any geometric shape. Geometry is all around us, from everyday objects to buildings, and understanding the perimeter is essential in many practical applications.In mathematics, the study of shapes and their dimensions is called mensurat
6 min read
Perimeter of Triangle
The perimeter of a triangle is the total length of its three sides. A triangle is a polygon with three sides, three vertices, and three angles. It is the simplest closed polygon in geometry, as it is the first possible closed figure. Any polygon can be divided into triangles. For instance, a quadril
5 min read
Equilateral Triangle
An equilateral triangle, also known as a triangle with equal sides, is a fundamental shape in geometry. Each of its sides is of equal length, and its interior angles are all 60 degrees, making it a 60-degree triangle. It is also a perfectly symmetrical shape. In the figure given below, âABC is an eq
9 min read
Scalene Triangle: Definition, Properties, Formula, Examples
Scalene Triangle is a type of triangle where all three sides are different lengths, and all three angles have different measures, a scalene triangle is unique in its irregularity and it does not have any symmetry. Classification of TrianglesWe can classify the triangles into various categories by co
6 min read
Right Angled Triangle | Properties and Formula
Right Angle Triangle is a type of triangle that has one angle measuring exactly 90 degrees or right angle (90°). It is also known as the right triangle. In a right triangle, the two shorter sides called the perpendicular and the base, meet at the right angle (90°), while the longest side, opposite t
6 min read
Perimeter of Rectangle
A rectangle is a two-dimensional plane quadrilateral, with opposite sides equal and all four angles equal. The perimeter of a rectangle can be defined as the sum of the length of all four sides in a rectangle.Perimeter of rectangle is the total length of the boundary or the sum of all its sides. In
7 min read
What is the Formula for Perimeter of a Square?
Answer: The perimeter of a Square is equal to the sum of its all sides i.e. 4a, where a is the length of its side.A square is a rectangle whose adjacent sides are equal in length. This means it is a quadrilateral where all the sides are equal in length. Each of the angles in a square is a right angl
5 min read
Circumference Formula
The Circumference Formula is crucial in geometry, especially when dealing with circles and related shapes. This article dives deep into the concept of the circumference, its formula, and how it is applied to various geometric shapes. You'll also find practice problems to test your understanding and
9 min read
Perimeter of a Parallelogram
A parallelogram is a type of quadrilateral with four equal sides with opposite sides equal. Its sides do not intersect each other. There are two diagonals of a parallelogram that intersect each other at the center. A diagonal divides the parallelogram into two equal parts or triangles. The following
7 min read
Rhombus Formula
Understanding the rhombus formula is essential for anyone studying geometry. Mensuration is a branch of geometry that studies or measures the area, perimeter, and volume of two-dimensional or three-dimensional objects and constructions. Mensuration comprises fundamental mathematical formulae and, in
9 min read
Perimeter of Rhombus Formula
In mensuration, the perimeter of a is defined as the sum of lengths of all the sides of the quadrilateral around the border. So perimeter of the rhombus is defined as the sum of all 4 sides of the rhombus.Rhombus is a diamond-shaped quadrilateral whose all sides are equal but each angle inclined bet
5 min read
Diagonal Formula
Diagonal Formula is the formula that is used to calculate the length of the diagonal of any polygon. A diagonal is a slant line that joints two alternate sides of any polygon and finding its length is very important for solving various problems of geometry.There are different ways for finding the di
7 min read
Diagonal of a Polygon Formula
Diagonals of a polygon are the lines that connect the alternate vertices of the polygon. A polygon of n sides has n(n-3)/2 diagonals. A polygon is a closed figure with n sides (where n is always greater than equal to 3). A polygon is a closed shape with three or more straight sides, and diagonals ar
10 min read
Diagonal of a Square Formula
Diagonal of a square is the shortest distance between the non-adjacent vertices of a square. It is a fundamental concept in geometry, often used in various mathematical problems and real-world applications. This diagonal splits the square into two congruent isosceles right triangles, providing a bas
5 min read
Diagonal of Parallelogram Formula
Diagonal of Parallelogram Formula: A parallelogram is a quadrilateral with equal pairs of opposite sides and angles. One of its pairs of opposite sides is parallel to the other. The interior angles lying are supplementary, that is, their sum is 180 degrees. The diagonals of a parallelogram bisect ea
7 min read
Diagonal of a Cube Formula
Diagonal of a cube is the line segment joining the two non-adjacent vertices of a Cube. The diagonal of a cube formula helps us to calculate the length of diagonals in a cube. There are primarily two diagonals in a cube, namely face diagonals and body diagonals. In this article, we will learn the ty
8 min read
Euclid Euler Theorem
According to Euclid Euler Theorem, a perfect number which is even, can be represented in the form (2^n - 1)*(2^n / 2) )) where n is a prime number and 2^n - 1 is a Mersenne prime number. It is a product of a power of 2 with a Mersenne prime number. This theorem establishes a connection between a Mer
10 min read
What is Side Angle Side Formula?
SAS Formula, area = 1/2 à a à b à sin c.In geometry, two figures or objects are considered congruent if they have the same shape and size, or if one of them has the same shape and size as the mirror image of the other. More formally, a set of two points is said to be congruent only if one can be tra
11 min read
Polygon Formula - Definition, Symbol, Examples
Polygons are closed two-dimensional shapes made with three or more lines, where each line intersects at vertices. Polygons can have various numbers of sides, such as three (triangles), four (quadrilaterals), and more. In this article, we will learn about the polygon definition, the characteristics o
7 min read
Mensuration
Annulus Area Formula
The area of an annulus is the difference between the areas of the two circles of radius R and r.R is the radius of the bigger circle, while r is the radius of the smaller circle. The common area between the two circles is known as the annulus region, and the formula used to find that area is known a
7 min read
Volume Formulas for 3D Shapes
Volume refers to the amount of space occupied by a three-dimensional object. In geometry, calculating the volume is essential for understanding the capacity of a shape. It is used in various fields like engineering, architecture, and manufacturing to determine the amount of material or space an obje
7 min read
Volume of a Cube
Volume of a Cube is defined as the total number of cubic units occupied by the cube completely. A cube is a three-dimensional solid figure, having 6 square faces. Volume is nothing but the total space occupied by an object. An object with a larger volume would occupy more space. The volume of the cu
9 min read
Volume of a Cylinder| Formula, Definition and Examples
Volume of a cylinder is a fundamental concept in geometry and plays a crucial role in various real-life applications. It is a measure which signifies the amount of material the cylinder can carry. It is also defined as the space occupied by the Cylinder. The formula for the volume of a cylinder is Ï
11 min read
Volume of Cone- Formula, Derivation and Examples
Volume of a cone can be defined as the space occupied by the cone. As we know, a cone is a three-dimensional geometric shape with a circular base and a single apex (vertex).Let's learn about Volume of Cone in detail, including its Formula, Examples, and the Frustum of Cone.Volume of ConeA cone's vol
9 min read
Volume of a Sphere
The volume of a sphere helps us understand how much space a perfectly round object occupies, from tiny balls to large planets. Using the simple volume of sphere formula, you can easily calculate the space inside any sphere. Whether you're curious about the volume of a solid sphere in math or science
8 min read
Surface Area Formulas
Surface area refers to the total area that the surface of a three-dimensional object occupies. It is a measure of how much-exposed area the object has. Itâs used in various fields like engineering, architecture, and design to determine the material needed for constructing or covering objects.The met
8 min read
Surface Area of a Cone
A cone is a 3-dimensional geometric figure with a circular base and a pointed top called the apex. The distance between the center of the circular base and the apex is the height of the cone. The surface of the cone curves smoothly from the edge of the base to the apex. It is a common shape found in
8 min read
Surface Area of Sphere | Formula, Derivation and Solved Examples
A sphere is a three-dimensional object with all points on its surface equidistant from its center, giving it a perfectly round shape. The surface area of a sphere is the total area that covers its outer surface.To calculate the surface area of a sphere with radius r, we use the formula:Surface Area
8 min read
Surface Area of a Square Pyramid
Pyramid is a three-dimensional geometric structure with a polygonal base and triangular faces equal to the number of sides in the base. The triangular faces or lateral surfaces of a pyramid meet at a single point known as the apex or the vertex. Surface Area of a Square Pyramid In a pyramid, the bas
8 min read
Volume of a Pyramid Formula
Pyramid is a three-dimensional shape whose base is a polygon, and all its triangular faces join at a common point called the apex. The pyramids of Egypt are real-life examples of pyramids. Volume of a pyramid is the space occupied by that pyramid and is calculated by the formula, V = 1/3Ã(Area of Ba
9 min read
Frustum of Cone
Frustum of a cone is a special shape that is formed when we cut the cone with a plane parallel to its base. The cone is a three-dimensional shape having a circular base and a vertex. So the frustum of a cone is a solid volume that is formed by removing a part of the cone with a plane parallel to cir
10 min read
Volume of a Square Pyramid Formula
A pyramid is a three-dimensional polyhedron with a polygonal base and three or more triangle-shaped faces that meet above the base. The faces are the triangle sides, while the apex is the point above the base. The base is connected to the peak to form a pyramid. When the pyramid's base is in the sha
8 min read
Surface Area of a Prism
Surface Area of a Prism: In mathematics, a prism is an essential member of the polyhedron family and is defined as a three-dimensional shape having two identical polygons facing each other that are connected by rectangular or parallelogram faces laterally. The identical polygons can be triangles, sq
13 min read
Frustum of a Regular Pyramid Formula
A Pyramid is a Mathematical figure having three or four triangular faces as sides and a flat polygonal base which can be triangular, square or rectangular, etc. The side triangular faces are called Lateral faces. The common meeting point of all the triangular faces is called the apex. For a given py
6 min read
Algebra
Basic Math Formulas
Mathematics is divided into various branches according to the way of calculation involved and the topics covered by them. All the branches have various formulas that are used for solving various mathematical problems. The branches include geometry, algebra, arithmetic, percentage, exponential, etc.T
12 min read
Algebra Formulas - List of all Algebra Formulas
Algebra formulas are mathematical expressions that help solve problems involving variables and constants. They often represent relationships between quantities and can be used to simplify calculations. This article provides a comprehensive overview of all algebra formulas taught from Class 9 through
10 min read
Polynomial Formula
The polynomial Formula gives the standard form of polynomial expressions. It specifies the arrangement of algebraic expressions according to their increasing or decreasing power of variables. The General Formula of a Polynomial:f(x) = anâxn + anâ1âxnâ1 + ⯠+ a1âx + a0âWhere,anâ, anâ1â, â¦, a1â, a0â a
5 min read
Factorization of Polynomial
Factorization in mathematics refers to the process of expressing a number or an algebraic expression as a product of simpler factors. For example, the factors of 12 are 1, 2, 3, 4, 6, and 12, and we can express 12 as 12 = 1 Ã 12, 2 Ã 6, or 4 Ã 3.Similarly, factorization of polynomials involves expre
10 min read
What is Factoring Trinomials Formula?
A Trinomial is a polynomial with three terms. Examples of Trinomial are x+y+z, x2+2x+2, x+y-1 etc. A Trinomial can be of two types. They are Perfect Square Trinomial and Non-Perfect Square Trinomial. Factoring a polynomial is nothing but writing the expression polynomial as a product of two or more
4 min read
a2 - b2 Formula
a2 - b2 formula in Algebra is the basic formula in mathematics used to solve various algebraic problems. a2 - b2 formula is also called the difference of squares formula, as this formula helps us to find the difference between two squares without actually calculating the squares. The image added bel
6 min read
Difference of Cubes
Difference of Cubes is the formula in mathematics that is used to simplify the difference between two cubes. This formula is used to solve the difference of cubes without actually finding the cubes. This formula factorizes the difference of a cube and changes it into other forms. The difference of c
6 min read
Discriminant Formula in Quadratic Equations
Algebra can be defined as the branch of mathematics which deals with the study, alteration, and analysis of various mathematical symbols. It is the study of unknown quantities, which are often depicted with the help of variables in mathematics. Algebra has a plethora of formulas and identities for t
5 min read
Sum of Arithmetic Sequence Formula
An arithmetic sequence is a number series in which each subsequent term is the sum of its preceding term and a constant integer. This constant number is referred to as the common difference. As a result, the differences between every two successive terms in an arithmetic series are the same.If the f
5 min read
Function Notation Formula
A function is a type of operator that takes an input variable and provides a result. When one quantity is dependent on another, a function is created. An interesting property of functions is that each input corresponds to a single output. In other words, such an operator between two sets, say set A
4 min read
Binomial Distribution in Probability
Binomial Distribution is a probability distribution used to model the number of successes in a fixed number of independent trials, where each trial has only two possible outcomes: success or failure. This distribution is useful for calculating the probability of a specific number of successes in sce
14 min read
Binomial Expansion Formulas
Binomial expansion formula is a formula that is used to solve binomial expressions. A binomial is an algebraic expression with two terms. For example, x + y, x - a, etc are binomials. In this article, we have covered the Binomial Expansion definition, formulas, and others in detail.Table of ContentB
8 min read
Binomial Theorem
Binomial theorem is a fundamental principle in algebra that describes the algebraic expansion of powers of a binomial. According to this theorem, the expression (a + b)n where a and b are any numbers and n is a non-negative integer. It can be expanded into the sum of terms involving powers of a and
15+ min read
FOIL Method
FOIL formula is used to perform multiplication between two binomials. A binomial is a polynomial with only two terms. Example: x+3, x2+4, 5x2+3x. A binomial is a 2 term algebraic expression that includes constants, variables, exponents and coefficients. Each letter in the FOIL represent steps to mul
2 min read
Exponential Decay Formula
Exponential Decay Formula: A quantity is said to be in exponential decay if it decreases at a rate proportional to its current value. In exponential decay, a quantity drops slowly at first before rapidly decreasing. The exponential decay formula is used to calculate population decay (depreciation),
7 min read
Factorial Formula
The factorial is one of the most fundamental mathematical operations in combinatorics, algebra, and number theory. Represented by an exclamation mark (!), the factorial of a non-negative integer n, denoted as n!, is the product of all positive integers less than or equal to n. It plays a crucial rol
8 min read
Combinations Formula with Examples
Combinations are way of selecting items from a collection of items. Different groups that can be formed by choosing r things from a given set of n different things, ignoring their order of arrangement, are called combinations of n things taken r at a time.The number of all such combinations is calcu
6 min read
Fourier Series Formula
Fourier Series is a sum of sine and cosine waves that represents a periodic function. Each wave in the sum, or harmonic, has a frequency that is an integral multiple of the periodic functionâs fundamental frequency. Even though a Fourier series can include infinitely many harmonics, using just a few
15 min read
Maclaurin series
Prerequisite - Taylor theorem and Taylor series We know that formula for expansion of Taylor series is written as: f(x)=f(a)+\sum_{n=1}^{\infty}\frac{f^n(a)}{n!}(x-a)^n Now if we put a=0 in this formula we will get the formula for expansion of Maclaurin series. T hus Maclaurin series expansion can b
2 min read
Trigonometry
30-60-90 Formula
A 30-60-90 triangle is a special type of right triangle with one angle measuring 30°, another 60°, and the third angle (the right angle) measuring 90°. The 30-60-90 triangle is called a special right triangle as the angles of this triangle are in a unique ratio of 1:2:3. Here, a right triangle means
7 min read
Cofunction Formulas
A trigonometric cofunction is defined as expressing a trigonometric angle ratio in terms of the other. It illustrates how sine, cosine, tangent, cotangent, secant, and cosecant relate to each other. The cofunction of an angle's complement is equal to that angle's trigonometric function. For example,
7 min read
What is Cos Square theta Formula?
The equations that relate the different trigonometric functions for any variable are known as trigonometric identities. These trigonometric identities help us to relate various trigonometric formulas and relationships with different angles. They are sine, cosine, tangent, cotangent, sec, and cosec.
3 min read
What are Cosine Formulas?
Trigonometry is a discipline of mathematics that studies the relationships between the lengths of the sides and angles of a right-angled triangle. Trigonometric functions, also known as goniometric functions, angle functions, or circular functions, are functions that establish the relationship betwe
8 min read
Cosecant Formula
Cosecant is one of the six basic trigonometric ratios and its formula is cosecant(θ) = hypotenuse/opposite, it is also represented as, csc(θ). It is the inverse(reciprocal) ratio of the sine function and is the ratio of the Hypotenus and Opposite sides in a right-angle triangle. In this article, we
4 min read
Cotangent Formula
Trigonometry is an important branch of mathematics that deals with the relation between the lengths of sides and angles of a right-angled triangle. Sine, Cosine, tangent, cosecant, secant, and cotangent are the six trigonometric ratios or functions. Where a trigonometric ratio is depicted as the rat
7 min read
Tangent Formulas
Tangent Function is among the six basic trigonometric functions and is calculated by taking the ratio of the perpendicular side and the hypotenuse side of the right-angle triangle.In this article, we will learn about Trigonometric ratios, Tangent formulas, related examples, and others in detail.Tabl
8 min read
Cot Half Angle Formula
Trigonometry is a branch of mathematics that uses trigonometric ratios to determine the angles and incomplete sides of a triangle. The trigonometric ratios such as sine, cosine, tangent, cotangent, secant, and cosecant are used to investigate this branch of mathematics. It's the study of how the sid
6 min read
2cosA cosB Formula
The identity 2â¯cosâ¯Aâ¯cosâ¯B = cos(A + B) + cos(A â B) is one of the important product-to-sum formulas in trigonometry. This identity is used to convert a product of cosine functions into a sum of cosines, which can simplify the process of solving trigonometric equations, evaluating integrals, and per
7 min read
Multiple Angle Formulas
Trigonometry is one of the important topics in mathematics that is used in various fields. The trigonometric formulae are applied and used in various formulae, derivations, etc. This article is about the multiple angle formulae in trigonometry where we find sine, cosine, and tangent for multiple ang
5 min read
Double Angle Formula for Cosine
Double angle formula for cosine is a trigonometric identity that expresses cosâ¡(2θ) in terms of cosâ¡(θ) and sinâ¡(θ) the double angle formula for cosine is, cos 2θ = cos2θ - sin2θ. The formula is particularly useful in simplifying trigonometric expressions and solving equations involving trigonometri
5 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
Calculus
Limit Formula
Limits help us comprehend how functions behave as their inputs approach certain values. Think of a limit as the destination that a function aims to reach as the input gets closer and closer to a specific point.In this article, we will explore the essential limit formulas that form the backbone of ca
7 min read
Average and Instantaneous Rate of Change
The average rate of change represents the total change in one variable in relation to the total change of another variable. Instantaneous rate of change, or derivative, measures the specific rate of change of one variable in relation to a specific, infinitesimally small change in the other variable.
8 min read
Calculus | Differential and Integral Calculus
Calculus was founded by Newton and Leibniz. Calculus is a branch of mathematics that helps us study change. It is used to understand how things change over time or how quantities grow, shrink, or accumulate. There are two main parts of calculus:Differential Calculus: It helps us calculate the rate o
4 min read
Total Derivative
Total Derivative of a function measures how that function changes as all of its input variables change. For function f at a point is an approximation near the point of the function w.r.t. (with respect to) its arguments (variables).It is an approximation of the actual change in the function and is u
5 min read
Difference Quotient Formula
The Difference Quotient Formula is a part of the definition of a function derivative. One can get derivative of a function by applying Limit h tends to zero i.e., h ⢠0 on difference quotient function. The difference quotient formula gives the slope of the secant line. A secant line is a line that p
5 min read
Chain Rule: Theorem, Formula and Solved Examples
Chain Rule is a way to find the derivative of composite functions. It is one of the basic rules used in mathematics for solving differential problems. It helps us to find the derivative of composite functions such as (3x2 + 1)4, (sin 4x), e3x, (ln x)2, and others. Only the derivatives of composite f
9 min read
Implicit Differentiation
Implicit Differentiation is the process of differentiation in which we differentiate the implicit function without converting it into an explicit function. For example, we need to find the slope of a circle with an origin at 0 and a radius r. Its equation is given as x2 + y2 = r2. Now, to find the s
5 min read
Antiderivative: Integration as Inverse Process of Differentiation
An antiderivative is a function that reverses the process of differentiation. It is also known as the indefinite integral. If F(x) is the antiderivative of f(x), it means that:d/dx[F(x)] = f(x)In other words, F(x) is a function whose derivative is f(x).Antiderivatives include a family of functions t
6 min read
Integration Formulas
Integration Formulas are the basic formulas used to solve various integral problems. They are used to find the integration of algebraic expressions, trigonometric ratios, inverse trigonometric functions, and logarithmic and exponential functions. These integration formulas are beneficial for finding
10 min read
Integration by Parts
Integration by Parts or Partial Integration, is a technique used in calculus to evaluate the integral of a product of two functions. The formula for partial integration is given by:â« u dv = uv - â« v duWhere u and v are differentiable functions of x. This formula allows us to simplify the integral of
9 min read
Integration by Substitution Formula
The process of finding the anti-derivative of a function is the inverse process of differentiation i.e. finding integral is the inverse process of differentiation. Integration can be used to find the area or volume of a function with or without certain limits or boundaries It is shown asâ«g(x)dx = G(
5 min read
Definite Integral | Definition, Formula & How to Calculate
A definite integral is an integral that calculates a fixed value for the area under a curve between two specified limits. The resulting value represents the sum of all infinitesimal quantities within these boundaries. i.e. if we integrate any function within a fixed interval it is called a Definite
8 min read
Area Under Curve
Area Under Curve is area enclosed by curve and the coordinate axes, it is calculated by taking very small rectangles and then taking their sum if we take infinitely small rectangles then their sum is calculated by taking the limit of the function so formed.For a given function f(x) defined in the in
11 min read
Differentiation and Integration Formula
Differentiation and Integration are two mathematical operations used to find change in a function or a quantity with respect to another quantity instantaneously and over a period, respectively. Differentiation is an instantaneous rate of change, and it breaks down the function for that instant with
11 min read
Differential Equations
A differential equation is a mathematical equation that relates a function with its derivatives. Differential Equations come into play in a variety of applications such as Physics, Chemistry, Biology, Economics, etc. Differential equations allow us to predict the future behavior of systems by captur
12 min read