Linear algebra with with unknown coefficientt for parabola

Click For Summary
SUMMARY

The discussion focuses on determining the coefficients a0, a1, and a2 for the parabola defined by the equation y = a0 + a1 x + a2 x², such that it passes through the points (2, -3), (9, 4), and (t, 4). The user sets up a system of linear equations based on these points and derives expressions for a0 and a1 in terms of a2. The next step involves solving for a2 in terms of t to find the number of solutions for varying values of t.

PREREQUISITES
  • Understanding of quadratic equations and their standard form
  • Familiarity with systems of linear equations
  • Basic algebraic manipulation skills
  • Knowledge of parameterization in mathematical equations
NEXT STEPS
  • Learn how to solve systems of linear equations using matrix methods
  • Study the concept of parameterization in quadratic functions
  • Explore the implications of varying coefficients in polynomial equations
  • Investigate the conditions for the existence of solutions in polynomial equations
USEFUL FOR

Students studying algebra, particularly those focusing on quadratic functions and systems of equations, as well as educators looking for examples of real-world applications of these concepts.

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.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 10 ·
Replies
10
Views
9K
  • · Replies 21 ·
Replies
21
Views
3K
  • · Replies 10 ·
Replies
10
Views
1K
  • · Replies 1 ·
Replies
1
Views
4K