Hexagonal sphere packing Imagine three unit spheres (radius equal to 1) with centers at O(0, 0, 0),
- a. Find the coordinates of R. (Hint: The distance between the centers of any two spheres is 2.)
- b. Let rij be the vector from the center of sphere I to the center of sphere J. Find rOP, rOQ, rPQ, rOR, and rPR.
Trending nowThis is a popular solution!
Chapter 11 Solutions
CODE/CALC ET 3-HOLE
Additional Engineering Textbook Solutions
A First Course in Probability (10th Edition)
Algebra and Trigonometry (6th Edition)
A Problem Solving Approach To Mathematics For Elementary School Teachers (13th Edition)
Introductory Statistics
Pre-Algebra Student Edition
- (Conversion) An object’s polar moment of inertia, J, represents its resistance to twisting. For a cylinder, this moment of inertia is given by this formula: J=mr2/2+m( l 2 +3r 2 )/12misthecylindersmass( kg).listhecylinderslength(m).risthecylindersradius(m). Using this formula, determine the units for the cylinder’s polar moment of inertia.arrow_forwardplease solve in matrix form (computer graphics) Translate object ABCD with co-ordinates A(0, 0, 0), B(3, 0, 0), C(3, 3, 3), D(0, 3, 0) by 2 units in all direction and then scale it by 1 units in x direction and - units in y direction and no change along z-direction about (1, 2, 1). 4arrow_forwardPlease work out question 44 and show work for explanation of how you came up with your answer.arrow_forward
- The two blocks of Figure 6.17 are attached to each other by a massless string that is wrapped around a frictionless pulley. When the bottom 4.00-kg block is pulled to the left by the constant force P, the top 2.00-kg block slides across it to the right. Find the magnitude of the force necessary to move the blocks at constant speed. Assume that the coefficient of kinetic friction between all surfaces is 0.400.arrow_forward4. Find the reflection of the triangle (2, 1), (6,1), (4,6) based on а. Хахis b. Y axis c. Origin d. Line x = yarrow_forwardFind the angle made by the vector 24j + 10i = -V with the positive coordinate of (x.) Write down the unit vector (n) in the direction of V.. Use MATLABarrow_forward
- Please answer all parts of this questions for me with clear steps and explanations, thanks in advance.arrow_forwardThis is a Computer Graphics Question on Phong's Lighting Model. Question: A light source with intensity 50 and radius of influence 100 is located at (4,2,93) from which you are called to calculate the illumination of a point on the yz plane. For no shiny surface and negligible ambient light, find the point on the surface with the highest illumination and light intensity at that point. Given the diffuse coefficient is 0.7.arrow_forward2. calculates the trajectory r(t) and stores the coordinates for time steps At as a nested list trajectory that contains [[xe, ye, ze], [x1, y1, z1], [x2, y2, z2], ...]. Start from time t = 0 and use a time step At = 0.01; the last data point in the trajectory should be the time when the oscillator "hits the ground", i.e., when z(t) ≤ 0; 3. stores the time for hitting the ground (i.e., the first time t when z(t) ≤ 0) in the variable t_contact and the corresponding positions in the variables x_contact, y_contact, and z_contact. Print t_contact = 1.430 X_contact = 0.755 y contact = -0.380 z_contact = (Output floating point numbers with 3 decimals using format (), e.g., "t_contact = {:.3f}" .format(t_contact).) The partial example output above is for ze = 10. 4. calculates the average x- and y-coordinates 1 y = Yi N where the x, y, are the x(t), y(t) in the trajectory and N is the number of data points that you calculated. Store the result as a list in the variable center = [x_avg, y_avg]…arrow_forward
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr