Examples with solutions for Product Representation: Finding Increasing or Decreasing Domains

Exercise #1

Find the intervals where the function is increasing:

y=(x6)(x+6) y=(x-6)(x+6)

Video Solution

Step-by-Step Solution

First, we need to express the given function in a form that's easy to differentiate:

The original function is y=(x6)(x+6) y = (x-6)(x+6) . Expanding this, we have:

y=x236 y = x^2 - 36 .

Next, we'll find the derivative of this quadratic function to determine the intervals where the function is increasing. The derivative will provide the slope of the tangent at any point on the function:

The derivative of y=x236 y = x^2 - 36 is:

y=2x y' = 2x .

Now, we determine where the derivative 2x 2x is positive. A function is increasing where its derivative is positive:

Solve 2x>0 2x > 0 :

x>0 x > 0 .

This shows that the function is increasing on the interval where x>0 x > 0 .

Therefore, the solution to the problem is that the function is increasing for x>0 x > 0 .

Answer

x>0 x>0

Exercise #2

Find the intervals of increase and decrease of the function:

y=(x4.4)(x2.3) y=\left(x-4.4\right)\left(x-2.3\right)

Video Solution

Step-by-Step Solution

Let's solve the problem step by step:

  • **Step 1:** Identify the points p p and q q from the function y=(x4.4)(x2.3) y = (x-4.4)(x-2.3) . Here, p=4.4 p = 4.4 and q=2.3 q = 2.3 .
  • **Step 2:** Calculate the vertex x x -coordinate using the formula for the midpoint: x=p+q2=4.4+2.32 x = \frac{p+q}{2} = \frac{4.4 + 2.3}{2} .
  • **Step 3:** Compute the value: x=6.72=3.35 x = \frac{6.7}{2} = 3.35 .
  • **Step 4:** Since the quadratic has a positive leading coefficient after expansion (implying it opens upwards), the function decreases on (,3.35) (-\infty, 3.35) and increases on (3.35,) (3.35, \infty) .

Therefore, the function is decreasing for x<3.35 x < 3.35 and increasing for x>3.35 x > 3.35 .

The correct choice that matches this conclusion is:
:x<3.35:x>3.35 \searrow: x < 3.35 \\\nearrow: x > 3.35

Answer

:x<3.35:x>3.35 \searrow:x<3.35\\\nearrow:x>3.35

Exercise #3

Find the intervals where the function is increasing:

y=(3x+1)(13x) y=(3x+1)(1-3x)

Video Solution

Step-by-Step Solution

Let's solve this problem step-by-step:

The function is given by:

y=(3x+1)(13x) y = (3x + 1)(1 - 3x)

We can first find the derivative y y' to determine where the function is increasing:

  • First, expand the product: y=3x+19x23x y = 3x + 1 - 9x^2 - 3x
  • Simplify: y=9x2+0x+1 y = -9x^2 + 0x + 1

Now the function looks like this quadratic form y=9x2+1 y = -9x^2 + 1 .

Next, compute the derivative:

dydx=18x\frac{dy}{dx} = -18x

To find the critical points, set dydx=0\frac{dy}{dx} = 0 :

18x=0-18x = 0

Solving, we find x=0 x = 0 .

Now analyze the sign of dydx=18x\frac{dy}{dx} = -18x around this critical point:

  • For x<0 x < 0 , 18x>0-18x > 0 . Therefore, the function is increasing.
  • For x>0 x > 0 , 18x<0-18x < 0 . Therefore, the function is decreasing.

Therefore, the solution is that the function is increasing on the interval:

x<0 x < 0 .

Answer

x<0 x<0

Exercise #4

Find the intervals of increase and decrease of the function:

y=(x34)2 y=\left(x-\frac{3}{4}\right)^2

Video Solution

Step-by-Step Solution

The function given is y=(x34)2 y = \left(x - \frac{3}{4}\right)^2 . This is a quadratic function with its vertex (or minimum point) at x=34 x = \frac{3}{4} .

To find where the function is increasing or decreasing, follow these steps:

  • Step 1: Differentiate y y with respect to x x .
  • y=ddx[(x34)2]=2(x34) y' = \frac{d}{dx}\left[\left(x - \frac{3}{4}\right)^2\right] = 2\left(x - \frac{3}{4}\right)

  • Step 2: Find the critical points by setting the derivative equal to zero.
  • 2(x34)=0x=34 2\left(x - \frac{3}{4}\right) = 0 \quad \Rightarrow \quad x = \frac{3}{4}

  • Step 3: Determine the sign of y y' in the intervals divided by the critical point.
  • For x<34 x < \frac{3}{4} , (x34)<0 \left(x - \frac{3}{4}\right) < 0 and hence y<0 y' < 0 , indicating decreasing behavior.

    For x>34 x > \frac{3}{4} , (x34)>0 \left(x - \frac{3}{4}\right) > 0 and hence y>0 y' > 0 , indicating increasing behavior.

Thus, the function decreases on the interval (,34)(-\infty, \frac{3}{4}), and increases on the interval (34,)(\frac{3}{4}, \infty).

Consequently, the intervals of increase and decrease are:

:x>34:x<34 \searrow: x > \frac{3}{4} \\ \nearrow: x < \frac{3}{4}

Answer

:x>34:x<34 \searrow:x>\frac{3}{4}\\\nearrow:x<\frac{3}{4}

Exercise #5

Find the intervals where the function is decreasing:

y=(x4)(x+6) y=(x-4)(-x+6)

Video Solution

Step-by-Step Solution

The function given is y=(x4)(x+6) y = (x-4)(-x+6) . To analyze its behavior, we first convert this into a standard quadratic form by expanding:

y=(x4)(x+6)=x2+6x+4x24=x2+10x24 y = (x-4)(-x+6) = -x^2 + 6x + 4x - 24 = -x^2 + 10x - 24 .

The derivative with respect to x x of the function y=x2+10x24 y = -x^2 + 10x - 24 is dydx=2x+10\frac{dy}{dx} = -2x + 10.

To find critical points, we set the derivative equal to zero:

2x+10=0-2x + 10 = 0

Solving for x x , we find:

2x=10-2x = -10

x=5x = 5.

Next, we test intervals around the critical point x=5 x = 5 :

  • For x<5 x < 5 , choose a test point like x=0 x = 0 : 2(0)+10=10>0-2(0) + 10 = 10 > 0, so the derivative is positive, indicating the function is increasing.
  • For x>5 x > 5 , choose a test point like x=6 x = 6 : 2(6)+10=2<0-2(6) + 10 = -2 < 0, so the derivative is negative, indicating the function is decreasing.

Therefore, the function y=(x4)(x+6) y = (x-4)(-x+6) is decreasing for x>5 x > 5 .

Thus, the correct answer is x>5 x > 5 .

Answer

x>5 x>5

Exercise #6

Find the intervals where the function is decreasing:

y=(x+1)(x+5) y=(x+1)(x+5)

Video Solution

Step-by-Step Solution

The function y=(x+1)(x+5) y = (x+1)(x+5) is in intercept form, and we can start by expanding it:

y=x2+6x+5 y = x^2 + 6x + 5 .

We take the derivative of the quadratic function with respect to x x to find the critical points:

y=ddx(x2+6x+5)=2x+6 y' = \frac{d}{dx}(x^2 + 6x + 5) = 2x + 6 .

Set the derivative equal to zero to find any critical points:

2x+6=0 2x + 6 = 0 .
Solving for x x , we get 2x=6 2x = -6 or x=3 x = -3 .

This critical point, x=3 x = -3 , will help us break the number line into intervals to test whether the derivative is positive or negative.

We examine intervals to determine where the function is decreasing by using test points:

  • Interval x<3 x < -3 : Choose a test point (e.g., x=4 x = -4 )
    y(4)=2(4)+6=8+6=2 y'(-4) = 2(-4) + 6 = -8 + 6 = -2 (negative)
  • Interval x>3 x > -3 : Choose a test point (e.g., x=0 x = 0 )
    y(0)=2(0)+6=6 y'(0) = 2(0) + 6 = 6 (positive)

