Gdansk University of Technology Mathematics Entrance Exam Volume 3 Exhaustive Study Notes

General Information

  • Document Title: Gdansk University of Technology Mathematics Entrance Exam — Volume 3
  • Date: July 16, 2026
  • Candidate: Ubongabasi Chrysanthus (Data Engineering, WETI), June 2026
  • Volume Scope: Final volume of the Gdansk Tech prep series (Volume 3 of 3).
  • Key Topics:
    • Inequalities (Linear, Quadratic, Rational)
    • Absolute Value (Equations and Inequalities)
    • Parametric Curves and Polar Coordinates
    • Mixed Calculus and Harder Algebra
    • Number Theory and Mathematical Proof
    • Statistics and Data (Relevant to Data Engineering)
    • Exam Simulation Questions

SECTION 1 — INEQUALITIES & ABSOLUTE VALUE

1.1 Linear and Quadratic Inequalities

  • Question 1: Linear Inequality

    • Problem: Solve 3x7>2x+13x - 7 > 2x + 1
    • Answer: x>8x(8,+)x > 8 \rightarrow x \in (8, +\infty)
    • Hint: Subtract 2x2x and add 77 to both sides to isolate xx.
  • Question 2: Quadratic Inequality (Factored Form)

    • Problem: Solve x(x4)0x(x - 4) \le 0
    • Answer: B)x[0,4]B) \, x \in [0, 4]
    • Hint: Roots are at x=0x=0 and x=4x=4. Because the parabola opens upward (coefficient of x2x^2 is positive), the product is 0\le 0 between the roots.
  • Question 3: Rational Inequality

    • Problem: Solve x1x+2>0\frac{x - 1}{x + 2} > 0
    • Answer: x(,2)(1,+)x \in (-\infty, -2) \cup (1, +\infty)
    • Hint: Use a sign chart. The fraction is positive when both the numerator and denominator share the same sign (both positive or both negative).
  • Question 4: Quadratic Inequality

    • Problem: Find the solution set of x25x+60x^2 - 5x + 6 \le 0
    • Answer: A)x[2,3]A) \, x \in [2, 3]
    • Hint: Factor the expression into (x2)(x3)0(x-2)(x-3) \le 0. The parabola opens upward, so the values are 0\le 0 between the roots of 22 and 33.

1.2 Absolute Value Equations and Inequalities

  • Question 5: Absolute Value Equation

    • Problem: Solve 2x3=7|2x - 3| = 7
    • Answer:
    • Case 1: 2x3=72x=10x=52x - 3 = 7 \rightarrow 2x = 10 \rightarrow x = 5
    • Case 2: 2x3=72x=4x=22x - 3 = -7 \rightarrow 2x = -4 \rightarrow x = -2
    • Solutions: x=5x = 5 or x=2x = -2
    • Hint: Recall that A=k|A| = k means A=kA = k or A=kA = -k.
  • Question 6: Absolute Value Inequality (Less Than)

    • Problem: Solve x+1<4|x + 1| < 4
    • Answer: A)x(5,3)A) \, x \in (-5, 3)
    • Hint: A<kk<A<k|A| < k \leftrightarrow -k < A < k. Thus, 4<x+1<4-4 < x + 1 < 4. Subtracting 11 from all parts yields 5<x<3-5 < x < 3.
  • Question 7: Absolute Value Inequality (Greater Than)

    • Problem: Solve 3x25|3x - 2| \ge 5
    • Answer:
    • Case 1: 3x253x7x733x - 2 \ge 5 \rightarrow 3x \ge 7 \rightarrow x \ge \frac{7}{3}
    • Case 2: 3x253x3x13x - 2 \le -5 \rightarrow 3x \le -3 \rightarrow x \le -1
    • Solution: x(,1][73,+)x \in (-\infty, -1] \cup [\frac{7}{3}, +\infty)
    • Hint: AkAk|A| \ge k \leftrightarrow A \ge k or AkA \le -k.
  • Question 8: Absolute Value Equality

    • Problem: Solve x2=x+4|x - 2| = |x + 4|
    • Answer: Square both sides to eliminate the absolute values: (x2)2=(x+4)2(x-2)^2 = (x+4)^2. This expands to x24x+4=x2+8x+16x^2 - 4x + 4 = x^2 + 8x + 16. Simplifying gives 12x=12x=1-12x = 12 \rightarrow x = -1.
    • Hint: Alternatively, consider x2=x+4x-2 = x+4 (which has no solution) or x2=(x+4)x-2 = -(x+4).

SECTION 2 — EXPONENTIAL & LOGARITHMIC EQUATIONS (HARDER)

2.1 Harder Exponential Equations

  • Question 9: Quadratic-Form Exponential

    • Problem: Solve 9x43x+3=09^x - 4 \cdot 3^x + 3 = 0
    • Answer: Let u=3xu = 3^x, which implies 9x=(3x)2=u29^x = (3^x)^2 = u^2. The equation becomes u24u+3=0u^2 - 4u + 3 = 0. Factoring gives (u1)(u3)=0(u-1)(u-3) = 0.
    • If u=1u=1, then 3x=1x=03^x=1 \rightarrow x=0
    • If u=3u=3, then 3x=3x=13^x=3 \rightarrow x=1
    • Solutions: x=0,x=1x=0, x=1
    • Hint: Recognize 9x9^x as (3x)2(3^x)^2 and substitute to solve for uu.
  • Question 10: Advanced Substitution

    • Problem: Solve 22x+152x+2=02^{2x+1} - 5 \cdot 2^x + 2 = 0
    • Answer: Rewrite the first term: 22x+1=2122x=2(2x)22^{2x+1} = 2^1 \cdot 2^{2x} = 2 \cdot (2^x)^2. Let u=2xu = 2^x, substituting gives 2u25u+2=02u^2 - 5u + 2 = 0. Factoring gives (2u1)(u2)=0(2u-1)(u-2) = 0.
    • If u=12u = \frac{1}{2}, then 2x=21x=12^x = 2^{-1} \rightarrow x = -1
    • If u=2u = 2, then 2x=21x=12^x = 2^1 \rightarrow x = 1
    • Hint: Rewrite 22x+12^{2x+1} as 24x2 \cdot 4^x or 2(2x)22 \cdot (2^x)^2.

2.2 Harder Logarithmic Equations

  • Question 11: Product Property of Logs

    • Problem: Solve log3(x)+log3(x8)=2\log_{3}(x) + \log_{3}(x-8) = 2
    • Answer: Combine logs into log3[x(x8)]=2\log_{3}[x(x-8)] = 2. Convert to exponential form: x(x8)=32=9x(x-8) = 3^2 = 9. Solve the quadratic x28x9=0(x9)(x+1)=0x^2 - 8x - 9 = 0 \rightarrow (x-9)(x+1) = 0.
    • x=9x=9 is valid because it makes the arguments of both original logs positive.
    • x=1x=-1 is rejected as logs cannot have negative arguments.
    • Solution: x=9x=9
    • Hint: Always verify the domain of logarithmic equations after solving.
  • Question 12: Combination and Domain Verification

    • Problem: Solve log2(x+3)=2log2(x+1)\log_{2}(x+3) = 2 - \log_{2}(x+1)
    • Answer: Move to one side: log2(x+3)+log2(x+1)=2\log_{2}(x+3) + \log_{2}(x+1) = 2. Combine: log2[(x+3)(x+1)]=2\log_{2}[(x+3)(x+1)] = 2. Convert to exponential: (x+3)(x+1)=22=4(x+3)(x+1) = 2^2 = 4. This leads to x2+4x1=0x^2 + 4x - 1 = 0. Using the quadratic formula, x=4±202=2±5x = \frac{-4 \pm \sqrt{20}}{2} = -2 \pm \sqrt{5}.
    • x=2+50.24x = -2 + \sqrt{5} \approx 0.24 is valid.
    • x=254.24x = -2 - \sqrt{5} \approx -4.24 is rejected.
    • Hint: Check results against original domains (e.g., x>3x > -3 and x>1x > -1).

