f'(x) = int. 8 = 8x + c, when x = 1, f'(x) = 0.micuzzo said:can anyone please help on this question... i no its easy but i havent as of yet experienced one as such
f''(x)=8 and f'(x)=0 and y=3 when x=1 find equation of y in terms of x
Thanks you, i
Well, I dunno about the previous solution (not that I have anything against it, really) but here's how I look at it:micuzzo said:f''(x)=8 and f'(x)=0 and y=3 when x=1 find equation of y in terms of x
wow you used matrices. That's pretty good.3.14159potato26 said:Well, I dunno about the previous solution (not that I have anything against it, really) but here's how I look at it:
To determine the coefficients of terms in an nth degree polynomial, you need at least (n+1) distinct equations in terms of the coefficients.
This rule is quite obvious. For example, if the polynomial was of degree zero, you need one y-value, e.g. the polynomial is y = c, so you need the y-value to get the value of c.
For the question to be solvable, and since the 2nd differential is non-zero, therefore the equation is a 2nd degree polynomial, i.e. is a quadratic polynomial because it gives 3 equations in terms of the coefficients.
Therefore, taking f(x) = ax^2 + bx + c, it gives the equations:
a + b + c = 3
2a + b = 0
2a = 8 or a = 4.
which can be rewritten as (rearranging the order of the terms):
{ 1 1 1 3 }
{ 0 1 2 0 }
{ 0 0 1 4 }
which is a 3*4 matrix, which can be solved using backsubstitution to give:
{ 1 0 0 7 }
{ 0 1 0 -8 }
{ 0 0 1 4 }
that is, a = 4, b = -8 and c = 7.
Therefore, y = 4x^2 - 8x + 7.
Wow, that's a great way to look at it. But I prefer the tommykin's3.14159potato26 said:Well, I dunno about the previous solution (not that I have anything against it, really) but here's how I look at it:
To determine the coefficients of terms in an nth degree polynomial, you need at least (n+1) distinct equations in terms of the coefficients.
This rule is quite obvious. For example, if the polynomial was of degree zero, you need one y-value, e.g. the polynomial is y = c, so you need the y-value to get the value of c.
For the question to be solvable, and since the 2nd differential is non-zero, therefore the equation is a 2nd degree polynomial, i.e. is a quadratic polynomial because it gives 3 equations in terms of the coefficients.
Therefore, taking f(x) = ax^2 + bx + c, it gives the equations:
a + b + c = 3
2a + b = 0
2a = 8 or a = 4.
which can be rewritten as (rearranging the order of the terms):
{ 1 1 1 3 }
{ 0 1 2 0 }
{ 0 0 1 4 }
which is a 3*4 matrix, which can be solved using backsubstitution to give:
{ 1 0 0 7 }
{ 0 1 0 -8 }
{ 0 0 1 4 }
that is, a = 4, b = -8 and c = 7.
Therefore, y = 4x^2 - 8x + 7.
I prefer tommykins method, haha. Although matrices look cooler.3.14159potato26 said:Well, I dunno about the previous solution (not that I have anything against it, really) but here's how I look at it:
To determine the coefficients of terms in an nth degree polynomial, you need at least (n+1) distinct equations in terms of the coefficients.
This rule is quite obvious. For example, if the polynomial was of degree zero, you need one y-value, e.g. the polynomial is y = c, so you need the y-value to get the value of c.
For the question to be solvable, and since the 2nd differential is non-zero, therefore the equation is a 2nd degree polynomial, i.e. is a quadratic polynomial because it gives 3 equations in terms of the coefficients.
Therefore, taking f(x) = ax^2 + bx + c, it gives the equations:
a + b + c = 3
2a + b = 0
2a = 8 or a = 4.
which can be rewritten as (rearranging the order of the terms):
{ 1 1 1 3 }
{ 0 1 2 0 }
{ 0 0 1 4 }
which is a 3*4 matrix, which can be solved using backsubstitution to give:
{ 1 0 0 7 }
{ 0 1 0 -8 }
{ 0 0 1 4 }
that is, a = 4, b = -8 and c = 7.
Therefore, y = 4x^2 - 8x + 7.