SlideShare a Scribd company logo
Calculus AB Review
      Slopes of non-linear secant/tangent
        lines, and point-slope formula




                            Kenyon Hundley




Tuesday, September 25, 12
Important Formulas

                 Slope of a secant line at two points:
                             f(x₀)-f(x₁)
                    m=--------
                         x₀-x₁
                 Slope of a tangent line at one point:
                            f(h+x₀)-f(x₀)
                        m=--------
                              h

                 Point-Slope Equation:
                            y-y₀=m(x-x₀)


Tuesday, September 25, 12
x-2
                            1. f(x)=---
                                       x-5


                 a) find the slope of the secant line
                 between x = 3 and x = 4

                 b) find the slope of the tangent line
                 at x = 2

                 c) find the equation of the tangent
                 line at x = 2



Tuesday, September 25, 12
1.a) find the slope of the secant
           line between x = 3 and x = 4

                            Our Line’s Equation
                                         x-2
                                 f(x)=---
                                         x-5

                            Secant Line Slope Formula

                                    f(x₀)-f(x₁)
                               m=--------
                                    x₀-x₁




Tuesday, September 25, 12
1.a) Steps
   1. Using the secant line slope formula we can
      plug in the two values of ‘x’ that are given
      to us. We’ll just say x₀=3 and x₁=4. This looks
      like:         f(3)-f(4)
                              m=--------
                                   3-4
   2. So on the top we see we have f(3) and f(4),
      which we interpret as “plug in 3 and 4 as x-
      values into the function and the solve for
      the y-value (or f(x) in other words)”. When
      we plug 3 and 4 in as x-values to our given
      equation, it looks like this:
                            3-2                 4-2
             f(3)=--- = -1/2               f(4)=--- = -2
                            3-5                 4-5
Tuesday, September 25, 12
1.a) Steps
      3. So now that we know f(3)=-1/2 and f(4)=-2,
         we can plug these values back into our
         secant slope equation which will look like:
                        (-1/2)-(-2)
                  m=--------
                       3-4
      4. So from here we’ll do basic simplification,
         which results in our answer:

                                      m = -1.5



Tuesday, September 25, 12
1.b) find the slope of the
                       tangent line at x = 2

                            Our Line’s Equation
                                         x-2
                                  f(x)=---
                                         x-5

                            Tangent Line Slope Formula

                                 f(h+x₀)-f(x₀)
                               m=--------
                                     h




Tuesday, September 25, 12
1.b) Steps
     1. Using the tangent line slope formula we’ll
        plug in the value of ‘x’ that is given to us.
        Since x=2, this looks like:
                                    f(2+h)-f(2)
                                               m=--------
                                                    h
     2. So in order to find the slope, we want to
        simplify the equation to a point where, if we
        plugged 0 in for ‘h’, we would not result in
        an undefined equation (0 as the denominator).
        We’ll start by solving the functions that are
        defined in the numerator, f(2+h) and f(2):

                            2+h-2                      2-2
     f(2+h)= --- =                   h/(h-3)      f(2)=--- = 0
                            2+h-5                      2-5

Tuesday, September 25, 12
1.b) Steps
     3. So, now we’ll look at the equation with the
        function values plugged in (f(h+2)=h/(h-3),
        f(2)=0).
                  h/(h-3)         h             1
                            m=-------- =
                                 h
                                           --------    =    --------
                                            h(h-3)              h-3

     4. Now with our equation m=1/(h-3), we can see
        that plugging in 0 for ‘h’ won’t result in an
        undefined value so we can use this to solve
        for the slope.        h
                  1
        m = -- = -1/3 as h approaches 0
                 0-3
   We write the answer like “m = -1/3 as h approaches 0” because we cannot find
   the exact slope of the tangent line at a given point, but we can get really
  close to it by plugging in 0 for ‘h’, or a decimal value extremely close to 0.


Tuesday, September 25, 12
1.c) find the equation of the
                    tangent line at x = 2

                             Our Line’s Equation
                                           x-2
                                  f(x)=---
                                           x-5


                              Point-Slope Formula

                               y-y₁ = m(x-x₁)

                            Tangent Line’s Slope

                                    -1/3

Tuesday, September 25, 12
1.c) Steps
     1. To begin solving for the tangent line’s
        equation, we substitute x=2 in to our line’s
        equation:        2-2
                            f(x)= --- = 0
                                  2-5

     2. So now we know that 0 is x’s corresponding y-
        value. We’ll use (2,0) as our x₁ & y₁ in the
        point-slope equation, and also -1/3 as the
        slope (we found the slope of the same
        tangent line in 1.b):
                                y-0 = -1/3(x-2)


