πŸŽ“ BookMCQ
← Back to 1. Basics before calculus

πŸ“ Algebraic functions definition and examples (12 MCQs)

πŸ“– From Calculus β€’ 1. Basics before calculus β€’ 12 questions available

What is Algebraic functions definition and examples?

Definition:
Algebraic functions are functions that can be expressed using polynomial equations with integer exponents, roots, and arithmetic operations, such as addition, subtraction, multiplication, division, and taking roots, but not involving transcendental operations like exponentials or logs.

Example:
f(x)=x2+1f(x) = \sqrt{x^2+1} and g(x)=1xβˆ’2g(x) = \frac{1}{x-2} are algebraic; h(x)=exh(x) = e^x is not algebraic.

Reason:
Algebraic functions cover a wide range of elementary functions, and their properties (like differentiability) are well-studied, making them foundational in calculus.

3
Easy
7
Medium
2
Hard

πŸ“ All Algebraic functions definition and examples MCQs

Q1. Which of the following expressions is an algebraic function?

A.f(x)=x2βˆ’4f(x)=\sqrt{x^{2}-4} βœ…
B.g(x)=sin⁑xg(x)=\sin x
C.h(x)=exh(x)=e^{x}
D.k(x)=ln⁑xk(x)=\ln x
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: An algebraic function is built from polynomials using a finite number of algebraic operations such as addition, subtraction, multiplication, division, and root extraction. The expression f(x)=x2βˆ’4f(x)=\sqrt{x^{2}-4} uses only polynomial terms and a square‑root, which is an allowed root extraction, so it qualifies. The other choices involve transcendental functions (sine, exponential, logarithm) and therefore are not algebraic.

Q2. Given f(x)=x2βˆ’4f(x)=\sqrt{x^{2}-4} and g(x)=x23(x+2)2g(x)=\frac{x^{2}}{3}(x+2)^{2}, which statement about their domains is correct?

A.Both have the same domain.
B.Domain of ff is all real numbers, domain of gg is all real numbers.
C.Domain of ff is (βˆ’βˆž,βˆ’2]βˆͺ[2,∞)(-\infty,-2]\cup[2,\infty) and gg is all real numbers. βœ…
D.Domain of gg is (βˆ’βˆž,βˆ’2]βˆͺ[2,∞)(-\infty,-2]\cup[2,\infty) and ff is all real numbers.
πŸ’‘ Difficulty: easy | βœ… Correct: C

πŸ“– Explanation: The square‑root in f(x)=x2βˆ’4f(x)=\sqrt{x^{2}-4} requires the radicand to be non‑negative, giving x2βˆ’4β‰₯0x^{2}-4\ge0 or ∣x∣β‰₯2|x|\ge2, so its domain is (βˆ’βˆž,βˆ’2]βˆͺ[2,∞)(-\infty,-2]\cup[2,\infty). The polynomial expression for g(x)g(x) is defined for every real xx. Therefore the correct description is option C.

Q3. If a function h(x)=Asin⁑(Bxβˆ’C)h(x)=A\sin(Bx-C) has zeros at x=0x=0 and x=Ο€/4x=\pi/4 and the amplitude is 3, what are the possible values of BB?

A.B=4B=4 βœ…
B.B=2B=2
C.B=8B=8
D.B=1B=1
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Zeros of a sine function occur when its argument equals an integer multiple of Ο€\pi: Bxβˆ’C=nΟ€Bx-C=n\pi. Setting x=0x=0 gives βˆ’C=n1Ο€-C=n_1\pi and x=Ο€/4x=\pi/4 gives B(Ο€/4)βˆ’C=n2Ο€B(\pi/4)-C=n_2\pi. Subtracting yields B(Ο€/4)=(n2βˆ’n1)Ο€B(\pi/4)= (n_2-n_1)\pi, so B=4(n2βˆ’n1)B=4(n_2-n_1). The smallest positive integer difference gives B=4B=4, which matches option A.

