Wednesday, February 24, 2016

Blog Post #8

Identify Three Learning Targets

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

1. The Process of Optimization: The purpose is to find a maximum or minimum of a specific equation when given a set of equations with at least two variables.. Start by solving for a variable in one equation. Plug that variable into another equation and find the equation's derivative. Set this derivative equal to zero and solve for the other variable. 

2. Example: Find the point on the line y= 2x+3 that is closest to the origin (0,0).
     1) For this problem, the distance formula will need to be used because we are trying to find the "closest" point. The answer will be a minimum. 
     2) Because we have the point (0,0), we will first plug that into our distance formula. Turning the x1 and y1 into zeros.
     3) The next step is to plug in our Y value which is 2x+3. 
     4) The next step would be to square both sides to eliminate the square root. It would then look like this: d^2= x^2 + (2x+3)^2
     5) Then we distribute the square to the 2x+3 giving us d^2= x^2+4x^2+12x+9
     6) We then use the power rule to find the derivative of the new equation. 2d= 2x +8x +12.
     7) We set the derivative equal to zero and solve. 0= 10x+12
     8) X= -6/5
     9) Now that we know the value of x, we plug it back in to the original equation to solve of Y. y=2(-6/5)+3
     10) y=3/5
     11) The point that is on the line y= 2x+3 and is closest to the origin is (-6/5, 3/5).

3. Find two equations for the derivative: f'(x)= 6x^2-10x-1
      1) f(x)= 2x^3-5x^2-x
      2) f(x)= 2x^3-5x^2-x +5 

Sunday, December 6, 2015

Blog Post #6

1. Graphs/Functions where derivatives do not exist: Absolute Value, Asymptotes, Cusps and Jumps
Image result for absolute value functionImage result for cusp in a graph
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.) 
3. The most important thing to remember in a rate related problem is to know which variable you are regarding to.

Thursday, November 5, 2015

Blog Post #5

1. f'=0 represents a point in the graph when the slope is zero. This could be a maximum or minimum or a critical point. (Possible maximum or minimum.)

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
3(4-2x)^2 (-2)
-6(4-2x)^2
-6(4-2(3))^2
-6(4-6)^2
=-24
The slope at x=3 is -24.
(4-2(3))^3
(-2)^3
y=-8 when x=3
Plug in to point slope.
y+8=-24(x-3)
y=-24x+64
4. h(x)=f(g(x))
g(-4)=5, g'(-4)=2, f'(g)=20, Solve for h'(x)


f'(g(x)) * g'(x)
f'(5) * g(-4) * g'(-4)
20 * 5 * 2
200

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

1. The limit of a function is the behavior before and after a specific point.

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:
The first step is to plug the value (-1) in for x without the absolute value sign and solve. This answer should be one. The second step is to make what is inside the absolute value equation opposite and solve. It should be -X-1 over X+1. The answer for this is -1. Because the two answers are different, the limit does not exist for this problem.

Quadratic Function: Evaluate the limit as x approaches 5 from the equation
The first step is to factor the numerator of the equation. In this case, the factors are (X-1) and (X-5). Because there is (X-5) on the numerator and denominator, they can be cancelled. The final equation should be X-1 over 1. The final step is to plug in the desired value (5) and solve. The answer should be 4.

Cubic Function: Evaluate the limit as x approaches 0 from the equation
First, triple foil the numerator of the equation. Once the numerator is triple foiled, every number in the numerator should have an h that can be divided out. Divide by h. After this, plug your value (0) into the equation. The answer should be 12.

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.