top of page
Inaugurated by IN-SPACe
ISRO Registered Space Tutor

S7-SA1-0596

What is Rectilinear Motion using Calculus?

Grade Level:

Class 12

AI/ML, Physics, Biotechnology, FinTech, EVs, Space Technology, Climate Science, Blockchain, Medicine, Engineering, Law, Economics

Definition
What is it?

Rectilinear motion is when an object moves in a straight line. When we use calculus, we can precisely describe how its position, velocity (speed and direction), and acceleration change over time, even if they are not constant.

Simple Example
Quick Example

Imagine a cricket ball hit straight along the ground towards the boundary. Its path is a straight line. Calculus helps us figure out exactly how far it travels in 2 seconds, or how fast it's going at any given moment, even if it's slowing down due to friction.

Worked Example
Step-by-Step

Let's say the position of an auto-rickshaw moving on a straight road is given by the equation s(t) = 2t^2 + 3t, where s is in meters and t is in seconds.

Step 1: Find the velocity equation. Velocity is the rate of change of position, so we differentiate s(t) with respect to t.
v(t) = ds/dt = d/dt (2t^2 + 3t)
---
Step 2: Apply the differentiation rules.
v(t) = 2*(2t) + 3*(1)
v(t) = 4t + 3
---
Step 3: Find the acceleration equation. Acceleration is the rate of change of velocity, so we differentiate v(t) with respect to t.
a(t) = dv/dt = d/dt (4t + 3)
---
Step 4: Apply the differentiation rules.
a(t) = 4*(1) + 0
a(t) = 4
---
Step 5: Find the velocity at t = 2 seconds.
v(2) = 4*(2) + 3 = 8 + 3 = 11 m/s
---
Step 6: Find the acceleration at t = 2 seconds.
a(2) = 4 m/s^2

Answer: At t=2 seconds, the auto-rickshaw's velocity is 11 m/s and its acceleration is 4 m/s^2.

Why It Matters

Understanding rectilinear motion with calculus is crucial for designing safe cars and high-speed trains in engineering. It's also used in AI/ML to predict the movement of robots and in space technology to calculate rocket trajectories, helping engineers launch satellites like those by ISRO.

Common Mistakes

MISTAKE: Confusing position, velocity, and acceleration and using the wrong derivative. | CORRECTION: Remember that velocity is the derivative of position, and acceleration is the derivative of velocity. Always differentiate in this order.

MISTAKE: Forgetting to apply chain rule or power rule correctly when differentiating. | CORRECTION: Practice differentiation rules thoroughly. For example, d/dt (t^n) = n*t^(n-1).

MISTAKE: Not paying attention to units (e.g., meters, seconds, m/s, m/s^2). | CORRECTION: Always write down the correct units for position, velocity, and acceleration in your answers. It helps understand what the numbers mean.

Practice Questions
Try It Yourself

QUESTION: The position of a ball rolling on a straight track is given by s(t) = 3t^2 - 5t + 1 meters. What is its velocity at t = 1 second? | ANSWER: v(t) = 6t - 5. At t=1, v(1) = 6(1) - 5 = 1 m/s.

QUESTION: A drone moves vertically with its height given by h(t) = t^3 - 6t^2 + 9t meters. Find the time(s) when the drone's velocity is zero. | ANSWER: v(t) = 3t^2 - 12t + 9. Set v(t)=0: 3t^2 - 12t + 9 = 0 => t^2 - 4t + 3 = 0 => (t-1)(t-3) = 0. So, t = 1 second and t = 3 seconds.

QUESTION: The acceleration of a toy car moving on a straight path is given by a(t) = 6t m/s^2. If its initial velocity (at t=0) is 2 m/s, and its initial position is 0 m, find its position at t = 2 seconds. | ANSWER: v(t) = integral(a(t) dt) = integral(6t dt) = 3t^2 + C1. Since v(0)=2, 3(0)^2 + C1 = 2 => C1 = 2. So, v(t) = 3t^2 + 2. Then, s(t) = integral(v(t) dt) = integral(3t^2 + 2 dt) = t^3 + 2t + C2. Since s(0)=0, 0^3 + 2(0) + C2 = 0 => C2 = 0. So, s(t) = t^3 + 2t. At t=2, s(2) = 2^3 + 2(2) = 8 + 4 = 12 meters.

MCQ
Quick Quiz

If the position of a particle is given by s(t) = 5t^2 + 2t, what is its acceleration?

10t + 2

10

5t^3/3 + t^2

5

The Correct Answer Is:

B

Velocity is the first derivative of position: v(t) = d/dt (5t^2 + 2t) = 10t + 2. Acceleration is the second derivative of position (or first derivative of velocity): a(t) = d/dt (10t + 2) = 10. So, option B is correct.

Real World Connection
In the Real World

Delivery services like Zepto or Swiggy use complex algorithms to plan the fastest routes for their riders. Understanding rectilinear motion with calculus helps these systems predict delivery times by calculating how vehicles move and accelerate on straight road segments, optimizing efficiency and customer satisfaction.

Key Vocabulary
Key Terms

POSITION: The location of an object relative to a reference point. | VELOCITY: The rate at which an object changes its position (speed with direction). | ACCELERATION: The rate at which an object changes its velocity. | DERIVATIVE: A mathematical tool in calculus that measures the rate at which a function changes. | INTEGRAL: A mathematical tool in calculus that finds the total accumulation of a quantity.

What's Next
What to Learn Next

Now that you understand rectilinear motion, you're ready to explore motion in two or three dimensions! This will help you analyze how objects move when they don't follow a straight line, like a cricket ball flying through the air.

bottom of page