Calculus Basics
  • Introduction
  • ▶️Limit & Continuity
    • Limit properties & Limits of Combined Functions
    • Limits at infinity
    • All types of discontinuities
  • ▶️Differential Calculus
    • Differentiability
    • Local linearity & Linear approximation
    • Basic Differential Rules
    • Chain Rule
    • Derivatives of Trig functions
    • Implicit differentiation
    • Higher Order Derivatives
    • Derivative of Inverse functions
    • Derivative of exponential functions
    • Existence Theorems
    • L'Hopital's Rule
    • Critical points
      • Extrema: Maxima & Minima
      • Concavity
      • Inflection Point
    • Second Derivative Test
    • Anti-derivative
    • Analyze Function Behaviors with Derivatives
    • Optimization
    • Applications of Derivatives
      • Motion problems
      • Planar motion
  • ▶️Integral Calculus
    • Definite Integrals
    • Antiderivatives
    • Fundamental Theorem of Calculus (FTC)
    • Basic Integral Rules
    • Calculate Integrals
    • Integration using Trig identities
    • Improper Integral
    • U-substitution → Chain Rule
    • Integrate by Parts → Product Rule
    • Partial fractions → Log Rule
    • Trig-substitutions → Trig Rule
    • Average Value of Functions
  • ▶️Differential Equations
    • Parametric Equations Differentiation
    • Separable Differential Equations
    • Specific antiderivatives
    • Polar Curve Functions (Differential Calc))
    • Logistic Growth Model
    • Slope Field
    • Euler's Method
  • ▶️Applications of definite integrals
  • ▶️Series (Calculus)
    • Infinite Seires
    • Infinite Geometric Series
    • Convergence Tests
      • nth Term Test
      • Integral Test
      • p-series Test
      • Comparison Test
      • Ratio Test
      • Root Test
      • Alternating Series Test
    • Absolute vs. Conditional Convergence
      • Error Estimation of Alternating Series
      • Error Estimation Theorem
      • Interval of Convergence
    • Power Series
      • Taylor Series
      • Maclaurin Series
      • Lagrange Error Bound
      • Finding Taylor series for a function
      • Function as a Geometric Series
      • Maclaurin Series of Common functions
      • Euler's Formula & Euler's Identity
  • Multivariable functions
    • Parametric Functions
    • Partial derivatives
    • Gradient
Powered by GitBook
On this page
  • Example
  • Example
  • Example: Motion along a curve
  • Example
  1. Differential Calculus
  2. Applications of Derivatives

Planar motion

PreviousMotion problemsNextIntegral Calculus

Last updated 6 years ago

It's still the Motion problem but the object not only moves on the X-axis but move in a PLANE, with X-coordinate and Y-coordinate. So it becomes differentiation of vectors. But the differentiation steps are almost the same.

Here are some algebraical expressions:

  • Position: P(t) = (x, y)

  • Velocity: v(t) = P'(t) = (x', y')

  • Acceleration: a(t) = v'(t) = P''(t) = (x'', y'')

Example

Solve:

  • Write down all the conditions algebraically:

    • Position: P(t) = (x, y) = (-t²+10t, t³-10t)

    • Velocity: v(t) = P'(t) = (x', y') = (-2t+10, 3t²-10)

    • t=4

  • Substitute to get v(4) = (2, 38)

Example

Solve:

  • P(t) = (2t²-6t, -t³+10t)

  • v(t) = P'(t) = (4t-6, -3t²+10)

  • v(2) = (2, -2)

  • |v(2)| = √(4+4) = 2√2

Example: Motion along a curve

  • Position: P(t) = (x, y)

  • The rate of change means velocity: v(t) = P'(t) = (x', y')

  • Since x' = -2, so it becomes v(t) = (-2, y'). How to get the y'?

  • We could find an equation x²y²=16 helps us to get y'.

  • It's easier to do implicit differentiation than explicit one:

    (x²y²)'=(16)' -> 2x·x'·y² + x²·2y·y' = 0 -> -4xy² + x²·2y·y' = 0 -> y' = 2y/x

  • Substitute (1,4) to the y's rate of change to get y' = 2*4/1 = 8

Example

  • P(t) = (x, y)

  • x' = 1/2

  • v(t) = P'(t) = (x', y') = (1/2, y')

  • y'(t) = d/dt (-2x⁴+10) = -2·4·x³·x' = -4x³

  • y'(x=-1, y=8) = -4(-1)³ = 4

  • So v(t) = (1/2, 4)

  • |v(x=-1, y=8)| = √(1/4 + 16)

Solve:

Solve:

▶️
Jump to do the Khan academy practice.
Refer to Khan academy's quizzes for these practices
image
image
image
image