Math Problem Statement

A train covered a certain distance at a uniform speed. If the train would have been 6 km/h faster, it would have taken 4 hours less than the scheduled time. And, if the train were slower by 6 km/hr ; it would have taken 6 hours more than the scheduled time. Find the length of the journey.

Solution

To solve the problem, let’s assume the following:

  • The uniform speed of the train is vv km/h.
  • The length of the journey is dd km.
  • The scheduled time to cover the distance at the uniform speed is tt hours.

From basic relations in kinematics:

Distance=Speed×Time\text{Distance} = \text{Speed} \times \text{Time} d=vtort=dv.d = v \cdot t \quad \text{or} \quad t = \frac{d}{v}.

Now, the problem provides two conditions:

  1. If the train were 6 km/h faster, it would take 4 hours less to cover the journey: t4=dv+6.t - 4 = \frac{d}{v + 6}.

  2. If the train were 6 km/h slower, it would take 6 hours more to cover the journey: t+6=dv6.t + 6 = \frac{d}{v - 6}.


Step 1: Express tt from the first condition

We know t=dvt = \frac{d}{v}. Substituting into the first condition:

dv4=dv+6.\frac{d}{v} - 4 = \frac{d}{v + 6}.

Multiply through by v(v+6)v(v + 6) to clear the denominators (assuming v>0v > 0):

d(v+6)4v(v+6)=dv.d(v + 6) - 4v(v + 6) = dv.

Simplify and distribute terms:

dv+6d4v224v=dv.dv + 6d - 4v^2 - 24v = dv.

Cancel out dvdv from both sides:

6d=4v2+24v.6d = 4v^2 + 24v.

Rearranging gives:

4v^2 + 24v - 6d = 0. \tag{1}


Step 2: Express tt from the second condition

From the second condition:

dv+6=dv6.\frac{d}{v} + 6 = \frac{d}{v - 6}.

Substitute t=dvt = \frac{d}{v}, and multiply through by v(v6)v(v - 6):

d(v6)+6v(v6)=dv.d(v - 6) + 6v(v - 6) = dv.

Simplify:

dv6d+6v236v=dv.dv - 6d + 6v^2 - 36v = dv.

Cancel dvdv on both sides:

6d=6v2+36v.-6d = -6v^2 + 36v.

Divide through by 6-6 to simplify:

d = v^2 - 6v. \tag{2}


Step 3: Solve the system of equations

We now have two equations:

  1. 4v2+24v6d=04v^2 + 24v - 6d = 0
  2. d=v26vd = v^2 - 6v.

Substitute d=v26vd = v^2 - 6v into Equation (1):

4v2+24v6(v26v)=0.4v^2 + 24v - 6(v^2 - 6v) = 0.

Simplify:

4v2+24v6v2+36v=0.4v^2 + 24v - 6v^2 + 36v = 0.

Combine like terms:

2v2+60v=0.-2v^2 + 60v = 0.

Factorize:

2v(v30)=0.-2v(v - 30) = 0.

Thus:

v=0orv=30.v = 0 \quad \text{or} \quad v = 30.

Since v=0v = 0 is not physically meaningful, we have:

v=30km/h.v = 30 \, \text{km/h}.


Step 4: Find dd (the length of the journey)

Substitute v=30v = 30 into d=v26vd = v^2 - 6v:

d=3026(30).d = 30^2 - 6(30).

Simplify:

d=900180=720km.d = 900 - 180 = 720 \, \text{km}.


Final Answer:

The length of the journey is 720 km.


Verification:

  1. Scheduled time at 30 km/h: t=72030=24hourst = \frac{720}{30} = 24 \, \text{hours}.
  2. Faster speed (36 km/h): Time = 72036=20hours\frac{720}{36} = 20 \, \text{hours} (4 hours less).
  3. Slower speed (24 km/h): Time = 72024=30hours\frac{720}{24} = 30 \, \text{hours} (6 hours more).

Everything checks out!


Related Questions:

  1. What happens to the time if the speed increases by 10 km/h instead of 6 km/h?
  2. Derive a general formula for the distance based on the given conditions.
  3. How would the problem change if the time difference were 5 hours instead of 4 and 6?
  4. If the train’s speed doubles, how much time will it take for the journey?
  5. What is the effect of reducing the speed by 20% on the time taken for the journey?

Tip:

Always use algebraic equations to model word problems and ensure careful substitution and simplification for accuracy.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Quadratic Equations
Time-Speed-Distance Relationship

Formulas

Distance = Speed × Time
Quadratic Equation: ax^2 + bx + c = 0

Theorems

Quadratic Formula
Time-Speed-Distance Relationship

Suitable Grade Level

Grades 9-10