📖Topic Explanations

🌐 Overview
Hello students! Welcome to the fascinating world of Points of intersection of a line and a circle with centre at the origin! Get ready to explore how algebraic equations bring geometric shapes to life and reveal their hidden interactions.

Imagine a perfectly round pond (our circle) and a straight path (our line) nearby. How many times can this path touch or cross the pond? Will it pass straight through, just graze the edge, or miss it entirely? This simple visual question lies at the heart of our current topic. We're going to mathematically explore these very scenarios: where and how a straight line and a circle, centered at the origin, meet.

This topic is a cornerstone of Coordinate Geometry, blending the power of algebra with visual geometry. You'll learn how to determine the exact number of intersection points – zero, one, or two – purely by solving equations. It's like being a detective, using mathematical tools to uncover the relationship between these two fundamental shapes.

Why is this important for your JEE Main and board exams? Because understanding the intersection of a line and a circle is a fundamental skill. It builds your foundation for more advanced concepts involving tangents, normals, chords, and even other conic sections like parabolas and ellipses. Many complex problems in competitive exams often boil down to correctly analyzing such basic geometric interactions. Mastering this section will enhance your problem-solving abilities, improve your algebraic manipulation skills, and deepen your geometric intuition.

In this section, we will delve into:

  • Understanding the standard equation of a circle centered at the origin.

  • Representing a straight line using its general equation.

  • Developing systematic methods to solve these equations simultaneously to find the coordinates of intersection.

  • Interpreting the nature of the solutions to determine if there are two distinct points, exactly one point (tangency), or no points of intersection.



Get ready to transform visual geometric questions into solvable algebraic challenges. Let's unlock the secrets of these intersections and build a robust foundation for your future mathematical endeavors!
📚 Fundamentals
Hey everyone! Welcome to our exciting journey into the world where shapes and equations collide. Today, we're going to explore what happens when a straight line decides to cross paths with a perfect circle, especially when that circle is sitting right at the heart of our coordinate system – the origin. This is a fundamental concept in coordinate geometry, and it's super important for both your CBSE exams and especially for competitive exams like JEE!

### The Grand Meeting: Line Meets Circle!