Q4. Suppose p(x)=x2βˆ’4p(x)=\sqrt{x^{2}-4} and q(x)=1x2βˆ’4q(x)=\frac{1}{\sqrt{x^{2}-4}}. If a new function r(x)=p(x) q(x)r(x)=p(x)^{\,q(x)} is defined, which of the following statements about the continuity of rr at x=3x=3 is true?

A.rr is continuous at x=3x=3. βœ…
B.rr has a removable discontinuity at x=3x=3.
C.rr is discontinuous because q(x)q(x) is undefined at x=3x=3.
D.rr is continuous for all xx where pp is defined.
πŸ’‘ Difficulty: hard | βœ… Correct: A

πŸ“– Explanation: At x=3x=3 the radicand 32βˆ’4=53^{2}-4=5 is positive, so both p(3)=5p(3)=\sqrt5 and q(3)=1/5q(3)=1/\sqrt5 exist and are finite. Each component function is continuous at x=3x=3; the composition p qp^{\,q} of continuous functions is also continuous there. Hence rr is continuous at x=3x=3.

Q5. Which of the following correctly describes the amplitude and period of y=2sin⁑4xy=2\sin 4x?

A.amplitude 2, period 2Ο€2\pi
B.amplitude 2, period Ο€/2\pi/2 βœ…
C.amplitude 4, period Ο€/2\pi/2
D.amplitude 4, period 2Ο€2\pi
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: For a sinusoid y=Asin⁑(Bx)y=A\sin(Bx), the amplitude equals ∣A∣|A| and the period equals 2Ο€/∣B∣2\pi/|B|. Here A=2A=2 gives an amplitude of 2, and B=4B=4 gives a period of 2Ο€/4=Ο€/22\pi/4=\pi/2. Therefore the correct description is option B.

Q6. Consider the algebraic function f(x)=x23(x+2)2f(x)=\frac{x^{2}}{3}(x+2)^{2}. Which of the following describes its behavior as xβ†’βˆ’βˆžx\to -\infty?

A.f(x)β†’βˆ’βˆžf(x)\to -\infty
B.f(x)β†’0f(x)\to 0
C.f(x)β†’+∞f(x)\to +\infty βœ…
D.f(x)f(x) oscillates without bound
πŸ’‘ Difficulty: medium | βœ… Correct: C

πŸ“– Explanation: Expanding the expression yields f(x)=13x4+43x3+43x2f(x)=\frac{1}{3}x^{4}+ \frac{4}{3}x^{3}+ \frac{4}{3}x^{2}. The leading term 13x4\frac{1}{3}x^{4} dominates for large ∣x∣|x| and is positive, so as xβ†’βˆ’βˆžx\to -\infty the function grows without bound in the positive direction, i.e., f(x)β†’+∞f(x)\to +\infty.

Q7. For the function g(x)=x2βˆ’4g(x)=\sqrt{x^{2}-4}, determine the limit lim⁑xβ†’2+g(x)\lim_{x\to 2^{+}} g(x).

A.0 βœ…
B.2
C.0\sqrt{0}
D.Does not exist
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: When xx approaches 2 from the right, the radicand x2βˆ’4x^{2}-4 approaches 0+0^{+}. The square‑root of a quantity tending to zero from above approaches zero. Hence lim⁑xβ†’2+x2βˆ’4=0\lim_{x\to 2^{+}}\sqrt{x^{2}-4}=0, which corresponds to option A.

Q8. The amplitude of a sinusoidal function y=Asin⁑(Bx)y=A\sin(Bx) is defined as:

A.|A| βœ…
B.A2A^{2}
C.1/∣A∣1/|A|
D.|B|
πŸ’‘ Difficulty: easy | βœ… Correct: A

πŸ“– Explanation: Amplitude measures the maximum vertical displacement from the midline and is given by the absolute value of the coefficient multiplying the sine (or cosine) term. Therefore for y=Asin⁑(Bx)y=A\sin(Bx) the amplitude equals ∣A∣|A|, matching option A.

Q9. If the constant BB in y=Acos⁑(Bx)y=A\cos(Bx) is negative, how does it affect the period of the function?

