Hi guys:
Could you confirm this problem is wrong? (I know you can solve this with simmetry but if you do the math it does not make sense)
These are my findings:
1. Even if the question stem does not state the problem is about a parabola, the graph loks like it and the OG answer refer to a parabola (OG says in the answer "Second degree eq")
2. The graph implies (0,3) is a point in the parabola. You can notice the y-intercept. This implies that in y = ax^2 + bx + c, c = 3.
3. Because the problem states the graph is simmetric with respect to x=2. That would mean there is minimum point at (2, y). We know the x coordinate of a minimum point of a parabola follows this eq: x= -b/2a. That would mean 4a = -b.
4. We know (1,1) is a point in the parabola. So
y = ax^2 + bx + c
1 = a(1)^2 + b(1) + c
1 = a(1)^2 + b(1) + 3 (because of point 2)
a + b = -2
5. Solving 3. and 4.
a=2/3, b=8/3
6. Parabola formula
y=(2/3)x^2-(8/3)x+3
7. Use parabola formula for point (1/2, 2) and it does not work
2=1/6-4/3+3
2=11/6?????
If you use the graph a little more you can assume the vertex is at (2,0)
Then:
0 = a(2)^2 + b(2) + 3
4a + 2b + 3 = 0
Because x=-b/2a, and (2,0) is the vertex:
4a=-b
Use the 2 eq above:
-b + 2b + 3 = 0
b = -3, a = 3/4 => DOES NOT MAKE SENSE because contradicts what was found in the other scenario.
Could you help me with the math? This is making me crazy.
I'm intending to demonstrate that the answer could also be found using math (symmetry logic is ok for me and for the exam but math should always back up any answer, right?) or that the problem data is incorrect.
I tried graphing the eq I got in 6. in this page:
https://www.mathwarehouse.com/quadratic/ ... rabola.php
I tried MATLAB too and find point (1/2, 2) is not valid.
I guess I can only conclude:
- The graph is not a parabola but some kind of mixed graph for intervals of x.
PS: If you think I'm wrong at using the graph and should only use points (1,1) (1/2, 2) and (2,y) as vertex, try to find the parabola eq. I think you are going to get an invalid result too.
Gustavo