ME412-Quiz 4-1_Sp20-1
pdf
keyboard_arrow_up
School
California Polytechnic State University, San Luis Obispo *
*We aren’t endorsed by this school
Course
412
Subject
Mechanical Engineering
Date
Apr 3, 2024
Type
Pages
5
Uploaded by JusticeJaguar4146
Quiz 4-1
Write a computer program using
MATLAB
to calculate the mechanical behavior of
unidirectional lamina of a Graphite/Epoxy composite materials for the following:
1.
Elastic Moduli (
E
1
, E
2
, G
12
, and
n
12
)
The properties are given for the fiber and matrix in the following table. Use the rule-of-
mixtures micromechanics equations.
Use MATLAB only to the following:
A.
Plot the graph for each of the elastic moduli (E
1
, E
2
, G
12
, and
n
12
) as a function of
fiber volume fraction from 5 to 95% using increments of 5. Note x-axis will be the
volume fraction.
1.
Please label all the titles, axes and add the legend names for each curve.
2.
Please organize your output as shown in the given example below for
questions A.
3.
Submit, on Poly Learn, your MATLAB code as (.m) file and your output results
as a pdf file showing the code, results, and graphs.
4.
Please add comments inside your MATLAB file. See the example shown
below. I will need to run your MATLAB code and check your output results.
%% file name
% Input variables
% rhof=
r
v
density of fiber
% rhom=
r
m
density of matrix
% Vf=fiber volume fraction
% Output variables % rohc_1=density of composite_1
%% Inputs
rhof=2500; rhom=1200;
fprintf('\nFiber Density: %g ',rhof)
fprintf('\nMatrix Ensity: %g ',rhom)
% Testing for a particular Vf and Input desired Vf
Vf=0.6;
% Call function: beta_micro
[rhoc_1]=Rhoc_composite_1(rhof,rhom,Vf);
% Results for a particular Vf
fprintf('\n\nFiber Volume Fraction: %G\n\n',Vf)
disp('Density of Composite_1')
disp('___________________________')
fprintf('\n rohc_1 | %G\n\n\n\n',rhoc)
% Table of Rohc_1 of a Unidirectional Lamina as a Function of Fiber Volume Fraction
for i=1:1:11
Vf(i)=i/10-0.1;
rhoc_1(i)=Rhoc_composite_1(rhof,rhom,Vf(i));
end
% continue % Table of results
disp('Density of Composite_1')
disp('________________________________')
disp(' Vf
| rohc
')
for i=1:1:11
fprintf(' %3.2f | g\n',Vf(i),rhoc_1(i))
End
% Graph of Density of a Unidirectional Lamina as a Function of Fiber Volume Fraction
for i=1:1:101
Vf(i)=i/100-0.01;
rhoc_1(i)=Rhoc_composite_1(rhof,rhom,Vf(i));
end
hold on
plot(Vf,rhoc,'LineWidth',2)
grid
legend('rohc')
title('Density of Composite_1 vs. Fiber Volume Fraction')
xlabel('Fiber Volume Fraction')
ylabel('Density of Composite_1')
hold off
% Function name
for composite unidirectional lamina_1
% Rhoc_composite_1
rhoc_1=rhof*Vf+rhom*(1-Vf);
End
Example for MATLAB
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
Example for Outputs Results for Elastic Moduli
Example for Outputs Results for Elastic Moduli for one composite materials lamina
Example for graphs Outputs
Related Documents
Related Questions
Please show all work
arrow_forward
the question is in the picture
arrow_forward
Q5
arrow_forward
Q1: You are designing a high-pressure oxygen cylinder for hospitals fighting
against COVID. The material used is layered unidirectional continuous
fiber reinforced composite, as schematically shown in Fig.1 (a). In the 0°
layer, the fiber is along the Y direction, and the fiber is along X direction
in the 90° layer. The thickness of the 90° layer is 1.5 times of that of the 0°
layer. The matrix material is an isotropic material with the Young's
modulus E-10 GPa and volume fraction Vm-20%, while the continuous
fiber is an anisotropic material with the Young's modulus E₁-250 GPa
along the length direction, E2-20 GPa along the transverse direction and
volume fraction V₁-80%
a) Based on rule of mixture and mechanics of material method, calculate the
effective Young's modulus along each direction (Ex, Ey, E₂).
b) The as-produced (unloaded) inner radius Ro-0.1 m, the wall thickness H=0.005
m (<
arrow_forward
32.3
We are trying to solve this problem that reviews a lot of concepts, but I am struggling to get strted and what is the vision I should have. I know the professor said that the 4 cables are treated like only one when considerign the internal forces it will cause...
arrow_forward
Please answer correctly and don't copy paste.
arrow_forward
I have attached an image. In this image, there are value of spring constant (k) for hookes law experiment. So I need comparison of this below statements.
a. Compare the Experimental values of the Combined Springs with the Experimental valuesof the Single Spring.b. Compare the Experimental values of the Combined Springs with the Calculated values ofthe Combined Spring
Thanks
arrow_forward
Hello Sir,Good Morning.
I'm sorry Sir the previous question is incompleteI'll re-attach the following. The following below is my question . Please advice. Thank you.
Regards,Irfan
arrow_forward
****USE MATLAB TO SOLVE
THIS
QUESTION****
5. A composite cantilever beam, made of High Strength (HS) carbon/epoxy material
with [04/304], plies, has uniformly applied load go. When qo=50N/m, length of the
beam, L=0.1m, and width of the beam, b=0.05m. Find the maximum deflection of
the beam.
(for the HS carbon fiber/epoxy, E₁1 =131 GPa, E₂2= 11.2 GPa, V12 = 0.28, G12 = 6.55 GPa
and ply thickness t=0.2mm)
90-50N/m
L
arrow_forward
Hello Sir,Good Morning.
I'm sorry Sir the previous question is incompleteI'll re-attach the following. The following below is my question . Please advice. Thank you.
Regards,Irfan
arrow_forward
Points for stress vs strain (in image)
Assume the compressive concrete strength (f’c) is 3,000 lb/in2 (psi)Calculate a cubic function (3rd order polynomial – Ax3+Bx2+Cx+Constant)Use this function to create a function that describes the slope of the cubic function (the derivative of thecubic function). This new function allows you to calculate the tangent to any point along the curve. Thetangent is the modulus of elasticity (E).
The concrete code provides a formula to calculate E for concrete. That formula is:E = 57,000√??′, where f’c is in units of psi, and E is in units of psi.Use the derivative function you calculated to locate the point on the curve where the slope of the curvematches E using the concrete code formula. Express that stress point on the curve as a percentage ofthe compressive strength of the concrete.
Now, calculate the secant modulus for the test case using 1,500 psi (50% f’c) as the arbitrary point onthe curve.Assume fracture occurs at the last point…
arrow_forward
What is the size of the stiffness matrix of a 4-node quadrilateral element?
arrow_forward
You are working in a biology lab during your summer break. Your supervisor asks you to perform an experiment to find the effective spring constant
(in N/m) of a partial molecule of DNA (deoxyribonucleic acid). You perform experiments and find that a single straight portion of a DNA molecule is
2.19 μm long. You then perform an activity that charges the ends of the molecule; each end becomes singly ionized: negative on one end, positive on
the other. After the ends are charged, the molecule shrinks by 1.31% of its length.
1.21e-9
arrow_forward
I need only MATLAB coding please.....
arrow_forward
Help me solve this please
arrow_forward
I need help with partC Engineering statics
arrow_forward
Please show work
arrow_forward
Help!!! Please answer all Correctly!!! Please
arrow_forward
You are part of a team working in a machine parts mechanic’s shop. An important customer has asked your company to provide springs with a very precise force constant k. To measure the spring constant, you fasten two of the springs between the ends of two very long wires of length L, separated by the unstretched length , of the springs as shown. The specific attachment method that you use insulates the springs from the wires so that no current passes through the springs. You lay the apparatus flat on a table and then pass a current of magnitude I through the wires, in opposite directions. As a result the springs stretch by a distance d and come to equilibrium. You determine an expression for the spring constant in terms of L, I, ℓ, and d.
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you

Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning
Related Questions
- Q1: You are designing a high-pressure oxygen cylinder for hospitals fighting against COVID. The material used is layered unidirectional continuous fiber reinforced composite, as schematically shown in Fig.1 (a). In the 0° layer, the fiber is along the Y direction, and the fiber is along X direction in the 90° layer. The thickness of the 90° layer is 1.5 times of that of the 0° layer. The matrix material is an isotropic material with the Young's modulus E-10 GPa and volume fraction Vm-20%, while the continuous fiber is an anisotropic material with the Young's modulus E₁-250 GPa along the length direction, E2-20 GPa along the transverse direction and volume fraction V₁-80% a) Based on rule of mixture and mechanics of material method, calculate the effective Young's modulus along each direction (Ex, Ey, E₂). b) The as-produced (unloaded) inner radius Ro-0.1 m, the wall thickness H=0.005 m (<arrow_forward32.3 We are trying to solve this problem that reviews a lot of concepts, but I am struggling to get strted and what is the vision I should have. I know the professor said that the 4 cables are treated like only one when considerign the internal forces it will cause...arrow_forwardPlease answer correctly and don't copy paste.arrow_forwardI have attached an image. In this image, there are value of spring constant (k) for hookes law experiment. So I need comparison of this below statements. a. Compare the Experimental values of the Combined Springs with the Experimental valuesof the Single Spring.b. Compare the Experimental values of the Combined Springs with the Calculated values ofthe Combined Spring Thanksarrow_forwardHello Sir,Good Morning. I'm sorry Sir the previous question is incompleteI'll re-attach the following. The following below is my question . Please advice. Thank you. Regards,Irfanarrow_forward****USE MATLAB TO SOLVE THIS QUESTION**** 5. A composite cantilever beam, made of High Strength (HS) carbon/epoxy material with [04/304], plies, has uniformly applied load go. When qo=50N/m, length of the beam, L=0.1m, and width of the beam, b=0.05m. Find the maximum deflection of the beam. (for the HS carbon fiber/epoxy, E₁1 =131 GPa, E₂2= 11.2 GPa, V12 = 0.28, G12 = 6.55 GPa and ply thickness t=0.2mm) 90-50N/m Larrow_forwardHello Sir,Good Morning. I'm sorry Sir the previous question is incompleteI'll re-attach the following. The following below is my question . Please advice. Thank you. Regards,Irfanarrow_forwardPoints for stress vs strain (in image) Assume the compressive concrete strength (f’c) is 3,000 lb/in2 (psi)Calculate a cubic function (3rd order polynomial – Ax3+Bx2+Cx+Constant)Use this function to create a function that describes the slope of the cubic function (the derivative of thecubic function). This new function allows you to calculate the tangent to any point along the curve. Thetangent is the modulus of elasticity (E). The concrete code provides a formula to calculate E for concrete. That formula is:E = 57,000√??′, where f’c is in units of psi, and E is in units of psi.Use the derivative function you calculated to locate the point on the curve where the slope of the curvematches E using the concrete code formula. Express that stress point on the curve as a percentage ofthe compressive strength of the concrete. Now, calculate the secant modulus for the test case using 1,500 psi (50% f’c) as the arbitrary point onthe curve.Assume fracture occurs at the last point…arrow_forwardWhat is the size of the stiffness matrix of a 4-node quadrilateral element?arrow_forwardarrow_back_iosSEE MORE QUESTIONSarrow_forward_ios
Recommended textbooks for you
- Principles of Heat Transfer (Activate Learning wi...Mechanical EngineeringISBN:9781305387102Author:Kreith, Frank; Manglik, Raj M.Publisher:Cengage Learning

Principles of Heat Transfer (Activate Learning wi...
Mechanical Engineering
ISBN:9781305387102
Author:Kreith, Frank; Manglik, Raj M.
Publisher:Cengage Learning