Develop Cubic equation with a few points

  • Thread starter Thread starter LSCupcake
  • Start date Start date
  • Tags Tags
    Cubic Points
AI Thread Summary
To develop the cubic equation, the function must have a y-intercept at 1, a local minimum at (3,1), and pass through the point (2,5). The equation can be structured as f(x)=a*x^3+b*x^2+c*x+1, with the known value of d=1. To find the coefficients a, b, and c, two equations can be derived from the points (3,1) and (2,5), but a third equation is needed, which relates to the local minimum condition. The local minimum indicates that the derivative at x=3 must equal zero, providing the necessary third equation. Understanding this relationship is crucial, especially for those who have not yet studied calculus.
LSCupcake
Messages
4
Reaction score
0

Homework Statement



Write the equation of the cubic function with a y-intercept at 1, a local minimum of (3,1) and through point (2,5)


Homework Equations





The Attempt at a Solution


I know that d= +1 and that's about it. I am really stuck and needs to know this for my summative on Tuesday. If anyone has an idea what to do, pleasseee help.
 
Physics news on Phys.org
Ok, yes d=1. That's a start. So f(x)=a*x^3+b*x^2+c*x+1. You need to find a,b and c. You know f(3)=1 and f(2)=5, right? That's 2 equations in the 3 unknowns a, b and c. You need one more. What does having a local min at x=3 tell you?
 
a local min means that the slope is zero...does that mean that y=0?
I still don't understand what to do...do I use elimation with the 3 equations?
 
LSCupcake said:
a local min means that the slope is zero...does that mean that y=0?
I still don't understand what to do...do I use elimation with the 3 equations?

Yes, you are going to use elimination with the 3 equations once you get them. A local min means slope is zero, alright, but that doesn't mean y=0, it means f'(3)=0. What's f'(x)?
 
I can't use f'(x) because we learn that in calculas, that is a derivative right? And I haven't taken calculas yet.
 
LSCupcake said:
I can't use f'(x) because we learn that in calculas, that is a derivative right? And I haven't taken calculas yet.

Yes, that's a derivative. If you can't use that then you must have been told something about minima of cubics that will let you get the third equation.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top