SECTION 3 — TRIGONOMETRY (HARDER)

3.1 Sum and Product Formulas

  • Question 13: Compound Angle Formula

    • Problem: Show the formula for sin(A+B)\sin(A+B) and evaluate sin(75)\sin(75^{\circ}) exactly.
    • Formula: sin(A+B)=sin(A)cos(B)+cos(A)sin(B)\sin(A+B) = \sin(A)\cos(B) + \cos(A)\sin(B).
    • Answer: sin(75)=sin(45+30)=sin(45)cos(30)+cos(45)sin(30)\sin(75^{\circ}) = \sin(45^{\circ} + 30^{\circ}) = \sin(45^{\circ})\cos(30^{\circ}) + \cos(45^{\circ})\sin(30^{\circ}).
    • Substitute values: (22)(32)+(22)(12)=64+24=6+24(\frac{\sqrt{2}}{2})(\frac{\sqrt{3}}{2}) + (\frac{\sqrt{2}}{2})(\frac{1}{2}) = \frac{\sqrt{6}}{4} + \frac{\sqrt{2}}{4} = \frac{\sqrt{6} + \sqrt{2}}{4}.
    • Hint: Use exact values for 3030^{\circ} and 4545^{\circ}.
  • Question 14: Solving Equations with Double Angles

    • Problem: Solve sin(2x)=cos(x)\sin(2x) = \cos(x) for x[0,360)x \in [0^{\circ}, 360^{\circ}).
    • Answer: Replace sin(2x)\sin(2x) with 2sin(x)cos(x)2\sin(x)\cos(x). Rearrange: 2sin(x)cos(x)cos(x)=02\sin(x)\cos(x) - \cos(x) = 0. Factor: cos(x)(2sin(x)1)=0\cos(x)(2\sin(x) - 1) = 0.
    • cos(x)=0x=90,270\cos(x) = 0 \rightarrow x = 90^{\circ}, 270^{\circ}
    • sin(x)=12x=30,150\sin(x) = \frac{1}{2} \rightarrow x = 30^{\circ}, 150^{\circ}
    • Solutions: x=30,90,150,270x = 30^{\circ}, 90^{\circ}, 150^{\circ}, 270^{\circ}
    • Hint: Use the double angle identity before factoring.
  • Question 15: Harmonic Form Transformation

    • Problem: Express 3sin(x)+4cos(x)3\sin(x) + 4\cos(x) in the form Rsin(x+α)R\sin(x + \alpha).
    • Answer:
    • R=32+42=25=5R = \sqrt{3^2 + 4^2} = \sqrt{25} = 5.
    • tan(α)=43α=53.13\tan(\alpha) = \frac{4}{3} \rightarrow \alpha = 53.13^{\circ}.
    • Form: 5sin(x+53.13)5\sin(x + 53.13^{\circ}).
    • Hint: Match coefficients with the expanded form Rsin(x)cos(α)+Rcos(x)sin(α)R\sin(x)\cos(\alpha) + R\cos(x)\sin(\alpha).
  • Question 16: Quadratic in Sine/Cosine

    • Problem: Find all solutions of 2cos2(x)cos(x)1=02\cos^2(x) - \cos(x) - 1 = 0 in [0,2π)[0, 2\pi).
    • Answer: Factor as a quadratic: (2cos(x)+1)(cos(x)1)=0(2\cos(x) + 1)(\cos(x) - 1) = 0.
    • cos(x)=1x=0\cos(x) = 1 \rightarrow x = 0.
    • cos(x)=12x=2π3,4π3\cos(x) = -\frac{1}{2} \rightarrow x = \frac{2\pi}{3}, \frac{4\pi}{3}.
    • Solutions: x=0,2π3,4π3x = 0, \frac{2\pi}{3}, \frac{4\pi}{3}

