0% found this document useful (0 votes)
100 views1 page

Mathcad - Extra2

The document summarizes a MathCad solution to determining three equivalent forces acting on a plate given a total force of 210kN. It defines direction vectors for three individual forces T1, T2, and T3 and the total force R. It then sets the forces to 1N each and solves the equation relating the individual forces to the total force R to find the values of T1, T2, and T3.

Uploaded by

Desejo Sozinando
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views1 page

Mathcad - Extra2

The document summarizes a MathCad solution to determining three equivalent forces acting on a plate given a total force of 210kN. It defines direction vectors for three individual forces T1, T2, and T3 and the total force R. It then sets the forces to 1N each and solves the equation relating the individual forces to the total force R to find the values of T1, T2, and T3.

Uploaded by

Desejo Sozinando
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Computer Programming Skills

MathCad

Solution by DF Sozinando Student at the


Vaal University of Technology

Determ ine the three forces acting on the plate are equivalent to the force R=210k kN

x
y
z

2 2 2 , 2 2 2 , 2 2 2
x +y +z
x +y +z
x +y +z

Force_dir ( x ,y ,z) := stack

0.1562
T1 Force_dir ( 1 ,-2 ,6 ) = -0.3123

0.937

0.2857
T2 Force_dir ( 2 ,3 ,6) = 0.4286

0.8571

-0.2857
T3 Force_dir ( -2 ,3 ,6 ) = 0.4286

0.8571

0
R Force_dir ( 0 ,0 ,-1 ) = 0

-1

T1 := 1N

T2 := 1N

T3 := 1N

R := 210N

Given

T1 Force_dir ( 1 ,-2 ,6 ) + T2 Force_dir ( 2 ,3 ,6 ) + T3 Force_dir ( -2 ,3 ,6 ) + R ( Force_dir ( 0 ,0 ,-1 ) ) = 0

T1
T1 134.466


T2 := Find T2 = 12.25 N
T
T 85.75
3
3

T1 134.466

T2 = 12.25 N
T 85.75
3

You might also like