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.
Using java.util.Stack and java.util.StringTokenizer to write a program that converts an infix expression to a postfix...
Using java.util.Stack and java.util.StringTokenizer to write a program that converts an infix expression to a postfix expression using data from infix.dat. Make sure your program can handle negative number. If the input expression can’t be converted, display error message.(1.5 points) (Should remove parentheses) infix.dat 5 * 6 + -10 3 - 2 + 4 7 ( 3 * 4 - (2 + 5)) * 4 / 2 10 + 6 * 11 -(3 * 2 + 14) / 2 2...
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,
Q: Provide the expression to create an object collection of all objects referenced by the CSS...
Q: Provide the expression to create an object collection of all objects referenced by the CSS selector div#intro p?
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....
Registry Java Programming 2) Interface Comparator: The method for comparing two objects is written outside of...
Registry Java Programming 2) Interface Comparator: The method for comparing two objects is written outside of the class of the objects to be sorted. Several methods can be written for comparing the objects according to different criteria. Specifically, write three classes, DescriptionComparator, FirstOccComparator, and LastOccComparator that implement the interface java.util.Comparator. DescriptionComparator implements the interface Comparator. The method compare compares the description of two objects. It returns a negative value if the description of the first object comes before the description...
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...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT