Linear algebra with with unknown coefficientt for parabola

Basheesh
Messages
4
Reaction score
0

Homework Statement



Find the numbers a0, a1 and a2 so that the parabola with the equation:

y = a0 + a1 x + a2 x2

Goes through the points:
(2, −3), (9, 4), and (t, 4)

For any value of t, specify the amount of solutions


Homework Equations



y = a0 + a1 x + a2 x2

The Attempt at a Solution



I tried setting this up as a system of linear equations:

a0 + 2a1 + 4a2 = -3
a0 + 9a1 + 81a2 = 4
a0 + ta1 + t2a2 = 4

Solving for the 2 uppermost equations I get:

a0 = 18a2 - 5
a1 = -11a2 + 1

plugging these into the 3rd equation, I get:

18a2 -5 + t(11a2 +1) + a2t2

Which I can simplify to:

t = (9 - 18a2) / (11a2 + 1 0 a2t)

But I am then unsure of where to go from there, or whether this is even the correct approach to take.

Ps. Sorry if this is a little messy, I am new to the forum and unsure of how to correctly format the math.
 
Physics news on Phys.org
That's a good start. Instead of trying to solve for t, solve for a2 in terms of t. Then you can find a0 and a1 in terms of t.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top