Second Degree.

nikchic5

Junior Member
Joined
Feb 16, 2006
Messages
106
Find the second-degree polynomial P such that P(2)=5, P'(2)=3 and P''(2)=2.

Thanks so much for anyone who can help me!S

I already have 4a+2b+c=5
4a+b=3
2a+2

Where do i go from there? Thanks so much!
 
Hello, nikchic5!

Find the second-degree polynomial P such that P(2)=5, P'(2)=3 and P''(2)=2.

I already have: 4a+2b+c=54a+b=32a=2\displaystyle \:\begin{array}{ccc}4a\,+\,2b\,+\,c\:=\:5 \\ 4a\,+\,b\:=\:3 \\ 2a\:=\:2\end{array}

Where do i go from there?
You've done the hard part.
You said: P(x)=ax2+bx+c\displaystyle \,P(x)\:=\:ax^2\,+\,bx\,+\,c
You took the derivatives and plugged in x=2\displaystyle x\,=\,2 and got those equations.

Now solve them.

The last one is: 2a=2        a=1\displaystyle \,2a\,=\,2\;\;\Rightarrow\;\;a\,=\,1

Plug this into the second equation: 4(1)+b=3        b=1\displaystyle \,4(1)\,+\,b\:=\:3\;\;\Rightarrow\;\;b\,=\,-1

Plug them into the first equation: 4(1)+2(1)+c=5        c=3\displaystyle \,4(1)\,+\,2(-1)\,+\,c\:=\:5\;\;\Rightarrow\;\;c\,=\,3

There! . . . The quadratric is: P(x)  =  x2x+3\displaystyle \,P(x)\;=\;x^2\,-\,x\,+\,3
 
Top