Let ABC be the triangle such that the equations of lines AB and AC be 3y - x = 2 and x + y = 2 , respectively, and the points B and C lie on x-axis. If P is the orthocentre of the triangle ABC, then the area of the triangle PBC is equal to

Solution & Explanation

### Related Formula The orthocentre P of a triangle is the point of intersection of its altitudes. Area of a triangle with a horizontal base lying on the x-axis is: textArea = frac12 times textbase times textheight = frac12 times |x_C - x_B| times |y_P| ### Core Logic Find vertex A by solving the line equations AB and AC: 3y - x = 2 implies x = 3y - 2 Substitute into x + y = 2 implies (3y - 2) + y = 2 implies 4y = 4 implies y = 1. Then x = 3(1) - 2 = 1. So vertex A is (1, 1). Find vertices B and C where the lines cross the x-axis (y = 0): - For B (on line AB): 3(0) - x = 2 implies x = -2 implies B(-2, 0) - For C (on line AC): x + 0 = 2 implies x = 2 implies C(2, 0) Base length BC = |2 - (-2)| = 4. ### Step 1: Find Equations of Altitudes
Orthocentre of a Triangle diagram for Q70 - JEE Main 2025 Morning
Orthocentre of a Triangle diagram for Q70 - JEE Main 2025 Morning
1. **Altitude from A to BC**: Since BC lies along the x-axis, the altitude from A(1, 1) must be a vertical line: textEquation of Altitude 1: x = 1 2. **Altitude from B to AC**: Slope of line AC (x + y = 2) is m_AC = -1. Therefore, the slope of the altitude perpendicular to AC is m_2 = -frac1-1 = 1. Passing through B(-2, 0): y - 0 = 1(x - (-2)) implies y = x + 2 implies x - y + 2 = 0 ### Step 2: Solve for Orthocentre coordinates P Intersect the altitude equations: x = 1 and y = x + 2: y = 1 + 2 = 3 Hence, the orthocentre is P(1, 3). ### Step 3: Compute Area of Triangle PBC Triangle PBC has base BC = 4 on the x-axis, and vertex P(1, 3) gives a height of 3. textArea = frac12 times 4 times 3 = 6 ### Pattern Recognition When a triangle has its base sitting entirely on the coordinate axis, the altitude dropped from the opposite vertex is simplified to a pure horizontal or vertical line path, heavily reducing your linear derivation equation workload. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Mathematics: Straight Lines

Reference Study Guides

More Straight Lines Previous-Year Questions — Page 5

Q2 jee_main_2024_31_jan_evening Centroid and Orthocentre
Let A (a, b), B(3, 4) and (-6, -8) respectively denote the centroid, circumcentre and orthocentre of a triangle. Then, the distance of the point P(2a + 3, 7b + 5) from the line 2x + 3y - 4 = 0 measured parallel to the line x - 2y - 1 = 0 is
  • A. frac15 sqrt57
  • B. frac17sqrt56
  • C. frac17 sqrt57
  • D. fracsqrt517

Solution

### Related Formula textCentroid divides the line joining Orthocentre and Circumcentre in 2:1 Distance in parametric form: x = x_1 + rcostheta, y = y_1 + rsintheta ### Core Logic
Centroid and Orthocentre diagram for Q2 - JEE Main 2024 Evening
Centroid and Orthocentre diagram for Q2 - JEE Main 2024 Evening
Let Orthocentre C(-6, -8) and Circumcentre B(3, 4). Centroid A(a, b) divides CB in 2:1. a = frac2(3) + 1(-6)2+1 = 0 b = frac2(4) + 1(-8)2+1 = 0 So, P(2a+3, 7b+5) = (3, 5). The line along which distance is measured is parallel to x - 2y - 1 = 0, giving slope m = tantheta = frac12. Using parametric coordinates from P(3,5): x = 3 + rcostheta, quad y = 5 + rsintheta Substitute into the target line 2x + 3y - 4 = 0: 2(3 + rcostheta) + 3(5 + rsintheta) - 4 = 0 r(2costheta + 3sintheta) = -17 From tantheta = 1/2, we get sintheta = frac1sqrt5 and costheta = frac2sqrt5. rleft(2left(frac2sqrt5right) + 3left(frac1sqrt5right)right) = -17 rleft(frac7sqrt5right) = -17 implies |r| = frac17sqrt57 ### Pattern Recognition Standard Euler line property: O, G, C are collinear and G divides OC in 2:1. Use parametric equation to find intersection distance directly without finding the intersection point. ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Straight Lines
Q23 jee_main_2024_31_jan_evening Parallelogram Properties
Let A(-2, -1), B(1, 0), C(alpha, beta) and D(gamma, delta) be the vertices of a parallelogram ABCD. If the point C lies on 2x - y = 5 and the point D lies on 3x - 2y = 6, then the value of |alpha + beta + gamma + delta| is equal to
Numerical Answer. Answer: 32 to 32

Solution

### Related Formula textIn a parallelogram, midpoints of diagonals coincide: left(fracx_A+x_C2, fracy_A+y_C2right) = left(fracx_B+x_D2, fracy_B+y_D2right) ### Core Logic
Parallelogram Properties diagram for Q23 - JEE Main 2024 Evening
Parallelogram Properties diagram for Q23 - JEE Main 2024 Evening
Given diagonals AC and BD bisect each other: alpha - 2 = gamma + 1 implies alpha - gamma = 3 quad dots (1) beta - 1 = delta + 0 implies beta - delta = 1 quad dots (2) Point C(alpha, beta) lies on 2x - y = 5 implies 2alpha - beta = 5 quad dots (3) Point D(gamma, delta) lies on 3x - 2y = 6 implies 3gamma - 2delta = 6 quad dots (4) From (1) and (2), substitute gamma = alpha - 3 and delta = beta - 1 into (4): 3(alpha - 3) - 2(beta - 1) = 6 3alpha - 9 - 2beta + 2 = 6 implies 3alpha - 2beta = 13 quad dots (5) Solve (3) and (5): From (3), beta = 2alpha - 5. Substitute in (5): 3alpha - 2(2alpha - 5) = 13 -alpha + 10 = 13 implies alpha = -3 So, beta = 2(-3) - 5 = -11. From earlier substitutions: gamma = -3 - 3 = -6 delta = -11 - 1 = -12 Sum of variables: |alpha + beta + gamma + delta| = |-3 - 11 - 6 - 12| = |-32| = 32 ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Straight Lines
Q10 jee_main_2024_31_jan_morning Properties of Parallelogram
Let alpha, beta, gamma, delta in Z and let A (alpha, beta), B (1, 0), C (gamma, delta) and D (1, 2) be the vertices of a parallelogram ABCD. If AB = sqrt10 and the points A and C lie on the line 3y = 2x + 1, then 2(alpha + beta + gamma + delta) is equal to
  • A. 10
  • B. 5
  • C. 12
  • D. 8

Solution

### Core Logic Let E be the midpoint of the diagonals AC and BD. Since ABCD is a parallelogram, the diagonals bisect each other.
Properties of Parallelogram diagram for Q10 - JEE Main 2024 Morning
Properties of Parallelogram diagram for Q10 - JEE Main 2024 Morning
Midpoint E from BD: left( frac1+12, frac0+22 right) = (1, 1). ### Step 1: Apply Midpoint on AC Midpoint E from AC: left( fracalpha+gamma2, fracbeta+delta2 right). Equating both: fracalpha+gamma2 = 1 implies alpha + gamma = 2 fracbeta+delta2 = 1 implies beta + delta = 2 ### Step 2: Final Value The expression requires 2(alpha + beta + gamma + delta). 2(2 + 2) = 2(4) = 8 *(Note: Additional conditions like AB = sqrt10 and the line equation are extraneous data not needed to find the sum).* ### Evaluation Rubric / Model Answer null ### Chapter Mix Class 11 Maths: Straight Lines

More Straight Lines Questions — jee_main_2025_07_april_morning

Practice all Straight Lines previous-year questions →

Rankbit System
JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%) | JEE Physics: Waves (+15.5%) | Electrostatics: Concentric Shells (-29.7%) | Modern Physics: Photoelectric Clones (+34.2%) | Mathematics: Definite Integrals (+18.1%) | Chemistry: Coordination Splitting (-11.4%)