For x<3 x < -3 , y y' is negative, indicating the function is decreasing in this interval.

Therefore, the interval where the function is decreasing is x<3 x < -3 .

Answer

x<3 x<-3

Exercise #7

Find the intervals of increase and decrease of the function:

y=(7x+3)(5x2) y=\left(7x+3\right)\left(5x-2\right)

Video Solution

Step-by-Step Solution

The intervals of increase and decrease of the function are:
Decreasing on x<170 x < -\frac{1}{70}
Increasing on x>170 x > -\frac{1}{70} .

Therefore, choice 3 is correct.

Answer

:x<170:x>170 \searrow:x<-\frac{1}{70}\\\nearrow:x>-\frac{1}{70}

Exercise #8

Find the intervals where the function is decreasing:

y=(4x+8)(x+2) y=(4x+8)(-x+2)

Video Solution

Step-by-Step Solution

To determine the decreasing intervals of the function y=(4x+8)(x+2) y = (4x + 8)(-x + 2) , we follow these steps:

  • Step 1: Expand the function.
  • Step 2: Compute its derivative.
  • Step 3: Find where the derivative is negative.

Step 1: Expand the Function
First, let's expand y=(4x+8)(x+2) y = (4x + 8)(-x + 2) :

y=4x(x)+4x(2)+8(x)+8(2) y = 4x(-x) + 4x(2) + 8(-x) + 8(2)

y=4x2+8x8x+16 y = -4x^2 + 8x - 8x + 16

Simplifying, we have y=4x2+16 y = -4x^2 + 16 .

Step 2: Compute the Derivative
The derivative of y y with respect to x x is:

y=ddx(4x2+16)=8x y' = \frac{d}{dx}(-4x^2 + 16) = -8x .

Step 3: Find where the Derivative is Negative
We need to solve for y<0 y' < 0 :

8x<0 -8x < 0

This implies x>0 x > 0 .

Therefore, the function y=(4x+8)(x+2) y = (4x + 8)(-x + 2) is decreasing on the interval x>0 x > 0 .

Answer

x>0 x>0

Exercise #9

Find the intervals of increase and decrease of the function:

y=(4x+32)2 y=-(4x+32)^2

Video Solution

Step-by-Step Solution

To determine the intervals of increase and decrease, follow these steps:

  • Step 1: Simplify the function. The given function is y=(4x+32)2 y = -(4x + 32)^2 , a quadratic in terms of x x .
  • Step 2: Recognize that this is a downward-facing parabola because the coefficient of (4x+32)2 (4x + 32)^2 is negative.
  • Step 3: Find the vertex or the critical point of the parabola. The function is in the form y=a(x+h)2+k y = -a(x + h)^2 + k . Here, a=4 a = 4 , h=8 h = -8 , and k=0 k = 0 .
  • Step 4: The vertex occurs at x=8 x = -8 . The function is symmetrical about this point.
  • Step 5: Since it's a downwards-opening parabola, the function increases on the left of the vertex and decreases on the right of the vertex.
  • Step 6: Thus, the function decreases ( \searrow ) for x<8 x < -8 and increases ( \nearrow ) for x>8 x > -8 .

Consequently, the intervals of increase and decrease are:
Decreasing: x<8 x < -8
Increasing: x>8 x > -8

Therefore, :x<8:x>8 \searrow: x<-8 \\ \nearrow: x>-8 is the correct answer.

Answer

:x<8:x>8 \searrow:x<-8\\\nearrow:x>-8

Exercise #10

Find the intervals of increase and decrease of the function

y=(4x+31)2 y=-\left(4x+31\right)^2

Video Solution

Step-by-Step Solution

To determine the intervals of increase and decrease for the function y=(4x+31)2 y = -\left(4x+31\right)^2 , we follow these steps:

  • Step 1: Differentiate the function to find its first derivative.
  • Step 2: Solve for critical points by setting the derivative equal to zero.
  • Step 3: Analyze the sign of the derivative in intervals determined by the critical point.

