What is the answer to this question?

What is the answer to this question?
Imagine if an artificial cartilage is fully made of chondrocytes which has a compression modulus 0.41 KPa and apparent viscosity of 3.0 KPa.s.
a) If such a artificial cartilage is under a sudden load stress of 0.1 KPa, use a simple Kelvin model, can you give an estimate of the time period needed to equilibrium from the given mechanical properties?
b) What is the final equilibrium strain?
c) Plot out the creep function (strain/load stress) of this cartilage under a sudden load stress of 0.1 MPa at time t=0.
You can modify the sample Matlab skeleton code below.
syms sig0 eps emod mvis
dsolve(‘Deps + (emod/mvis)*eps = sig0/mvis’) emod=0.1;
mvis=1.0;
sig0=1.0;
C5=1.0;
t=0:1:100;
epsresult=(sig0 – C5*exp(-(emod*t)/mvis))/emod plot(epsresult,t);
d) Comment on why a good artificial cartilage can not be made with only chondrocytes and what is missing.

.awasam-promo3 {
background-color: #F5F9FF;
color: #000000;
text-align: center;
padding: 20px;
border-radius: 10px;
}

.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
}

.button-whatsapp {
background-color: #41D07D;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
}

.awasam-alert {
color: red;
}

Needs help with similar assignment?
We are available 24×7 to deliver the best services and assignment ready within 6-8 hours? Order a custom-written, plagiarism-free paper

Get Answer Over WhatsApp

Order Paper Now