Tuesday, September 25, 12
1.c) Steps
     3. Now we basically just simplify the equation
        to slope-intercept form, then we have our
        answer:
                            y = -1/3x+2/3




Tuesday, September 25, 12
2. f(x)=2x²-3x+1

                 a) find the slope of the secant line
                 between x = -1 and x = 2

                 b) find the slope of the tangent line
                 at x = 2

                 c) find the equation of the tangent
                 line at x = 2



Tuesday, September 25, 12
2.a) Steps
   1. Using the secant line slope formula we can
      plug in the two values of ‘x’ that are given
      to us. We’ll just say x₀=-1 and x₁=2. This looks
      like:        f(-1)-f(2)
                            m=--------
                                 3-4
   2. So on the top we see we have the functions
      f(-1) and f(2). When we plug -1 and 2 in as
      x-values to our given equation, it looks like
      this:

              f(-1)=2(-1)²-3(-1)+1= 6
                                f(2)=2(2)²-3(2)+1= 3
Tuesday, September 25, 12
2.a) Steps
      3. So now that we know f(-1)=6 and f(2)=3, we
         can plug these values back into our secant
         slope equation which will look like:
                            (6)-(3)
                  m=--------
                      -1-2
      4. So from here we’ll do basic simplification,
         which results in our answer:

                                      m = -1



Tuesday, September 25, 12
2.b) find the slope of the
                       tangent line at x = 2

                            Our Line’s Equation

                                f(x)=2x²-3x+1

                            Tangent Line Slope Formula

                                 f(h+x₀)-f(x₀)
                               m=--------
                                     h




Tuesday, September 25, 12
2.b) Steps
     1. Using the tangent line slope formula we’ll
        plug in the value of ‘x’ that is given to us.
        Since x=2, this looks like:
                                    f(2+h)-f(2)
                                            m=--------
                                                 h
     2. So in order to find the slope, we want to
        simplify the equation to a point where, if we
        plugged 0 in for ‘h’, we would not result in
        an undefined equation (0 as the denominator).
        We’ll start by solving the functions that are
        defined in the numerator, f(2+h) and f(2):

       f(2+h)=2(2+h)²-3(2+h)+1=2h²+3+5h
                            f(2)=2(2)²-3(2)+1=3
Tuesday, September 25, 12
2.b) Steps
     3. So, now we’ll look at the equation with the
        function values plugged in.

                             2h²+3+5h-3     2h²+5h         2h+5
                            m=-------- =
                                 h
                                           --------   =   --------
                                  h             1
     4. Now with our equation m=2h+5, we can see that
        plugging in 0 for ‘h’ won’t result in an
        undefined value so we can use this to solve
        for the slope.
                                           h

                      m = 0+5 = 5 as h approaches 0




Tuesday, September 25, 12
2.c) find the equation of the
                    tangent line at x = 2

                             Our Line’s Equation

                               f(x)=2x²-3x+1

                              Point-Slope Formula

                               y-y₁ = m(x-x₁)

                            Tangent Line’s Slope

                                      5

Tuesday, September 25, 12
2.c) Steps
     1. To begin solving for the tangent line’s
        equation, we substitute x=2 in to our line’s
        equation:
                            y=2(2)²-3(2)+1 = 3

     2. So now we know that 3 is x’s corresponding y-
        value. We’ll use (2,3) as our x₁ & y₁ in the
        point-slope equation, and also 5 as the
        slope (we found the slope of the same
        tangent line in 2.b):
                                  y-3 = 5(x-2)


Tuesday, September 25, 12
2.c) Steps
     3. Now we basically just simplify the equation
        to slope-intercept form, then we have our
        answer:
                             y = 5x-7




Tuesday, September 25, 12
3. If an object travels a
            distance of s = 2t²-5t+1,
          where s is in feet and t is in
                  seconds,find:


                 a) the average velocity of object
                 within the first 10 seconds.

                 b) the instantaneous velocity of the
                 object at t = 3 seconds.




Tuesday, September 25, 12
3.a) the average velocity of
            object within the first 10 feet

                             Our Line’s Equation

                                 s(t)= 2t²-5t+1
                            Velocity Average (Secant Line
                                    Slope) Formula
                                      s(t₀)-s(t₁)
                                Vavg=--------
                                       t₀-t₁