Now, let's work through each step:

Step 1: Differentiate the function.
The function is y=(4x+31)2 y = -\left(4x+31\right)^2 . Applying the chain rule gives us: y=ddx[(4x+31)2]=2(4x+31)ddx(4x+31)=2(4x+31)4=8(4x+31) y' = \frac{d}{dx}\left[-(4x+31)^2\right] = -2(4x+31) \cdot \frac{d}{dx}(4x+31) = -2(4x+31) \cdot 4 = -8(4x+31) Thus, the derivative is y=8(4x+31) y' = -8(4x+31) .

Step 2: Solve for critical points.
Set the derivative equal to zero: 8(4x+31)=0 -8(4x+31) = 0 4x+31=0 4x+31 = 0 4x=31 4x = -31 x=314=734 x = -\frac{31}{4} = -7\frac{3}{4} This critical point divides the x-axis into two intervals: x<734 x < -7\frac{3}{4} and x>734 x > -7\frac{3}{4} .

Step 3: Analyze the sign of the derivative.
For x<734 x < -7\frac{3}{4} , say x=8 x = -8 : y=8(4(8)+31)=8(32+31)=8(1)=8 y' = -8(4(-8) + 31) = -8(-32 + 31) = -8(-1) = 8 The derivative is positive, indicating the function is increasing.

For x>734 x > -7\frac{3}{4} , say x=0 x = 0 : y=8(0+31)=8×31=248 y' = -8(0 + 31) = -8 \times 31 = -248 The derivative is negative, indicating the function is decreasing.

Thus, the function is increasing for x<734 x < -7\frac{3}{4} and decreasing for x>734 x > -7\frac{3}{4} .

Therefore, the solution to the problem is :x>734:x<734 \searrow:x > -7\frac{3}{4} \\\nearrow:x < -7\frac{3}{4} .

Answer

:x>734:x<734 \searrow:x>-7\frac{3}{4}\\\nearrow:x<-7\frac{3}{4}

Exercise #11

Find the intervals where the function is increasing:

y=(x+10)(x8) y=(x+10)(x-8)

Video Solution

Step-by-Step Solution

To determine the intervals where the function y=(x+10)(x8) y = (x+10)(x-8) is increasing, we will follow these steps:

  • Step 1: Expand the expression for clarity.
  • Step 2: Find the derivative y y' of the expanded function.
  • Step 3: Determine where y>0 y' > 0 to identify increasing intervals.

Step 1: Expand the function y=(x+10)(x8) y = (x+10)(x-8) .

Expanding gives: y=x2+2x80 y = x^2 + 2x - 80 .

Step 2: Find the derivative y y' of y=x2+2x80 y = x^2 + 2x - 80 .

y=ddx(x2+2x80)=2x+2 y' = \frac{d}{dx}(x^2 + 2x - 80) = 2x + 2 .

Step 3: Find where the function is increasing by solving y>0 y' > 0 .

2x+2>0 2x + 2 > 0 .

Solve for x x :

2x>2 2x > -2

x>1 x > -1 .

Thus, the function is increasing for x>1 x > -1 .

Therefore, the solution to the problem is x>1 x > -1 .

Answer

x>1 x>-1

Exercise #12

Find the intervals where the function is increasing:

y=(3x+3)(9x) y=(3x+3)(9-x)

Video Solution

Step-by-Step Solution

To determine where the function y=(3x+3)(9x) y = (3x+3)(9-x) is increasing, we will use the following steps:

  • Step 1: Expand and simplify the quadratic expression.
  • Step 2: Find the derivative of the function.
  • Step 3: Determine where the derivative is positive.

Let's go through these steps:

Step 1: Expand and simplify the quadratic expression:
The function given is y=(3x+3)(9x) y = (3x + 3)(9 - x) .

We expand this expression:
y=3x9+3x(x)+39+3(x) y = 3x \cdot 9 + 3x \cdot (-x) + 3 \cdot 9 + 3 \cdot (-x) .
This simplifies to:
y=27x3x2+273x y = 27x - 3x^2 + 27 - 3x .
Combining like terms, we get the quadratic equation:
y=3x2+24x+27 y = -3x^2 + 24x + 27 .

Step 2: Find the derivative of the function:
The quadratic equation found is y=3x2+24x+27 y = -3x^2 + 24x + 27 .
Taking the derivative, we have:
y=ddx(3x2+24x+27)=6x+24 y' = \frac{d}{dx}(-3x^2 + 24x + 27) = -6x + 24 .

Step 3: Determine where the derivative is positive:
To find where the function is increasing, solve the inequality:
y=6x+24>0 y' = -6x + 24 > 0 .
This simplifies to:
6x>24 -6x > -24 .
Dividing both sides by -6 (and remembering to reverse the inequality sign) gives:
x<4 x < 4 .

Thus, the function is increasing on the interval where x<4 x < 4 .

Therefore, the solution to the problem is x<4 x < 4 ..

Answer

x<4 x<4

Exercise #13

Find the intervals of increase and decrease of the function:

y=(4x+16)2 y=(4x+16)^2

Video Solution

Step-by-Step Solution

To determine where the function y=(4x+16)2 y = (4x + 16)^2 is increasing or decreasing, let's analyze its derivative:

Step 1: Differentiate the function.

The function y=(4x+16)2 y = (4x + 16)^2 is of the form (u(x))2 (u(x))^2 where u(x)=4x+16 u(x) = 4x + 16 . The derivative of y y with respect to x x is:

y=2u(x)u(x) y' = 2u(x) \cdot u'(x)

Here, u(x)=4 u'(x) = 4 , so the derivative is:

y=2(4x+16)4=8(4x+16)=32x+128 y' = 2(4x + 16) \cdot 4 = 8(4x + 16) = 32x + 128 .

Step 2: Find the critical points.

Set the derivative equal to zero and solve for x x :

32x+128=0 32x + 128 = 0

32x=128 32x = -128

x=4 x = -4 .

Step 3: Determine the sign of the derivative around the critical point x=4 x = -4 .

  • Choose a test point less than 4-4, for example x=5 x = -5 . Then, y=32(5)+128=32 y' = 32(-5) + 128 = -32 , which is negative, indicating the function is decreasing.
  • Choose a test point greater than 4-4, for example x=0 x = 0 . Then, y=32(0)+128=128 y' = 32(0) + 128 = 128 , which is positive, indicating the function is increasing.

Therefore, the function is decreasing on the interval x<4 x < -4 and increasing on the interval x>4 x > -4 .

The correct answer choice matches these findings:

:x<4:x>4 \searrow:x<-4\\\nearrow:x>-4

Answer

:x<4:x>4 \searrow:x<-4\\\nearrow:x>-4

Exercise #14

Find the intervals of increase and decrease of the function:

y=(13x+12)2 y=\left(\frac{1}{3}x+\frac{1}{2}\right)^2

Video Solution

Step-by-Step Solution

To determine where the function y=(13x+12)2 y=\left(\frac{1}{3}x+\frac{1}{2}\right)^2 is increasing or decreasing, we need to first find its derivative.

Let's compute the derivative y y' of the function:

y=(13x+12)2 y = \left(\frac{1}{3}x + \frac{1}{2}\right)^2 .

Using the chain rule, let u=13x+12 u = \frac{1}{3}x + \frac{1}{2} , then y=u2 y = u^2 .

The derivative of u2 u^2 with respect to x x is 2ududx 2u \cdot \frac{du}{dx} .

Now, find dudx\frac{du}{dx}:

dudx=13 \frac{du}{dx} = \frac{1}{3} .

Thus, the derivative of the function is:

y=2(13x+12)13=23(13x+12) y' = 2 \left( \frac{1}{3}x + \frac{1}{2} \right) \cdot \frac{1}{3} = \frac{2}{3} \left( \frac{1}{3}x + \frac{1}{2} \right) .

