Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Identify the bad token :Prompt Ex , Ey , SS , theta : theta - > theta * ( pi /

Identify the bad token
:Prompt Ex,Ey,SS,\theta
:\theta ->\theta *(\pi /180)// Convert angle to radians for trig functions
// Calculate Normal and Shear Strain Components
:(Ex+Ey)/2+((Ex-Ey)/2)*cos(2\theta )+(SS/2)*sin(2\theta )->Ex'
:(Ex+Ey)/2-((Ex-Ey)/2)*cos(2\theta )-(SS/2)*sin(2\theta )->Ey'
:((Ex-Ey)/2)*sin(2\theta )+(SS/2)*cos(2\theta )->SS'
// Orientation of principal planes
:tan(SS/(Ex-Ey))->AnglePrincipal
// Principal strains
:(Ex+Ey)/2+(((Ex-Ey)/2)^2+(SS/2)^2)->E1
:(Ex+Ey)/2-(((Ex-Ey)/2)^2+(SS/2)^2)->E2
// Orientation of max in-plane shear strain
:tan(-(Ex-Ey)/SS)->Angle_s
// Maximum in-plane shear strain
:(SS/2)+(((Ex-Ey)/2)^2+(SS/2)^2)->ShearMax
:(SS/2)-(((Ex-Ey)/2)^2+(SS/2)^2)->ShearMin
// Average normal strain
:(Ex+Ey)/2->AvgNormStrain
// Radius of Mohr's Circle
:(((Ex-Ey)/2)^2+(SS/2)^2)->R
:Disp "NORMAL STRAIN X'",Ex'
:Disp "NORMAL STRAIN Y'",Ey'
:Disp "SHEAR STRAIN'",SS'
:Disp "PRINCIPAL ANGLE",AnglePrincipal
:Disp "PRINCIPAL STRAIN 1",E1
:Disp "PRINCIPAL STRAIN 2",E2
:Disp "MAX SHEAR ANGLE",Angle_s
:Disp "MAX SHEAR",ShearMax
:Disp "MIN SHEAR",ShearMin
:Disp "AVERAGE NORM STRAIN",AvgNormStrain
:Disp "RADIUS MOHR CIRCLE",R

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions