ADVERTISEMENT

Alcaraz, Djokovic relish US Open collision course

Published Aug 25, 2023 05:55 am

At A Glance

  • Novak Djokovic makes a long-awaited return to the US Open next week looking to reclaim the title and world number one ranking from defending champion Carlos Alcaraz.

NEW YORK (AFP) --  Novak Djokovic makes a long-awaited return to the US Open next week looking to reclaim the title and world number one ranking from defending champion Carlos Alcaraz.

afp.com-20230821-PH-GTY-1628342826-highres.jpg
Carlos Alcaraz of Spain and Novak Djokovic of Serbia pose with their trophies after the final of the Western & Southern Open at Lindner Family Tennis Center on Aug. 20, in Mason, Ohio. (AFP)
 

The 36-year-old Serbian superstar was barred from entry to the United States for much of the past two years after his refusal to comply with a Covid-19 vaccination mandate.

The 23-time Grand Slam singles title winner could only watch from afar last year as Spanish star Alcaraz was crowned as the new King of New York with his maiden triumph at a tennis major.

Since that breakthrough victory, Alcaraz and Djokovic have developed the sport's most compelling new rivalry, pushing each other to the limit in an epic five-set Wimbledon final last month that ended with Alcaraz triumphing 1-6, 7-6 (8/6), 6-1, 3-6, 6-4.

The two men produced another pulsating thriller in the final of the Cincinnati Open last weekend, with Djokovic saving a match point before digging out a 5-7, 7-6 (9/7), 7-6 (7/4) victory in just under four hours.

For Djokovic, Alcaraz's performances are confirmation of his belief that the 20-year-old Spaniard is the real deal, the player best positioned to succeed him as the dominant force in men's tennis.

The Serb said Alcaraz's knack of rising to the occasion in the most demanding of circumstances reminds him of his grueling battles with Rafael Nadal, who will miss the US Open with a hip injury.

"Each point, the feeling that I have on the court reminds me a little bit when I was facing Nadal when we were at our prime of our careers," Djokovic said.

"Each point is a hustle. Each point is a battle. You feel like you're not going to get maybe in total five free points in the entire match. You've got to basically earn every single point, every single shot, regardless of the conditions."

 

Embracing challenge

 

Djokovic said Alcaraz's development this season, particularly his poise under pressure, is even more impressive given his youth.

"It doesn't surprise me any more," Djokovic said. "It was surprising maybe at the end of last year or beginning of this year, what he was doing, the way he won big matches, big tournaments. So impressive -- coming out in important moments, going for it, brave.

"You just have to put your hats down to a guy like that, that plays so maturely, handles the pressure so well for a 20-year-old.

"We cannot forget how young he is. That's something that is so impressive about him."

If the tournament follows the seedings, Djokovic and Alcaraz will meet for only the fifth time in what would be a blockbuster final in the last Grand Slam of 2023.

They have split the four previous meetings, winning two apiece.

Alcaraz defeated Djokovic in an attritional three-set semifinal on clay in Madrid last year, while Djokovic prevailed in a four-setter at Roland Garros this year.

"All of the matches we played against each other went the distance," Djokovic said.

"It just keeps getting better for the fans. For us, I don't know if we are enjoying it so much.

"It's definitely a challenge that we both need to embrace and accept because that's what's required from both of us in order to win big titles."

Alcaraz meanwhile is flattered by Djokovic's comparison of him to Nadal, the 22-time Grand Slam singles champion.

"It's great that he knows that every time he's going to play against me, it reminds him playing against Rafa or against the best ones because that means we are in a good path," Alcaraz said.

Djokovic is almost certain to reclaim his world number one ranking in New York, needing only a victory over first round opponent Alexandre Muller to be assured of regaining top spot regardless of how Alcaraz performs.

Alcaraz's route to a potential final showdown with Djokovic is arguably trickier, with 2021 champion Daniil Medvedev and Italy's Jannik Sinner -- who took Alcaraz to five sets in last year's quarterfinals -- both in his side of the draw.

Related Tags

Carlos Alcaraz Novak Djokovic
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.