Solving simultaneous equation for an ODE BVP.

  • Thread starter leehufford
  • Start date
  • Tags
    Ode
In summary, to solve for the constants in this system of equations, you can rewrite them in terms of each other and use the elimination method to solve for c1 and c2.
  • #1
leehufford
98
1

Homework Statement



Hello,
We are getting a quick taste of Boundary Value Problems in my ODE class and the application is deflection of beams. Basically I get to the point where I need to solve for the constants, but each constant appears in each equation but the powers of L are throwing me off.

Homework Equations



c1L2 + c2L3 + woL4/24EI = 0

2c1L + 3c2L2 + woL3/6EI = 0

The Attempt at a Solution



I've solved many systems with 2 equations and 2 unknowns but the L's and the powers are throwing me off. This is the only step holding me back from getting the correct answers for this section. Any help much appreciated! Thanks,

Lee
 
Physics news on Phys.org
  • #2
To solve this system of equations, you can first rewrite them in terms of the constants, c1 and c2. You can then use the elimination method to solve for the constants. The first equation can be rewritten as:c1 = -(woL4/24EI)/L2 - (c2L3/L2)The second equation can be rewritten as:c2 = -(woL3/6EI)/L2 - (2c1L/L2)Substituting c1 into c2, we get:c2 = -(woL3/6EI)/L2 - (2(-woL4/24EI)/L2 - (c2L3/L2))L/L2Simplifying, we get:c2 = -(woL3/6EI)/L2 + (woL4/12EI)/L2 + (c2L3/L2)Now, we can solve for c2 by equating the coefficients of c2 on both sides of the equation:1 = 1 + (L3/L2)Therefore, L3/L2 = 0, and c2 = -(woL3/6EI)/L2. Substituting this value of c2 into the first equation, we get:c1 = -(woL4/24EI)/L2 - (-(woL3/6EI)/L2)(L3/L2)Simplifying the equation, we get:c1 = -(woL4/24EI)/L2 + (woL3/12EI)/L2Hence, the constants c1 and c2 can be expressed as:c1 = -(woL4/24EI)/L2 + (woL3/12EI)/L2c2 = -(woL3/6EI)/L2
 
  • #3
To solve this system of equations, you can use the elimination method. First, multiply both equations by the appropriate factors to make the coefficients of one variable the same in both equations. Then, subtract the two equations from each other to eliminate that variable, leaving you with a single equation in the two remaining variables. Solve this equation for either of the two variables and then substitute it back into either of the original equations to solve for the other variable.
 

FAQ: Solving simultaneous equation for an ODE BVP.

What is an ODE BVP?

An ODE BVP (Ordinary Differential Equation Boundary Value Problem) is a mathematical problem that involves finding a solution to an ordinary differential equation (ODE) subject to specified boundary conditions. This type of problem is commonly encountered in many areas of science and engineering.

How do you solve simultaneous equations for an ODE BVP?

To solve simultaneous equations for an ODE BVP, you typically use numerical methods such as the shooting method or the finite difference method. These methods involve breaking down the problem into smaller, simpler equations and solving them iteratively until a solution is found.

What is the shooting method?

The shooting method is a numerical method for solving ODE BVPs. It involves converting the boundary value problem into an initial value problem by guessing initial values for the unknown boundary conditions. The ODE is then solved using these initial values, and the results are compared to the desired boundary conditions. The process is repeated until a satisfactory solution is found.

What is the finite difference method?

The finite difference method is another numerical method for solving ODE BVPs. It involves approximating the derivatives in the ODE with finite differences, which are then used to create a system of linear equations. This system is then solved to obtain the solution to the ODE.

Are there any other methods for solving simultaneous equations for an ODE BVP?

Yes, there are other methods for solving simultaneous equations for an ODE BVP, such as the shooting method with multiple shooting and the collocation method. These methods may be more complex, but can provide more accurate solutions for certain types of problems.

Similar threads

Back
Top