100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Summary

Summary Mechanical Engineering Design Question and answers4

Rating
-
Sold
-
Pages
3
Uploaded on
30-12-2023
Written in
2023/2024

Mechanical Engineering Design Question and answers

Institution
Course

Content preview

2022/05/25 7:26 PM C:\Users\ThinkPad\Desktop\MODELLIN... 1 of 2

%218110626
clc
clear
close all
%Data
F=120;%N
%SOLUTION 1.1
syms x y z P Q R
S=@(x,y,z)sqrt(x^2+y^2+z^2);
Vx=@(x,y,z)x/S(x,y,z);
Vy=@(x,y,z)y/S(x,y,z);
Vz=@(x,y,z)z/S(x,y,z);
eq1=F*Vx(0,-8,-12)+P*Vx(6,8,-12)+Q*Vx(-6,6,-12)==R*Vx(0,0,-1);
eq2=F*Vy(0,-8,-12)+P*Vy(6,8,-12)+Q*Vy(-6,6,-12)==R*Vy(0,0,-1);
eq3=F*Vz(0,-8,-12)+P*Vz(6,8,-12)+Q*Vz(-6,6,-12)==R*Vz(0,0,-1);
[P Q R]=solve([eq1 eq2 eq3],[P Q R]);
P=double(P)
Q=double(Q)
R=double(R)
%1.2)Direct Method
syms x y z P Q R
S=@(x,y,z)sqrt(x^2+y^2+z^2);
V=@(x,y,z)[x/S(x,y,z);y/S(x,y,z);z/S(x,y,z)];
eq=F*V(0,-8,-12)+P*V(6,8,-12)+Q*V(-6,6,-12)==R*V(0,0,-1);
[P Q R]=solve([eq],[P Q R]);
P1=double(P)
Q1=double(Q)
R1=double(R)
%1.3)
%Force Vector
F1=F*Vx(0,6,-6);
F2=F*Vy(-8,8,6);
F3=F*Vz(-12,-12,-12);
%Force array
FV=[F1;F2;F3];
%distance array
D=@(x,y,z)[x;y;z];
%Moment
Ma=cross(D(0,-8,0),FV)

%Question2
%2,1)
%Data
P1=900;%Kpa
P2=500;%Kpa
P3=100;%Kpa
P4=?;%Kpa
v1=0.2;%m^3
v2=0.6;%m^3

Written for

Institution
Course

Document information

Uploaded on
December 30, 2023
Number of pages
3
Written in
2023/2024
Type
SUMMARY

Subjects

$10.55
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
mothibelimakoanyana1

Get to know the seller

Seller avatar
mothibelimakoanyana1 Vaal University of Technology
Follow You need to be logged in order to follow users or courses
Sold
5
Member since
3 year
Number of followers
5
Documents
21
Last sold
5 months ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions