Calculus Derivative Solutions and Function Analysis
Classified in Mathematics
Written on in
English with a size of 5.35 KB
Derivatives of Algebraic and Transcendental Functions
- f(x) = (x3 - 3x)3: f'(x) = 3(x3 - 3x)2 · (3x2 - 3) = 9x8 - 63x6 + 135x4 - 81x2
- f(x) = 2ex · (3x - 1): f'(x) = 2ex · (3x - 1) + 2ex · 3 = 6xex - 2ex + 6ex = 6xex + 4ex
- f(x) = ln(x2 + 6x): f'(x) = (1 / (x2 + 6x)) · (2x + 6)
- f(x) = 1 / ln x: f'(x) = -1(ln x)-2 · (1 / x) = -1 / (x ln2 x)
- f(x) = 2 cos x · sin x: f'(x) = 2(-sin x) · sin x + 2 cos x · cos x = 2(cos2 x - sin2 x)
- f(x) = 2x2 - 3: f'(x) = 2x2 - 3 · 2x · ln 2
- f(x) = cos3(2x): f'(x) = 3 · (cos 2x)2 · (-sin 2x) · 2 = -6 cos2(2x) · sin(2x)
- f(x) = (2x3 - 3x) / (x2 - 1): f'(x) = [(6x2 - 3)(x2 - 1) - (2x3 - 3x)(2x)] / (x2 - 1)2
- f(x) = (x2 - 1) / (x + 1): f'(x) = [(2x)(x + 1) - (x2 - 1) · 1] / (x + 1)2
- f(x) = ex2 / (1 - ex): f'(x) = [ex2 · 2x · (1 - ex) + ex2 · ex] / (1 - ex)2 = (2xex2 - 2xex2+x + ex2+x) / (1 - ex)2
- f(x) = √(x2 - 3x ln x): f'(x) = ln(x2 - 3x)1/2
- f(x) = ln √(x2 - 3x): f'(x) = [1 / √(x2 - 3x)] · (2x - 3) / [2√(x2 - 3x)] = (2x - 3) / [2(x2 - 3x)]
- f(x) = (2x2 - ex) / x: f'(x) = (4x - ex · x - (2x2 - ex)) / x2
- f(x) = ex2 · ln x2: f'(x) = ex2 · 2x · ln x2 + ex2 · (2x / x2) = ex2 · 2x (ln x2 + (1 / x2))
- f(x) = ex2 · (x2 - 3x): f'(x) = ex2 · 2x(x2 - 3x) + ex2(2x - 3) = ex2(2x3 - 6x2 + 2x - 3)
- f(x) = (x3 - 2x)3: f'(x) = 3(x3 - 2x)2 · (3x2 - 2)
- f(x) = 1 / (2√x): f(x) = (1/2)x-1/3, f'(x) = (-1/6)x-4/3 = -1 / (6√x4)
- f(x) = sin2(2x): f'(x) = 2 sin(2x) · cos(2x) · 2 = 2(2 sin 2x cos 2x) = 2 sin 4x
- f(x) = ln √(3x - 2): f'(x) = [1 / √(3x - 2)] · [1 / (2√(3x - 2))] · 3 = 3 / [2(3x - 2)]
- f(x) = (x2 - 1) / (x + 1): f'(x) = [2x(x + 1) - (x2 - 1) · 1] / (x + 1)2 = [2x2 + 2x - x2 + 1] / (x + 1)2 = 1
- f(x) = xex · ln x: f'(x) = (ex + xex) ln x + xex · (1/x) = ex(1 + x ln x + 1) = ex(2 + x ln x)
- f(x) = (ex - x) / ex: f'(x) = [(ex - 1)ex - (ex - x)ex] / (ex)2 = (x - 1) / ex
Tangent Line Calculation
Calculate the tangent line to: y = 3x2 - 6x + 1, given the slope m = 12.
y' = 6x - 6. Setting 6x - 6 = 12, we find x = 3.
When x = 3, y = 3(3)2 - 6(3) + 1 = 10. The point is (3, 10).
Using the point-slope form: y - 10 = 12(x - 3), which simplifies to y = 12x - 26.
Critical Points and Extrema Analysis
Analysis of f(x) = x3 - 3x2 + 6
f' = 3x2 - 6x = 0 → 3x(x - 2) = 0, so x = 2 and x = 0.
f(2) = (2)3 - 3(2)2 + 6 = 2. Point: (2, 2).
f(0) = 6. Point: (0, 6).
f'' = 6x - 6. f''(2) = 6 > 0 (Relative Minimum); f''(0) = -6 < 0 (Relative Maximum).
Setting f'' = 6x - 6 = 0, we find x = 1, y = 4. Inflection point: (1, 4).
Analysis of f(x) = x2ex
f'(x) = 2xex + x2ex = ex(x2 + 2x) = 0.
x2 + 2x = 0 → x(x + 2) = 0, so x = 0 and x = -2.
For x = 0, y = 0. Point: (0, 0) Minimum.
For x = -2, y = 4e-2. Point: (-2, 4/e2) Maximum.
f''(x) = ex(x2 + 2x) + ex(2x + 2) = ex(x2 + 4x + 4).
f''(0) = e0(4) > 0 (Minimum); f''(-2) = e-2(0). (Note: Re-evaluating the original text's second derivative logic for extrema).