Answer:
radius = 9.1 × m
Explanation:
given data
applied load = 5560 N
flexural strength = 105 MPa
separation between the support = 45 mm
solution
we apply here minimum radius formula that is
radius = .................1
here F is applied load and is length
put here value and we get
radius =
solve it we get
radius = 9.1 × m
Answer:
def theRoundTrip(movement):
x=0
y=0
for i in movement:
if i not in ["U","L","D","R"]:
print("bad input")
return
if i=="U":
y+=1
if i=="L":
x-=1
if i=="D":
y-=1
if i=="R":
x+=1
return x==0 and y==0
Answer:
hello your question has a missing part below is the missing part
Consider the string length equal to
answer : 2cos(2t) sin(2x) - 10cos(10t)sin(10x)
Explanation:
Given string length =
distorted function f(x) = 2sin(2x) - 10sin(10x)
Determine the wave formed in the string
attached below is a detailed solution of the problem
Answer:
<em>The direction of ball will be Number 4 (as can be seen in attached picture) ---- the path of ball will be making some angle when it leaves the tube. </em>
Explanation:
The question is incomplete. So the picture, which is missing in question, is attached for your review.
As it can be seen in the picture, the ball coming out of the tube will have two components of velocity. One is along the length of tube (because ball is moving in that direction and is coming out from the hole), other is velocity component will be perpendicular to the tube (because the ball is made to move in that direction as the tube is rolling on the surface).
<em>So, taking the resultant of two vectors of velocity, the resultant direction of ball will be Number 4 (as can be seen in attached picture) ---- the path of ball will be making some angle when it leaves the tube. </em>
Answer:
A famous example of concurrent engineering is the development of the Boeing 777 commercial aircraft. The aircraft was designed and built by geographically distributed companies that worked entirely on a common product database of C A TIA without building physical mock-ups but with digital product definitions.