Breakeven Analysis & Quadratic Functions

Breakeven Analysis: Review from Last Time

  • To find the breakeven quantity (xx), set the cost function equal to the revenue function (C(x)=R(x)C(x) = R(x)) and solve for xx.

  • To find the breakeven revenue, plug the breakeven quantity (xx) into either the revenue function (R(x)R(x)) or the cost function (C(x)C(x)).

  • Example (continued from previous lecture):

    • Breakeven quantity was previously found to be 20002000.

    • Given a revenue function, assumed to be R(x)=10xR(x) = 10x based on the calculation.

    • Breakeven revenue: R(2000)=10imes2000=20000R(2000) = 10 imes 2000 = 20000.

    • The breakeven point is (x,extrevenue)=(2000,20000)(x, ext{revenue}) = (2000, 20000).

Section 2.6: Quadratic Functions

Definition and General Form

  • A quadratic function is a function whose formula is given by a second-degree polynomial.

  • General formula: f(x)=ax2+bx+cf(x) = ax^2 + bx + c

    • The requirement is that a<br>eq0a <br>eq 0 for it to be a second-degree polynomial.

    • bb or cc (or both) can be equal to zero.

Graph of a Quadratic Function: The Parabola

  • The graph of a quadratic function is a parabola.

  • Opening Direction:

    • If the leading coefficient aa is positive (a > 0), the parabola opens upward.

    • If the leading coefficient aa is negative (a < 0), the parabola opens downward.

  • Vertex:

    • The lowest point on an upward-opening parabola.

    • The highest point on a downward-opening parabola.

    • The vertex is crucial in optimization problems.

Sketching Graphs of Parabolas

  • To sketch the graph of a parabola, you typically need three points:

    1. The vertex.

    2. One point to the left of the vertex.

    3. One point to the right of the vertex (preferably equidistant from the vertex due to symmetry).

  • Parabolas are symmetric about a vertical line that passes through their vertex (the axis of symmetry).

Case 1: Simplest Form (f(x)=ax2f(x) = ax^2)
  • In this case, b=0b=0 and c=0c=0.

  • The vertex is always at the origin, (0,0)(0,0).

  • Example 1: Sketch f(x)=rac12x2f(x) = rac{1}{2}x^2

    • Here, a=rac12a = rac{1}{2}, which is positive, so the parabola opens upward.

    • Vertex: (0,0)(0,0).

    • Choose points equidistant from x=0x=0 (e.g., x=2x=2 and x=2x=-2):

    • f(2)=rac12(2)2=rac12(4)=2f(2) = rac{1}{2}(2)^2 = rac{1}{2}(4) = 2

    • f(2)=rac12(2)2=rac12(4)=2f(-2) = rac{1}{2}(-2)^2 = rac{1}{2}(4) = 2

    • Additional points: (2,2)(2,2) and (2,2)(-2,2).

    • Plot these three points and connect them to sketch the parabola.

  • Example 2: Sketch f(x)=4x2f(x) = -4x^2

    • Here, a=4a = -4, which is negative, so the parabola opens downward.

    • Vertex: (0,0)(0,0).

    • Choose points equidistant from x=0x=0 (e.g., x=1x=1 and x=1x=-1):

    • f(1)=4(1)2=4f(1) = -4(1)^2 = -4

    • f(1)=4(1)2=4f(-1) = -4(-1)^2 = -4

    • Additional points: (1,4)(1,-4) and (1,4)(-1,-4).

    • Plot these three points and connect them.

