Didn't want to open a new thread haha
I once already got an answer for this very question, however, I forgot how to solve it. Besides, somebody gave me one explanation that I can't keep up with but he hasn't been back on forum since giving the explanation.
f(x) = x^3 - 11x^2 - 25x - 13
y = p*x + q
Line Y is the tangent of f(x) at A(a,f(a)) and intersects with f(x) at B (13,0). What is the sum of p+q?
Code
So I suppose this means that For A, f(a) = y(a) ∧ f ' (a) = y' (a)
Furthermore, 0 = 13p+q --> q = -13p --> y = p*x-13p = p(x-13)
Consider this for f(a)=y(a) --> f(a)-y(a)=0 --> x^3 - 11x^2 - 25x - 13 -p(x-13) = 0
I can sense the possibility of grouping here, which is precisely the explanation I had on the other forum (see quote)
Quote
Let's think that A!=B. So, the equation f(x)-(px+q)=0 must have just two solution, one of which is 13.
q=-13p.
So, let's divide the polynomial x^3-11x^2-25x-13-px+13p[=x^3-11x^2-(25+p)x-13+13p] by x-13.
The quotient is x^2+2x+(1-p). Hence 1-p=1 (to be the quotient a full square). Hence p=q=0.
This is the division (or factoring - in our case it is the same):
x^3-11x^2-(25+p)x-13+13p=(x^2+2x+1-p)(x-13) (you can multiply, and you will see)
I don't understand just how to factorize this problem. Can anybody tell me what tool I need to do this? I'll be happy to look it up myself from there.
/e Is there a way for me to assume that A and B are the only solutions? If so, one can assume that there has to be a factor (x-13).
This post was edited by Forg0tten on May 19 2017 03:10am