Docsity
Docsity

Prepara tus exámenes
Prepara tus exámenes

Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity


Consigue puntos base para descargar
Consigue puntos base para descargar

Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium


Orientación Universidad
Orientación Universidad

Mis notas de calculo, Apuntes de Cálculo diferencial y integral

Notas detalladas de Calculo basico incluye teoremas basicos y como funcionan

Tipo: Apuntes

2021/2022

A la venta desde 25/01/2023

LeonardoPark
LeonardoPark 🇲🇽

6 documentos

1 / 2

Toggle sidebar

Esta página no es visible en la vista previa

¡No te pierdas las partes importantes!

bg1
AP Calculus Class Notes:
Limits:
Definition: The limit of a function as x approaches a certain value is the value that the
function approaches as x gets closer and closer to that value.
Notation: limit as x approaches a of f(x) = L
Examples:
limit as x approaches 2 of x^2 - 4x + 4 = 4
limit as x approaches 0 of sin(x)/x = 1
Derivatives:
Definition: The derivative of a function at a certain point is the slope of the tangent line to
the function at that point.
Notation: f'(x) or dy/dx
Examples:
f(x) = x^2, f'(x) = 2x
f(x) = e^x, f'(x) = e^x
Integrals:
Definition: The definite integral of a function from a to b is the area between the graph of
the function and the x-axis, between the points x = a and x = b.
Notation: ∫f(x)dx from a to b
Examples:
∫x^2dx from 0 to 1 = 1/3
∫e^xdx from 0 to 1 = e^1 - e^0 = e - 1
The Fundamental Theorem of Calculus (FTC):
The FTC connects the concept of derivatives and integrals by stating that the derivative of
the definite integral of a function is the original function.
Notation: ∫f(x)dx = F(x) + C, where F(x) is the antiderivative of f(x) and C is a constant.
Examples:
∫(2x)dx = x^2 + C
∫(e^x)dx = e^x + C
Implicit differentiation:
Implicit differentiation is a method of finding the derivative of an equation where y is not
explicitly defined as a function of x.
Notation: dy/dx = ...
Example:
x^2 + y^2 = 4, dy/dx = -x/y.
Taylor Series:
Taylor series are a representation of a function as an infinite sum of terms calculated from
the values of the function’s derivatives at a single point.
Notation: Tn(x) = f(a) + (f'(a))(x-a) + (f''(a))(x-a)^2/2! + ... + (f^n(a))(x-a)^n/n!
pf2

Vista previa parcial del texto

¡Descarga Mis notas de calculo y más Apuntes en PDF de Cálculo diferencial y integral solo en Docsity!

AP Calculus Class Notes: Limits: Definition: The limit of a function as x approaches a certain value is the value that the function approaches as x gets closer and closer to that value. Notation: limit as x approaches a of f(x) = L Examples: limit as x approaches 2 of x^2 - 4x + 4 = 4 limit as x approaches 0 of sin(x)/x = 1 Derivatives: Definition: The derivative of a function at a certain point is the slope of the tangent line to the function at that point. Notation: f'(x) or dy/dx Examples: f(x) = x^2, f'(x) = 2x f(x) = e^x, f'(x) = e^x Integrals: Definition: The definite integral of a function from a to b is the area between the graph of the function and the x-axis, between the points x = a and x = b. Notation: ∫f(x)dx from a to b Examples: ∫x^2dx from 0 to 1 = 1/ ∫e^xdx from 0 to 1 = e^1 - e^0 = e - 1 The Fundamental Theorem of Calculus (FTC): The FTC connects the concept of derivatives and integrals by stating that the derivative of the definite integral of a function is the original function. Notation: ∫f(x)dx = F(x) + C, where F(x) is the antiderivative of f(x) and C is a constant. Examples: ∫(2x)dx = x^2 + C ∫(e^x)dx = e^x + C Implicit differentiation: Implicit differentiation is a method of finding the derivative of an equation where y is not explicitly defined as a function of x. Notation: dy/dx = ... Example: x^2 + y^2 = 4, dy/dx = - x/y. Taylor Series: Taylor series are a representation of a function as an infinite sum of terms calculated from the values of the function’s derivatives at a single point. Notation: Tn(x) = f(a) + (f'(a))(x-a) + (f''(a))(x-a)^2/2! + ... + (f^n(a))(x-a)^n/n!

Examples: T4(x) for f(x) = e^x at a = 0 = 1 + x + x^2/2 + x^3/3! + x^4/4! T3(x) for f(x) = ln(x) at a = 1 = 0 + (x-1) - (x-1)^2/2 + (x-1)^3/3. L'Hopital's Rule: L'Hopital's Rule is a method of finding the limit of a ratio of functions of x when the limit of the ratio as x approaches a certain