Question

In: Math

Use a system of equations to find the parabola of the form y=ax^2+bx+c that goes through...

Use a system of equations to find the parabola of the form

y=ax^2+bx+c

that goes through the three given points.

(2,-12)(-4,-60)(-3,-37)

Solutions

Expert Solution

for point (2,-12)

for point (-4,-60)

for point (-3,-37)

.

from these 3 equations system Ax=b is

augmented matrix is

4 2 1 -12
16 -4 1 -60
9 -3 1 -37

convert into Reduced Row Eschelon Form...

Divide row1 by 4

1 1/2 1/4 -3
16 -4 1 -60
9 -3 1 -37


Add (-16 * row1) to row2

1 1/2 1/4 -3
0 -12 -3 -12
9 -3 1 -37


Add (-9 * row1) to row3

1 1/2 1/4 -3
0 -12 -3 -12
0 -15/2 -5/4 -10


Divide row2 by -12

1 1/2 1/4 -3
0 1 1/4 1
0 -15/2 -5/4 -10


Add (15/2 * row2) to row3

1 1/2 1/4 -3
0 1 1/4 1
0 0 5/8 -5/2


Divide row3 by 5/8

1 1/2 1/4 -3
0 1 1/4 1
0 0 1 -4


Add (-1/4 * row3) to row2

1 1/2 1/4 -3
0 1 0 2
0 0 1 -4


Add (-1/4 * row3) to row1

1 1/2 0 -2
0 1 0 2
0 0 1 -4


Add (-1/2 * row2) to row1

1 0 0 -3
0 1 0 2
0 0 1 -4

reduced system is

solution is

.


Related Solutions

use Java The two roots of a quadratic equation ax^2 + bx + c = 0...
use Java The two roots of a quadratic equation ax^2 + bx + c = 0 can be obtained using the following formula: r1 = (-b + sqrt(b^2 - 4ac)) / (2a) and r2 = (-b - sqrt(b^2 - 4ac)) / (2a) b^2 - 4ac is called the discriminant of the quadratic equation. If it is positive, the equation has two real roots. If it is zero, the equation has one root. If it is negative, the equation has no...
Consider the parabola y=1-x^2. Find the point on the parabola for which the tangent line through...
Consider the parabola y=1-x^2. Find the point on the parabola for which the tangent line through that point creates a triangle in the 1st quadrant and that triangle has minimum area.
Consider the system of equations 5x+5z=0 4ax-y+4az=0 bx+10y+az=6c Find conditions on a, b, and c such...
Consider the system of equations 5x+5z=0 4ax-y+4az=0 bx+10y+az=6c Find conditions on a, b, and c such that the systems has (a) no solutions (b) infinetly many solutions, and provide a formula for solutions in this case (c) exactly one solution This is a problem in matrix theory.
FOR JAVA Define a class QuadraticExpression that represents the quadratic expression ax^2 + bx + c:...
FOR JAVA Define a class QuadraticExpression that represents the quadratic expression ax^2 + bx + c: You should provide the following methods (1) default constructor which initalizes all the coefficients to 0 (2) a constructor that takes three parameters public QuadraticExpression(double a, double b, double c) (3) a toString() method that returns the expression as a string. (4) evaluate method that returns the value of the expression at x public double evaluate(double x) (5) set method of a, b, c...
Find the equation of the circle ((x-a)2 + (y-b)2 = r2 ) that goes through the...
Find the equation of the circle ((x-a)2 + (y-b)2 = r2 ) that goes through the points (1, 1), (0, 2), and (3, 2).  [Hint: subtract equations.]
Given a general cubic function y = ax^3 + bx^2 + cx + d prove the...
Given a general cubic function y = ax^3 + bx^2 + cx + d prove the following, a) That a cubic must change at a quadratic rate.          I believe this to be the derivative of the general cubic function, yielding dy/dx = 3ax^2 + 3bx + c b) That there are only 6 basic forms (shapes) for a cubic.         This question is where I get lost. Please help, Thanks!
Write a function to solve a system of linear equations of the form Ax= b using...
Write a function to solve a system of linear equations of the form Ax= b using the iterative Gauss-Seidel method. You are free to use any basic MATLAB operation to implement the algorithm (i.e. you may use any combination of loops, indexing, math, etc.), but avoid “built-in” solution methods — you would not be allowed to use the GaussSeidel function if such a function existed. The function must also test for a number of possible issues. If an issue is...
Find the equation of line passing through the pair of points . Write the equation in the form of Ax+By=C . (2,3) (1,-4)
Find the equation of line passing through the pair of points . Write the equation in the form of Ax+By=C . (2,3) (1,-4)  
4(a). Find the equation y = ax + b of the line passing through (2,3) and...
4(a). Find the equation y = ax + b of the line passing through (2,3) and (5,8). (Your answer should be an equation of the form y = ax + b, for some constants a and b.) (b) Find the equation y = ax^2 + bx + c of the parabola passing through the points (-2, -6), (1,6), and (3,4). (Your answer should be an equation of the form y = ax^2 + bx + c, for some constants a,...
Using excel UserForm construct a Flowchart that solves a quadratic equation ax^2+bx+c=0 for changingvalues of a,...
Using excel UserForm construct a Flowchart that solves a quadratic equation ax^2+bx+c=0 for changingvalues of a, b and c. Please also display the code you have used. Please use excel UserForm Thanks
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT