SlideShare a Scribd company logo
1 of 8
Download to read offline
Smart Materials 4th
year
Report: Solution to HW (V)
Report No: V Date: 18/4/2013
Submitted to: Dr. Mohammad Tawfik
Name
 Mohammad Tawfik Eraky
‫عراقي‬ ‫أحمد‬ ‫توفيق‬ ‫محمد‬
2013/2014
Pb.1
Solution
Carbon –epoxy (AS4/3501-6)
E1 (longitudinal Modulus E1) 45 Gpa
E2 (Transverse Modulus) 12 Gpa
𝜈12 (Poisson’s Ratio) 0.19
F1t (longitudinal tensile strength) 1830 Mpa
F2t (transverse tensile strength ) 57 Mpa
F6 ( Inplane shear strength) 71Mpa
F1c(longitudinal compressive strength) 1096Mpa
F1c(transverse compressive strength) 228Mpa
Using MATLAB code (appendix A) we got the following local stresses
𝜎𝑥′𝑥′ 8.4151 Mpa
𝜎 𝑦′𝑦′ 6.5849 Mpa
𝜏 𝑥′𝑦′ -3.4151 Mpa
Using the maximum stress criterion
8.4151 Mpa <1096 Mpa<1830Mpa
6.5849 Mpa <57 Mpa<228Mpa
-3.4151 Mpa<71Mpa
The safety factor (minimum’’ R’’) =
57
6.5849
= 8.656
2b.P
Solution
Using MATLAB code (appendix B) we got the following results
matrixotationR
𝑇 =
0.5 0.5 1
0.5 0.5 −1
−0.5 0.5 0
𝑄 =
35.3179 1.0595 0
1.0595 3.5318 0
0 0 3.500
𝐺𝑝𝑎
𝑄̅ =
11.9922 8.4922 15.8930
8.4922 11.9922 15.8930
7.9445 7.9445 18.3453
𝐺𝑝𝑎
Pb.3
Solution
Using MATLAB code (appendix c) we got the following results
(a) Strains in local axes
ϵx′x′
εy′y′
τx′y′
=
0.2745
0.003
−0.4884
x 𝟏𝟎−𝟑
(b) Strains in global axes
ϵxx
εyy
τxy
=
0.4334
−0.1559
−0.4127
x 𝟏𝟎−𝟑
(c)
As we see the results stains is non zero value due to Poisson
ratio when tensile load applied in x-direction there is a strain
too in transverse direction
Appendix A
clc;clear all;close all;
%calculating(local)stresses
ceta=45*pi/180;
c=ceta;
T=[cos(c)^2 sin(c)^2 2*sin(c)*cos(c);
sin(c)^2 cos(c)^2 -2*sin(c)*cos(c);
-sin(c)*cos(c) sin(c)*cos(c) cos(c)^2-sin(c)^2];
sigma_global=[10 ; 5 ; 2.5 ];
sigma_local_Mpa=T*sigma_global;
display(sigma_local_Mpa);
Appendix B
clc;clear all;close all;
%calculating(local)stresses
ceta=45*pi/180;
c=ceta;
e_1=35;
e_2=3.5;
new_12=0.3;
g_12=1.75;
g_23=0.35;
%outputs
t=[cos(c)^2 sin(c)^2 2*sin(c)*cos(c);
sin(c)^2 cos(c)^2 -2*sin(c)*cos(c);
-sin(c)*cos(c) sin(c)*cos(c) cos(c)^2-sin(c)^2];
new_21=new_12*e_2/e_1;
delta=1-new_12*new_21;
q=[e_1/delta new_12*e_2/delta 0;
new_12*e_2/delta e_2/delta 0;
0 0 2*g_12];
t_inv=inv(t);
q_bar=(t_inv)*q*t;
sigma_global=[10 ; 5 ; 2.5 ];
sigma_local_Mpa=t*sigma_global;
%display
display (q_bar);
Appendix C
clc;clear all;close all;
%calculating(local)stresses
ceta=10*pi/180;
c=ceta;
e_1=35;
e_2=3.5;
new_12=0.3;
g_12=1.75;
g_23=0.35;
%Transformations Matrixes
t=[cos(c)^2 sin(c)^2 2*sin(c)*cos(c);
sin(c)^2 cos(c)^2 -2*sin(c)*cos(c);
-sin(c)*cos(c) sin(c)*cos(c) cos(c)^2-sin(c)^2];
new_21=new_12*e_2/e_1;
delta=1-new_12*new_21;
q=[e_1/delta new_12*e_2/delta 0;
new_12*e_2/delta e_2/delta 0;
0 0 2*g_12];
t_inv=inv(t);
q_bar=(t_inv)*q*t;
% stresses in global axes
sigma_global=[200/20 ; 0 ; 0];
%stresses in local axes
sigma_local=t*sigma_global;
%strains in local axes
strain_local=10^-3*(inv(q))*sigma_local;
%strains in Global Axes
strain_global=(t_inv)*strain_local;
%display ouputs
display (q_bar);
display(sigma_local);
display(strain_local);
display(strain_global);

More Related Content

What's hot

EEP303: Cycle ii exp 4
EEP303: Cycle ii   exp 4EEP303: Cycle ii   exp 4
EEP303: Cycle ii exp 4Umang Gupta
 
EEP301: Process control trainer
EEP301: Process control trainerEEP301: Process control trainer
EEP301: Process control trainerUmang Gupta
 
Capitulo 2 SOlucionario libro Estatica
Capitulo 2 SOlucionario libro EstaticaCapitulo 2 SOlucionario libro Estatica
Capitulo 2 SOlucionario libro EstaticaUO
 
Electrical Design Package
Electrical Design PackageElectrical Design Package
Electrical Design PackageDante Moore
 
Cap 03
Cap 03Cap 03
Cap 03UO
 
HGM09S Product Description _english
HGM09S Product Description _englishHGM09S Product Description _english
HGM09S Product Description _englishJim Murphy
 
EEP303: Cycle ii exp 2
EEP303: Cycle ii   exp 2EEP303: Cycle ii   exp 2
EEP303: Cycle ii exp 2Umang Gupta
 
EEP301: Process control trainer II
EEP301: Process control trainer IIEEP301: Process control trainer II
EEP301: Process control trainer IIUmang Gupta
 
EEP303 Cycle ii exp-1
EEP303 Cycle ii exp-1EEP303 Cycle ii exp-1
EEP303 Cycle ii exp-1Umang Gupta
 
Solucion ejercicios beer
Solucion ejercicios beerSolucion ejercicios beer
Solucion ejercicios beerLeomari Garcia
 
Progress Report (Aug. 11 To Aug. 18 2009)
Progress Report (Aug. 11 To Aug. 18 2009)Progress Report (Aug. 11 To Aug. 18 2009)
Progress Report (Aug. 11 To Aug. 18 2009)ateneo wind team site
 

What's hot (20)

Ee321 lab 2
Ee321 lab 2Ee321 lab 2
Ee321 lab 2
 
EEP303: Cycle ii exp 4
EEP303: Cycle ii   exp 4EEP303: Cycle ii   exp 4
EEP303: Cycle ii exp 4
 
L9 solutions to problems
L9 solutions to problemsL9 solutions to problems
L9 solutions to problems
 
EEP301: Process control trainer
EEP301: Process control trainerEEP301: Process control trainer
EEP301: Process control trainer
 
EEP303: Exp4
EEP303: Exp4EEP303: Exp4
EEP303: Exp4
 
1550nm DFB Laser Diode Test Report
1550nm DFB Laser Diode Test Report1550nm DFB Laser Diode Test Report
1550nm DFB Laser Diode Test Report
 
Capitulo 2 SOlucionario libro Estatica
Capitulo 2 SOlucionario libro EstaticaCapitulo 2 SOlucionario libro Estatica
Capitulo 2 SOlucionario libro Estatica
 
Electrical Design Package
Electrical Design PackageElectrical Design Package
Electrical Design Package
 
Cap 02
Cap 02Cap 02
Cap 02
 
LP_point_6_(LtR)
LP_point_6_(LtR)LP_point_6_(LtR)
LP_point_6_(LtR)
 
Cap 03
Cap 03Cap 03
Cap 03
 
HGM09S Product Description _english
HGM09S Product Description _englishHGM09S Product Description _english
HGM09S Product Description _english
 
EEP303: Cycle ii exp 2
EEP303: Cycle ii   exp 2EEP303: Cycle ii   exp 2
EEP303: Cycle ii exp 2
 
Three Phase Theory
Three Phase TheoryThree Phase Theory
Three Phase Theory
 
EEP301: Process control trainer II
EEP301: Process control trainer IIEEP301: Process control trainer II
EEP301: Process control trainer II
 
10 measuring the spectral and angular distribution of the diffuse solar radiance
10 measuring the spectral and angular distribution of the diffuse solar radiance10 measuring the spectral and angular distribution of the diffuse solar radiance
10 measuring the spectral and angular distribution of the diffuse solar radiance
 
EEP303 Cycle ii exp-1
EEP303 Cycle ii exp-1EEP303 Cycle ii exp-1
EEP303 Cycle ii exp-1
 