3.2 Inverse Trig Functions

  • Question 17: Right Triangle Method

    • Problem: Evaluate sin(arctan(34))\sin(\arctan(\frac{3}{4}))
    • Answer: Let θ=arctan(34)\theta = \arctan(\frac{3}{4}). Then tan(θ)=34\tan(\theta) = \frac{3}{4}. Imagine a right triangle with opposite = 33 and adjacent = 44. By Pythagoras, the hypotenuse is 32+42=5\sqrt{3^2 + 4^2} = 5. Then sin(θ)=oppositehypotenuse=35\sin(\theta) = \frac{\text{opposite}}{\text{hypotenuse}} = \frac{3}{5}.
  • Question 18: Multiple Angle with Inverse

    • Problem: Simplify cos(2arcsin(x))\cos(2\arcsin(x))
    • Answer: Let θ=arcsin(x)\theta = \arcsin(x), so sin(θ)=x\sin(\theta) = x. Use the double angle identity: cos(2θ)=12sin2(θ)\cos(2\theta) = 1 - 2\sin^2(\theta). Substituting gives 12x21 - 2x^2.

SECTION 4 — ANALYTIC GEOMETRY (HARDER)

4.1 Parabolas and Conic Sections

  • Question 19: Parabola Characteristics

    • Problem: Find vertex, focus, and directrix of y=x24x+7y = x^2 - 4x + 7.
    • Answer: Complete the square: y=(x2)2+3y = (x-2)^2 + 3.
    • Vertex: (2,3)(2, 3).
    • Standard Form: (xh)2=4p(yk)(x-h)^2 = 4p(y-k) where 4p=1p=0.254p = 1 \rightarrow p = 0.25.
    • Focus: Vertex shifted up by pp: (2,3.25)(2, 3.25).
    • Directrix: Vertex shifted down by pp: y=2.75y = 2.75.
  • Question 20: Standard Ellipse

    • Problem: Find the equation of the ellipse with center (0,0)(0,0), semi-major axis a=5a=5 (along x-axis), and semi-minor axis b=3b=3.
    • Answer: x225+y29=1\frac{x^2}{25} + \frac{y^2}{9} = 1.
  • Question 21: Classifying Conics

    • Problem: Classify the conic: 4x29y2=364x^2 - 9y^2 = 36.
    • Answer: D)HyperbolaD) \, \text{Hyperbola}.
    • Hint: Divide by 3636 to get x29y24=1\frac{x^2}{9} - \frac{y^2}{4} = 1. The negative sign between terms indicates a hyperbola.

4.2 Parametric Equations

  • Question 22: Cartesian Conversion (Ellipse)

    • Problem: Eliminate the parameter for x=3cos(t),y=2sin(t)x = 3\cos(t), y = 2\sin(t).
    • Answer: cos(t)=x3,sin(t)=y2\cos(t) = \frac{x}{3}, \sin(t) = \frac{y}{2}. via Identity cos2(t)+sin2(t)=1\cos^2(t) + \sin^2(t) = 1, we get x29+y24=1\frac{x^2}{9} + \frac{y^2}{4} = 1.
  • Question 23: Cartesian Conversion (Parabola)

    • Problem: Convert x=t21,y=2t+1x = t^2 - 1, y = 2t + 1 to Cartesian form.
    • Answer: Isolate tt from the y-equation: t=y12t = \frac{y - 1}{2}. Substitute into x: x=(y12)21=(y1)241x = (\frac{y - 1}{2})^2 - 1 = \frac{(y - 1)^2}{4} - 1.