Tuesday, September 25, 12
3.a) Steps
      1. In this problem, we basically use the same rules and
         formula as the secant line slope formula, except we
         use different notation. We can plug 10(seconds) and
         0(seconds) for t₀ and t₁ in order to find our average
         velocity during the first ten seconds. We’ll say t₀=0
         and t₁ =10. This looks like:
                                        s(0)-s(10)
                                 Vavg=--------
                                          0-10
      2. So on the top we, once again, see that we have
         functions; s(0) and s(10) are our functions. After
         plugging them into our line’s equation, we get this:

   s(0)= 2(0)²-5(0)+1 = 1
                       s(10)= 2(10)²-5(10)+1= 151
Tuesday, September 25, 12
3.a) Steps
      3. So now that we know s(0)=1 and f(10)=151,
         we can plug these values back into our
         average velocity equation which will look
         like:
                (1)-(151)
                  Vavg=--------
                            0-10

      4. So from here we’ll do basic simplification,
         which results in our answer:

                    Vavg = 15 feet per second


Tuesday, September 25, 12
3.b) the instantaneous velocity
            of the object at t = 3 seconds

                              Our Line’s Equation

                                s(t)= 2t²-5t+1
                            Instantaneous Velocity (Tangent
                                  Line Slope) Formula
                                    s(h+t₀)-s(t₀)
                            Vinst= ---------
                                          h




Tuesday, September 25, 12
3.b) Steps
     1. To discover the instantaneous velocity at t=3 seconds, we
        basically use the tangent line slope formula but with
        different notation. We plug in the given value of 3 in
        for “t” in the Vinst equation. This looks like:
                                          s(3+h)-s(3)
                                      Vinst=--------
                                              h
     2. So, (like the tangent line slope equations) in order to
        find the instantaneous velocity, we want to simplify the
        equation to a point where, if we plugged 0 in for ‘h’, we
        would not result in an undefined equation (0 as the
        denominator). To start we’ll solve the functions that are
        defined in the numerator, s(3+h) and s(3):

          s(h+3)= 2(h+3)²-5(h+3)+1= 2h²+7h+4
                             s(3)= 2(3)²-5(3)+1= 4
Tuesday, September 25, 12
3.b) Steps
     3. So, now we’ll look at the equation with the
        function values plugged in.

                            2h²+7h+4-4    2h²+7h         2h+7
              Vinst=-------- =
                       h
                                         --------   =   --------
                                            h              1


     4. Now with our equation Vinst=2h+7, we can see
        that plugging in 0 for ‘h’ won’t result in an
        undefined value so we can use this to solve
        for the instantaneous velocity at 3 seconds.
                     Vinst = 0+7 = 7 feet per second




Tuesday, September 25, 12

More Related Content

What's hot

Simpson
SimpsonSimpson
Simpson
chieubelarus
 
Tuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tiet
Tuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tietTuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tiet
Tuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tiet
Toán THCS
 
1541 infinite limits
1541 infinite limits1541 infinite limits
1541 infinite limits
Dr Fereidoun Dejahang
 
Lesson 10: The Chain Rule
Lesson 10: The Chain RuleLesson 10: The Chain Rule
Lesson 10: The Chain Rule
Matthew Leingang
 
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Jayanshu Gundaniya
 
Inverse Function.pptx
Inverse Function.pptxInverse Function.pptx
Inverse Function.pptx
SerGeo5
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
Matthew Leingang
 
Evaluating algebraic expressions with substitution (answers)
Evaluating algebraic expressions with substitution (answers)Evaluating algebraic expressions with substitution (answers)
Evaluating algebraic expressions with substitution (answers)
cindywhitebcms
 
Diamond and box factoring student version
Diamond and box factoring student versionDiamond and box factoring student version
Diamond and box factoring student version
velmon23
 
Phương pháp số và lập trình - Nội suy, Đạo hàm, Tích phân
Phương pháp số và lập trình - Nội suy, Đạo hàm, Tích phânPhương pháp số và lập trình - Nội suy, Đạo hàm, Tích phân
Phương pháp số và lập trình - Nội suy, Đạo hàm, Tích phânHajunior9x
 
Mã hóa đường cong Elliptic
Mã hóa đường cong EllipticMã hóa đường cong Elliptic
Mã hóa đường cong Elliptic
LE Ngoc Luyen
 
1.3 review on trig functions
1.3 review on trig functions1.3 review on trig functions
1.3 review on trig functionsmath265
 
Funktion suurin ja pienin arvo laskemalla
Funktion suurin ja pienin arvo laskemallaFunktion suurin ja pienin arvo laskemalla
Funktion suurin ja pienin arvo laskemallateemunmatikka
 
Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)
Matthew Leingang
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)
Matthew Leingang
 
