#is this right

10 messages · Page 1 of 1 (latest)

mellow stag
visual yokeBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
glacial sluice
# mellow stag

You should probably write the formulas that you're using first, then substitute the values, as otherwise this is really difficult to check.

#

Probably also better to derive the general formula first for each problem.

glacial sluice
# mellow stag I used y2-y1/x2-x1

I know. But, for example, you could solve (18) like this.
(ΔP/Δx)(x1, x2) = (P(x2) - P(x1))/(x2 - x1) = 24(2^x2 - 2^x1)/(x2 - x1)
(ΔP/Δx)(0, 5) = 24(2^5 - 2^0)/(5 - 0) = 24*31/5 = 744/5
So, it's easier to catch your mistake: 2^0 = 1, not 0.

#

Same for (19) - find the general formula first:
(ΔC/Δx)(x1, x2) = (C(x2) - C(x1)/(x2 - x1) = (0.002(x2^3 - x1^3) + 0.09(x2^2 - x1^2) + 12(x2 - x1))/(x2 - x1)
Which can also be simplified to:
(ΔC/Δx)(x1, x2) = 12 + 0.09(x2 + x1) + 0.002(x2^3 - x1^3)/(x2 - x1)
Note that I didn't simplify the last fraction, since that will create terms that are less nice to calculate.

mellow stag
tight pilotBOT
#

@mellow stag has given 1 rep to @glacial sluice