Derive an expression for the deflection between two forces

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
cementite
Messages
2
Reaction score
0

Homework Statement


Two rods of the same material, of equal length l, and of cross section A and 2A respectively, are mounted between two rigid (i.e., nondeformable) cross frames. The frames are pulled by a pair of forces P, located at distance x from the thin bar. Derive an expression for the deflection between the two forces P, that is, for the elastic increase in distance between them.
http://imgur.com/a/SVZgS

Homework Equations


Hooke's Law[/B]
$$ s = E \frac{\delta}{l} $$

The Attempt at a Solution


Well first of all I obtained the reactions in each rod:
$$\sum M = 0$$
$$-Px +R_2 a = 0$$
$$R_2 = \frac{Px}{a}$$
$$\sum F_y=0$$
$$-R_1 + P - R_2 =0$$
$$R_1 = P (1-\frac{x}{a})$$
According to Hooke's Law, δ will be for each force:
$$\frac{R_2}{2A}= \delta_2 \frac{E}{l}$$
$$\delta_2 = \frac{P l}{A E} \frac{x}{2a}$$
And similar ##\delta_1## will be
$$\delta_1 = \frac{Pl}{AE} (1- \frac{x}{a})$$
Then to obtain the elongation between the two forces, I propose the following relation (where I believe it's the error)
http://imgur.com/a/GTWT2
So according to my diagram:
$$\frac{\delta_1 + \delta_2}{a} = \frac{\delta_P + \delta_2}{a-x} $$
doing the algebra I end up with a wrong answer:
$$\delta_P = \frac{Pl}{AE} (1-\frac{2x}{a}+\frac{x^2}{2a^2})$$

The correct solution is something similar:
$$\delta_P = \frac{Pl}{AE} (1-\frac{2x}{a}+\frac{3x^2}{2a^2})$$
:oldgrumpy:
Thanks!
 
Physics news on Phys.org
Hi Chestermiller thanks for your reply! It seems that I was confused about how it would be the deformation for this case...
By the way this is problem 3 from the book Strength of materials by Den Hartog.
Thanks again!