Monday, March 21, 2016

March Madness

1. The difference between rotating a horizontal line and vertical line:
A rotation over a horizontal line is taken in regards to x's, while a rotation over a vertical line is taken in regards to y's.

2. The difference between creating a washer and a disk is that a washer involves a gap in its rotation. This can be due to having 2 equations, or being bounded by more than one line.

3. Find the volume of the region bounded by y=x, x=3, and x=5, rotated about the x-axis.
Begin by creating a visual representation. Which I do not have.


Then, set up the equation. The interval is [3,5] because of the shaded region, and it is taken in regards to x because it is rotated about a horizontal line. The equation y=x is the radius.


3b. Find the volume of the region bounded by y= x^3, x=1, and x=2, and y=2, rotated about the y-axis.


The equation is on [1,8] because the equation must be taken in regard to y's, which are vertical. The area that won't be there, the middle of the washer, has a radius of 2, so it is subtracted from the 3D radius of  the cubed root of y and solved.





AND a throwback to the last time Illinois was decent enough to make the tournament.

Thursday, February 25, 2016

POINTS


How to do it and what usually trips me up

I can use U-Substitution to integrate functions.




    For U-substitution I have to take the piece of the equation that I want to use for u. In this case that will be 2x-5. (u= 2x-5) To find du I will have to take the derivative of u. (du= 2dx). To find the new interval I will plug 3 and 7 into the equation for u. The new interval will be: upper limit 9, lower limit 1. The equation will be f(x)= 1/2[integral 1 to 9](5/2u)/sqrt(u) dx. The part that usually trips me up is when I have to get rid of the x in the equation along with the dx. I often get confused on what cancels and what doesn't and end up with more pieces than necessary at the end of the problem. In this equation the only thing that cancels is the dx. So the equation will be: f(x)= 1/2[integral 1 to 9](5/2u)/sqrt(u).
      The next step is to find the antiderivative, so change the sqrt to a 1/2 power. f(x)=1/2[integral 1 to 9](5/2u)/(u^1/2). The antiderivative of this is f(x)= 2*(5/2u^2)/2/3(u^3/2). Plug your u value in and your integral values in: 2*(5/2(2x-5)^2)/2/3*((2x-5)^3/2). The final equation should involve x's, assuming I didn't do this wrong. Which I probably did and I'm going to check someone else's blog to see what the answer is.
     
    I can find the area under the curve using the Fundamental Theorem of Calculus Part 2.



    The fundamental theorem of calculus part 2 shows that the antiderivative of the upper limit minus the antiderivative of the lower limit equals the definite integral. In this case the antiderivative is F(x)= 2x^2 - 2x^3/ 3. 
    Applying the upper limit: 2(12)^2 - 2(12)^3 /3. 288-576= -288
    Applying the lower limit: 2(0)^2 - 2(0)^3 /3. 0-0=0
    -288-0= -288 The part that usually gives me trouble in this concept is understanding the question. The area under the curve usually refers to rectangles and summation, so I have to look at the FTC part 2 to show me that it can be done a simpler way.

    I can approximate the area under a curve via left and right endpoints for a given amount of rectangles.






    What usually trips me up is keeping track of n's. Remembering which ones cancel at the end is difficult because even if some are left over, they're most likely going to equal 0.

    To find the area under a curve you do summation. You take the number of rectangles over n and multiply by the summation. Then you insert the lower limit + i times the number of rectangles over n into the function. Then solve. The n's should cancel at the end and you will end up with a whole number.

    Monday, January 11, 2016

    Optimus Prime

    1. Optimization is done by finding the derivative of a function, then setting it equal to zero. The final step is to solve for the variable. We use the derivative and the process of optimization to find the maximum or minimum. For example,

    2. Find the point on the on the line y=2x+3 that is closest to the origin. To optimize, use the distance formula and the original equation. d= sqrt[(x-0)^2 + (y-0)^2]
    Plug in the original equation for y in the distance formula. d= sqrt[x^2 + (2x+3)^2]
    Remove the square root and take the derivative of the equation. (d^2)' = 2x + 2*(2x+3)*2
    Solve for x. (d^2)'= 2x +8x+12
    Set the equation equal to zero to solve. 0 = 10x + 12         -12 = 10x       x= -12/10    x= -6/5
    Plug the x value back into y equals to find the point that is asked for in the original question and solve for y.  y = 2(-6/5)+3       y = -12/5 + 3     y = 3/5      
    So the answer to the point that is closest to the origin is (-6/5, 3/5)


    3. If f'(x) = 6x^2 -10x -1 then,

    a)f(x) = 2x^3 -5x^2 -x + 7

    b)f(x) = 2x^3 -5x^2 -x -15

    Friday, December 4, 2015

    Heat Miser

    1. The four places where derivatives do not exist is:
          f(x) = abs(x) It is a corner.

         A cusp.


       A jump in a graph, like a piecewise function.
        An asymptote, such as in a rational function.



    2. Implicit Differentiation- The first step is to find the derivative of each part of the equation. 
    After finding each variable, put the equation over dx. Ex: 2y= 2*dy/dx.
    Solve for dy/dx by getting all of the variables of that type on one side.
    Divide to get dy/dx by itself.


    3. The most important thing to remember in a related rate problem is to write the dy/dx in the right spot. If it's put in the wrong spot or not included then the whole problem is incorrect.

    Sunday, November 8, 2015

    No Ceilings


    1. f'=0 represents the vertex of the original equation because the slope(derivative) is zero, so it is not increasing or decreasing.

    2. You can identify where a function increases when you calculate the derivative in front of the vertex and the point is less than the point of the vertex(or critical point). You can tell where it's decreasing if the derivative after the vertex is less than after the vertex(or critical point). If the derivative is negative, the equation is decreasing. If it is positive it is increasing.

    3. The chain rule is the process of finding the derivative of a composite function.
     If f(x)=g(h(x)) then f'(x)=g'(h(x))*h'(x)
    In reality all your doing is...
       1. Taking the derivative of the outside function
       2. Rewriting the interior function
       3. Multiplying by the derivative of the inside

    Find the derivative and the equation of the tangent line where x=2.

    f(x)= (2x^2 - x)^2      f'= 2(2x^2 - x) * 4x-1     =      2(4x-1)(2x^2 - x)
    (8x^3 - 6x^2 + x)2     f'=16x^3 - 12x^2 + 2x 

    Point: (2, 36)     Slope:84         Equation: y= 84x + 204

    4. h(x)= f(g(x))      g(-4)=5    g'(-4)=2       f'(5)=20      Find h'(-4).
    Displaying FullSizeRender.jpg

    Monday, October 19, 2015

    Calculus Continued...


    $ \displaystyle{ \lim_{ x \to 1 } f(x) = \lim_{ x \to 1 } (3x-5) } $
    $ f(x) = \cases{ 3x-5 ,& if $\space x \ne 1 $\space \cr
\ \ \ \ 2 \ \ \ ,& if $ x = 1 $\space } $

    1. Where continuity does not work

    $ \displaystyle{ \lim_{ x \to 1 } f(x) \ne f(1) } $The limit is approaching 1. When it is 1 it equals 2. When it's not 1, but very very close, it equals -2(plugged into the 3x-5 equation). So the limit is not continuous at 1 because the two equations do not match up.

    2. Intermediate Value Theorem

    Use IVT to show a solution on [0,4] for f(x)= 2x^2 + 5x -3.
    f(0)= 0 + 0 - 3= -3
    f(4)= 32 + 20 - 3 = 49
     Since f is continuous on [0,4] and f(0)= -3<0<49 =f(4), then there exists c (element) [0,4]. 

    Use IVT to show a solution on [2,4] for f(x)= -2x^2 - 5x + 3.
    f(2)= -8 - 10 + 3 = -15
    f(4)= -32 - 20 + 3 = -49
     Since f is continuous on [2,4] and f(2)= -49<0 but -49 is not less than 0 then it cannot be proved that there exists c (element) [2,4].

    3. Types of Derivatives

    Derivatives can be solved in two ways. The difference quotient
    or the derivative in terms of slope.
    Linear Derivative:

    The derivative is -2.
    The hardest part to finding a derivative is keeping track of the h's, or keeping track of what is being canceled.

    4. Velocity

    Instantaneous velocity is the slope of the tangent line at a certain point, but average velocity is the derivative that can be used to find the slope at any point.

    Wednesday, September 30, 2015

    LIMITLESS

    1. Limits are the behavior of a function as it approaches an x-value from either side. 
    2. When evaluating a limit, first try to plug in the number to see if it works. If the equation equals zero on the bottom, move to the next step.
    If it is a square root function, rationalize the limit by multiplying the square root and opposite reciprocal of the constant with the original equation on both the numerator and denominator. Simplify. Then set the x to see if the limit exists. 

    If it is a exponential function, factor it to cancel like terms. Simplify.

    If it is two fractions, combine them by making the denominators the same. Simplify.

          4. In piecewise graphs the limit may not always exist. If the behavior of the graph from the left and the right do not come to the same point, and one does not exist, then the limit does not exist.

    In this graph there is no limit at 1 because the behavior of both sides of the graph do not match up.

          5. Infinite limit: if the denominator is an extremely small integer, the graph will have an infinite limit, or asymptote. If one side of the graph goes to positive infinity while the other goes to negative infinity, the limit does not exist. If they both go in the same direction, the limit is infinite(either positive or negative). 
    The graph will not reach 0 by a very small margin, the equation increasing until positive infinity.