필터 지우기
필터 지우기

Forces

조회 수: 2 (최근 30일)
12ar.af
12ar.af 2011년 9월 12일
f(z)=((10*z)/(5+z))*exp(-2z/10);% wind force
% total force
F=intergral(0 to L) of f(z)dz;
length(z)=10
This force is completely balanced by the Tension, T, in the left support cable (while the right support cable is limp). The mast is fixed to the deck so that it transmits horizontal and vertical forces, but does not transmit moments.
1.Graph (using a well labelled MATLAB graph) the wind force, f(z) against z.
2.Using MATLAB integration techniques determine the total equivalent force acting on the mast
  댓글 수: 1
Jan
Jan 2011년 9월 12일
This seems to be a homework question. Of course, you have to solve your homework by your own. So what kind of help do you expect? Do you have a specific question?

댓글을 달려면 로그인하십시오.

답변 (1개)

Walter Roberson
Walter Roberson 2011년 9월 12일
What is meant by "length(z)=10" ? Is that supposed to mean that when you do a numerical integration, you are only to use a total of 10 points? Or is it intended to mean that the L mentioned in the line defining F should be 10? Or is it hinting that this is an integral along a curve? Note that it will only be possible to find the total force if L is known.

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by