How do I calculate these questions relating to roots of quadratic equation?

AI Thread Summary
To solve the given quadratic equations, the roots a and b can be expressed using the relationships from Vieta's formulas. For the first equation, x^2 + 2x - c = 0, the roots satisfy a + b = -2 and ab = c, leading to the expression 2b - a^2 simplifying to -4 - c. In the second equation, x^2 - 3x + k = 0, the roots yield a + b = 3 and ab = k, allowing the expression a^2 + 3b to simplify to 9 - k. The solutions to both questions are -4 - c and 9 - k, respectively. The discussion emphasizes the importance of using root relationships to derive the required expressions.
eureka_beyond
Messages
20
Reaction score
0

Homework Statement


These two questions are very similar:
1) Let c be a constant. If a and b are the roots of the equation x^2 + 2x - c = 0
then 2b-a^2 = ?

2) Let k be a constant. If a and b are the roots of the equation x^2 - 3x + k = 0
Then a^2 + 3b = ?



Homework Equations


The answer to these 2 questions are -4-c and 9-k.


The Attempt at a Solution


For the first one, I was thinking about using the sum of roots and product of roots, I know that a+ b is -2 and ab must be c, but I don't know how to convert 2b-a^2 into a new equation that only consists of a+b and ab . I used another approach, which is to turn the equation into 2 separate ones by knowing the two roots given, a^2 + 2a - c = 0 and b^2 + 2b - c = 0. Then after some change of subject, I'll know that a^2 = c-2a and 2b = c-b^2 . But if I put in these two together, 2b-a^2 will equal to c-(b^2)-c+2a, which will finally give 2a-b^2, which doesn't really solve the problem...
I thought of another way, which is to let those unknowns to be a random number. Since this is a multiple choice question, I can get the answer by try and error. However, I was thinking if there's a better way.
Thanks :smile:
 
Physics news on Phys.org
Your first approach was right. a+b=(-2). So b=(-2)-a. 2b-a^2=2(-2-a)-a^2=(-4)-(2a+a^2). Now finish up.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top