Recent content by colby2152

  1. C

    Solving for X in an X^4 Equation: Homework Help and Explanation

    Perhaps thehttp://www.sparknotes.com/math/algebra2/polynomials/section4.rhtml" may help you!
  2. C

    Solve for F: \displaystyle{F = \frac{9}{5}(20) + 32}F = 68 degrees Fahrenheit

    Celsius must be 20 degrees more than Farenheit, so C = F + 20 is the correct substitution.
  3. C

    Undergrad Analyzing Time-Series Data: What Model to Use?

    I want to test a series of 36 time periods and 10 data points for each one of those periods. The goal is to see which data points have the biggest effect on change from one period to the next. I thought Chi-Square was the way to go, but I do not have any expected frequencies here. Regression...
  4. C

    News What are the economic impacts of government growth and corruption?

    If he can get US out of the UN, then he has my vote.
  5. C

    Should the American drinking age be repealed and violence accepted on TV?

    The drinking age could actually be lowered to an age like 15 (similar to Europe), but the lack of public transportation in such a large country as the United States makes it a dead issue. The driving age should actually be lowered across the board to 16. Raising the driving age to 17 or 18...
  6. C

    Undergrad Calculus I - without a calculator

    Calculators don't have their place in Calculus or Analysis.
  7. C

    Graduate How Can dx and dy Be Manipulated in Differential Equations and Integrals?

    Strangely enough, the small change terms like dx and dy can be treated as fractions in some cases, but not all.
  8. C

    Graduate How Do You Calculate the Taylor Polynomial of Degree 10 for sin(2x) at x=0?

    Please see my reply on your other double post.
  9. C

    Graduate How Do You Calculate the Taylor Polynomial of Degree 10 for sin(2x) at x=0?

    It was looking right until the end... Sixth derivative - you forgot a negative sign Ninth derivative - 512, not 412 Tenth derivative - the sign probably stays the same after double corrections, 512*2=1024 Other than those small errors, you are golden!
  10. C

    Undergrad What is the solution to ΣΣ(sinx)(cosx)?

    Are one of the trig functions supposed to be a function of y?
  11. C

    What are the key concepts for solving trigonometric functions?

    f(x) = sin^2(x) - sin(x) f'(x) = 2sin(x)cos(x) - cos(x) 2sin(x)cos(x) - cos(x) = 0 cos(x)(2sin(x) - 1) = 0 Solve for cos(x) = 0 & sin(x) = 0.5 Then you need to test values for all x values that satisfy those equations within the boundary 0 < x < \frac{3\pi}{2}
  12. C

    Undergrad What is the antiderivative of x^2 + (5/x^5) +cos9x - e^-7x?

    Well, do you know basic integration rules for powers, exponential, and trigonometric functions?