Set this derivative to zero to find critical points:

23(13x+12)=0 \frac{2}{3} \left( \frac{1}{3}x + \frac{1}{2} \right) = 0 .

Simplify to find x x :

13x+12=0 \frac{1}{3}x + \frac{1}{2} = 0 .

13x=12 \frac{1}{3}x = -\frac{1}{2} .

x=12×3 x = -\frac{1}{2} \times 3 .

x=32 x = -\frac{3}{2} .

The critical point is at x=32 x = -\frac{3}{2} .

To determine the nature of intervals around this critical point, test y y' on intervals around x=32 x = -\frac{3}{2} .

- For x<32 x < -\frac{3}{2} : Choose x=2 x = -2 .
y=23(13(2)+12)=23(23+12)<0 y' = \frac{2}{3} \left( \frac{1}{3}(-2) + \frac{1}{2} \right) = \frac{2}{3}(-\frac{2}{3} + \frac{1}{2}) < 0 .
y y' is negative, so y y is decreasing.

- For x>32 x > -\frac{3}{2} : Choose x=0 x = 0 .
y=23(13(0)+12)=23×12>0 y' = \frac{2}{3} \left( \frac{1}{3}(0) + \frac{1}{2} \right) = \frac{2}{3} \times \frac{1}{2} > 0 .
y y' is positive, so y y is increasing.

Thus, the function decreases on x<32 x < -\frac{3}{2} and increases on x>32 x > -\frac{3}{2} .

The intervals of increase and decrease are :x>112 \searrow: x > -1\frac{1}{2} and :x<112 \nearrow: x < -1\frac{1}{2} .

Analyzing the multiple-choice answers, the correct one matches choice 3.

Answer

:x>112:x<112 \searrow:x>-1\frac{1}{2}\\\nearrow:x<-1\frac{1}{2}

Exercise #15

Find the intervals where the function is increasing:

y=(x+1)(7x) y=\left(x+1\right)\left(7-x\right)

Video Solution

Step-by-Step Solution

To determine where the function y=(x+1)(7x) y = (x+1)(7-x) is increasing, follow these steps:

  • Step 1: Expand the function. y=(x+1)(7x)=7xx2+7x=x2+6x+7 y = (x+1)(7-x) = 7x - x^2 + 7 - x = -x^2 + 6x + 7
  • Step 2: Differentiate the function. dydx=ddx(x2+6x+7)=2x+6 \frac{dy}{dx} = \frac{d}{dx}(-x^2 + 6x + 7) = -2x + 6
  • Step 3: Identify the intervals where the derivative is positive. 2x+6>0 -2x + 6 > 0
  • Step 4: Solve the inequality. 2x+6>0 -2x + 6 > 0 6>2x 6 > 2x 3>x 3 > x Thus, the function is increasing for x<3 x < 3 .

Therefore, the function y=(x+1)(7x) y = (x+1)(7-x) is increasing on the interval x<3 x < 3 .

Matching this result with the given choices, the correct choice is:

Choice 3: x<3 x < 3

Answer

x<3 x<3

Exercise #16

Find the intervals where the function is decreasing:

y=(x4)(x+2) y=(x-4)(x+2)

Video Solution

Step-by-Step Solution

To determine where the function y=(x4)(x+2) y = (x-4)(x+2) is decreasing, we will first convert the product form to standard form:

Step 1: Expand the function: y=x24x+2x8=x22x8 y = x^2 - 4x + 2x - 8 = x^2 - 2x - 8

Step 2: Differentiate the function with respect to x x to find the derivative y y' : y=ddx(x22x8)=2x2 y' = \frac{d}{dx}(x^2 - 2x - 8) = 2x - 2

Step 3: Determine where the derivative is negative: 2x2<0 2x - 2 < 0

Step 4: Solve for x x : 2x<2 2x < 2 x<1 x < 1

Therefore, the function y=(x4)(x+2) y = (x-4)(x+2) is decreasing for x<1 x < 1 .

This corresponds to choice 2: x<1 x<1

Answer

