A physics free fall test center includes a 120 m drop
tube. This is an evacuated tube which can be used to drop baseball
sized objects.
How long is the object in free fall?
ANS:4.95 s (in s)I just need the easiest way to
solve it
v^2 - u^2 = 2gs
0 - u^2 = 2*9.8*120
u = 48.497
v = u - gt
0 = 48.497 - 9.8t
or t = 4.948 or 4.95 s
A physics free fall test center includes a 120 m drop tube. This is an evacuated...
just need help with the last part
Experiment 1 - Determination of Local Free-Fall Name Lab Day1/1/Mab Time5 p Partnen Max on son Procedure A. Initial distance of fall 1.61 , m ± 0.002 m Proportional error in distance Times of Fall (in seconds): |Drop 1 Drop 3 Drop 4 Drop 5 505 5812 553 0.5868 Average time of fall Sample standard deviation in time-of-fall data Standard error in the mean for time of fall Table 1-1 value for η...
Physics Ques! Rotational Kinetic Energy problem I am having.
I need a sample problem pertaining to rotational KE that uses
spherical rotation. Please use either of the two diagrams in my
picture to create a problem.
Make sure the following equation is used to solve the
problem.
PE=(KE)1(KE)2 + 1/2mv2
Also I need to solve for velocity of the object on the string,
of mass 'm'.
Here is the picture with the diagrams of the two problems I need
an...
Physics 120 Worksheet 9- Moment of Inertia and Statics Problem 4. Analyzing Torque- You take the wheel from Problem 3 and drill a tiny hole through the center of the x so you carn mount the wheel in an axle. Now you tie three different pieces of string to the wheel and apply the three tension forces of IN to the wheel. Fri is applied to the top of the wheel and points left. Frz is applied to the bottom...
This lab is the ten test tube mystery The ten solutions are as
followed:
1: ammonium chloride, NH4Cl
2:barium chloride, BaCl2
3:copper sulfate, CuSO4
4:salt hydrochloric acid, HCl
5:potassium iodide, KI
6:silver nitrate, AgNO3
7:salt sodium bromide, NaBr
8:sodium hydroxide, NaOH
9:sodium sulfide, Na2S
10:sulfuric acid, H2SO4
I am just totally lost as it wants me to test all the reactions
and say which solution is what, if you could please just answer
which solution goes where and possibly fill...
I need help with the last three questions
the Loop A mass m -82 kg slides on a frictionless track that has a drop, followed by a loop-the-loop with radius R 7.8 m and finally a flat straight section at the same height as the center of the loop (17.8 m off the ground). Since the mass would not make it around the loop if released from the height of the top of the loop (do you know why?) it...
Solve Part 2
Fall 2019 - Physics 130 Worksheet (Topics: Mostly Momentum, Impulse, Energy, and Power) I certainly hope that you all have a wonderful Halloween! Cecil, Gretta, and Buster love Halloween. It's their one opportunity to run around in costumes and perform tricks while leaving "treats" all around the neighborhood. Besides, children often leave trails of candy on Halloween. This year, Buster will dress up as his favorite fictional character Sherlock Holmes, Gretta will wear her princess costume (which...
Code is in C#
Your instructor would like to thank to Marty Stepp and Hélène Martin at the University of Washington, Seattle, who originally wrote this assignment (for their CSE 142, in Java) This program focuses on classes and objects. Turn in two files named Birthday.cs and Date.cs. You will also need the support file Date.dll; it is contained in the starter project for this assignment. The assignment has two parts: a client program that uses Date objects, and a...
This C++ Program consists of: operator overloading, as well as experience with managing dynamic memory allocation inside a class. Task One common limitation of programming languages is that the built-in types are limited to smaller finite ranges of storage. For instance, the built-in int type in C++ is 4 bytes in most systems today, allowing for about 4 billion different numbers. The regular int splits this range between positive and negative numbers, but even an unsigned int (assuming 4 bytes)...
For the preparation and standardization of NaOH with KHP im supposed to boil water for 1hr and 30 min to remove CO2....the problem is that if I don't boil it for that long and (30 min) b/c of not enough time but I put the water I boiled for 1/2 hr aproximately into a NaOH bottle with a CO2 absorber and stored it there for a few days. I would assume that I would have to boil the water again...but...
Assignment Overview In Part 1 of this assignment, you will write a main program and several classes to create and print a small database of baseball player data. The assignment has been split into two parts to encourage you to code your program in an incremental fashion, a technique that will be increasingly important as the semester goes on. Purpose This assignment reviews object-oriented programming concepts such as classes, methods, constructors, accessor methods, and access modifiers. It makes use of...