Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add spring constant
  • Loading branch information
rcc02007 committed Feb 22, 2017
1 parent 543fb4b commit 35dbdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HW4/README.md
Expand Up @@ -21,7 +21,7 @@ heading `# Homework #4` in your `README.md` file

PE_s=1/2\*K \*(DL)^2

where DL = 0.5 - sqrt(0.5^2+(0.5-x_C)^2)
where DL = 0.5 - sqrt(0.5^2+(0.5-x_C)^2) and K=30 N/m.

b. Use the `goldmin.m` function to solve for the minimum potential energy at xc when
theta=0. *create an anonymous function with `@(x) collar_potential_energy(x,theta)` in
Expand Down

0 comments on commit 35dbdeb

Please sign in to comment.