x<1 x<1

Exercise #17

Find the intervals where the function is decreasing:

y=(x6)(x+6) y=(x-6)(x+6)

Video Solution

Step-by-Step Solution

To determine where the function y=(x6)(x+6) y = (x-6)(x+6) is decreasing, we analyze the quadratic function in its factored form.

Step 1: Identify the roots and the vertex.

  • The roots of the function are x=6 x = 6 and x=6 x = -6 .
  • The vertex is exactly halfway between these roots, located at x=6+(6)2=0 x = \frac{6 + (-6)}{2} = 0 .

Step 2: Determine the behavior on each side of the vertex.

  • This function represents a standard upward-opening parabola because it can be rewritten as y=x236 y = x^2 - 36 , which has a positive leading coefficient.
  • The parabola decreases as it approaches the vertex from the left and increases as it moves away to the right. Thus, the function is decreasing for values of x x less than the vertex, x=0 x = 0 .

Step 3: State the interval where the function is decreasing.

The function is decreasing on the interval x<0 x < 0 .

The correct solution to the problem, where the function is decreasing, is x<0 x < 0 .

Answer

x<0 x<0

Exercise #18

Find the intervals where the function is increasing:

y=(x9)(5x) y=(x-9)(5-x)

Video Solution

Step-by-Step Solution

To determine where the function y=(x9)(5x) y = (x-9)(5-x) is increasing, we follow these steps:

  • **Step 1: Expand the expression**: Start by expanding the given function:
    y=(x9)(5x)=x5xx95+9x=5xx245+9x y = (x-9)(5-x) = x \cdot 5 - x \cdot x - 9 \cdot 5 + 9 \cdot x = 5x - x^2 - 45 + 9x .
    Simplifying gives: y=x2+14x45 y = -x^2 + 14x - 45 .
  • **Step 2: Differentiate to find y y' **: Compute the first derivative with respect to x x :
    y=ddx(x2+14x45)=2x+14 y' = \frac{d}{dx} (-x^2 + 14x - 45) = -2x + 14 .
  • **Step 3: Solve y=0 y' = 0 for critical points**:
    Set y y' equal to zero:
    2x+14=0-2x + 14 = 0,
    2x=14 2x = 14 ,
    x=7 x = 7 .
  • **Step 4: Test intervals using the derivative**:
    We analyze the sign of the derivative y=2x+14 y' = -2x + 14 on intervals determined by the critical point x=7 x = 7 .
  • For x<7 x < 7 , choose x=6 x = 6 , then y=2(6)+14=12+14=2 y' = -2(6) + 14 = -12 + 14 = 2 , which is positive. Hence, the function is increasing here.
  • For x>7 x > 7 , choose x=8 x = 8 , then y=2(8)+14=16+14=2 y' = -2(8) + 14 = -16 + 14 = -2 , which is negative. Hence, the function is decreasing here.

**Conclusion**: The function y=(x9)(5x) y = (x-9)(5-x) is increasing on the interval <x<7-\infty < x < 7.

This matches the correct answer choice (2):

x<7 x<7

Answer

x<7 x<7

Exercise #19

Find the intervals of increase and decrease of the function:

y=(5x1)2 y=\left(5x-1\right)^2

Video Solution

Step-by-Step Solution

To find the intervals of increase and decrease for the function y=(5x1)2 y = (5x - 1)^2 , follow these steps:

  • Step 1: Differentiate the function y=(5x1)2 y = (5x - 1)^2 .
  • Step 2: Set the derivative equal to zero to find critical points.
  • Step 3: Test intervals around the critical point to determine where the function is increasing or decreasing.

Now, let's work through each step.

Step 1: Differentiate the function.
The given function is y=(5x1)2 y = (5x - 1)^2 . Using the chain rule, the derivative y y' is:

y=2(5x1)5=10(5x1)=50x10 y' = 2(5x - 1) \cdot 5 = 10(5x - 1) = 50x - 10

Step 2: Find critical points.
Set y=0 y' = 0 :

50x10=0 50x - 10 = 0

