📺 Subscribe Our YouTube Channels: Doubtify JEE | Doubtify Class 10

Search Suggest

Lagrange Interpolation Formula Numerical Problem

Learn how to apply Lagrange interpolation formula step by step to find the value of a polynomial at a given point. This concept helps solve JEE Maths

 

❓ Question

Given:

a=1,  b=2,  c=3a=1,\; b=2,\; c=3

Using Lagrange’s Interpolation Formula:

y=(xb)(xc)(ab)(ac)y1+(xa)(xc)(ba)(bc)y2+(xa)(xb)(ca)(cb)y3y=\frac{(x-b)(x-c)}{(a-b)(a-c)}y_1 +\frac{(x-a)(x-c)}{(b-a)(b-c)}y_2 +\frac{(x-a)(x-b)}{(c-a)(c-b)}y_3

Find the value of yy at:

x=0

🖼 Question Image

Lagrange Interpolation Formula Numerical Problem


✍️ Short Concept

Lagrange interpolation is used to:

👉 Find polynomial passing through given points
👉 Directly calculate unknown values without forming full equation.

Main idea:

y=Li(x)yiy = \sum L_i(x)y_i

where Li(x)L_i(x) are interpolation terms.


🔷 Step 1 — Substitute Given Values 💯

Using:

a=1,  b=2,  c=3a=1,\; b=2,\; c=3 y1=3,  y2=6,  y3=3y_1=3,\; y_2=6,\; y_3=3

Formula becomes:

y=(x2)(x3)(12)(13)(3)+(x1)(x3)(21)(23)(6)+(x1)(x2)(31)(32)(3)

🔷 Step 2 — Simplify Denominators

y=3(x2)(x3)26(x1)(x3)+3(x1)(x2)2y=\frac{3(x-2)(x-3)}{2} -6(x-1)(x-3) +\frac{3(x-1)(x-2)}{2}

🔷 Step 3 — Put x=0x=0

y=3(2)(3)26(1)(3)+3(1)(2)2y=\frac{3(-2)(-3)}{2} -6(-1)(-3) +\frac{3(-1)(-2)}{2}

🔷 Step 4 — Calculate Terms

y=18218+62y=\frac{18}{2}-18+\frac{6}{2}
y=918+3y=9-18+3
y=1218y=12-18
y=6y=-6

✅ Final Answer

y=6\boxed{y=-6}




⭐ Golden JEE Insight

In Lagrange interpolation:

👉 No need to form full polynomial equation

Just:

Substitute directly into interpolation formula

This saves huge time in numerical questions.

Post a Comment

Have a doubt? Drop it below and we'll help you out!