4.3 Polar Coordinates

  • Question 24: Polar to Cartesian

    • Problem: Convert (r,θ)=(4,π3)(r, \theta) = (4, \frac{\pi}{3}) to Cartesian.
    • Answer: x=rcos(θ)=4cos(π3)=4(12)=2x = r\cos(\theta) = 4\cos(\frac{\pi}{3}) = 4(\frac{1}{2}) = 2. y=rsin(θ)=4sin(π3)=4(32)=23y = r\sin(\theta) = 4\sin(\frac{\pi}{3}) = 4(\frac{\sqrt{3}}{2}) = 2\sqrt{3}. Point is (2,23)(2, 2\sqrt{3}).
  • Question 25: Cartesian to Polar

    • Problem: Convert Cartesian point (3,3)(-3, 3) to polar form.
    • Answer: r=(3)2+32=18=32r = \sqrt{(-3)^2 + 3^2} = \sqrt{18} = 3\sqrt{2}. tan(θ)=33=1\tan(\theta) = \frac{3}{-3} = -1. Since the point is in the second quadrant (x,+y-x, +y), θ=3π4\theta = \frac{3\pi}{4}. Result: (32,3π4)(3\sqrt{2}, \frac{3\pi}{4}).

SECTION 5 — MIXED CALCULUS

5.1 More Integration Techniques

  • Question 26: Tan Integral

    • Problem: Evaluate tan(x)dx\int \tan(x) \,dx
    • Answer: Rewrite as sin(x)cos(x)dx\int \frac{\sin(x)}{\cos(x)} \,dx. Let u=cos(x),du=sin(x)dxu = \cos(x), du = -\sin(x) \,dx. Result is lncos(x)+C=lnsec(x)+C-\ln|\cos(x)| + C = \ln|\sec(x)| + C.
  • Question 27: Inverse Trig Standard Form

    • Problem: Evaluate 1x2+4dx\int \frac{1}{x^2 + 4} \,dx
    • Answer: 12arctan(x2)+C\frac{1}{2}\arctan(\frac{x}{2}) + C.
    • Hint: Formula 1x2+a2dx=1aarctan(xa)+C\int \frac{1}{x^2 + a^2} \,dx = \frac{1}{a}\arctan(\frac{x}{a}) + C. Here a=2a=2.
  • Question 28: Logarithmic Substitution

    • Problem: Evaluate xx2+1dx\int \frac{x}{x^2 + 1} \,dx
    • Answer: Let u=x2+1u = x^2 + 1, then du=2xdxdu = 2x \,dx. Integral becomes 121udu=12lnx2+1+C\frac{1}{2}\int \frac{1}{u} \,du = \frac{1}{2}\ln|x^2 + 1| + C.
  • Question 29: Secant Squared Integral

    • Problem: Evaluate sec2(3x)dx\int \sec^2(3x) \,dx
    • Answer: 13tan(3x)+C\frac{1}{3}\tan(3x) + C.
  • Question 30: Odd Power of Sine Integral

    • Problem: Evaluate 0πsin3(x)dx\int_{0}^{\pi} \sin^3(x) \,dx
    • Answer: Rewrite as 0πsin(x)(1cos2(x))dx\int_{0}^{\pi} \sin(x)(1 - \cos^2(x)) \,dx. Let u=cos(x),du=sin(x)dxu = \cos(x), du = -\sin(x) \,dx. Limits change from [0,π][0, \pi] to [1,1][1, -1]. Evaluating yields [uu33]11=43[u - \frac{u^3}{3}]_{-1}^{1} = \frac{4}{3}.

5.2 Differential Equations

  • Question 31: Separable Variables

    • Problem: Solve dydx=yx\frac{dy}{dx} = \frac{y}{x} with y(1)=2y(1) = 2.
    • Answer: dyy=dxxlny=lnx+Cy=Ax\frac{dy}{y} = \frac{dx}{x} \rightarrow \ln|y| = \ln|x| + C \rightarrow y = Ax. Using y(1)=22=A(1)y(1)=2 \rightarrow 2 = A(1). Solution: y=2xy = 2x.
  • Question 32: First-Order Linear ODE

    • Problem: Solve dydx+y=ex\frac{dy}{dx} + y = e^x
    • Answer: Integrating factor μ=e1dx=ex\mu = e^{\int 1 \,dx} = e^x. Multiply both sides: exy+exy=e2xe^x y' + e^x y = e^{2x}. This is ddx[exy]=e2x\frac{d}{dx}[e^x y] = e^{2x}. Integrate: exy=12e2x+Cy=12ex+Cexe^x y = \frac{1}{2}e^{2x} + C \rightarrow y = \frac{1}{2}e^x + Ce^{-x}.

SECTION 6 — NUMBER THEORY & MATHEMATICAL PROOF

6.1 Divisibility and Modular Arithmetic

  • Question 33: Product of Integers

    • Problem: Prove that n2+nn^2 + n is always even for any integer nn.
    • Proof: n2+n=n(n+1)n^2 + n = n(n+1). These are consecutive integers; one must be even. The product of any number and an even number is always even.
  • Question 34: Power Modulo

    • Problem: What is 7100(mod4)7^{100} \pmod 4?
    • Answer: B)1B) \, 1.
    • Logic: 731(mod4)7 \equiv 3 \equiv -1 \pmod 4. Therefore 7100(1)1001(mod4)7^{100} \equiv (-1)^{100} \equiv 1 \pmod 4.
  • Question 35: Remainder Pattern

    • Problem: Find the remainder when 2502^{50} is divided by 77.
    • Answer: 44.
    • Logic: 212,224,231(mod7)2^1 \equiv 2, 2^2 \equiv 4, 2^3 \equiv 1 \pmod 7. The period is 33. 50=3(16)+250 = 3(16) + 2. Thus, 250224(mod7)2^{50} \equiv 2^2 \equiv 4 \pmod 7.

6.2 Proof by Contradiction

  • Question 36: Irrationality of Square Root of 2
    • Theorem: Prove 2\sqrt{2} is irrational.
    • Proof: Assume 2=pq\sqrt{2} = \frac{p}{q} where gcd(p,q)=1\text{gcd}(p, q) = 1. Then 2=p2q2p2=2q22 = \frac{p^2}{q^2} \rightarrow p^2 = 2q^2, meaning pp is even (p=2kp = 2k).
    • Substituting gives: (2k)2=2q24k2=2q2q2=2k2(2k)^2 = 2q^2 \rightarrow 4k^2 = 2q^2 \rightarrow q^2 = 2k^2, meaning qq is also even.
    • Contradiction: If pp and qq are both even, gcd(p,q)2\text{gcd}(p, q) \ge 2, violating the assumption. Thus, 2\sqrt{2} must be irrational.

SECTION 7 — STATISTICS & DATA

7.1 Descriptive Statistics

  • Question 37: Central Tendency

    • Dataset: 3,7,7,8,10,12,7{3, 7, 7, 8, 10, 12, 7}
    • Mean: 5477.71\frac{54}{7} \approx 7.71
    • Median: Sorted: 3,7,7,7,8,10,12{3, 7, 7, 7, 8, 10, 12}. Middle value is 77.
    • Mode: 77 (most frequent).
  • Question 38: Dispersion

    • Dataset: 2,4,4,4,5,5,7,9{2, 4, 4, 4, 5, 5, 7, 9}
    • Answer: Mean = 55. Deviations squared: 9,1,1,1,0,0,4,169, 1, 1, 1, 0, 0, 4, 16. Sum = 3232. Variance = 44. Standard deviation = 4=2\sqrt{4} = 2.
    • Formula: σ=1n(xixˉ)2\sigma = \sqrt{\frac{1}{n}\sum(x_i - \bar{x})^2}.