Chuong 5 - Ma hoa khoa Bat doi xung.pdf
Chuong 5 - Ma hoa khoa Bat doi xung.pdfChuong 5 - Ma hoa khoa Bat doi xung.pdf
Chuong 5 - Ma hoa khoa Bat doi xung.pdf
DuyNguyn856183
 
Luận văn: Phép biến đổi phân tuyến tính, HAY, 9đ
Luận văn: Phép biến đổi phân tuyến tính, HAY, 9đLuận văn: Phép biến đổi phân tuyến tính, HAY, 9đ
Luận văn: Phép biến đổi phân tuyến tính, HAY, 9đ
Dịch vụ viết bài trọn gói ZALO 0917193864
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
carljeffmorris
 

What's hot (20)

Simpson
SimpsonSimpson
Simpson
 
Tuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tiet
Tuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tietTuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tiet
Tuyen tap-400-bai-bat-dang-thuc-co-giai-chi-tiet
 
1541 infinite limits
1541 infinite limits1541 infinite limits
1541 infinite limits
 
Lesson 10: The Chain Rule
Lesson 10: The Chain RuleLesson 10: The Chain Rule
Lesson 10: The Chain Rule
 
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
Engineering Mathematics - Total derivatives, chain rule and derivative of imp...
 
Inverse Function.pptx
Inverse Function.pptxInverse Function.pptx
Inverse Function.pptx
 
Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)Lesson 27: Integration by Substitution (slides)
Lesson 27: Integration by Substitution (slides)
 
Evaluating algebraic expressions with substitution (answers)
Evaluating algebraic expressions with substitution (answers)Evaluating algebraic expressions with substitution (answers)
Evaluating algebraic expressions with substitution (answers)
 
Diamond and box factoring student version
Diamond and box factoring student versionDiamond and box factoring student version
Diamond and box factoring student version
 
Phương pháp số và lập trình - Nội suy, Đạo hàm, Tích phân
Phương pháp số và lập trình - Nội suy, Đạo hàm, Tích phânPhương pháp số và lập trình - Nội suy, Đạo hàm, Tích phân
Phương pháp số và lập trình - Nội suy, Đạo hàm, Tích phân
 
Mã hóa đường cong Elliptic
Mã hóa đường cong EllipticMã hóa đường cong Elliptic
Mã hóa đường cong Elliptic
 
1.3 review on trig functions
1.3 review on trig functions1.3 review on trig functions
1.3 review on trig functions
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
Funktion suurin ja pienin arvo laskemalla
Funktion suurin ja pienin arvo laskemallaFunktion suurin ja pienin arvo laskemalla
Funktion suurin ja pienin arvo laskemalla
 
Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)Lesson 5: Continuity (slides)
Lesson 5: Continuity (slides)
 
Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)
Lesson 14: Derivatives of Logarithmic and Exponential Functions (slides)
 
Chuong 5 - Ma hoa khoa Bat doi xung.pdf
Chuong 5 - Ma hoa khoa Bat doi xung.pdfChuong 5 - Ma hoa khoa Bat doi xung.pdf
Chuong 5 - Ma hoa khoa Bat doi xung.pdf
 
Graphing polynomials
Graphing polynomialsGraphing polynomials
Graphing polynomials
 
Luận văn: Phép biến đổi phân tuyến tính, HAY, 9đ
Luận văn: Phép biến đổi phân tuyến tính, HAY, 9đLuận văn: Phép biến đổi phân tuyến tính, HAY, 9đ
Luận văn: Phép biến đổi phân tuyến tính, HAY, 9đ
 
Exponential functions
Exponential functionsExponential functions
Exponential functions
 

Viewers also liked

Secant method
Secant methodSecant method
Secant method
kishor pokar
 
Secent method
Secent methodSecent method
Secent methodritu1806
 
Secant method
Secant methodSecant method
Secant methoduis
 
Numerical Methods 1
Numerical Methods 1Numerical Methods 1
Numerical Methods 1
Dr. Nirav Vyas
 
Basics of derivative with help of tangents and secants
Basics of derivative with help of tangents and secantsBasics of derivative with help of tangents and secants
Basics of derivative with help of tangents and secantskishor pokar
 
The derivative
The derivativeThe derivative
The derivative
Juan Apolinario Reyes
 
About the ap calculus exam - 2013
About the ap calculus exam - 2013About the ap calculus exam - 2013
About the ap calculus exam - 2013Ron Eick
 
3.7lecture
3.7lecture3.7lecture
3.7lectureRon_Eick
 
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
argonaut2
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by partsdicosmo178
 
5.1 analysis of function i
5.1 analysis of function i5.1 analysis of function i
5.1 analysis of function idicosmo178
 
Lesson 7 antidifferentiation generalized power formula-simple substitution
Lesson 7 antidifferentiation generalized power formula-simple substitutionLesson 7 antidifferentiation generalized power formula-simple substitution
Lesson 7 antidifferentiation generalized power formula-simple substitution
Lawrence De Vera
 
Tangent lines PowerPoint
Tangent lines PowerPointTangent lines PowerPoint
Tangent lines PowerPointzackomack
 
Integration By Parts Tutorial & Example- Calculus 2
Integration By Parts Tutorial & Example- Calculus 2Integration By Parts Tutorial & Example- Calculus 2
Integration By Parts Tutorial & Example- Calculus 2
empoweringminds
 

Viewers also liked (20)

Secant method
Secant methodSecant method
Secant method
 
Secent method
Secent methodSecent method
Secent method
 
Secant method
Secant methodSecant method
Secant method
 
Numerical Methods 1
Numerical Methods 1Numerical Methods 1
Numerical Methods 1
 
Basics of derivative with help of tangents and secants
Basics of derivative with help of tangents and secantsBasics of derivative with help of tangents and secants
Basics of derivative with help of tangents and secants
 
Integration terms
Integration termsIntegration terms
Integration terms
 
Limits
LimitsLimits
Limits
 
Lar calc10 ch04_sec5
Lar calc10 ch04_sec5Lar calc10 ch04_sec5
Lar calc10 ch04_sec5
 
The derivative
The derivativeThe derivative
The derivative
 
About the ap calculus exam - 2013
About the ap calculus exam - 2013About the ap calculus exam - 2013
About the ap calculus exam - 2013
 
3.7lecture
3.7lecture3.7lecture
3.7lecture
 
G4 pres
G4 presG4 pres
G4 pres
 
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
Review 1 -_limits-_continuity_(pcalc+_to_ap_calc)
 
8.2 integration by parts
8.2 integration by parts8.2 integration by parts
8.2 integration by parts
 
5.1 analysis of function i
5.1 analysis of function i5.1 analysis of function i
5.1 analysis of function i
 
Lar calc10 ch03_sec1
Lar calc10 ch03_sec1Lar calc10 ch03_sec1
Lar calc10 ch03_sec1
 
Lesson 7 antidifferentiation generalized power formula-simple substitution
Lesson 7 antidifferentiation generalized power formula-simple substitutionLesson 7 antidifferentiation generalized power formula-simple substitution
Lesson 7 antidifferentiation generalized power formula-simple substitution
 
Tangent lines PowerPoint
Tangent lines PowerPointTangent lines PowerPoint
Tangent lines PowerPoint
 
Integration By Parts Tutorial & Example- Calculus 2
Integration By Parts Tutorial & Example- Calculus 2Integration By Parts Tutorial & Example- Calculus 2
Integration By Parts Tutorial & Example- Calculus 2
 
Secante
SecanteSecante
Secante
 

Similar to Calculus AB - Slope of secant and tangent lines

2.3 slopes and difference quotient t
2.3 slopes and difference quotient t2.3 slopes and difference quotient t
2.3 slopes and difference quotient t
math260
 
Algebra 2. 9.16 Quadratics 2
Algebra 2.  9.16 Quadratics 2Algebra 2.  9.16 Quadratics 2
Algebra 2. 9.16 Quadratics 2
dmatkeson21
 
Alg2 lesson 2.2 and 2.3
Alg2 lesson 2.2 and 2.3Alg2 lesson 2.2 and 2.3
Alg2 lesson 2.2 and 2.3Carol Defreese
 
Difference quotient algebra
Difference quotient algebraDifference quotient algebra
Difference quotient algebra
math260
 
AP Calculus - Tutorial
AP Calculus - TutorialAP Calculus - Tutorial
AP Calculus - Tutorial
Chris Wilson
 
Edu 290 powerpoint1
Edu 290 powerpoint1Edu 290 powerpoint1
Edu 290 powerpoint1
jones17j
 
Math Homework 9
Math Homework 9Math Homework 9
Math Homework 9jjlendaya
 
Solution 3
Solution 3Solution 3
Solution 3aldrins
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
dionesioable
 
Equation Of A Line
Equation Of A LineEquation Of A Line
Equation Of A Line
Gillian Guiang
 
Module 2 linear functions
Module 2   linear functionsModule 2   linear functions
Module 2 linear functions
dionesioable
 
5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theorem5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theoremdicosmo178
 
