#$&* course Phy 242 003. Misc: Surface Area, Pythagorean Theorem, Density
.............................................
Given Solution: `aA rectangular solid has six faces (top, bottom, front, back, left side, right side if you're facing it). The pairs top and bottom, right and left sides, and front-back have identical areas. This solid therefore has two faces with each of the following dimensions: 3 m by 4 m, 3 m by 6 m and 4 m by 6 m, areas 12 m^2, 18 m^2 and 24 m^2. Total area is 2 * 12 m^2 + 2 * 18 m^2 + 2 * 24 m^2 = 108 m^2. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q002. What is the surface area of the curved sides of a cylinder whose radius is five meters and whose altitude is 12 meters? If the cylinder is closed what is its total surface area? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The surface area of only the curved part of the cylinder is 120*pi m^2. I found this by thinking of this part of a cylinder as a rectangle that has been folded up into a cylinder. When I thought of it like a rectangle, I realized I needed a height and a width. My height would be the altitude (12 meters) and the width would be the circular part, my circumference. Since circumference is 2*pi*r, and the radius is 5 meters, my circumference is 10*pi. Then I multiply 10*pi times 12 to get 120*pi m^2. If the cylinder is closed, I simply add the area of the curved sides to the area of the closed ends. The closed ends area circles so the formula for their areas is pi*(r^2). The radius is 5, so the area of each circle is 25*pi, or the area of both is 50*pi. Now I can add this to the area found above to get a total surface area of 170*pi m^2. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: The circumference of this cylinder is 2 pi r = 2 pi * 5 m = 10 pi m. If the cylinder was cut by a straight line running up its curved face then unrolled it would form a rectangle whose length and width would be the altitude and the circumference. The area of the curved side is therefore A = circumference * altitude = 10 pi m * 12 m = 120 pi m^2. If the cylinder is closed then it has a top and a bottom, each a circle of radius 5 m with resulting area A = pi r^2 = pi * (5 m)^2 = 25 pi m^2. The total area would then be total area = area of sides + 2 * area of base = 120 pi m^2 + 2 * 25 pi m^2 = 170 pi m^2. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q003. What is surface area of a sphere of diameter three cm? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The formula for surface area of a sphere is 4*pi*(r^2). Since the diameter is three cm, the radius is 3/2 cm since the radius is half the diameter. Now that I know the radius, I plug it into the surface area equation to get a surface area of 9*pi [4*pi*(3/2)^2= 4*pi*9/4= 9*pi]. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe surface area of a sphere of radius r is A = 4 pi r^2. This sphere has radius 3 cm / 2, and therefore has surface area A = 4 pi r^2 = 4 pi * (3/2 cm)^2 = 9 pi cm^2. NOTE TO STUDENT: While your work on most problems has been good, you left this problem blank and didn't self-critique. You should self-critique here. For example you should acknowledge having made note of the formula for the surface area of the sphere, which I expect you didn't know before. I expect from your previous answers that you are very capable of applying the formula once you have it, and based on this history you probably wouldn't need to self-critique that aspect of the process. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q004. What is hypotenuse of a right triangle whose legs are 5 meters and 9 meters? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The hypotenuse of a right triangle whose legs are 5 meters and 9 meters is the sqrt(106) or ~10.296 meters. I found this by applying the pythagorean theorem a^2+b^2=c^2, where a and b are the legs of a right triangle and c is the hypotenuse. In this case, a and b are given and you're asked to solve for the hypotenuse (c). It looks something like this: (5^2)+(9^2)= c^2 Where c is the unknown hypotenuse Now you solve for c 25+81= c^2 106= c^2 sqrt(106)= c confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe Pythagorean Theorem says that the hypotenuse c of a right triangle with legs a and b satisfies the equation c^2 = a^2 + b^2. So, since all lengths are positive, we know that c = sqrt(a^2 + b^2) = sqrt( (5 m)^2 + (9 m)^2 ) = sqrt( 25 m^2 + 81 m^2) = sqrt( 106 m^2 ) = 10.3 m, approx.. Note that this is not what we would get if we made the common error of assuming that sqrt(a^2 + b^2) = a + b; this would tell us that the hypotenuse is 14 m, which is emphatically not so. There is no justification whatsoever for applying a distributive law (like x * ( y + z) = x * y + x * z ) to the square root operator. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q005. If the hypotenuse of a right triangle has length 6 meters and one of its legs has length 4 meters what is the length of the other leg? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The length of the other leg is sqrt(20) meters or ~4.472 meters. I found this by applying the pythagorian theorem a^2+b^2= c^2 where a and b are the two legs on a right triangle and c is the hypotenuse. In this case, you are given one leg and the hypotenuse and you are asked to find the other leg. The work looks like this: 6^2=4^2+b^2 Note: it does not matter which leg you call a and which leg you call b. 36= 16+b^2 20= b^2 sqrt(20)= b confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aIf c is the hypotenuse and a and b the legs, we know by the Pythagorean Theorem that c^2 = a^2 + b^2, so that a^2 = c^2 - b^2. Knowing the hypotenuse c = 6 m and the side b = 4 m we therefore find the unknown leg: a = sqrt( c^2 - b^2) = sqrt( (6 m)^2 - (4 m)^2 ) = sqrt(36 m^2 - 16 m^2) = sqrt(20 m^2) = sqrt(20) * sqrt(m^2) = 2 sqrt(5) m, or approximately 4.4 m. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q006. If a rectangular solid made of a uniform, homogeneous material has dimensions 4 cm by 7 cm by 12 cm and if its mass is 700 grams then what is its density in grams per cubic cm? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The density is 700 grams/336 cm^3 or ~ 2.08 grams/cm^3. I found this by first finding the volume of the rectangular solid by multiplying the base times width times the height (4*7*12= 336 cm^3) and got 336 cm^3. Then I took the mass and divided it by the volume to find the density. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe volume of this solid is 4 cm * 7 cm * 12 cm = 336 cm^3. Its density in grams per cm^3 is the number of grams in each cm^3. We find this quantity by dividing the number of grams by the number of cm^3. We find that density = 700 grams / (336 cm^3) = 2.06 grams / cm^3. Note that the solid was said to be uniform and homogeneous, meaning that it's all made of the same material, which is uniformly distributed. So each cm^3 does indeed have a mass of 2.06 grams. Had we not known that the material was uniform and homogeneous we could have said that the average density is 2.06 grams / cm^3, but not that the density is 2.06 grams / cm^3 (for example the object could be made of two separate substances, one with density less than 2.06 grams / cm^3 and the other with density greater than 2.06 g / cm^3, in appropriate proportions; neither substance would have density 2.06 g / cm^3, but the average density could be 2.06 g / cm^3). NOTE TO STUDENT: (in this note the instructor attempts to clarify the idea of 'demonstrating what you do and do not understand about the statement of the problem' and 'giving a phrase-by-phrase analysis of the given solution') You did not respond to the question and did not self-critique. You would be expected to address the question, stating what you do and do not understand. For example you should understand what a rectangular solid with dimensions 4 cm by 7 cm by 12 cm is, and how to find its volume and surface area. You might not know what to do with this information (for example you might well not understand that it's the volume and not the surface area that's related to density), but from previous work you should understand this much, and should at least mention something along the lines of 'well, I do know that I can find the volume and/or surface area of that solid' in a partial solution. The word 'density' is clearly very important. Even if you don't know what density is, you could note from the statement of the problem that its units here are said to be 'grams per cubic centimeter'. Having noted these things, you will be much better prepared to understand the information in the given solution. Then you need to address the information in the given solution. A 'phrase-by-phrase' analysis is generally very beneficial: I expect you understand the first statement from previous knowledge (you should have this understanding from prerequisite courses, and if not you encountered it in the preceding 'volumes' exercise): 'The volume of this solid is 4 cm * 7 cm * 12 cm = 336 cm^3.' It would of course be appropriate to ask a question here if necessary. It is likely that, as is the case with many students, the concept of density is not that familiar to you. However if this wasn't addressed specifically in prerequisite courses, those courses would be expected to prepare you to understand this concept. The statement 'Its density in grams per cm^3 is the number of grams in each cm^3.' serves as a definition of density. In your self-critique you should have addressed what what this phrase means to you, and what you do or do not understand about it The next phrase is 'We find this quantity by dividing the number of grams by the number of cm^3.' You would be expected to understand that this phrase is related to the preceding, and as best you can to address the connection. At this point many students would need to ask a question, and it would be perfectly appropriate to do so (or to have done so regarding previous statements). The subsequent phrase 'density = 700 grams / (336 cm^3) = 2.06 grams / cm^3' is an illustration of the ideas and definitions in the preceding statements. A reasonable self-critique would demonstrate your attempt to understand this statement and its connection to the preceding. Once again questions would also be appropriate and welcome. The above addresses sufficient information to solve the problem. If you get to this point, you're probably doing OK and you wouldn't necessarily be expected to address the rest of the given solution, which expands on the finer details of the problem and provides additional information. The basic prerequisite courses should have prepared you to understand the information, but students entering Liberal Arts Mathematics, College Algebra and even Precalculus or Applied Calculus (or Physics 121-122) courses probably don't need to address anything beyond the basic solution at this point. Though Precalculus and Applied Calculus students could benefit from doing so, and if time permits would certainly be encouraged to do so, time is also a factor and it would be understandable if these students chose to move on. Students entering the Mth 173-4 sequence or the Phy 201-202 or 231-232 sequence would be expected to either completely understand all the details of the given solution, or address them in your self-critique. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): For some reason you got 2.06 however, when you divide 700 by 336, you get 2.08 not 2.06. Probably just a typo. ------------------------------------------------ Self-critique Rating: 3
.............................................
Given Solution: `aA average density of 3000 kg / cubic meter implies that, at least on the average, every cubic meter has a mass of 3000 kg. So to find the mass of the sphere we multiply the number of cubic meters by 3000 kg. The volume of a sphere of radius 4 meters is 4/3 pi r^3 = 4/3 * pi (4m)^3 = 256/3 * pi m^3. So the mass of this sphere is mass = density * volume = 256 / 3 * pi m^3 * 3000 kg / m^3 = 256,000 * pi kg. This result can be approximated to an appropriate number of significant figures. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q008. If we build a an object out of two pieces of material, one having a volume of 6 cm^3 at a density of 4 grams per cm^3 and another with a volume of 10 cm^3 at a density of 2 grams per cm^3 then what is the average density of this object? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The average density of the object is 2.75 grams/cm^3. I determined this by looking at the ratio of the two volumes which is 6:10. I concluded that this same ratio would be needed to determine the average density. I multiplied the density of the object that had a volume of 6 cm^3 by 6 (4*6= 24) and multiplied the density of the object that had a volume of 10 cm^3 by 10 (2*10= 20). I then added these two numbers together (24+20= 44) and divided by 16 to get the average density of 2.75 grams/cm^3. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe first piece has a mass of 4 grams / cm^3 * 6 cm^3 = 24 grams. The second has a mass of 2 grams / cm^3 * 10 cm^3 = 20 grams. So the total mass is 24 grams + 20 grams = 44 grams. The average density of this object is average density = total mass / total volume = (24 grams + 20 grams) / (6 cm^3 + 10 cm^3) = 44 grams / (16 cm^3) = 2.75 grams / cm^3. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): This explanation is less confusing than the way I did it. I came to the same conclusion but this is a less complicated way of doing the same thing. ------------------------------------------------ Self-critique Rating: 3 ********************************************* Question: `q009. In a large box of dimension 2 meters by 3 meters by 5 meters we place 27 cubic meters of sand whose density is 2100 kg/cubic meter, surrounding a total of three cubic meters of cannon balls whose density is 8,000 kg per cubic meter. What is the average density of the material in the box? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The average density of the material in the box is equal to the total mass of inside the box divided by the total volume in the box. To find the masses of each material, you multiply the density times the volume. So for the sand that has density of 2100 kg/m^3 and volumme of 27 m^3, its mass is 2100*27= 56700 kg. For the cannon balls whose density is 8,000 kg/m^3 and volume is 3 m^3, its mass is 24,000 kg. Now, to find the average density you add up the total mass and get 80,700 kg (24,000+56,700= 80,700) and divide this by the total volume inside the box which is 30 m^3 (27+3= 30). When you do this, the average density comes out to be 2690 kg/m^3 (80700/30= 2690). confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aWe find the average density from the total mass and the total volume. The mass of the sand is 27 m^3 * 2100 kg / m^3 = 56,700 kg. The mass of the cannonballs is 3 m^3 * 8,000 kg / m^3 = 24,000 kg. The average density is therefore average density = total mass / total volume = (56,700 kg + 24,000 kg) / (27 m^3 + 3 m^3) = 80,700 kg / (30 m^3) = 2,700 kg / m^3, approx.. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): My answer wasn't an approximation but that's the only real difference. ------------------------------------------------ Self-critique Rating: 3 ********************************************* Question: `q010. How many cubic meters of oil are there in an oil slick which covers 1,700,000 square meters (between 1/2 and 1 square mile) to an average depth of .015 meters? If the density of the oil is 860 kg/cubic meter the what is the mass of the oil slick? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The volume of oil that covers this area and depth is 25,500 m^3 (1,700,000*.015= 25,500). As you can see, I multiplied the surface area by the depth to find the amount of cubic meters of oil there was. If the density of the oil is 860 kg/m^3, then the mass of the oil stick is 21,930,000 kg (860*25500). I found this by knowing that density is equal to mass divided by volume and solved for the mass using the known volume and known density. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe volume of the slick is V = A * h, where A is the area of the slick and h the thickness. This is the same principle used to find the volume of a cylinder or a rectangular solid. We see that the volume is V = A * h = 1,700,000 m^2 * .015 m = 25,500 m^3. The mass of the slick is therefore mass = density * volume = 860 kg / m^3 * 25,500 m^3 = 21 930 000 kg. This result should be rounded according to the number of significant figures in the given information. STUDENT QUESTION I didn’t round to the most significant figure. ???? How important is this? INSTRUCTOR RESPONSE It will be important. This document is preliminary; the issue of significant figures will be addressed more specifically as we move into the course. Right now I just want you to be aware of the general idea. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q011. Part 1 Summary Question 1: How do we find the surface area of a cylinder? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: You find the surface area of the cylinder by multiplying the circumference of the circle on a cylinder times the altitude. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe curved surface of the cylinder can be 'unrolled' to form a rectangle whose dimensions are equal to the circumference and the altitude of the cylinder, so the curved surface has volume Acurved = circumference * altitude = 2 pi r * h, where r is the radius and h the altitude. The top and bottom of the cylinder are both circles of radius r, each with resulting area pi r^2. {]The total surface area is therefore Acylinder = 2 pi r h + 2 pi r^2. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): I didn't explain the 'unrolled' idea because I explained this in a previous problem. This idea explains why we use the circumference. ------------------------------------------------ Self-critique Rating: 3 ********************************************* Question: `q012. Part 1 Summary Question 2: What is the formula for the surface area of a sphere? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The formula for the surface area of a sphere is 4*pi*(r^2). confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe surface area of a sphere is A = 4 pi r^2, where r is the radius of the sphere. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q013. Part 1 Summary Question 3: What is the meaning of the term 'density'. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The meaning of the term density is to describe the amount of mass per unit of volume. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: `aThe average density of an object is its mass per unit of volume, calculated by dividing its total mass by its total volume. If the object is uniform and homogeneous then its density is constant and we can speak of its 'density' as opposed to its 'average density' &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): I didn't talk about constant density vs. average density. I now understand the difference between these two ideas. ------------------------------------------------ Self-critique Rating: 3 ********************************************* Question: `q014. Part 1 Summary Question 4: If we know average density and mass, how can we find volume? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: If you know average density and mass, you can find volume by multiplying the average density and mass. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.............................................
Given Solution: Since mass = ave density * volume, it follows by simple algebra that volume = mass / ave density. &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Self-critique (if necessary): OK ------------------------------------------------ Self-critique Rating: OK ********************************************* Question: `q015. Part 1 Explain how you have organized your knowledge of the principles illustrated by the exercises in this assignment. YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: I have organized my knowledge by doing problems to test my knowledge and then I was reviewed about key notes from the problems. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ********************************************* Question: `q016. The hypotenuse of a right triangle is also the diameter of a certain circle. If the legs of the triangle are 4 feet and 9 feet, what is the area of the circle? Optional question (somewhat challenging): The hypotenuse of a right triangle is also the diameter of a certain circle. The legs of the triangle are also diameters of circles, and the areas of those circles are respectively 50 pi and 90 pi. Can you find the area of the largest circle without actually calculating the hypotenuse first? YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY Your solution: The area of the circle is 97/4*pi ft^2. To determine this, I started by finding the hypotenuse of the triangle that is also the diameter of the circle. I knew the two legs of the right triangle so I applied pythagorian's theorem to find the hypotenuse to be sqrt(97) or ~9.85 feet. Then, I divided this number by two to get the radius (sqrt(97)/2). Then using the formula for area of a circle (pi*(r^2)) I plugged in the radius to get pi*97/4 ft^2 or ~76.184 ft2. confidence rating #$&*: 3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------------------------------------------------ Self-critique Rating: OK