7.2 Probability Distributions

  • Question 39: Binomial Distribution

    • Parameters: XBinomial(n=10,p=0.3)X \sim \text{Binomial}(n=10, p=0.3).
    • Problem: Compute P(X=3)P(X=3).
    • Answer: C(10,3)(0.3)3(0.7)7=120×0.027×0.08240.2668C(10,3)(0.3)^3(0.7)^7 = 120 \times 0.027 \times 0.0824 \approx 0.2668.
  • Question 40: Normal Distribution

    • Parameters: XNormal(μ=50,σ=10)X \sim \text{Normal}(\mu=50, \sigma=10).
    • Problem: Find P(40<X<60)P(40 < X < 60).
    • Answer: Standardize: z1=405010=1,z2=605010=1z_1 = \frac{40-50}{10} = -1, z_2 = \frac{60-50}{10} = 1. By the 689599.768-95-99.7 rule, ±1σ\pm 1\sigma covers approximately 0.68270.6827 or 68.27%68.27\%.

SECTION 8 — EXAM SIMULATION

  • Q1: Solve x27x+12=0x^2 - 7x + 12 = 0. Answer: A)x=3,4A) \, x=3, 4.
  • Q2: Domain of f(x)=ln(x2)f(x) = \ln(x - 2). Answer: B)x>2B) \, x > 2.
  • Q3: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}. Answer: C)4C) \, 4.
  • Q4: Derivative of 5x43x2+75x^4 - 3x^2 + 7. Answer: 20x36x20x^3 - 6x.
  • Q5: (6x2+2)dx\int (6x^2 + 2) \,dx. Answer: 2x3+2x+C2x^3 + 2x + C.
  • Q6: Arithmetic sequence: a7=29,d=4a_7 = 29, d = 4. Find a1a_1. Answer: a1=29(6×4)=5a_1 = 29 - (6 \times 4) = 5.
  • Q7: sin(θ)=513\sin(\theta) = \frac{5}{13}. Find cos(θ)\cos(\theta). Answer: 1213\frac{12}{13} (Pythagorean triple 512135-12-13).
  • Q8: Circle equation (center (2,3)(-2, 3), radius 55). Answer: (x+2)2+(y3)2=25(x+2)^2 + (y-3)^2 = 25.
  • Q9: log5(125)\log_{5}(125). Answer: 33 (53=1255^3 = 125).
  • Q10: No real roots for kx2+3x+1=0kx^2 + 3x + 1 = 0. Answer: Δ=94k<0k>94\Delta = 9 - 4k < 0 \rightarrow k > \frac{9}{4}. (Note: k0k \neq 0).
  • Q11: Area between y=4x2y = 4 - x^2 and y=x+2y = x + 2. Intersection points: x=2,x=1x=-2, x=1. Area = 21[(4x2)(x+2)]dx=4.5\int_{-2}^{1} [(4-x^2) - (x+2)] \,dx = 4.5 or 92\frac{9}{2}.
  • Q12: Parametric curve x=2t,y=t2+1x = 2t, y = t^2 + 1. At t=3t=3, dydx=2t2=t=3\frac{dy}{dx} = \frac{2t}{2} = t = 3. Point is (6,10)(6, 10). Tangent: y10=3(x6)y=3x8y - 10 = 3(x - 6) \rightarrow y = 3x - 8.
  • Q13: System: 3x+y=11,x2y=33x + y = 11, x - 2y = -3. Answer: x=197,y=207x = \frac{19}{7}, y = \frac{20}{7}.
  • Q14: 0π/4(sec2(x)sin(x))dx\int_{0}^{\pi/4} (\sec^2(x) - \sin(x)) \,dx. Answer: [tan(x)+cos(x)]0π/4=(1+22)(0+1)=220.707[\tan(x) + \cos(x)]_{0}^{\pi/4} = (1 + \frac{\sqrt{2}}{2}) - (0 + 1) = \frac{\sqrt{2}}{2} \approx 0.707.
  • Q15: Geometric series S=9S_{\infty} = 9, term 2 = 22. Solve a29a+18=0a^2 - 9a + 18 = 0. Possible first terms: a=3a=3 (with r=23r=\frac{2}{3}) or a=6a=6 (with r=13r=\frac{1}{3}).