Summary
Highlights
The lecture begins with an introduction to tangent lines (مماسات) as part of Chapter 3, which focuses on the concept of derivatives. It explains how to find the slope of a tangent line (m_a) at a point P(a, f(a)) using the limit definition: m_a = lim (h→0) [f(a+h) - f(a)] / h. This limit must exist for the tangent line to be defined.
An example demonstrates finding the slope of the tangent line for the function f(x) = x^2. First, the general slope at point (a, a^2) is calculated as 2a using the limit definition. Second, the equation of the tangent line at a specific point R(-2, 4) is found. Using the general slope, m = 2a, and substituting a = -2, the slope becomes -4. The equation of the line is then derived as y - y1 = m(x - x1), or y - 4 = -4(x + 2).
The derivative of a function f, denoted as f'(x), is defined as f'(x) = lim (h→0) [f(x+h) - f(x)] / h. The derivative itself is a new function. If this limit exists, the function is differentiable at x. The slope of the tangent line at a point (a, f(a)) is equivalent to f'(a).
The domain of the derivative f' consists of all points x in the domain of f where f is differentiable. For a function to be differentiable at a point, the limit for the derivative must exist. For endpoints of an interval, a one-sided limit must exist.
A function is not differentiable at points where its graph has a 'corner'. This occurs when the function is continuous at point 'a', and both the right-hand derivative and left-hand derivative exist at 'a' but are not equal. Another case for a corner is when one of the one-sided derivatives exists, and the other approaches positive or negative infinity.
A function is also not differentiable at a point where it has a 'vertical tangent line'. This happens if the function is continuous at 'a' and the limit of the absolute value of its derivative approaches infinity as x approaches 'a'. This indicates an infinitely steep slope at that point.
A 'cusp' is another type of point where a function is not differentiable. A cusp occurs when the function is continuous at 'a', and the derivative approaches positive infinity from one side and negative infinity from the other side (or vice versa). An important note is that every cusp point implies a vertical tangent line, but not every vertical tangent line indicates a cusp.
A fundamental theorem states that if a function is differentiable at a point, then it must also be continuous at that point. However, the converse is not always true; a continuous function is not necessarily differentiable (e.g., at corners or cusps).
The lecture revisits basic rules of differentiation: the derivative of a linear function f(x) = mx + b is m; the derivative of a constant function f(x) = b is 0. The power rule states that if f(x) = x^n, then f'(x) = n*x^(n-1). If f(x) = c*x^n, then f'(x) = c*n*x^(n-1).
Different notations for the first derivative are presented: f'(x), d/dx (f(x)), d/dx (y), y', and dy/dx. For higher-order derivatives, f''(x), f'''(x), and for the fourth derivative and beyond, f^(4)(x) is used. Similar notations are shown for y and d/dx expressions, such as d^2y/dx^2 for the second derivative.
An example illustrates finding the first four derivatives of the function f(x) = 4x^(3/2). Applying the power rule repeatedly, the derivatives are calculated: f'(x) = 6x^(1/2), f''(x) = 3x^(-1/2), f'''(x) = -3/2 x^(-3/2), and f^(4)(x) = 9/4 x^(-5/2).