CUET UG / Quantitative Aptitude / Algebra

Algebra for CUET UG: Equations, Quadratics, Modulus, Logs & Progressions

Learn the exam-facing algebra core through concept-first notes, worked examples, and a timed practice route built around equations, quadratics, inequalities, modulus, logarithms, and arithmetic progression.

10 Core Concept BlocksSolved Examples4 Sectional Sessions40-Question Mock
Ad Slot: Top Navigation Leaderboard
Overview

Why Algebra Matters in CUET UG

Algebra is where arithmetic starts behaving like a pattern language. Instead of only calculating, you start reading structure: highest power, matching coefficients, root relations, interval behavior, and case splits.

This chapter also supports many other quantitative topics because equation formation and sign discipline show up everywhere in aptitude problems.

Ad Slot: High CTR Rectangle after Overview
Section A

Notes & Concept Builder

Structure first, then formulas

1. Polynomials and Degree

A polynomial is an algebraic expression in which variables have only non-negative integer powers. That rule instantly removes terms like x1x^{-1} or x\sqrt{x} from the polynomial category.

Degree of a term=sum of powers of its variables\text{Degree of a term} = \text{sum of powers of its variables}

For a multivariable term like 7x3y27x^3y^2, the degree is 3+2=53+2=5. The degree of the whole polynomial is the highest such value among its terms.

2. Linear Equations

A linear equation keeps the variable to power 1. Most CUET one-variable questions reduce to the same move-and-divide pattern.

ax+b=cx=cbaax+b=c \Rightarrow x=\frac{c-b}{a}
10-second shortcut: Bring all variable terms to the side with the larger coefficient first. That cuts sign mistakes.

3. Simultaneous Equations

Two equations in two variables are solved together because both conditions must hold at once. In MCQs, elimination is usually faster than substitution.

If the lines intersect, there is one solution. If they are parallel, there is no solution. If they overlap, there are infinitely many solutions.

4. Quadratics and Root Relations

A quadratic has the form ax2+bx+c=0ax^2+bx+c=0 with a0a\ne 0. Some are solved fastest by factorization, while others are better handled through root relations.

Sum of roots=baProduct of roots=ca\text{Sum of roots}=-\frac{b}{a} \qquad \text{Product of roots}=\frac{c}{a}

5. Discriminant

The discriminant classifies the roots without solving the full equation.

D=b24acD=b^2-4ac

If D>0D>0, roots are distinct and real. If D=0D=0, roots are equal and real. If D<0D<0, roots are non-real.

6. Remainder Theorem

If a polynomial f(x)f(x) is divided by xax-a, the remainder is f(a)f(a).

Remainder on division by (xa)=f(a)\text{Remainder on division by } (x-a)=f(a)

Watch the sign carefully: for divisor x+3x+3, substitute x=3x=-3.

7. Inequalities

Inequalities look like equations with direction. Their most important rule is simple: dividing or multiplying by a negative reverses the sign.

2x>10x<5-2x>-10 \Rightarrow x<5

8. Modulus

Modulus means distance from zero, so it is always non-negative. Equations like xa=k|x-a|=k naturally split into two cases.

xa=kxa=k or xa=k|x-a|=k \Rightarrow x-a=k \text{ or } x-a=-k

9. Logarithms

Logs turn exponent questions into compact notation. If ax=ya^x=y, then logay=x\log_a y=x.

loga(mn)=logam+logan\log_a(mn)=\log_a m+\log_a n
10-second shortcut: Read every logarithm as "what power of the base gives this number?"

10. Arithmetic Progression

An arithmetic progression has a constant difference between consecutive terms. Confirm the difference first, then use formulas.

an=a+(n1)da_n=a+(n-1)d
Sn=n2[2a+(n1)d]S_n=\frac{n}{2}[2a+(n-1)d]
Solved Practice

Solved Examples

Try first, then open the reasoning
Exam Trap: Algebra errors usually come from rushing the structure. Check the sign, the degree, the divisor root, or the interval direction before calculating.
Example 1. Solve $3x+5=x+11$.
Collect like terms: 2x=62x=6, so x=3x=3.
Example 2. Find the degree of $2x^4y^2-6x^2y+5$.
The highest total exponent is 4+24+2, so the degree is 6.
Example 3. Solve $2x+y=11$ and $x+y=7$.
Subtract the second equation from the first to get x=4x=4, then y=3y=3. So the solution is (4,3)(4,3).
Example 4. Find the roots of $x^2-9x+20=0$.
Factorize: (x5)(x4)=0(x-5)(x-4)=0. So the roots are 4 and 5.
Example 5. Find the sum of roots of $2x^2-11x+12=0$.
Use b/a=11/2-b/a = 11/2. So the sum is 5.5.
Example 6. Find the product of roots of $x^2-7x+12=0$.
Use c/a=12/1c/a = 12/1. So the product is 12.
Example 7. Form the quadratic equation whose roots have sum 7 and product 10.
Use x2Sx+P=0x^2-Sx+P=0. So the equation is x27x+10=0x^2-7x+10=0.
Example 8. What is the discriminant of $x^2-6x+9=0$?
D=3636=<strong>0</strong>D=36-36=<strong>0</strong>.
Example 9. Find the remainder when $2x^2-5x+3$ is divided by $x-2$.
Remainder = f(2)=810+3=<strong>1</strong>f(2)=8-10+3=<strong>1</strong>.
Example 10. Find the remainder when $x^2+4x-1$ is divided by $x+2$.
Remainder = f(2)=481=<strong>5</strong>f(-2)=4-8-1=<strong>-5</strong>.
Example 11. Solve the inequality $2x-5>9$.
Add 5 and divide by 2: x>7x>7.
Example 12. Solve the inequality $5-2x\ge -7$.
Subtract 5: 2x12-2x\ge -12. Divide by -2 and reverse the sign: x6x\le 6.
Example 13. Solve $|x-3|=5$.
Two cases: x=8x=8 or x=2x=-2. So x=2x=-2 or 88.
Example 14. Solve $|2x|=18$.
2x=182x=18 or 2x=182x=-18. Hence x=±9x=\pm 9.
Example 15. Evaluate $\log_2 32$.
Since 25=322^5=32, the value is 5.
Example 16. Evaluate $\log_{10}(0.01)$.
Since 0.01=1020.01=10^{-2}, the value is -2.
Example 17. Find the 8th term of the A.P. 5, 8, 11, ...
Here a=5a=5 and d=3d=3. So a8=5+73=<strong>26</strong>a_8=5+7\cdot3=<strong>26</strong>.
Example 18. Find the sum of first 10 terms of an A.P. with $a=4$, $d=3$.
$S_{10}=\frac{10}{2}[8+27]=5\cdot35=175.
Ad Slot: Inline Feed between Notes and Practice
Section B

The Test Zone

This chapter has a separate practice route with 4 sectional sessions of 10 questions each and a mixed 40-question mock. Every question runs on a 60-second timer so we train both concept clarity and exam speed.

Sectional Tests

4 focused sessions on equations, quadratics, inequalities, modulus, logs, and progressions.

Open Sectional Tests

Full Mixed Mock

A 40-question mixed paper covering the full algebra chapter flow with score and accuracy review.

Start Full Mock
Finished this topic?

Keep the practice loop moving

Move straight from chapter-wise questions into a subject test, then loop back into weaker areas instead of ending the session here.