Imagine you're looking at a map. You have a perfectly round park (that's our circle!) right in the middle of the city. Now, a straight road (that's our line!) runs across this map. What are the possibilities?

1. The road might cut right through the park, entering at one point and exiting at another.
2. The road might just skim the edge of the park, touching it at only one point.
3. Or, the road might completely miss the park, never even coming close!

In mathematics, these "meetings" are called points of intersection. Our goal is to figure out how to find these points, or even determine if they exist, using the power of algebra.

### Our Star Player: The Circle with Centre at the Origin

First, let's get acquainted with our circle. Remember, a circle is essentially a collection of all points that are an equal distance from a fixed central point. This distance is what we call the radius, usually denoted by 'r'.

When the center of our circle is exactly at the origin (the point (0,0) where the x-axis and y-axis cross), its equation becomes wonderfully simple:

x² + y² = r²



* Here, 'x' and 'y' are the coordinates of any point on the circle.
* 'r' is the radius of the circle.

For example, if a circle has its center at (0,0) and a radius of 5 units, its equation would be `x² + y² = 5²`, which simplifies to `x² + y² = 25`. Pretty straightforward, right?

### Our Supporting Character: The Straight Line

Next up, we have our straight line. A line is a path that extends infinitely in both directions, and it has a constant direction. Its general equation can be written in a few ways, but for finding intersections, one of the most useful forms is the slope-intercept form:

y = mx + c



* Here, 'm' is the slope of the line, telling us how steep it is.
* 'c' is the y-intercept, which is the point where the line crosses the y-axis (i.e., when x = 0, y = c).

Another common form is the general linear equation: `Ax + By + C = 0`. We can always convert this to `y = mx + c` if `B` is not zero. For instance, `2x + y - 3 = 0` can be rewritten as `y = -2x + 3`.

### The Core Idea: What Exactly Are "Points of Intersection"?

When we talk about points of intersection, we're looking for the specific (x, y) coordinates that satisfy BOTH the equation of the circle and the equation of the line. Think of it like a detective trying to find a location that fits two different clues at the same time.

Mathematically, this means we need to solve the two equations simultaneously.

### The Strategy: Solving Equations Together

Here's our step-by-step game plan for finding these elusive points:


  1. Get the Line Ready: Start with the equation of the line. If it's not already in the form y = mx + c (or x = my + c'), try to rearrange it so that 'y' (or 'x') is isolated on one side. This makes it easy to substitute.


    Example: If you have `2x + y = 5`, rewrite it as `y = 5 - 2x`.


  2. Substitute and Conquer: Take the expression for 'y' (or 'x') from the line's equation and plug it into the circle's equation (x² + y² = r²). This is the key step!


    Example: If `y = 5 - 2x` and `x² + y² = 25`, substitute to get `x² + (5 - 2x)² = 25`.


  3. Solve the Quadratic: After substitution, you'll always end up with a quadratic equation in a single variable (either 'x' or 'y'). A quadratic equation looks like `ax² + bx + c = 0`. Solve this quadratic equation for its roots.


    Example: `x² + (25 - 20x + 4x²) = 25` becomes `5x² - 20x = 0`. You can solve this by factoring (`5x(x - 4) = 0`), using the quadratic formula, or by completing the square.


  4. Find the Other Coordinate: Once you have the value(s) for 'x' (or 'y') from the quadratic equation, substitute these values back into the original line equation (not the circle equation, it's generally simpler with the linear one!). This will give you the corresponding 'y' (or 'x') values.


    Example: If `5x(x - 4) = 0`, then `x = 0` or `x = 4`.


    • For `x = 0`, using `y = 5 - 2x`, we get `y = 5 - 2(0) = 5`. So, `(0, 5)` is an intersection point.

    • For `x = 4`, using `y = 5 - 2x`, we get `y = 5 - 2(4) = 5 - 8 = -3`. So, `(4, -3)` is another intersection point.




### The Possibilities: How Many Times Can They Meet?

Remember our park and road analogy? Just like there were three possibilities, mathematically, we also have three scenarios for the intersection of a line and a circle:

1. Two Distinct Points of Intersection (Secant): The line cuts through the circle, crossing it at two different places.
2. One Point of Intersection (Tangent): The line just touches the circle at exactly one point. This line is called a tangent to the circle.
3. No Points of Intersection: The line completely misses the circle.

How do we predict which case will happen *before* even solving for the points? This is where our good old friend, the discriminant from quadratic equations, comes into play!

### The Power of the Discriminant (D)

When you reach step 3 (the quadratic equation `ax² + bx + c = 0`), the nature of its roots tells us everything:

The discriminant (D) is given by the formula: D = b² - 4ac.

* If D > 0 (positive): The quadratic equation has two distinct real roots. This means there are two distinct points of intersection. The line is a secant.
* If D = 0: The quadratic equation has one real root (a repeated root). This means there is exactly one point of intersection. The line is a tangent to the circle.
* If D < 0 (negative): The quadratic equation has no real roots (it has complex roots). This means there are no points of intersection. The line misses the circle.

CBSE vs. JEE Focus: Understanding the discriminant is absolutely crucial. For CBSE, you'll use it to simply tell the number of intersection points. For JEE, you'll often encounter problems where you need to find a range of values for a variable (like 'c' or 'm' in the line's equation) such that the line is tangent to the circle, or intersects it at two distinct points, or doesn't intersect at all. This involves setting `D=0`, `D>0`, or `D<0` and solving the resulting inequality.

### Let's See It In Action! (Examples)

#### Example 1: Two Distinct Points of Intersection

Problem: Find the points of intersection of the line y = x + 1 and the circle x² + y² = 13.




  1. Line is ready: `y = x + 1` (Equation 1)


  2. Circle equation: `x² + y² = 13` (Equation 2)


  3. Substitute: Substitute Equation 1 into Equation 2:


    `x² + (x + 1)² = 13`


    `x² + (x² + 2x + 1) = 13`


    `2x² + 2x + 1 - 13 = 0`


    `2x² + 2x - 12 = 0`


    Divide by 2 to simplify:


    `x² + x - 6 = 0`


  4. Solve the quadratic: This is a quadratic equation `ax² + bx + c = 0` where `a=1`, `b=1`, `c=-6`. Let's find the discriminant first:


    `D = b² - 4ac = (1)² - 4(1)(-6) = 1 + 24 = 25`


    Since `D = 25 > 0`, we know there will be two distinct intersection points. Now, let's solve for x:


    Using factorization: `(x + 3)(x - 2) = 0`


    So, `x = -3` or `x = 2`.


  5. Find corresponding y values: Substitute these x-values back into `y = x + 1`:



    • If `x = -3`, then `y = -3 + 1 = -2`. First point: (-3, -2)


    • If `x = 2`, then `y = 2 + 1 = 3`. Second point: (2, 3)



    So, the line intersects the circle at two points: (-3, -2) and (2, 3).




#### Example 2: One Point of Intersection (Tangency)

Problem: Determine if the line y = 2x + 5 is tangent to the circle x² + y² = 5. If so, find the point of tangency.




  1. Line: `y = 2x + 5` (Equation 1)


  2. Circle: `x² + y² = 5` (Equation 2)


  3. Substitute: Substitute Equation 1 into Equation 2:


    `x² + (2x + 5)² = 5`


    `x² + (4x² + 20x + 25) = 5`


    `5x² + 20x + 25 - 5 = 0`


    `5x² + 20x + 20 = 0`


    Divide by 5:


    `x² + 4x + 4 = 0`


  4. Solve the quadratic: Here, `a=1`, `b=4`, `c=4`.


    Discriminant: `D = b² - 4ac = (4)² - 4(1)(4) = 16 - 16 = 0`


    Since `D = 0`, the line is indeed tangent to the circle, and there's only one point of intersection.


    Solve for x:


    `x² + 4x + 4 = 0` is a perfect square: `(x + 2)² = 0`


    So, `x = -2` (repeated root).


  5. Find corresponding y value: Substitute `x = -2` back into `y = 2x + 5`:


    `y = 2(-2) + 5 = -4 + 5 = 1`


    The point of tangency is (-2, 1).




#### Example 3: No Points of Intersection

Problem: Find the points of intersection of the line y = x + 5 and the circle x² + y² = 4.




  1. Line: `y = x + 5` (Equation 1)


  2. Circle: `x² + y² = 4` (Equation 2)


  3. Substitute: Substitute Equation 1 into Equation 2:


    `x² + (x + 5)² = 4`


    `x² + (x² + 10x + 25) = 4`


    `2x² + 10x + 25 - 4 = 0`


    `2x² + 10x + 21 = 0`


  4. Solve the quadratic: Here, `a=2`, `b=10`, `c=21`.


    Discriminant: `D = b² - 4ac = (10)² - 4(2)(21) = 100 - 168 = -68`


    Since `D = -68 < 0`, the quadratic equation has no real roots.


  5. Conclusion: Because there are no real solutions for x, there are no points of intersection between the line and the circle. The line completely misses the circle.




### Wrapping Up the Fundamentals

You've now learned the foundational steps to tackle any problem involving a line intersecting a circle centered at the origin.

* We use the algebraic equations of both the line (`y = mx + c`) and the circle (`x² + y² = r²`).
* The magic happens when we substitute one into the other, leading to a quadratic equation.
* The discriminant (D = b² - 4ac) of this quadratic equation is our crystal ball, predicting whether we'll find two points, one point (tangency), or no points of intersection.

This method of solving simultaneous equations is a cornerstone of coordinate geometry. Master it, and you'll be well on your way to conquering more complex problems! Keep practicing, and you'll see how these fundamental tools unlock a whole world of geometric insights.
🔬 Deep Dive
Welcome, future engineers and mathematicians! Today, we're diving deep into a fundamental concept in coordinate geometry: the intersection of a line and a circle. Specifically, we'll focus on circles with their centre at the origin, which simplifies our equations but keeps the underlying principles robust for more complex scenarios.

Imagine a perfect circular pond and a straight path. How many times can the path touch or cross the pond? It could miss it entirely, brush against it at one point, or cut through it at two distinct points. Mathematically, these scenarios correspond to 'no intersection', 'tangency', and 'two distinct intersection points'. We'll explore two powerful methods to analyze these situations.

---

I. The Algebraic Approach: Substitution Method



This method is straightforward: if a point lies on both the line and the circle, its coordinates must satisfy both equations simultaneously.

Let's begin with our standard equations:
1. Equation of a circle with centre at the origin:
A circle with centre $(0,0)$ and radius $r$ has the equation:
$x^2 + y^2 = r^2$
2. Equation of a straight line:
A general equation of a straight line can be written as:
$y = mx + c$ (slope-intercept form)
or
$Ax + By + C = 0$ (general form)

Step-by-step Derivation:


To find the points of intersection, we substitute the value of $y$ from the line equation into the circle equation.
Let's use $y = mx + c$:

Substitute $y = mx + c$ into $x^2 + y^2 = r^2$:
$x^2 + (mx + c)^2 = r^2$

Expand the term $(mx+c)^2$:
$x^2 + (m^2x^2 + 2mcx + c^2) = r^2$

Rearrange the terms to form a quadratic equation in $x$:
$(1+m^2)x^2 + (2mc)x + (c^2 - r^2) = 0$

This is a quadratic equation of the form $Ax^2 + Bx + C = 0$, where:
* $A = (1+m^2)$
* $B = (2mc)$
* $C = (c^2 - r^2)$

The nature of the roots of a quadratic equation is determined by its discriminant ($Delta$), given by $Delta = B^2 - 4AC$.

Let's calculate the discriminant for our equation:
$Delta = (2mc)^2 - 4(1+m^2)(c^2 - r^2)$
$Delta = 4m^2c^2 - 4(c^2 - r^2 + m^2c^2 - m^2r^2)$
$Delta = 4m^2c^2 - 4c^2 + 4r^2 - 4m^2c^2 + 4m^2r^2$
$Delta = 4r^2 + 4m^2r^2 - 4c^2$
$Delta = 4(r^2(1+m^2) - c^2)$

Now, let's analyze the three possible cases based on the value of $Delta$:



  1. Case 1: Two Distinct Intersection Points (Line is a Secant)


    If $Delta > 0$, the quadratic equation has two distinct real roots for $x$. Each $x$ value will give a corresponding $y$ value from the line equation, resulting in two distinct points of intersection.


    Condition: $4(r^2(1+m^2) - c^2) > 0 implies r^2(1+m^2) - c^2 > 0 implies c^2 < r^2(1+m^2)$.


    Visually, the line cuts through the circle.




  2. Case 2: One Intersection Point (Line is a Tangent)


    If $Delta = 0$, the quadratic equation has two real and coincident roots for $x$. This means there is only one unique $x$ value, and thus one unique $y$ value, indicating that the line touches the circle at exactly one point.


    Condition: $4(r^2(1+m^2) - c^2) = 0 implies r^2(1+m^2) - c^2 = 0 implies c^2 = r^2(1+m^2)$.


    This is a crucial condition for tangency in JEE Mains & Advanced problems.


    Visually, the line just grazes the circle.




  3. Case 3: No Intersection Points


    If $Delta < 0$, the quadratic equation has no real roots for $x$. This means there are no real coordinates $(x,y)$ that satisfy both equations, so the line does not intersect the circle.


    Condition: $4(r^2(1+m^2) - c^2) < 0 implies r^2(1+m^2) - c^2 < 0 implies c^2 > r^2(1+m^2)$.


    Visually, the line passes entirely outside the circle.





Example 1: Finding Two Distinct Intersection Points


Problem: Find the points of intersection of the line $x+y=5$ and the circle $x^2+y^2=13$.
Solution:
1. Rewrite the line equation in slope-intercept form: $y = 5-x$. Here, $m=-1$ and $c=5$.
2. The circle equation is $x^2+y^2=13$. So, $r^2=13$.
3. Substitute $y=5-x$ into the circle equation:
$x^2 + (5-x)^2 = 13$
$x^2 + (25 - 10x + x^2) = 13$
$2x^2 - 10x + 25 - 13 = 0$
$2x^2 - 10x + 12 = 0$
Divide by 2:
$x^2 - 5x + 6 = 0$
4. Solve this quadratic equation for $x$. We can factor it:
$(x-2)(x-3) = 0$
So, $x=2$ or $x=3$.
5. Find the corresponding $y$ values using $y=5-x$:
* If $x=2$, $y = 5-2 = 3$.
* If $x=3$, $y = 5-3 = 2$.
6. The points of intersection are $(2,3)$ and $(3,2)$.

Example 2: Determining Tangency and Finding the Point of Tangency


Problem: Determine if the line $y = 2x+5$ is tangent to the circle $x^2+y^2=5$. If it is, find the point of tangency.
Solution:
1. Line: $y=2x+5 implies m=2, c=5$.
2. Circle: $x^2+y^2=5 implies r^2=5$.
3. Substitute $y=2x+5$ into $x^2+y^2=5$:
$x^2 + (2x+5)^2 = 5$
$x^2 + (4x^2 + 20x + 25) = 5$
$5x^2 + 20x + 25 - 5 = 0$
$5x^2 + 20x + 20 = 0$
Divide by 5:
$x^2 + 4x + 4 = 0$
4. This is a perfect square trinomial:
$(x+2)^2 = 0$
So, $x = -2$ (a repeated root).
5. Since we have a single, repeated root, the line is tangent to the circle.
6. Find the corresponding $y$ value using $y=2x+5$:
If $x=-2$, $y = 2(-2)+5 = -4+5 = 1$.
7. The point of tangency is $(-2,1)$.

---

II. The Geometric Approach: Perpendicular Distance Method



This method leverages the geometric relationship between the centre of the circle, its radius, and the line. It's often quicker to determine the *nature* of the intersection (how many points) than the algebraic method.

Let's use the general equation of a line: $Ax + By + C = 0$.
The circle has its centre at $(0,0)$ and radius $r$, with equation $x^2+y^2=r^2$.

Step-by-step Derivation:


The distance 'd' from a point $(x_1, y_1)$ to a line $Ax+By+C=0$ is given by the formula:
$d = frac{|Ax_1 + By_1 + C|}{sqrt{A^2 + B^2}}$

For our case, the point is the centre of the circle $(0,0)$. So, $x_1=0$ and $y_1=0$.
The distance 'd' from the origin to the line $Ax+By+C=0$ is:
$d = frac{|A(0) + B(0) + C|}{sqrt{A^2 + B^2}} = frac{|C|}{sqrt{A^2 + B^2}}$

Now, we compare this distance 'd' with the radius 'r' of the circle:



  1. Case 1: Two Distinct Intersection Points (Secant)


    If the distance from the centre to the line ($d$) is less than the radius ($r$), the line must cut through the circle at two distinct points.


    Condition: $d < r$




  2. Case 2: One Intersection Point (Tangent)


    If the distance from the centre to the line ($d$) is exactly equal to the radius ($r$), the line touches the circle at exactly one point (it's tangent).


    Condition: $d = r$




  3. Case 3: No Intersection Points


    If the distance from the centre to the line ($d$) is greater than the radius ($r$), the line passes outside the circle and does not intersect it.


    Condition: $d > r$





JEE Mains Focus: The geometric condition $d=r$ for tangency is incredibly powerful and often much faster than the algebraic discriminant method. You should be proficient in both.



Derivation of Tangency Condition using Geometric Method:


Let the line be $y=mx+c$. Convert it to general form: $mx - y + c = 0$.
Here, $A=m$, $B=-1$, $C=c$.
The distance from the origin $(0,0)$ to this line is $d = frac{|m(0) - 1(0) + c|}{sqrt{m^2 + (-1)^2}} = frac{|c|}{sqrt{m^2+1}}$.
For tangency, $d=r$:
$frac{|c|}{sqrt{m^2+1}} = r$
Square both sides:
$frac{c^2}{m^2+1} = r^2$
$c^2 = r^2(1+m^2)$
This is the same tangency condition derived using the discriminant method! This consistency reinforces our understanding.

Example 3: Determining the Nature of Intersection (Geometric Method)


Problem: Determine the nature of intersection of the line $3x+4y=15$ and the circle $x^2+y^2=9$.
Solution:
1. Circle: $x^2+y^2=9$. Centre $(0,0)$, radius $r = sqrt{9} = 3$.
2. Line: $3x+4y-15=0$. Here, $A=3, B=4, C=-15$.
3. Calculate the perpendicular distance 'd' from the origin to the line:
$d = frac{|3(0) + 4(0) - 15|}{sqrt{3^2 + 4^2}} = frac{|-15|}{sqrt{9+16}} = frac{15}{sqrt{25}} = frac{15}{5} = 3$.
4. Compare 'd' with 'r':
We found $d=3$ and $r=3$. Since $d=r$, the line is tangent to the circle.

Example 4: Finding the Point of Tangency (Geometric Method)


Problem: Find the point of tangency for the line $3x+4y=15$ and the circle $x^2+y^2=9$ (from Example 3).
Solution:
For a tangent line, the point of tangency is the foot of the perpendicular drawn from the centre of the circle to the line.
1. Centre of the circle is $(0,0)$.
2. The given line is $3x+4y-15=0$. Its slope is $m_L = -A/B = -3/4$.
3. The line passing through the origin $(0,0)$ and perpendicular to $3x+4y-15=0$ will have a slope $m_P = -1/m_L = -1/(-3/4) = 4/3$.
4. Equation of the perpendicular line passing through $(0,0)$ is $y - 0 = frac{4}{3}(x - 0) implies y = frac{4}{3}x implies 4x - 3y = 0$.
5. The point of tangency is the intersection of the original line $3x+4y=15$ and the perpendicular line $4x-3y=0$.
We have a system of two linear equations:
(1) $3x + 4y = 15$
(2) $4x - 3y = 0$
From (2), $y = frac{4}{3}x$. Substitute this into (1):
$3x + 4left(frac{4}{3}x
ight) = 15$
$3x + frac{16}{3}x = 15$
Multiply by 3 to clear the denominator:
$9x + 16x = 45$
$25x = 45$
$x = frac{45}{25} = frac{9}{5}$
Now find $y$:
$y = frac{4}{3}x = frac{4}{3}left(frac{9}{5}
ight) = frac{12}{5}$
6. The point of tangency is $left(frac{9}{5}, frac{12}{5}
ight)$
.

---

III. Advanced Concepts for JEE: Length of the Chord



When a line intersects a circle at two distinct points, the segment connecting these two points is called a chord. We can find its length using geometry.

Let the circle be $x^2+y^2=r^2$ (centre $O(0,0)$, radius $r$).
Let the line be $Ax+By+C=0$, intersecting the circle at points $P$ and $Q$.
Let 'd' be the perpendicular distance from the centre $O$ to the line $PQ$. We know $d < r$ for a chord to exist.
Let $M$ be the midpoint of the chord $PQ$. Then $OM perp PQ$.
In the right-angled triangle $ riangle OMP$:
* Hypotenuse $OP = r$ (radius)
* Side $OM = d$ (perpendicular distance from origin to line)
* Side $MP = frac{PQ}{2}$ (half the length of the chord)

Using the Pythagorean theorem:
$OP^2 = OM^2 + MP^2$
$r^2 = d^2 + left(frac{PQ}{2}
ight)^2$
$left(frac{PQ}{2}
ight)^2 = r^2 - d^2$
$frac{PQ}{2} = sqrt{r^2 - d^2}$
So, the length of the chord $PQ = 2sqrt{r^2 - d^2}$.

Example 5: Calculating the Length of a Chord


Problem: Find the length of the chord cut by the line $y=x+1$ on the circle $x^2+y^2=4$.
Solution:
1. Circle: $x^2+y^2=4$. Centre $(0,0)$, radius $r=sqrt{4}=2$.
2. Line: $y=x+1$, which can be written as $x-y+1=0$. Here, $A=1, B=-1, C=1$.
3. Calculate the perpendicular distance 'd' from the origin $(0,0)$ to the line $x-y+1=0$:
$d = frac{|1(0) - 1(0) + 1|}{sqrt{1^2 + (-1)^2}} = frac{|1|}{sqrt{1+1}} = frac{1}{sqrt{2}}$.
4. Now, use the chord length formula:
Length of chord $= 2sqrt{r^2 - d^2}$
$= 2sqrt{2^2 - left(frac{1}{sqrt{2}}
ight)^2}$
$= 2sqrt{4 - frac{1}{2}}$
$= 2sqrt{frac{8-1}{2}}$
$= 2sqrt{frac{7}{2}}$
$= 2 imes frac{sqrt{7}}{sqrt{2}}$
Rationalize the denominator:
$= frac{2sqrt{7}}{sqrt{2}} imes frac{sqrt{2}}{sqrt{2}} = frac{2sqrt{14}}{2} = sqrt{14}$.
5. The length of the chord is $sqrt{14}$ units.

---

IV. CBSE vs. JEE Focus

































Aspect CBSE (Class XI/XII) JEE Mains & Advanced
Core Understanding Understand the three cases of intersection (two points, one point, no points) using both algebraic (discriminant) and geometric (distance) methods. Ability to find intersection points and basic chord lengths. Deep conceptual understanding of both methods. Ability to quickly switch between them based on problem demand. Efficient use of the tangency condition $c^2 = r^2(1+m^2)$.
Problem Complexity Direct application of formulas. Given line and circle equations, find intersection points or determine nature of intersection. JEE Mains: Problems involving unknown parameters (e.g., find 'k' for which a line is tangent). Combining line-circle intersection with other concepts like family of lines, locus, or geometric properties.
JEE Advanced: More abstract and generalized problems. Could involve finding range of parameters for specific intersection conditions, common tangents to two circles (extending the tangency idea), or optimization problems.
Derivations Understanding the derivation of the quadratic equation from substitution. Intuitive understanding of the distance formula. Thorough understanding and ability to derive the tangency condition ($c^2=r^2(1+m^2)$) from both algebraic and geometric perspectives. Derivation of chord length.
Speed & Accuracy Focus on correct steps for finding solutions. High emphasis on quick calculations and choosing the most efficient method to save time. Avoiding calculation errors under pressure.


---

V. Conclusion



You now have a robust toolkit to analyze the intersection of a line and a circle centered at the origin. Both the algebraic (substitution & discriminant) and geometric (perpendicular distance) methods are fundamental. Remember:
* The algebraic method is universal for finding the actual intersection points and understanding the nature of roots.
* The geometric method is often faster for determining *how many* intersection points there are and is particularly elegant for tangency conditions.
* The tangency condition $c^2 = r^2(1+m^2)$ is a key result for quick problem-solving in competitive exams.
* The length of the chord formula $2sqrt{r^2 - d^2}$ is a direct application of the geometric method.

Mastering these concepts will provide a strong foundation for tackling more complex problems involving circles and other conic sections in higher-level mathematics. Keep practicing with diverse problems to solidify your understanding!
🎯 Shortcuts

Mastering concepts often involves smart memory aids and quick techniques. For the points of intersection of a line and a circle centered at the origin, two primary methods exist. Here are some mnemonics and shortcuts to help you remember and apply them efficiently in exams.



1. The "DIRT" Rule for Distance vs. Radius (JEE Preferred Method)


This method involves comparing the perpendicular distance (d) from the origin (0,0) to the line with the radius (r) of the circle. It's often the quickest for determining the *number* of intersection points, especially in JEE exams.



  • D = Distance: Perpendicular distance from the center (origin) to the line.

  • R = Radius: Radius of the circle.

  • T = Tangency/Intersection Type: The relationship between 'd' and 'r' tells you the intersection type.



Mnemonic Analogy: Imagine the circle is a target and the line is an arrow. The center is your aiming point.



  • D < R (Distance Less than Radius): The arrow hits *inside* the target. This means the line intersects the circle at two distinct points (a secant). Think: "Distance is *less*, so it cuts through!"

  • D = R (Distance Equals Radius): The arrow *just touches* the edge of the target. This means the line is tangent to the circle at exactly one point. Think: "Distance is *equal*, so it just touches!"

  • D > R (Distance Greater than Radius): The arrow misses the target completely, flying *outside*. This means the line does not intersect the circle at all (zero points). Think: "Distance is *greater*, so it's outside!"



Shortcut for Calculating 'd':


For a line given by the equation $Ax + By + C = 0$, the perpendicular distance 'd' from the origin (0,0) is simply:


$$d = frac{|C|}{sqrt{A^2 + B^2}}$$


This formula significantly speeds up the calculation for circles centered at the origin.



2. Discriminant's Decision (Algebraic Method - CBSE/JEE)


This method involves substituting the line's equation into the circle's equation, leading to a quadratic equation. The discriminant of this quadratic tells you about the nature and number of intersection points.



  1. Substitute the line equation ($y = mx + c$ or $x = my + c$) into the circle equation ($x^2 + y^2 = r^2$).

  2. This will result in a quadratic equation in one variable (e.g., $Ax^2 + Bx + C = 0$).

  3. Calculate the discriminant: $D = B^2 - 4AC$.



Mnemonic: "D-P-N" (Discriminant - Points - Nature)



  • D > 0 (Discriminant Positive): The quadratic has two distinct real roots. This means there are two distinct points of intersection.

  • D = 0 (Discriminant Zero): The quadratic has exactly one real root (a repeated root). This means the line is tangent to the circle at exactly one point.

  • D < 0 (Discriminant Negative): The quadratic has no real roots. This means there are no real points of intersection.
































Condition Interpretation (DIRT) Interpretation (Discriminant) No. of Intersection Points
$d < r$ Line cuts through circle (secant) $D > 0$ Two distinct points
$d = r$ Line touches circle (tangent) $D = 0$ One point (tangency)
$d > r$ Line misses circle (outside) $D < 0$ Zero points


JEE Strategy: For problems asking *only* about the number of intersection points, the "DIRT" rule (distance method) is generally faster and less prone to algebraic errors than the discriminant method. Use the discriminant method when you need the actual coordinates of the intersection points.


Keep these simple rules and analogies in mind to quickly analyze line-circle intersection problems!

💡 Quick Tips

Quick Tips: Points of Intersection of a Line and a Circle with Centre at the Origin



This section provides concise, practical tips for efficiently handling problems involving the intersection of a line and a circle centered at the origin. Mastering these strategies will save time and improve accuracy in exams.



  • Understand the Goal: Before diving into calculations, identify whether the question asks for:

    • The number of intersection points (0, 1, or 2).

    • The coordinates of the intersection points.

    • Conditions for the line to be tangent or a secant.


    This dictates which method is most efficient.


  • Equation Simplification: For a circle with centre at the origin (0,0) and radius 'r', its equation is always x² + y² = r². This simplified form is a crucial starting point. The line equation is typically ax + by + c = 0 or y = mx + c'.


  • Two Primary Methods:


    1. Geometric Method (Perpendicular Distance):

      This is the fastest method to determine the *nature* or *number* of intersection points without solving for the coordinates.



      • Calculate 'p', the perpendicular distance from the center (0,0) to the line ax + by + c = 0.

        Formula: p = |a(0) + b(0) + c| / √(a² + b²) = |c| / √(a² + b²)

      • Compare 'p' with the radius 'r' of the circle:

        • If p > r: The line does not intersect the circle (0 points).

        • If p = r: The line is tangent to the circle (1 point of intersection, known as tangency). (JEE Focus: Important condition for tangency problems)

        • If p < r: The line is a secant, intersecting the circle at two distinct points.






    2. Algebraic Method (Substitution):

      This method is necessary to find the *actual coordinates* of the intersection points.



      • Express one variable (e.g., y) from the line equation in terms of the other (e.g., x): y = mx + c' (if the line is in slope-intercept form) or y = (-ax - c) / b.

      • Substitute this expression into the circle's equation x² + y² = r².

      • This will result in a quadratic equation in 'x' (or 'y'). (CBSE Focus: You'll often need to solve this)

      • The discriminant D = b² - 4ac of this quadratic equation also determines the nature of intersection:

        • D > 0: Two distinct real roots (two intersection points).

        • D = 0: One real root (line is tangent, one intersection point).

        • D < 0: No real roots (no intersection points).



      • Solve the quadratic equation for 'x' (or 'y'). Substitute the obtained 'x' (or 'y') values back into the linear equation to find the corresponding 'y' (or 'x') values.






  • JEE Advanced Strategy – Check Options: For multiple-choice questions, especially when asked for conditions or relationships, you can sometimes work backward from the options or quickly test extreme cases using the geometric method. Don't always fully solve if not required.


  • Common Pitfall - Calculation Errors: Be meticulous with algebraic substitutions and sign conventions, especially when dealing with the perpendicular distance formula or the discriminant. A small error can lead to an incorrect number of intersection points or wrong coordinates.


  • Visualize: Always try to visualize the scenario. A quick sketch can often help you verify if your algebraic result makes sense geometrically.



By effectively using both the geometric and algebraic approaches, you can tackle intersection problems with confidence and precision. Choose the method that best suits the question's demand.

🧠 Intuitive Understanding


Welcome to the "Intuitive Understanding" section. Our goal here is to grasp the geometric meaning behind the intersection of a line and a circle with its centre at the origin, rather than just memorizing formulas.



Geometric Foundation



Imagine a fixed circle centered at the origin (0,0) with a certain radius, say 'r'. Now, visualize a straight line approaching this circle. What are the possibilities for where they might meet?




  • No Intersection: The line passes by the circle without touching it at all.


  • One Intersection (Tangency): The line just "kisses" the circle at exactly one point. This line is called a tangent to the circle.


  • Two Intersections (Secant): The line cuts through the circle at two distinct points. This line is called a secant.



The Key Insight: Distance from Origin to the Line



The most intuitive way to understand these three scenarios is by considering the perpendicular distance from the center of the circle (the origin) to the line. Let's denote this distance as 'd'.



Compare this distance 'd' with the circle's radius 'r'.






  • Case 1: d > r (Distance is greater than Radius)



    If the perpendicular distance from the origin to the line is greater than the radius of the circle, it means the line is too far away to touch the circle.


    Intuition: The line passes entirely outside the circle.


    Result: No points of intersection.





  • Case 2: d = r (Distance is equal to Radius)



    If the perpendicular distance from the origin to the line is exactly equal to the radius, the line just touches the circle at one point.


    Intuition: The line is tangent to the circle. The radius at the point of contact is perpendicular to the tangent.


    Result: Exactly one point of intersection (tangency).





  • Case 3: d < r (Distance is less than Radius)



    If the perpendicular distance from the origin to the line is less than the radius, the line must pass through the interior of the circle.


    Intuition: The line cuts through the circle, forming a chord.


    Result: Two distinct points of intersection.






This distance-based approach is extremely powerful and forms the basis for solving many problems, especially in competitive exams like JEE Main. While the algebraic method (substituting the line equation into the circle equation and checking the discriminant of the resulting quadratic) yields the same results, the geometric interpretation offers a quicker and more intuitive understanding of the number of intersection points without complex calculations initially.



Connecting to Algebra (Briefly)



Algebraically, when you substitute the equation of the line (e.g., $y = mx + c$) into the equation of the circle (e.g., $x^2 + y^2 = r^2$), you get a quadratic equation in terms of 'x' (or 'y'). The nature of the roots of this quadratic equation directly corresponds to the geometric scenarios:




  • Discriminant < 0: No real roots – corresponds to no intersection (d > r).


  • Discriminant = 0: One real root (repeated) – corresponds to one intersection (d = r).


  • Discriminant > 0: Two distinct real roots – corresponds to two intersections (d < r).




JEE Focus: For JEE, mastering the distance formula from a point to a line and comparing it with the radius is often the most efficient method for determining the nature of intersection points.



Keep this intuitive connection between geometry (distance vs. radius) and algebra (discriminant) in mind, and you'll find these problems much easier to tackle.

🌍 Real World Applications

Real World Applications: Line and Circle Intersection (Centre at Origin)



Understanding the points of intersection of a line and a circle, especially when the circle is centered at the origin (or can be translated to it), has significant practical applications across various fields. While the mathematical model often simplifies the scenario, the core concept remains crucial for determining spatial relationships and interactions.



Key Applications:




  • Collision Detection in Graphics and Robotics:


    In video games, simulations, and robotics, determining if a moving object (often approximated as a line segment or having a linear path) collides with a stationary circular object (like a target, obstacle, or a wheel) is fundamental. If the line representing the object's path intersects the circle, a collision occurs. The number of intersection points (zero, one, or two) indicates whether a collision is missed, grazed, or passed through. For simplified calculations, the circular object's center is often placed at the origin.




  • Antenna and Sensor Coverage:


    Imagine a circular coverage area of a Wi-Fi router or a cellular tower (approximated as a circle centered at the origin for simplicity). A moving vehicle or device follows a linear path. Engineers use this concept to predict when the device will enter, exit, or simply pass by the coverage zone, which is determined by the intersection points of the device's path (line) and the coverage area (circle).




  • Optics and Light Path Analysis:


    In optical systems, a beam of light (approximated as a line) might pass through a circular lens aperture or an obstruction. Determining the entry and exit points of the light beam from the circular element involves finding the intersection of the line representing the beam and the circle representing the aperture. This is crucial for designing lenses, telescopes, and other optical instruments.




  • Engineering Design and Manufacturing:


    When designing mechanical components, such as gears, shafts, or pipes, engineers often need to ensure that parts do not interfere with each other or to determine precise cutting points. If a tool moves along a linear path to cut a circular component, the intersection points define the start and end of the cut. This also applies to CNC machining and robotic arm movements where precise paths interact with circular features.




  • Navigation and Trajectory Planning:


    For autonomous vehicles or drones, planning a path involves avoiding obstacles. If a no-fly zone or restricted area is circular, and the drone's proposed flight path is linear, the intersection calculation helps determine if the path crosses the forbidden region. Similarly, in air traffic control, this concept can be used to check if an aircraft's flight path (line) is likely to interfere with a restricted airspace (circle).






JEE Main Tip: While "Real World Applications" are rarely directly tested in JEE, understanding them builds intuition. The core mathematical concept of how many intersection points exist (0, 1, or 2) and how to find them using algebraic methods (discriminant of the quadratic equation) is crucial for problem-solving.




Mathematics provides the fundamental tools to model and solve complex real-world problems. Keep exploring!


🔄 Common Analogies

Analogies help simplify complex mathematical concepts by relating them to everyday experiences. For the points of intersection of a line and a circle with its centre at the origin, we can use a very intuitive analogy:



The Coin and the Taut String Analogy


Imagine a perfectly circular coin lying flat on a table. This coin represents our circle with its center at the origin. Now, consider a taut string, which represents the straight line. We can observe three distinct scenarios when placing the string relative to the coin:





  1. The String Cuts Through the Coin (Two Intersection Points - Secant):


    • Analogy: If you place the taut string across the coin such that it passes through the coin's interior, you will notice that the string touches the coin's circumference at two distinct points.


    • Mathematical Equivalent: This scenario occurs when the distance of the line from the center of the circle (origin) is less than the radius of the circle ($d < r$). Algebraically, substituting the line equation into the circle equation yields a quadratic equation with a positive discriminant (D > 0), resulting in two distinct real roots, which correspond to two distinct points of intersection.




  2. The String Just Touches the Edge of the Coin (One Intersection Point - Tangent):


    • Analogy: Carefully position the taut string so that it just grazes or touches the coin at exactly one point on its circumference, without crossing into the coin's interior. This is like the string 'kissing' the edge of the coin.


    • Mathematical Equivalent: This situation arises when the distance of the line from the center of the circle is exactly equal to the radius of the circle ($d = r$). In algebraic terms, the quadratic equation formed will have a zero discriminant (D = 0), indicating one real root (a repeated root), which means the line is tangent to the circle at a single point.




  3. The String Passes Away from the Coin (Zero Intersection Points - Non-intersecting):


    • Analogy: If you hold the taut string completely away from the coin, ensuring it does not touch any part of the coin's circumference, then there are no points of contact between the string and the coin.


    • Mathematical Equivalent: This case happens when the distance of the line from the center of the circle is greater than the radius of the circle ($d > r$). The resulting quadratic equation will have a negative discriminant (D < 0), meaning there are no real roots. Consequently, there are no real points of intersection between the line and the circle.





This simple analogy helps visualize the three fundamental relationships a line can have with a circle. Understanding these geometric interpretations is crucial for both CBSE Board Exams and solving complex problems in JEE Main, especially when dealing with tangents and secants.

📋 Prerequisites

Prerequisites for Intersecting Lines and Circles



Before diving into the intersection of a line and a circle, it's crucial to have a solid grasp of several foundational concepts from Algebra and Coordinate Geometry. Mastering these will make the current topic much easier to understand and apply in problem-solving.



Essential Concepts You Should Know:




  • Basic Algebraic Manipulations:



    • Solving Linear Equations: Proficiency in isolating variables in equations like ax + by + c = 0.

    • Solving Quadratic Equations: Familiarity with methods such as factorization, completing the square, or using the quadratic formula (x = [-b ± sqrt(b² - 4ac)] / 2a). This is fundamental for finding intersection points.

    • Simultaneous Equations: The ability to solve a system involving one linear and one quadratic equation. This is the core method for finding intersection points.




  • Fundamentals of Coordinate Geometry:



    • Distance Formula: Calculating the distance between two points (x₁, y₁) and (x₂, y₂), which is √[(x₂ - x₁)² + (y₂ - y₁)²]. This is used indirectly to find distances.

    • Equation of a Line:

      • Understanding different forms: Slope-intercept form (y = mx + c), Point-slope form (y - y₁ = m(x - x₁)), and General form (Ax + By + C = 0).

      • Ability to convert between these forms.



    • Perpendicular Distance from a Point to a Line: Calculating the shortest distance from a point (x₁, y₁) to a line Ax + By + C = 0 using the formula |Ax₁ + By₁ + C| / √(A² + B²). This concept is critical for determining the nature of intersection (tangent, secant, or no intersection) without solving simultaneous equations, especially important for JEE.




  • Understanding Circles:



    • Definition of a Circle: Locus of points equidistant from a fixed point (center).

    • Standard Equation of a Circle: Especially with the center at the origin (0, 0), which is x² + y² = r², where r is the radius.

    • Radius and Center: Quickly identifying the radius and center from a given circle's equation.




  • Discriminant of a Quadratic Equation:



    • Recall that for a quadratic equation ax² + bx + c = 0, the discriminant is D = b² - 4ac.

    • Understanding its implications:

      • D > 0: Two distinct real roots (corresponding to two intersection points).

      • D = 0: Two equal real roots (corresponding to one intersection point, i.e., tangency).

      • D < 0: No real roots (corresponding to no intersection points).


      This concept is vital for both CBSE and JEE, as it directly determines the nature of the intersection without explicitly finding the coordinates.






JEE Main Focus: While CBSE typically involves straightforward substitution, JEE problems often require a deeper understanding of the discriminant and the perpendicular distance formula to quickly analyze the nature of intersection without tedious calculations. Ensure you are comfortable applying these concepts to abstract or parameter-based problems.



Brush up on these foundational topics, and you'll be well-prepared to tackle the intersection of lines and circles effectively!


⚠️ Common Exam Traps

When dealing with the intersection of a line and a circle centered at the origin, students often fall into specific traps. Recognizing these common pitfalls can significantly improve accuracy and speed in exams.



1. Algebraic Errors in Substitution




  • The Trap: After substituting the line equation (e.g., $y = mx + c$) into the circle equation ($x^2 + y^2 = r^2$), students frequently make mistakes in expanding the squared term $(mx + c)^2$.


    Common Mistake: Forgetting the middle term: $(mx+c)^2
    eq m^2x^2 + c^2$.


    Correct: $(mx+c)^2 = m^2x^2 + 2mcx + c^2$.


  • The Trap: Errors in combining like terms to form the quadratic equation $Ax^2 + Bx + C = 0$. This often involves careful handling of signs and coefficients.



2. Misinterpreting the Discriminant (D)




  • The Trap: Incorrectly calculating the discriminant ($D = B^2 - 4AC$) of the resulting quadratic equation. This is a critical step, as its value determines the nature of intersection.


  • The Trap: Not understanding what the value of $D$ signifies:

    • $D > 0$: Two distinct real intersection points.

    • $D = 0$: One real intersection point (the line is tangent to the circle).

    • $D < 0$: No real intersection points (the line does not intersect the circle).


    Students sometimes incorrectly conclude intersection points exist when $D < 0$, or fail to identify tangency when $D = 0$.



3. Errors with the Perpendicular Distance Formula




  • The Trap: When using the condition for intersection based on the distance from the center to the line ($d$) compared to the radius ($r$), students make errors in applying the formula.


    For a line $Ax + By + C = 0$ and center $(x_1, y_1)$, the distance $d = frac{|Ax_1 + By_1 + C|}{sqrt{A^2 + B^2}}$.


    Common Mistake:

    • Forgetting the absolute value in the numerator, especially for lines where $Ax_1 + By_1 + C$ might be negative.

    • Mistakes in calculating $sqrt{A^2 + B^2}$.

    • Forgetting that the center is $(0,0)$ in this specific topic, simplifying $Ax_1 + By_1 + C$ to just $C$. So $d = frac{|C|}{sqrt{A^2 + B^2}}$.




  • Relationship with radius:

    • $d < r$: Two distinct intersection points.

    • $d = r$: One intersection point (tangency).

    • $d > r$: No intersection points.


    Confusing these conditions can lead to incorrect conclusions.



4. Sign Errors and Basic Arithmetic




  • The Trap: These seemingly minor errors are pervasive. Incorrect signs when rearranging equations, combining terms, or performing calculations can derail an entire problem.


    Example: $(x-2y)^2
    e x^2 - 4y^2$. Also, $-(-4AC)$ should be $+4AC$.



5. Not Verifying Solutions (JEE Specific)




  • The Trap (JEE): In JEE, problems sometimes involve parameters. After finding conditions on a parameter (e.g., $k$), students might forget to check if these conditions lead to valid scenarios (e.g., radius being positive). While less common for simple intersection problems, it's a general good practice.



6. CBSE vs. JEE Callouts



























Aspect CBSE Approach JEE Main Approach
Algebraic Complexity Generally straightforward substitution and quadratic solving. Can involve more intricate algebraic manipulation, fractional coefficients, or parameters.
Discriminant Interpretation Direct application of $D > 0, D = 0, D < 0$. Often requires determining ranges or specific values of parameters based on $D$.
Method Choice Either substitution or perpendicular distance is fine; problems are usually set up to be tractable with both. Strategic Choice is Key: For tangency or conditions, the perpendicular distance method ($d=r$) is often much faster and less prone to algebraic errors than solving for $D=0$. For finding actual intersection points, substitution is necessary.

Always review your algebraic steps and the conditions for the discriminant or distance. A minute of double-checking can save you significant marks.

Key Takeaways

Key Takeaways: Points of Intersection of a Line and a Circle (Centre at Origin)



This section summarizes the essential concepts and methods for analyzing the intersection of a straight line with a circle centered at the origin, crucial for both CBSE and JEE examinations.

When a line intersects a circle, there can be three possible scenarios: two distinct intersection points, exactly one point (meaning the line is tangent to the circle), or no intersection points at all. Understanding how to determine these scenarios and find the points is fundamental.



Core Equations



  • Circle Equation: For a circle with its centre at the origin $(0,0)$ and radius $r$, the equation is $x^2 + y^2 = r^2$.

  • Line Equation: A straight line can be represented as $y = mx + c$ (slope-intercept form) or $Ax + By + C = 0$ (general form).



Method to Find Intersection Points


To find the points of intersection, substitute the line equation into the circle equation. This will result in a quadratic equation in one variable (either $x$ or $y$).



  1. Substitute: If the line is $y = mx + c$, substitute this $y$ into $x^2 + y^2 = r^2$:
    $x^2 + (mx+c)^2 = r^2$
    $x^2 + m^2x^2 + 2mcx + c^2 = r^2$
    $(1+m^2)x^2 + (2mc)x + (c^2-r^2) = 0$

  2. Solve the Quadratic: This is a quadratic equation of the form $ax^2 + bx + d = 0$. The roots of this quadratic will give the x-coordinates of the intersection points. Substitute these x-values back into the line equation ($y=mx+c$) to find the corresponding y-coordinates.



Nature of Intersection (Using Discriminant)


The discriminant ($Delta = b^2 - 4ad$) of the quadratic equation $(1+m^2)x^2 + (2mc)x + (c^2-r^2) = 0$ determines the nature of the intersection:



  • $Delta > 0$ (Two Distinct Points): The line is a secant, intersecting the circle at two different points.

  • $Delta = 0$ (One Point - Tangent): The line is a tangent, touching the circle at exactly one point.

  • $Delta < 0$ (No Intersection): The line does not intersect the circle at all.



Alternative Method: Distance of Centre from Line (JEE Focus)


For JEE, a quicker way to determine the nature of intersection is by comparing the perpendicular distance ($d$) from the centre of the circle $(0,0)$ to the line ($Ax+By+C=0$) with the radius ($r$).


The distance $d$ is given by $d = frac{|A(0) + B(0) + C|}{sqrt{A^2 + B^2}} = frac{|C|}{sqrt{A^2 + B^2}}$.



  • If $d < r$: The line intersects the circle at two distinct points (secant).

  • If $d = r$: The line is tangent to the circle (one point of contact).

  • If $d > r$: The line does not intersect the circle.



Condition for Tangency


A very important result, particularly for JEE, is the condition for a line $y = mx + c$ to be tangent to the circle $x^2 + y^2 = r^2$. This occurs when $c^2 = r^2(1+m^2)$.



🧩 Problem Solving Approach

Problem Solving Approach: Points of Intersection of a Line and a Circle (Centre at Origin)



Understanding how to systematically find the intersection points of a line and a circle is a fundamental skill in coordinate geometry, often tested in both board exams and JEE. The core idea is to solve the two equations simultaneously.



Method 1: Algebraic Substitution (The Primary Approach)


This method involves substituting the equation of the line into the equation of the circle, leading to a quadratic equation whose roots determine the x-coordinates (or y-coordinates) of the intersection points.





  1. Write Down Equations:

    • Circle: Since the centre is at the origin, its equation will be x² + y² = r², where r is the radius.

    • Line: The equation of a line can be in the form y = mx + c or Ax + By + C = 0. If given in general form, convert it to y = mx + c or x = (By + C)/-A for easier substitution.




  2. Substitute: Substitute the expression for y (or x) from the line equation into the circle equation.

    • Example: If the line is y = mx + c, substitute this into x² + y² = r² to get x² + (mx + c)² = r².




  3. Form a Quadratic Equation: Expand and simplify the substituted equation. This will result in a quadratic equation in a single variable (e.g., in terms of x): (1+m²)x² + (2mc)x + (c² - r²) = 0.


  4. Analyze the Discriminant (D): The nature of the roots of this quadratic equation determines the number of intersection points.

    • If D > 0 (Discriminant is positive): There are two distinct real roots, meaning the line intersects the circle at two distinct points.

    • If D = 0 (Discriminant is zero): There is exactly one real root (a repeated root), meaning the line is tangent to the circle, intersecting at exactly one point.

    • If D < 0 (Discriminant is negative): There are no real roots, meaning the line does not intersect the circle.




  5. Solve for the Variable: If D ≥ 0, solve the quadratic equation for x (or y) using the quadratic formula: x = [-b ± sqrt(D)] / (2a).


  6. Find Corresponding Coordinates: Substitute each value of x (or y) obtained back into the simpler line equation (y = mx + c) to find the corresponding y (or x) values. This gives you the coordinates of the intersection points.



Method 2: Geometric Approach (For Nature of Intersection / Tangency Conditions)


This method uses the perpendicular distance from the center of the circle to the line. It's often quicker to determine the number of intersection points or conditions for tangency.




  1. Find Perpendicular Distance: Calculate the perpendicular distance (d) from the center of the circle (0,0) to the line Ax + By + C = 0 using the formula: d = |A(0) + B(0) + C| / sqrt(A² + B²) = |C| / sqrt(A² + B²).


  2. Compare Distance with Radius:

    • If d < r: The line intersects the circle at two distinct points.

    • If d = r: The line is tangent to the circle, intersecting at exactly one point.

    • If d > r: The line does not intersect the circle.




  3. Finding Points (If Required): If you need to find the actual intersection points using this method, it often becomes more complex. For finding points, Method 1 is generally more direct. However, for tangency (d=r), the point of contact can be found by finding the foot of the perpendicular from the origin to the line.



JEE vs. CBSE Perspective



  • For CBSE Board Exams, a clear, step-by-step application of Method 1 (Algebraic Substitution) is usually expected. The distance formula (Method 2) is crucial for questions specifically asking for conditions of tangency or the number of intersection points.

  • For JEE Main, both methods are equally important. Method 2 is particularly useful for quickly determining the nature of intersection or finding conditions for tangency in multiple-choice questions. For problems requiring the actual coordinates, Method 1 is preferred. Always be ready to apply the most efficient method based on the question type.



Key Takeaways & Tips



  • Always start by clearly writing down the given equations of the line and circle.

  • Be careful with algebraic manipulation, especially when expanding `(mx + c)²`.

  • Remember to find both coordinates (x and y) for each intersection point. Finding only one variable is a common mistake.

  • The discriminant check is a powerful tool to quickly understand the nature of the intersection without fully solving the quadratic.


Master these approaches to confidently tackle problems involving lines and circles!


📝 CBSE Focus Areas

CBSE Focus Areas: Points of Intersection of a Line and a Circle (Centre at Origin)


For the CBSE board examinations, understanding the intersection of a line and a circle, especially when the circle's centre is at the origin, is a fundamental concept. The focus is primarily on the algebraic method and the interpretation of the results.



Core Concept: Algebraic Approach


The standard circle equation with its centre at the origin is x² + y² = r², where 'r' is the radius. A general line equation is y = mx + c or Ax + By + C = 0.



  • Substitution Method: The primary method to find intersection points is to substitute the equation of the line into the equation of the circle.

  • If the line is y = mx + c, substitute this 'y' into x² + y² = r² to get a quadratic equation in 'x'.

  • If the line is x = ny + d (or similar), substitute this 'x' to get a quadratic equation in 'y'.

  • The roots of this quadratic equation (if real) will give the x-coordinates (or y-coordinates) of the intersection points. Substituting these back into the line equation will give the corresponding y-coordinates (or x-coordinates).



Nature of Intersection Points (Using Discriminant)


After forming the quadratic equation (e.g., Ax² + Bx + C = 0 or Ay² + By + C = 0), the nature of its roots determines the number of intersection points. This is a critical aspect for CBSE.



  • Case 1: Discriminant (D) > 0

    • The quadratic equation has two distinct real roots.

    • This means the line intersects the circle at two distinct points. The line is a secant.



  • Case 2: Discriminant (D) = 0

    • The quadratic equation has two equal real roots.

    • This means the line touches the circle at exactly one point. The line is tangent to the circle.



  • Case 3: Discriminant (D) < 0

    • The quadratic equation has no real roots.

    • This means the line does not intersect the circle at all.





Important Condition: Tangency


The condition for tangency (when D=0) is frequently tested in CBSE. Another common approach for tangency, especially when the centre is at the origin, is to use the perpendicular distance from the centre to the line.



  • Distance Formula: For a line Ax + By + C = 0 and a circle centre (0,0), the perpendicular distance 'd' from the centre to the line is d = |C| / √(A² + B²).

  • For tangency, this distance 'd' must be equal to the radius 'r' of the circle. So, |C| / √(A² + B²) = r.

  • This method is often quicker for determining tangency or finding conditions for a line to be tangent.



Typical CBSE Problem Types



  1. Finding the coordinates of intersection points given a line and a circle.

  2. Determining the nature of intersection (two distinct, one, or none) without actually finding the points.

  3. Finding unknown parameters (e.g., 'c' in y = mx + c) if the line is tangent to the circle, or intersects at two distinct points, or does not intersect.

  4. Using the distance formula for tangency.



CBSE vs. JEE Perspective


For CBSE, the emphasis is on direct application of the algebraic method (substitution and discriminant) and the distance formula for tangency. Questions are usually straightforward, testing the core concepts. JEE may involve more complex lines, general circle equations, or require a deeper understanding of the geometric interpretations and properties of tangents and chords, often integrating with other concepts.




Study Tip: Practice questions involving both the discriminant method and the perpendicular distance method, especially for tangency. Make sure you are comfortable with solving quadratic equations and handling absolute values in the distance formula.



🎓 JEE Focus Areas

JEE Focus Areas: Points of intersection of a line and a circle with centre at the origin



This section outlines the key concepts, problem-solving strategies, and common pitfalls specifically for JEE Main when dealing with the intersection of a line $y = mx + c$ and a circle $x^2 + y^2 = r^2$ (with its centre at the origin).



  1. Understanding the Intersection Conditions:

    The core idea is to substitute the equation of the line into the equation of the circle. For a line $y = mx + c$ and a circle $x^2 + y^2 = r^2$:



    • Substitute $y = mx + c$: $x^2 + (mx + c)^2 = r^2$

    • Expand and rearrange: $x^2 + m^2x^2 + 2mcx + c^2 = r^2$

    • This simplifies to a quadratic equation in $x$: $(1 + m^2)x^2 + (2mc)x + (c^2 - r^2) = 0$

    • The nature of the roots of this quadratic equation dictates the number of intersection points.




  2. Discriminant Analysis – The Primary Method:

    Let $D$ be the discriminant of the quadratic equation $(1 + m^2)x^2 + (2mc)x + (c^2 - r^2) = 0$. Recall $D = B^2 - 4AC$.



    • $D > 0$: The line intersects the circle at two distinct points. The quadratic has two distinct real roots for $x$.

    • $D = 0$: The line touches the circle at exactly one point (tangent). This is the condition for tangency, where the quadratic has two equal real roots for $x$.

    • $D < 0$: The line does not intersect the circle at any real point. The quadratic has no real roots for $x$.




  3. JEE Favourite: Distance from Centre to Line for Tangency:

    For a circle with centre at the origin $(0,0)$ and radius $r$, and a general line $Ax + By + C = 0$, the perpendicular distance $d$ from the origin to the line is given by $d = frac{|A(0) + B(0) + C|}{sqrt{A^2 + B^2}} = frac{|C|}{sqrt{A^2 + B^2}}$.


    This distance 'd' can be compared with the radius 'r' to determine the nature of intersection:



    • If $d < r$: The line is a secant, intersecting the circle at two distinct points.

    • If $d = r$: The line is a tangent to the circle (one point of intersection). This is a highly efficient method for tangency problems.

    • If $d > r$: The line does not intersect the circle.


    Strategy Tip: When the circle's centre is the origin, always prioritize the distance formula for tangency conditions. It is usually quicker and less prone to algebraic errors than discriminant calculations.




  4. Common JEE Question Patterns & Extensions:

    • Finding 'c' for tangency: Given the slope 'm' and radius 'r', determine 'c' such that $y = mx + c$ is tangent to $x^2 + y^2 = r^2$. The condition $d=r$ directly leads to $c = pm rsqrt{1+m^2}$.

    • Length of the Chord: If the line is a secant, the length of the chord intercepted by the circle can be calculated using $2sqrt{r^2 - d^2}$, where $d$ is the perpendicular distance from the centre to the chord.

    • Midpoint of the Chord: The line segment joining the centre of the circle to the midpoint of the chord is perpendicular to the chord. This property is vital for finding the midpoint.

    • Involving Fixed Points: Problems often ask for the equation of a line passing through a given point and tangent to a circle, or a chord whose midpoint is a specific point.




  5. Important: Avoid Common Mistakes:

    • Algebraic Manipulation: Be meticulous when expanding $(mx+c)^2$ and collecting terms for the quadratic equation.

    • Sign Errors: Pay close attention to signs in the discriminant formula and the distance formula.

    • Correct Conditions: Do not confuse the conditions for $D>0$, $D=0$, and $D<0$.

    • Special Cases: Lines parallel to axes ($x=k$ or $y=k$) simplify computations, often leading to direct substitution without general formulas.




Mastering these techniques will enable you to efficiently tackle problems involving the intersection of lines and circles centered at the origin, a frequently tested concept in JEE Main.

🌐 Overview
For circle x^2 + y^2 = r^2 (center at origin) and a line (e.g., y = mx + c or ax + by + d = 0), substitute the line into the circle to obtain a quadratic. The discriminant decides intersections: Δ > 0 → two points (secant), Δ = 0 → one point (tangent), Δ < 0 → none.
📚 Fundamentals
• Circle: x^2 + y^2 = r^2. Line: y = mx + c or ax + by + d = 0.
• Discriminant Δ of resulting quadratic determines 0/1/2 intersections.
• Tangency condition for y = mx + c: |c| = r√(1 + m^2).
🔬 Deep Dive
Vector projection approach; normal form of a line; relation to polar lines and chord of contact for general circles (awareness).
🎯 Shortcuts
“Δ says destiny” — Δ<0 none, Δ=0 tangent, Δ>0 secant (two points).
💡 Quick Tips
• For vertical lines x = k, plug directly into circle to avoid slope algebra.
• Use distance-from-origin to line for quick tangency tests.
• Parametric circle (r cosθ, r sinθ) can simplify angle-based problems.
🧠 Intuitive Understanding
A line slices through the circular “ring.” If it just kisses the circle, there is one solution (tangent). If it passes through, there are two; if it misses, none. Algebra mirrors this via discriminant.
🌍 Real World Applications
Collision/path planning near circular obstacles; computing contact points for wheels/gears; graphics intersection tests; circular signal coverage edges vs linear paths.
🔄 Common Analogies
Like a straight skewer through a round fruit—miss, touch, or cut through twice; the depth of cut corresponds to discriminant size.
📋 Prerequisites
Quadratic equations and discriminant; substitution; slope-intercept or general line forms; distance from a point to a line (for tangency condition).
⚠️ Common Exam Traps
• Algebra slips while expanding squares.
• Wrong sign in distance formula for tangency.
• Forgetting both intersection points when symmetry suggests one.
Key Takeaways
• Substitution → quadratic → discriminant tells how many intersections.
• Tangent: radius to contact point is perpendicular to the line.
• For symmetric lines (e.g., x = constant), algebra simplifies.
🧩 Problem Solving Approach
Pick convenient line form → substitute → simplify → analyze Δ → compute points → sanity check by plugging back into both equations.
📝 CBSE Focus Areas
Substitution method; discriminant-based reasoning; tangency condition for lines and circles centered at origin.
🎓 JEE Focus Areas
Parameter-based intersection; chord length and midpoint; locus of contact points; problems mixing distance geometry with intersections.

No CBSE problems available yet.

No JEE problems available yet.

No videos available yet.

No images available yet.

📐Important Formulas (4)

Standard Equation of a Circle (Centre at Origin)
x^2 + y^2 = r^2
Text: The standard equation of a circle centered at the origin (0, 0) with radius r.
This is the primary equation of the geometric figure involved. Intersection points are found by substituting the line's equation (y = mx + c or ax + by + c = 0) into this circle equation.
Variables: When the circle's center is explicitly (0, 0).
Distance of the Line from the Origin (P)
P = frac{|Ax_1 + By_1 + C|}{sqrt{A^2 + B^2}} quad ext{or simplified: } P = frac{|C|}{sqrt{A^2 + B^2}}
Text: The shortest distance (P) from the center of the circle (x1, y1) = (0, 0) to the line Ax + By + C = 0.
In coordinate geometry, the quickest way to determine the number of intersection points is to compare the radius (r) with the perpendicular distance (P) from the center to the line. This avoids solving the full quadratic equation unless the coordinates are specifically requested.
Variables: To analyze the nature (number) of intersection points between the line and the circle quickly, without performing full substitution and discriminant calculation.
Conditions for Nature of Intersection
ext{P vs. r Comparison}
Text: P is the distance from the center to the line; r is the radius of the circle.
<table style='border-collapse: collapse; width: 100%;'><thead><tr><th style='border: 1px solid black; padding: 8px;'>Condition</th><th style='border: 1px solid black; padding: 8px;'>Nature of Intersection</th><th style='border: 1px solid black; padding: 8px;'>Geometric Result</th></tr></thead><tbody><tr><td style='border: 1px solid black; padding: 8px;'><span style='color: green;'>P < r</span></td><td style='border: 1px solid black; padding: 8px;'>Line is a Secant</td><td style='border: 1px solid black; padding: 8px;'>Two distinct points of intersection.</td></tr><tr><td style='border: 1px solid black; padding: 8px;'><span style='color: blue;'>P = r</span></td><td style='border: 1px solid black; padding: 8px;'>Line is a Tangent</td><td style='border: 1px solid black; padding: 8px;'>Exactly one point of intersection (point of tangency).</td></tr><tr><td style='border: 1px solid black; padding: 8px;'><span style='color: red;'>P > r</span></td><td style='border: 1px solid black; padding: 8px;'>Line is External</td><td style='border: 1px solid black; padding: 8px;'>No real points of intersection.</td></tr></tbody></table>
Variables: To determine how many solutions (real intersection points) exist between the line and the circle.
Length of Intercept (Chord Length)
L = 2 sqrt{r^2 - P^2}
Text: The length (L) of the chord cut off by the line on the circle, where r is the radius and P is the perpendicular distance from the center to the line.
This formula is derived directly from the Pythagorean theorem applied to the right triangle formed by the radius, the perpendicular distance (P), and half the chord length (L/2). Applicable only when P < r.
Variables: To find the length of the chord formed by the intersection of the line and the circle.

📚References & Further Reading (10)

Book
Mathematics Textbook for Class XI (NCERT)
By: NCERT (National Council of Educational Research and Training)
Covers the standard equation of a circle with the origin as center and discusses basic problems involving the intersection of a line with this circle using substitution methods.
Note: Mandatory reference for CBSE Board exams. Establishes the core syllabus concepts and standard methods of solution.
Book
By:
Website
Line and Circle Intersection: JEE Solved Examples
By: Brilliant.org
Focuses on competitive problem-solving strategies, particularly utilizing the condition for tangency (discriminant D=0 or distance from center = radius) in complex scenarios.
Note: Highly relevant for competitive preparation. Emphasizes efficiency in solving problems often encountered in JEE Mains/Advanced.
Website
By:
PDF
CBSE Class 11 Maths Syllabus and Learning Outcomes (Geometry)
By: CBSE Academic Unit
Official document outlining the specific syllabus requirements for understanding basic geometric concepts, including the definition and properties of a circle and its interaction with a line, relevant for board examination scope.
Note: Defines the boundary of knowledge required for board exams. Essential for understanding the baseline complexity expected in CBSE.
PDF
By:
Article
Parametric Form of Tangent to a Circle and Secant Line
By: A. K. Shastri
Discusses advanced methods for finding intersection points using the parametric form of the line and the circle, simplifying calculations in complex coordinate geometry problems.
Note: Highly useful for JEE Advanced candidates who need to efficiently handle problems involving angles and distances related to intersection points.
Article
By:
Research_Paper
Historical Development of Analytical Geometry: From Descartes to Modern Applications
By: J. R. Caldwell
Traces the origins of coordinate systems and how problems of intersection (e.g., finding points common to a line and a curve) were first solved analytically, grounding the concept in classical mathematical rigor.
Note: Offers deep, historical context, beneficial for students aiming for extremely rigorous understanding of fundamental principles used in advanced derivations.
Research_Paper
By:

⚠️Common Mistakes to Avoid (63)

Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th
Important Other

Error in Determining the Coefficient of the Squared Term (A) After Substitution

A common minor procedural error occurs when students substitute the line equation $y = mx + c$ into the circle equation $x^2 + y^2 = r^2$. They often fail to correctly group the coefficients of the resulting quadratic, specifically miscalculating the coefficient of $x^2$. This affects the discriminant calculation ($Delta = B^2 - 4AC$) and leads to incorrect conclusions about the number of intersection points.
💭 Why This Happens:
This is often due to careless algebra or rushing the expansion step. Students forget that the original $x^2$ term from the circle equation must be added to the $m^2x^2$ term arising from squaring $(mx+c)$. They mistakenly take $A=m^2$ instead of the correct $A=1+m^2$.
✅ Correct Approach:
The simultaneous solution process must rigorously follow the expansion and grouping steps to set up the standard quadratic form $Ax^2 + Bx + C = 0$.
The correct coefficients are:
  • A: $1 + m^2$
  • B: $2mc$
  • C: $c^2 - r^2$
📝 Examples:
❌ Wrong:
If the line is $y = 2x + 1$ and the circle is $x^2 + y^2 = 5$.
Wrong approach groups the equation as: $(2x)^2 + 2(2x)(1) + 1^2 - 5 = 0$.
Resulting quadratic: $4x^2 + 4x - 4 = 0$.
Here, $A$ is incorrectly assumed to be $4$ (just $m^2$).
✅ Correct:
Using the same equations: $x^2 + (2x + 1)^2 = 5$
$x^2 + (4x^2 + 4x + 1) = 5$
Correct Grouping: (1 + 4)x² + 4x + (1 - 5) = 0
Resulting quadratic: $5x^2 + 4x - 4 = 0$.
Here, the correct coefficient is $A = 5 = 1 + m^2$.
💡 Prevention Tips:
  • JEE Tip: Always write the quadratic coefficient $A$ explicitly as $A = (1+m^2)$ before substituting into the discriminant formula.
  • Use parentheses aggressively during substitution: $x^2 + mathbf{(mx+c)}^2 = r^2$.
  • Verify the coefficient $A$ is always greater than 1 (since $m^2 ge 0$).
CBSE_12th

No summary available yet.

No educational resource available yet.

Points of intersection of a line and a circle with centre at the origin

Subject: Mathematics
Complexity: High
Syllabus: JEE_Main

Content Completeness: 33.3%

33.3%
📚 Explanations: 0
📝 CBSE Problems: 0
🎯 JEE Problems: 0
🎥 Videos: 0
🖼️ Images: 0
📐 Formulas: 4
📚 References: 10
⚠️ Mistakes: 63
🤖 AI Explanation: No