Difference between revisions of "Calculus"

From PKC
Jump to navigation Jump to search
 
(68 intermediate revisions by 2 users not shown)
Line 1: Line 1:
====[[Terminology]]====
=Calculus=
=Calculus=
==[[Introduction to calculus: what is derivative and Integral ]]==
==[[Calculus: Function | Function]]==
This is a topic ties every things about (functions and graphs) together.
What is Function?
====[[Increasing and Decreasing Function]]====
====[[Even Odd or Neigher Function]]====
====[[Linear Function]]====
====[[Absolute Value Function]]====
====[[Polynomial Functions]]====
====[[Piecewise Functions]]====
====[[Continuity Basic Introduction, Point, Infinite, and Jump Discontinuity, Removable and Nonremovable]]====
====How to gragh different functions====


We're mainly concerned with two parts:
==[[Introduction to Calculus: What is Derivative and Integral]]==
#Derivative (Differentiation)
{{: Introduction to Calculus: What is Derivative and Integral}}
#Integrals (Integration)
 
Derivative is equal to rate of change. Most of the time we will us <math> dy \over dx </math> 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==
==Differentiation==
Line 25: Line 19:
===[[Derivative and Gradient]]===
===[[Derivative and Gradient]]===
===[[Calculus:Limits|Limits]]===
===[[Calculus:Limits|Limits]]===
<math> \lim_{x \to c} f(x) = L,</math>
{{:Calculus:Limits}}


===[[Calculus:Power Rule|Power Rule]]===
===[[Calculus:Power Rule|Power Rule]]===
<math>(x^n)' = n*x^{n-1}</math>
{{:Calculus:Power Rule}}


===[[Calculus:Derivative of Polynomial Functions|Derivative of Polynomial Functions]]===
===[[Calculus:Derivative of Polynomial Functions|Derivative of Polynomial Functions]]===
=======[[use Notation::Newton]] Derivative of Polynomial Functions=======
{{:Calculus:Derivative of Polynomial Functions}}
#The sum rule <math>(f+g)'=f'+g'</math>
#The Difference Rule <math>(f-g)'=f'-g'</math>
#The Product Rule <math>(f*g)'=f*g'+ g*f'</math>
#The Quotient Rule <math>({f \over g})' = {(gf'-fg') \over g^2} </math>
=======[[use Notation::Leibniz]] Derivative of Polynomial Functions=======
#The sum rule <math>{d (f+g) \over d x} ={d f \over d x} + {d g \over d x}</math>
#The Difference Rule <math>{d (f-g) \over d x}={d f \over d x} - {d g \over d x}</math>
#The Product Rule <math>{d (f g) \over d x}'= f {d g \over d x} + g {d f \over d x}</math>
#The Quotient Rule <math>{d ({f \over g})  \over d x} = {  g {d f \over d x} - f {d g \over d x} \over g^2} </math>


===[[Calculus:Derivative of Trigonometric Functions|Derivative of Trigonometric Functions]]===
===[[Calculus:Derivative of Trigonometric Functions|Derivative of Trigonometric Functions]]===
#<math>f(sin x)'= cos(x)</math>
{{:Calculus:Derivative of Trigonometric Functions}}
#<math>f(cos x)'= -sin(x)</math>
 
#<math>f(tan x)'= sec^2(x)</math>
#<math>f(cot x)'= -csc^2(x)</math>
#<math>f(csc x)'= -csc(x) cot(x)</math>
#<math>f(sec x)'= sec(x) tan(x)</math>
====[[Calculus:Chain Rule|Chain Rule]]====
====[[Calculus:Chain Rule|Chain Rule]]====
#[[use Notation::Newton]] Chain rule <math>[f(g(x))]'=f'(g(x))*g'(x)</math>
{{:Calculus:Chain Rule}}
#[[use Notation::Leibniz]] Chain rule <math>\frac{d f(g(x))}{d x} = {{d f(g)} \over d g} {d g \over d x}</math>


===[[Derivatives of Logarithmic and Exponential Functions]]===
===[[Derivatives of Logarithmic and Exponential Functions]]===
#Natural log of <math>x</math> : <math>(ln(x))'= {1 \over x} * (x)' </math>
{{:Derivatives of Logarithmic and Exponential Functions}}
#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>
====[[What is Log]]====
{{:What is Log}}
====[[The Number that will not be changed by derivatives]]====
{{:The Number that will not be changed by derivatives}}


