PDA

View Full Version : Calc Question


mathmann
Mar1-07, 12:23 PM
1. The problem statement, all variables and given/known data

Find a quadratic function f(x), that satisfies the given conditions: f(1) = 2,
f(-1) = 4, f(3) = 8.

Thanks


2. Relevant equations

f(x) = k(x-s)(x-t)

3. The attempt at a solution

I tried entering the points as the the x and f(x) while estimating as what the zeroes would be and seeing if k values would be the same but it did not work.

I am pretty sure that the first zero is 2 < x < 4, and the second zero is 4 < x < 8. But I have no idea where to go now. Any help would be greatly appreciated.

D H
Mar1-07, 12:50 PM
2. Relevant equations
f(x) = k(x-s)(x-t)

This is not a good form to use when solving this kind of problem. You get terms like kst, which are very hard to deal with. Try using a different form, for example f(x) = ax^2 +bx + c.

mathmann
Mar1-07, 01:07 PM
how do you find a, b and c?

D H
Mar1-07, 01:15 PM
Don't use calculus. With that form, what are f(-1), f(1), and f(3)?

mathmann
Mar1-07, 01:52 PM
Is it by trial and error or is there a simpler way to do it?

cristo
Mar1-07, 02:06 PM
Is it by trial and error or is there a simpler way to do it?

Just put in each value of x, and you will obtain 3 equations which you can solve for a, b and c.

D H
Mar1-07, 02:11 PM
Just put in each value of x, and you will obtain 3 equations which you can solve for a, b and c.

For example, f(1) = a*1^2 + b*1 + c = a+b+c

HallsofIvy
Mar1-07, 02:15 PM
This is hardly a "Calc" problem- more like basic algebra

f(1) = a*1^2 + b*1 + c = a+b+c= 2

Do the same with the other two values you are given so you have three equations for a, b, and c. Solve the equations.