answersLogoWhite

0

Radio echo method is used for measuring the distance of heavenly bodies. Radio signals are sent towards a planet. These signals are reflected back from the surface of the planet. The time (t) taken for the signal in going to the planet and coming back to earth is noted. The signal travels through a velocity (c).

The distance (s) of the planet from Earth is given by,

s = ct/2

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does e stands for radio code?

echo.


Which fuse is for the radio on the Echo 2000?

It is the ACC fuse


Who is Jullian Echo Phillips?

Jullian Echo Phillips is a radio personality from the Indianapolis, Indiana (USA) area.


What does E stand for in radio code?

In radio communications, the letter "E" stands for "Echo." It is used to represent the phonetic E in order to ensure clarity and accuracy during transmissions.


How to remove the radio from a 2002 Toyota Echo hatchback?

See related link.


Why doesn't a 2005 Toyota Echo have a clock?

It has a clock built into the radio/cd player.


Which is the fuse for radio in fuse box in Toyota Echo 2000?

Look for "ACC" (accesory)


What are some of the top Russian radio stations?

Some of the most popular Russian radio stations are Russkoye Radio, Europa Plus, Radio Mayak, Retro FM, Radio Chanson, Maximum, Echo of Moscow, and Autoradio.


What is a radio operators code word before foxtrot?

Before "Foxtrot," the radio operator code word is "Echo."


How do you reset radio in 2004 Toyota echo?

To reset the radio in a 2004 Toyota Echo, you can try disconnecting the car battery. Remove the negative terminal for about 10-15 minutes, then reconnect it. If your radio has a reset button, you can also look for a small pinhole button on the front of the unit and press it with a pointed object. This should restore the radio to its factory settings.


What is a method to map the oceans?

Mapping the Ocean Floor with Echo Sounding is the key method scientists use to map the seafloor today


How to send a radio button variable in PHP?

Example: <form method="post" action="submit.php"> <input type="radio" name="gender" value="boy">Boy</input> <input type="radio" name="gender" value="girl">Girl</input> <button type="submit">Submit</button> </form> Submit.php <?php $bg = "$_POST['gender']"; echo "You are a $bg"; ?>