题目
Problem
(a) Find, using algebra, all solutions of
20x3−50x2−30x=0.
(3)
(b) Hence find all real solutions of
20(y+3)3/2−50(y+3)−30(y+3)1/2=0.
(4)
解答
(a)
解法一
思路
展开
先提出公因式 10x,剩下的二次式再因式分解。
答题过程
展开
20x3−50x2−30x=10x(2x2−5x−3)=10x(2x+1)(x−3)=000.
Therefore
x=0,x=−21,x=3.
(b)
解法一
思路
展开
把 (y+3)1/2 看作上一问里的 x。因为平方根不能是负数,所以 x=−21 对应不到实数 y,要舍去。
答题过程
展开
Let
x=(y+3)1/2.
Then the equation becomes
20x3−50x2−30x=0.
From part (a),
x=0,−21,3.
Since x=(y+3)1/2≥0, reject x=−21.
If x=0,
(y+3)1/2=y+3=y=00−3.
If x=3,
(y+3)1/2=y+3=y=396.
Therefore
y=−3,6.