Let the original speed of the train be \(x \ \text{km/h}\).
Then, the time taken to travel 360 km at speed \(x\) is:
\[
\text{Time}_1 = \frac{360}{x} \ \text{hours}
\]
If the speed increases by \(6 \ \text{km/h}\), the new speed is \((x + 6) \ \text{km/h}\).
The time taken at this new speed is:
\[
\text{Time}_2 = \frac{360}{x + 6} \ \text{hours}
\]
According to the problem, the time taken is reduced by \(1\) hour:
\[
\frac{360}{x} - \frac{360}{x + 6} = 1
\]
Step 1: Eliminate the denominators
Multiply through by \(x(x+6)\):
\[
360(x+6) - 360x = x(x+6)
\]
Step 2: Simplify
\[
360x + 2160 - 360x = x^2 + 6x
\]
\[
2160 = x^2 + 6x
\]
Step 3: Rearrange into standard quadratic form
\[
x^2 + 6x - 2160 = 0
\]
Step 4: Solve the quadratic equation
Using the quadratic formula:
\[
x = \frac{-6 \pm \sqrt{6^2 - 4(1)(-2160)}}{2(1)}
\]
\[
x = \frac{-6 \pm \sqrt{36 + 8640}}{2}
\]
\[
x = \frac{-6 \pm \sqrt{8676}}{2}
\]
\[
x = \frac{-6 \pm 93.12}{2}
\]
Since speed must be positive:
\[
x = \frac{-6 + 93.12}{2} = \frac{87.12}{2} \approx 43.56
\]
\[
\text{(Check: Something seems off here - recheck calculation carefully.)}
\]
Step 5: Correct calculation
Instead of approximating too early, factor the quadratic:
\[
x^2 + 6x - 2160 = 0
\]
We look for factors of \(-2160\) whose sum is \(6\):
\[
(x + 48)(x - 45) = 0
\]
So, \(x = -48\) (not possible for speed) or \(x = 45\).
Step 6: Conclusion
The original speed of the train is:
\[
\boxed{45 \ \text{km/h}}
\]