Μαθηματικά Γ Λυκείου - Ν. Ράπτης
Μαθηματικά Γ Λυκείου - Ν. ΡάπτηςΜαθηματικά Γ Λυκείου - Ν. Ράπτης
Μαθηματικά Γ Λυκείου - Ν. Ράπτης
Σωκράτης Ρωμανίδης
 
Grph quad fncts
Grph quad fnctsGrph quad fncts
Grph quad fncts
Edrian Gustin Camacho
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
Juan Miguel Palero
 
Solution 3
Solution 3Solution 3
Solution 3aldrins
 
6.6 analyzing graphs of quadratic functions
6.6 analyzing graphs of quadratic functions6.6 analyzing graphs of quadratic functions
6.6 analyzing graphs of quadratic functionsJessica Garcia
 
Bostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functionsBostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functions
Sarah Sue Calbio
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
dionesioable
 

Similar to Calculus AB - Slope of secant and tangent lines (20)

2.3 slopes and difference quotient t
2.3 slopes and difference quotient t2.3 slopes and difference quotient t
2.3 slopes and difference quotient t
 
Algebra 2. 9.16 Quadratics 2
Algebra 2.  9.16 Quadratics 2Algebra 2.  9.16 Quadratics 2
Algebra 2. 9.16 Quadratics 2
 
Alg2 lesson 2.2 and 2.3
Alg2 lesson 2.2 and 2.3Alg2 lesson 2.2 and 2.3
Alg2 lesson 2.2 and 2.3
 
Difference quotient algebra
Difference quotient algebraDifference quotient algebra
Difference quotient algebra
 
AP Calculus - Tutorial
AP Calculus - TutorialAP Calculus - Tutorial
AP Calculus - Tutorial
 
Edu 290 powerpoint1
Edu 290 powerpoint1Edu 290 powerpoint1
Edu 290 powerpoint1
 
คาบ 5 7
คาบ 5 7คาบ 5 7
คาบ 5 7
 
Math Homework 9
Math Homework 9Math Homework 9
Math Homework 9
 
Solution 3
Solution 3Solution 3
Solution 3
 
Module 1 quadratic functions
Module 1   quadratic functionsModule 1   quadratic functions
Module 1 quadratic functions
 
Equation Of A Line
Equation Of A LineEquation Of A Line
Equation Of A Line
 
Module 2 linear functions
Module 2   linear functionsModule 2   linear functions
Module 2 linear functions
 
5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theorem5.7 rolle's thrm & mv theorem
5.7 rolle's thrm & mv theorem
 
Μαθηματικά Γ Λυκείου - Ν. Ράπτης
Μαθηματικά Γ Λυκείου - Ν. ΡάπτηςΜαθηματικά Γ Λυκείου - Ν. Ράπτης
Μαθηματικά Γ Λυκείου - Ν. Ράπτης
 
Grph quad fncts
Grph quad fnctsGrph quad fncts
Grph quad fncts
 
Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)Mathematics 9 Quadratic Functions (Module 1)
Mathematics 9 Quadratic Functions (Module 1)
 
Solution 3
Solution 3Solution 3
Solution 3
 
6.6 analyzing graphs of quadratic functions
6.6 analyzing graphs of quadratic functions6.6 analyzing graphs of quadratic functions
6.6 analyzing graphs of quadratic functions
 
Bostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functionsBostock and Chandler chapter3 functions
Bostock and Chandler chapter3 functions
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 

Recently uploaded

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

Calculus AB - Slope of secant and tangent lines

  • 1. Calculus AB Review Slopes of non-linear secant/tangent lines, and point-slope formula Kenyon Hundley Tuesday, September 25, 12
  • 2. Important Formulas Slope of a secant line at two points: f(x₀)-f(x₁) m=-------- x₀-x₁ Slope of a tangent line at one point: f(h+x₀)-f(x₀) m=-------- h Point-Slope Equation: y-y₀=m(x-x₀) Tuesday, September 25, 12
  • 3. x-2 1. f(x)=--- x-5 a) find the slope of the secant line between x = 3 and x = 4 b) find the slope of the tangent line at x = 2 c) find the equation of the tangent line at x = 2 Tuesday, September 25, 12
  • 4. 1.a) find the slope of the secant line between x = 3 and x = 4 Our Line’s Equation x-2 f(x)=--- x-5 Secant Line Slope Formula f(x₀)-f(x₁) m=-------- x₀-x₁ Tuesday, September 25, 12
  • 5. 1.a) Steps 1. Using the secant line slope formula we can plug in the two values of ‘x’ that are given to us. We’ll just say x₀=3 and x₁=4. This looks like: f(3)-f(4) m=-------- 3-4 2. So on the top we see we have f(3) and f(4), which we interpret as “plug in 3 and 4 as x- values into the function and the solve for the y-value (or f(x) in other words)”. When we plug 3 and 4 in as x-values to our given equation, it looks like this: 3-2 4-2 f(3)=--- = -1/2 f(4)=--- = -2 3-5 4-5 Tuesday, September 25, 12
  • 6. 1.a) Steps 3. So now that we know f(3)=-1/2 and f(4)=-2, we can plug these values back into our secant slope equation which will look like: (-1/2)-(-2) m=-------- 3-4 4. So from here we’ll do basic simplification, which results in our answer: m = -1.5 Tuesday, September 25, 12
  • 7. 1.b) find the slope of the tangent line at x = 2 Our Line’s Equation x-2 f(x)=--- x-5 Tangent Line Slope Formula f(h+x₀)-f(x₀) m=-------- h Tuesday, September 25, 12
  • 8. 1.b) Steps 1. Using the tangent line slope formula we’ll plug in the value of ‘x’ that is given to us. Since x=2, this looks like: f(2+h)-f(2) m=-------- h 2. So in order to find the slope, we want to simplify the equation to a point where, if we plugged 0 in for ‘h’, we would not result in an undefined equation (0 as the denominator). We’ll start by solving the functions that are defined in the numerator, f(2+h) and f(2): 2+h-2 2-2 f(2+h)= --- = h/(h-3) f(2)=--- = 0 2+h-5 2-5 Tuesday, September 25, 12
  • 9. 1.b) Steps 3. So, now we’ll look at the equation with the function values plugged in (f(h+2)=h/(h-3), f(2)=0). h/(h-3) h 1 m=-------- = h -------- = -------- h(h-3) h-3 4. Now with our equation m=1/(h-3), we can see that plugging in 0 for ‘h’ won’t result in an undefined value so we can use this to solve for the slope. h 1 m = -- = -1/3 as h approaches 0 0-3 We write the answer like “m = -1/3 as h approaches 0” because we cannot find the exact slope of the tangent line at a given point, but we can get really close to it by plugging in 0 for ‘h’, or a decimal value extremely close to 0. Tuesday, September 25, 12
  • 10. 1.c) find the equation of the tangent line at x = 2 Our Line’s Equation x-2 f(x)=--- x-5 Point-Slope Formula y-y₁ = m(x-x₁) Tangent Line’s Slope -1/3 Tuesday, September 25, 12
  • 11. 1.c) Steps 1. To begin solving for the tangent line’s equation, we substitute x=2 in to our line’s equation: 2-2 f(x)= --- = 0 2-5 2. So now we know that 0 is x’s corresponding y- value. We’ll use (2,0) as our x₁ & y₁ in the point-slope equation, and also -1/3 as the slope (we found the slope of the same tangent line in 1.b): y-0 = -1/3(x-2) Tuesday, September 25, 12
  • 12. 1.c) Steps 3. Now we basically just simplify the equation to slope-intercept form, then we have our answer: y = -1/3x+2/3 Tuesday, September 25, 12
  • 13. 2. f(x)=2x²-3x+1 a) find the slope of the secant line between x = -1 and x = 2 b) find the slope of the tangent line at x = 2 c) find the equation of the tangent line at x = 2 Tuesday, September 25, 12
  • 14. 2.a) Steps 1. Using the secant line slope formula we can plug in the two values of ‘x’ that are given to us. We’ll just say x₀=-1 and x₁=2. This looks like: f(-1)-f(2) m=-------- 3-4 2. So on the top we see we have the functions f(-1) and f(2). When we plug -1 and 2 in as x-values to our given equation, it looks like this: f(-1)=2(-1)²-3(-1)+1= 6 f(2)=2(2)²-3(2)+1= 3 Tuesday, September 25, 12
  • 15. 2.a) Steps 3. So now that we know f(-1)=6 and f(2)=3, we can plug these values back into our secant slope equation which will look like: (6)-(3) m=-------- -1-2 4. So from here we’ll do basic simplification, which results in our answer: m = -1 Tuesday, September 25, 12
  • 16. 2.b) find the slope of the tangent line at x = 2 Our Line’s Equation f(x)=2x²-3x+1 Tangent Line Slope Formula f(h+x₀)-f(x₀) m=-------- h Tuesday, September 25, 12
  • 17. 2.b) Steps 1. Using the tangent line slope formula we’ll plug in the value of ‘x’ that is given to us. Since x=2, this looks like: f(2+h)-f(2) m=-------- h 2. So in order to find the slope, we want to simplify the equation to a point where, if we plugged 0 in for ‘h’, we would not result in an undefined equation (0 as the denominator). We’ll start by solving the functions that are defined in the numerator, f(2+h) and f(2): f(2+h)=2(2+h)²-3(2+h)+1=2h²+3+5h f(2)=2(2)²-3(2)+1=3 Tuesday, September 25, 12
  • 18. 2.b) Steps 3. So, now we’ll look at the equation with the function values plugged in. 2h²+3+5h-3 2h²+5h 2h+5 m=-------- = h -------- = -------- h 1 4. Now with our equation m=2h+5, we can see that plugging in 0 for ‘h’ won’t result in an undefined value so we can use this to solve for the slope. h m = 0+5 = 5 as h approaches 0 Tuesday, September 25, 12
  • 19. 2.c) find the equation of the tangent line at x = 2 Our Line’s Equation f(x)=2x²-3x+1 Point-Slope Formula y-y₁ = m(x-x₁) Tangent Line’s Slope 5 Tuesday, September 25, 12
  • 20. 2.c) Steps 1. To begin solving for the tangent line’s equation, we substitute x=2 in to our line’s equation: y=2(2)²-3(2)+1 = 3 2. So now we know that 3 is x’s corresponding y- value. We’ll use (2,3) as our x₁ & y₁ in the point-slope equation, and also 5 as the slope (we found the slope of the same tangent line in 2.b): y-3 = 5(x-2) Tuesday, September 25, 12
  • 21. 2.c) Steps 3. Now we basically just simplify the equation to slope-intercept form, then we have our answer: y = 5x-7 Tuesday, September 25, 12
  • 22. 3. If an object travels a distance of s = 2t²-5t+1, where s is in feet and t is in seconds,find: a) the average velocity of object within the first 10 seconds. b) the instantaneous velocity of the object at t = 3 seconds. Tuesday, September 25, 12
  • 23. 3.a) the average velocity of object within the first 10 feet Our Line’s Equation s(t)= 2t²-5t+1 Velocity Average (Secant Line Slope) Formula s(t₀)-s(t₁) Vavg=-------- t₀-t₁ Tuesday, September 25, 12
  • 24. 3.a) Steps 1. In this problem, we basically use the same rules and formula as the secant line slope formula, except we use different notation. We can plug 10(seconds) and 0(seconds) for t₀ and t₁ in order to find our average velocity during the first ten seconds. We’ll say t₀=0 and t₁ =10. This looks like: s(0)-s(10) Vavg=-------- 0-10 2. So on the top we, once again, see that we have functions; s(0) and s(10) are our functions. After plugging them into our line’s equation, we get this: s(0)= 2(0)²-5(0)+1 = 1 s(10)= 2(10)²-5(10)+1= 151 Tuesday, September 25, 12
  • 25. 3.a) Steps 3. So now that we know s(0)=1 and f(10)=151, we can plug these values back into our average velocity equation which will look like: (1)-(151) Vavg=-------- 0-10 4. So from here we’ll do basic simplification, which results in our answer: Vavg = 15 feet per second Tuesday, September 25, 12
  • 26. 3.b) the instantaneous velocity of the object at t = 3 seconds Our Line’s Equation s(t)= 2t²-5t+1 Instantaneous Velocity (Tangent Line Slope) Formula s(h+t₀)-s(t₀) Vinst= --------- h Tuesday, September 25, 12
  • 27. 3.b) Steps 1. To discover the instantaneous velocity at t=3 seconds, we basically use the tangent line slope formula but with different notation. We plug in the given value of 3 in for “t” in the Vinst equation. This looks like: s(3+h)-s(3) Vinst=-------- h 2. So, (like the tangent line slope equations) in order to find the instantaneous velocity, we want to simplify the equation to a point where, if we plugged 0 in for ‘h’, we would not result in an undefined equation (0 as the denominator). To start we’ll solve the functions that are defined in the numerator, s(3+h) and s(3): s(h+3)= 2(h+3)²-5(h+3)+1= 2h²+7h+4 s(3)= 2(3)²-5(3)+1= 4 Tuesday, September 25, 12
  • 28. 3.b) Steps 3. So, now we’ll look at the equation with the function values plugged in. 2h²+7h+4-4 2h²+7h 2h+7 Vinst=-------- = h -------- = -------- h 1 4. Now with our equation Vinst=2h+7, we can see that plugging in 0 for ‘h’ won’t result in an undefined value so we can use this to solve for the instantaneous velocity at 3 seconds. Vinst = 0+7 = 7 feet per second Tuesday, September 25, 12