Photo AI

Show that the function $g(x) = x^2 - ext{log}(x + 1)$ has a zero between 0.7 and 0.9 - HSC - SSCE Mathematics Extension 1 - Question 3 - 2005 - Paper 1

Question icon

Question 3

Show-that-the-function-$g(x)-=-x^2----ext{log}(x-+-1)$-has-a-zero-between-0.7-and-0.9-HSC-SSCE Mathematics Extension 1-Question 3-2005-Paper 1.png

Show that the function $g(x) = x^2 - ext{log}(x + 1)$ has a zero between 0.7 and 0.9. Use the method of halving the interval to find an approximation to this zero ... show full transcript

Worked Solution & Example Answer:Show that the function $g(x) = x^2 - ext{log}(x + 1)$ has a zero between 0.7 and 0.9 - HSC - SSCE Mathematics Extension 1 - Question 3 - 2005 - Paper 1

Step 1

Show that the function $g(x) = x^2 - \text{log}(x + 1)$ has a zero between 0.7 and 0.9.

96%

114 rated

Answer

To show that there is a zero between 0.7 and 0.9, we evaluate the function at these points:

  1. Calculate g(0.7)g(0.7): g(0.7)=(0.7)2log(0.7+1)=0.49log(1.7)0.490.531=0.041.g(0.7) = (0.7)^2 - \text{log}(0.7 + 1) = 0.49 - \text{log}(1.7) \approx 0.49 - 0.531 = -0.041.

  2. Calculate g(0.9)g(0.9): g(0.9)=(0.9)2log(0.9+1)=0.81log(1.9)0.810.278=0.532.g(0.9) = (0.9)^2 - \text{log}(0.9 + 1) = 0.81 - \text{log}(1.9) \approx 0.81 - 0.278 = 0.532.

Since g(0.7)<0g(0.7) < 0 and g(0.9)>0g(0.9) > 0, by the Intermediate Value Theorem, there is a zero in the interval (0.7, 0.9).

Step 2

Use the method of halving the interval to find an approximation to this zero of $g(x)$, correct to one decimal place.

99%

104 rated

Answer

We will use the method of bisection to estimate the root:

  1. Determine the midpoint of 0.7 and 0.9: m=0.7+0.92=0.8.m = \frac{0.7 + 0.9}{2} = 0.8.

  2. Calculate g(0.8)g(0.8): g(0.8)=(0.8)2log(0.8+1)=0.64log(1.8)0.640.255=0.385.g(0.8) = (0.8)^2 - \text{log}(0.8 + 1) = 0.64 - \text{log}(1.8) \approx 0.64 - 0.255 = 0.385. Since g(0.8)>0g(0.8) > 0, we now check the lower half: New interval is (0.7, 0.8).

  3. New midpoint: m=0.7+0.82=0.75.m = \frac{0.7 + 0.8}{2} = 0.75.

  4. Calculate g(0.75)g(0.75): g(0.75)=(0.75)2log(0.75+1)=0.5625log(1.75)0.56250.155=0.4075.g(0.75) = (0.75)^2 - \text{log}(0.75 + 1) = 0.5625 - \text{log}(1.75) \approx 0.5625 - 0.155 = 0.4075. Again, since g(0.75)>0g(0.75) > 0, we check (0.7, 0.75).

  5. New midpoint: m=0.7+0.752=0.725.m = \frac{0.7 + 0.75}{2} = 0.725.

  6. Calculate g(0.725)g(0.725), and repeat until the answer is correct to one decimal place. We find that the zero is approximately 0.8.

Step 3

By expanding the left-hand side, show that $$\text{sin}(5x + 4x) + \text{sin}(5x - 4x) = 2\text{sin}(5x)\text{cos}(4x).$$

96%

101 rated

Answer

To prove this identity, we can use the sine addition and subtraction formulas:

  1. Use the formula for the sine of a sum and the sine of a difference: sin(a+b)=sin(a)cos(b)+cos(a)sin(b)\text{sin}(a + b) = \text{sin}(a)\text{cos}(b) + \text{cos}(a)\text{sin}(b)
    sin(ab)=sin(a)cos(b)cos(a)sin(b)\text{sin}(a - b) = \text{sin}(a)\text{cos}(b) - \text{cos}(a)\text{sin}(b)

  2. Substitute a=5xa = 5x and b=4xb = 4x: sin(5x+4x)+sin(5x4x)=(sin(5x)cos(4x)+cos(5x)sin(4x))+(sin(5x)cos(4x)cos(5x)sin(4x))\text{sin}(5x + 4x) + \text{sin}(5x - 4x) = \left(\text{sin}(5x)\text{cos}(4x) + \text{cos}(5x)\text{sin}(4x)\right) + \left(\text{sin}(5x)\text{cos}(4x) - \text{cos}(5x)\text{sin}(4x)\right)

  3. Simplifying this: =2sin(5x)cos(4x).= 2\text{sin}(5x)\text{cos}(4x).

Step 4

Hence find $$\int \text{sin}(5x) \cos(4x) \, dx.$$

98%

120 rated

Answer

To find this integral, we can use the formula we derived:

  1. We know that: sin(A)cos(B)dx=12(sin(A+B)dx+sin(AB)dx).\int \text{sin}(A) \cos(B) \, dx = \frac{1}{2}\left(\int \text{sin}(A + B) \, dx + \int \text{sin}(A - B) \, dx\right).

  2. For our case, with A=5xA = 5x and B=4xB = 4x: sin(5x)cos(4x)dx=12(sin(9x)dx+sin(x)dx).\int \text{sin}(5x) \cos(4x) \, dx = \frac{1}{2}\left(\int \text{sin}(9x) \, dx + \int \text{sin}(x) \, dx\right).

  3. Integrating:

    • The integral of extsin(9x) ext{sin}(9x) is 19cos(9x)-\frac{1}{9}\text{cos}(9x).
    • The integral of extsin(x) ext{sin}(x) is cos(x)-\text{cos}(x).
  4. So, sin(5x)cos(4x)dx=12(19cos(9x)cos(x))+C\int \text{sin}(5x) \cos(4x) \, dx = \frac{1}{2}\left(-\frac{1}{9}\text{cos}(9x) - \text{cos}(x)\right) + C where CC is the constant of integration.

Step 5

Use the definition of the derivative, $f'(x) = \lim_{h\to0}\frac{f(x+h) - f(x)}{h}$, to find $f'(x)$ when $f(x) = x^2 + 5x$.

97%

117 rated

Answer

To find the derivative using the definition:

  1. Substitute f(x)=x2+5xf(x) = x^2 + 5x: f(x+h)=(x+h)2+5(x+h)=x2+2xh+h2+5x+5h.f(x + h) = (x + h)^2 + 5(x + h) = x^2 + 2xh + h^2 + 5x + 5h.

  2. Now plug into the limit: f(x)=limh0x2+2xh+h2+5x+5h(x2+5x)hf'(x) = \lim_{h\to 0} \frac{x^2 + 2xh + h^2 + 5x + 5h - (x^2 + 5x)}{h} This simplifies to: f(x)=limh02xh+h2+5hh=limh0(2x+h+5)=2x+5.f'(x) = \lim_{h\to 0} \frac{2xh + h^2 + 5h}{h} = \lim_{h\to 0} (2x + h + 5) = 2x + 5.

Thus, f(x)=2x+5f'(x) = 2x + 5.

Step 6

Show that $x^2 - lx + 12 = 0$.

97%

121 rated

Answer

To derive the equation:

  1. Using the geometry of the circle, we know that the lengths satisfy the Power of a Point theorem: AEEB=DEEC.AE \cdot EB = DE \cdot EC.

  2. Let AB=7AB = 7, then AE=4AE = 4, thus EB=3EB = 3. Let DE=xDE = x and CD=lCD = l. Hence, we can express: 43=x(lx).4 \cdot 3 = x \cdot (l - x).

  3. Rearranging gives: 12=lxx2.12 = lx - x^2. Thus, x2lx+12=0.x^2 - lx + 12 = 0.

Step 7

Find the length of the shortest chord that passes through $E$.

96%

114 rated

Answer

To find the length of the shortest chord through a point in a circle:

  1. Use the formula for the length of a chord through a point: l=2R2d2,l = 2\sqrt{R^2 - d^2}, where RR is the radius and dd is the perpendicular distance from the center to the chord.

  2. If d=4d = 4, and if we know the radius of the circle from the segments: r2=l2+d2r^2 = l^2 + d^2 where the length of the radius can be inferred from the given lengths.

  3. Apply the known variables to find the shortest length according to the geometry rules outlined.

Join the SSCE students using SimpleStudy...

97% of Students

Report Improved Results

98% of Students

Recommend to friends

100,000+

Students Supported

1 Million+

Questions answered

;