Difference between revisions of "Calculus"
Line 56: | Line 56: | ||
#Natural log of <math>x</math> : <math>(ln(x))'= {1 \over x} * (x)' </math> | #Natural log of <math>x</math> : <math>(ln(x))'= {1 \over x} * (x)' </math> | ||
#log of <math>x</math> : <math>(log_a x^z)' = ({ln x^z \over ln a})'={1 \over ln_a}(ln x^z)'= {z x^{z-1} \over ln {a*x^z}} </math> | #log of <math>x</math> : <math>(log_a x^z)' = ({ln x^z \over ln a})'={1 \over ln_a}(ln x^z)'= {z x^{z-1} \over ln {a*x^z}} </math> | ||
===Higher Derivatives=== | ===Higher Derivatives=== | ||
#Second derivatives <math>f''(x) = (f'(x))'</math> | #Second derivatives <math>f''(x) = (f'(x))'</math> |
Revision as of 12:19, 4 September 2021
Calculus
Introduction to calculus: what is derivative and Integral
This is a topic ties every things about (functions and graphs) together.
We're mainly concerned with two parts:
- Derivative (Differentiation)
- Integrals (Integration)
Derivative is equal to rate of change. Most of the time we will us to present how one variable changes with another. The derivative is the gradient of a tangent line
But from the beginning we are going to talk about where do you want the derivative, the other way to say is I will give you a point and then tell me what's the derivative or gradient for that point.
From the beginning here is the concepts you need for calculus.
- "what is the derivative at x=n" you can under stand as "what is the gradient when x=n"
- "What is the Integral at x=a to x=b" you can under stand as "what is the area between the function and the x axis from x=a to x=b".
Conclusion (from the beginning )
derivative = gradient of a tangent = rate of change Integral = area under the function.
Differentiation
Derivative and Gradient
Limits
Power Rule
Derivative of Polynomial Functions
=Newton Derivative of Polynomial Functions=
- The sum rule
- The Difference Rule
- The Product Rule
- The Quotient Rule
=Leibniz Derivative of Polynomial Functions=
- The sum rule
- The Difference Rule
- The Product Rule
- The Quotient Rule
Derivative of Trigonometric Functions
Chain Rule
Derivatives of Logarithmic and Exponential Functions
- Natural log of :
- log of :
Higher Derivatives
- Second derivatives
Newton Higher Derivatives
- function
- first derivative
- Second derivatives
- Third derivatives
- 4th derivatives
Leibniz Higher Derivatives
- function
- first derivative
- second derivatives
- third derivatives
- 4th derivatives
Why do we need Higher Derivatives
From the zero derivative to sixth derivative there is a meaning on the graph
- No derivative function = Position
- first derivative = Velocity
- second derivative = Acceleration
- third derivative = Jerk
- fourth derivative = Snap
- fifth derivative = crackle/flounce
- sixth derivative = Pop
How to finding Local Maxima and Minima by Differentiation
Our example will be : And the graph will be the one at the side.
Then we will need to use the derivatives to find the two point that has 0 slope we will also called it Local maxima and Local minima
Then we get x=2 an x=-2 so the, then we put them into the function.
so the first point will be local maxima it will be at (-2,17) and then local minima (2,-15).
Graphing Functions and Their Derivatives
- When a first derivative is positive, the original function is increasing.
- When a first derivative is negative, the original function is decreasing.
- The derivative does not tell us if the function is positive or negative, only if increasing or decreasing.
- When a second derivative is positive, the original function is concave up.
- When a second derivative is negative, the original function is concave down.
- When a first derivative hits zero from below the axis, the original function is at a(n) local minimum.
- When a second derivative is zero, the original function is at a(n) inflection point.
Limits and L'Hospital's Rule
- L'Hospital's Rule 1
- L'Hospital's Rule 2
Integration
Mathematicians have been playing with the concept of integration for ages, but it was until Newtons time that it was realized that integration and differentiation are inverse operations.
Integral
- Hint F(x) is not equal to f(x).
- Definite Integral
- Indefinite Integral
Properties of Indefinite Integral
- sum rule of Indefinite Integral
- The Difference Rule
Integrals With Trigonometric Functions
Integration By Parts
- Performing Integration By Parts #