Case 2: Vertex Form (f(x)=a(xh)2+kf(x) = a(x-h)^2 + k)
  • This form is called the vertex form because it directly reveals the vertex.

  • The vertex is at the point (h,k)(h,k).

  • Once the vertex is found, select points to the left and right, evaluate f(x)f(x), and plot.

  • Example 1: Sketch f(x)=2(x3)2+2f(x) = -2(x-3)^2 + 2

    • This is in vertex form. By comparing it to a(xh)2+ka(x-h)^2 + k, we get:

    • h=3h = 3

    • k=2k = 2

    • So, the vertex is (3,2)(3,2).

    • Here, a=2a = -2, which is negative, so the parabola opens downward.

    • Choose points equidistant from x=3x=3 (e.g., x=2x=2 and x=4x=4):

    • f(4)=2(43)2+2=2(1)2+2=2+2=0f(4) = -2(4-3)^2 + 2 = -2(1)^2 + 2 = -2 + 2 = 0

    • By symmetry, f(2)=0f(2) = 0

    • Additional points: (2,0)(2,0) and (4,0)(4,0). These are the x-intercepts.

    • Plot (3,2)(3,2), (2,0)(2,0), and (4,0)(4,0) and connect them.

  • Example 2: Sketch f(x)=(x+3)2+1f(x) = (x+3)^2 + 1

    • (Note: Based on the instructor's calculations and plotted points, the function was implicitly treated as f(x)=(x+3)2+1f(x) = (x+3)^2 + 1 despite implied negative aa elsewhere in the lecture's general discussion).

    • This is in vertex form: f(x)=1(x(3))2+1f(x) = 1(x-(-3))^2 + 1

    • h=3h = -3

    • k=1k = 1

    • So, the vertex is (3,1)(-3,1).

    • Here, a=1a = 1, which is positive, so the parabola opens upward.

    • Choose points equidistant from x=3x=-3 (e.g., x=2x=-2 and x=4x=-4):

    • f(2)=(2+3)2+1=(1)2+1=1+1=2f(-2) = (-2+3)^2 + 1 = (1)^2 + 1 = 1 + 1 = 2

    • By symmetry, f(4)=2f(-4) = 2

    • Additional points: (2,2)(-2,2) and (4,2)(-4,2).

    • Plot (3,1)(-3,1), (2,2)(-2,2), and (4,2)(-4,2) and connect them.

Case 3: General Form (f(x)=ax2+bx+cf(x) = ax^2 + bx + c)
  • When the formula is not in vertex form, you can find the coordinates of the vertex using specific formulas derived from the general coefficients a,b,ca, b, c.

  • Vertex Coordinates ((h,k)(h,k)):

    • h=racb2ah = rac{-b}{2a}

    • k=rac4acb24ak = rac{4ac - b^2}{4a} (Alternatively, substitute hh into the function: k=f(h)k = f(h)).

  • Once the vertex is found, the process for sketching is the same as above: find a point on the left and a point on the right, and connect.

  • Example: Sketch f(x)=x26x+8f(x) = x^2 - 6x + 8

    • Identify coefficients: a=1,b=6,c=8a=1, b=-6, c=8.

    • Calculate hh (x-coordinate of vertex):

    • h=rac(6)2(1)=rac62=3h = rac{-(-6)}{2(1)} = rac{6}{2} = 3

    • Calculate kk (y-coordinate of vertex) using k=f(h)k = f(h):

    • k=f(3)=(3)26(3)+8=918+8=1k = f(3) = (3)^2 - 6(3) + 8 = 9 - 18 + 8 = -1

    • The vertex is (3,1)(3,-1).

    • Here, a=1a=1, which is positive, so the parabola opens upward.

    • Choose points equidistant from x=3x=3 (e.g., x=2x=2 and x=4x=4):

    • f(2)=(2)26(2)+8=412+8=0f(2) = (2)^2 - 6(2) + 8 = 4 - 12 + 8 = 0

    • By symmetry, f(4)=0f(4) = 0

    • Additional points: (2,0)(2,0) and (4,0)(4,0). These are the x-intercepts.

    • Plot (3,1)(3,-1), (2,0)(2,0), and (4,0)(4,0) and connect them.

Application Problems: Optimization Using Quadratic Functions

  • Quadratic functions are used in optimization problems, where the goal is to:

    • Maximize a