Help with finding the particular solution to this difference equation

At the moment, just the wind load.

Actually, it is the bending moments. The bending stiffness is the Ci Ci value EIc/h EIc/h . Refer back to the post where I scanned the page from the book.

Here is how it looks in the software. This is just a practise frame. Its not what I am doing for my personal project

bending moments.png
 
Thing is the rotation for the single cantilever beam will not work for a muiltistorey frame. However, using some approximate methods for deflection I have managed to come up with a value for θB\theta B. Try using a value of 0.00010289 rads.
Does this answer make sense to you? I will trust you that it is correct and will give you a taste of the idea. The idea of numerical analysis is to divide the interval (length of the beam) 0<x<L0 < x < L by some number nn into subintervals. In other words, you will have many interior points around the boundary points.

If θ0=0\theta_0 = 0 and θL=0.00010289\theta_L = 0.00010289 are the boundary conditions, then θ1,θ2,θ3,,θi1\theta_1, \theta_2, \theta_3,\cdot\cdot\cdot, \theta_{i-1} are the interior functions that we want to find. And x1,x2,x3,,xi1x_1,x_2,x_3,\cdot\cdot\cdot,x_{i-1} are the interior points for θ1,θ2,θ3,,θi1\theta_1, \theta_2, \theta_3,\cdot\cdot\cdot, \theta_{i-1} respectively.

The larger the number nn, the better the approximation gets. But increasing the number nn will in return cost us to solve more equations.

Let us choose n=10n = 10, then the length hh of 11 subinterval is equal to h=x10x0n=L010h = \displaystyle \frac{x_{10} - x_0}{n} = \frac{L - 0}{10}. It depends on the length of the beam, say, L=8 mL = 8 \ \text{m}, then h=8010=0.8\displaystyle h = \frac{8 - 0}{10} = 0.8

The interior points are:

x1=0.8x_1 = 0.8
x2=1.6x_2 = 1.6
x3=2.4x_3 = 2.4
x4=3.2x_4 = 3.2
x5=4.0x_5 = 4.0
x6=4.8x_6 = 4.8
x7=5.6x_7 = 5.6
x8=6.4x_8 = 6.4
x9=7.2x_9 = 7.2

While x0=0x_0 = 0 and x10=8x_{10} = 8 are the boundary points.

Now go back to the difference equation and focus on the variables that have the index ii, one of them is xix_i. We need to know it to continue our analysis.
 
Last edited:
Sorry for the late reply, Mario. I think the forum has been having some technical issues
 
Which LaTeX\LaTeX? You need to use the KaTeX\KaTeX dialect. What did you try?
 
I hope Im following you correctly.

So, lets use the structure I posted in #22.

The height is 12m.

Because we want the points to land on a joint (joints are 3m apart) let n=8

xi = (120)/8=1.5 (12-0)/8 = 1.5



1718460917721.png
 
Sorry for the late reply, Mario. I think the forum has been having some technical issues
It's OK. It happened to me too a few months ago.

I hope Im following you correctly.

So, lets use the structure I posted in #22.

The height is 12m.

Because we want the points to land on a joint (joints are 3m apart) let n=8

(120)/8=1.5 (12-0)/8 = 1.5
Yeah, we can do this.

But your difference equation is confusing me now. The difference equation must have both θi\theta_i and xix_i.

And from where did you get rxir^{x_i}? Are you sure about this? Or maybe the xix_i is inside ViV_i?

Or maybe Vi+Vi+1=xi+xi+1V_i + V_{i+1} = x_i + x_{i+1}!
 
But your difference equation is confusing me now. The difference equation must have both θi\theta_i and xix_i.

And from where did you get rxir^{x_i}? Are you sure about this? Or maybe the xix_i is inside ViV_i?

Or maybe Vi+Vi+1=xi+xi+1V_i + V_{i+1} = x_i + x_{i+1}!

The parameter V V is the shear force created by the wind. Vi V_i is the shear for the storey in question; Vi+1 V_i+1 is the shear in the storey above.

Look at this diagram:

Frame_example1.png

If we are looking at the first storey, Vi=35kN V_i = 35 kN , Vi+1=25kN V_i+1 = 25 kN . So, V V cannot be xi x_i . I believe xi x_i is the vertical distance up the frame.

I read somewhere that difference equations are identical to differential equations, other than that difference equations represents sequences. Sometimes you get differential equations that is a function of x x , but has not x x in the expression.

Mario, did you read through the scanned page of the book I posted in post #15? Did you not make any sense of it? It talks about finding the particular solution to the diffrence equation.

And I substituted xi x_i in the equation, rix r^x_i because you said to focus in the variable that have i i in it.
 
Last edited:
Yes, I did read it, but it is ambiguous. It has written the difference equation for θ\theta with the assumption of the story height, stiffness, the fixed ratio rr, and shear forces have specific properties. So, using xix_i to solve the problem will be invalid because the difference equation is using something completely different than the length (or height) of the beam. Then, the book said that if the numerator on the right side is a polynomial, a particular solution may be obtained similar to the complementary solution. After all this information, it is still ambiguous what is the independent variable. But since it focused on the numerator on the right side, the only way to get a particular solution to this difference equation is to change it to a polynomial. But how? We don't know and I think that we will never know.

I think that a second way to solve your problem is to write everything from scratch. If you want to solve your problem with a difference equation, then write down all the original differential equations related to the problem and derive it step by step in a clear manner. Or you can post the problem of the beam or whatever it is in a new post and I am sure that professor Khan will figure out a better solution to it than the difference equation since he has already taught this subject at university.

If you cannot solve your problem by the difference equation, I am sure there is a different way to solve it. You have just to search.

What is the scope of my knowledge in this area? I know how to convert a second order differential equation to a difference equation and solve the difference equation by the Finite Difference Method which I have already explained it to you: dividing the interval of the original differential equation by a number nn. Also I can find the complementary and particular solutions for a small number of difference equations when every variable there is stated clearly.

Good luck Tygra.
 
Top