Skip to main content

Maths 1 Week 9 Summary

Graph Theory Summary Mathematical Concepts Summary

📚

Important Concepts

Critical Points

Critical points of a function are points where the derivative is zero or undefined. These points are significant because they can indicate local maxima, local minima, or saddle points. Mathematically, if \( f'(x) = 0 \) or \( f'(x) \) does not exist at \( x = c \), then \( c \) is a critical point.

Local Minima and Local Maxima

A function \( f(x) \) has a local maximum at \( x = c \) if \( f(c) \) is greater than or equal to \( f(x) \) for all \( x \) in some interval around \( c \). Similarly, \( f(x) \) has a local minimum at \( x = c \) if \( f(c) \) is less than or equal to \( f(x) \) for all \( x \) in some interval around \( c \).

To find local maxima and minima, we use the first derivative test. If \( f'(x) \) changes sign from positive to negative at \( x = c \), then \( f(c) \) is a local maximum. If \( f'(x) \) changes sign from negative to positive at \( x = c \), then \( f(c) \) is a local minimum.

Increasing and Decreasing Functions

A function \( f(x) \) is increasing on an interval if \( f'(x) > 0 \) for all \( x \) in that interval. Conversely, \( f(x) \) is decreasing on an interval if \( f'(x) < 0 \) for all \( x \) in that interval.

Saddle Points

A saddle point is a critical point that is not a local maximum or minimum. At a saddle point, the function changes direction, but it does not reach a peak or a trough. For example, the function \( f(x, y) = x^2 - y^2 \) has a saddle point at \( (0, 0) \).

Second Derivative Test

The second derivative test helps determine whether a critical point is a local maximum, local minimum, or saddle point. If \( f''(x) > 0 \) at a critical point \( x = c \), then \( f(c) \) is a local minimum. If \( f''(x) < 0 \) at a critical point \( x = c \), then \( f(c) \) is a local maximum. If \( f''(x) = 0 \), the test is inconclusive.

Global Minima and Global Maxima

Global minima and maxima are the lowest and highest values of a function over its entire domain. A function \( f(x) \) has a global maximum at \( x = c \) if \( f(c) \geq f(x) \) for all \( x \) in the domain of \( f \). Similarly, \( f(x) \) has a global minimum at \( x = c \) if \( f(c) \leq f(x) \) for all \( x \) in the domain of \( f \).

Area of a Rectangle

The area \( A \) of a rectangle is given by the product of its length \( l \) and width \( w \):

$$ A = l \times w $$

Riemann Sum

A Riemann sum is a method for approximating the total area under a curve. It is calculated by dividing the region into small rectangles and summing their areas. Mathematically, a Riemann sum is given by:

$$ \sum_{i=1}^{n} f(x_i^*) \Delta x $$

where \( \Delta x \) is the width of each subinterval and \( x_i^* \) is a sample point in the \( i \)-th subinterval.

For example, to find the left Riemann sum for \( f(x) = x^2 \) on the interval \([0, 2]\) with \( n = 4 \) subintervals, we have:

$$ \Delta x = \frac{2-0}{4} = 0.5 $$

The left endpoints are \( x_0 = 0, x_1 = 0.5, x_2 = 1, x_3 = 1.5 \). The left Riemann sum is:

$$ \sum_{i=0}^{3} f(x_i) \Delta x = (0^2 \cdot 0.5) + (0.5^2 \cdot 0.5) + (1^2 \cdot 0.5) + (1.5^2 \cdot 0.5) = 0 + 0.125 + 0.5 + 1.125 = 1.75 $$

For the right Riemann sum, the right endpoints are \( x_1 = 0.5, x_2 = 1, x_3 = 1.5, x_4 = 2 \). The right Riemann sum is:

$$ \sum_{i=1}^{4} f(x_i) \Delta x = (0.5^2 \cdot 0.5) + (1^2 \cdot 0.5) + (1.5^2 \cdot 0.5) + (2^2 \cdot 0.5) = 0.125 + 0.5 + 1.125 + 2 = 3.75 $$

Riemann Integral

The Riemann integral is the limit of the Riemann sum as the width of the subintervals approaches zero. It represents the exact area under a curve. The Riemann integral of a function \( f(x) \) from \( a \) to \( b \) is denoted by:

