Cambridge IGCSE Additional Math Practice
Cambridge IGCSE Additional Math Practice
To solve an inequality like f(x) = (2x^2 - 5x + 3)/(x^2 - 4) > 1, first solve the equation (2x^2 - 5x + 3)/(x^2 - 4) = 1 to find critical points where the inequality may change. Investigate intervals between these roots to determine where the inequality holds by testing each interval, considering domain restrictions (where x^2 - 4 ≠ 0). Express the solution in interval notation, excluding values that make the denominator zero .
For a function such as f(x) = log_3(x^2 - 6x + 13), first examine the expression inside the logarithm, analyzing x^2 - 6x + 13 ≥ k, where k must ensure positivity for log_3(). Complete the square or use calculus to find the minimum of x^2 - 6x + 13 and determine k's smallest permissible value. Thus, convert this into log_3(min_value) to calculate the least value of f(x).
When given a polynomial like P(x) = x^4 - 3x^3 - 7x^2 + 15x + 18 and a factor (x + 1), use polynomial division to divide P(x) by (x + 1) to find the quotient. After finding the quotient, continue to factorize if possible by testing for other potential factors or using techniques such as completing the square or recognizing special product patterns to factorize the polynomial completely, and then solve P(x) = 0 .
To determine the number of real solutions graphically for a system such as x^2 + y^2 = 25 and y = 3^x, plot both equations. The intersection points of their graphs represent real solutions. For instance, x^2 + y^2 = 25 represents a circle, and y = 3^x is an exponential curve. Check how many times and where the curve intersects the circle for the coordinates of real solutions .
To solve a pair of simultaneous equations like 3log_10(x + 1) = y and x^2 - 4x = y, follow these steps: 1) Express y from the logarithmic equation, y = 3log_10(x + 1). 2) Substitute this expression into the quadratic equation, giving 3log_10(x+1) = x^2 - 4x. 3) You might need to consider numerical methods or approximation to solve this non-linear equation, ensuring your answer is given to 3 significant figures .
To determine the domain of a function involving logarithms such as f(x) = log_3(x^2 - 6x + 13), identify values of x for which the argument of the logarithm is positive. Calculate the inequality x^2 - 6x + 13 > 0. Solving this will give the range of x for which the function is defined, ensuring that the quantity inside the logarithm is positive .
To find the values of constants in a polynomial given its factors and remainders, you use factor and remainder theorems. For the polynomial f(x) = x^3 + ax^2 + bx + c, with a factor (x - 2) and remainder 10 when divided by (x + 1), and another factor (x + 3), you substitute values into the polynomial. To use the factor theorem, since (x - 2) is a factor, f(2) = 0. Similarly, since (x + 3) is a factor, f(-3) = 0. The remainder theorem gives f(-1) = 10. By solving these equations, you can find the values of a, b, and c .
For a rational function like f(x) = (2x^2 - 5x + 3)/(x^2 - 4), identify domain restrictions by setting the denominator not equal to zero, as division by zero is undefined. Here, x^2 - 4 = 0 gives x = ±2 as restrictions. During simplification, cross-check these values to ensure they are not inadvertently excluded or introduced as valid values .
To solve the system x^2 + y^2 = 25 and y = 3^x using substitution, first substitute y = 3^x into the quadratic equation: x^2 + (3^x)^2 = 25, resulting in a single equation in x. This equation is complex, so numerical methods such as graphing or iteration are often used to approximate the solutions, focusing on ensuring any real solutions satisfy both equations .
To solve an exponential equation like 2^(x+1) + 2^(x-1) = 20, recognize and transform it into an equation that is easier to handle, such as rearranging into a common base format: 2^(x+1) = 2 * 2^x and 2^(x-1) = 2^x / 2. Combine to get 2^(x+1) + 1/2 * 2^(x+1) = 20, which simplifies to a linear equation in 2^x. Solve for x to get the numerical answer .