‘ve these two question to do as homework, can someone do it for me ?
It is about theories of failure
Here are the questions
(1. Use the Maximum Shear Stress Theory (Tresca) and the Distortion Energy Theory (Von Mises) to calculate the factor of safety for a ductile material with yield strength 350 MPa and principal stresses equal to 100 MPa and -150 MPa
2. Use the Maximum Principal Stress Theory (Rankine) to calculate the factor of safety for a brittle material with yield strength 350 MPa and principal stresses equal to 100 MPa and -150 MPa )
for source here is the book name
Richard G. Budynas, J. Keith Nisbitt (2010), Shigley’s Mechanical Engineering Design, Mcgraw Hill 9th edition, ISBN: 978-0-07-352928-8.
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

