Comprehensive Calculus Notes: Kinematics, Trigonometric Derivatives, and Chain Rule
Course Logistics & Test 1 Overview
Test 1 Schedule and Logistics:
Date: Thursday, September 17.
Time: Administered during regular class time. The test is designed as a 50-minute test, but approximately one hour will be provided, accounting for initial setup.
Office Hours Adjustment: Office hours for test week are moved to Wednesday, September 16, from 10:00 AM to 11:00 AM (replacing the usual Friday office hours).
Homework Due Date: WebAssign homework covering Sections 2.4 to 2.5 is due next Wednesday, September 16.
Test Environment: Paper-based exam. No electronics or calculators of any kind are permitted. Bags must be placed at the front or sides of the room before testing begins.
Absence Policy: Documented excuse/university-sanctioned absences must be communicated as early as possible. Makeup exams or score refunds are handled at the end of the semester to prevent students from falling behind.
Test Structure & Content Coverage:
Scope: Covers Section 2.4 through Section 2.5 (Parametric equations, limits, derivatives up through derivative rules, trig derivatives, and the chain rule).
Format: Free-response / written exam on paper (not multiple choice), consisting of approximately 6 written questions.
Grading: Partial credit is awarded; complete step-by-step work must be displayed.
Question Types: Similar in style and rigor to class worksheets and textbook homework problems found on WebAssign. Questions may require formal application of theorems such as the Intermediate Value Theorem (IVT) or the Squeeze Theorem.
Precalculus Prerequisites: Graphing techniques and fundamental trigonometric identities from precalculus are required background knowledge for solving limit and derivative problems, though precalculus will not be explicitly tested in isolation.
Study Resources on Moodle:
Derivative flashcards.
Review sheet listing recommended textbook practice problems.
A mock practice worksheet structured like the exam, to be completed in class prior to test day.
Posted worked-out examples from class sessions.
Student Review Topic Survey Results:
Key topics identified for targeted review: Parametric equations (converting to Cartesian equations and identifying graphs), continuity, formal applications of IVT and Squeeze Theorem, and basic derivative definitions/rules.
Kinematics: Position, Velocity, Acceleration, and Signs
Relationship Between Velocity and Acceleration Signs:
Accelerating (Speeding Up): Velocity v(t) and acceleration a(t) have the same sign (both positive or both negative).
Decelerating (Slowing Down): Velocity v(t) and acceleration a(t) have opposite signs.
Physical Meaning of Acceleration: Acceleration is the instantaneous rate of change of velocity (a(t)=v′(t)).
Negative Velocity Case: If v(t)<0 and a(t)<0, velocity is decreasing (becoming more negative), meaning the magnitude of velocity (speed=∣v(t)∣) is increasing in the negative direction. Therefore, the object is accelerating.
If v(t)<0 and a(t)>0, positive acceleration counteracts negative velocity, causing the magnitude of velocity to decrease (decelerating).
Detailed Kinematic Example 1:
Position function: s(t)=24t−16t2
Velocity function: v(t)=s′(t)=24−32t
Acceleration function: a(t)=v′(t)=−32
Evaluation at t=2:
Velocity: v(2)=24−32(2)=−40m/s
Acceleration: a(2)=−32m/s2
Conclusion at t=2: Since v(2)=−40m/s and a(2)=−32m/s2 share the same sign (both negative), the object is accelerating in the negative direction.
Graphical Properties of Kinematic Functions:
Position graph s(t): Parabola opening downward; s(t)=0 represents the ground level.
Velocity graph v(t): Line with negative slope. Intersects the t-axis (v(t)=0) at t=0.75. This intercept represents the instantaneous point of rest where direction changes from increasing position to decreasing position.
Acceleration graph a(t): Horizontal constant line at a=−32.
Detailed Kinematic Example 2 (Particle Motion on a 1D Line):
Position function: s(t)=t3−9t2+24t+4 for t≥0
Velocity: v(t)=s′(t)=3t2−18t+24
Rest Points: Set v(t)=0
3(t2−6t+8)=0
3(t−2)(t−4)=0
Particle is at rest at t=2 and t=4
Moving to the Right (v(t)>0):
Factored inequality: 3(t−2)(t−4)>0
Both factors positive: t>2 and t>4⟹(4,∞)
Both factors negative: t<2 and t<4⟹(−∞,2) (or [0,2) for t≥0)
Intervals of rightward motion: (−∞,2) and (4,∞)
Moving to the Left (v(t)<0):
Occurs when factors have opposite signs: (2,4)
Acceleration: a(t)=v′(t)=6t−18
Acceleration Intervals:
Accelerating in positive direction (v(t)>0 and a(t)>0):
a(t)=6t−18>0⟹t>3
Overlap with v(t)>0 occurs on the interval (4,∞)
Accelerating in negative direction (v(t)<0 and a(t)<0):
v(t)<0⟹t∈(2,4)
a(t)=6t−18<0⟹t<3
Overlap occurs on the interval (2,3)
Motion Breakdown: At t=2, the particle stops, turns left, and speeds up in the negative direction until t=3. From t=3 to t=4, a(t)>0 while v(t)<0, so it slows down until coming to rest at t=4, after which it accelerates to the right.
Method 2 (Trigonometric Simplification prior to differentiation):
y=5⋅cos(x)13⋅cos(x)sin(x)=53sin(x)
y′=53cos(x)
Rule of Thumb: Simplifying trigonometric expressions algebraically before taking the derivative is often substantially easier than simplifying post-differentiation.
The Chain Rule
Definition and Formula:
Used to differentiate composite functions h(x)=f(g(x))
Prime Notation: h′(x)=f′(g(x))⋅g′(x)
Leibniz Notation: If y=f(u) where u=g(x), then dxdy=dudy⋅dxdu
Strategy: Identify inner function u=g(x), identify outer function f(u), differentiate outer function evaluated at unchanged inner function, and multiply by the derivative of the inner function.
Chain Rule Example 1:
Differentiate h(x)=sin(x2)
Outer function: f(u)=sin(u)⟹f′(u)=cos(u)
Inner function: u=x2⟹u′=2x
Result: h′(x)=cos(u)⋅u′=cos(x2)⋅2x=2xcos(x2)
Chain Rule Example 2 (Comparison of Methods):
Differentiate f(x)=(3x+2)2
Method 1 (Algebraic Expansion):
f(x)=9x2+12x+4
f′(x)=18x+12
Method 2 (Chain Rule):
Outer function: f(u)=u2⟹f′(u)=2u
Inner function: u=3x+2⟹u′=3
Result: f′(x)=2(3x+2)⋅3=6(3x+2)=18x+12
Both methods yield identical results, validating the power rule composition.