Welcome to this site. Please follow this site and share our post....
Showing posts with label Mathematics Knowledge. Show all posts
Showing posts with label Mathematics Knowledge. Show all posts

Monday, September 18, 2023

Area of verious Geometric shapes

 


Geometry encompasses various shapes and figures, each with its own formula for calculating area. Here are some common geometric shapes and their respective area formulas:


1. Rectangle:



   - Area = Length × Width

   \[A = l × w\]


2. Square:



   - Area = Side × Side (since all sides are equal)

   \[Area = s² \]


3. Triangle:



   \[Area =\frac{ (Base × Height)}{  2}\]

   \[A =\frac{ (b × h)}{ 2}\]


4. Circle:



   \[Area = π × Radius²\]

   \[A = πr²\]


5. Trapezoid:



   - \[Area =\frac{ (Sum \ of \ the \ lengths \ of \ parallel \ sides) }{2} × Height\]

   - \[A = \frac{(a + b) }{ 2} × h\]


6. Parallelogram:



   - Area = Base × Height

   - \[A = b × h\]


7. Ellipse:

   - Area = π × Major Radius × Minor Radius

   \[A = πab\]


8. Regular Polygon (with apothem):

   - \[Area = \frac{(Perimeter × Apothem) }{2}\]

   - \[A = \frac{(P × a) }{2}\]


9. Sector of a Circle:

   - \[Area = \frac{θ}{360} × πr²\]

   - \[A =\frac{θ}{360} × πr² \](where θ is the central angle in degrees)


10. Rhombus:

    - \[Area = \frac{(Diagonal₁ × Diagonal₂) }{ 2}\]

    - \[A = \frac{(d₁ × d₂) }{2}\]


11. Equilateral Triangle:

    - \[Area = Side² × \frac{\sqrt3}{ 4}\]

    - \[A =\frac{ \sqrt{3}}{ 4}s^2\]


These are some of the most commonly used area formulas in geometry. Remember to use the appropriate units for measurements to get the area in the desired units (e.g., square meters, square inches, etc.).


Some workout Exercises:- 

1. Find area of the equilateral triangle with side 6 cm.
2. Find the area of the parallelogram with base 20 cm and height 15 cm.
3. Find the side of the square whose area is 64 sq m.


Tuesday, September 12, 2023

LCM: The Least Common Multiple

 Finding the Least Common Multiple (LCM) of two or more numbers is a common mathematical task, especially in arithmetic and algebra. The LCM is the smallest multiple that is divisible by all the given numbers. Here's a step-by-step guide on how to find the LCM:


Method 1: Listing Multiples


1. Identify the numbers:

 Determine the numbers for which you want to find the LCM. Let's say you have two numbers, A and B, and you want to find their LCM.


2. List the multiples:

Start by listing the multiples of each number until you find a common multiple. To do this, multiply each number by 1, 2, 3, and so on until you find a common multiple or a multiple that is common to both numbers. For example:


   - Multiples of A: A, 2A, 3A, 4A, ...

   - Multiples of B: B, 2B, 3B, 4B, ...


3. Identify the common multiple:

 Look for the smallest number that appears in the list of multiples of both A and B. This number is the LCM of A and B.


Method 2: Prime Factorization


This method is especially useful when dealing with larger numbers.


1. Identify the numbers:

 Determine the numbers for which you want to find the LCM.


2. Prime factorization:

 Find the prime factorization of each number. Break down each number into its prime factors. For example, if you have the numbers 12 and 18:


   \[- Prime \ factorization \ of  \ 12:  2^2 × 3\]

   \[- Prime \ factorization \ of  \ 18: 2 × 3^2\]


3. Combine prime factors:

Take all the unique prime factors from both numbers and raise each factor to the highest power it appears in either number. In this case:


   \[- Combined \  prime \  factors \ : 2^2 × 3^2\]


4. Calculate the LCM: 

Multiply the combined prime factors together. In this case, \[LCM = 2^2 × 3^2 = 4 × 9 = 36.\]


So, the LCM of 12 and 18 is 36.


Method 3: Using the LCM Formula


There's also a formula for finding the LCM of two numbers, which is based on the greatest common divisor (GCD or GCF):


\[LCM(A, B) = \frac{ (A ×B) }{GCD(A, B)}\]


You can use this formula if you already know the GCD of the two numbers.


These methods will help you find the LCM of two numbers efficiently, whether you choose to list multiples, use prime factorization, or apply the LCM formula.


Some workout Exercises:-

1. Find LCM of the numbers 15,75,125.
2. Find LCM of the numbers 1002,306.
3. Find LCM of the numbers 3,6,9.


Monday, April 24, 2023

How to find maximum and minimum value of the function with example.

 To find the maximum and minimum values of a function, you need to calculate the derivative of the function and find the points where the derivative is equal to zero or undefined. These points are called critical points, and they can be either maximum, minimum, or inflection points.

Once you have found the critical points, you can use the second derivative test to determine whether each critical point is a maximum, minimum, or inflection point.

Here's an example:

Suppose you have the function \[ f(x) = x^3 - 6x^2 + 9x + 2.\]

  1. First, we need to find the derivative of the function: \[f'(x) = 3x^2 - 12x + 9.\]

  2. Next, we need to find the critical points by setting the derivative equal to zero: \[3x^2 - 12x + 9 = 0.\]

We can solve this equation by factoring or using the quadratic formula: \[(x - 1)(3x - 9) = 0, \] which gives us \[x = 1 \ and \ x = 3. \]

These are the critical points of the function.

  1. Now, we need to use the second derivative test to determine whether each critical point is a maximum, minimum, or inflection point. \[f''(x) = 6x - 12.\]

\[At \ x = 1, \ we \ have \ f''(1) = -6, \] \[ which\ means \ that \ f(x) \ has \ a \ relative \ maximum \ at \ x = 1.\]

\[At \ x = 3, \ we \ have \ f''(3) = 6, \] \[which \ means \ that \ f(x) \ has \ a \ relative \ minimum \ at \ x = 3.\]

Therefore, the maximum value of the function is f(1) = 6 and the minimum value is f(3) = -4.

In summary, to find the maximum and minimum values of a function, we need to find the critical points by setting the derivative equal to zero, and then use the second derivative test to determine whether each critical point is a maximum, minimum, or inflection point.


Some workout Exercises:-

1. Find maximum value of the function \[f(x)= x^3+3x^2+5\] at x = 5.

2. Find minimum value of of a function \[f(x)= x^2+3x-7\] at x = 7.



Recent

JEE mains practice set-1| Competative exam

 Here are 30 mathematics questions related to JEE Mains exam: *Algebra* 1. If α and β are the roots of the equation \[x² + px + q = 0,\] the...