Slope: The Derivative of a Function at a Point (2nd issue)

morrowcosom
Messages
52
Reaction score
0

Homework Statement


We are calculating the slope of the function f(x) = 5 - 3x^2 at x = -1.
For the function f(x) = 5 - 3x^2, we now know:

f(-1) = 2
f(-1+h) = 5 - (3 - 6h + 3h^2)
Now evaluate the difference quotient, simplifying as much as possible and cancelling h in the denominator:
--------------------------------------------------------------------------------
{f(-1+h) - f(-1)}/h
--------------------------------------------------------------------------------


Homework Equations



Slope = limh->0 [f(x0 + h) - f(x0)] / h


The Attempt at a Solution



{5-(3-6h+3h^2) -2}/h
{5-(-6h+3h^2)+1}/h
{5-3h(2-h)+1}/h
5-3(2-h)+1

I am doing independent study on a computer program and it says my solution is wrong. I have no idea how to get it in the form of 5 - 3x^2 (How to get the (2-h)^2 or how to get rid of the constant on the right, which starts out as -2 or f(-1). What am I doing wrong?
 
Physics news on Phys.org
morrowcosom said:

Homework Statement


We are calculating the slope of the function f(x) = 5 - 3x^2 at x = -1.
For the function f(x) = 5 - 3x^2, we now know:

f(-1) = 2
f(-1+h) = 5 - (3 - 6h + 3h^2)
You should simplify this to 2 + 6h - 3h^2.
morrowcosom said:
Now evaluate the difference quotient, simplifying as much as possible and cancelling h in the denominator:
--------------------------------------------------------------------------------
{f(-1+h) - f(-1)}/h
--------------------------------------------------------------------------------


Homework Equations



Slope = limh->0 [f(x0 + h) - f(x0)] / h


The Attempt at a Solution



{5-(3-6h+3h^2) -2}/h
{5-(-6h+3h^2)+1}/h
The line above is incorrect. You subtracted 2 from 3 to get 1. You should have subtracted 2 from -3.
morrowcosom said:
{5-3h(2-h)+1}/h
5-3(2-h)+1

I am doing independent study on a computer program and it says my solution is wrong. I have no idea how to get it in the form of 5 - 3x^2 (How to get the (2-h)^2 or how to get rid of the constant on the right, which starts out as -2 or f(-1). What am I doing wrong?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top