A.Period becomes 2Ο€/B2\pi/B (negative value).
B.Period is unchanged, still 2Ο€/∣B∣2\pi/|B|. βœ…
C.Period doubles.
D.No periodic behavior.
πŸ’‘ Difficulty: medium | βœ… Correct: B

πŸ“– Explanation: The period of a sinusoid depends on the absolute value of the angular frequency: period=2Ο€/∣B∣\text{period}=2\pi/|B|. Changing the sign of BB reflects the graph horizontally but does not alter the distance required for one full cycle. Hence the period remains 2Ο€/∣B∣2\pi/|B|, which is option B.

Q10. A function is defined as h(x)=Asin⁑(Bxβˆ’C)h(x)=A\sin(Bx-C) with amplitude 5, period Ο€\pi, and a phase shift of Ο€/6\pi/6 to the right. Which ordered triple (A,B,C)(A,B,C) satisfies these conditions?

A.(5,2,Ο€/3)(5,2,\pi/3) βœ…
B.(5,2,βˆ’Ο€/3)(5,2,-\pi/3)
C.(5,4,Ο€/6)(5,4,\pi/6)
D.(5,4,βˆ’Ο€/6)(5,4,-\pi/6)
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Amplitude gives ∣A∣=5|A|=5. Period Ο€\pi implies 2Ο€/∣B∣=Ο€2\pi/|B|=\pi so ∣B∣=2|B|=2. A rightward shift of Ο€/6\pi/6 means C/B=Ο€/6C/B=\pi/6; with B=2B=2 this yields C=2β‹…Ο€/6=Ο€/3C=2\cdot\pi/6=\pi/3. Thus the triple (5,2,Ο€/3)(5,2,\pi/3) meets all requirements, which is option A.

Q11. Consider the composition F(x)= (x23(x+2)2)2βˆ’4F(x)=\sqrt{\,\bigl(\frac{x^{2}}{3}(x+2)^{2}\bigr)^{2}-4}. Which of the following statements about the domain of FF is true?

A.Domain is all real numbers.
B.Domain consists of xx such that x23(x+2)2β‰₯2\frac{x^{2}}{3}(x+2)^{2}\ge 2 or β‰€βˆ’2\le -2. βœ…
C.Domain is (βˆ’βˆž,βˆ’2]βˆͺ[2,∞)(-\infty,-2]\cup[2,\infty).
D.Domain is empty.
πŸ’‘ Difficulty: hard | βœ… Correct: B

πŸ“– Explanation: Inside the outer square‑root we have (x23(x+2)2)2βˆ’4\bigl(\frac{x^{2}}{3}(x+2)^{2}\bigr)^{2}-4. For the expression to be non‑negative we need ∣x23(x+2)2∣β‰₯2|\frac{x^{2}}{3}(x+2)^{2}|\ge2. Since x23(x+2)2β‰₯0\frac{x^{2}}{3}(x+2)^{2}\ge0 for all real xx, the condition reduces to x23(x+2)2β‰₯2\frac{x^{2}}{3}(x+2)^{2}\ge2. Hence the domain is precisely the set of xx satisfying that inequality, which is described by option B.

Q12. If f(x)=x2βˆ’4f(x)=\sqrt{x^{2}-4} and g(x)=1x2βˆ’4g(x)=\frac{1}{\sqrt{x^{2}-4}}, which of the following statements about the product h(x)=f(x)g(x)h(x)=f(x)g(x) is correct?

A.h(x)=1h(x)=1 for all xx in the domain. βœ…
B.h(x)=0h(x)=0 for all xx in the domain.
C.h(x)=x2βˆ’4h(x)=\sqrt{x^{2}-4}.
D.Undefined everywhere.
πŸ’‘ Difficulty: medium | βœ… Correct: A

πŸ“– Explanation: Within the common domain ∣x∣β‰₯2|x|\ge2, the product simplifies algebraically: f(x)g(x)=x2βˆ’4β‹…1x2βˆ’4=1f(x)g(x)=\sqrt{x^{2}-4}\cdot\frac{1}{\sqrt{x^{2}-4}}=1. The result is constant 1 wherever the original functions are defined, so option A accurately describes the product.

πŸ”— Related Topics (MCQs)