Wednesday, February 24, 2016
Blog Post #8
Learning Target Number 1: I can approximate the area under a curve using left and right endpoints.
a.) You must first decide the width of the rectangles or the change in X of the function. This is a preference as to how accurate you wish to be when finding the area under the curve. The smaller the width or change in x, the more accurate the calculation will be as there are more rectangles.
b.) The next step is to set up a summation to accurately represent the rectangles being used to calculate the area under the curve. The summation should include n= the number of rectangles, delta x= the width of the rectangles and which endpoint you will start with. (The summation with number of rectangles "n" above and i=1 below of delta x times the function of the lower limit plus i times delta x.) Or the summation of Delta X= (lower limit + I delta X)
Ex. 4-2x^2 on [0,12] In this case, because I am not a fan of being accurate and I am lazy, I will have six triangles and my triangle widths will be two. Starting from the left endpoint, I will include zero and exclude twelve. Starting from the right endpoint, I will include twelve and exclude zero. From the left endpoint it will be 2 (f(0)+f(2)+f(4)+f(6)+f(8)+f(10))=-832
From the right endpoint it will be 2(f(2)+f(4)+f(6)+f(8)+f(10)+f(12))=-1408
What usually "trips me up the most" is knowing how accurate to be with my calculation. (Knowing how many rectangles to use for my area.)
Learning Target Number 2: I can find the area under the curve using the Riemman's Summation.
a.) During Riemman's Summation, there is an infinite amount of rectangles. This is very similar to the previous learning target except that we use n as the number of rectangles, we take the problem as n approaches infinity, and delta x is the interval distance over n.
The limit as n approaches infinity of the summation of delta x times f(lower limit + i Delta x)
b.) The rest of the process is exactly the same except there will be more reducing of summations. It is also essential to understand that the summation of i^2 is (2n^3 + 3n^2 + n)/6.
Ex. 4-2x^2 on [0,12]
1.) Take the limit as n approaches infinity of the summation of 12/n -2(0+12i/n)^2 + 4 2.) Distribute the square and then the negative two. 3.) Put the 12/n in front of the summation. 4.) Separate the i^2 from i^2/n^2 5.) Distribute the summation. 6.) Distribute the 12/n. 7.) Cancel the denominator of the summation of i^2. 8.) Disregard remaining terms containing "n" and simplify. 9.) The answer should be -1104.
The most difficult part for me when using Riemman's Summation is remembering the summations of i and i^2.
Learning Target Number 3: I can find the area under a curve using the fundamental theorem of calculus.
a.) Find the anti derivative of the original function. Plug your upper value into the anti derivative and plug the lower value into the anti derivative. subtract the higher from the lower.
Ex. 4-2x^2 on [0,12]
4x-2/3x^3 + c is the anti derivative.
4(12)-2/3(12)^3 +c - (4(0)-2/3(0)^3+c = -1104 -0 = -1104
The most difficult part when using the fundamental theorem of calculus part two is remembering which interval is first.
Thursday, January 14, 2016
Blog Post #7
Sunday, December 6, 2015
Blog Post #6
2. Implicit Differentiation
- Step One: Determine the variable you are using for your differentiation.
- Step Two: Find the derivative in relation to the variable chosen. (If you find the derivative of a term with another variable, you must multiply that derivative by the change in that variable over the change of the original variable that you chose.)
Thursday, November 5, 2015
Blog Post #5
2. You can determine where a function increases or decreases by using the derivative to determine the slope at different points. By doing this, you can also determine the location of maximums or minimums if they are in the graph.
3.The chain rule is the process of finding the derivative of a composite function. To apply the chain rule, first take the derivative of the outside and rewrite the interior function. Then multiply the derivative of the inside.
Ex: y = (4-2x)^3 Find the Tangent Line at x=3
y+8=-24(x-3)
g(-4)=5, g'(-4)=2, f'(g)=20, Solve for h'(x)
Tuesday, October 20, 2015
Calculus Blog 4
1. Continuity
The limit exists at x=a, f(a) exists and there are no holes or asymptotes, and the limit at x=a is equivalent to f(a).
Example where continuity does NOT work:
x^2+5, x<0
f(x)= 10, x=0
3x+5, x>0
Step 1: Limit as x approaches zero from theft and right is 5.
Step 2: f(0)=10. This means that there is no hole or asymptote.
Step 3: 5≠10 so the function is not contiunuous.
2. Intermediate Value Theorem
Example that gives a solution:
y=6x+9 on the interval [-3, 0]
y=6(-3)+9 → y=-18+9 → y=-9
y=6(0)+9 → y=0+9 → y=9
Since f is continuous on [-3, 0] and f(-3) = -9 < 0 < 9 = f(0), then there exists c in [-3, 0] such that f(c) = 0 (Because one solution is positive and one is negative and the function is continuous, it must cross the x-axis within the interval.)
Example that does not give a solution:
y=x^3+5 on interval [2, 5]
y=(2)^3+5 → y=8+5 → y=13
y=(5)^3+5 → y=125+5 → y=130
Since f is continuous on [2, 5] and f(2) = 13 > 0 < 130 = f(5), then it cannot be concluded that there exists c in [2, 5] such that f(c) = 0 (Because both solutions are positive, we can not determine if the function crosses the x-axis within the given interval.)
3. Derivatives
Definition: A function which gives the slope of a curve or the slope of the line tangent to a function.
Types of derivatives (example problem: f(x)=5x-5 at x=5):
The difference quotient. (H approaches 0.)
The limit of ((5(x+h) -5) - (5x-5))/h as h approaches 0
(5x+5h -5 -5x +5)/h = 5h/h = 5
The derivative that is found using the limit as x approaches a of the slope formula.
The Limit of ((5x-5)-(5(5)-5))/x-5 as x approaches 5
(5x-5)-(25-5)/x-5=(5x-5)-20/x-5=5x-25/x-5
=5(x-5)/x-5=5
The hardest part of finding the derivative is remembering to completely distribute when it is necessary.
4. Difference Between Instantaneous Velocity and Average Velocity
Instantaneous velocity is the slope of the tangent line at one point in a function. The average velocity on the other hand, is over an interval in a function.
Wednesday, September 30, 2015
Blog #3
2. You evaluate limits by plugging in the number or value that you are testing into the given function. Certain values do not always work and you will end up with an undefined equation. (Divide by zero).When this happens the equation must be rationalized. We dealt with square root functions, absolute value functions, quadratic functions, cubic functions, and lines.
Examples of functions that don't immediately work:
Square Root Function: Evaluate the limit as x approaches 0 from the equation
The first step is to rationalize the equation by multiplying by the square root of h + 16, +4. Multiply both the numerator and the denominator. The numerator should end up being h and the denominator should end up being h times the square root of h+16, + 4. The next step would be to divide by h, leaving you with 1 over the square root of h+16, +4. Then plug in the desired value (0). The answer should be 1/8.
Absolute Value Function: Evaluate the limit as X approaches -1 from the equation:
Quadratic Function: Evaluate the limit as x approaches 5 from the equation
Cubic Function: Evaluate the limit as x approaches 0 from the equation
3. https://www.desmos.com/calculator/vyl6gaur84
Limits do not exist at -4, -2 and 2 because the behavior on both sides of these points is not the same.
:'( <Sad Face. I'm a failure.
4. This function has an infinite limit at zero because because we can get "arbitrarily large for sufficiently close." Meaning that it goes on forever and as we get closer to zero, the y-value gets significantly larger.