Answer:
its a view point for auto cad
Explanation:
from my knowlege in IED we learned about it as a way of sing how an object would look in inventor or auto CAD
The load is placed at distance 0.4 L from the end of
area.
<h3>What is meant by torque?</h3>
The force that can cause an object to rotate along an axis is measured as torque. Similar to how force accelerates an item in linear kinematics, torque accelerates an object in an angular direction. A vector quantity is torque.
Let the beam is of length L
Now the stress on both the end is the same now we can say that torque on the beam due to two forces must be zero

also, we know that stress at both ends are same


Now from two equations we have

solving the above equation we have

so the load is placed at distance 0.4 L from the end of
area.
The complete question is:
47. the beam is supported by two rods ab and cd that have cross-sectional areas of
and
, respectively. determine the position d of the 6-kn load so that the average normal stress in each rod is the same.
To learn more about torque refer to:
brainly.com/question/20691242
#SPJ4
Answer:
The critical length of surface flaw = 6.176 mm
Explanation:
Given data-
Plane strain fracture toughness Kc = 29.6 MPa-m1/2
Yield Strength = 545 MPa
Design stress. =0.3 × yield strength
= 0.3 × 545
= 163.5 MPa
Dimensionless parameter. Y = 1.3
The critical length of surface flaw is given by
= 1/pi.(Plane strain fracture toughness /Dimensionless parameter× Design Stress)^2
Now putting values in above equation we get,
= 1/3.14( 29.6 / 1.3 × 163.5)^2
=6.176 × 10^-3 m
=6.176 mm
Answer:
35
Explanation: I really dont even know, I just used up all my tries on it and got it wrong on every other thing i chose. So it's 35 i believe cause its the only answer i didnt choose.
Answer:
The given grammar is :
S = T V ;
V = C X
X = , V | ε
T = float | double
C = z | w
1.
Nullable variables are the variables which generate ε ( epsilon ) after one or more steps.
From the given grammar,
Nullable variable is X as it generates ε ( epsilon ) in the production rule : X -> ε.
No other variables generate variable X or ε.
So, only variable X is nullable.
2.
First of nullable variable X is First (X ) = , and ε (epsilon).
L.H.S.
The first of other varibles are :
First (S) = {float, double }
First (T) = {float, double }
First (V) = {z, w}
First (C) = {z, w}
R.H.S.
First (T V ; ) = {float, double }
First ( C X ) = {z, w}
First (, V) = ,
First ( ε ) = ε
First (float) = float
First (double) = double
First (z) = z
First (w) = w
3.
Follow of nullable variable X is Follow (V).
Follow (S) = $
Follow (T) = {z, w}
Follow (V) = ;
Follow (X) = Follow (V) = ;
Follow (C) = , and ;
Explanation: