ME348_S24_Lab2 (1)
.docx
keyboard_arrow_up
School
Pennsylvania State University *
*We aren’t endorsed by this school
Course
348
Subject
Mechanical Engineering
Date
Feb 20, 2024
Type
docx
Pages
19
Uploaded by BarristerSnowManatee27
ME 348: Circuit Analysis, Instrumentation, and Statistics Lab 2
Circuits II
1. Instructions for Completing this Lab:
Please answer each question completely, showing all work as necessary. Any steps in the lab
that require answers from you begin with the number of points in parentheses, highlighted
yellow.
You may type your answers into this document, use a tablet to write in your answers, or insert
pictures of written work into the spaces provided. The most important thing is that your
answers can be easily read/comprehended.
Please follow all the guidelines shown in the formatting guidelines
document provided on
Canvas.
If pictures are requested, take a picture with your phone and insert it into the space provided if
possible. Otherwise, include your picture in a clearly labeled Appendix. Remember to use figure
captions.
You need to include properly formatted Excel/MATLAB plots as requested. However, you do not
need to include the data used to make these plots unless explicitly requested.
After all the answers have been entered, save this document as a PDF for submission to Canvas.
You can delete the Introduction, Background, and Prelab if you desire, but this is not required.
Attach a completed Lab Cover Sheet (provided below) to the front of your submission. Make
sure to include all the documents requested, as appropriate.
Only one person (designated by the team on the submission cover sheet) should upload the final
submission to Canvas on behalf of the team.
Questions regarding the completion of this lab should be directed towards your lab section TA
on Canvas, with the course instructors on the message as well.
2. Activities:
1.
Working with Series and Parallel combinations of Resistors
2.
Introduction to basic breadboarding: Create a Parallel LED circuit
3.
Dual-Source Circuit Analysis
4.
Further Examination of Arduino and Arduino IDE
3. Learning Objectives:
After completing this lab, students will be able to:
Use a digital multimeter for static measurements of resistance and voltage
Create a simple circuit using a breadboard, and become familiar with wiring electronic components to a breadboard
Program an Arduino Uno to perform simple commands
Understand the difference between the digital and analog I/O (input/output) pins on the Arduino
Build and measure various points in a dual-source circuit for comparison to predicted values of
currents and voltages throughout the network
4. Introduction and Background: 4.1 Material for Review from Previous Labs
Breadboards – Engineers often use a breadboard to
quickly build prototypes of circuits for testing. A
breadboard has a series of holes or sockets into which
jumper wires are inserted to make electrical connections.
The wires are easy to connect and disconnect; thus,
circuits wired on a breadboard are quickly and easily
modified. Some of the sockets are hard-wired to other
sockets, forming a bus
. Breadboards have both short
buses (typically containing 5 sockets) and long buses
(typically running the full length or width of the
breadboard and containing many sockets, often also in
groups of 5). Short buses are used for component
connections, in which two to five wires may be connected
to one short bus. Long buses are generally saved for high-
usage connections, such as a DC voltage power supply or
ground (zero volts). A bus used as ground would, for
example, be called a ground bus
. Engineers should be
familiar with the way the breadboard is internally wired before using the breadboard to create
prototype circuits. Components, such as resistors, capacitors, and diodes can be inserted directly into the sockets. An
example of how the leads of a resistor can be inserted directly into the breadboard is sketched in Figure
; clusters of 11 short buses are shown on the top and bottom, each containing 5 sockets, aligned
Page 2
of 19
A B Short bus R
2 R
1 Figure A: Example of a breadboard with resistors
vertically and indicated by the red rectangle that encircles them. These 5 sockets are connected to each
other
, but not to any other sockets
. A resistor can either straddle two short buses across the empty space, as exemplified by the top resistor
on the sketch (right), or cross from one short bus to another within the same cluster of short buses, as
exemplified by the bottom resistor on the sketch. The resistor functions properly as long as the two
leads of the resistor are inserted into two independent (unconnected) buses. Notice too that from point
A to point B on the diagram, these two resistors are in series
, since each set of five vertical sockets is a
short bus
. The equivalent schematic circuit diagram is shown below: In the lab, we sometimes use powered breadboards
. A powered breadboard has one or more built-in
voltage supplies (in our case -15 V, +5 V, and +15 V DC) in addition to a common ground. Note that some
of the powered breadboards in the lab have +/- 18 V rather than +/- 15 V DC power supplies, and some
have variable power supplies. The small breadboard in your Arduino kit is NOT powered.
Digital and Analog Signals – Data and instruments can be either digital
(discrete) or analog
(continuous). Because an Arduino itself is a digital device, all measurements it takes are technically
digital (discrete). However, Arduino software uses different definitions for the same terms. For an
Arduino, a “digital” I/O (input/output) signal consists of either a high (1) or a low (0) value (no other
values can beread/written), while an “analog” I/O signal can take many more values. For example, we’ll
see in later labs that the analog read on an Arduino outputs integer values between 0 and 1023.
This distinction in terminology is very important to keep in mind, especially when we cover digital data
acquisition later in the course. For now, this lab will provide a first introduction to this concept.
Voltage Divider – As will be discussed in lecture and Lab 1, the
voltage divider (schematic to the right) is a simple circuit that
“steps-down“ the voltage supply (V
in
) to some lower output level
(V
o
). Based on the choice of values for the two resistors, R
1
& R
2
,
the output Vo can be set to a certain value according to the
following equation:
Page 3
of 19
Figure A: Example of Resistors in Series
V
o
=
R
2
R
1
+
R
2
V
¿
As an example, if a sensor requires a supply
voltage of 2 V to function properly and all you
have is a 5 V source, you could choose values
of R
1
and R
2 such that the potential difference
across R
2
(V
o
) is 2/5 of the 5 V supply (V
in
).
Potentiometers -
Potentiometers are an
extremely important component in both circuit
prototyping early in the design process, as well as functional operation of fully-developed circuitry in a
given application. They provide the ability to tune/vary resistances in a circuit, useful for situations such
as balancing Wheatstone bridge circuits and varying the amount of current supplied to a given
component/sensor. As a result, we need to delve a bit deeper into their operation to ensure that you
are both comfortable with their use and appreciate their utility.
Potentiometers are a three-terminal device, which can lead to some confusion when inserting and
connecting them into a circuit. Consider the photo of the potentiometer in the Arduino student kit, as
well as the schematic diagram shown to the right. Think of the potentiometer as a device where the
resistance between two of the three pins can
be smoothly varied from a minimum resistance
(
R
Min
; often 0 Ω) to a maximum resistance (
R
Max
;
in our case, 10 kΩ). The resistance across these two pins is some fractional value of the maximum
resistance available, which we can refer to as x
where x
can vary from 0 to 1 (0 x
< 1). For the purposes
of this discussion related to the potentiometer in the student kit, consider x
= 0 to be when the knob is
rotated fully counter-clockwise, and x
= 1 is when the knob is rotated fully clockwise. There are two different choices of what two pins can be used to function as a variable resistance. Based
on the diagram above, pins 1 & 2 result in a resistance where x
= 0 corresponds to the minimum
resistance condition (0 Ω) and x
= 1 is the maximum resistance condition (10 kΩ). Conversely, pins 2 & 3
result in the opposite configuration where x
= 0 corresponds to the maximum resistance condition (10
kΩ) and x
= 1 is the minimum resistance condition (0 Ω).
Mathematically, the resistance between pins 1 & 2 (
R
12
) and pins 2 & 3 (
R
23
) as a function of x
are as
follows:
R
12
(
x
)=
x R
Max
R
23
(
x
)
=
1
−
x R
Max
The resistance across the remaining combination of pins 1 & 3 (
R
13
) does not vary when the knob is
turned and is simply equal to R
max
.
Within the potentiometer, the physical point-of-connection of pin 2 on a resistive element (bar, film,
winding, etc.) is being moved as the knob is turned. Based on the relative position of this pin 2
connection point across the entire resistive element (which is connected between pins 1 & 3), this sets
Page 4
of 19
Figure B: Example of a voltage divider circuit.
Figure C: Left is a 10K potentiometer and right shows the internal circuit.
the value of x
in the equations above. Therefore, what we see across either pins 1 & 2 or 2 & 3 are
always a fraction
of the total resistance range available according to the equations above.
When we use a potentiometer in certain circuits such as a Wheatstone bridge, all we may really need is
a resistance that varies when we turn the knob. Therefore, we can choose between using either R
12
(pins 1 & 2) or R
23
(pins 2 & 3) based on how we want our circuit to function when the knob is turned in
one direction or the other. In these situations where only two of the three pins are necessary to provide
the functionality we need, the third pin can be left unconnected. Connecting this third unused pin to
any other point in the circuit, including ground, will disrupt the operation of the potentiometer as
intended.
There are indeed other applications where we may
want/need to connect all three pins of a potentiometer
to various points of a circuit, such as the voltage divider
exercise that used the 10 kΩ potentiometer back in Lab
1. In that case, we needed to utilize both R
12
and R
23
to
create a voltage divider. However, in the case of the
Wheatstone bridge or others where only one of these
two variable resistances is needed, the third terminal
on the potentiometer can be left unconnected.
4.2 New Material Required for this Laboratory
Light-Emitting Diode (LED) –
A type of diode that lights up when electricity passes through it. All
diodes (LEDs included) allow electricity to flow in only one direction. LEDs are often used as
indicators on electronic devices, inside TVs to display vivid colors, and as energy-efficient lighting
in buildings.
Dual Source Circuit - Part of this lab will focus on the use of both the 5 V and 3.3 V DC supplies available on the Arduino Uno to construct and measure various voltages and currents in a circuit. In this lab you will use a potentiometer as a variable resistive element, requiring the two-pin type configuration
described previously. You will want to review the analysis of these types of circuits via mesh current analysis.
Kirchoff’s Current Law (KCL) -
Kirchhoff’s current law states that the
current entering a given node is equal
to the current exiting the same node.
Therefore,
the
net
current
entering/exiting the node will be zero.
For N currents entering/exiting a given
node
: ∑
k
=
1
N
i
k
=
0.
An example is also
provided with the node labeled in
green. One strategy if you are unsure
Page 5
of 19
Figure D: LEDS like the ones found in the Arduino kit.
Figure E: Example circuit for the KCL law with current evaluated at the green node.
of the current direction is to declare all currents are exiting or entering the nodes. A negative current
will mean to change the current direction of the answer. Kirchoff’s Voltage Law (KVL) - For a given loop in an electrical
circuit, Kirchhoff’s Voltage law states that the sum of voltage in
the closed loop must equal zero.
When drawing a voltage loop
record your starting node and determine the positive or negative
side of each component. When going around the loop if the
arrow enters the negative side, then the voltage is negative. If
the arrow enters the positive side, then the voltage is positive.
Example: −
V
a
+
V
b
+
V
c
+
V
d
=
0
. 5. Lab Safety: You must follow all safety procedures outlined here and in the
lab manuals themselves. Safety requirements for all labs include (but are not limited to):
No food or drinks should be in your work area.
Do not wear loose clothing or jewelry. Tie back long hair.
Turn off the power supply to an Arduino or circuit when reconfiguring its wiring.
Do not rest electronics on a conductive table or surface.
Discharge any buildup of static electricity in your body before touching metal components. Avoid workspaces and clothing that are prone to building static charge (e.g., carpeted floor).
Double check the polarities of any connections you make.
Keep a consistent wiring color code. A typical convention would be to use red for power and black for ground, however the ability to use that may depend on the colors/numbers of wires in your kits.
Connect and test one small part at a time as you build complex circuits.
Only work where a functional fire extinguisher is nearby and know where that fire extinguisher is.
Don't put cords where people can trip on them.
Be careful what you touch while troubleshooting. Arduinos usually don't deal with very high voltages, but inductors and capacitors can build up high charges. Be sure to safely discharge any capacitor after use.
Page 6
of 19
Figure F: Example KVL circuit with the loop drawn clockwise.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
please help solve A-F. thank you
You are an engineer working on a project and your prototype has failed prematurely. You question whether or not a key component of the prototype was manufactured with the correct material. There are two way to check for the material properties. The first way is to have a material certification done to confirm the exact material composition. This will take some time. The second method to confirm the material properties is to make an ASTM test sample and test for the material properties. This tensile test was completed on a test sample with an initial diameter of .501” and an initial length of 2”. The Load-Deflection data for this tensile test is below. Use this data to answer the first set of questions on the Final Exam in eLearning. A. Determine the Ultimate Tensile Strength B. Determine the 0.2% Offset Yield Strength C. Determine the value of the Proportional Limit D. Determine the Modulus of Elasticity E. Determine the Strain at Yield F. Calculate %…
arrow_forward
I need problems 6 and 7 solved.
I got it solved on 2 different occasions and it is not worded correctly.
NOTE: Problem 1 is an example of how it should be answered. Below are 2 seperate links to same question asked and once again it was not answered correctly. 1. https://www.bartleby.com/questions-and-answers/it-vivch-print-reading-for-industry-228-class-date-name-review-activity-112-for-each-local-note-or-c/cadc3f7b-2c2f-4471-842b-5a84bf505857
2. https://www.bartleby.com/questions-and-answers/it-vivch-print-reading-for-industry-228-class-date-name-review-activity-112-for-each-local-note-or-c/bd5390f0-3eb6-41ff-81e2-8675809dfab1
arrow_forward
The class I'm taking is physics for scientists and engineers!
**** I need help with part D only*****
Can you please write out the solution and not type out the solution? I had to reask this question because the last tutor typed out the solution and it was very hard for me to follow . Please and thank you for the special request.
I have attached the problem. Please view attachment before answering. Thank you!
arrow_forward
I need help with this before tomorrow’s exam if I can get all needed calculations please
arrow_forward
I need answers for problems 13, 14, and 15 pertaining to the print provided.
NOTE: If you refuse to answers all 3 parts and insist on wasting my question by breaking down 1 simple question into 3 parts, then just leave it for someone else to answer. Thank you.
arrow_forward
I need these two parts answered (Multiple Choice). If you can not answer all two parts please leave it for another tutor to answer. Thank you.
What size paper was used for the original version of this print? (Multiple Choice)ABCD
The two views near the bottom of the print are called detail views. Which one of theviews above (left side, front, or right side) shows the same geometry, but at the normal 1:1scale? (Multiple Choice)a. left sideb. frontc. right side
The major diameter (100 mm) of this part is interrupted by a flat surface on top. Is an auxiliary view required to show the true size and shape of that flat surface? (Multiple Choice)a. Yesb. No
arrow_forward
Please double check before rejecting this question. If it needs to be rejected, please explain why as I cannot see how this is a breach of the honor code.
This is a questions from the previous year's exam at my university in Engineering Science. I have submitted a solution given to us for study purposes as proof that I will not be graded on this assessment.
In this solution, the formula (2gh)1/2 is used to find the solution, but I am on familliar with Bernoulli's Principle (P=1/2pv^2+pgh), and I was not able to find a solution using this. My solution incurred an error when I found that I had two unkown variables left that I could not break down in any meaningful way. (Velocity being the desired variable, Pressure being the problematic variable). Pressure = Force x Area, but I don't know enough about the dimensions of the tank or tap to be able to understand this.
Thank you for your help.
arrow_forward
SUBJECT - MACHINE SHOP & THEORY1. Identify the different hazards shown in the image.
2. List down the different hazards that you identified.
3. Explain the corrective measures to be done in each identified hazards in order to make safe your working environment
There are unsafe workplaces but none can be more unsafe than this one. Your goal is to find at least 22 unsafe acts and conditions in this image.
There are total 25 hazards but you need to identify just 22 to complete the activity.
arrow_forward
This is an engineering problem and not a writing assignment. Please Do Not Reject. I had other engineering tutors on bartleby help me with problems similar to this one.
This problem must be presented in a logical order showing the necessary steps used to arrive at an answer. Each homework problem should have the following items unless otherwise stated in the problem:
a. Known: State briefly what is known about the problem.
b. Schematic: Draw a schematic of the physical system or control volume.
c. Assumptions: List all necessary assumptions used to complete the problem.
d. Properties: Identify the source of property values not given to you in the problem. Most sources will be from a table in the textbook (i.e. Table A-4).
e. Find: State what must be found.
f. Analysis: Start your analysis with any necessary equations. Develop your analysis as completely as possible before inserting values and performing the calculations. Draw a box around your answers and include units and follow an…
arrow_forward
I need answers to problems 7, 8, and 9.
NOTE: Please stop wasting my time and yours by rejecting my question because it DOES NOT REQUIRE YOU TO DRAW anything at all. They are simple questions pertaining to the print provided. READ THE INSTRUCTIONS of the assignment before you just reject it for a FALSE reason or leave it for someone to answer that actually wants to do their job. Thanks.
arrow_forward
hello i hope you are fineI need your help by solving the question below. Please, please, please quickly, because I am studying now and I have exams in the coming days, so I need to do this homework in order to understand the study material and I do not have much time. I need to solve within half an hour or a little more.
It's kind of fill in the blank please give me the best word possible
the question is :
1-The graphitization of cast iron effected by ………………………..?
2-The hardness test techniques differs among themselves according to …………………….?
3-The main advantages of grey cast iron are ………………………….?
4-The solid materials deform by ……………………., while , liquids deform by ………………..?
5-The main rules that must be taken in order to increasing the accuracy of hardness test, are ………………..?
6-Nodular iron more ductile than grey iron, because …………..?…
arrow_forward
Important instruction: These questions use the last three-digit value (L3D) of individual student matrix numbers. For example, if the matrix number is CD180264 then the L3D value is 264 (since the last three digits is 264). Some data require multiplication of the L3D value, for example, 10(L3D) means 10 x L3D
subject name is INDUSTRIAL ENGINEERING
arrow_forward
Question 2
You are a biomedical engineer working for a small orthopaedic firm that fabricates rectangular shaped fracture
fixation plates from titanium alloy (model = "Ti Fix-It") materials. A recent clinical report documents some problems with the plates
implanted into fractured limbs. Specifically, some plates have become permanently bent while patients are in rehab and doing partial
weight bearing activities.
Your boss asks you to review the technical report that was generated by the previous test engineer (whose job you now have!) and used to
verify the design. The brief report states the following... "Ti Fix-It plates were manufactured from Ti-6Al-4V (grade 5) and machined into
solid 150 mm long beams with a 4 mm thick and 15 mm wide cross section. Each Ti Fix-It plate was loaded in equilibrium in a 4-point bending
test (set-up configuration is provided in drawing below), with an applied load of 1000N. The maximum stress in this set-up was less than the
yield stress for the…
arrow_forward
I need answers to questions 7, 8, and 9 pertaining to the print provided.
Note: A tutor keeps putting 1 question into 3 parts and wasted so many of my questions. Never had a issue before until now, please allow a different tutor to answer because I was told I am allowed 3 of these questions.
arrow_forward
Please show work in a handwritten format.
Don't use chatgpt.
Mechanics of materials/design.
arrow_forward
J 6
arrow_forward
I need parts 1, 2, and 3 answered pertaining to the print provided.
NOTE: If you refuse to answers all 3 parts and insist on wasting my question, then just leave it for someone else to answer. I've never had an issue until recently one single tutor just refuses to even read the instructions of the question and just denies it for a false reasons or drags on 1 part into multiple parts for no reason.
arrow_forward
Full answer please!
Don’t just Copy from online. Please write your own words.
THANK YOU
arrow_forward
Please answer the 4th question
arrow_forward
1. HI CAN YOU HELP ME WITH MY ASSIGNMENT. PLEASE WRITE IT PROPERLY, DONT WRITE IT.
Faculty members and staff from ABC University had a meeting on how they will conduct the virtual flag ceremony every Monday. There are reported 12 faculty members, 3 office staff, 4 heads from the different courses and 1 student leader attended a secret meeting in a room which is 15 meters wide by 10.5 meters long and a ceiling of 3.87meters. The room is completely sealed off and insulated. Each persons gives off 150kcal per hour of heat and occupies a volume of 0.2 cubic meter. The room has an initial pressure of 14.696psi and temperature of 522.27 Rankine.
• Calculate the room temperature after 15.5 minutes In Celcius
• What is the mass of air in kilograms
arrow_forward
Help!!! Answer all parts correctly!! Please
arrow_forward
I need help solving these 3 simple parts, if you can not answer all 3 parts then please leave it for another tutor, thank you.
arrow_forward
Josh and Jake are both helping to
build a brick wall which is 6 meters in
height. They lay 250 bricks each, but
Josh finishes this task in three (3)
hours while Jake requires 4.5 hours
to complete his part. select the BEST
response below:
Jake does more work than Josh
O Josh does more work than Jake
Both Josh and Jake do the same amo
O of work and have the same amount of
power
Both Josh and Jake does the same
O amount of work, however, Josh has m
power than Jake.
arrow_forward
I need these three parts answered (Multiple Choice). If you can not answer all three parts, please leave it for another tutor to answer. Thank you.
What size paper was used for the original version of this print? (Multiple Choice)ABCD
The two views near the bottom of the print are called detail views. Which one of theviews above (left side, front, or right side) shows the same geometry, but at the normal 1:1scale? (Multiple Choice)a. left sideb. frontc. right side
What size paper was used for the original version of this print? (Multiple Choice)ABCD
The two views near the bottom of the print are called detail views. Which one of theviews above (left side, front, or right side) shows the same geometry, but at the normal 1:1scale? (Multiple Choice)a. left sideb. frontc. right side
The major diameter (100 mm) of this part is interrupted by a flat surface on top. Is an auxiliary view required to show the true size and shape of that flat surface? (Multiple Choice)a. Yesb. No
arrow_forward
I have two parts that need to be answered (Multiple Choice). If you can not answer both parts, please leave it for another tutor to answer. Thank you.
On the left side view of this print, there is a horizontal, straight-line segment that does not connect to other lines. In basic terms, explain why. (Multiple Choice)A: It represents a rounded edge and is there to help clarify the view, even though no sharp edge exists.B: It represents a straight edge that can't be seen in other views.C: It's a drafting mistake and should not be there.D: It represents a locating edge on the part and must be there to establish a primary plane for the inspection setup.
This print does not show a cutting-plane line. Is this acceptable practice or an error? (Multiple Choice)A: AcceptableB: Error
arrow_forward
I need answers to questions 1, 2, and 3 pertaining to the print provided.
Note: A tutor keeps putting 1 question into 3 parts and wasted so many of my questions. Never had a issue before until now, please allow a different tutor to answer because I was told I am allowed 3 of these questions.
arrow_forward
Q \Fill in the blank the correct word or phrase which is showing reason or result.
1) Large numbers of people from all over the world visit Petra, in Jordan,
its
beauty.
A).so
B).because of
C).as a result
D).because
2) One of the greatest achievements of Emperor Qin Shi Huang was the building of the first
Great Wall of China to protect China from its enemies. Not all of his achievements were military,
however, as he . introduced a common form of writing throughout the country.
a.)in addition
b.)plus
c.)add
d.)also
3) In ancient China, more than 700,000 workers and craftsmen took 38 years to complete the
huge imperial palace, offices, and halls, all surrounded by a wall.
Qin Shi Huang ordered an army to be built so that his palace would be protected.
Emperor
a.)add
b.)also
c.)plus
d.)in addition
4 ) Historians are often required to learn languages such as latin
read ancient
manuscripts and inscriptions.
a.)thus
b.)as a result
c.)in order to
d.)therefore
5) In 79 CE Pompeii was covered…
arrow_forward
Q1- Answer or complete the following questions using the information from
your text book: (Story time)
1- Where are Bob and Basim going?
2- ( Bob/ Basim) is telling the story. (Choose)
3- How many unlucky things happen to Bob?
arrow_forward
I need parts 3 and 4 answered pertaining to the print provided.
I asked this question previously on here and I received the wrong answers to the 2 parts Im asking about, so I am reposting the question again to have another tutor answer it.
Part 3: I need to tell what was ommited.
Part 4: I need to tell what the triangle equals? Lower right or J1 zone has the answer.
arrow_forward
HANDWRITTEN. answer 4 5 6 then box the final answers
arrow_forward
Need correctly all parts
arrow_forward
HELLO, CAN U HELP ME TO MY RESEARCH PART?, MY RESEARCH PART IS DATA GATHERING PROCEDURE, AND I'LL SEND THE SAMPLE THAT MY TEACHER GAVE ME, THIS IS MY TITLE BTW " Students who play Axie Infinity as scholars do not make enough money to support their studies: a qualitative study of Axie Infinity scholars among the students of Precious High Academy" THANKS!
arrow_forward
Astronomy Question:
Read the questions slowly and answer with precise and long details about each of the questions. Answer correctly and follow my guidelines for a long and wonderful review after results. Your target/main observable galaxy is the whirlpool galaxy. Target: Whirlpool Galaxy Object Type: Galaxy Distance: 37 million light-years Constellation: Canes Venatici. DO NOT COPY AND PASTE OTHER WORK OR THINGS FROM THE INTERNET, use your own words.Provide refernces if used
In 500 words, please explain the relevance of this object to the physics course material in university andits importance to astronomy. (Some question you may seek to answer are: What beyond the objectitself is learned by studying this class of objects? What sorts of telescopes and observations would beneeded for more detailed, broader reaching studies of this source and objects of its nature?)
arrow_forward
all one question help asap please!
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY
Related Questions
- please help solve A-F. thank you You are an engineer working on a project and your prototype has failed prematurely. You question whether or not a key component of the prototype was manufactured with the correct material. There are two way to check for the material properties. The first way is to have a material certification done to confirm the exact material composition. This will take some time. The second method to confirm the material properties is to make an ASTM test sample and test for the material properties. This tensile test was completed on a test sample with an initial diameter of .501” and an initial length of 2”. The Load-Deflection data for this tensile test is below. Use this data to answer the first set of questions on the Final Exam in eLearning. A. Determine the Ultimate Tensile Strength B. Determine the 0.2% Offset Yield Strength C. Determine the value of the Proportional Limit D. Determine the Modulus of Elasticity E. Determine the Strain at Yield F. Calculate %…arrow_forwardI need problems 6 and 7 solved. I got it solved on 2 different occasions and it is not worded correctly. NOTE: Problem 1 is an example of how it should be answered. Below are 2 seperate links to same question asked and once again it was not answered correctly. 1. https://www.bartleby.com/questions-and-answers/it-vivch-print-reading-for-industry-228-class-date-name-review-activity-112-for-each-local-note-or-c/cadc3f7b-2c2f-4471-842b-5a84bf505857 2. https://www.bartleby.com/questions-and-answers/it-vivch-print-reading-for-industry-228-class-date-name-review-activity-112-for-each-local-note-or-c/bd5390f0-3eb6-41ff-81e2-8675809dfab1arrow_forwardThe class I'm taking is physics for scientists and engineers! **** I need help with part D only***** Can you please write out the solution and not type out the solution? I had to reask this question because the last tutor typed out the solution and it was very hard for me to follow . Please and thank you for the special request. I have attached the problem. Please view attachment before answering. Thank you!arrow_forward
- I need help with this before tomorrow’s exam if I can get all needed calculations pleasearrow_forwardI need answers for problems 13, 14, and 15 pertaining to the print provided. NOTE: If you refuse to answers all 3 parts and insist on wasting my question by breaking down 1 simple question into 3 parts, then just leave it for someone else to answer. Thank you.arrow_forwardI need these two parts answered (Multiple Choice). If you can not answer all two parts please leave it for another tutor to answer. Thank you. What size paper was used for the original version of this print? (Multiple Choice)ABCD The two views near the bottom of the print are called detail views. Which one of theviews above (left side, front, or right side) shows the same geometry, but at the normal 1:1scale? (Multiple Choice)a. left sideb. frontc. right side The major diameter (100 mm) of this part is interrupted by a flat surface on top. Is an auxiliary view required to show the true size and shape of that flat surface? (Multiple Choice)a. Yesb. Noarrow_forward
- Please double check before rejecting this question. If it needs to be rejected, please explain why as I cannot see how this is a breach of the honor code. This is a questions from the previous year's exam at my university in Engineering Science. I have submitted a solution given to us for study purposes as proof that I will not be graded on this assessment. In this solution, the formula (2gh)1/2 is used to find the solution, but I am on familliar with Bernoulli's Principle (P=1/2pv^2+pgh), and I was not able to find a solution using this. My solution incurred an error when I found that I had two unkown variables left that I could not break down in any meaningful way. (Velocity being the desired variable, Pressure being the problematic variable). Pressure = Force x Area, but I don't know enough about the dimensions of the tank or tap to be able to understand this. Thank you for your help.arrow_forwardSUBJECT - MACHINE SHOP & THEORY1. Identify the different hazards shown in the image. 2. List down the different hazards that you identified. 3. Explain the corrective measures to be done in each identified hazards in order to make safe your working environment There are unsafe workplaces but none can be more unsafe than this one. Your goal is to find at least 22 unsafe acts and conditions in this image. There are total 25 hazards but you need to identify just 22 to complete the activity.arrow_forwardThis is an engineering problem and not a writing assignment. Please Do Not Reject. I had other engineering tutors on bartleby help me with problems similar to this one. This problem must be presented in a logical order showing the necessary steps used to arrive at an answer. Each homework problem should have the following items unless otherwise stated in the problem: a. Known: State briefly what is known about the problem. b. Schematic: Draw a schematic of the physical system or control volume. c. Assumptions: List all necessary assumptions used to complete the problem. d. Properties: Identify the source of property values not given to you in the problem. Most sources will be from a table in the textbook (i.e. Table A-4). e. Find: State what must be found. f. Analysis: Start your analysis with any necessary equations. Develop your analysis as completely as possible before inserting values and performing the calculations. Draw a box around your answers and include units and follow an…arrow_forward
- I need answers to problems 7, 8, and 9. NOTE: Please stop wasting my time and yours by rejecting my question because it DOES NOT REQUIRE YOU TO DRAW anything at all. They are simple questions pertaining to the print provided. READ THE INSTRUCTIONS of the assignment before you just reject it for a FALSE reason or leave it for someone to answer that actually wants to do their job. Thanks.arrow_forwardhello i hope you are fineI need your help by solving the question below. Please, please, please quickly, because I am studying now and I have exams in the coming days, so I need to do this homework in order to understand the study material and I do not have much time. I need to solve within half an hour or a little more. It's kind of fill in the blank please give me the best word possible the question is : 1-The graphitization of cast iron effected by ………………………..? 2-The hardness test techniques differs among themselves according to …………………….? 3-The main advantages of grey cast iron are ………………………….? 4-The solid materials deform by ……………………., while , liquids deform by ………………..? 5-The main rules that must be taken in order to increasing the accuracy of hardness test, are ………………..? 6-Nodular iron more ductile than grey iron, because …………..?…arrow_forwardImportant instruction: These questions use the last three-digit value (L3D) of individual student matrix numbers. For example, if the matrix number is CD180264 then the L3D value is 264 (since the last three digits is 264). Some data require multiplication of the L3D value, for example, 10(L3D) means 10 x L3D subject name is INDUSTRIAL ENGINEERINGarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY