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

Mathcad - Extra3

The document presents the solution to determining cable tensions (T1, T3, R) given that T3=980N. It sets up the force equations and direction vectors for three cable tensions (T1, T2, T3) and resultant force (R). It then solves the system of equations to find that T1=1258.126N, T3=980N (given), and R=1555.88N.

Uploaded by

Desejo Sozinando
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
54 views1 page

Mathcad - Extra3

The document presents the solution to determining cable tensions (T1, T3, R) given that T3=980N. It sets up the force equations and direction vectors for three cable tensions (T1, T2, T3) and resultant force (R). It then solves the system of equations to find that T1=1258.126N, T3=980N (given), and R=1555.88N.

Uploaded by

Desejo Sozinando
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

Computer Programming Skills

MathCad

Solution by DF Sozinando Student at the


Vaal University of Technology

The resultant of three cable tensions acts along the y-direction. Determine T1, T3 and
R given that T3=980N.

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.4082
T2 Force_dir ( -4 ,-8 ,4 ) = -0.8165

0.4082

0.318
T1 Force_dir ( 3 ,-8 ,4 ) = -0.848

0.424
0
T3 Force_dir ( 0 ,-8 ,-6 ) = -0.8

-0.6
T1 := 1N

T2 := 980N

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

0

T3 := 1N

R := 1N

Given
T1 Force_dir ( 3 ,-8 ,4 ) + T2 Force_dir ( -4 ,-8 ,4 ) + T3 Force_dir ( 0 ,-8 ,-6) + R Force_dir ( 0 ,1 ,0 ) = 0

T1
T1


T3 := Find T3


R
R

T1 1258.126

T3 = 1555.88 N
3111.759
R

You might also like