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!
 
So, you can start with the knowledge that it is a second degree, so the second derivative is linear and constant. Therefore, P''(2) = 2 can tell you that P''(x) = 2.

P'(x) will then be P'(x)=2x+(c1)

P(x) will be x^2 +(c1)x + (c2)

Use your initial values to solve from here...
 
Hello, nikchic5!

Find the second-degree polynomial P such that P(2)=5, P'(2)=3 and P''(2)=2.
Obviously: P(x)  =  ax2+bx+c\displaystyle \,P(x)\;=\;ax^2\,+\,bx\,+\,c . . . right?
We are told that: P(2)=5\displaystyle \,P(2)\,=\,5
    \displaystyle \;\;So we have: a(22)+b(2)+c=5        4a+2b+c  =  5\displaystyle \,a(2^2)\,+\,b(2)\,+\,c\:=\:5\;\;\Rightarrow\;\;4a\,+\,2b\,+\,c\;=\;5

We have: P(x)=2ax+b\displaystyle \,P'(x)\:=\:2ax\,+\,b
We are told that P(2)=3\displaystyle \,P'(2)\,=\,3
    \displaystyle \;\;So we have: 2a(2)+b  =  3        4a+b  =  3\displaystyle \,2a(2)\,+\,b\;=\;3\;\;\Rightarrow\;\;4a\,+\,b\;=\;3

We have: P(x)=2a\displaystyle \,P''(x)\:=\:2a
We are told that P(2)=2\displaystyle \,P''(2)\,=\,2
    \displaystyle \;\;So we have: 2a=2\displaystyle \,2a\:=\:2

Can you solve this system?   {4a+2b+c=54a+b=32a=2}\displaystyle \;\begin{Bmatrix}4a\,+\,2b\,+\,c\:=\:5\\ 4a\,+\,b\:=\:3\\ 2a\:=\:2\end{Bmatrix}
 
Am I right?

Yea and I have that a=1 b= -1 and c=3
Is that correct? But how do I write out the polynomial? Thank so much
 
Top