===Higher Derivatives===
===Higher Derivatives===
Line 76: Line 59:


===[[Why do we need Higher Derivatives]]===
===[[Why do we need Higher Derivatives]]===
From the zero derivative to sixth derivative there is a meaning on the graph
{{:Why do we need Higher Derivatives}}
#No derivative function <math> f(x) </math> = Position
#first derivative <math> f'(x) </math> = Velocity
#second derivative <math> f''(x) </math> = Acceleration
#third derivative <math> f'''(x) </math> = [[wikipedia:Jerk (physics)|Jerk]]
#fourth derivative <math>f^{(4)}(x)</math> = [[wikipedia:Snap (physics)|Snap]]
#fifth derivative <math>f^{(5)}(x)</math> = [[wikipedia:Fifth derivative (crackle)|crackle/flounce]]
#sixth derivative <math>f^{(6)}(x)</math> = Pop


===How to finding Local Maxima and Minima by Differentiation===
===[[How to finding Local Maxima and Minima by Differentiation]]===
Our example will be :
{{:How to finding Local Maxima and Minima by Differentiation}}
<math> f(x)= x^3-12x+1 </math>
And the graph will be the one at the side.
[[File:Screen Shot 2021-07-31 at 9.35.59 PM.png|thumb]]
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
 
<math> f'(x)=3x^2-12 </math>
<math> f'(x)=3x^2-12</math>
 
<math> 3x^2=12</math>
 
<math> x^2=4 </math>
 
Then we get x=2 an x=-2 so the, then we put them into the function.
 
<math>f(x)= 2^3-(12*2)+1=-15</math>
 
<math>f(x)= -2^3-(12*-2)+1= 17</math>
 
so the first point will be local maxima it will be at (-2,17)  and then local minima (2,-15).
 
[[File:Screen Shot 2021-07-31 at 9.55.12 PM.png|thumb]]


===[[Graphing Functions and Their Derivatives]]===
===[[Graphing Functions and Their Derivatives]]===
Line 115: Line 69:
===[[Limits and L'Hospital's Rule]]===
===[[Limits and L'Hospital's Rule]]===
{{:Limits and L'Hospital's Rule}}
{{:Limits and L'Hospital's Rule}}
==[[Solve Differential Equation by means of Separating Variables]]==
====[[Simplifying Derivatives]]====


