For question 2 I got that:
2)
a) How long is the round-trip-time for a radio-signal from earth to saturn?
closest distance between saturn and earth: 1192,3 million km
radiowaves move at lightspeed: lightspeed = 300000 km/s
(1192300000 km) / (300000 km/s) = 3974,33 s
round-trip-time: 3974,33 s * 2 = 7948,66 s
latency is 7948,66 s thats like 2,2h
b.) How far would a spacecraft in 200000km orbit around Saturn travel in that time?
At first u have to get the speed of the spacecraft. I found this on the interwebz:
The speed (v) of a satellite in circular orbit is:
v = SQRT(G * M / r) "SQRT" means "square root"
G is the universal gravitational constant (6,6726 E-11 N m^2 kg^(-2))
M is the mass of Saturn (5,l85 E26 kg)
r is the radius from the center of the planet. (200000 km)
// a little note: I think he means from the center, cause everything is always measured from the center of the
// planets as far as i saw it. And it would match with the the part of the question where it says "just outside
// the ringsystem".
Now the maths:
v = SQRT(G * M / r)
G = 6,6726 E-11 N * m^2 * kg^(-2) //info: 1N = 1 kg * m * s^(-2)
= 6,6726 E-11 m^3 * kg^(-1) * s^(-2)
M = 5,685 E26 kg
r = 200000000 m
put all in
v = SQRT(189668655 m^2 * s^(-2))
v = 13772 m/s = 13772 m/s * 1km/1000m * 3600s/1h = 49579,2 km/h
This means the spacecraft would travel
7948,66 s * 13772 m/s = 109468945,52m = 109468,94552 km
in this time.
c) Do you think that mission control could maneuver the spacecraft in real time - that is,
control all its functions directly from Earth?
Control a object that moves with 49579,2 km/h directly woth a latency of 2,2 h?
Thats impossible, except u learned anything realy cool, of which i didn´t think here.
d) In particular, describe the sequence of events you would have to go through to
take a picture of Titan.
Puh thats a rough one. I think its only possible by pure math. U have to calculate everything through,
when and where the spaceship/satelite will be. Taking tons of picture with a awesome resolution and the fact
that Titan is with 5150 km a real big moon will increase the chances for good pictures.
.
Thats all i got. read it over and think about it for urself. Maybe u learned something, which I dont know.
Also as u see is v now different to the past PM. Was a lil lazy and hit wrong button at calc. Was / instead of *.
But this time calculation are right. Checked them over.