17 session 2 fey - example sensitivity analysis
17 session 2   fey - example sensitivity analysis17 session 2   fey - example sensitivity analysis
17 session 2 fey - example sensitivity analysis
 
Solucion ejercicios beer
Solucion ejercicios beerSolucion ejercicios beer
Solucion ejercicios beer
 
Progress Report (Aug. 11 To Aug. 18 2009)
Progress Report (Aug. 11 To Aug. 18 2009)Progress Report (Aug. 11 To Aug. 18 2009)
Progress Report (Aug. 11 To Aug. 18 2009)
 

Viewers also liked (11)

Project 1 Advance
Project 1 Advance Project 1 Advance
Project 1 Advance
 
Project 1
Project 1Project 1
Project 1
 
Hw3
Hw3Hw3
Hw3
 
Menu
MenuMenu
Menu
 
Homework1
Homework1Homework1
Homework1
 
Project final report pdf
Project final report pdfProject final report pdf
Project final report pdf
 
Web 2.0 expo
Web 2.0 expoWeb 2.0 expo
Web 2.0 expo
 
Woman To Woman
Woman To WomanWoman To Woman
Woman To Woman
 
Web 2.0
Web 2.0 Web 2.0
Web 2.0
 
homework 4
homework 4 homework 4
homework 4
 
Project final report pdf
Project final report pdfProject final report pdf
Project final report pdf
 

Similar to Hw5

Electronic assembly structural analysis
Electronic assembly structural analysisElectronic assembly structural analysis
Electronic assembly structural analysisDon Blanchet
 
First results from the full-scale prototype for the Fluorescence detector Arr...
First results from the full-scale prototype for the Fluorescence detector Arr...First results from the full-scale prototype for the Fluorescence detector Arr...
First results from the full-scale prototype for the Fluorescence detector Arr...Toshihiro FUJII
 
2.5 pda-capwap - gray
2.5   pda-capwap - gray2.5   pda-capwap - gray
2.5 pda-capwap - graycfpbolivia
 
Pda capwap - frank rausche
Pda capwap - frank rauschePda capwap - frank rausche
Pda capwap - frank rauschecfpbolivia
 
ESR spectroscopy ppt priyanka patel.pptx
ESR spectroscopy ppt  priyanka patel.pptxESR spectroscopy ppt  priyanka patel.pptx
ESR spectroscopy ppt priyanka patel.pptxPRIYANKA PATEL
 
Double feedback technique for reduction of Noise LNA with gain enhancement
Double feedback technique for reduction of Noise LNA with gain enhancementDouble feedback technique for reduction of Noise LNA with gain enhancement
Double feedback technique for reduction of Noise LNA with gain enhancementijceronline
 

Similar to Hw5 (8)

Electronic assembly structural analysis
Electronic assembly structural analysisElectronic assembly structural analysis
Electronic assembly structural analysis
 
First results from the full-scale prototype for the Fluorescence detector Arr...
First results from the full-scale prototype for the Fluorescence detector Arr...First results from the full-scale prototype for the Fluorescence detector Arr...
First results from the full-scale prototype for the Fluorescence detector Arr...
 
S5.2_Buitrago
S5.2_BuitragoS5.2_Buitrago
S5.2_Buitrago
 
Ce
CeCe
Ce
 
2.5 pda-capwap - gray
2.5   pda-capwap - gray2.5   pda-capwap - gray
2.5 pda-capwap - gray
 
Pda capwap - frank rausche
Pda capwap - frank rauschePda capwap - frank rausche
Pda capwap - frank rausche
 
ESR spectroscopy ppt priyanka patel.pptx
ESR spectroscopy ppt  priyanka patel.pptxESR spectroscopy ppt  priyanka patel.pptx
ESR spectroscopy ppt priyanka patel.pptx
 
Double feedback technique for reduction of Noise LNA with gain enhancement
Double feedback technique for reduction of Noise LNA with gain enhancementDouble feedback technique for reduction of Noise LNA with gain enhancement
Double feedback technique for reduction of Noise LNA with gain enhancement
 

Recently uploaded

On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Shubhangi Sonawane
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesShubhangi Sonawane
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701bronxfugly43
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Recently uploaded (20)

On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

