Answer:
The force induced on the aircraft is 2.60 N
Solution:
As per the question:
Power transmitted, 
Now, the force, F is given by:
(1)
where
v = velocity
Now,
For a geo-stationary satellite, the centripetal force,
is provided by the gravitational force,
:


Thus from the above, velocity comes out to be:


where
R = 
R = 
where
G = Gravitational constant
T = Time period of rotation of Earth
R is calculated as 42166 km
Now, from eqn (1):

F = 2.60 N
Answer:
Test code:
>>u=10;
>>g=9.8;
>>q=100;
>>m0=100;
>>vstar=10;
>>tstar=fzero_rocket_example(u, g, q, m0, vstar)
Explanation:
See attached image