#Non-linear system of inequalities

59 messages · Page 1 of 1 (latest)

fluid anchor
#

Correct way to solve it?
5 should be minimum since it’s the lowest point.However how to solve it without an image of the functions?

dire tideBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
fluid anchor
#

We could find the Lower point by comparing the y,s of the functions.Or just by the fact that that’s the vertex

clear wind
clear wind
#

,tikz[declare function={f(\x)=\x+3; g(\x)=2*(\x)^2-12*\x+23;}]
\begin{axis}[axis lines=center,grid=both,major grid style={black!50,line width=.5},minor tick num=9,minor grid style={black!40,line width=.2},xlabel={$x$},ylabel={$y$},title={Use \TeX{}it to sketch graph}]
\addplot[yellow,domain=-.5:4.5] {f(x)} node[pos=.3, above]{$y = x+3$};
\addplot[blue!60,domain=-.5:4.5] {g(x)} node[pos=.5, right]{$y = 2x^2-12x+23$};
\end{axis}

north briarBOT
#

vin100

clear wind
#

the start of the question says "a solution". it can be a (set of) values satisfying the given system

#

it doesn't say "the solution", say the given (open interval) "(a, b)" doesn't not necessarily include all solutions

steel copper
#

They intersect at (4,7) and (5/2,11/2)

#

I don’t understand what the question is asking though

#

Oh is it the area in between the two things?

#

Cause that’s integration

clear wind
steel copper
#

Oh I see

#

Yeah, I hate proof, so I’m out

clear wind
#

to choose a least possible candidate b for an upper bound for the open interval (a, b) that solves the given system

clear wind
steel copper
#

I mean the question certainly isn’t hard

#

It’s just I can’t remember how to do it

#

The top equation is in completed square form

clear wind
north briarBOT
#

vin100

clear wind
#

forget the y in the middle, and do polynomial manipulations just like when we see the '=' sign

#

,calc simplify('2*(x-3)^2+5-(x+3)')

north briarBOT
#

Result:

2 * ((x - 3) ^ 2 + 1) - x
steel copper
#

Oh yeah, I understand

fluid anchor
#

But let’s say it was some other more “complicated” function.And we don’t know what they look like

fluid anchor
#

But why should we assume them

#

What if the points of inequality didn’t lie in between the two common points

clear wind
fluid anchor
#

I mean in a way to sketch without actually knowing how the graph looks like

fluid anchor
#

Like let’s say we were given a third degree polynomial

#

To apply a similar idea to the system of inequalities

clear wind
#

it's given

#

,,\begin{cases}
y &\le g(x) \ y &\ge f(x)
\end{cases}

north briarBOT
#

vin100

#

vin100

clear wind
#

so $f(x) \le y \le g(x)$

north briarBOT
#

vin100

fluid anchor
#

And we can graph them.And the that (-h,k) is the min that satisfies the inequality

#

What if we had other functions that we can’t graph without a software

clear wind
fluid anchor
#

(-h,k)
Satisfied every condition
And k is the min value of y that can satisfy them

#

But what if we didn’t know that

#

If it was a non parabola

#

How would we solve it

clear wind
fluid anchor