Solving for x x , we get:

50x=10x=15 50x = 10 \quad \Rightarrow \quad x = \frac{1}{5}

Step 3: Determine intervals of increase and decrease.
Test intervals around the critical point x=15 x = \frac{1}{5} .

  • For x<15 x < \frac{1}{5} (e.g., x=0 x = 0 ), y=50(0)10=10 y' = 50(0) - 10 = -10 . Therefore, y<0 y' < 0 , and the function is decreasing.
  • For x>15 x > \frac{1}{5} (e.g., x=1 x = 1 ), y=50(1)10=40 y' = 50(1) - 10 = 40 . Therefore, y>0 y' > 0 , and the function is increasing.

Thus, the function is decreasing on the interval x<15 x < \frac{1}{5} and increasing on the interval x>15 x > \frac{1}{5} .

Therefore, the correct choice is:

:x<15:x>15 \searrow: x < \frac{1}{5} \\ \nearrow: x > \frac{1}{5}

Answer

:x<15:x>15 \searrow:x<\frac{1}{5}\\\nearrow:x>\frac{1}{5}

Exercise #20

Find the intervals of increase and decrease of the function:

y=(5x1)(4x14) y=(5x-1)\left(4x-\frac{1}{4}\right)

Video Solution

Step-by-Step Solution

To find the intervals of increase and decrease for the function y=(5x1)(4x14) y = (5x - 1)\left(4x - \frac{1}{4}\right) , we perform the following steps:

  • Step 1: Differentiate the function using the product rule.
  • Step 2: Find the critical points by setting the derivative to zero.
  • Step 3: Determine the intervals where the derivative is positive or negative to infer increasing and decreasing behavior.

Now, let's work through each step in detail:

Step 1: Differentiate the function.
Using the product rule, consider u=5x1 u = 5x - 1 and v=4x14 v = 4x - \frac{1}{4} . The derivative of the function is:

y=ddx[(5x1)(4x14)]=(5x1)ddx(4x14)+(4x14)ddx(5x1) y' = \frac{d}{dx}\left[(5x - 1)\left(4x - \frac{1}{4}\right)\right] = (5x - 1)\frac{d}{dx}\left(4x - \frac{1}{4}\right) + \left(4x - \frac{1}{4}\right)\frac{d}{dx}(5x - 1)

=(5x1)4+(4x14)5=20x4+20x54 = (5x - 1) \cdot 4 + \left(4x - \frac{1}{4}\right) \cdot 5 = 20x - 4 + 20x - \frac{5}{4}

=40x214 = 40x - \frac{21}{4}

Step 2: Find the critical points.
Set the derivative to zero:

40x214=0 40x - \frac{21}{4} = 0

Solving for x x , multiply both sides by 4 to clear the fraction:

160x21=0 160x - 21 = 0

x=21160 x = \frac{21}{160}

Step 3: Analyze the sign of the derivative around the critical point to determine increasing or decreasing intervals.
Choose a test point in each interval defined by the critical point x=21160 x = \frac{21}{160} .

  • For x<21160 x < \frac{21}{160} , choose x=0 x = 0 and check the sign of y=40(0)214=214 y' = 40(0) - \frac{21}{4} = -\frac{21}{4} which is negative, indicating y y is decreasing.
  • For x>21160 x > \frac{21}{160} , choose x=1 x = 1 and check the sign of y=40(1)214=1394 y' = 40(1) - \frac{21}{4} = \frac{139}{4} which is positive, indicating y y is increasing.

Thus, the function decreases for x<21160 x < \frac{21}{160} and increases for x>21160 x > \frac{21}{160} .

Therefore, the intervals are :x<21160 \searrow:x<\frac{21}{160} and :x>21160 \nearrow:x>\frac{21}{160} .

The correct choice is:

:x<21160:x>21160 \searrow:x<\frac{21}{160}\\\nearrow:x>\frac{21}{160}

Answer

:x<21160:x>21160 \searrow:x<\frac{21}{160}\\\nearrow:x>\frac{21}{160}