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

Mathcad - Extra4

The document summarizes solving a math problem to determine the values of three forces (P1, P2, P3) given the resultant force R is 200kN. It defines direction vectors for each force and sets up an equation to solve for the unknown force values. The solution finds that P1 is 805.536N, P2 is 338.399N, and P3 is 338.399N.

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)
121 views1 page

Mathcad - Extra4

The document summarizes solving a math problem to determine the values of three forces (P1, P2, P3) given the resultant force R is 200kN. It defines direction vectors for each force and sets up an equation to solve for the unknown force values. The solution finds that P1 is 805.536N, P2 is 338.399N, and P3 is 338.399N.

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 forces shown is the force R=200k N. Determine P1, P2 and P3 .

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.4138

P1 Force_dir ( -200 ,0 ,440) =


0

0.9104

-0.4925
P2 Force_dir ( -200 ,-150 ,320) = -0.3694

0.788

-0.4925
P3 Force_dir ( -200 ,150 ,320) = 0.3694

0.788

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

1

P1 := 1N

R := 200N

P2 := 1N

P3 := 1N

Given

-P1 Force_dir ( -200 ,0 ,440) + P2 Force_dir ( -200 ,-150 ,320) + P3 Force_dir ( -200 ,150 ,320) + R ( Force_dir ( 0 ,0 ,1 ) ) = 0

P1
P1


P2 := Find P2
P
P
3
3

P1 805.536

P2 = 338.399 N
P 338.399
3

You might also like