Hw5

  • 1. Smart Materials 4th year Report: Solution to HW (V) Report No: V Date: 18/4/2013 Submitted to: Dr. Mohammad Tawfik Name  Mohammad Tawfik Eraky ‫عراقي‬ ‫أحمد‬ ‫توفيق‬ ‫محمد‬ 2013/2014
  • 2. Pb.1 Solution Carbon –epoxy (AS4/3501-6) E1 (longitudinal Modulus E1) 45 Gpa E2 (Transverse Modulus) 12 Gpa 𝜈12 (Poisson’s Ratio) 0.19 F1t (longitudinal tensile strength) 1830 Mpa F2t (transverse tensile strength ) 57 Mpa F6 ( Inplane shear strength) 71Mpa F1c(longitudinal compressive strength) 1096Mpa F1c(transverse compressive strength) 228Mpa Using MATLAB code (appendix A) we got the following local stresses 𝜎𝑥′𝑥′ 8.4151 Mpa 𝜎 𝑦′𝑦′ 6.5849 Mpa 𝜏 𝑥′𝑦′ -3.4151 Mpa
  • 3. Using the maximum stress criterion 8.4151 Mpa <1096 Mpa<1830Mpa 6.5849 Mpa <57 Mpa<228Mpa -3.4151 Mpa<71Mpa The safety factor (minimum’’ R’’) = 57 6.5849 = 8.656 2b.P Solution Using MATLAB code (appendix B) we got the following results matrixotationR 𝑇 = 0.5 0.5 1 0.5 0.5 −1 −0.5 0.5 0
  • 4. 𝑄 = 35.3179 1.0595 0 1.0595 3.5318 0 0 0 3.500 𝐺𝑝𝑎 𝑄̅ = 11.9922 8.4922 15.8930 8.4922 11.9922 15.8930 7.9445 7.9445 18.3453 𝐺𝑝𝑎 Pb.3 Solution Using MATLAB code (appendix c) we got the following results (a) Strains in local axes ϵx′x′ εy′y′ τx′y′ = 0.2745 0.003 −0.4884 x 𝟏𝟎−𝟑
  • 5. (b) Strains in global axes ϵxx εyy τxy = 0.4334 −0.1559 −0.4127 x 𝟏𝟎−𝟑 (c) As we see the results stains is non zero value due to Poisson ratio when tensile load applied in x-direction there is a strain too in transverse direction
  • 6. Appendix A clc;clear all;close all; %calculating(local)stresses ceta=45*pi/180; c=ceta; T=[cos(c)^2 sin(c)^2 2*sin(c)*cos(c); sin(c)^2 cos(c)^2 -2*sin(c)*cos(c); -sin(c)*cos(c) sin(c)*cos(c) cos(c)^2-sin(c)^2]; sigma_global=[10 ; 5 ; 2.5 ]; sigma_local_Mpa=T*sigma_global; display(sigma_local_Mpa);
  • 7. Appendix B clc;clear all;close all; %calculating(local)stresses ceta=45*pi/180; c=ceta; e_1=35; e_2=3.5; new_12=0.3; g_12=1.75; g_23=0.35; %outputs t=[cos(c)^2 sin(c)^2 2*sin(c)*cos(c); sin(c)^2 cos(c)^2 -2*sin(c)*cos(c); -sin(c)*cos(c) sin(c)*cos(c) cos(c)^2-sin(c)^2]; new_21=new_12*e_2/e_1; delta=1-new_12*new_21; q=[e_1/delta new_12*e_2/delta 0; new_12*e_2/delta e_2/delta 0; 0 0 2*g_12]; t_inv=inv(t); q_bar=(t_inv)*q*t; sigma_global=[10 ; 5 ; 2.5 ]; sigma_local_Mpa=t*sigma_global; %display display (q_bar);
  • 8. Appendix C clc;clear all;close all; %calculating(local)stresses ceta=10*pi/180; c=ceta; e_1=35; e_2=3.5; new_12=0.3; g_12=1.75; g_23=0.35; %Transformations Matrixes t=[cos(c)^2 sin(c)^2 2*sin(c)*cos(c); sin(c)^2 cos(c)^2 -2*sin(c)*cos(c); -sin(c)*cos(c) sin(c)*cos(c) cos(c)^2-sin(c)^2]; new_21=new_12*e_2/e_1; delta=1-new_12*new_21; q=[e_1/delta new_12*e_2/delta 0; new_12*e_2/delta e_2/delta 0; 0 0 2*g_12]; t_inv=inv(t); q_bar=(t_inv)*q*t; % stresses in global axes sigma_global=[200/20 ; 0 ; 0]; %stresses in local axes sigma_local=t*sigma_global; %strains in local axes strain_local=10^-3*(inv(q))*sigma_local; %strains in Global Axes strain_global=(t_inv)*strain_local; %display ouputs display (q_bar); display(sigma_local); display(strain_local); display(strain_global);