==[[Integration]]==
==[[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.
Mathematicians have been playing with the concept of integration for ages, but it was until Newton’s time that it was realized that integration and differentiation are inverse operations.


====[[Integral]]====
====[[Integral]]====
#Hint <math>F'(x)=f(x)</math> F(x) is not equal to f(x).
{{:Integral}}
#Definite Integral <math>\int_{a}^{b} f(x) \,dx = F(b) - F(a),</math>
#Indefinite Integral <math>\int f(x) \,dx = F(x)+c,</math>


====[[Properties of Indefinite Integral]]====
====[[Properties of Indefinite Integral]]====
#sum rule of Indefinite Integral <math>\int [f(x)+g(x)] \,dx = \int f(x) \,dx + \int g(x) \,dx </math>
{{:Properties of Indefinite Integral}}
#The Difference Rule <math>\int [f(x)-g(x)] \,dx = \int f(x) \,dx - \int g(x) \,dx</math>


====[[Integrals With Trigonometric Functions]]====
====[[Integrals With Trigonometric Functions]]====
#<math>\int cosx \,dx = sinx + c </math>
{{:Integrals With Trigonometric Functions}}
#<math>\int sin x \,dx = -cos x + c </math>
#<math>\int {sec}^2 x \,dx = tan x + c </math>
#<math>\int {csc}^2 x \,dx = -cotx + c </math>
#<math>\int secx \, tanx \,dx = secx + c </math>
#<math>\int cscx \, cotx \,dx = -cscx + c </math>


====[[Integration By Parts]]====
====[[Integration By Parts]]====
{{:Integration By Parts}}


#Performing Integration By Parts #<math>\int f(x) g'(x) \,dx = f(x)g(x) - \int f'(x) g(x) \,dx</math>
====[[Infinity Integral]]====
{{:Infinity Integral}}


====[[Infinity Integral]]====
When you get a Integral like this
#Definite Integral from a to infinite <math>\int_{a}^{ \infty} f(x) \,dx</math>
#Definite Integral from negative infinite to b <math>\int_{- \infty}^{b} f(x) \,dx</math>
#Definite Integral from negative infinite to infinite <math>\int_{- \infty}^{\infty} f(x) \,dx</math>
====[[All equations that you may need to know for integration]]====
====[[All equations that you may need to know for integration]]====
#<math>\int x^n \,dx = { x^{n+1} \over n+1 } </math>
{{:All equations that you may need to know for integration}}
#<math>\int 1 \over x \,dx = { ln |x| } </math>
 
#<math>\int a^x \,dx = { a^x \over ln a  } </math>
#<math>\int e^x \,dx = e^x </math>
#<math>\int sin x \,dx = -cos x </math>
#<math>\int cos x \,dx = sin x </math>
#<math>\int sec x tan x \,dx = sec x </math>
#<math>\int sec^2 x \,dx = tan x </math>
#<math>\int csc^2 x \,dx = -cot x </math>
#<math>\int \csc x \cot x \,dx = -csc x </math>
#<math>\int sec x \,dx = ln |sec x + tan x|</math>
#<math>\int csc x \,dx = ln |csc x - cot x|</math>
#<math>\int tan x \,dx = ln |sec x|</math>
#<math>\int cot x \,dx = ln |sin x|</math>
====[[Definite integrals area under a curve and above the curve]]====
====[[Definite integrals area under a curve and above the curve]]====
#Definite Integral under and above the curve <math>\int_{a}^{b} f(x) \,dx, \int_{b}^{c} |f(x)| \,dx = F(b) - F(a) + |F(b) - F(a)|,</math>
{{:Definite integrals area under a curve and above the curve}}


====[[Area between curves]]====
====[[Area between curves]]====
#<math>\int_{a}^{b} (upper function - lower function) \,dx,</math>
{{:Area between curves}}


if f(x) = upper function and g(x) = lower function
====[[Kinematics]]====
Kinematics is a type of physics
{{:Kinematics}}
====[[Using Integration to calculate volume]]====
{{:Using Integration to calculate volume}}


#<math>\int_{a}^{b} (f(x) - g(x)) \,dx,</math>


==Reference==
 
=Reference=
#[https://www.youtube.com/watch?v=wcNc0lgCibY&list=PL6LH0ngwf3HsUd_g82b-CSveVjpO8skll  IB Maths AA SL/HL calculus]
#[https://www.youtube.com/watch?v=wcNc0lgCibY&list=PL6LH0ngwf3HsUd_g82b-CSveVjpO8skll  IB Maths AA SL/HL calculus]
#[https://www.youtube.com/watch?v=rBVi_9qAKTU&list=PLybg94GvOJ9ELZEe9s2NXTKr41Yedbw7M  Calculus by Professor Dave Explains]
#[https://www.youtube.com/watch?v=rBVi_9qAKTU&list=PLybg94GvOJ9ELZEe9s2NXTKr41Yedbw7M  Calculus by Professor Dave Explains]
=Related Pages=
*[[Is in field::Calculus]]

Latest revision as of 08:02, 29 January 2022

Terminology

Calculus

Function

What is Function?

Increasing and Decreasing Function

Even Odd or Neigher Function

Linear Function

Absolute Value Function

Polynomial Functions

Piecewise Functions

Continuity Basic Introduction, Point, Infinite, and Jump Discontinuity, Removable and Nonremovable

How to gragh different functions

Introduction to Calculus: What is Derivative and Integral

This is a topic ties everything about (functions and graphs) together.

We're mainly concerned with two parts:

  1. Derivative (Differentiation)
  2. Integrals (Integration)

A derivative is equal to the rate of change. Most of the time we will use 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 are the concepts you need for calculus.

  1. "what is the derivative at x=n" you can understand as "what is the gradient when x=n".
  2. "What is the integral at x=a to x=b" you can understand 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

Properties of Limits

  1. Sum Rule: The limit of the sum of two functions is the sum of their limits :
  2. Difference Rule: The limit of the difference of two functions is the difference of their limits :
  3. Product Rule: The limit of a product of two functions is the product of their limits :
  4. Constant Multiple Rule: The limit of a constant times a function is the constant times the limit of the function :

  1. Quotient Rule: The limit of a quotient of two functions is the quotient of their limits, provided the limit of the denominator is not zero.

Power Rule


Derivative of Polynomial Functions

=Newton Derivative of Polynomial Functions=
  1. The sum rule
  2. The Difference Rule
  3. The Product Rule
  4. The Quotient Rule
=Leibniz Derivative of Polynomial Functions=
  1. The sum rule
  2. The Difference Rule
  3. The Product Rule
  4. The Quotient Rule


Derivative of Trigonometric Functions


Chain Rule

  1. Newton Chain rule
  2. Leibniz Chain rule


Derivatives of Logarithmic and Exponential Functions

  1. Natural log of  :
  2. log of  :

What is Log

  1. First law If than
  2. Second law
  3. Thirde law
  4. law If "" than ""
  5. law if
  6. law "" than "x = a"



The Number that will not be changed by derivatives

The Exponential Function

  1. Exponential
  2. Exponential Function
  3. Exponential Function

so when every you meet Exponential just reminds yourself it will not be changed by the derivatives.


Higher Derivatives

  1. Second derivatives
Newton Higher Derivatives
  1. function
  2. first derivative
  3. Second derivatives
  4. Third derivatives
  5. 4th derivatives


Leibniz Higher Derivatives
  1. function
  2. first derivative
  3. second derivatives
  4. third derivatives
  5. 4th derivatives

Why do we need Higher Derivatives

From the zero derivative to sixth derivative there is a meaning on the graph

  1. No derivative function = Position
  2. first derivative = Velocity
  3. second derivative = Acceleration
  4. third derivative = Jerk
  5. fourth derivative = Snap
  6. fifth derivative = crackle/flounce
  7. 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.

Screen Shot 2021-07-31 at 9.35.59 PM.png

Then we will need to use the derivatives to find the two-point that has 0 slopes we will also call it Local maxima and Local minima

Then we get x=2 and x=-2 so 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).

Screen Shot 2021-07-31 at 9.55.12 PM.png

Graphing Functions and Their Derivatives

  1. When a first derivative is positive, the original function is increasing.
  2. When a first derivative is negative, the original function is decreasing.
    1. The derivative does not tell us if the function is positive or negative, only if increasing or decreasing.
  3. When a second derivative is positive, the original function is concave up.
  4. When a second derivative is negative, the original function is concave down.
  5. When a first derivative hits zero from below the axis, the original function is at a(n) local minimum.
  6. When a second derivative is zero, the original function is at a(n) inflection point.
Screen Shot 2021-08-03 at 9.35.59 PM.png


Limits and L'Hospital's Rule

  1. L'Hospital's Rule 1
  2. L'Hospital's Rule 2


Solve Differential Equation by means of Separating Variables

Simplifying Derivatives

Integration

Mathematicians have been playing with the concept of integration for ages, but it was until Newton’s time that it was realized that integration and differentiation are inverse operations.

Integral

  1. Indefinite Integral
  2. sum rule of Indefinite Integral
  3. The Difference Rule
  4. Indefinite Integral
  5. Natural log rule
  6. constant(constant can be pull out in the Indefinite Integral)


Properties of Indefinite Integral

sum rule of Indefinite Integral
  1. sum rule of Indefinite Integral


  1. The Difference Rule

Integrals With Trigonometric Functions

Integration By Parts

  1. Performing Integration By Parts
  1. Performing Integration By Parts


Infinity Integral

All equations that you may need to know for integration

Definite integrals area under a curve and above the curve

  1. Definite Integral under and above the curve

Area between curves

if f(x) = upper function and g(x) = lower function


Kinematics

Kinematics is a type of physics


Kinematics is a physics topic taking about how describes the motion of points, objects without considering the forces that cause them to move. In Kinematics we will use calculus a lot of times, by using calculus can be a kind of transformation of the graph.

So it will be required Higher Derivatives and Integration.


derivative and integration

  1. displacement (m)
  2. first derivative velocity (m/s)
  3. second derivative acceleration
  4. third derivative time (second or s )

Same integration

  1. no integration time (second or s )
  2. first integration of t acceleration
  3. second integration of t velocity (m/s
  4. third integration of t displacement (m)

Using Integration to calculate volume

This time we will start to learn how to use integration to calculate the volume.

Now we will start with a function:

We will start to calculate the volume of the function when the function rotates 360 degrees on the x-axis.

It will never leave the x-axis, and then it will form a 3-dimensional volume. We will call this solid of revolution because we obtain it by revolving a region about a line.


so the radius of a circle will be r and

and we can think of it as the volume is made of many disks and it will form this volume.

So the area of the disk will be like this

so

so what we will get this

so is a constant so we can pull it out


Reference

  1. IB Maths AA SL/HL calculus
  2. Calculus by Professor Dave Explains

Related Pages