$$ \int_{a}^{b} f(x) \, dx $$

Antiderivative

An antiderivative of a function \( f(x) \) is a function \( F(x) \) such that \( F'(x) = f(x) \). The process of finding an antiderivative is called antidifferentiation or integration.

Indefinite Integral

The indefinite integral of a function \( f(x) \) is the set of all antiderivatives of \( f(x) \). It is denoted by:

$$ \int f(x) \, dx $$

The indefinite integral includes a constant of integration \( C \) because the derivative of a constant is zero.

Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus links the concept of differentiation and integration. It has two parts:

  1. The first part states that if \( F(x) \) is an antiderivative of \( f(x) \), then:
  2. $$ \int_{a}^{b} f(x) \, dx = F(b) - F(a) $$

  3. The second part states that if \( f(x) \) is continuous on \([a, b]\), then the function \( F(x) \) defined by:
  4. $$ F(x) = \int_{a}^{x} f(t) \, dt $$

    is an antiderivative of \( f(x) \).

Differentiation

$$\frac{d}{dx} x^n = nx^{n-1}$$

$$\frac{d}{dx} e^x = e^x$$

$$\frac{d}{dx} \ln x = \frac{1}{x}$$

$$\frac{d}{dx} \sin x = \cos x$$

$$\frac{d}{dx} \cos x = -\sin x$$

$$\frac{d}{dx} \tan x = \sec^2 x$$

$$\frac{d}{dx} \cot x = -\csc^2 x$$

$$\frac{d}{dx} \sec x = \sec x \tan x$$

$$\frac{d}{dx} \csc x = -\csc x \cot x$$

$$\frac{d}{dx} a^x = a^x \ln a$$

Integration

$$\int x^n \, dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)$$

$$\int e^x \, dx = e^x + C$$

$$\int \frac{1}{x} \, dx = \ln|x| + C$$

$$\int \sin x \, dx = -\cos x + C$$

$$\int \cos x \, dx = \sin x + C$$

$$\int \sec^2 x \, dx = \tan x + C$$

$$\int \csc^2 x \, dx = -\cot x + C$$

$$\int \sec x \tan x \, dx = \sec x + C$$

$$\int \csc x \cot x \, dx = -\csc x + C$$

$$\int a^x \, dx = \frac{a^x}{\ln a} + C \quad (a > 0, a \neq 1)$$

Comments

Popular post

IITM Notes

Course Overview “These handwritten notes encompass topics in data science and civil services. The beauty of knowledge is that you don’t need to belong to any specific group; simply maintain your curiosity, and knowledge will find its way to you. I hope these notes are helpful. If they are, please consider leaving a comment below and follow my blog for updates.” Mathematics 1 👉 Select Week Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11 Revision Statistics 1 👉 Select Week Week 1 Week 2 Week 3 Week 4 Week 5 Week 6 Week 7 Week 8 Week 9 Week 10 Week 11

Maths 1 week 1 Summary

Number System and Set Theory 📚 Number System and Set Theory This week, our teacher covered the basics of the number system. We were instructed to consider 0 as part of the natural numbers, as it will be treated as such in future subjects like Python. However, in exams, it will be explicitly stated whether 0 should be considered a natural number. The key topics from this week include set theory and the relationship between two sets. In set theory, we focused on three Venn diagram problems. In the context of relations, we discussed the concepts of reflexive, symmetric, transitive, and equivalence relations. Detailed Explanation 1.Union of Two Sets The union of two sets A and B is the set of elements that are in either A , B , or both. It is denoted as A ∪ B . 2.Intersection of Two Sets The intersection of two sets A and B is the set of elements that are in both A and B . It is denoted as A ∩ B . 3.Subt

Community page

Welcome To our IITM BS Students Community This community is a student commune where IIT Madras Bachelor of Science students are studying. Our community is managed by 15 community admins who oversee our WhatsApp community, Discord, and Telegram profiles. With more than 1000+ active members, we study together, share memes, watch movies, play games, and have fun. Our goal is to bring all online IITM students together to excel in exams while having fun. Community Admins Agampreet LinkedIn Ansh Ashwin Ambatwar Arti Dattu Dolly Elango Koushik Shrijanani Saksham Shivamani Shivam Instagram LinkedIn Join Our Community Subscribe to our YouTube page Join our meme team on