Question

In: Physics

ASTRONOMY for objects outside of the suns orbit. make an expression that converts the objects radial...

ASTRONOMY for objects outside of the suns orbit. make an expression that converts the objects radial velocity and d (distance from the Sun). into angular speed and R. where r is the distance from the galactic center

Solutions

Expert Solution

Galactic motion as circular motion with monotonically decreasing angular rate with distance from the center. For example if the mass of the Galaxy is all at the center the angular velocity at distance R is given by

w = M½G½R-3/2

where      M = central mass kg

               G = gravitational constant 6.67 x 10-11 Nm2kg-2

               R = distance from central mass m

If we are looking through the Galaxy at an angle g from the center the velocity of the gas at radius R projected along the line of site minus the velocity of the sun projected on the same line is

                            V = w R sin d - woRo sin g

from here we can calculate the value of angular frequency in terms of distance from galactic center.

plz like


Related Solutions

Write a C++ program that converts an infix expression, which includes (, ), +, -, *,...
Write a C++ program that converts an infix expression, which includes (, ), +, -, *, and / operations to postfix notation. The program should allow the user to enter an infix expression using lower case characters, then it will display the result of conversion on the screen. (Note: Use the STL stack class to accomplish the solution.).
Write a C++ function that takes in an arithmetic expression in prefix notation and converts it...
Write a C++ function that takes in an arithmetic expression in prefix notation and converts it into a binary tree, such that each operation is stored in a node whose left subtree stores the left operand, and whose right subtree stores the right operand.
Write a class PostFix that has one method covert that converts an infix expression (as a...
Write a class PostFix that has one method covert that converts an infix expression (as a string input) to a postfix. Then Test it in a different class. code in java.
Derive an expression for the U factor if the inside and outside surfaces of the tubes...
Derive an expression for the U factor if the inside and outside surfaces of the tubes in a heat exchanger are finned and have fin efficiencies of ?i and ?o on the inside and the outside, and Af,i and Af,o as the finned area on the inside and the outside, respectively, and similarly Au,i and Au,o as the unfinned area on the inside and the outside, respectively. Please post all steps taken. Thanks!
Using STL stack class, implement in C++ a function that converts an infix expression to postfix...
Using STL stack class, implement in C++ a function that converts an infix expression to postfix expression,
In python make a simple code. You are writing a code for a program that converts...
In python make a simple code. You are writing a code for a program that converts Celsius and Fahrenheit degrees together. The program should first ask the user in which unit they are entering the temperature degree (c or C for Celcius, and f or F for Fahrenheit). Then it should ask for the temperature and call the proper function to do the conversion and display the result in another unit. It should display the result with a proper message....
In python please Problem Create two server objects using the class create a function, biggest_server_object_sum, outside...
In python please Problem Create two server objects using the class create a function, biggest_server_object_sum, outside of the ServerClass class, that: 1. Takes the IP 2. Sums the octets of the IP together (example 127.0.0.1 = 127+0+0+1 = 128) 3. Returns the Server object with the larger sum Example: server_one = ServerClass("127.0.0.1") server_two = ServerClass("192.168.0.1") result = biggest_ip_sum(server_one, server_two) print(result) Hint Modify get_server_ip in the previous problem. -------------------- Please use this code to start class ServerClass: """ Server class for...
The circuit shown in the figure is used to make a magnetic balance to weigh objects....
The circuit shown in the figure is used to make a magnetic balance to weigh objects. The massto be measured is hung from the center of the bar, that is in a uniform magnetic field of1.50,directed into the plane of the figure. The battery voltage can be adjusted to vary the current in the circuit. The horizontal bar is60.0long and is made of extremely light-weight material. It is connected to the battery by thin vertical wires that can support no...
Make versus buy You make refrigerators. Currently, you manufacture compressors for your refrigerators in-house. An outside...
Make versus buy You make refrigerators. Currently, you manufacture compressors for your refrigerators in-house. An outside supplier has offered to sell you equivalent compressors at a wholesale price of $105 per unit. You need 1,000 compressors per month. The internal production costs per compressor are as follows: cost per unit direct materials $40 direct labor $40 variable overhead $20 fixed overhead $30 total $130 If you outsource the production of compressors (the buy option) in the short term, how will...
Make a class whose objects each represent a battery. The only attribute an object will have...
Make a class whose objects each represent a battery. The only attribute an object will have is the battery type (one letter). Also, the class has to include the following services for its objects: -determine if two batteries are equal -change battery type -get battery type display battery information the program must include: 1.All / Part 2.Overloading of operators 3.Builder 4.Copy constructor 5.Destroyer 6.Dynamic memory C++
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT