AndrewG

195 Reputation

7 Badges

12 years, 120 days

MaplePrimes Activity


These are questions asked by AndrewG

I have a beam rigidly secured at one end (a diving board) and want to find the deflection of the beam when a mass is applied at the end. 

I have the differential equation

eq := diff(v(x), x, x) = P*x/(E*Iz) # E youngs modulus and Iz the moment properties of the diving board. 

 

The solution says to integrate to get deflected slope of the board.

int(rhs(eq))

1 2 3 4 5 6 Page 6 of 6