Young's Modulus

This page discusses Young's Modulus, best described as the stiffness of a material, examples/problems involving this concept, and its numerous real-world applications. (Claimed by Sanjana Kapur; Fall 2017)

  • 1.1 A Mathematical Model
  • 1.2 A Computational Model
  • 2.2 Middling
  • 2.3 Difficult
  • 3 Connectedness
  • 5.1 Further reading
  • 5.2 External links
  • 6 References

The Main Idea

Young's Modulus is a macroscopic property of a material that measures the stiffness of a solid material. It is independent of size or weight of the material, and it will change depending on the type of material for which the Young's Modulus is being measured. The uses of Young's modulus extend to two main sets of relationships, macroscopic springs and microscopic springs. In the case of macroscopic springs, Young's modulus is a measure of the stretchiness of a solid material outside of considerations of size and shape. In microscopic strings, when a solid object is modeled as a system of balls (atoms) connected by springs (an image of which can be seen as the cover image of the physics textbook Matter and Interactions I 3rd Edition), the Young's modulus constant of the material can be used to determine the 'interatomic spring stiffness' constant Ksi of a material in order to determine the stiffness and stretchiness of interatomic bonds. The SI unit of Young's Modulus is the pascal (Pa or N/m^2 or kg. m. s^−2).

A Mathematical Model

Mathematically, the Young's Modulus is the ratio of the stress placed upon a material to the strain that it endures. The definition of Young's Modulus can be expressed as: [math]\displaystyle{ {Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}} }[/math] where [math]\displaystyle{ {F}_{T} }[/math] is equal to the tension force, [math]\displaystyle{ A }[/math] is equal to the cross sectional area, [math]\displaystyle{ ΔL }[/math] is equal to the change in length due to the tension force, and [math]\displaystyle{ L_o }[/math] is equal to the initial length of the material.

Young's Modulus can also be expressed as: [math]\displaystyle{ {Y = \frac{Ksi}{d}} }[/math] where Y is the Young's modulus of the material being examined, Ksi is the value that represents the interatomic bond stiffness (how much a bond between two atoms will stretch), and d is the distance from the center of one atom to the center of another atom.

A Computational Model

  • The following program calculates the microscopic and macroscopic Young's Modulus of a material. The source of this model is: https://trinket.io/python/8f0b71cda5

graph of young's modulus experiment

Example 1. A cylinder of wood has a stress of 800 and a strain of [math]\displaystyle{ 8*10^-7 }[/math] . What is Young's modulus for wood?

First we lay out the equation for the problem:

[math]\displaystyle{ Y = \frac{stress}{strain} }[/math]

We then plug in using the numbers given to us.

[math]\displaystyle{ Y = \frac{800}{8*10^-7} }[/math]

and so Y = 10^9 N/m^2

The Young's Modulus of Collagen in Bone is about 6 GPa [1] . Given this, determine the force applied to a cylindrical segment of collagen of radius 1 cm and length 0.75 m to cause it to deform (stretch) 1 mm.

First, consider the equation of Young's modulus most useful for this problem:

[math]\displaystyle{ {Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}} }[/math]

Substitute the appropriate values:

[math]\displaystyle{ 6000000000 = \frac{\frac{{F}_{T}}{3.14*0.01^2}}{\frac{{0.001}}{0.75}} }[/math]

Solve for F:

[math]\displaystyle{ {F = 2.55*10^{10} Newtons} }[/math]

Does this seem reasonable? Yes! Collagen that makes up bone is a very hard material and does not stretch easily. Making bone stretch 1 mm longitudinally (using the bone as a vertical spring system) will take a lot of force.

A flan created by Dr. Schatz has a strawberry placed on it, stretching the flan from a length of 0.15 m to 0.2 m. The flan has a cross sectional area of .01. With the knowledge that flan has a Young’s modulus of ~ 1.6e4 in tension, what force was used to stretch the flan?

First we would write out the equation for Youngs modulus: [math]\displaystyle{ {Y = \frac{stress}{strain}} = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}} }[/math]

Next we would fill in the equation for Young's Modulus: [math]\displaystyle{ {1.6e4 = \frac{\frac{{F}_{T}}{.01}}{\frac{{.05}}{.15}}} }[/math]

We can then fill in every thing that we know: [math]\displaystyle{ {16000 = 300*F_T} }[/math]

And so, [math]\displaystyle{ {F_T} }[/math] is equal to 53.3!

A man of weight 100 kg gets onto a bungee jump ride at a carnival. He is suspended in air by one rubber band (Young's Modulus of 0.01 GPa [2] of diameter 5 cm and original length of 10 m. Calculate the stretch of the band when the man reaches the bottom of the ride.

First, use the appropriate Young's Modulus equation:

[math]\displaystyle{ Y = \frac{\frac{{F}_{T}}{A}}{\frac{{ΔL}}{L_o}} }[/math]

Then, substitute the appropriate values:

[math]\displaystyle{ {1e7 = \frac{{\frac{100*9.8}{3.14*0.05^2}}}{{\frac{ΔL}{10}}}} }[/math]

[math]\displaystyle{ {ΔL=.125 m} }[/math]

A new cylandrical flan is created by Dr. Schatz which has an orange placed on it which has a mass of .15 kg, compressing the flan a certain amount. Knowing that the initial length of the flan was .15 m and the flan has a diameter of .2 meters. With the knowledge that flan has a Young’s modulus of ~ 2e5 in tension, what length is the flan now?

First we need to write down the equation:

Next, let's solve for the unknowns: Cross sectional area:

[math]\displaystyle{ {A} = pi*r^2 }[/math] [math]\displaystyle{ {A} = pi*.1^2 }[/math] [math]\displaystyle{ {A} = .0314 meters^2 }[/math]

Force of the orange:

[math]\displaystyle{ {F}_{T} = m*g }[/math] [math]\displaystyle{ {F}_{T} = .15*-9.8 }[/math] [math]\displaystyle{ {F}_{T} = -1.47 Newtons }[/math]

Next we would write out the equation for Youngs modulus: [math]\displaystyle{ {2e5 = \frac{\frac{-1.47}{.0314}}{\frac{{ΔL}}{.15}}} }[/math]

We can solve the equation for : [math]\displaystyle{ {-7/ΔL = 200000} }[/math]

And so, [math]\displaystyle{ {ΔL } }[/math] is equal to -3.5e-5! It was compressed 3.5e-5 meters!

Using the Young's modulus of Tungsten ( [math]\displaystyle{ 4*10^11 }[/math] [3] ) determine the interatomic "spring" stiffness of Tungsten.

First, find the center-to-center distance between 2 tungsten atoms.

[math]\displaystyle{ \frac{\frac{184 grams/mole}{6.022*10^23 atoms/mol}}{d^3}=19.25 g/cm^3 }[/math] where d is the interatomic distance between Tungsten atoms. (19.25 g/cm^3 is the density of Tungsten [4] ).

Solving, we get:

[math]\displaystyle{ d = 2.51e-8 }[/math]

Using the appropriate formula:

[math]\displaystyle{ {Y = \frac{Ksi}{d}} }[/math]

[math]\displaystyle{ {4*10^11 = \frac{Ksi}{2.51e-8}} }[/math]

[math]\displaystyle{ {Ksi = 10040 N/m} }[/math]

Connectedness

  • 1. How is this topic connected to something that you are interested in?

I am interested in engineering, and Young’s Modulus is directly relevant to this field. Young’s Modulus is used to calculate the stiffness of materials, which is useful in structural engineering applications. In high school, I partook in scientific competitions and had to construct certain structures with a partner in a time limit. The stiffness of different materials available determined whether or not they would adequately hold up other parts of the structure and allow the entire structure to remain intact. Therefore, the Young’s Modulus was directly relevant to my interests.

  • 2. How is it connected to your major?

I am majoring in Computer Science. If I worked for an architectural firm, I could write code to calculate the Young’s Modulus of different building materials that the firm wanted to use to construct its buildings. The code could also determine whether or not the material was safe to use for a specific building design based on the value of the Young’s Modulus.

  • 3. Is there an interesting industrial application?
  • a. Engineers and architects use the Young’s Modulus to determine whether or not the material that they are using to construct a particular structure can withstand a certain amount of force (based on the structure they are building, i.e. a bridge vs. a skyscraper).
  • b. Scientists (including physicists) use Young’s Modulus to see how strong the materials that they plan to use in experiments are. (This is especially important in experiments in which a lot of pressure or force is applied to the material in question.)
  • c. Doctors and scientists, such as biomedical engineers, need to use Young’s Modulus to determine whether certain materials are appropriate to use to construct prosthetics for people (i.e. how rigid or flexible the materials will be).
  • Young's modulus is connected to all solid material, and it highlights the slight impression given to everything showing that things do push down ever so slightly on stuff that seems stationary.
  • Young's modulus is used all the time in civil engineering and it is often used to help determine structural integrity of certain materials when deciding on a building.
  • Young's modulus has several biomedical applications in prosthetics and in human disease. It is used to determine the structural characteristics of prosthetic material used for implants. Young's modulus of tissues changes with aging and is being studied as a factor to evaluate mortality related to vascular stiffness from aging.

Young's Modulus was first developed in 1727 by the famous Leonhard Euler in Switzerland, but it was further expanded upon by Italian scientist Giordano Riccati in 1782. Finally, it was given a name by the British Scientist Thomas Young who finished work on it in the 1800s. It is used in order to discover the elasticity of solid materials and shows the stress per strain of a solid material.

Young’s Modulus is named for Thomas Young (1773-1829), an Englishman who worked as a medical practitioner. Young conducted a great deal of research on the workings of the human eye, writing papers such as “The Mechanism of the Eye” and “On the Theory of Light and Colors,” which laid the foundations for what we now know about how the eye works and processes light that it receives from its surroundings. He also translated a solid portion of the demotic script of the Rosetta Stone and found a connection between the script and Egyptian hieroglyphics. He later created a dictionary filled with hieroglyphic vocabulary.

He made his famous discovery of the Young’s Modulus while working as a lecturer at the Royal Institution. He explained that the stiffness of any elasticity could be expressed as a modulus of its elasticity. He correctly calculated the stress distribution upon a bar, leading to the discovery of the Young’s Modulus formula (which is “stress” divided by “strain”). His newly discovered equation did have practical applications, as London engineers (i.e. one company was Chapman and Buhagiar) used it to construct steel columns and other building designs.

Leonhard Euler

Thomas Young

Further reading

The VERY in-depth wiki page which goes for beyond applications in physics 1. [5]

That resource is especially useful if you are pursuing a degree in Materials Science and Engineering (MSE) or any other related fields.

External links

HyperPhysics [6] , which is a great tool for just about any entry-level physics curriculum.

History: [8]

Young's Modulus Tables = [9] [10]

  • Contact Interactions

Navigation menu

Google

during the experiment are avoided as the test wire and control wire would both expand by the same amount and the scale would adust position and eliminate the error.

in it otherwise there will be big extensions due to the wire straightening out rather than just stretching.

is . This can be checked by removing the load after each addition of the weight. If the limit has not been exceeded the wire should return to the length it was before the weight was added.

as possible (usually about 2m long) and as as possible so that can be recorded. (A typical extension for a 5N loading will be 1mm).

to find out about the Young Modulus

to find out about the difference between brittle, plastic and ductile behaviour.

 

 

Cyberphysics - a web-based teaching aid - for students of physics, their teachers and parents....

graph of young's modulus experiment

Learning Materials

  • Business Studies
  • Combined Science
  • Computer Science
  • Engineering
  • English Literature
  • Environmental Science
  • Human Geography
  • Macroeconomics
  • Microeconomics
  • Young's Modulus

Young's modulus, or elastic modulus, describes the ability of materials to resist changes in length when they undergo tension or compression. This modulus  is very useful in engineering as it provides details about the elastic properties of materials , such as their tensile strength and stiffness.

Young's Modulus

Create learning materials about Young's Modulus with our free learning app!

  • Instand access to millions of learning materials
  • Flashcards, notes, mock-exams and more
  • Everything you need to ace your exams

Millions of flashcards designed to help you ace your studies

  • Cell Biology

What is Young’s modulus?

Do all materials have the same Young’s modulus?

Does Young’s modulus depend on the area of a material?

How can we calculate Young’s modulus using a graph?

Is Young’s modulus the slope of a stress - strain graph?

What experiment can be used to estimate Young’s modulus?

What is the formula to find Young’s modulus experimentally?

What is the elastic region?

What is the plastic region?

What is the elastic point or yield point?

What is maximum tensile strength?

Review generated flashcards

to start learning or create your own AI flashcards

Start learning or create your own AI flashcards

  • Astrophysics
  • Atoms and Radioactivity
  • Circular Motion and Gravitation
  • Classical Mechanics
  • Conservation of Energy and Momentum
  • Electric Charge Field and Potential
  • Electricity
  • Electricity and Magnetism
  • Electromagnetism
  • Electrostatics
  • Energy Physics
  • Engineering Physics
  • Famous Physicists
  • Fields in Physics
  • Fundamentals of Physics
  • Further Mechanics and Thermal Physics
  • Geometrical and Physical Optics
  • Kinematics Physics
  • Linear Momentum
  • Magnetism and Electromagnetic Induction
  • Measurements
  • Mechanics and Materials
  • Acceleration Due to Gravity
  • Bouncing Ball Example
  • Bulk Properties of Solids
  • Centre of Mass
  • Collisions and Momentum Conservation
  • Conservation of Energy
  • Elastic Collisions
  • Electromechanical Actuators
  • Force Energy
  • Graphs of Motion
  • Linear Motion
  • Linear Motor
  • Materials Energy
  • Power and Efficiency
  • Projectile Motion
  • Scalar and Vector
  • Stepper Motors
  • Terminal Velocity
  • Vector Problems
  • Work and Energy
  • Medical Physics
  • Modern Physics
  • Nuclear Physics
  • Oscillations
  • Particle Model of Matter
  • Physical Quantities And Units
  • Physics of Motion
  • Quantum Physics
  • Rotational Dynamics
  • Scientific Method Physics
  • Solid State Physics
  • Space Physics
  • Thermodynamics
  • Torque and Rotational Motion
  • Translational Dynamics
  • Turning Points in Physics
  • Wave Optics
  • Waves Physics
  • Work Energy and Power

Defining Young's modulus

The Young's modulus is equal to the longitudinal stress being applied divided by the strain. The stress and strain of an object undergoing tension can be also be expressed as follows: w hen a metal object is pulled by a force F at each end, the object will be stretched from the original length L 0 to a new stretched length L n .

Since the object is stretched the cross-sectional area will be decreased. The stress can be expressed as the tensile force applied (F) measured in newton (N) , divided by the cross-sectional area (A) measured in m 2 , as seen in the equation below. The resulting unit of stress is N/m 2 .

\[\sigma[N/m^2] = \frac{F}{A}\]

The strain, also known as relative deformation, is the change in length caused by tension or compression divided by the original length L 0 . Strain is dimensionless, as both terms of the fraction are measured in metres and can be calculated from the following equation.

\[\varepsilon = \frac{L_n[m]-L_0}{L_0[m]} = \frac{\Delta L}{L_0}\]

Young's modulus formula

The elastic modulus E can be expressed as the stress divided by the strain as shown in the formula below.

\[\text{Young's modulus }[N/m^2] = \frac{\text{stress}}{\text{strain}} = \frac{\sigma}{\varepsilon} = \frac{\frac{F}{A}}{\frac{\Delta L}{L_0}} = \frac{FL_0}{A \Delta L}\]

The units of Young's modulus units are the same as the stress, N/m 2 which is equivalent to Pa (pascal). S ince the elastic modulus is usually a very large number of the magnitude of 10 9 it is often expressed in Giga Pascals, shown as GPa .

\[\text{Young's modulus} = \frac{FL_0}{A \Delta L} = \frac{F[N] L_0[m]}{A[m^2]\Delta L[m]} = \frac{N}{m^2} = Pa\]

A metal bar experiences a load of 60 N applied at the end. The metal bar has a cylindrical shape and cross-sectional area of 0.02 mm 2 . The length of the bar increases by 0.30 percent. Find the elastic modulus of the bar.

Since Young's modulus is required, we need to find the stress and the strain first (remember, Young's modulus is the ratio of stress over strain). We apply the stress formula to find stress.

\[\sigma = \frac{F}{A} = \frac{60 N}{0.02 \cdot 10^{-6} m^2} = 3 \cdot 10^9 Pa\]

Then we apply the strain formula to find the strain:

\[\varepsilon = \frac{L_n - L_0}{L_0} = \frac{\Delta L}{L_0} = 0.3 \% = 0.003\]

Then finally we divide stress over strain to find Young's modulus.

\[\text{Young's modulus} = \frac{\text{stress}}{\text{strain}} = \frac{3 \cdot 10^9}{0.003} = 1 \cdot 10^{12} Pa\]

How is Young's modulus related to Hooke's Law?

Hooke's law states that the force acting on a body or spring creating a displacement Δx, is linear to the displacement created as shown by the equation below, where k is a constant relating to the spring's stiffness. Hooke's law can be applied to situations where a body deforms elastically.

\[F = k \Delta x\]

Similar to Hooke's law, where the extension or compression of a spring is linearly proportional to the force applied; the stress that is applied on a body is linearly proportional to Young's modulus E, as shown in the rearranged equation below.

\[\sigma = E \varepsilon\]

Graphically calculate Young's modulus

Since the elastic modulus of a material is linearly proportional to the stress applied divided by the strain, Young's modulus can also be calculated from a stress-strain graph, which describes a linear deformation as laid out by Hooke's law. Young's modulus is equal to the slope of the linear region of the stress vs strain curve, as shown in the figure below.

Young's modulus, Stress vs strain graph, Vaia

Experiments to show Young's modulus

In order to measure Young's modulus of a metal, several experiments can be constructed. Varying loads will be applied to a copper wire - the resulting extension will be measured to construct a stress-strain graph. According to the stress and strain equations, the required parameters will be measured with the following equipment.

Metre ruler

Wooden block

Methodology

Using the ruler, we measure the initial length of the wire. We use the micrometre to measure the diameter of the wire at three points along its length. This is for the average diameter to be used in the area calculation.

We connect one end of the wire to the pulley that is clamped to a bench, and the other end to a clamped wooden block.

The extension of the wire due to the force of the weights is measured and recorded. The difference between the new length and the original length prior to extension is used in the strain calculation.

Repeat the process to get 5 to 10 more readings. Various measurements with various weights are recommended to be taken to reduce errors.

Then plot stress vs strain and find the elastic modulus by taking the gradient of the line.

Results analysis

The aim of the experiment is to estimate Young's modulus. This can be found by estimating stress and strain. The following steps are required to find stress and strain.

Find the area of the wire using the measured diameter and the equation \(A= \pi r^2\) where \(r=\frac{R}{2}\).

Rearrange Young's modulus formula and solve it for F. This will give us \(F=\frac{(E\cdot A)}{L} \cdot \Delta L\).

The rearranged equation is similar to the equation of a line of the form y = ax, where y is F and the slope is the coefficient of ΔL.

A graph of Force vs ΔL is constructed from the recorded force and extension points so that the slope can be found. The slope \(\frac{\Delta F}{\Delta L}\) is found and multiplied by the original length L 0 and divided to area A, to estimate the value of Young's modulus.

Stress-strain graph and material characteristics

Some important characteristics of materials are shown in the figure below.

The red region indicates the elastic region where it deforms according to Hooke's law, and stress and strain are proportional to each other. The red point indicates the elastic limit or yield point. This is the point to which a material can still hold its original length after the load is applied.

The green region indicates the plastic region where the material is unable to return to its initial state and has undergone permanent deformation. The green point indicates the tensile strength point, until which the material can withstand the maximum load per unit without breaking.

The blue point indicates the breaking point or breaking stress, where the material will break.

Young's modulus, Stress vs strain graph material characteristics, Vaia

Young's Modulus - Key takeaways

Young's modulus is a material's ability to resist change in length under tension or compression.

Young's modulus can be calculated graphically using a stress-strain graph.

Experimental calculation of Young's modulus is possible by constructing a load-length difference.

Using the stress and strain graph, a material's tensile strength and breaking point can be found.

Flashcards in Young's Modulus 13

It is a material's ability to retain its length under tension or compression.

By constructing a stress vs strain graph and using the slope.

Applying loads on a metal wire using a pulley, and measuring its elongation.

Young's Modulus

Learn with 13 Young's Modulus flashcards in the free Vaia app

We have 14,000 flashcards about Dynamic Landscapes.

Already have an account? Log in

Frequently Asked Questions about Young's Modulus

How do you determine Young's modulus experimentally?

You can determine Young's modulus experimentally by applying a load to a material, then creating a load vs change in length graph, and calculating the slope of the graph under study.

What is Young's modulus?

Young’s modulus is the ability of materials to retain their original length/shape under load.

Why does aluminium have a lower Young's modulus than steel?

Because steel is stiffer than aluminium, hence it will be more likely to retain its shape under load.

What does a higher Young's modulus indicate? 

A higher Young's modulus indicates that the material is stiffer and requires higher force to be deformed. 

Discover learning materials with the free Vaia app

1

Vaia is a globally recognized educational technology company, offering a holistic learning platform designed for students of all ages and educational levels. Our platform provides learning support for a wide range of subjects, including STEM, Social Sciences, and Languages and also helps students to successfully master various tests and exams worldwide, such as GCSE, A Level, SAT, ACT, Abitur, and more. We offer an extensive library of learning materials, including interactive flashcards, comprehensive textbook solutions, and detailed explanations. The cutting-edge technology and tools we provide help students create their own learning materials. StudySmarter’s content is not only expert-verified but also regularly updated to ensure accuracy and relevance.

Young's Modulus

Vaia Editorial Team

Team Physics Teachers

  • 7 minutes reading time
  • Checked by Vaia Editorial Team

Study anywhere. Anytime.Across all devices.

Create a free account to save this explanation..

Save explanations to your personalised space and access them anytime, anywhere!

By signing up, you agree to the Terms and Conditions and the Privacy Policy of Vaia.

Sign up to highlight and take notes. It’s 100% free.

Join over 22 million students in learning with our Vaia App

The first learning app that truly has everything you need to ace your exams in one place

  • Flashcards & Quizzes
  • AI Study Assistant
  • Study Planner
  • Smart Note-Taking

Join over 22 million students in learning with our Vaia App

Privacy Overview

A-Level Physics

A-Level Physics

Physics A-Level Resources for AQA, OCR and Edexcel

Young’s Modulus

Introduction

Young’s modulus is a numerical constant, named after the 18th-century English physician and physicist Thomas Young. Young’s modulus is a measure of the ability of a material to withstand changes in length under lengthwise tension or compression. Young’s modulus is also termed the modulus of elasticity.

A. Young’s modulus

Most materials under small strain obey Hooke’s law. Under this circumstance, the ratio between stress and strain is constant. This quantity is called Young’s modulus (E). Young’s modulus measures the resistance of a material to elastic deformation.

graph of young's modulus experiment

B. What Young’s Modulus Means

Young’s modulus describes the stiffness of a material. In simpler terms, it states how easy it is to bend or stretch the material. Young’s modulus of a material is its fundamental property that remains unchanged. But, it is dependent on material temperature. The stress-strain graph for two materials is illustrated in Figure 1 . Material A is stiffer than material B, as a higher stress is needed to produce the same amount of strain. So, Material A will have higher Young’s modulus than Material B.

graph of young's modulus experiment

Figure 1: Young’s Modulus Comparison

C. How to Calculate Young’s Modulus

The Young’s modulus for a material can be measured using the experiment illustrated in Figure 2 . The reference wire and test wire made of the selected material are hung from the ceiling. The reference wire supports a vernier scale, which will measure the extension of the test wire. The slotted masses can be used to vary the force acting on the test wire.

graph of young's modulus experiment

Figure 2: Experiment Set-up

graph of young's modulus experiment

D. Applications of Young’s Modulus

Young’s modulus is very important for doctors and scientists. This parameter can help them determine when a structural implant will deform. Hence, they can design a piece mechanically for use in the body. The following table shows Young’s modulus for different values and applications of the materials.

graph of young's modulus experiment

An Example of Application

A steel wire of diameter 4.0 mm (Area = 12.5 x 10^(-6) m^2) and length 30 m is suspended from an overhead crane and a load of 1500 N is suspended from its free end. The Young’s modulus of the material of the wire is 210 x 10^9 N. It is assumed that the proportionality limit of the wire is not exceeded. The stress, strain and the extension of the wire used in the overhead crane are calculated.

graph of young's modulus experiment

Young’s modulus is an important material property because of its relationship with stress and strain. Young’s modulus for almost all materials is established. In several engineering design calculations, Young’s modulus is used to find either thickness of the material to withstand a given load or stress level on the material for a given load.

graph of young's modulus experiment

The Young modulus may be measured for a material in the form of a wire using the apparatus shown in Figure 1. Two identical wires are hung from a beam; a scale is fixed to one wire and a mass hung on the end to remove kinks in it. This wire is used as a reference standard. The other wire has a small load placed on it to straighten it and a vernier scale which links with the scale on the reference wire. The original length (L) of the test wire is measured and its diameter is found for various points along its length and an average diameter calculated. Hence its mean radius r can be found. Loads are then placed gently on the wire and the extension of the wire found for each one. They should not be dropped, as this would subject the wire to a sudden shock. After each reading the load should be removed to check that the wire returns to its original length, showing that its elastic limit has not been exceeded. A graph is plotted of stress against strain and from this the value of the Young modulus may be found (this is the gradient of the line i.e. F/A divided by e/L). The wires should be long and thin to give as large an extension as possible for a given load while retaining its elastic properties. Two wires are used to eliminate errors due to changes of temperature and sagging of the beam.

Elasticity and Young’s Modulus (Theory, Examples, and Table of Values)

graph of young's modulus experiment

Young’s modulus–the most common type of elastic modulus, seems to be the most important material property for mechanical engineers. It’s pretty important for materials scientists, too, so in this article I’m going to explain what elasticity means, how to calculate Young’s modulus, and why stiffness is so important.

When a material is first exposed to force, it behaves elastically . Elastic behavior means that however the material moves while under load, it returns to its original position when the load is removed. This is true for every material, although sometimes the elastic regime might be really small.

Within the elastic region, a material has stiffness . Stiffness refers to how much force is required for elastic deformation. The inverse of stiffness is called “compliance” (stiffness and compliance have the same relationship as conductivity and resistivity).  Different measures of stiffness are called elastic moduli , and the most common elastic modulus is Young’s modulus . (Yes, named after Thomas Young, the guy who developed the double slit experiment).

If you have ever heard of Hooke’s law, you might already know about elasticity. 

Hooke’s Law as You Learned in High School

Hooke’s law with stress and strain, identifying young’s modulus from the stress-strain curve, calculating young’s modulus, elastic behavior, values of young’s modulus for common materials, applications of young’s modulus, load distribution, final thoughts, references and further reading.

Hooke’s law relates force on a spring to the spring’s displacement.

You could say that applying a force causes elastic deformation in the material. “Deformation” means that the shape is changing, and “elastic” means that when the force is removed, the material returns to its original shape.

Springs are very elastic. You can push them or pull them and the spring displaces, but when the force is removed, the spring returns to its original shape. All materials behave like a spring for at least some small displacement. Hooke’s law applies when a material behaves elastically. 

The point of Hooke’s law is that the elastic deformation is proportional to the force applied. The spring constant determines that proportionality, and if you double the force you get double the displacement.

When we want to measure the elastic behavior of a material–which is important, because every material behaves elastically for some portion–we need to rewrite Hooke’s law to depend on intrinsic properties.

Intrinsic properties are properties that depend only on the material–not how much of the material there is. For example, the mass and volume of steel will be different for every single piece of steel, so they are extrinsic properties.

On the other hand, the ratio of mass and volume–or density–is constant. Whether you have a steel ball bearing or a piece of a skyscraper, the material density is the same, so it’s an intrinsic property.

The intrinsic analogues of force and displacement are stress and strain . 

Stress is just the force divided by the cross-sectional area.

Strain is just the change in displacement divided by the original length.

Extrinsic Properties Intrinsic Properties
Force Displacement Stress Strain

Young’s modulus specifically applies to tension, or pulling forces. The way we test this is with a tensile test , which basically just applies a strain and measures the stress.

If you want to know why strain is the independent variable (instead of stress) or you have any other questions about the stress-strain curve, I suggest you read this article .

I’ll also provide a quick recap in collapsable text here:

Strain, or how far the material is stretched, is graphed on the x-axis. Stress, or the force applied, is graphed on the y-axis. As the material is stretched, at first the force required to stretch it increases linearly. The slope of this linear line is Young’s Modulus .

At some point (we call this point the yield point ) the relationship is no longer linear. The force continues to increase because of strain hardening , but at a less-than-linear rate. Eventually, the bar becomes thin because of necking and the force required to continue displacement actually decreases.

Again, a more in-depth explanation of this behavior is explained in my other article , but for now we are going to focus on the linear portion of the graph, also called the elastic regime .

Young’s modulus tells you exactly how much force will produce a certain displacement, as long as the material is still in the elastic region.

Young’s modulus is just the slope of the linear portion of the stress-strain curve. Slope is 

So just pick any two points on the linear portion, divide the difference in y-values by the difference in x-values, and you have your modulus of elasticity! 

Remember, this modulus is called “Young’s modulus” when the stress-strain graph shows pure tension, but “modulus of elasticity” is a broad term that refers to stiffness in any direction.

In the elastic regime, atomic bonds are being stretched . It turns out that atomic bonds behave similarly to springs, which is why there is a linear relationship between stress and strain here (and yes stretching atomic bonds means that volume is NOT conserved in the elastic regime).

Atomic bonds can stretch and perfectly return to their original shape, which is why this kind of deformation is called elastic deformation.

The opposite of “elastic deformation” is “plastic deformation,” which means that the material does not return to its original shape.

You can see this in the image below.

This stress-strain curve shows the force on the y-axis, and the deformation on the x-axis. The dotted line shows the relationship between force and deformation all the way until the material breaks, but imagine that we didn’t want to break the material.

The graph on the left shows that we add some force and then remove it. Since we stay in the elastic region, atomic bonds simply stretch and return to their original position.

The graph on the right extends the stress past the yield point , which is when the atoms have to move past each other to continue deformation. If you remove the stress, the bonds will relax and some deformation will reverse, but atoms that have moved past each other are now stuck.

Specifically, the yield point is where the stress-strain curve has a 0.2% offset from the Young’s modulus.

Engineers use this 0.2% offset to have an easily-identifiable point on the stress-strain curve. Technically what I’ve been describing so far is called the “proportionality limit” which is the exact point that stress and strain are no longer perfectly linear, but in practice this point is usually impossible to determine.

Before we talk about applications of stiffness, take a look at this table that shows values of Young’s modulus for common materials.

Aluminum69
Cobalt207
Concrete17
Copper117
Diamond1220
Glass50-90
Gold74
Iron210
Lead14
Magnesium45
Molybdenum329
Nickel170
Niobium103
Platinum147
Low-density Polyethylene (LDPE)0.1 – 0.45
Polyvinyl chloride (PVC)2.4 – 4.1
Rubber0.01-0.1
Silicon carbide (SiC)450
Silver72
Tin47
Tungsten400

Here are also two Ashby charts that show elastic modulus on one axis, and other properties on another axis.

Since stiffness is a good approximation of bond strength, it is closely related to melting point. Stiffness is not closely related to strength, since bond strength is only one factor in a material’s overall strength.

When selecting materials, engineers need to control a variety of properties. Cost, operating temperature range, strength, corrosion resistance, and more. For many applications, the most important property is stiffness.

Analogy to Strength

Young’s modulus–or stiffness– is NOT strength. However, it does relate to strength. In most engineering applications, “strength” means yield strength–or the point where elasticity breaks down. Assuming similar yield stresses, higher Young’s modulus will result in higher yield strengths. (But yield stresses can vary quite dramatically).

When you design a part which is limited by strength, what you really mean is that the part must be able to survive a specific force without suffering damage.

If you made a pull up bar, it needs to have enough strength to withstand a person’s bodyweight. As far as engineering applications go, human bodyweight is not that demanding. Nylon is about ⅓ as strong as steel, so from a strength perspective either one would work.

However, the bar should also not move when a person gets on it. Nylon is about 1/100 as stiff as steel, which is why you don’t make pullup bars out of nylon. They would bend too much!

Young’s modulus describes how far something deforms elastically per given force, not how much force it can withstand.

So now you can see that one of the biggest applications of Young’s modulus is to calculate small elastic deformations.

Calculation of Deformation

Although people talk about how “strong” something is, in many cases they are actually interested in the stiffness.

You can use elastic modulus to calculate how far something will deform elastically. For example, imagine a door on a hinge.

The metal hinge needs to keep the door straight enough that it doesn’t bend and touch the floor. If you know the tolerance that the door has, an expected weight on the door (+ a huge safety factor), and the elastic modulus of your hinge material, you can calculate how thick the material needs to be!

Stiffness-Limited Design

Stiffness-limited design refers to applications where stiffness is the main property of interest. Examples of stiffness-limited design applications are support beams (or shafts, or struts), columns, panels, and pressure vessels. These can also be strength-limited–it depends on the other circumstances.

For example, the situation with the door hinge would be stiffness-limited because the wooden door will fail in strength before the hinge does. If you kept putting force on the door, it would either fail because the wood cracked and the screws ripped out, or it would fail because the hinge bent enough that the door touched the floor.

Elastic energy stored

Most engineering applications of elastic energy storage are based on springs, but now you know which materials will work best! You can also think about elastic energy storage if you were making a bow for archery.

If you have multiple materials that support a load together, the materials with the highest elastic modulus will also bear the highest load.

This has implications that go far beyond architectural column design. For example, this phenomenon is one reason why steel is such a bad material for prosthetic implants.

When doctors first began replacing body parts with steel prosthetics, the stiff steel would support most of the patient’s weight. Since the surrounding bones were not be required to support much load anymore, they became very weak and the patient developed further problems.

Today, prosthetics are carefully engineered so that the prosthetic’s elastic modulus matches the elastic modulus of human bone.

Modulus of Resilience

Modulus of Resilience is like toughness, but just for the elastic regime. It tells you how much energy can be absorbed before the material has permanent deformation.

Modulus of Resilience:

Assuming this area is a right triangle (which introduces slight error), then

Speed of Sound

You might not have expected this one! The speed of sound is related to a material’s stiffness and density. Acoustic Engineers would need this information when designing auditoriums.

I don’t have much more to say about this, but it’s just one example of where stiffness comes up that you might not expect!

Stiffness is one of the most important mechanical properties. Stiffness can be determined by calculating the slope of a stress-strain diagram, and it tells you how far a material will bend under a given force.

Ceramics usually have very high stiffness, and polymers have very low stiffness.

Very stiff materials are useful for a variety of applications where engineers don’t want materials to bend. Although strength is the first mechanical property most people think about, stiffness-limited design is just as common as strength-limited design.

If you want to get familiar with the concepts of stress and strain in materials, don’t forget to read this post !

Brandon Ohl

Recent Posts

What are Space Groups? (Simple Explanation)

Space groups are important in materials science because they capture all of the essential symmetry in a crystal structure. Space groups are mathematical constructs that capture every way an object...

Comparison of SC, BCC, FCC, and HCP Crystal Structures

All of this information can be found elsewhere on the site, but here is a quick reference sheet if you want to study the basic crystals quickly before an exam. Here are the links for the thorough...

Plastic 3D Printing Service

Fused Deposition Modeling

HP Multi Jet Fusion

Selective Laser Sintering

Stereolithography

Production Photopolymers

Nexa3D LSPc

Direct Metal Laser Sintering

Metal Binder Jetting

Vapor Smoothing 3D Prints

CNC Machining

CNC Milling

CNC Turning

Wire EDM Machining

Medical CNC

CNC Routing

Sheet Metal Fabrication

Sheet Cutting

Laser Cutting

Waterjet Cutting

Laser Tube Cutting

Tube Bending

Plastic Injection Molding

Quick-Turn Molding

Prototype Molding

Bridge Molding

Production Molding

Overmolding

Insert Molding

Compression Molding

Urethane and Silicone Casting

Plastic Extrusion

Injection Molded Surface Finishes

Custom Plastic Fabrication

Micro Molding

Die Casting

Metal Stamping

Metal Extrusion

Assembly Services

Rapid Prototyping

High-Volume Production

Precision Grinding

Surface Grinding

Powder Coating

Aerospace and Defense

Consumer Products

Design Agencies

Electronics and Semiconductors

Hardware Startups

Medical and Dental

Supply Chain and Purchasing

All Technical Guides

Design Guides

eBooks Library

3D Printing Articles

Injection Molding Articles

Machining Articles

Sheet Cutting Articles

Xometry Production Guide

CAD Add-ins

Manufacturing Standards

Standard Sheet Thicknesses

Standard Tube Sizes

Standard Threads

Standard Inserts

Case Studies

ITAR and Certifications

Supplier Community

Release Notes

Call: +1-800-983-1959

Email: [email protected]

Discover Xometry Teamspace

Meet An Account Rep

eProcurement Integrations

Bulk Upload for Production Quotes

Onboard Xometry As Your Vendor

How to Use the Xometry Instant Quoting Engine®

Test Drive Xometry

Tool Library and Tool Detail Pages

Part Revisions & Same-Suppliers for Repeat Orders

Xometry's Privacy and Security

Xometry’s Quality Assurance

Xometry’s Supplier Network

Xometry's Machine Learning

Xometry's Manufacturing Community

Here’s How to Calculate Young’s Modulus

picture of Kat de Naoum

And why it’s important to know this equation

Elasticity. Image Credit: Shutterstock.com/Anita Silalahi

Whether you’re fresh out of college or it’s been some time since you’ve taken math classes, it’s always helpful to review equations that frequently show face in the work that you do. One example of this that we’d like to cover in our engineering fundamental series is Young’s modulus, which we’ll define below and then break down how to calculate it.

.css-2xf3ee{font-size:0.6em;margin-left:-2em;position:absolute;color:#22445F;} .css-14nvrlq{display:inline-block;line-height:1;height:1em;background-color:currentColor;-webkit-mask:url(https://assets.xometry.com/fontawesome-pro/v6/svgs/light/link.svg) no-repeat center/contain content-box;mask:url(https://assets.xometry.com/fontawesome-pro/v6/svgs/light/link.svg) no-repeat center/contain content-box;-webkit-mask:url(https://assets.xometry.com/fontawesome-pro/v6/svgs/light/link.svg) no-repeat center/contain content-box;aspect-ratio:640/512;vertical-align:-15%;}.css-14nvrlq:before{content:"";} Young’s Modulus — A Quick Refresher

Young’s modulus points to the slope of a stress strain curve and can help show when a material is simply stretching and holding up okay under stress versus when it’s bound to deform or break. It’s an essential insight into the behavior of a material, and can help determine which materials are best to use based on this number and other factors. 

As you can see in this image, this style of graph can help show Young’s modulus, the ultimate strength point of a material, and at what point you can expect deformation or breakage to occur.

Stress Strain Curve

Steps to Calculate Young’s Modulus

To calculate Young’s modulus of elasticity, follow these steps:

1. Measure the Original Length of Your Material with a Micrometer

Use a micrometer to measure the original length (L0) of the material you’re working with, but do this before any force is applied or stretching occurs so that you can get the most accurate answer.

2. Use the Micrometer to Measure the Cross-Sectional Area and Other Diameters

Measure the width and height of your material, then measure out any other diameters it has and note those down. Doing so will help you clock any irregularities and get the most accurate number for the cross-sectional area, which you’ll need to calculate Young’s modulus.

3. Get Slotted Masses Into Place and Apply Force to the Material

Set up several slotted masses and attach them to your material. These will help you better control the tension and deformation process.

4. Use a Vernier Scale to Measure the Different Lengths

Once you start applying force and tension with the slotted masses, you can measure the various lengths of your material as it extends with a vernier scale.

5. Graph Your Measurements

Using a graphing calculator or a computer, create a graph using your measurements so you have a visual representation of your experimental data and can accurately show the important points on the graph.

6. Calculate Young’s Modulus 

Now that you have all the necessary information, you can complete the calculation to find your material’s stiffness and elasticity. You’ll get it by dividing the tensile stress by the tensile strain and then adding in other important information, which you’ll see examples of below. 

Use this equation to do find Young’s modulus: E = Tensile Stress / Tensile Strain = (FL) / (A * Change in L)

7. Analyze Your Graph and Note the Most Important Points

Once you have the graph and equation calculated, double-check your graph and ensure that you can see the clear linear region where elastic behavior for your specific material is shown. If a material has already been stretched and deformed, it’s not likely that you’ll be able to correctly and accurately complete this equation. 

Example Calculations with Different Materials

To really help this concept stick, take a look at the following calculations that find the elasticity modulus of different materials:

In this example, we’ll look at a steel rod and find Young’s modulus for it. Consider the equation if the following factors are true:

  • The rod has an original length (L0) of 2 meters
  • It has a final length (Ln) of 2.04 meters
  • The cross-sectional area (A) is 1 square centimeter (0.0001 square meters)
  • To get the elongation you’ll subtract L0 from Ln (which will be 4 cm in this case)
  • The force (F) applied is 1,000 Newtons (N)

Here’s how you would calculate this: 

Equation: Young’s modulus = (F x L0) / (A x (Ln - L0))

With numbers inputted: Young’s modulus = (1,000 N x 2 m) / (0.0001 m2 x 0.04 m)

Answer: Young’s modulus ≈ 5 x 108 Pascal (Pa)

2. Aluminum

If you’d like to calculate the same equation but with an aluminum rod, here’s how to do so using sample numbers and with less force:

  • The cross sectional area (A) is 1 square centimeter (0.0001 square meters)
  • To get the elongation you’ll subtract L0 from Ln (which will be 4 cm)
  • The force (F) applied is 800 Newtons (N)

With numbers inputted: Young’s modulus = (800 N x 2 m) / (0.0001 m2 x 0.04 m)

Answer: Young’s modulus ≈ 4 x 108 Pascal (Pa)

Here is how this calculation could be determined if we use a rubber band and possible measurements for this type of material: 

  • The rubber band has an L0 of 10 centimeters
  • It has an Ln of 15 centimeters
  • The elongation is 5 centimeters (Ln-L0)
  • The force applied is 20 Newtons

With numbers inputted: Young’s modulus = (20 N x 0.1 m) / (0.0001 m2 x 0.05 m)

Answer: Young’s modulus ≈ 4 x 105 Pascal (Pa)

When you compare all of these different materials, you’ll notice that the Young’s moduli for rubber is a much lower magnitude than steel and aluminum, meaning that the former material is more flexible and elastic, whereas the latter materials are stiffer.

Why It’s Useful to Calculate Young’s Modulus

Engineers use this equation in real-world scenarios for several reasons: 

  • Understanding materials: Knowing the Young’s modulus for a certain material will help you get to know it better and help predict what environments and situations it can be put through with success.
  • Design considerations : When a structure is relying on a specific material or a human needs a particular implant, calculating Young’s modulus will help determine which materials to use, as you’ll have a better understanding of which ones can withstand the stresses. 
  • Stress calculation: You’ll need to know Young’s modulus in order to calculate the stress in a material — another vital factor in engineering and design. 
  • Predicting material failure: With the modulus of elasticity, you can have a much better and more accurate prediction of the point at which a material will break or deform for good under pressure. 

How Xometry Can Help

Xometry provides a wide range of manufacturing capabilities that are important to the engineering, medical, and scientific fields, including compression molding , medical CNC , 3D printing , rapid prototyping , and laser cutting . Get your instant quote today.

The content appearing on this webpage is for informational purposes only. Xometry makes no representation or warranty of any kind, be it expressed or implied, as to the accuracy, completeness, or validity of the information. Any performance parameters, geometric tolerances, specific design features, quality and types of materials, or processes should not be inferred to represent what will be delivered by third-party suppliers or manufacturers through Xometry’s network. Buyers seeking quotes for parts are responsible for defining the specific requirements for those parts. Please refer to our terms and conditions for more information.

Do Graph Neural Networks Work for High Entropy Alloys?

Graph neural networks (GNNs) have excelled in predictive modeling for both crystals and molecules, owing to the expressiveness of graph representations. High-entropy alloys (HEAs), however, lack chemical long-range order, limiting the applicability of current graph representations. To overcome this challenge, we propose a representation of HEAs as a collection of local environment (LE) graphs. Based on this representation, we introduce the LESets machine learning model, an accurate, interpretable GNN for HEA property prediction. We demonstrate the accuracy of LESets in modeling the mechanical properties of quaternary HEAs. Through analyses and interpretation, we further extract insights into the modeling and design of HEAs. In a broader sense, LESets extends the potential applicability of GNNs to disordered materials with combinatorial complexity formed by diverse constituents and their flexible configurations.

1 Introduction

Advances in machine learning (ML) have greatly facilitated the understanding and design of materials. In particular, graph neural networks (GNNs) have undergone extensive development and shown outstanding performance across various tasks for both crystalline and molecular materials [ gnnrev-comm-22 ] , mainly benefiting from the versatility of graph representation in capturing local chemical environments. For molecules, a graph representation is straightforwardly defined by encoding atoms as nodes and chemical bonds as edges [ neurmp-icml-17 ] . This method has then been adapted to crystals [ cgcnn-prl-18 ] , whose repeating units are represented as graphs, with atoms as nodes and nearest neighbors connected by edges. Moreover, graphs are flexible to incorporate physics information, such as electrical charge [ chgnet-nmi-23 ] , spin [ spingnn-prb-24 ] , or symmetry [ e3nn-icml-21 ] , which is highly desirable for materials science applications.

Adopting GNNs to high-entropy alloys (HEAs) has been deemed challenging [ mlhea-prog-23 ] . Single-phase HEAs are chemically disordered alloys formed by multiple metal elements often with near-equimolar concentrations that can lead to short-range correlations [ taheri-mrsb-23 ] . They form a promising candidate space for materials with desired properties ranging from thermal [ mlhea-science-22 ] , mechanical [ toughhea-science-22 ] to catalysis [ heacat-jourle-19 ] . Owing to the lack of periodic (long-range) chemical order of the multiple species, atomistic representations of HEAs with graphs are not as easy to construct as they are for molecules or crystals. Existing ML models for HEAs mainly use tabular descriptors [ nnhea-matter-20 , mlhea-co2-22 , mlelast-acta-22 ] or graph representation of the composition [ ecnet-npj-22 ] , whereas local environments are not considered.

Our recent work [ molsets-prxe-24 ] proposes a “graph set” representation for molecular mixtures, along with an ML model architecture named MolSets to learn molecular chemistry and make predictions of mixture properties. We recognize that HEAs have similar characteristics as molecular mixtures: both are unordered collections of local chemical environments (molecules or atomic sites). With this analogy, we propose a graph set representation of HEAs and an extended ML model LESets to predict the properties of HEAs represented thereby. The remaining sections are organized as follows: Section 2 reviews the literature of related works. In Section 3 , we describe the proposed representation and model. We then present results including benchmark, sensitivity analysis, and model interpretation in Section 4 . Section 5 discusses the benefits, outlook, and limitations.

2 Related Works

In this section, we briefly review the literature in two relevant directions: (1) GNNs for materials property prediction and (2) computational modeling of HEAs at the atomic scale.

GNNs for materials.

GNNs have become an essential method in materials structure–property modeling. The key to building such models is to represent the structure of a material as a graph, a data structure with nodes and edges. Intuitively, graphs are formulated with atoms as nodes, and atoms that share electrons (bonded or are nearest neighbors) are connected by edges, with atomic/bonding descriptors as node/edge features. On graph data, GNNs perform “message passing” to fuse node/edge information and predict graph-level outputs, such as materials properties. Following this approach, GNNs have been applied to molecules [ neurmp-icml-17 ] and crystals [ cgcnn-prl-18 ] . Yet, the applicability is limited to materials with well-defined structures or repeating units, whereas for unordered, combinatorial materials systems, such as HEAs, a graph representation is hard to formulate.

Beyond the simple formulation, graph representation and GNNs are flexible to incorporate various physical information or knowledge. Chemprop [ chemprop-jcim-24 ] employs bi-directional message passing to attain high accuracy in molecular property prediction. ALIGNN [ alignn-npj-21 ] represents bonds and angles by nodes and edges, respectively, thus incorporating angular information in crystals. M3GNet [ m3gnet-ncs-22 ] and MACE [ mace-nips-22 ] utilize many-body interactions; CHGNet [ chgnet-nmi-23 ] and SpinGNN [ spingnn-prb-24 ] encode electrical charge and spin on atoms, respectively. Another broad category of physical information is symmetry, which is incorporated in GNNs in the form of invariance or equivariance [ e3nn-icml-21 , painn-icml-21 ] . As the model proposed in this work is a generic framework agnostic of the exact form of GNN, these are orthogonal yet complementary directions that could be combined with the framework we propose.

Modeling HEAs.

One key challenge to the computational modeling of HEAs is the randomness, or lack of order, in their structures. The atomic scale physics-based modeling techniques, such as density functional theory and molecular dynamics, require well-defined structures as input. Due to the lack of order in HEAs, such studies generally use (special quasi) random structures given composition, construct large supercells to account for the randomness, or construct cluster expansions [ mdhea-ijms-23 , dfthea-jpcc-23 , widom-jmr-18 ] .

Machine learning models take various approaches to handle or bypass such randomness. One way is to form a tabular input data structure from summary statistics of elemental descriptors and model it using conventional ML methods, such as gradient boosting and random forest [ gbrf-md-24 ] , or neural networks. Other ways include constructing input representations from multiple random realizations of structures or frequency counting [ dnnhea-acscat-24 ] . There are also GNN methods, such as ECNet [ ecnet-npj-22 ] , working on graph representations of composition alone. However, the capability of GNNs to capture connectivity and interactions in local chemical environments has not yet been unleashed in HEAs.

3.1 Representing HEA by local environments

mole 1 {\mathrm{cm}}^{3}\text{\,}{\mathrm{mol}}^{-1} start_ARG power start_ARG roman_cm end_ARG start_ARG 3 end_ARG end_ARG start_ARG times end_ARG start_ARG power start_ARG roman_mol end_ARG start_ARG - 1 end_ARG end_ARG ). The weight fraction of a non-center atom is used as an edge feature. Every type of LE is thus represented as a graph.

Refer to caption

The HEA as a whole is an unordered collection of different local environments. For example, the quaternary HEA shown here consists of four types of LEs, centered by Fe, Co, Cr, and Ni, respectively. We represent the HEA as a set of four LE graphs x 𝑥 x italic_x , each associated with a weight fraction w 𝑤 w italic_w that is the fraction of the center element in the HEA’s composition, formally, X = { ( x i , w i ) } 𝑋 subscript 𝑥 𝑖 subscript 𝑤 𝑖 X=\{(x_{i},w_{i})\} italic_X = { ( italic_x start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT , italic_w start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT ) } . This graph set representation captures the atomic interactions of LEs, as well as the flexibility of relations between LEs, matching the unordered configuration of LEs in the HEA structure.

3.2 LESets model

In [ molsets-prxe-24 ] , we present MolSets that integrates GNN with the permutation invariant Deep Sets architecture [ deepstes-nips-17 ] and attention mechanism [ attention-nips-17 ] for molecular mixture property modeling. In MolSets, each molecule is represented as a graph, and a mixture is represented as a weighted set of graphs. Noticing the analogy of this data structure to the LE graph-based representation of HEAs, we extend MolSets to HEAs, named LESets.

Refer to caption

LESets consists of three modules, as shown in Figure 2 . Taking an input datapoint X = { ( x i , w i ) } 𝑋 subscript 𝑥 𝑖 subscript 𝑤 𝑖 X=\{(x_{i},w_{i})\} italic_X = { ( italic_x start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT , italic_w start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT ) } , a GNN module ϕ italic-ϕ \phi italic_ϕ maps each local environment graph x i subscript 𝑥 𝑖 x_{i} italic_x start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT to its intermediate representation vector z i subscript 𝑧 𝑖 z_{i} italic_z start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT , i.e., z i = ϕ ⁢ ( x i ) subscript 𝑧 𝑖 italic-ϕ subscript 𝑥 𝑖 z_{i}=\phi(x_{i}) italic_z start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT = italic_ϕ ( italic_x start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT ) . Then, { ( z i , w i ) } subscript 𝑧 𝑖 subscript 𝑤 𝑖 \{(z_{i},w_{i})\} { ( italic_z start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT , italic_w start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT ) } is aggregated into a global representation vector Z 𝑍 Z italic_Z , which is mapped to the target response y 𝑦 y italic_y (HEA property) by a multilayer perceptron ρ 𝜌 \rho italic_ρ . Overall, the model learns an input–response function of the following form:

(1)

Specifically, for the aggregation ⊕ direct-sum \oplus ⊕ , we take two approaches:

Weighted summation of LE representations, i.e.,

(2)

Adjust LE representations using attention mechanism:

(3)

taking into account the disproportionate importance and interactions between LEs within a HEA, before weighted summation ⊕ { z i , w i } = ∑ w i ⁢ z i direct-sum subscript 𝑧 𝑖 subscript 𝑤 𝑖 subscript 𝑤 𝑖 subscript 𝑧 𝑖 \oplus{\{z_{i},w_{i}\}=\sum w_{i}z_{i}} ⊕ { italic_z start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT , italic_w start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT } = ∑ italic_w start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT italic_z start_POSTSUBSCRIPT italic_i end_POSTSUBSCRIPT .

We name the model using each approach “LESets-att” and “LESets-ws”, respectively. A formal description of the model is provided in Algorithm 1 within Appendix A .

4.1 Data and experimental setup

To test and demonstrate the performance of the LESets model, we conduct experiments on a previously reported DFT-calculated HEA property dataset [ deepsets-hea-22 ] . The dataset contains bulk modulus B 𝐵 B italic_B and Wigner-Seitz radius r ws subscript 𝑟 ws r_{\rm ws} italic_r start_POSTSUBSCRIPT roman_ws end_POSTSUBSCRIPT for 7086 HEAs, 1909 of which also have Young’s modulus E 𝐸 E italic_E reported. We test our and other ML models in predicting these properties and measure their performances using two metrics, coefficient of determination R 2 superscript 𝑅 2 R^{2} italic_R start_POSTSUPERSCRIPT 2 end_POSTSUPERSCRIPT and mean absolute error (MAE).

We compare the LESets model with several previous methods: (1) The Deep Sets model with HEAs represented as sets of elements, as presented in [ deepsets-hea-22 ] . Note that the major distinction of LESets from this model is incorporating local environment information encoded in graphs. (2) Conventional statistical learning methods, including gradient boosting decision trees, random forest, k-nearest neighbors (kNN), support vector machine (SVM), Lasso, and ridge regression, using elemental property descriptors, all implemented in sklearn [ sklearn-jmlr ] . For LESets, we also investigate the effect of using attention in the ⊕ direct-sum \oplus ⊕ module.

Experiments of the deep learning models (Deep Sets and LESets) are conducted with the following procedure. First, the hyperparameters of every model and target property are tuned using grid search on one random split of the dataset. The optimal hyperparameters found by tuning are listed in Table 1 within Appendix B . Then, the dataset undergoes 30 random splits into training, validation, and test data in a 3:1:1 ratio. In each split, the model is trained by minimizing mean squared error (MSE) loss on the training dataset using the AdamW optimizer [ adamw ] , with a weight decay coefficient of 10 − 4 superscript 10 4 10^{-4} 10 start_POSTSUPERSCRIPT - 4 end_POSTSUPERSCRIPT for regularization. The model’s loss on the validation dataset is monitored for learning rate scheduling (learning rate is reduced by half after 10 epochs of no improvement) and early stopping (training is terminated after 20 epochs of no improvement). After training, the model makes predictions on the testing dataset, and its performance metrics are recorded. The models are implemented in PyTorch and PyTorch Geometric (PyG).

For the conventional ML models, experiments are conducted similarly: the hyperparameters are tuned using grid search and 5-fold cross-validation on 40% of the dataset, then their performances are assessed on 30 random splits of the remaining data into training and testing in a 2:1 ratio. Computational details are provided in Appendix A .

4.2 Benchmark test results

In Figure 3 , we show the performance metrics on predicting bulk modulus B 𝐵 B italic_B and Young’s modulus E 𝐸 E italic_E for LESets, Deep Sets, and gradient boosting, which is the best among conventional ML models. As all models attain high R 2 superscript 𝑅 2 R^{2} italic_R start_POSTSUPERSCRIPT 2 end_POSTSUPERSCRIPT and low error for r ws subscript 𝑟 ws r_{\rm ws} italic_r start_POSTSUBSCRIPT roman_ws end_POSTSUBSCRIPT , we exclude it from comparison here. We list the average performance metrics of all tested models and properties in Table 2 within Appendix B . To visualize different models’ predictions, we show their predicted values vs. true values in one of the random data splits in Figure 4 .

Refer to caption

From the results, we find that LESets attains higher prediction accuracy than its counterparts. Notably, compared to Deep Sets, R 2 superscript 𝑅 2 R^{2} italic_R start_POSTSUPERSCRIPT 2 end_POSTSUPERSCRIPT and MAE of LESets vary less across random data splits, which indicates better robustness to data variations. The improvement in accuracy could be because local chemical environment information, such as bonding, plays an important role in determining elastic properties [ mech-book-08 ] .

Refer to caption

A more interesting comparison is between two versions of LESets with different aggregation mechanisms. The simpler LESets-ws outperforms LESets-att in predicting B 𝐵 B italic_B , suggesting that attention-based aggregation is unnecessary in this task. Whereas in predicting E 𝐸 E italic_E , LESets-att regains the advantage. This difference indicates that elements or local environments may have disproportionate importance in determining E 𝐸 E italic_E but not for B 𝐵 B italic_B . Further investigations using electronic structure methods could find physical insights and guide the design principles of HEAs’ elastic properties.

4.3 Sensitivity analysis

As a deep learning model, LESets requires sufficient data to be trained. Although high-throughput computation and data platforms have made materials data more available than before, understanding the data requirement guides model usage as well as data collection efforts [ redundancy-nc-23 ] . To this end, we conduct sensitivity analyses of LESets’ performance with respect to data size.

The analyses are conducted on the performant version of LESets on bulk and Young’s moduli, respectively, viz. LESets-ws for B 𝐵 B italic_B and LESets-att for E 𝐸 E italic_E . For each property, we leave out 20% of the dataset to be the testing dataset and use a fraction of the remaining data in model training. This fraction of data is split into training and validation datasets in a 3:1 ratio. We repeat this experiment 10 times with different random states for every fraction. Figure 5 shows the relation between performance metrics and data fraction. For B 𝐵 B italic_B , LESets’ performance begins saturating when the data fraction is high, whereas for E 𝐸 E italic_E , it maintains a trend of increasing within the range of analysis. This can be partly explained by the much larger number of datapoints for B 𝐵 B italic_B (7086) than that for E 𝐸 E italic_E (1909). Note that LESets’ number of trainable parameters typically ranges from 5000–8000 (varies depending on hyperparameters). The sensitivity analysis results suggest that the number of parameters might be a rough guideline for the required amount of data.

Refer to caption

4.4 Interpretation

One benefit of LESets-att is its interpretability provided by the attention-based aggregation. Following the approach in [ molsets-prxe-24 ] , we investigate the Euclidean norm change of a local environment’s representation vector after attention:

(4)

as a score that reflects its relative importance in the HEA. For simplicity, we refer to the importance of a local environment as the importance of its center element. With this importance score, we use two criteria to find out which elements contribute more to a HEA’s Young’s modulus E 𝐸 E italic_E : (1) elements whose importance score is at least three times the lowest in the HEA; (2) elements with the largest score in the HEA. We plot the frequency of elements satisfying criterion (1) in Figure 6 (a), and of those satisfying both criteria in Figure 6 (b). The identified elements, such as Cr, Co, Mo, Hf, and W, appear to be frequent choices in previous studies designing high-stiffness HEAs [ mechhea-book-21 ] .

Refer to caption

Besides the importance of single elements, we are also interested in the interactions between elements. In Figure 6 (c), we show how an element’s importance score is affected by the presence of another element. Though not identified as “important” by its own I ⁢ m ⁢ p 𝐼 𝑚 𝑝 Imp italic_I italic_m italic_p , elements such as Mn, Nb, and Ta strongly correlate with other elements’ contributions to E 𝐸 E italic_E , and are thus beneficial as additives. Theories behind the additives’ effects, such as mixing enthalpy, have been explored [ mixing-nature-24 ] and remain an active research topic. We envision these and further interpretations enabled by LESets can help derive useful design principles for HEAs and guide materials discovery.

5 Discussions

The methodological advances of LESets are two-fold. Firstly, the graph set representation effectively captures the chemistry of the local environment while maintaining flexibility to cope with the lack of long-range orders in HEAs. Secondly, the use of attention mechanism in aggregation enables finding disproportionate contributions of certain ingredients (LEs in this case). It also allows a qualitative assessment of the ingredients’ importance. This interpretability is useful for guiding materials design and is desired for scientific ML models.

Note that the focus of this work is to highlight the applicability of graph representation and GNNs to HEAs, while accuracy is less emphasized. Hence, the accuracy of LESets shown in Section 4 potentially has room for improvement. Here, we suggest two possible approaches to further optimizing its accuracy: (1) Revisit the selection of elemental descriptors for constructing node features; (2) Fine-tune the layers’ numbers and hidden dimensions, with a focus on trainable parameter numbers in each module of LESets.

The LESets model architecture has demonstrated general applicability for molecular mixtures in [ molsets-prxe-24 ] and HEAs in this work. These are both instances of combinatorial materials systems, whose diverse constituents (LEs, molecules, etc.) and various configurations of constituents form an expansive space with multilevel complexity. Many other materials families, such as heteroanionic materials [ heteroan-am-19 ] , heterostructures [ superlattice-acs-23 ] and defected functional materials [ delibrate-matter-19 ] , are combinatorial materials systems or possess combinatorial complexity. LESets can potentially provide a generic and extensible framework for ML method development for these materials systems.

Limitations.

At last, we discuss the limitations of LESets and future work directions toward overcoming them. (1) LESets’ representation of local environment information is based on an assumption that all elements could appear in an atom’s nearest neighbors, and simplified by modeling their appearance frequencies rather than exact locations. With emerging materials characterization techniques [ atomic-am-24 ] , the atomic-scale structures of HEAs can be obtained. When more exact structural data become available, LESets could utilize them to represent HEAs in a more informative way. (2) In addition to LEs and their configurations at the atomic scale, microstructure also impacts the mechanical properties of HEAs [ hea-micro-22 ] . LESets currently does not take into account microstructure. A future work direction toward more accurate modeling of HEAs’ mechanical properties is extending the representation and model to incorporate multiscale information.

6 Conclusion

In this work, we present a representation of high-entropy alloys (HEAs) as a collection of local environments, and the LESets machine learning model to accurately predict HEAs’ properties using this representation. Through benchmark tests, we demonstrate the advantage of LESets in predicting HEA mechanical properties over existing ML models. Furthermore, we conduct sensitivity analyses to provide guidelines for LESets’ data requirements. Finally, utilizing LESets’ interpretability, we investigate elemental contributions to Young’s modulus of HEAs, deriving insights to guide HEA design. The code will be available at https://github.com/Henrium/LESets .

Acknowledgments and Disclosure of Funding

This work was supported in part by the U.S. National Science Foundation (Awards DMR-2324173 and DMR-2219489). H.Z. was also supported by the Ryan Graduate Fellowship. J.M.R. acknowledges support from the U.S. Department of Navy, Office of Naval Research (Award N000014-16-12280). The authors thank Wangshu Zheng, Xiao-Yan Li, and Pengfei Ou for their valuable insights.

Appendix A Algorithm and computing details

Computing details..

Experiments are performed on a Linux workstation with Intel Xeon W-2295 CPU (18 cores, 3.0 GHz), NVIDIA Quadro RTX 5000 GPU (16 GB memory), and 256 GB of RAM. Training of LESets typically takes 10–20 minutes on one GPU, with variations depending on data size, hyperparameters, and epochs before termination.

Appendix B Supplemental results

Figure 7 shows a typical learning curve of LESets.

Refer to caption

Hyperparameter tuning and experiment tracking are performed using the weights and biases platform [ wandb ] ; the tuning results are listed in Table 1 .

Hyperparameter Young’s Bulk
Convolution operator GraphConv ] CGConv ] CGConv
Convolution layers 2 3 2
FC layers 3 3 3
Hidden dimension 32 32 32
Use attention True False False

Table 2 lists the complete results of model comparisons.

Model Young’s (GPa) Bulk (GPa) (Å)
MAE MAE MAE
LESets-att 8.891 0.920 7.922 0.821 0.011 0.989
LESets-ws 10.03 0.902 7.685 0.828 0.010 0.989
Deep Sets ] 11.19 0.884 7.984 0.819 0.011 0.989
gradient boost 11.18 0.878 9.935 0.764 0.015 0.978
random forest 14.91 0.813 10.87 0.725 0.019 0.966
Lasso 13.65 0.838 10.75 0.742 0.022 0.957
ridge regression 13.62 0.839 10.75 0.741 0.021 0.959
kNN 15.89 0.793 11.66 0.728 0.022 0.951
SVM 23.14 0.556 12.01 0.662 0.013 0.984

Nano-silica and Ground Granulated Blast Furnace Slag Blended Concrete: Impact of Temperature on Stress–Strain Constitutive Model

  • Research Paper
  • Published: 29 August 2024

Cite this article

graph of young's modulus experiment

  • Harpreet Singh 1 &
  • Aditya Kumar Tiwary 1  

This research aims to advance the construction industry’s progression by examining the complicated dynamics of concrete combined with nano-silica (NS) and ground granulated blast furnace slag (GGBFS), with the fundamental goal of establishing a reliable stress–strain constitutive correlation. The potential of blended concrete with NS (0–5%) and GGBFS (0–25%) as partial cement replacements at temperatures ranging from 27 to 1000 °C was investigated to address critical issues such as fire damage and durability aspects. The results showed an impactful improvement in the stress–strain characteristics within blended concrete by selectively evaluating stress–strain behaviour together with thorough evaluations of compressive strength, elastic modulus, water sorptivity, sulphate resistance, and water absorption. The results appear at 4% NS and 20% GGBFS, yielding better mechanical, resilient, and micro-structural performance at high temperatures. Amidst deterioration, the blended concrete outperformed the control sample, demonstrating the synergistic benefits of NS and GGBFS in creating a more waterproof and long-lasting concrete structure. In the last phase, the correlation between mechanical properties at ambient (27 °C) and increased temperatures was presented to develop a strong stress–strain constitutive model. This model relates the experimental data well, confirming the intricacies of the created concrete blend. This study not only improves the clarity of the observations into concrete performance but also strengthens the application of this study in real-world circumstances, laying the framework for future construction improvements.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Subscribe and save.

  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime

Price includes VAT (Russian Federation)

Instant access to the full article PDF.

Rent this article via DeepDyve

Institutional subscriptions

graph of young's modulus experiment

Data Availability

No datasets were generated or analysed during the current study.

Abbreviations

Reference concrete samples

Blended concrete samples having 1% NS and 5% GGBFS

Blended concrete samples having 2% NS and 10% GGBFS

Blended concrete samples having 3% NS and 15% GGBFS

Blended concrete samples having 4% NS and 20% GGBFS

Blended concrete samples having 5% NS and 25% GGBFS

Ordinary Portland cement

Ground granulated blast furnace slag

Nano-silica

Calcium hydroxide

Calcium silicate hydrate

Calcium aluminate silicate hydrate

Fineness modulus

Specific gravity

Scanning electron microscopy

X-ray diffraction

Water/cement ratio

Depth of water absorbed by concrete specimen through capillary action \((mm)\)

Variation in mass of concrete sample in sorptivity test \((gm)\)

Exposed area of concrete specimen to water in sorptivity test \(({mm}^{2})\)

Density of water \((gm/m{m}^{3})\)

Weight loss \((\%)\)

Weight of concrete specimen before acid resistance test \((kg)\)

Weight of concrete specimen after acid resistance test \((kg)\)

Water absorption of the concrete specimens \((\%)\)

Weight of oven-dry concrete specimen \((kg)\)

Weight of saturated surface dry concrete specimen after immersion in water for 24 h \((kg)\)

Compression strength of concrete specimen \((MPa)\)

Modulus of elasticity of concrete specimen \((MPa)\)

Stress value analogous with axial strain value of 0.00005 in concrete specimen \((MPa)\)

Stress value analogous with 40% of peak load in concrete specimen \((MPa)\)

Axial strain analogous with stress value of \({S}_{2}\) in concrete specimen

Ultimate load in compression experiments on concrete specimen \((N)\)

Diameter of the cylindrical concrete sample for compression test \((mm)\)

Residual compression strength of cylindrical concrete specimens at raised temperature \(\left(MPa\right)\)

Compression strength of cylindrical concrete specimens \(\left(MPa\right)\)

Residual modulus of elasticity of concrete at raised temperature \(\left(MPa\right)\)

Residual strain analogous with ultimate stress at elevated temperature

Strain analogous with ultimate stress

Modification parameter for compression strength of concrete depending on exposure temperature

Modification factor for compression strength of concrete based on amount of nano-silica

Modification factor for compression strength of concrete based on amount of GGBFS

Modification factor for elastic modulus of concrete depending on exposure temperature

Modification factor for elastic modulus of concrete depending on proportion of nano-silica

Modification factor for elastic modulus of concrete depending on proportion of GGBFS

Modification factor for strain corresponding to peak stress depending on exposure temperature

Modification factor for strain corresponding to peak stress depending on proportion of nano-silica

Modification factor for strain corresponding to peak stress depending on proportion of GGBFS

Modification factor for stress–strain constitutive model depending of exposure temperature

Proportion of nano-silica in decimals \((N\%/100)\)

Proportion of GGBFS in decimals \((G\%/100)\)

Exposure temperature

Secant modulus of elasticity at peak stress level

Stress value in stress–strain constitutive model

Strain value in stress–strain constitutive model

Abdalla JA, Thomas BS, Hawileh RA et al (2022a) Influence of nano-TiO 2 , nano-Fe 2 O 3 , nanoclay and nano-CaCO 3 on the properties of cement/geopolymer concrete. Clean Mater 4:100061. https://doi.org/10.1016/j.clema.2022.100061

Article   Google Scholar  

Abdalla TA, Koteng DO, Shitote SM, Matallah M (2022b) Mechanical and durability properties of concrete incorporating silica fume and a high volume of sugarcane bagasse ash. Res Eng 16:10066. https://doi.org/10.1016/j.rineng.2022.100666

Abdi Moghadam M, Izadifard RA (2019) Experimental investigation on the effect of silica fume and zeolite on mechanical and durability properties of concrete at high temperatures. SN Appl Sci 1:682. https://doi.org/10.1007/s42452-019-0739-2

Ahlem Houaria MB, Abdelkader M, Marta C, Abdelhafid K (2017) Comparison between the permeability water and gas permeability of the concretes under the effect of temperature. Energy Procedia Elsevier Ltd 139:725–730. https://doi.org/10.1016/j.egypro.2017.11.278

Ahmed HU, Mohammed AS, Faraj RH et al (2022) Compressive strength of geopolymer concrete modified with nano-silica: experimental and modeling investigations. Case Stud Constr Mater 16:e01036. https://doi.org/10.1016/j.cscm.2022.e01036

Alhamad A, Yehia S, Lublóy É, Elchalakani M (2022) Performance of different concrete types exposed to elevated temperatures: a review. Materials 15:5032. https://doi.org/10.3390/ma15145032

Alqamish HH, Al-Tamimi AK (2021) Development and evaluation of nano-silica sustainable concrete. Appl Sci (switzerland) 11:3041. https://doi.org/10.3390/app11073041

Althoey F, Zaid O, Martínez-García R et al (2023) Impact of nano-silica on the hydration, strength, durability, and microstructural properties of concrete: a state-of-the-art review. Case Stud Constr Mater 18:e01997. https://doi.org/10.1016/j.cscm.2023.e01997

Anand N, Arulraj GP (2014) Effect of grade of concrete on the performance of self-compacting concrete beams subjected to elevated temperatures. Fire Technol 50:1269–1284. https://doi.org/10.1007/s10694-013-0345-6

Anand N, Thanaraj DP, Andrushia D et al (2023) Microstructure investigation, strength assessment, and thermal modelling of concrete exposed to different heating cooling regimes. J Therm Anal Calorim. https://doi.org/10.1007/s10973-023-11998-5

Arslan F, Benli A, Karatas M (2020) Effect of high temperature on the performance of self-compacting mortars produced with calcined kaolin and metakaolin. Constr Build Mater 256:119497. https://doi.org/10.1016/j.conbuildmat.2020.119497

Ashwini K, Srinivasa Rao P (2022) Effect of elevated temperature on strength and durability properties of concrete using nano-silica and alccofine. Res Eng Struct Mater 8:101–115. https://doi.org/10.17515/resm2021.281st0419

ASTM C1585–13 2013 Standard test method for measurement of rate of absorption of water by hydraulic-cement concretes

ASTM C 469–02 2002 Standard test method for static modulus of elasticity and poisson’s ratio of concrete in compression

Babalola OE, Awoyera PO, Tran MT et al (2020) Mechanical and durability properties of recycled aggregate concrete with ternary binder system and optimized mix proportion. J Market Res 9:6521–6532. https://doi.org/10.1016/j.jmrt.2020.04.038

Babalola OE, Awoyera PO, Le DH, Bendezú Romero LM (2021) A review of residual strength properties of normal and high strength concrete exposed to elevated temperatures: Impact of materials modification on behaviour of concrete composite. Constr Build Mater 296:123448. https://doi.org/10.1016/j.conbuildmat.2021.123448

Balapour M, Joshaghani A, Althoey F (2018) Nano-SiO 2 contribution to mechanical, durability, fresh and microstructural characteristics of concrete: a review. Constr Build Mater 181:27–41. https://doi.org/10.1016/j.conbuildmat.2018.05.266

Behzadian R, Shahrajabian H (2019) Experimental study of the effect of nano-silica on the mechanical properties of concrete/pet composites. KSCE J Civ Eng 23:3660–3668. https://doi.org/10.1007/s12205-019-2440-9

Benli A, Karataş M, Bakir Y (2017) An experimental study of different curing regimes on the mechanical properties and sorptivity of self-compacting mortars with fly ash and silica fume. Constr Build Mater 144:552–562. https://doi.org/10.1016/j.conbuildmat.2017.03.228

Bošnjak J, Ožbolt J, Hahn R (2013) Permeability measurement on high strength concrete without and with polypropylene fibers at elevated temperatures using a new test setup. Cem Concr Res 53:104–111. https://doi.org/10.1016/j.cemconres.2013.06.005

Carreira DJ, Chu K-H (1985) Stress–strain relationship for plain concrete in compression. ACI J 82:797–804

Google Scholar  

Chithra S, Senthil Kumar SRR, Chinnaraju K (2016) The effect of Colloidal nano-silica on workability, mechanical and durability properties of high performance concrete with copper slag as partial fine aggregate. Constr Build Mater 113:794–804. https://doi.org/10.1016/j.conbuildmat.2016.03.119

Chukka NDKR, Reddy BS, Vasugi K et al (2022) Experimental testing on mechanical, durability, and adsorption dispersion properties of concrete with multiwalled carbon nanotubes and silica fumes. Adsorpt Sci Technol 2022:4347753. https://doi.org/10.1155/2022/4347753

Dabbaghi F, Dehestani M, Yousefpour H et al (2021) Residual compressive stress–strain relationship of lightweight aggregate concrete after exposure to elevated temperatures. Constr Build Mater 298:123890. https://doi.org/10.1016/j.conbuildmat.2021.123890

Dahish HA, Almutairi AD (2023) Effect of elevated temperatures on the compressive strength of nano-silica and nano-clay modified concretes using response surface methodology. Case Stud Constr Mater 18:e02032. https://doi.org/10.1016/j.cscm.2023.e02032

Deb PS, Sarker PK, Barbhuiya S (2015) Effects of nano-silica on the strength development of geopolymer cured at room temperature. Constr Build Mater 101:675–683. https://doi.org/10.1016/j.conbuildmat.2015.10.044

Eurocode 2: Design of concrete structures - Part 1–1 : general rules and rules for buildings European committee for standardization, Brussels, Belgium, 2004

Fallah S, Nematzadeh M (2017) Mechanical properties and durability of high-strength concrete containing macro-polymeric and polypropylene fibers with nano-silica and silica fume. Constr Build Mater 132:170–187. https://doi.org/10.1016/j.conbuildmat.2016.11.100

Gupta T, Siddique S, Sharma RK, Chaudhary S (2017) Effect of elevated temperature and cooling regimes on mechanical and durability properties of concrete containing waste rubber fiber. Constr Build Mater 137:35–45. https://doi.org/10.1016/j.conbuildmat.2017.01.065

Hamouda AS, Eldien MS, Abadir MF (2020) Carbon dioxide capture by ammonium hydroxide solution and its possible application in cement industry. Ain Shams Eng J 11:1061–1067. https://doi.org/10.1016/j.asej.2020.01.001

Heikal M, Zaki MEA, Ibrahim SM (2021) Characterization, hydration, durability of nano-Fe 2 O 3 -composite cements subjected to sulphates and chlorides media. Constr Build Mater 269:121310. https://doi.org/10.1016/j.conbuildmat.2020.121310

Hwangbo D, Son D-H, Suh H et al (2023) Effect of nanomaterials (carbon nanotubes, nano-silica, graphene oxide) on bond behavior between concrete and reinforcing bars. Case Stud Constr Mater 18:e02206. https://doi.org/10.1016/j.cscm.2023.e02206

Ibrahim M, Megat Johari MA, Rahman MK et al (2018) Enhancing the engineering properties and microstructure of room temperature cured alkali activated natural pozzolan based concrete utilizing nanosilica. Constr Build Mater 189:352–365. https://doi.org/10.1016/j.conbuildmat.2018.08.166

IS 10262 : 2019; Concrete Mix Proportioning - Guidelines (2019) Bureau of Indian standards, New Delhi, India, 2019

IS 516 (Part 1/Sec 1) : 2021; Hardened concrete—methods of test (2021) Bureau of Indian standards, New Delhi, India, 2021

IS 8112 : 2013; ORDINARY PORTLAND CEMENT - 43 GRADE - SPECIFICATION Bureau of Indian standards, New Delhi, India, 2013

Fire resistance tests-Elements of building construction-Part 11: Specific requirements for the assessment of fire protection to structural steel elements (2014) International Organization for Standardization, Geneva, Switzerland, 2014

Jacques KTJ, Zengyao W, Shoude W et al (2023) The influence of different fine aggregate and cooling regimes on the engineering properties of sulphoaluminate cement mortar after heating. Case Stud Constr Mater 18:e01866. https://doi.org/10.1016/j.cscm.2023.e01866

Jha P, Pathak A (2023) Strength prediction of sustainable concrete incorporating rice husk ash by using regression technique. Mater Today Proc 74:349–353. https://doi.org/10.1016/j.matpr.2022.08.404

Jha P, Sachan AK, Singh RP (2021a) Utilization of stone dust as an effective alternative for sand replacement in concrete. RILEM Bookseries. Springer Science and Business Media B.V, Cham, pp 513–526

Jha P, Sachan AK, Singh RP (2021c) Agro-waste sugarcane bagasse ash (ScBA) as partial replacement of binder material in concrete. Mater Today Proc Elsevier Ltd 44:419–427

Jha P, Sachan AK, Singh RP (2022a) Strength properties and durability of concrete prepared from sugarcane bagasse ash and stone dust. Sugar Tech 24:746–763. https://doi.org/10.1007/s12355-021-01047-6

Jha P, Sachan AK, Singh RP (2020) Investigation on the durability of concrete with partial replacement of cement by bagasse ash (BAH) and sand by stone dust (SDT). In: Materials Today: Proceedings. Elsevier Ltd, pp 237–243

Jha P, Sachan AK, Singh RP (2021b) Bagasse Ash (ScBa) and Its Utilization in Concrete as Pozzolanic Material: A Review. In: Lecture Notes in Civil Engineering. Springer Science and Business Media Deutschland GmbH, Singapore, pp 471–480

Jha P, Sachan AK, Singh RP (2021d) Properties of Concrete with Bagasse Ash and Stone Dust Exposed to Sulphate Attack. In: Lecture Notes in Civil Engineering. Springer Science and Business Media Deutschland GmbH, 29–37 . https://doi.org/10.1007/978-981-33-6389-2_4

Jha P, Sachan AK, Singh RP (2022b) An Overview: Supplementary Cementitious Materials. In: Advances in Construction Materials and Sustainable Environment: Select Proceedings of ICCME 2020, Springer Singapore, Singapore, pp 53–63

Jiang W, Li X, Lv Y et al (2018) Cement-based materials containing graphene oxide and polyvinyl alcohol fiber: Mechanical properties, durability, and microstructure. Nanomaterials 8:638. https://doi.org/10.3390/nano8090638

Kanagaraj B, Anand N, Andrushia AD, Lubloy E (2022) Investigation on engineering properties and micro-structure characteristics of low strength and high strength geopolymer composites subjected to standard temperature exposure. Case Stud Constr Mater 17:e01608. https://doi.org/10.1016/j.cscm.2022.e01608

Kanagaraj B, Anand N, Cashell KA, Andrushia AD (2023) Post-fire behaviour of concrete containing nano-materials as a cement replacement material. Case Stud Constr Mater 18:e02171. https://doi.org/10.1016/j.cscm.2023.e02171

Kantarci F, Türkmen İ, Ekinci E (2021) Improving elevated temperature performance of geopolymer concrete utilizing nano-silica, micro-silica and styrene-butadiene latex. Constr Build Mater 286:122980. https://doi.org/10.1016/j.conbuildmat.2021.122980

Karakouzian M, Farhangi V, Farani MR et al (2021) Mechanical characteristics of cement paste in the presence of carbon nanotubes and silica oxide nanoparticles: an experimental study. Materials 14:1347. https://doi.org/10.3390/ma14061347

Kashyap VS, Sancheti G, Yadav JS (2023) Durability and microstructural behavior of Nano silica-marble dust concrete. Cleaner Materials 7:100165. https://doi.org/10.1016/j.clema.2022.100165

Khaliq W, Taimur, (2018) Mechanical and physical response of recycled aggregates high-strength concrete at elevated temperatures. Fire Saf J 96:203–214. https://doi.org/10.1016/j.firesaf.2018.01.009

Kim BJ, Lee GW, Choi YC (2022) Hydration and mechanical properties of high-volume fly ash concrete with nano-silica and silica fume. Materials 15:6599. https://doi.org/10.3390/ma15196599

Kiran T, Anand N, Mathews ME et al (2022a) Investigation on improving the residual mechanical properties of reinforcement steel and bond strength of concrete exposed to elevated temperature. Case Stud Constr Mater 16:e01128. https://doi.org/10.1016/j.cscm.2022.e01128

Kiran T, MathewsN A, ME et al (2022b) Influence of mineral admixtures on the residual mechanical properties and durability characteristics of self-compacting concrete subjected to high temperature. Aust J Civ Eng 20:244–260. https://doi.org/10.1080/14488353.2021.1953682

Kiran T, Yadav SK, N A, et al (2022c) Performance evaluation of lightweight insulating plaster for enhancing the fire endurance of high strength structural concrete. J Build Eng 57:104902. https://doi.org/10.1016/j.jobe.2022.104902

Kubissa W, Jaskulski R (2013) Measuring and time variability of the sorptivity of concrete. Procedia engineering. Elsevier Ltd, Amsterdam, pp 634–641

Kumar R, Singh S, Singh LP (2017) Studies on enhanced thermally stable high strength concrete incorporating silica nanoparticles. Constr Build Mater 153:506–513. https://doi.org/10.1016/j.conbuildmat.2017.07.057

Kumar A, Rajkishor KN et al (2024) Effect of ground granulated blast slag and temperature curing on the strength of fly ash-based geopolymer concrete. Eng Technol Appl Sci Res 14:13319–13323. https://doi.org/10.48084/etasr.6874

Leung HY, Kim J, Nadeem A et al (2016) Sorptivity of self-compacting concrete containing fly ash and silica fume. Constr Build Mater 113:369–375. https://doi.org/10.1016/j.conbuildmat.2016.03.071

Li W, Ji W, Isfahani FT et al (2017) Nano-silica sol-gel and carbon nanotube coupling effect on the performance of cement-based materials. Nanomaterials 7:185. https://doi.org/10.3390/nano7070185

Luo X, Sun W, Yin S, Chan N (2000) Effect of heating and cooling regimes on residual strength and microstructure of normal strength and high-performance concrete. Cem Concr Res 30:379–383. https://doi.org/10.1016/S0008-8846(99)00264-1

Ma Q, Guo R, He K et al (2018) Performance of modified lightweight aggregate concrete after exposure to high temperatures. Mag Concr Res 70:1243–1255. https://doi.org/10.1680/jmacr.18.00033

Mansourghanaei M, Biklaryan M, Mardookhpour A (2022) Experimental study of the effects of adding silica nanoparticles on the durability of geopolymer concrete. Aust J Civ Eng. https://doi.org/10.1080/14488353.2022.2120247

Mathews ME, Kiran T, Hasa Naidu VC et al (2020b) Effect of high-temperature on the mechanical and durability behaviour of concrete. Materials today: proceedings. Elsevier Ltd, Amsterdam, pp 718–725

Mathews ME, Anand N, Arulraj GP, Kiran T (2020a) Rheological and mechanical characteristics of self-compacting concrete with utilization of supplementary sustainable cementitious materials. In: IOP Conference Series: Earth and Environmental Science

Memon SA, Shah SFA, Khushnood RA, Baloch WL (2019) Durability of sustainable concrete subjected to elevated temperature—a review. Constr Build Mater 199:435–455

Murad YZ, Aljaafreh AJ, AlMashaqbeh A, Alfaouri QT (2022) Cyclic behaviour of heat-damaged beam−column joints modified with nano-silica, nano-titanium, and nano-alumina. Sustainability 14:10916. https://doi.org/10.3390/su141710916

Nadeem A, Memon SA, Lo TY (2014) The performance of fly ash and Metakaolin concrete at elevated temperatures. Constr Build Mater 62:67–76. https://doi.org/10.1016/j.conbuildmat.2014.02.073

Najeeb Z, Mosaberpanah MA (2023) Mechanical and durability properties of modified high-performance mortar by using cenospheres and nano-silica. Constr Build Mater 362:129782. https://doi.org/10.1016/j.conbuildmat.2022.129782

Nazari A, Sanjayan JG (2015) Hybrid effects of alumina and silica nanoparticles on water absorption of geopolymers: application of Taguchi approach. Measurement (lond) 60:240–246. https://doi.org/10.1016/j.measurement.2014.10.004

Noumowe AN, Siddique R, Debicki G (2009) Permeability of high-performance concrete subjected to elevated temperature (600 °C). Constr Build Mater 23:1855–1861. https://doi.org/10.1016/j.conbuildmat.2008.09.023

Obla K, Lobo C, Hong R, Kim H (2015) Optimizing concrete mixtures for performance and sustainability

Palla R, Karade SR, Mishra G et al (2017) High strength sustainable concrete using silica nanoparticles. Constr Build Mater 138:285–295. https://doi.org/10.1016/j.conbuildmat.2017.01.129

Paul Thanaraj D, Kiran T, Kanagaraj B et al (2023) Influence of heating-cooling regime on the engineering properties of structural concrete subjected to elevated temperature. Buildings 13:295. https://doi.org/10.3390/buildings13020295

Praveen Kumar VV, Dey S (2023) Study on strength and durability characteristics of nano-silica based blended concrete. Hybrid Advan 2:100011. https://doi.org/10.1016/j.hybadv.2022.100011

Qureshi LA, Ali B, Ali A (2020) Combined effects of supplementary cementitious materials (silica fume, GGBS, fly ash and rice husk ash) and steel fiber on the hardened properties of recycled aggregate concrete. Constr Build Mater 263:120636. https://doi.org/10.1016/j.conbuildmat.2020.120636

Rafi MM, Aziz T (2022) Experimental testing of fly ash containing recycled aggregate concrete exposed to high temperatures. Sustain Resilient Infrastruct 7:1–16. https://doi.org/10.1080/23789689.2019.1681820

Ramanathan V, Feng Y (2009) Air pollution, greenhouse gases and climate change: global and regional perspectives. Atmos Environ 43:37–50. https://doi.org/10.1016/j.atmosenv.2008.09.063

Ramzi S, Hajiloo H (2023) The effects of supplementary cementitious materials (scms) on the residual mechanical properties of concrete after exposure to high temperatures—review. Buildings 13

Rao SK, Sravana P, Rao TC (2016) Abrasion resistance and mechanical properties of roller compacted concrete with GGBS. Constr Build Mater 114:925–933. https://doi.org/10.1016/j.conbuildmat.2016.04.004

Ravitheja A, Kiran Kumar NLN (2019) Effect of nano-silica and GGBS on the strength properties of fly ash-based geopolymers. Lecture notes in civil engineering. Springer, New York, pp 449–458

Reddy LSI, Vijayalakshmi MM, Praveenkumar TR (2022) Thermal conductivity and strength properties of nanosilica and GGBS incorporated concrete specimens. SILICON 14:145–151. https://doi.org/10.1007/s12633-020-00813-7

Rupasinghe M, San Nicolas R, Mendis P et al (2017) Investigation of strength and hydration characteristics in nano-silica incorporated cement paste. Cem Concr Compos 80:17–30. https://doi.org/10.1016/j.cemconcomp.2017.02.011

Said AM, Zeidan MS, Bassuoni MT, Tian Y (2012) Properties of concrete incorporating nano-silica. Constr Build Mater 36:838–844. https://doi.org/10.1016/j.conbuildmat.2012.06.044

Saini G, Vattipalli U (2020) Assessing properties of alkali activated GGBS based self-compacting geopolymer concrete using nano-silica. Case Stud Constr Mater 12:e00352. https://doi.org/10.1016/j.cscm.2020.e00352

Saloma NA, Imran I, Abdullah M (2015) Improvement of concrete durability by nanomaterials. Procedia engineering. Elsevier Ltd, Amsterdam, pp 608–612

Shicong K, Spoon C (2006) Compressive strength, pore size distribution and Chloride-ion penetration of recycled aggregate concrete incorporating class-F fly ash. J Wuhan Univ Technol Mater Sci Ed 21:130–136. https://doi.org/10.1007/BF02841223

Shumuye ED, Zhao J, Wang Z (2019) Effect of fire exposure on physico-mechanical and microstructural properties of concrete containing high volume slag cement. Constr Build Mater 213:447–458. https://doi.org/10.1016/j.conbuildmat.2019.04.079

Siddique R, Kaur D (2012) Properties of concrete containing ground granulated blast furnace slag (GGBFS) at elevated temperatures. J Adv Res 3:45–51. https://doi.org/10.1016/j.jare.2011.03.004

Singh H, Tiwary AK (2024) Influence of Nanosilica and ground granulated blast furnace slag on mechanical and durability properties of blended concrete over varied fire durations. J Mater Civ Eng 36:4024260. https://doi.org/10.1061/JMCEE7.MTENG-17793

Singh G, Tiwary AK, Singh S et al (2022) Incorporation of silica fumes and waste glass powder on concrete properties containing crumb rubber as a partial replacement of fine aggregates. Sustainability 14:14453. https://doi.org/10.3390/su142114453

Singh H, Kumar Tiwary A, Singh S (2023a) Experimental investigation on the performance of ground granulated blast furnace slag and nano-silica blended concrete exposed to elevated temperature. Constr Build Mater 394:132088. https://doi.org/10.1016/j.conbuildmat.2023.132088

Singh H, Tiwary AK, Eldin SM, Ilyas RA (2023b) Behavior of stiffened concrete-filled steel tube columns infilled with nanomaterial-based concrete subjected to axial compression. J Market Res 24:9580–9593. https://doi.org/10.1016/j.jmrt.2023.05.135

Sujay HM, Nair NA, Sudarsana Rao H, Sairam V (2020) Experimental study on durability characteristics of composite fiber reinforced high-performance concrete incorporating nanosilica and ultra fine fly ash. Constr Build Mater 262:120738. https://doi.org/10.1016/j.conbuildmat.2020.120738

Tasdemir C (2003) Combined effects of mineral admixtures and curing conditions on the sorptivity coefficient of concrete. Cem Concr Res 33:1637–1642. https://doi.org/10.1016/S0008-8846(03)00112-1

Thanaraj DP, Anand N, Prince Arulraj G, Zalok E (2020) Post-fire damage assessment and capacity based modeling of concrete exposed to elevated temperature. Int J Damage Mech 29:748–779. https://doi.org/10.1177/1056789519881484

Tiwary AK, Singh S, Kumar R et al (2022) Effects of elevated temperature on the residual behavior of concrete containing marble dust and foundry sand. Materials 15:3632. https://doi.org/10.3390/ma15103632

Tiwary AK, Singh H, Eldin SM, Ilyas RA (2023) Residual mechanical properties of concrete incorporated with nano supplementary cementitious materials exposed to elevated temperature. Nanotechnol Rev 12:20230162. https://doi.org/10.1515/ntrev-2023-0162

Tung TM, Babalola OE, Le D-H (2023) Experimental investigation of the performance of ground granulated blast furnace slag blended recycled aggregate concrete exposed to elevated temperatures. Clean Waste Sys 4:100069. https://doi.org/10.1016/j.clwas.2022.100069

Uysal M, Akyuncu V (2012) Durability performance of concrete incorporating class F and class C fly ashes. Constr Build Mater 34:170–178. https://doi.org/10.1016/j.conbuildmat.2012.02.075

Uysal M, Yilmaz K, Ipek M (2012) Properties and behavior of self-compacting concrete produced with GBFS and FA additives subjected to high temperatures. Constr Build Mater 28:321–326. https://doi.org/10.1016/j.conbuildmat.2011.08.076

Varona FB, Baeza-Brotons F, Tenza-Abril AJ et al (2020) Residual compressive strength of recycled aggregate concretes after high temperature exposure. Materials 13:1981. https://doi.org/10.3390/MA13081981

Wang J, Xie J, He J et al (2020) Combined use of silica fume and steel fibre to improve fracture properties of recycled aggregate concrete exposed to elevated temperature. J Mater Cycles Waste Manag 22:862–877. https://doi.org/10.1007/s10163-020-00990-y

Wang J, Xu L, Li M et al (2022) Effect of pre-carbonation on the properties of cement paste subjected to high temperatures. J Build Eng 51:104337. https://doi.org/10.1016/j.jobe.2022.104337

Wang J, Guo J, Su J et al (2024) Improving the bonding performance of new and old cement pastes by high-temperature treatment on the surface of old cement pastes. J Build Eng 90:109482. https://doi.org/10.1016/j.jobe.2024.109482

Xie J, Zhao J, Wang J et al (2021) Investigation of the high-temperature resistance of sludge ceramsite concrete with recycled fine aggregates and GGBS and its application in hollow blocks. J Build Eng 34:101954. https://doi.org/10.1016/j.jobe.2020.101954

Xu L, Wang J, Li K et al (2022) A systematic review of factors affecting properties of thermal-activated recycled cement. Resour Conserv Recycl 185:106432. https://doi.org/10.1016/j.resconrec.2022.106432

Xu L, Wang J, Li K et al (2023a) Investigations on the rehydration of recycled blended SCMs cement. Cem Concr Res 163:107036. https://doi.org/10.1016/j.cemconres.2022.107036

Xu L, Wang J, Li K et al (2023b) New insights on dehydration at elevated temperature and rehydration of GGBS blended cement. Cem Concr Compos 139:105068. https://doi.org/10.1016/j.cemconcomp.2023.105068

Yakovlev G, Polyanskikh I, Gordina A et al (2021) Influence of sulphate attack on properties of modified cement composites. Appl Sci 11:8509. https://doi.org/10.3390/app11188509

Yang F, Li H, Zhao G et al (2020) Mechanical performance and durability evaluation of sandstone concrete. Advan Mater Sci Eng 2020(1):2417496. https://doi.org/10.1155/2020/2417496

Yasmin M (2021) Compressive strength prediction for concrete modified with nanomaterials. Case Stud Constr Mater 15:e00660. https://doi.org/10.1016/j.cscm.2021.e00660

Yasser N, Abdelrahman A, Kohail M, Moustafa A (2023) Experimental investigation of durability properties of rubberized concrete. Ain Shams Eng J. https://doi.org/10.1016/j.asej.2022.102111

Download references

Author information

Authors and affiliations.

Department of Civil Engineering, University Institute of Engineering, Chandigarh University, Mohali, Punjab, 140413, India

Harpreet Singh & Aditya Kumar Tiwary

You can also search for this author in PubMed   Google Scholar

Contributions

Harpreet Singh: Investigation, writing—original draft preparation, review and editing, writing—review. Aditya Kumar Tiwary: Conceptualization, formal analysis, writing—review and editing, supervision, project administration, review and editing, supervision.

Corresponding author

Correspondence to Aditya Kumar Tiwary .

Ethics declarations

Conflit of interest.

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Rights and permissions

Springer Nature or its licensor (e.g. a society or other partner) holds exclusive rights to this article under a publishing agreement with the author(s) or other rightsholder(s); author self-archiving of the accepted manuscript version of this article is solely governed by the terms of such publishing agreement and applicable law.

Reprints and permissions

About this article

Singh, H., Tiwary, A.K. Nano-silica and Ground Granulated Blast Furnace Slag Blended Concrete: Impact of Temperature on Stress–Strain Constitutive Model. Iran J Sci Technol Trans Civ Eng (2024). https://doi.org/10.1007/s40996-024-01580-w

Download citation

Received : 08 June 2024

Accepted : 08 August 2024

Published : 29 August 2024

DOI : https://doi.org/10.1007/s40996-024-01580-w

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Nano silica
  • Mechanical performance
  • Durability properties
  • Elevated temperature
  • Stress strain model
  • Find a journal
  • Publish with us
  • Track your research

Core Practical 5: Investigating Young Modulus ( Edexcel A Level Physics )

Revision note.

Lindsay Gilmour

Core Practical 5: Investigating Young Modulus of a Material

  • To measure the Young Modulus of a metal in the form of a wire requires a clamped horizontal wire over a pulley (or vertical wire attached to the ceiling with a mass attached) as shown in the diagram below

Apparatus, downloadable AS & A Level Physics revision notes

  • A reference marker is needed on the wire. This is used to accurately measure the extension with the applied load
  • The independent variable is the load
  • The dependent variable is the extension
  • Measure the original length of the wire using a metre ruler and mark this reference point with tape
  • Measure the diameter of the wire with micrometer screw gauge or digital calipers
  • Measure or record the mass or weight used for the extension e.g. 300 g
  • Record initial reading on the ruler where the reference point is
  • Add mass and record the new scale reading from the metre ruler
  • Record final reading from the new position of the reference point on the ruler
  • Add another mass and repeat method

Reducing Uncertainty

  • Take pairs of readings of the diameter right angles to each other, to ensure the wire is circular
  • Six to ten readings altogether is enough to get an average value
  • Remove the load and check the wire returns to the original limit after each reading. A little 'creep' is acceptable but a large amount indicates that the elastic limit has been exceeded
  • Take several readings with different loads and find average
  • Use a Vernier scale to measure the extension of the wire

Measurements to Determine the Young Modulus

1. Determine extension x from final and initial readings

Example table of results:

Table of results, downloadable AS & A Level Physics revision notes

Table with additional data

Table with additional data, downloadable AS & A Level Physics revision notes

2. Plot a graph of force against extension and draw line of best fit

3. Determine gradient of the force v extension graph

Force extension graph results, downloadable AS & A Level Physics revision notes

4. Calculate cross-sectional area from:

Cross sectional area equation, downloadable AS & A Level Physics revision notes

5. Calculate the Young modulus from:

Young's modulus using graph, downloadable AS & A Level Physics revision notes

Safety Considerations

  • Safety glasses should be worn in case of the wire snapping
  • Protect feet and the floor from falling weights by cushioning the area underneath the weights

Although every care should be taken to make the experiment as reliable as possible, you will be expected to suggest improvements in producing more accurate and reliable results

Good examples of improvements in any experiment are:

  • Take repeat readings and take an average to improve accuracy
  • Measure longer distances, such as using a longer length of wire, to reduce percentage error

You've read 0 of your 10 free revision notes

Get unlimited access.

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000 + Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

Author: Lindsay Gilmour

Lindsay graduated with First Class Honours from the University of Greenwich and earned her Science Communication MSc at Imperial College London. Now with many years’ experience as a Head of Physics and Examiner for A Level and IGCSE Physics (and Biology!), her love of communicating, educating and Physics has brought her to Save My Exams where she hopes to help as many students as possible on their next steps.

Information

  • Author Services

Initiatives

You are accessing a machine-readable page. In order to be human-readable, please install an RSS reader.

All articles published by MDPI are made immediately available worldwide under an open access license. No special permission is required to reuse all or part of the article published by MDPI, including figures and tables. For articles published under an open access Creative Common CC BY license, any part of the article may be reused without permission provided that the original article is clearly cited. For more information, please refer to https://www.mdpi.com/openaccess .

Feature papers represent the most advanced research with significant potential for high impact in the field. A Feature Paper should be a substantial original Article that involves several techniques or approaches, provides an outlook for future research directions and describes possible research applications.

Feature papers are submitted upon individual invitation or recommendation by the scientific editors and must receive positive feedback from the reviewers.

Editor’s Choice articles are based on recommendations by the scientific editors of MDPI journals from around the world. Editors select a small number of articles recently published in the journal that they believe will be particularly interesting to readers, or important in the respective research area. The aim is to provide a snapshot of some of the most exciting work published in the various research areas of the journal.

Original Submission Date Received: .

  • Active Journals
  • Find a Journal
  • Proceedings Series
  • For Authors
  • For Reviewers
  • For Editors
  • For Librarians
  • For Publishers
  • For Societies
  • For Conference Organizers
  • Open Access Policy
  • Institutional Open Access Program
  • Special Issues Guidelines
  • Editorial Process
  • Research and Publication Ethics
  • Article Processing Charges
  • Testimonials
  • Preprints.org
  • SciProfiles
  • Encyclopedia

sensors-logo

Article Menu

graph of young's modulus experiment

  • Subscribe SciFeed
  • Recommended Articles
  • Google Scholar
  • on Google Scholar
  • Table of Contents

Find support for a specific problem in the support section of our website.

Please let us know what you think of our products and services.

Visit our dedicated information section to learn more about MDPI.

JSmol Viewer

Wd-1d-vgg19-fea: an efficient wood defect elastic modulus predictive model.

graph of young's modulus experiment

1. Introduction

2. materials and methods, 2.1. near-infrared spectroscopy data acquisition, 2.2. d-vgg19 and 3d finite element modeling.

  • Input layer:

3. Experiments and Analysis

4. results and discussion, 4.1. nonlinear sheet shape inversion, 4.2. establishment of finite element analysis model and prediction of elastic modulus of larch lumber, 5. conclusions, author contributions, data availability statement, acknowledgments, conflicts of interest.

  • Pramreiter, M.; Nenning, T.; Malzl, L.; Konnerth, J. A plea for the efficient use of wood in construction. Nat. Rev. Mater. 2023 , 8 , 217–218. [ Google Scholar ] [ CrossRef ]
  • Peng, L.; Searchinger, T.D.; Zionts, J.; Waite, R. The carbon costs of global wood harvests. Nature 2023 , 620 , 110–115. [ Google Scholar ] [ CrossRef ] [ PubMed ]
  • Chutturi, M.; Gillela, S.; Yadav, S.M.; Wibowo, E.S.; Sihag, K.; Rangppa, S.M.; Bhuyar, P.; Siengchin, S.; Antov, P.; Kristak, L.; et al. A comprehensive review of the synthesis strategies, properties, and applications of transparent wood as a renewable and sustainable resource. Sci. Total Environ. 2023 , 864 , 161067. [ Google Scholar ] [ CrossRef ] [ PubMed ]
  • Zhang, M.; Wang, D.; Li, T.; Jiang, J.; Bai, H.; Wang, S.; Wang, Y.; Dong, W. Multifunctional flame-retardant, thermal insulation, and antimicrobial wood-based composites. Biomacromolecules 2023 , 24 , 957–966. [ Google Scholar ] [ CrossRef ] [ PubMed ]
  • Alqrinawi, H.; Ahmed, B.; Wu, Q.; Lin, H.; Kameshwar, S.; Shayan, M. Effect of partial delignification and densification on chemical, morphological, and mechanical properties of wood: Structural property evolution. Ind. Crops Prod. 2024 , 213 , 118430. [ Google Scholar ] [ CrossRef ]
  • Amaral, E.A.; Baliza, L.F.; dos Santos, L.M.; Shashiki, A.T.; Trugilho, P.F.; Hein, P.R.G. Hydromechanical behavior of wood during drying studied by NIR spectroscopy and image analysis. Holzforschung 2023 , 77 , 618–628. [ Google Scholar ] [ CrossRef ]
  • Fujimoto, T. Detecting the changes of wood properties with respect to elapsed years since wood formation by the eigenvalue distribution of near infrared spectral matrices. J. Wood Sci. 2023 , 69 , 3. [ Google Scholar ] [ CrossRef ]
  • Isik, F.; Mora, C.R.; Schimleck, L.R. Genetic variation in Pinus taeda wood properties predicted using non-destructive techniques. Ann. For. Sci. 2011 , 68 , 283–293. [ Google Scholar ] [ CrossRef ]
  • Olsson, A.; Oscarsson, J.; Serrano, E.; Källsner, B.; Johansson, M.; Enquist, B. Prediction of timber bending strength and in-member cross-sectional stiffness variation on the basis of local wood fibre orientation. Eur. J. Wood Wood Prod. 2013 , 71 , 319–333. [ Google Scholar ] [ CrossRef ]
  • Daval, V.; Pot, G.; Belkacemi, M.; Meriaudeau, F.; Collet, R. Automatic measurement of wood fiber orientation and knot detection using an optical system based on heating conduction. Opt. Express 2015 , 23 , 33529–33539. [ Google Scholar ] [ CrossRef ]
  • Belkacemi, M.; Massich, J.; Lemaitre, G.; Stolz, C.; Daval, V.; Pot, G.; Aubreton, O.; Collet, R.; Meriaudeau, F. Wood fiber orientation assessment based on punctual laser beam excitation: A preliminary study. In Proceedings of the 2016 International Conference on Quantitative InfraRed Thermography, Gdansk, Poland, 6–10 July 2016. [ Google Scholar ]
  • Janiak, T.; Homon, S.; Karavan, V.; Gomon, P.; Gomon, S.S.; Kulakovskyi, L.; Famulyak, Y. Mechanical properties of solid deciduous species wood at different moisture content. AIP Conf. Proc. 2023 , 2949 , 020009. [ Google Scholar ]
  • Yang, S.; Lee, H.; Choi, G.; Kang, S. Mechanical properties of hybrid cross-laminated timber with wood-based materials. Ind. Crops Prod. 2023 , 206 , 117629. [ Google Scholar ] [ CrossRef ]
  • Gayda, S.; Kiyko, O. Study of physical and mechanical properties of post-consumer wood of different age. Drewno. Pr. Nauk. Doniesienia Komun. 2023 , 66 , 00010. [ Google Scholar ] [ CrossRef ]
  • Huse, S.A.; Gunaga, R.P.; Sinha, S.K.; Behera, L.K. Genetic Variation in Wood Mechanical Properties Among Eucalyptus Clones. Indian J. Ecol. 2024 , 51 , 272–276. [ Google Scholar ]
  • Shiri, F.M.; Perumal, T.; Mustapha, N.; Mohamed, R. A comprehensive overview and comparative analysis on deep learning models: CNN, RNN, LSTM, GRU. arXiv 2023 , arXiv:2305.17473. [ Google Scholar ]
  • Nugraha, G.S.; Darmawan, M.I.; Dwiyansaputra, R. Comparison of CNN’s Architecture GoogleNet, AlexNet, VGG-16, Lenet-5, Resnet-50 in Arabic Handwriting Pattern Recognition. Kinet. Game Technol. Inf. Syst. Comput. Netw. Comput. Electron. Control. 2023 , 8 . [ Google Scholar ] [ CrossRef ]
  • Wan, Z.; Yang, H.; Gao, M.; Xu, J.; Mu, H.; Qi, D.; Han, S. NIR-VGGNet19: A Novel Deep Convolutional Neural Network for Pinus NIR Spectra Classification. IEEE Access 2023 , 11 , 62721–62732. [ Google Scholar ] [ CrossRef ]
  • Xu, X.; Fu, C.; Gao, Y.; Kang, Y.; Zhang, W. Research on the Identification Method of Maize Seed Origin Using NIR Spectroscopy and GAF-VGGNet. Agriculture 2024 , 14 , 466. [ Google Scholar ] [ CrossRef ]
  • Işık, Ş.; Özkan, K.; Demirez, D.Z.; Seke, E. Consensus rule for wheat cultivar classification on VL, VNIR and SWIR imaging. IET Image Process. 2022 , 16 , 2834–2844. [ Google Scholar ] [ CrossRef ]
  • Sharma, A.K.; Nandal, A.; Zhou, L.; Dhaka, A.; Wu, T. Brain tumor classification using modified VGG model-based transfer learning approach. In New Trends in Intelligent Software Methodologies, Tools and Techniques ; IOS Press: Amsterdam, The Netherlands, 2021; pp. 538–550. [ Google Scholar ]
  • Can, C.; Kaya, Y.; Kılıç, F. A deep convolutional neural network model for hand gesture recognition in 2D near-infrared images. Biomed. Phys. Eng. Express 2021 , 7 , 055005. [ Google Scholar ] [ CrossRef ]
  • Shukla, A.; Upadhyay, A.; Sharma, M.; Chinnusamy, V.; Kumar, S. High-resolution nir prediction from rgb images: Application to plant phenotyping. In Proceedings of the 2022 IEEE International Conference on Image Processing (ICIP), Bordeaux, France, 16–19 October 2022; IEEE: New York, NY, USA, 2022; pp. 4058–4062. [ Google Scholar ]
  • Gopinath, L.; Ruhan Bevi, A. A Dimensionality Reduction Method for the Fusion of NIR and Visible Image. In International Conference on Image Processing and Capsule Networks ; Springer Nature: Singapore, 2023; pp. 629–645. [ Google Scholar ]
  • Hong, Y.; Lyu, Y.; Li, S.; Cao, G.; Shi, B. Reflection removal with NIR and RGB image feature fusion. IEEE Trans. Multimed. 2022 , 25 , 7101–7112. [ Google Scholar ] [ CrossRef ]
  • Dong, Z.; Wang, J.; Sun, P.; Ran, W.; Li, Y. Mango variety classification based on convolutional neural network with attention mechanism and near-infrared spectroscopy. J. Food Meas. Charact. 2024 , 18 , 2237–2247. [ Google Scholar ] [ CrossRef ]
  • Sharma, S.; Sirisomboon, P.; Sumesh, K.C.; Terdwongworakul, A.; Phetpan, K.; Kshetri, T.B.; Sangwanangkul, P. Near-infrared hyperspectral imaging combined with machine learning for physicochemical-based quality evaluation of durian pulp. Postharvest Biol. Technol. 2023 , 200 , 112334. [ Google Scholar ] [ CrossRef ]
  • Mohapatra, D.; Das, N.; Mohanty, K.K. Deep neural network-based fruit identification and grading system for precision agriculture. Proc. Indian Natl. Sci. Acad. 2022 , 88 , 228–239. [ Google Scholar ] [ CrossRef ]
  • Hassan, S.M.; Jasinski, M.; Leonowicz, Z.; Jasinska, E.; Maji, A.K. Plant disease identification using shallow convolutional neural network. Agronomy 2021 , 11 , 2388. [ Google Scholar ] [ CrossRef ]
  • Pouyet, E.; Miteva, T.; Rohani, N.; de Viguerie, L. Artificial Intelligence for Pigment Classification Task in the Short-Wave Infrared Range. Sensors 2021 , 21 , 6150. [ Google Scholar ] [ CrossRef ]
  • Chen, L.; Xiong, H.; Sang, X.; Yuan, C.; Li, X.; Kong, Q. An innovative deep neural network–based approach for internal cavity detection of timber columns using percussion sound. Struct. Health Monit. 2022 , 21 , 1251–1265. [ Google Scholar ] [ CrossRef ]
  • Chen, J.; Li, J.Q.; Li, T.; Liu, H.G.; Wang, Y.Z. Rapid identification of the storage duration and species of sliced boletes using near-infrared spectroscopy. J. Food Sci. 2022 , 87 , 2908–2919. [ Google Scholar ] [ CrossRef ]
  • Jiang, D.; Qi, G.; Hu, G.; Mazur, N.; Zhu, Z.; Wang, D. A residual neural network based method for the classification of tobacco cultivation regions using near-infrared spectroscopy sensors. Infrared Phys. Technol. 2020 , 111 , 103494. [ Google Scholar ] [ CrossRef ]
  • Nath, D.; Ankit; Neog, D.R.; Gautam, S.S. Application of machine learning and deep learning in finite element analysis: A comprehensive review. Arch. Comput. Methods Eng. 2024 , 31 , 2945–2984. [ Google Scholar ] [ CrossRef ]
  • Zhang, Z. Application of finite element analysis in structural analysis and computer simulation. Appl. Math. Nonlinear Sci. 2024 , 9 , 9. [ Google Scholar ] [ CrossRef ]
  • Hu, M.; Briggert, A.; Olsson, A.; Johansson, M.; Oscarsson, J.; Säll, H. Growth layer and fibre orientation around knots in Norway spruce: A laboratory investigation. Wood Sci. Technol. 2017 , 52 , 7–27. [ Google Scholar ] [ CrossRef ]
  • Hackspiel, C.; de Borst, K.; Lukacevic, M. A numerical simulation tool for wood grading: Model validation and parameter studies. Wood Sci. Technol. 2014 , 48 , 651–669. [ Google Scholar ] [ CrossRef ]
  • Kiraly, T.; Karácsonyi, Z.; Polgár, R. Modeling the earlywood and latewood growth rings of Norway spruce timber beams for finite element calculation. Wood Res. 2023 , 68 , 28–43. [ Google Scholar ] [ CrossRef ]
  • Sobczak-Piąstka, J.; Pavluk, A.; Gomon, S.S.; Gomon, P.; Homon, S.; Lynnyk, I. Changing the position of the neutral line of beams made of glued wood in conditions of oblique bending. AIP Conf. Proc. 2023 , 2928 , 080007. [ Google Scholar ]
  • Liu, S.; Wang, S.; Hu, C.; Kong, D.; Yuan, Y. Series fusion of scatter correction techniques coupled with deep convolution neural network as a promising approach for NIR modeling. Spectrochim. Acta Part A Mol. Biomol. Spectrosc. 2023 , 291 , 122371. [ Google Scholar ] [ CrossRef ]

Click here to enlarge figure

Number of
Roll Base Layers
Number of
Convolution Kernels
Convolution Kernel
Size
StrideFill
blook12641 × 311
blook221281 × 311
blook322561 × 311
blook425121 × 311
blook525121 × 311
Number of IterationsAccurate Classification QuantityTraining Set Accuracy/%
30049565.8
50057876.9
80065887.5
100070794.2
200070193.2
MethodDNN/%Resnet50/%VGG16/%VGG19/%
Correct quantity149153153156
Average accuracy90.993.393.395.1
Knot Regions/%Fiber Deviation Regions/%Transition Regions/%Clear Wood Regions/%Average Accuracy/%
Test set classification accuracy/%95.192.790.210094.5
Verification set classification accuracy/%97.695.187.810095.1
No of the PlateRaw Data
(MPa)
VGG19-FEA
(MPa)
VGG16-FEA
(MPa)
Resnet50-FEA
(MPa)
Dnn-FEA
(MPa)
Linear Model
(MPa)
110,280.810,070.19661.811,278.29781.510,720.9
212,605.012,947.911,668.312,371.511,756.313,070.2
314,740.815,376.513,576.213,980.715,809.215,582.0
411,384.711,067.712,149.510,542.612,819.311,921.6
515,777.117,317.216,664.914,528.116,364.517,273.6
615,210.016,343.314,431.313,982.713,605.316,987.2
714,913.515,416.815,557.915,954.116,058.916,465.2
811,939.811,713.512,697.212,471.112,420.112,322.0
912,601.412,009.911,659.613,710.112,297.313,384.2
1014,207.014,273.313,310.714,2980.13,191.715,481.8
1112,444.0012,046.113,031.611,825.213,258.912,791.9
1213,873.513,549.914,771.914,775.512,920.015,569.2
139443.29628.19907.19097.98756.310,117.6
1414,699.815,260.814,033.515,627.215,156.615,962.7
1511,188.111,347.111,765.712,319.210,671.911,651.8
1614,692.613,714.915,733.113,578.115,083.715,799.5
1715,951.616,092.715,204.916,725.817,831.117,947.1
1810,822.510,406.711,556.211,821.39782.211,244.2
1910,669.110,493.711,448.110,532.111,942.812,003.6
Evaluation IndicatorsVGG19-FEAVGG16-FEAResnet50-FEADnn-FEALinear Model
MSE598.2801.5868.1991.21124
R20.910.830.810.750.67
The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

Pan, S.; Chang, Z. WD-1D-VGG19-FEA: An Efficient Wood Defect Elastic Modulus Predictive Model. Sensors 2024 , 24 , 5572. https://doi.org/10.3390/s24175572

Pan S, Chang Z. WD-1D-VGG19-FEA: An Efficient Wood Defect Elastic Modulus Predictive Model. Sensors . 2024; 24(17):5572. https://doi.org/10.3390/s24175572

Pan, Shen, and Zhanyuan Chang. 2024. "WD-1D-VGG19-FEA: An Efficient Wood Defect Elastic Modulus Predictive Model" Sensors 24, no. 17: 5572. https://doi.org/10.3390/s24175572

Article Metrics

Article access statistics, further information, mdpi initiatives, follow mdpi.

MDPI

Subscribe to receive issue release notifications and newsletters from MDPI journals

Thank you for visiting nature.com. You are using a browser version with limited support for CSS. To obtain the best experience, we recommend you use a more up to date browser (or turn off compatibility mode in Internet Explorer). In the meantime, to ensure continued support, we are displaying the site without styles and JavaScript.

  • View all journals
  • Explore content
  • About the journal
  • Publish with us
  • Sign up for alerts
  • Open access
  • Published: 28 August 2024

Calcium-rich seawater affects the mechanical properties of echinoderm skeleton

  • Przemysław Gorzelak   ORCID: orcid.org/0000-0001-5706-1881 1 ,
  • Jarosław Stolarski   ORCID: orcid.org/0000-0003-0994-6823 1 ,
  • Paweł Bącal   ORCID: orcid.org/0000-0001-7935-639X 1 ,
  • Philippe Dubois 2 &
  • Dorota Kołbuk   ORCID: orcid.org/0000-0003-4547-6531 3  

Communications Earth & Environment volume  5 , Article number:  467 ( 2024 ) Cite this article

2 Altmetric

Metrics details

  • Geochemistry
  • Palaeontology

Shifts in the magnesium to calcium ratio of seawater in the geological history are thought to have profoundly affected biomineralization of marine invertebrates, including some echinoderms, which changed their skeletal mineralogy from high-magnesium to low-magnesium calcite and vice versa. Here we report on experiments that aimed to investigate the effect of ambient seawater magnesium to calcium ratio on magnesium to calcium ratio and nanomechanical properties in the spines of two echinoid species ( Arbacia lixula and Paracentrotus lividus ). We found that echinoids cultured in seawater with a low magnesium to calcium ratio produced a skeleton with lower both magnesium content and nanohardness than those of the control specimens incubated under normal (high) magnesium to calcium ratio conditions. These results may suggest that at certain times in the geological past (during the so-called calcite seas) sea urchins with decreased skeletal magnesium contents were more susceptible to damage due to physical disturbances, predation and post-mortem taphonomic processes. Increased skeletal hardness of echinoids from the so-called aragonite seas is expected to enhance their taphonomic potential, thus, to some extent, mitigates the preservation bias related to increased solubility of high-magnesium calcite.

Similar content being viewed by others

graph of young's modulus experiment

Coral micro- and macro-morphological skeletal properties in response to life-long acclimatization at CO 2 vents in Papua New Guinea

graph of young's modulus experiment

Evaluation of remodeling and geometry on the biomechanical properties of nacreous bivalve shells

graph of young's modulus experiment

The role of aspartic acid in reducing coral calcification under ocean acidification conditions

Introduction.

It has been argued that skeletal Mg/Ca ratio in echinoderms can be affected by Mg 2+ and Ca 2+ concentrations in the ambient seawater 1 , 2 . This has been recently confirmed by a number of laboratory experiments that showed that echinoderms incubated under low Mg 2+ /Ca 2+ molar ratio produced a skeleton with decreased Mg/Ca ratio 2 , 3 , 4 , 5 . Accordingly, well-preserved fossil echinoderms, though with some exceptions 6 , preserve a record of global changes in seawater Mg 2+ /Ca 2+ ratios (calcite-aragonite sea transitions) 1 , 7 , 8 . For example, Pennsylvanian-Triassic echinoderms are typically preserved as high-Mg calcite whereas Jurassic-Cretaceous echinoderms are commonly preserved as low-Mg calcite 9 . This pattern matches the change between high Mg 2+ /Ca 2+ ratio of late Paleozoic-early Mesozoic aragonite sea and low Mg 2+ /Ca 2+ ratio of the mid-late Mesozoic calcite sea 10 , 11 , .

An interesting, yet largely unexplored, consequence of calcite-aragonite sea transitions relates to their effects on mechanical properties of the skeleton. Theoretically, incorporation of magnesium into calcite should enhance its mechanical strength 12 . This is due to the fact that impurities of magnesium, the atomic radius of which is smaller than calcium, induce lattice distortion in mineral, which in turn increases both the sliding resistance of dislocations and deformation resistance in the crystal 13 . Surprisingly, very few studies investigated the effect of Mg impurities on mechanical properties in biominerals 14 . The most striking example refers to the high-Mg calcite teeth of sea urchins, which are able to chew even basaltic substrate (hardness of ca. 10 GPa) 15 . The magnesium-enriched mineral cementing plates and needles, in addition to amino acid inclusions 16 , is thought to increase tooth hardness 17 . Furthermore, comparative data obtained from field-collected echinoderm specimens with contrasting Mg contents indicate a possible correlation between hardness and Mg content 18 , but the relationship is not so straightforward, especially if differences in Mg content are relatively minor 19 . Studies experimentally testing the impact of ambient seawater Mg 2+ /Ca 2+ ratio on skeletal chemistry and mechanical properties of echinoderm skeleton are scarce. Lemloh et al. 20 found that incubation of sea urchins larvae under extremely low Mg 2+ /Ca 2+ ratio (0.71 mol/mol) negatively affected not only their physiological and developmental aspects but also the mechanical properties of spicules. Following up, Kanold et al. 21 cultured sea urchin larvae under extremely high Mg 2+ /Ca 2+ ratio (11.4 mol/mol) and found that seawater Mg 2+ enrichment increased both the reduced modulus (the material stiffness) and the nanohardness (the material resistance to permanent or plastic deformation at the nano-micro level) of the newly grown spicules (the latter not being statistically significant though). These studies, however, were only performed on larvae skeletons and using seawater with Mg 2+ /Ca 2+ ratios much lower or higher than those thought to have existed in the geological history.

In this paper we report on experiments which aimed at investigating the effect of decreased ambient Mg 2+ /Ca 2+ ratios (corresponding to geologically realistic Mg 2+ /Ca 2+ levels that existed in the Mesozoic 10 , 11 ) on mechanical properties of the newly grown spine skeleton with decreased Mg content in the adult sea urchins Arbacia lixula and Paracentrotus lividus . These studies are supplemented by the analyses of the ossicles of field-collected echinoid specimens displaying contrasting Mg contents (Supplementary Material). Our data can be applicable to many calcite-secreting marine invertebrates that are sensitive to seawater Mg 2+ /Ca 2+ ratio, and thus carry broader paleobiological, paleoecological, taphonomic and sedimentological implications.

Prior to the experiment, tips of the primary spines from each individual were cut-off to initiate regeneration. Next, the sea urchins were grown in seawater with three different Mg 2+ /Ca 2+ ratios [mol/mol]: ~5.1 (control; representative of modern seawater Mg 2+ /Ca 2+ ratio), ~2.5, and ~ 1.5. Newly grown spine tips were subjected to geochemical (Mg/Ca) and nanomechanical analyses (measurements of nanohardness and reduced modulus).

Results of the experiment (Fig.  1 ; Tables  S2 , S4 in Supplementary Material) showed that spine regenerates of sea urchins cultured under lower seawater Mg 2+ /Ca 2+ ratios displayed significantly decreased mean skeletal Mg/Ca ratios compared to the control specimens (ANOVA, F(2,9) = 25.04, p  = 0.00021 for Paracentrotus lividus ; F(2,9) = 94.94, p  = 9 × 10 −7 for Arbacia lixula ). As for the nanomechanical properties, spine regenerates of Paracentrotus lividus and Arbacia lixula grown under the lowest Mg 2+ /Ca 2+ seawater ratio exhibited significantly lower nanohardness (ANOVA, F(2,9) = 4.51, p  = 0.044 for P. lividus , F(2,9) = 4.802, p  = 0.038 for A. lixula ). In the case of reduced modulus, although the means in control specimens appeared to be higher, the detected differences were not statistically significant (ANOVA, F(2,9) = 2.184, p  = 0.17 for P. lividus , F(2,9) = 1.807, p  = 0.22 for A. lixula ). Likewise, the local stereom porosities do not differ statistically between treatments (ANOVA, F(2,9) = 0.035, p  = 0.996 for P. lividus , F(2,9) = 0.143, p  = 0.868 for A. lixula ), and consequently do not correlate with any variables (nanohardness, reduced modulus, Mg/Ca ratio (Table  S6 in Supplementary Materials)).

figure 1

Paracentrotus lividus a and Arbacia lixula f during experiment with enlargement of regenerated spines ( b , g ; BSE SEM images). c , h Bar charts showing means of skeletal Mg/Ca ratios ( ± SD), d , i hardness and e , j reduced modulus in regenerated spines. Means sharing the same superscript ( a , b , c ) are not significantly different ( p  ≥ 0.05, post hoc Tukey’s HSD test).

Test plates of Paracentrotus lividus field-collected in the Atlantic and the Meditarranean displayed higher skeletal Mg/Ca ratios [mmol/mol] and nanohardness (but not reduced modulus) than spines from the same individuals (linear mixed-effects model, t(4) = −22.17, p  = 2 × 10 −5 for Mg/Ca, t(4) = −6.37, p  = 0.003 for nanohardness and t(4) = −1.442, p  = 0.223 for reduced modulus), while neither skeletal Mg/Ca, stereom porosities, nor nanomechanical properties differed between the two sampling locations (linear mixed-effects model, t4) = −1.377, p  = 0.24 for Mg/Ca; t(4) =−0.674, p  = 0.537 for nanohardness; t(4) = 0.012, p  = 0.991 for reduced modulus; t(4) = −1.31, p  = 0.259 for stereom porosity; see Figs.  2 – 4 and Supplementary Material, Tables  S3 , S5 ).

figure 2

Mg/Ca ratios [mol/mol] in spines and test plates of field-collected specimens of Paracentrotus lividus from two localities (ANT1-3: Antiparos, Greece; and MOR1-3: Morgat, France).

figure 3

Nanohardness [GPa] in spines and test plates of field-collected specimens of Paracentrotus lividus from two localities (ANT1-3: Antiparos, Greece; and MOR1-3: Morgat, France).

figure 4

Reduced modulus [GPa] in spines and test plates of field-collected specimens of Paracentrotus lividus from two localities (ANT1-3: Antiparos, Greece; and MOR1-3: Morgat, France).

Our experimental studies confirmed that the skeletal Mg/Ca ratios in echinoderms may be strongly controlled by seawater Mg 2+ /Ca 2+ ratios. More specifically, we showed that sea urchins grown in experimental seawaters formulated at low Mg 2+ /Ca 2+ ratios (corresponding to conditions which are thought to have occurred throughout the geological history) produced regenerating spines with decreased Mg/Ca ratio. These results expand the number of echinoderm species in which this pattern has been documented 2 , 3 , 4 , 5 . However, a novel aspect of the impact of changes in the Phanerozoic ocean chemistry (specifically decreased Mg 2+ /Ca 2+ ratio), explored herein, is their effects on the mechanical strength of calcareous skeletons. We showed that a notable consequence of significantly reduced skeletal Mg/Ca ratios is decreased nanohardness. This is consistent with results obtained from ossicles displaying contrasting Mg contents collected in the field. A common pattern emerged from the analyses of these field-collected samples: ossicles with significantly enriched Mg contents displayed increased nanohardness (Figs.  2 – 4 and Supplementary Material). Given the fact that a number of carbonate-secreting marine calcifiers are thought to have been sensitive to changes in seawater Mg 2+ /Ca 2+ , our data can be potentially applicable also to these invertebrates (Fig.  5 ). In the case of reduced modulus, the pattern is not so obvious and statistically insignificant.

figure 5

The uppermost horizontal bar shows intervals of ‘aragonite’ and ‘calcite’ seas. Green curve is molar Mg 2+ /Ca 2+ ratio of seawater (after 10 , 52 ). The graph at the upper right shows mean values of nanohardness of spines of two euechinoid taxa grown under modern seawater conditions (Mg 2+ /Ca 2+ sw  = 5.2) (gray and black stars), and of inner (aragonite) [blue dots] and outer (calcite) [red dots] shell layers of two Recent mollusc species (after 39 ). Gray and black stars in the major central graph correspond to hypothetical nanohardness values of spines displayed by fossil euechinoids during the Late Triassic (Mg 2+ /Ca 2+ sw  = 2.5) and the Early Jurassic (Mg 2+ /Ca 2+ sw  = 1.5) times.

Our experimentally validated findings, consistent with theoretical predictions, may have a number of far-reaching and previously unnoticed implications. For instance, if mechanical properties of the echinoderm biomineral are to some extent related to its Mg content, latitudinal pattern in skeletal hardness may be observed given the fact that Mg content in echinoderms is strongly related with latitudinal temperature gradient 22 . Interestingly, our results suggest that at certain times in the past (during the so-called calcite seas with low Mg 2+ /Ca 2+ ratio of seawater) sea urchins with significantly decreased skeletal Mg contents were probably more susceptible to damages due to predation, physical disturbances (such as storms and water-bourne particles), wedging themselves in rock holes, and post-mortem taphonomic processes (e.g., abrasion-induced wearing).

Although decreased hardness (down to about 20%, Fig.  1 ) of spines appears not to be so important with regard to larger-bodied durophagous vertebrate predators 23 (due to usually high biting forces of the latter and specific design of echinoid spines to break and remain in the predator tissues 24 ), it should be emphasized that echinoderms are also preys of a number of predatory groups displaying different hunting techniques (i.e. shearing and grasping fishes, grazing and peeling arthropods, and drilling molluscs) 25 . Though the enhanced properties of the echinoderm skeleton, in general, are mostly due to highly organized skeletal microstructure 26 , 27 , increased Mg content in their skeletons, from the compositional point of view, should also be considered as an important factor contributing to their increased hardness. Perhaps most notably, changes in Mg content in the test plates may be of greater functional significance with regard to protection from grazing, peeling, and mechanical boring predators.

Given the above, one may speculate that secular trends in the ocean chemistry throughout the Phanerozoic might have some evolutionary consequences. Whereas the changes in Mg 2+ /Ca 2+ ratio of seawater appear not to have significantly impacted the diversification dynamics of the entire clade of echinoderms 28 , 29 and also the echinoid diversity trends 30 , it is noteworthy that certain major evolutionary events in specific echinoderm clades (such as the infaunalization of echinoids), coincide roughly with the transition from the high Mg 2+ /Ca 2+ ratio of the aragonite sea to low Mg 2+ /Ca 2+ ratio of the calcite sea. This ecological innovation among irregular echinoids, which occurred in the early Jurassic, was attributed to expansion into unoccupied niches 31 , 32 and/or to increased predation pressure 33 . Interestingly, increased infaunalization at around this time has been also observed in some molluscs 34 , some of which are also known to change their skeletal Mg content and/or switch their mineralogy in response to changes in Mg 2+ /Ca 2+ sw ratio 35 (Fig.  5 ). Nonetheless, a recent study 36 exploring the trends of drill holes in Meso-Cenozoic echinoids concluded that either infaunalization was not driven by increased predation pressure by carnivorous cassid gastropods or that other echinoid predators, such as crustaceans or fish, were responsible. We point out that the secular changes in the ocean chemistry at around this time induced dramatic shift in echinoid mineralogy from high to low-Mg calcite (down to about 30–50% decrease in MgCO 3 4 ), which to some extent might have increased their vulnerability to predation. The question whether these environmental circumstances could have contributed to this macroecological change remains open.

Notwithstanding these putative temporal changes in the vulnerability to predation, increased incidences of regeneration events due to physical disturbances (e.g., storms), wedging themselves in rock holes, and/or sublethal predation, might also have had some consequences in terms of energy allocation and higher energetic costs of calcification 24 , which, as we know from experimental studies on living echinoids, can affect the overall reproduction 37 . However, as demonstrated by Cole et al 28 . lack of correspondence between any metrics in the echinoderm diversification dynamics with calcite-aragonite sea transitions suggests that echinoderms, in general, were little affected (from the biodiversity standpoint) by seawater chemistry, although its impact on the life habit and development of ecological (functional) innovations (e.g., enabling infaunalization), as stressed above, cannot be ruled out.

Secular variation in seawater chemistry and skeletal mineralogy has also been suggested to impart a temporally variable taphonomic overprint on the fossil record, resulting in megabiases, particularly because of increased solubility of aragonite and high-Mg calcite 38 . Indeed, it has been commonly argued that calcite skeletons have a preservational advantage over high-Mg calcite and aragonitic ones. However, increased skeletal hardness of high-Mg calcite (and also aragonite 39 ) relative to that of low-Mg calcite, to some extent, may enhance their preservation potential, thus ameliorating the preservation bias imposed by increased solubility of high-Mg calcite and aragonite (Fig.  5 ). Accordingly, a number of studies found that individual echinoderm plates can withstand considerable physical disturbance 40 and extensive temporal mixing 41 . Interestingly, some experiments showed notable differences in tumbling-induced damages between the tests of some echinoid genera displaying the interlocking of stereom trabeculae across plate suture faces, namely Echinometra and Tripneustes 42 . This pattern was attributed by the latter author to their different rigidities (possibly related to thickness and microstructural organization). However, it should be pointed that the test plates of Echinometra , which suffered less breakage, are much more enriched in Mg (ca. 15% MgCO 3 ) than those of Tripneustes (with ca. 10% MgCO 3 ) 43 . Thus, Mg enrichment may be an additional factor contributing to the greater resistance of the echinometrid corona. Accordingly, other tumbling experiments 44 performed on foraminifers displaying contrasting MgCO 3 levels, namely 4–5% in Asterigerina and Amphistegina vs. 14–16% in Archaias , showed surprisingly no differences in their solubilities, but revealed greatly increased rates of abrasion of low-Mg calcite taxa. Overall, these data may explain why there is no obvious relationship between ‘calcite-aragonite seas’ and extent of taphonomic loss 45 .

Experimental setup and seawater parameters

18 specimens of each species were randomly allocated to independent 1 L beakers filled with seawater with three different Mg 2+ /Ca 2+ ratios [mol/mol]: ~5.1, ~2.5, and ~ 1.5 (6 specimens of each species per treatment). The molar Mg 2+ /Ca 2+ ratio in seawater was decreased by lowering Mg 2+ and increasing Ca 2+ concentration prepared by mixing natural seawater from the English Channel (North Sea) with artificial Ca 2+ -enriched seawater without Mg 2+ (prepared by dissolving NaCl, Na 2 SO 4 , CaCl 2 , KCl, KBr, SrCl 2 , NaF, H 3 BO 3 , and NaHCO 3 (SIGMA) in MilliQ water).

Sea urchins, each with a few tips of the primary spines (from the interambulacra near the ambitus) cut-off to initiate regereration, were incubated for 14 ( Arbacia lixula ) or 21 ( Paracentrotus lividus ) days under constant temperature ( ~ 20.1 °C), salinity ( ~ 35 psu) and pH T ( ~ 8.0), and Mg 2+ /Ca 2+ ( ~ 5.1, ~2.5, ~1.5; Table  S1 ). Water parameters were measured three times a day with a WTW Multi 340i multimeter equipped with a conductivity cell, and integrated temperature sensor, and a Metrohm pH-meter. The electrode was calibrated every day with Merck CertiPUR buffer solutions pH 4.00 and 7.00. pH measurements were converted to total scale according to DelValls and Dickson’s 46 method using TRIS/AMP buffers. Seawater in each beaker was renewed every day.

Seawater samples were collected daily and Mg 2+ and Ca 2+ concentrations in each sample were analysed with inductively coupled plasma-optical emission spectrometry (Thermo Scientific iCAP 6500 Duo ICP-OES spectrometer; detection limits for Mg and Ca: 0.1 mg/l) at the Central Chemical Laboratory of the Polish Geological Institute–National Research Institute in Warsaw. The stability of parameters including temperature, salinity, pH, and three levels of Mg 2+ /Ca 2+ was verified using one-way ANOVA and post-hoc Tukey’s HSD tests.

After the experiment, regenerated spines were removed from the urchins, treated with 2.5% NaOCl solution and rinsed in ultrapure water, then embedded in epoxy resin, cut along the spine length, and gently polished through a series of diamond suspensions.

Field-collected specimens

Apart from the spines collected in the experiment, we also analyzed spines and ambital plates from echinoids grown in their natural environment. More specifically, the specimens of Paracentrotus lividus were collected from two geographic locations: Morgat, Brittany, France (48°13′14′′N, 4°29′38′′W) and Antiparos Island, Greece (36° 59’ 47”, 25° 03’ 04”). Similarly to the procedure applied for the experimental specimens, ossicles (2 populations × 3 specimens × [3 spines + 3 ambital plates] = 36 ossicles total) were bleached, embedded in epoxy resin, and polished.

SEM observations

Microstructural observations of the stereom, which allowed for the selection of appropriate locations of the indents, were performed using backscattered electrons (BSE) mode on uncoated spines (low vacuum mode, accelerating voltage = 10 kV, beam current = 0.74 nA, working distance = approx. 10 mm), with the aid of a Thermo Fisher Quattro S Environmental SEM at the Institute of Paleobiology of the Polish Academy of Sciences in Warsaw, Poland. After nanoindentation, the surfaces of ossicles were coated with carbon and re-examined under SEM (same operating conditions; Fig. S 1 in Supplementary Materials) to investigate whether the indents were affected by local defects or cracks in which case such artefacts were excluded from further analysis. The local stereom porosity for each sample, which may potentially affect reduced modulus, was determined following Presser et al. 47 approach using ImageJ Fiji software.

Nanoindentation analyses

Nanoindentation analyses were conducted on the galleried stereom of the regenerated spine tips of the experimental specimens of Arbacia lixula (12 specimens [4 + 5 + 3 per treatment] × 3 spines) and Paracentrotus lividus (12 specimens [3 + 4 + 5 per treatment] × 3 spines). The spines from remaining specimens were not considered in the analyses either due to: (i) insufficiently preserved (i.e., broken/fractured) and/or very limited extension of regenerated tips (making it impossible to collect an adequate amount of data points) (ii) growth inhibition, and/or (iii) inappropriately oriented (oblique) cut surfaces. This resulted in unequal number of actual individuals per treatment. Galleried sterom in the spines and ambital plates of six field specimens of Paracentrotus lividus from two locations, in French Brittany and Antiparos island in Greece were also analysed (6 specimens × 6 ossicles). The nanoindentation analyses were carried out at the Faculty of Materials Science and Engineering at Warsaw University of Technology, using a nanoindenter (NanoTest Vantage, Micro Materials, UK) equipped with a Berkovitch tip and using a maximum load of 2 mN and a maximum depth penetration of approximately 200 nm (Fig. S2 in Supplementary Materials). Approximately ten to forty indents were obtained from each gently polished and uncoated ossicle. Nanohardness (H) and reduced modulus (E) values (Tables  S2 and S3 ) were determined from the unloading curve of the indentation test following Oliver and Pharr 47 , 48 .

Geochemical analyses

Mg/Ca ratios (mmol/mol) of the newly grown open stereom in Arbacia lixula and Paracentrotus lividus spine tips, as well as galleried stereom in spines and ambital plates of field specimens of Paracentrotus lividus were determined using Wavelength Dispersive Spectroscopy (WDS) on CAMECA SX100 electron microprobe at the Micro-Area Analysis Laboratory, Polish Geological Institute - National Research Institute in Warsaw (accelerating voltage 15 kV, beam current 5 nA for calcium, 20 nA for magnesium, beam diameter ~ 5 μm; standard used: ‘NIST’ (serial number: 12570)) (Tables  S2 and S3 ). These analyses were carried out on the same stereom bars as those used for the nanoindentation tests.

Statistical analysis

Skeletal Mg/Ca ratio, nanohardness (H), reduced modulus (E) and local stereom porosity in Arbacia lixula ( n  = 12) and Paracentrotus lividus ( n  = 12) [mean values pooled from the measurements of 3 spines of each individual] were analysed through one-way ANOVA with seawater Mg 2+ /Ca 2+ ratio level as a fixed factor. Differences in skeletal Mg/Ca ratio, nanohardness (H), reduced modulus (E) and stereom porosity between spines and plates in field specimens of Paracentrotus lividus as well as comparison between sampling locations were assessed through linear mixed effects model with specimen as a nested random factor and ossicle and location as a fixed factor (Supplementary Material, Tables  S4 - S5 ). Analyses were performed in RStudio (R version 1.2.5033; RStudio Team, 2020), with significance level set to 0.05.

Reporting summary

Further information on research design is available in the  Nature Portfolio Reporting Summary linked to this article.

Data availability

Data recorded during this study are included in this published article and its Supplementary information files (Supplementary Material linked to this article and Additional Data deposited in RepOD repository https://doi.org/10.18150/MWKIBH ).

Dickson, J. A. Fossil echinoderms as monitor of the Mg/Ca ratio of Phanerozoic Oceans. Science 298 , 1222–1224 (2002).

Article   CAS   Google Scholar  

Ries, J. B. Effect of ambient Mg/Ca ratio on Mg fractionation in calcareous marine invertebrates: A record of the oceanic Mg/Ca ratio over the phanerozoic. Geology 32 , 981 (2004).

Kołbuk, D., Dubois, P., Stolarski, J. & Gorzelak, P. Effects of seawater chemistry (Mg 2+ /Ca 2+ ratio) and diet on the skeletal Mg/Ca ratio in the common sea urchin Paracentrotus lividus . Mar. Environ. Res. 145 , 22–26 (2019).

Article   Google Scholar  

Kołbuk, D. et al. Effects of seawater Mg2+/Ca2+ ratio and diet on the biomineralization and growth of sea urchins and the relevance of fossil echinoderms to paleoenvironmental reconstructions. Geobiology 18 , 710–724 (2020).

Kołbuk, D., Dubois, P., Stolarski, J. & Gorzelak, P. Impact of seawater Mg 2+ /Ca 2+ on Mg/Ca of asterozoan skeleton – evidence from culturing and the fossil record. Chem. Geol. 584 , 120557 (2021).

Gorzelak, P. et al. A Devonian crinoid with a diamond microlattice. Proc. R. Soc. B . 290 , (2023).

Dickson, J. A. D. Echinoderm skeletal preservation: calcite-aragonite seas and the Mg/Ca ratio of Phanerozoic Oceans. J. Sedim. Res. 74 , 355–365 (2004).

Chrpa, M. E., Raymond, A., Lamb, W. M. & Laya, J.-C. A marine origin of coal balls in the Midland and Illinois Basins, USA. Commun. Earth Environ . 4 , (2023).

Gorzelak, P., Krzykawski, T. & Stolarski, J. Diagenesis of echinoderm skeletons: Constraints on paleoseawater mg/ca reconstructions. Global Planet. Change 144 , 142–157 (2016).

Hardie, L. A. Secular variation in seawater chemistry: an explanation for the coupled secular variation in the mineralogies of marine limestones and potash evaporites over the past 600 M.Y. Geology 24 , 279 (1996).

Lowenstein, T. K. et al. Oscillations in Phanerozoic seawater chemistry: evidence from fluid inclusions. Science 294 , 1086–1088 (2001).

Elstnerová, P. et al. Ab initio study of thermodynamic, structural, and elastic properties of MG-substituted crystalline calcite. Acta Biomater. 6 , 4506–4512 (2010).

Wang, R. Z., Addadi, L. & Weiner, S. Design strategies of sea urchin teeth: structure, composition and micromechanical relations to function. Philos. Trans. R. Soc. London Ser. B 352 , 469–480 (1997).

Kunitake, M. E. et al. Evaluation of strengthening mechanisms in calcite single crystals from mollusk shells. Acta Biomater. 9 , 5353–5359 (2013).

Yu, X. et al. Where does titan sand come from: Insight from mechanical properties of Titan Sand candidates. J. Geophys. Res.: Planets 123 , 2310–2321 (2018).

Kim, Y.-Y. et al. Tuning hardness in calcite by incorporation of amino acids. Nat. Mater. 15 , 903–910 (2016).

Ma, Y., Cohen, S. R., Addadi, L. & Weiner, S. Sea urchin tooth design: An “all‐calcite” polycrystalline reinforced fiber composite for grinding rocks. Adv. Mater. 20 , 1555–1559 (2008).

Bianco-Stein, N., Polishchuk, I., Lang, A. & Pokroy, B. High-mg calcite nanoparticles within a low-mg calcite matrix: A widespread phenomenon in biomineralization. Proc. Natl Acad. Sci. USA 119 , e2120177119 (2022).

Moureaux, C. et al. Structure, composition and mechanical relations to function in sea urchin spine. J. Struct.Biol. 170 , 41–49 (2010).

Lemloh, M.-L. et al. Low Mg/Ca ratio alters material properties in sea urchin larvae skeleton. Bioinspired Biomimetic Nanobiomater. 2 , 28–34 (2013).

Kanold, J. M. et al. in vivo enrichment of magnesium ions modifies sea urchin spicule properties. Bioinspired Biomimetic Nanobiomater. 4 , 111–120 (2015).

Smith, A. et al. Risk and resilience: Variations in magnesium in echinoid skeletal calcite. Mar. Ecol. Prog. Ser. 561 , 1–16 (2016).

Guidetti, P. & Mori, M. Morpho-functional defences of Mediterranean Sea urchins, Paracentrotus lividus and Arbacia lixula , against fish predators. Mar. Biol. 147 , 797–802 (2005).

Dery, A., Collard, M. & Dubois, P. H. Ocean acidification reduces spine mechanical strength in euechinoid but not in cidaroid sea urchins. Environ. Sci. Technol. 51 , 3640–3648 (2017).

Kowalewski, M. & Nebelsick, J. H. Predation on recent and fossil echinoids in Predator-prey interactions in the fossil record (ed. Kelley, P. H.) 279–302 (Springer US, 2003).

Perricone, V. et al. Hexagonal Voronoi pattern detected in the microstructural design of the echinoid skeleton. J. R. Soc. Interface 19 , (2022).

Yang, T. et al. A damage-tolerant, dual-scale, single-crystalline microlattice in the knobby starfish, Protoreaster nodosus . Science 375 , 647–652 (2022).

Cole, S. R., Wright, D. F. & Thompson, J. R. Calcite-aragonite seas as a driver of echinoderm evolution? experimental insight and deep-time decoupling. Geology 51 , 1091–1095 (2023).

Kiessling, W., Aberhan, M. & Villier, L. Phanerozoic trends in skeletal mineralogy driven by mass extinctions. Nat. Geosci. 1 , 527–530 (2008).

Hopkins, M. J. & Smith, A. B. Dynamic evolutionary change in post-paleozoic echinoids and the importance of scale when interpreting changes in rates of evolution. Proc. Natl. Acad. Sci. 112 , 3758–3763 (2015).

Kier, P. M. Rapid evolution in echinoids. Palaeontology 25 , 1–9 (1982).

Google Scholar  

Boivin, S. et al. Diversification rates indicate an early role of adaptive radiations at the origin of modern echinoid fauna. PLoS ONE 13 , e0194575 (2018).

Smith, A. B. Echinoid palaeobiology . (Allen & Unwin, 1984).

Bush, A. M., Bambach, R. K. & Daley, G. M. Changes in theoretical ecospace utilization in marine fossil assemblages between the mid-paleozoic and late cenozoic. Paleobiology 33 , 76–97 (2007).

Checa, A. G., Jiménez-López, C., Rodríguez-Navarro, A. & Machado, J. P. Precipitation of aragonite by calcitic bivalves in Mg-enriched marine waters. Mar. Biol. 150 , 819–827 (2006).

Petsios, E. et al. An asynchronous Mesozoic Marine Revolution: the Cenozoic intensification of predation on echinoids. Proc. R. Soc. B. 288 , 20210400 (2021).

Haag, N., Russell, M. P. & Hernandez, J. C. Effects of spine damage and microhabitat on resource allocation of the purple sea urchin Strongylocentrotus purpuratus (Stimpson 1857). J. Exp. Mar. Biol. Ecol. 482 , 106–117 (2016).

Allison, P. A. & Bottjer, D. J. Taphonomy: Process and bias through time . (Springer, 2011).

Troncoso, O. P. et al. Mechanical properties of calcite- and aragonite-based structures by nanoindentation tests. Bioinspired Biomimetic Nanobiomater. 9 , 112–121 (2020).

Gorzelak, P. & Salamon, M. A. Experimental tumbling of echinoderms—taphonomic patterns and implications. Palaeogeogr. Palaeoclimatol. Palaeoecol. 386 , 569–574 (2013).

Nawrot, R. et al. Multiple phyla, one time resolution? Similar time averaging in benthic foraminifera, mollusk, echinoid, crustacean, and otolith fossil assemblages. Geology 50 , 902–906 (2022).

Greenstein, B. J. The effects of life habit and test microstructure on the preservation potential of echinoids in Graham’s harbour, San Salvador Island, Bahamas in Terrestrial and shallow marine geology of the Bahamas and Bermuda (eds. Curran, H. A., & White, B.), 177–188 ( Geological Society of America , 1995 ) .

Weber, J. N. The incorporation of magnesium into the skeletal calcites of echinoderms. Am. J. Sci. 267 , 537–566 (1969).

Kotler, E., Martin, R. E. & Liddell, W. D. Experimental analysis of abrasion and dissolution resistance of modern reef-dwelling foraminifera: Implications for the preservation of biogenic carbonate. Palaios 7 , 244 (1992).

Sanders, D. Syndepositional dissolution of calcium carbonate in neritic carbonate environments: Geological recognition, processes, potential significance. J. Afr. Earth Sci. 36 , 99–134 (2003).

Del Valls, T. A. & Dickson, A. G. The pH of buffers based on 2-amino-2-hydroxymethyl 1,3-propanediol (‘tris’) in synthetic sea water. Deep Sea Res. Part I 5 , 1541–1554 (1998).

Presser, V., Gerlach, K., Vohrer, A., Nickel, K. G. & Dreher, W. F. Determination of the elastic modulus of highly porous samples by nanoindentation: A case study on sea urchin spines. J. Mater. Sci. 45 , 2408–2418 (2010).

Oliver, W. C. & Pharr, G. M. An improved technique for determining hardness and elastic modulus using load and displacement sensing indentation experiments. J. Mater. Res. 7 , 1564–1583 (1992).

Stanley, S. M. Effects of global seawater chemistry on biomineralization: past, present, and future. Chem. Rev. 108 , 4483–4498 (2008).

Stolarski, J., Meibom, A., Przeniosło, R. & Mazur, M. A Cretaceous scleractinian coral with a calcitic skeleton. Science 318 , 92–94 (2007).

Stolarski, J. et al. A modern scleractinian coral with a two-component calcite–aragonite skeleton. Proc. Natl Acad. Sci . USA 118 , e2013316117 (2021).

Demicco, R. V., Lowenstein, T. K., Hardie, L. A. & Spencer, R. J. Model of seawater composition for the Phanerozoic. Geology 33 , 877–880 (2005).

Download references

Acknowledgements

The project was funded by NCN grant 2020/37/B/ST10/01460. Ph.D. is a Research Director of the National Fund for Scientific Research (Belgium). We thank members of the laboratory of Marine Biology at ULB for help in performing experiments and Michał Gloc and Krzysztof Kulikowski (both from Warsaw University of Technology, Faculty of Materials Science and Engineering) for help in performing nanomechanical measurements. We thank three anonymous reviewers for numerous useful comments.

Author information

Authors and affiliations.

Institute of Paleobiology, Polish Academy of Sciences, Warszawa, Poland

Przemysław Gorzelak, Jarosław Stolarski & Paweł Bącal

Laboratoire de Biologie Marine, Faculté des Sciences, Université Libre de Bruxelles, Bruxelles, Belgium

Philippe Dubois

UCD Earth Institute and School of Biology and Environmental Science, University College Dublin, Belfield, Dublin, Ireland

Dorota Kołbuk

You can also search for this author in PubMed   Google Scholar

Contributions

P.G. designed the study. P.G. and D.K. conducted the experiment, performed analyses and drafted the manuscript. Ph.D. provided field specimens of P. lividus and assisted in the experiments. P.B. performed SEM imaging. P.G., D.K., Ph.D., P.B., J.S participated in data interpretation and contributed to the writing, editing, and revision of the manuscript.

Corresponding author

Correspondence to Dorota Kołbuk .

Ethics declarations

Competing interests.

The authors declare no competing interests.

Peer review

Peer review information.

Communications Earth & Environment thanks Valentina Perricone, Tobias Grun and the other, anonymous, reviewer(s) for their contribution to the peer review of this work. Primary Handling Editors: Nadine Schubert and Carolina Ortiz Guerrero. A peer review file is available.

Additional information

Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary information

Transparent peer review file, supplementary information, reporting summary, rights and permissions.

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/ .

Reprints and permissions

About this article

Cite this article.

Gorzelak, P., Stolarski, J., Bącal, P. et al. Calcium-rich seawater affects the mechanical properties of echinoderm skeleton. Commun Earth Environ 5 , 467 (2024). https://doi.org/10.1038/s43247-024-01609-y

Download citation

Received : 23 February 2024

Accepted : 06 August 2024

Published : 28 August 2024

DOI : https://doi.org/10.1038/s43247-024-01609-y

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

By submitting a comment you agree to abide by our Terms and Community Guidelines . If you find something abusive or that does not comply with our terms or guidelines please flag it as inappropriate.

Quick links

  • Explore articles by subject
  • Guide to authors
  • Editorial policies

Sign up for the Nature Briefing newsletter — what matters in science, free to your inbox daily.

graph of young's modulus experiment

COMMENTS

  1. Required Practical: The Young Modulus

    2. Plot a graph of load (force) against extension. The load is found by multiplying each mass by g (9.81 N kg -1) 3. Determine the gradient of this graph. F/ΔL is the gradient of the force-extension graph; 4. Multiply the gradient by the ratio of the original length and cross-sectional area of the wire to calculate the Young Modulus

  2. Young's Modulus Formula and Example

    Young's modulus is a modulus of elasticity equal to the compressive stress divided by the axial strain. (image: Nicoguaro. CC 4.0) Young's modulus (E) is the modulus of elasticity under tension or compression.In other words, it describes how stiff a material is or how readily it bends or stretches.

  3. PDF Practical 1P3 Young's Modulus and Stress Analysis

    1P3-Young's Modulus: 2 updated Sept 2023 (J Marrow) Overview The objectives of this practical are 1. to demonstrate Hooke's law; 2. to determine the Young's modulus and Poisson's ratio of a material; 3. to determine the shear modulus of the material; 4. to check the inter-relation of , and 𝜈.

  4. The Young Modulus

    Step 2: Determine the stress: Convert the area to m 2. Substitute this into the stress equation. Step 3: Determine strain: Strain is defined as the extension per unit length. If extension is 0.50% of length, then strain is simply this value as a decimal number. Step 4: Calculate the Young modulus: Substitute these values into the equation.

  5. Practical 1P3 Young's Modulus and Stress Analysis

    The objectives of this practical are. to demonstrate Hooke's law; to determine the Young's modulus and Poisson's ratio of a material; to determine the shear modulus of the material; to check the inter-relation of E, G and . to make reasoned estimates of experimental errors. to think about how to minimise errors in performing measurements.

  6. Young's Modulus

    First we would write out the equation for Youngs modulus: Y = s t r e s s s t r a i n = F T A Δ L L o. Next we would fill in the equation for Young's Modulus: 1.6 e 4 = F T .01 .05 .15. We can then fill in every thing that we know: 16000 = 300 ∗ F T. And so, F T is equal to 53.3! Example 2.

  7. An experiment to measure the Young's Modulus

    The experiment should be repeated twice and any anomalous results repeated and checked. A graph of extension (Y-axis) against load (X-axis) is plotted. It should be a straight line through the origin. The gradient of that graph will be e/F. Using that value we can find the value of Young's Modulus for the wire.

  8. Young's modulus

    Young's modulus is the slope of the linear part of the stress-strain curve for a material under tension or compression.. Young's modulus (or Young modulus) is a mechanical property of solid materials that measures the tensile or compressive stiffness when the force is applied lengthwise. It is the modulus of elasticity for tension or axial compression. ...

  9. Young Modulus

    Mrs Wilkins shows you how to determine the Young Modulus of a metal wire.00:00 Experiment set up04:30 Reading Vernier scale05:12 Plotting graph & analysis

  10. Young's Modulus: Formula, Experiment, Unit, Graph

    The aim of the experiment is to estimate Young's modulus. This can be found by estimating stress and strain. The following steps are required to find stress and strain. Find the area of the wire using the measured diameter and the equation \(A= \pi r^2\) where \(r=\frac{R}{2}\). Rearrange Young's modulus formula and solve it for F.

  11. Episode 228: The Young modulus

    The Young modulus is often regarded as the quintessential material property, and students can learn to measure it. It is a measure of the stiffness of a material; however, in practice, other properties of materials, scientists and engineers are often interested in, such as yield stress, have more influence on the selection of materials for a particular purpose.

  12. Young's Modulus

    So, Material A will have higher Young's modulus than Material B. Figure 1: Young's Modulus Comparison. C. How to Calculate Young's Modulus. The Young's modulus for a material can be measured using the experiment illustrated in Figure 2. The reference wire and test wire made of the selected material are hung from the ceiling. The ...

  13. C3-1: Determining the Young's Modulus of Wood Along the Grain Using a

    From the equation T2 = 16π2M bd3E L3 T 2 = 16 π 2 M b d 3 E L 3 and the gradient of your graph determine E E, the Young's modulus of the wood along the grain. The Young's modulus across the grain is about 0.5GPa 0.5 GPa. Compare this with your value of E E from (2.) and give a reason for the difference. Calculate the longitudinal tension ...

  14. Physics A level revision resource: Introduction to Young's Modulus

    Young's modulus is given by the gradient of the line in a stress-strain plot. In the experiment in the video above, we measured the Young's modulus of some copper wire which does not extend very much. So a fiducial marker such as some tape can be used to help identify the original and extended lengths. Making multiple measurements with a ...

  15. Young's Modulus

    The Young modulus is defined as. The measure of the ability of a material to withstand changes in length with an added load. This gives information about the elasticity of a material ie. how stiff a material is. The Young Modulus, E, can be calculated from the ratio of stress and strain. Its unit is the same as stress: Pa (since strain is unitless)

  16. Measurement of the Young modulus

    A graph is plotted of stress against strain and from this the value of the Young modulus may be found (this is the gradient of the line i.e. F/A divided by e/L). The wires should be long and thin to give as large an extension as possible for a given load while retaining its elastic properties.

  17. Elasticity and Young's Modulus (Theory, Examples, and Table of Values

    The slope of this line-represented by in Hooke's law, is Young's modulus. Young's modulus tells you exactly how much force will produce a certain displacement, as long as the material is still in the elastic region. Calculating Young's Modulus. Young's modulus is just the slope of the linear portion of the stress-strain curve. Slope is

  18. A Step-by-Step Guide on How To Calculate Young's Modulus

    Equation: Young's modulus = (F x L0) / (A x (Ln - L0)) With numbers inputted: Young's modulus = (800 N x 2 m) / (0.0001 m2 x 0.04 m) Answer: Young's modulus ≈ 4 x 108 Pascal (Pa) 3. Rubber. Here is how this calculation could be determined if we use a rubber band and possible measurements for this type of material:

  19. Practical 1P3 Young's Modulus and Stress Analysis

    1P3-Young's Modulus: 2 updated Nov 2021 (J Marrow) Overview The objectives of this practical are 1. to demonstrate Hooke's law; 2. to determine the Young's modulus and Poisson's ratio of a material; 3. to determine the shear modulus of the material; 4. to check the inter-relation of , and 𝜈.

  20. Do Graph Neural Networks Work for High Entropy Alloys?

    Graph neural networks (GNNs) have excelled in predictive modeling for both crystals and molecules, owing to the expressiveness of graph representations. ... Finally, utilizing LESets' interpretability, we investigate elemental contributions to Young's modulus of HEAs, deriving insights to guide HEA design. The code will be available at ...

  21. Nano-silica and Ground Granulated Blast Furnace Slag Blended ...

    The experiment was accomplished by putting the samples in the water in such a way that the lower portion of the sample was in touch with water up to a thickness of 3 mm. ... The elastic modulus of concrete was improved by 13.4%, 21%, 27.3%, 33.5%, and 24.2% in the case of concrete specimens N1G5, N2G10, N3G15, N4G20, and N5G25 in the contrasted ...

  22. Core Practical 5: Investigating Young Modulus

    Measurements to Determine the Young Modulus. 1. Determine extension x from final and initial readings. Example table of results: Table with additional data. 2. Plot a graph of force against extension and draw line of best fit. 3. Determine gradient of the force v extension graph.

  23. WD-1D-VGG19-FEA: An Efficient Wood Defect Elastic Modulus ...

    Then, the nonlinear three-dimensional model of wood with defects was established by using the inverse image, and the finite element analysis was carried out to predict the elastic modulus of wood. In the experiment, 270 points were selected from each of the four regions of the wood, totaling 1080 sets of near-infrared data, and the 1D-VGG19 ...

  24. Practical 1P3 Young's Modulus and Stress Analysis

    The objectives of this practical are. 1. to demonstrate Hooke's law; 2. to determine the Young's modulus and Poisson's ratio of a material; 3. to determine the shear modulus of the material; 4. to check the inter-relation of E, G and . 5. to make reasoned estimates of experimental errors.

  25. Calcium-rich seawater affects the mechanical properties of ...

    The graph at the upper right shows mean values of nanohardness of spines of two euechinoid taxa grown under modern seawater conditions (Mg 2+ /Ca 2+ sw = 5.2) (gray and black stars), and of inner ...